:root {
  --ct-white: #fbfaf7;
  --ct-paper: #ffffff;
  --ct-milk: #f1eee8;
  --ct-mist: #e9f1f4;
  --ct-blue: #cbdde6;
  --ct-ink: #2f3138;
  --ct-gray: #737883;
  --ct-gold: #b9a16e;
  --ct-line: rgba(47, 49, 56, 0.14);
  --ct-shadow: 0 24px 58px rgba(47, 49, 56, 0.12);
  --ct-serif: "Noto Serif JP", serif;
  --ct-display: "Cormorant Garamond", serif;
  --ct-sans: "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

:lang(ja),
html[lang="ja"] body {
  line-break: strict;
}

h1,
h2,
h3,
h4,
.section-title,
.hero-copy h1,
.hero h1,
.feature-card h3,
.info-card h3,
.work-card h3,
.faq-item summary {
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.hero-lead,
.lead,
.subtitle,
.section-lead,
.section-note,
.hero-kicker,
.hero-copy p,
p.hero-lead,
p.lead,
p.subtitle,
[class*="hero"] p,
[class*="lead"] {
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

p,
li,
dd {
  line-height: 1.85;
  letter-spacing: 0.02em;
}

.pc-only,
br.pc-only {
  display: inline;
}

.break-line {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ct-ink);
  background:
    linear-gradient(180deg, rgba(233, 241, 244, 0.56), transparent 540px),
    var(--ct-white);
  font-family: var(--ct-serif);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.ct-sample {
  margin: 0;
  padding: 9px 14px;
  color: var(--ct-white);
  background: var(--ct-ink);
  font-family: var(--ct-sans);
  font-size: 13px;
  text-align: center;
}

.ct-header {
  position: fixed;
  inset: 36px 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 13px 20px;
  background: rgba(251, 250, 247, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(47, 49, 56, 0.08);
  backdrop-filter: blur(14px);
}

.ct-brand {
  display: inline-block;
}

.ct-brand span {
  display: grid;
  font-family: var(--ct-display);
  line-height: 0.95;
}

.ct-brand b {
  font-size: 31px;
  font-weight: 600;
}

.ct-brand small {
  color: var(--ct-gold);
  font-family: var(--ct-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ct-nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  color: var(--ct-gray);
  font-family: var(--ct-sans);
  font-size: 13px;
}

.ct-nav a {
  padding: 8px 0;
}

.ct-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 150px clamp(22px, 8vw, 132px) 84px;
  overflow: hidden;
}

.ct-hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ct-hero-photo::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.08) 0%, rgba(251, 250, 247, 0.32) 38%, rgba(251, 250, 247, 0.94) 66%, rgba(251, 250, 247, 0.98) 100%),
    linear-gradient(180deg, rgba(251, 250, 247, 0.6), transparent 34%);
}

.ct-hero-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 28% 50%;
}

.ct-hero-copy {
  position: relative;
  z-index: 2;
  width: min(660px, 44vw);
  margin-left: auto;
  padding: 36px 0;
}

.ct-hero-copy p,
.ct-heading p,
.ct-kitten-head p,
.ct-room-note > p:first-child,
.ct-contact p {
  margin: 0 0 16px;
  color: var(--ct-gold);
  font-family: var(--ct-display);
  font-size: 22px;
  font-weight: 600;
}

.ct-hero-copy h1 {
  margin: 0;
  font-size: clamp(35px, 3.7vw, 55px);
  font-weight: 500;
  line-height: 1.24;
}

.ct-hero-copy > span,
.ct-kitten-head > span {
  display: block;
  width: min(520px, 100%);
  margin-top: 24px;
  color: var(--ct-gray);
  font-family: var(--ct-sans);
  font-size: 16px;
  line-height: 2;
}

.ct-about,
.ct-cats,
.ct-kittens,
.ct-health,
.ct-contact,
.ct-room {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0;
}

.ct-about,
.ct-room {
  width: min(1320px, calc(100% - 40px));
}

.ct-about {
  display: grid;
  grid-template-columns: minmax(620px, 0.95fr) minmax(520px, 1fr);
  gap: clamp(58px, 7vw, 100px);
  border-top: 1px solid var(--ct-line);
}

.ct-side-title span {
  color: var(--ct-gold);
  font-family: var(--ct-display);
  font-size: 21px;
}

.ct-side-title h2,
.ct-heading h2,
.ct-kitten-head h2,
.ct-contact h2,
.ct-room-note h2 {
  margin: 10px 0 0;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.35;
}

.ct-side-title h2 {
  max-width: 680px;
}

.ct-text p,
.ct-room-note p {
  margin: 0 0 22px;
  color: var(--ct-gray);
  font-family: var(--ct-sans);
  font-size: 16px;
  line-height: 2.1;
}

.ct-room {
  display: grid;
  grid-template-columns: minmax(430px, 0.48fr) minmax(560px, 0.52fr);
  gap: clamp(64px, 7vw, 104px);
  align-items: center;
  padding-top: 34px;
}

.ct-room-photo {
  position: relative;
}

.ct-room-photo::before {
  position: absolute;
  content: "";
  inset: 24px 24px -24px -24px;
  background: var(--ct-mist);
}

.ct-room-photo img,
.ct-care-photo img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  box-shadow: var(--ct-shadow);
}

.ct-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.ct-parent-grid,
.ct-kitten-grid {
  display: grid;
  gap: 24px;
}

.ct-parent-grid {
  grid-template-columns: repeat(3, 1fr);
}

.ct-parent-grid article,
.ct-kitten-grid article {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(47, 49, 56, 0.1);
  box-shadow: 0 16px 38px rgba(47, 49, 56, 0.07);
}

.ct-parent-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ct-parent-grid article > div {
  padding: 24px 24px 28px;
}

.ct-parent-grid span,
.ct-kitten-grid span {
  color: var(--ct-gold);
  font-family: var(--ct-display);
  font-size: 21px;
  font-weight: 600;
}

.ct-parent-grid h3 {
  margin: 4px 0 18px;
  font-family: var(--ct-display);
  font-size: 42px;
  font-weight: 500;
}

.ct-parent-grid dl {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 9px 16px;
  margin: 0;
  font-family: var(--ct-sans);
  font-size: 14px;
}

.ct-parent-grid dt {
  color: var(--ct-gray);
}

.ct-parent-grid dd {
  margin: 0;
}

.ct-kittens {
  display: grid;
  gap: 34px;
  background:
    linear-gradient(90deg, transparent 0 7%, var(--ct-milk) 7% 93%, transparent 93%);
}

.ct-kitten-grid {
  grid-template-columns: repeat(3, 1fr);
}

.ct-kitten-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ct-kitten-grid article {
  min-width: 0;
}

.ct-kitten-grid article > span,
.ct-kitten-grid h3,
.ct-kitten-grid p {
  margin-right: 22px;
  margin-left: 22px;
}

.ct-kitten-grid article > span {
  display: inline-block;
  margin-top: 21px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(185, 161, 110, 0.42);
}

.ct-kitten-grid h3 {
  margin-top: 7px;
  margin-bottom: 8px;
  font-family: var(--ct-display);
  font-size: 36px;
  font-weight: 500;
}

.ct-kitten-grid p {
  margin-top: 0;
  margin-bottom: 26px;
  color: var(--ct-gray);
  font-family: var(--ct-sans);
  font-size: 14px;
  line-height: 1.9;
}

.ct-care-photo {
  margin-bottom: 28px;
}

.ct-health-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ct-line);
  border: 1px solid var(--ct-line);
}

.ct-health-list article {
  min-height: 230px;
  padding: 32px;
  background: var(--ct-white);
}

.ct-health-list h3 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 500;
}

.ct-health-list p {
  margin: 0;
  color: var(--ct-gray);
  font-family: var(--ct-sans);
  line-height: 1.95;
}

.ct-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--ct-line);
}

.ct-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 52px;
  padding: 0 28px;
  color: #fff;
  background: var(--ct-ink);
  font-family: var(--ct-sans);
  font-weight: 700;
}

.ct-footer {
  padding: 30px 18px 36px;
  color: var(--ct-white);
  background: var(--ct-ink);
  font-family: var(--ct-sans);
  font-size: 13px;
  text-align: center;
}

.ct-footer p {
  margin: 7px 0;
}

@media (max-width: 980px) {
  .ct-header {
    position: sticky;
    top: 0;
    width: 100%;
    border-width: 0 0 1px;
  }

  .ct-nav {
    display: none;
  }

  .ct-hero,
  .ct-about,
  .ct-room,
  .ct-contact {
    grid-template-columns: 1fr;
  }

  .ct-hero {
    min-height: auto;
    padding: 430px 24px 66px;
  }

  .ct-hero-photo img {
    object-position: 36% 50%;
  }

  .ct-hero-photo::before {
    background:
      linear-gradient(180deg, rgba(251, 250, 247, 0.04) 0%, rgba(251, 250, 247, 0.08) 42%, rgba(251, 250, 247, 0.96) 72%, rgba(251, 250, 247, 0.99) 100%);
  }

  .ct-hero-copy {
    width: min(620px, 100%);
    margin: 0;
  }

  .ct-parent-grid,
  .ct-kitten-grid,
  .ct-health-list {
    grid-template-columns: 1fr;
  }

  .ct-parent-grid,
  .ct-kitten-grid {
    gap: 18px;
  }

  .ct-contact {
    align-items: start;
  }
}

@media (max-width: 720px) {
  .pc-only,
  br.pc-only {
    display: none !important;
  }

  .ct-brand b {
    font-size: 25px;
  }

  .ct-hero {
    padding-top: 360px;
  }

  .ct-about,
  .ct-cats,
  .ct-kittens,
  .ct-health,
  .ct-contact,
  .ct-room {
    width: min(100% - 32px, 1120px);
    padding: 64px 0;
  }

  .ct-room-photo::before {
    inset: 16px 12px -16px -12px;
  }

  .ct-heading {
    display: block;
  }

  .ct-contact {
    display: grid;
  }
}

@media (max-width: 480px) {
  .break-line.allow-inline-mobile {
    display: inline;
  }
}
