:root {
  --cream: #f7f3e9;
  --paper: #fcfaf4;
  --sand: #eee7da;
  --sage: #869777;
  --sage-dark: #5d6e53;
  --sage-deep: #465440;
  --sage-pale: #dfe5d8;
  --ink: #312f29;
  --muted: #6b6558;
  --line: #d8d0c0;
  --white: #fffdf8;
  --serif: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  --display-serif: "Libre Baskerville", Baskerville, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", "Yu Mincho", serif;
  --number-serif: "Libre Baskerville", Baskerville, "Iowan Old Style", "Palatino Linotype", serif;
  --sans: "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 106px;
}

body {
  overflow-x: clip;
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.9;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  content: "";
  opacity: 0.22;
  background-image: radial-gradient(rgba(52, 48, 39, 0.11) 0.45px, transparent 0.6px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
p,
figure,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-break: strict;
  text-wrap: balance;
  word-break: keep-all;
}

.latin-text {
  font-family: var(--display-serif);
}

.container {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.section-pad {
  padding-block: clamp(96px, 10vw, 160px);
}

:focus-visible {
  outline: 3px solid var(--sage-deep);
  outline-offset: 4px;
}

.site-footer :focus-visible {
  outline-color: var(--sage-pale);
}

main:focus {
  outline: none;
}

.page-curtain {
  position: fixed;
  inset: 0;
  z-index: 190;
  display: grid;
  pointer-events: none;
  clip-path: inset(0);
  place-items: center;
  background: var(--sage-pale);
  animation: page-curtain-away 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.95s forwards;
}

.page-curtain::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(70, 84, 64, 0.22);
}

.page-curtain__lockup {
  display: grid;
  justify-items: center;
  gap: 16px;
  animation: page-curtain-label 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}

.page-curtain__mark {
  position: relative;
  display: block;
  width: clamp(176px, 17vw, 220px);
  height: clamp(60px, 5.8vw, 74px);
  overflow: hidden;
}

.page-curtain__mark img {
  position: absolute;
  top: clamp(-49px, -3.8vw, -39px);
  left: 0;
  width: 100%;
  max-width: none;
  mix-blend-mode: multiply;
}

.page-curtain__name {
  color: var(--sage-deep);
  font-family: var(--display-serif);
  font-size: clamp(28px, 4vw, 54px);
  letter-spacing: 0.08em;
}

.site-header {
  position: fixed;
  top: 10px;
  right: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  animation: header-enter 0.9s cubic-bezier(0.16, 1, 0.3, 1) 1.45s both;
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  min-height: 80px;
  margin-inline: auto;
  gap: 32px;
  pointer-events: none;
}

.brand,
.global-nav,
.header-cta,
.menu-toggle {
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  line-height: 1;
}

.brand-name {
  font-family: var(--display-serif);
  font-size: 24px;
  letter-spacing: 0.04em;
}

.brand-sub {
  margin-top: 7px;
  color: var(--sage-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.brand--logo {
  display: block;
}

.brand-logo {
  position: relative;
  display: block;
  width: 144px;
  height: 80px;
  overflow: hidden;
}

.brand-logo img {
  position: absolute;
  top: -28px;
  left: 0;
  width: 144px;
  max-width: none;
  mix-blend-mode: multiply;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-shadow: none;
}

.global-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 28px;
  border: 1px solid rgba(75, 88, 65, 0.2);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 3px 10px rgba(38, 45, 34, 0.12);
  color: var(--muted);
  font-weight: 600;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.global-nav a:hover,
.global-nav a:focus-visible {
  background: var(--sage-dark);
  color: #fff;
  box-shadow: 0 5px 12px rgba(38, 45, 34, 0.18);
  transform: translateY(-2px);
}

.global-nav a::after {
  display: none;
}

.global-nav a,
.site-footer a,
.text-link {
  position: relative;
}

.global-nav a::after,
.site-footer a::after,
.text-link::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.global-nav a:hover::after,
.site-footer a:hover::after,
.text-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  position: relative;
  justify-self: end;
  padding: 11px 22px;
  border-radius: 999px;
  overflow: hidden;
  background: var(--sage-dark);
  color: white;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  box-shadow: 0 3px 10px rgba(38, 45, 34, 0.18);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.header-cta:hover {
  background: var(--sage-deep);
  box-shadow: 0 5px 12px rgba(38, 45, 34, 0.24);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(75, 88, 65, 0.22);
  border-radius: 50%;
  place-items: center;
  background: rgba(255, 253, 248, 0.96);
  color: var(--sage-deep);
  cursor: pointer;
}

.menu-toggle__bars {
  display: grid;
  gap: 5px;
}

.menu-toggle__bars span {
  display: block;
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.18s ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 74% 18%, rgba(207, 218, 195, 0.45), transparent 31%),
    linear-gradient(120deg, var(--cream) 0%, var(--cream) 42%, #eee8dc 100%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(430px, 0.9fr) minmax(520px, 1.25fr);
  align-items: stretch;
  width: min(1320px, calc(100% - 56px));
  min-height: 100svh;
  margin-inline: auto;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 148px 0 92px;
}

.hero-kicker,
.eyebrow {
  color: var(--sage-dark);
  font-family: var(--display-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-kicker {
  font-family: var(--sans);
  margin-bottom: 28px;
}

.hero h1 {
  max-width: 690px;
  margin-bottom: 28px;
  font-size: clamp(46px, 4.7vw, 76px);
  line-height: 1.42;
  /* Keep the hero copy on a single, fixed tracking rhythm across browsers. */
  font-kerning: none;
  letter-spacing: 0.1em;
}

.hero-title,
.heading-lines,
.contact-title {
  display: inline-block;
}

.hero-title > span,
.heading-lines > span,
.contact-title > span {
  display: block;
  white-space: nowrap;
}

/* Tighten the opening phrase evenly instead of treating its first character differently. */
.hero-title__opening-line {
  letter-spacing: 0.07em;
}

/* Restore just a little space after the opening character without changing the full rhythm. */
.hero-title__opening {
  display: inline-block;
  margin-right: 0.06em;
}

.hero-title--mobile,
.contact-title--mobile {
  display: none;
}

.heading-responsive > span {
  white-space: nowrap;
}

.hero-description {
  max-width: 600px;
  margin-bottom: 28px;
  color: #504d46;
  font-family: var(--serif);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 2.1;
}

.hero-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding: 0;
  margin: 0 0 34px;
  list-style: none;
}

.hero-principles li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 0 0 7px;
  border-bottom: 1px solid rgba(93, 110, 83, 0.4);
  color: var(--sage-deep);
}

.hero-principles span {
  color: var(--sage);
  font-family: var(--display-serif);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.hero-principles strong {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-trial-note {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 16px 0 0;
  color: var(--sage-dark);
  font-size: 12px;
  line-height: 1.65;
}

.hero-trial-note strong {
  color: var(--ink);
  font-weight: 700;
}

@media (min-width: 881px) and (min-height: 620px) {
  .hero--concept-scroll {
    --hero-copy-caption-inset: clamp(58px, 8svh, 70px);
  }

  .hero--concept-scroll .hero-copy {
    justify-content: flex-end;
    padding-bottom: var(--hero-copy-caption-inset);
  }

}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 32px;
  border: 1px solid transparent;
  border-radius: 999px;
  overflow: hidden;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button::before,
.header-cta::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  content: "";
  background: var(--motion-ripple, rgba(255, 255, 255, 0.16));
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.button:hover::before,
.button:focus-visible::before,
.header-cta:hover::before,
.header-cta:focus-visible::before {
  transform: translate(-50%, -50%) scale(1);
}

.button span,
.header-cta span {
  position: relative;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.button:hover span,
.button:focus-visible span,
.header-cta:hover span,
.header-cta:focus-visible span {
  transform: translateX(5px);
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: var(--sage-dark);
  color: white;
  box-shadow: 0 16px 34px rgba(93, 110, 83, 0.22);
}

.button--primary:hover {
  background: var(--sage-deep);
}

.button--outline {
  --motion-ripple: rgba(134, 151, 119, 0.15);

  border-color: var(--line);
  background: rgba(255, 253, 248, 0.7);
}

.button--outline:hover {
  border-color: var(--sage-dark);
  color: var(--sage-dark);
}

.hero-visual {
  position: relative;
  min-width: 0;
  margin: 0 min(-28px, calc((1320px - 100vw) / 2)) 0 -110px;
  overflow: hidden;
  border-radius: 50% 50% 14px 14px / 12% 12% 14px 14px;
  background: var(--cream);
}

.hero-visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, var(--cream) 0%, rgba(247, 243, 233, 0.82) 12%, transparent 43%);
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.03), rgba(140, 153, 124, 0.08));
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  filter: saturate(0.68) contrast(0.9) brightness(1.05);
}

.hero-visual > .responsive-picture:not(.hero-visual__concept),
.feature-photo > .responsive-picture,
.owner-photo > .responsive-picture,
.price-flow-scene__visual > .responsive-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-visual figcaption {
  position: absolute;
  right: 46px;
  bottom: 38px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  isolation: isolate;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--display-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow:
    0 1px 3px rgba(20, 26, 18, 0.62),
    0 3px 12px rgba(20, 26, 18, 0.42);
}

.hero-visual figcaption::before {
  position: absolute;
  inset: -12px -16px -12px -54px;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
  content: "";
  background: radial-gradient(
    ellipse at 76% 56%,
    rgba(20, 26, 18, 0.4) 0%,
    rgba(20, 26, 18, 0.18) 52%,
    transparent 82%
  );
  filter: blur(5px);
}

.hero-visual__concept {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  object-position: 64% center;
  opacity: 0;
  transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-visual__concept img {
  filter: saturate(0.48) contrast(0.86) brightness(1.14);
}

.hero-visual__concept::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    100deg,
    rgba(246, 249, 246, 0.08) 0%,
    rgba(214, 230, 232, 0.18) 100%
  );
  pointer-events: none;
}

.scroll-cue {
  position: absolute;
  bottom: 0;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transform: rotate(90deg);
  transform-origin: left bottom;
}

.scroll-cue span {
  display: block;
  width: 46px;
  height: 1px;
  background: var(--muted);
  transform-origin: left center;
  animation: scroll-line 1.8s ease-in-out infinite;
}

.hero--concept-scroll .scroll-cue {
  top: calc(100svh - 132px);
  bottom: auto;
}

.section-title {
  margin-bottom: 46px;
}

.section-title .eyebrow {
  margin-bottom: 18px;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.55;
}

.concept {
  position: relative;
  background: transparent;
}

.concept-copy {
  max-width: 690px;
}

.lead-copy {
  max-width: 610px;
  margin-bottom: 38px;
  color: #565147;
  font-size: 16px;
  line-height: 2.25;
}

.check-list {
  display: grid;
  gap: 0;
  max-width: 620px;
  padding: 0;
  border-top: 1px solid var(--line);
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 18px 18px 18px 40px;
  border-bottom: 1px solid var(--line);
}

.check-list li::before {
  position: absolute;
  top: 20px;
  left: 8px;
  display: grid;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  content: "✓";
  place-items: center;
  background: var(--sage);
  color: white;
  font-size: 10px;
}

@media (min-width: 881px) and (min-height: 620px) and (prefers-reduced-motion: no-preference) {
  .hero--concept-scroll {
    --hero-door-offset: clamp(18px, 3svh, 32px);

    min-height: auto;
    overflow: visible;
  }

  .hero--concept-scroll .hero-inner {
    grid-template-rows: minmax(100svh, auto) minmax(100svh, auto);
  }

  .hero--concept-scroll .hero-copy {
    grid-column: 1;
    grid-row: 1;
    transform: translateY(calc(0px - var(--hero-door-offset)));
  }

  .hero--concept-scroll .hero-visual {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: start;
    height: calc(100svh - var(--hero-door-offset));
    position: sticky;
    top: var(--hero-door-offset);
    z-index: 1;
  }

  .hero--concept-scroll .hero-visual__concept {
    opacity: var(--concept-fade, 0);
  }

  .hero--concept-scroll .hero-visual figcaption {
    bottom: clamp(14px, 2svh, 20px);
    opacity: calc(1 - var(--concept-fade, 0));
    transition: opacity 0.28s ease;
  }

  .hero--concept-scroll .concept--scroll {
    grid-column: 1;
    grid-row: 2;
    z-index: 2;
    min-height: 100svh;
    padding: clamp(108px, 14svh, 168px) 0;
  }

  .hero--concept-scroll .concept-copy {
    width: min(100%, 620px);
  }
}

.features {
  background: var(--paper);
}

.carousel-hint {
  display: none;
}

.carousel-dots {
  display: none;
}

.feature-list {
  display: block;
  position: relative;
  margin-top: 74px;
  perspective: 1400px;
}

.feature-stage {
  --feature-stack-offset: 0px;

  position: relative;
  z-index: 1;
  margin-bottom: clamp(90px, 11vw, 150px);
}

.feature-stage:nth-child(2) {
  --feature-stack-offset: 14px;

  z-index: 2;
}

.feature-stage:nth-child(3) {
  --feature-stack-offset: 28px;

  z-index: 3;
  margin-bottom: 0;
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(400px, 1.05fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: clamp(40px, 5vw, 72px);
  min-height: min(680px, calc(100svh - 54px));
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(105, 99, 86, 0.14);
  border-radius: clamp(18px, 2.6vw, 34px);
  background: rgba(252, 250, 244, 0.98);
  box-shadow: 0 34px 90px rgba(63, 68, 55, 0.16);
  transform-origin: 50% 14%;
  isolation: isolate;
}

.feature-row--reverse {
  grid-template-columns: minmax(320px, 0.75fr) minmax(400px, 1.05fr);
}

.feature-row--reverse .feature-photo {
  grid-column: 2;
  grid-row: 1;
}

.feature-row--reverse .feature-copy {
  grid-column: 1;
  grid-row: 1;
}

.feature-photo {
  position: relative;
  height: clamp(420px, 62svh, 560px);
  overflow: hidden;
  border-radius: 6px 130px 6px 6px;
  background: var(--sand);
}

.feature-row--reverse .feature-photo {
  border-radius: 130px 6px 6px 6px;
}

.feature-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(250, 246, 237, 0.035),
    rgba(142, 157, 128, 0.055)
  );
}

.feature-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.68) contrast(0.9) brightness(1.07);
}

.feature-photo--room img {
  object-position: 74% center;
  filter: saturate(0.72) contrast(0.9) brightness(1.07);
}

.feature-photo--owner img {
  object-position: 64% center;
  filter: saturate(0.7) contrast(0.9) brightness(1.08);
}

.feature-photo--custom img {
  object-position: 64% center;
  filter: saturate(0.56) contrast(0.9) brightness(1.07);
}

.feature-copy {
  max-width: 440px;
}

.feature-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  color: var(--sage-dark);
  font-family: var(--display-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.feature-meta span:first-child {
  display: grid;
  width: 54px;
  height: 54px;
  border: 1px solid var(--sage);
  border-radius: 50%;
  place-items: center;
}

.feature-copy h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
  font-size: clamp(32px, 3vw, 46px);
}

.feature-copy p {
  color: var(--muted);
  line-height: 2.1;
}

.feature-copy .feature-lead {
  margin-bottom: 10px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 19px;
}

.owner {
  background: var(--sage-pale);
}

.owner-card {
  display: grid;
  grid-template-columns: minmax(390px, 0.85fr) minmax(0, 1.15fr);
  overflow: hidden;
  border-radius: 120px 12px 12px 12px;
  background: var(--cream);
  box-shadow: 0 26px 70px rgba(61, 67, 52, 0.12);
}

.owner-photo {
  position: relative;
  min-height: 640px;
  overflow: hidden;
}

.owner-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.01) 56%, rgba(55, 64, 50, 0.27));
}

.owner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 16%;
  filter: saturate(0.82) contrast(0.9) brightness(1.02);
}

.owner-photo > span {
  position: absolute;
  bottom: 26px;
  left: 30px;
  z-index: 1;
  color: white;
  font-family: var(--display-serif);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.owner-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  justify-content: center;
  padding: clamp(56px, 7vw, 96px) clamp(52px, 6vw, 84px);
}

.owner-name-jp {
  margin-bottom: 2px;
  font-family: var(--serif);
  font-size: 36px;
  letter-spacing: 0.12em;
}

.owner-name-en {
  margin-bottom: 44px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.owner blockquote {
  padding-left: 26px;
  border-left: 2px solid var(--sage);
  margin-bottom: 30px;
  font-family: var(--serif);
  font-size: clamp(23px, 2.25vw, 31px);
  line-height: 1.8;
  text-wrap: balance;
}

.owner-quote {
  text-wrap: initial;
}

.owner-quote > span {
  display: block;
  white-space: nowrap;
}

.owner-copy > p:last-child {
  max-width: 600px;
  margin-bottom: 0;
  color: var(--muted);
}

.price {
  background: var(--cream);
}

.price-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
}

.price-heading .section-title {
  margin-bottom: 0;
}

.price-heading > p {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 18px;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 570px;
  padding: 40px 34px 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.7);
}

.plan-card--recommended {
  border-color: var(--sage);
  background: var(--sage-pale);
  transform: translateY(-18px);
  box-shadow: 0 18px 50px rgba(93, 110, 83, 0.14);
}

.plan-card--recommended .plan-meta,
.plan-card--recommended .plan-unit {
  color: #59564d;
}

.recommended {
  position: absolute;
  top: -14px;
  right: 24px;
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--sage-dark);
  color: white;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.plan-en {
  margin-bottom: 10px;
  color: var(--sage-dark);
  font-family: var(--display-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.plan-card h3 {
  margin-bottom: 10px;
  font-size: 31px;
}

.plan-meta {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 14px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 2px;
  line-height: 1;
}

.plan-price strong {
  font-family: var(--display-serif);
  font-size: clamp(46px, 4vw, 62px);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.plan-price span {
  font-size: 13px;
}

.plan-unit {
  margin-bottom: 28px;
  color: var(--sage-dark);
  font-size: 13px;
  font-weight: 700;
}

.plan-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: auto 0 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 30px;
  color: #555147;
  font-size: 14px;
  line-height: 1.7;
}

.plan-card li::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  place-items: center;
  content: "✓";
  background: var(--sage);
  color: white;
  font-size: 9px;
}

.price-note {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 26px 0 0;
  border-top: 1px solid var(--line);
  margin-top: 38px;
}

.price-note p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.price-note p:first-child {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
}

.trial-summary {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) auto minmax(280px, 1.25fr);
  align-items: end;
  align-items: last baseline;
  gap: 14px 34px;
  padding: 22px 26px;
  border: 1px solid rgba(93, 110, 83, 0.22);
  border-radius: 12px;
  margin: 34px 0 42px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 14px 36px rgba(57, 63, 51, 0.08);
  backdrop-filter: blur(8px);
}

.trial-summary__eyebrow {
  margin-bottom: 4px;
  color: var(--sage-dark);
  font-family: var(--display-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.trial-summary h3 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.trial-summary__price,
.trial-summary__copy {
  margin-bottom: 0;
}

.trial-summary__price {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 15px;
  white-space: nowrap;
}

.trial-summary__price strong {
  font-family: var(--display-serif);
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.trial-summary__price span {
  margin-left: 8px;
  color: var(--sage-dark);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.trial-summary__copy {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.text-link {
  color: var(--sage-dark);
  font-weight: 700;
  white-space: nowrap;
}

.flow {
  border-block: 1px solid var(--line);
  background: var(--paper);
}

.flow-intro {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.flow-note {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.flow-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.price-flow-scene {
  position: relative;
  z-index: 0;
  isolation: isolate;
  background: var(--cream);
}

.price-flow-scene__visual {
  display: none;
}

.price-flow-scene__content {
  position: relative;
  z-index: 1;
}

.price-flow-scene__content > .price,
.price-flow-scene__content > .flow {
  background:
    linear-gradient(rgba(247, 243, 233, 0.9), rgba(247, 243, 233, 0.9)),
    image-set(
      url("./public/price-flow-training-1600.webp") type("image/webp") 1x,
      url("./public/price-flow-training.png") type("image/png") 1x
    ) center / cover no-repeat;
}

.price-flow-scene .plan-card,
.price-flow-scene .price-note,
.price-flow-scene .flow-list,
.price-flow-scene .flow-list li {
  background: rgba(255, 253, 248, 0.94);
}

.price-flow-scene .price-heading > p {
  width: fit-content;
  padding: 7px 13px;
  border: 1px solid rgba(93, 110, 83, 0.18);
  border-radius: 999px;
  margin-bottom: 12px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 8px 22px rgba(57, 63, 51, 0.08);
  color: var(--sage-deep);
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.price-flow-scene .flow {
  border-block: 0;
}

.price-flow-scene + .faq {
  position: relative;
  z-index: 1;
}

@media (min-width: 881px) and (min-height: 620px) and (prefers-reduced-motion: no-preference) {
  .price-flow-scene {
    background: transparent;
  }

  .price-flow-scene::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: clamp(96px, 10vw, 140px);
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, rgba(252, 250, 244, 0), var(--paper));
  }

  .price-flow-scene__visual {
    position: sticky;
    top: 0;
    z-index: 0;
    display: block;
    height: 100svh;
    margin-bottom: -100svh;
    overflow: hidden;
    pointer-events: none;
    background: #dad7ce;
  }

  .price-flow-scene__visual::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
      linear-gradient(
        90deg,
        rgba(247, 243, 233, 0.97) 0%,
        rgba(247, 243, 233, 0.88) 39%,
        rgba(247, 243, 233, 0.58) 64%,
        rgba(78, 88, 73, 0.11) 100%
      ),
      linear-gradient(180deg, rgba(255, 253, 248, 0.04), rgba(66, 75, 61, 0.15));
  }

  .price-flow-scene__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% center;
    filter: saturate(0.62) contrast(0.88) brightness(1.12);
  }

  .price-flow-scene__content > .price,
  .price-flow-scene__content > .flow {
    background: transparent;
  }

  .price-flow-scene .plan-card {
    border-color: rgba(255, 255, 255, 0.76);
    background: rgba(255, 253, 248, 0.88);
    box-shadow: 0 20px 56px rgba(56, 62, 50, 0.18);
    backdrop-filter: blur(9px);
  }

  .price-flow-scene .plan-card--recommended {
    background: rgba(225, 231, 213, 0.92);
  }

  .price-flow-scene .price-note,
  .price-flow-scene .flow-list {
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 253, 248, 0.76);
    backdrop-filter: blur(9px);
  }

  .price-flow-scene .price-note {
    padding: 20px 24px;
  }

  .price-flow-scene .flow-list {
    overflow: hidden;
    border-radius: 8px;
  }

  .price-flow-scene .flow-list li {
    background: rgba(255, 253, 248, 0.46);
  }

  .price-flow-scene .flow-list li:not(:last-child)::after {
    background: rgba(255, 253, 248, 0.94);
  }
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  border-block: 1px solid var(--line);
  margin: 64px 0 0;
  list-style: none;
}

.flow-list li {
  position: relative;
  min-height: 240px;
  padding: 36px 42px;
  border-right: 1px solid var(--line);
}

.flow-list li:last-child {
  border-right: 0;
}

.flow-list li > span {
  color: var(--sage);
  font-family: var(--display-serif);
  font-size: 44px;
}

.flow-list strong {
  display: block;
  margin: 12px 0 6px;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}

.flow-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.flow-list li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 1;
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "→";
  place-items: center;
  background: var(--paper);
  color: var(--sage-dark);
  transform: translateY(-50%);
}

.voices {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 14%, rgba(223, 229, 216, 0.94), transparent 30%),
    linear-gradient(135deg, #eee5d5 0%, #f4efe5 56%, #dfe6da 100%);
}

.voices::before {
  position: absolute;
  top: clamp(52px, 6vw, 86px);
  right: max(3vw, 28px);
  z-index: 0;
  content: "“";
  color: rgba(93, 110, 83, 0.12);
  font-family: var(--display-serif);
  font-size: clamp(260px, 32vw, 480px);
  line-height: 0.55;
  pointer-events: none;
}

.voices .container {
  position: relative;
  z-index: 1;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 20px;
  margin-top: 66px;
}

.voice-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 42px 34px 30px;
  border: 1px solid rgba(118, 110, 95, 0.18);
  border-radius: 16px 100px 16px 16px;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 18px 46px rgba(76, 73, 62, 0.12);
}

.voice-card:nth-child(1) {
  background: rgba(221, 229, 213, 0.9);
}

.voice-card:nth-child(2) {
  margin-top: 48px;
  background: rgba(247, 242, 232, 0.9);
}

.voice-card:nth-child(3) {
  margin-top: 96px;
  background: rgba(236, 226, 211, 0.9);
}

.quote-mark {
  position: relative;
  z-index: 1;
  display: block;
  height: 48px;
  color: var(--sage);
  font-family: var(--display-serif);
  font-size: 82px;
  line-height: 1;
}

.voice-card blockquote {
  position: relative;
  z-index: 1;
  margin: 18px 0 26px;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 2;
}

.voice-card figcaption {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: var(--muted);
  font-size: 12px;
}

.sample-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

@media (max-width: 880px) {
  .voices::before {
    top: 118px;
    right: -32px;
    font-size: 250px;
  }
}

.faq {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(48px, 8vw, 100px);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr 30px;
  align-items: center;
  gap: 12px;
  padding: 24px 2px;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 17px;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span {
  color: var(--sage-dark);
  font-family: var(--display-serif);
  font-size: 24px;
}

.faq-list summary::after {
  content: "+";
  color: var(--sage-dark);
  font-family: var(--sans);
  font-size: 24px;
  text-align: center;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-list details[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-list details p {
  padding: 0 40px 26px 58px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.access {
  background: var(--cream);
}

.access-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: clamp(56px, 9vw, 120px);
}

.hours {
  border-top: 1px solid var(--line);
}

.hours > div {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  align-items: baseline;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.hours span,
.hours small {
  color: var(--muted);
  font-size: 12px;
}

.hours strong {
  font-family: var(--display-serif);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.hero-principles span,
.feature-meta span:first-child,
.plan-price strong,
.trial-summary__price strong,
.flow-list li > span,
.hours strong {
  font-family: var(--number-serif);
  font-variant-numeric: lining-nums proportional-nums;
}

.access-copy {
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.map-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 520px;
  padding: 50px;
  overflow: hidden;
  border-radius: 180px 16px 16px 16px;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 253, 248, 0.74) 0 10%, transparent 10.5%),
    linear-gradient(140deg, #cbd5c1, #a9baa0 55%, #829475);
  color: white;
}

.map-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(54, 66, 48, 0.42));
}

.map-card > *:not(.map-lines) {
  position: relative;
  z-index: 2;
}

.map-lines {
  position: absolute;
  inset: 0;
  opacity: 0.36;
}

.map-lines span {
  position: absolute;
  display: block;
  height: 1px;
  background: white;
  transform: rotate(-24deg);
}

.map-lines span:nth-child(1) { top: 24%; left: -8%; width: 116%; }
.map-lines span:nth-child(2) { top: 52%; left: -2%; width: 112%; transform: rotate(18deg); }
.map-lines span:nth-child(3) { top: 68%; left: 12%; width: 90%; transform: rotate(-52deg); }
.map-lines span:nth-child(4) { top: 42%; left: 30%; width: 72%; transform: rotate(72deg); }

.map-pin {
  display: grid;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50% 50% 50% 4px;
  margin-bottom: 40px;
  place-items: center;
  background: rgba(255, 253, 248, 0.2);
  font-family: var(--display-serif);
  transform: rotate(-45deg);
}

.map-pin::first-letter {
  transform: rotate(45deg);
}

.map-card > p {
  margin-bottom: 4px;
  font-family: var(--display-serif);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-shadow: 0 1px 6px rgba(36, 46, 32, 0.55);
}

.map-card > strong {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  text-wrap: balance;
}

.map-card > small {
  margin-top: 8px;
  opacity: 0.86;
  text-shadow: 0 1px 5px rgba(36, 46, 32, 0.5);
}

.contact {
  padding-block: clamp(110px, 12vw, 180px);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.46), transparent 31%),
    linear-gradient(135deg, #e8ede2 0%, var(--sage-pale) 100%);
  color: var(--ink);
  text-align: center;
}

.contact .eyebrow {
  color: var(--sage-dark);
}

.contact h2 {
  margin: 20px 0 26px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.55;
}

.contact-inner > p:not(.eyebrow) {
  margin-bottom: 34px;
  color: #4f5849;
}

.button--light {
  background: var(--sage-dark);
  color: white;
  box-shadow: 0 10px 22px rgba(65, 78, 55, 0.2);
}

.button--light:hover {
  background: var(--sage-deep);
}

.contact small {
  display: block;
  margin-top: 16px;
  color: rgba(49, 47, 41, 0.72);
  font-size: 11px;
}

.contact :focus-visible {
  outline-color: var(--sage-deep);
}

.site-footer {
  padding: 72px 0 24px;
  background: #292d25;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.65fr 0.85fr;
  gap: 60px;
}

.brand--footer {
  margin-bottom: 28px;
  color: white;
}

.brand--footer .brand-sub {
  color: rgba(255, 255, 255, 0.54);
}

.site-footer p {
  margin-bottom: 4px;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.footer-label {
  margin-bottom: 12px !important;
  color: white;
  font-family: var(--display-serif);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 56px;
  font-size: 11px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 30px;
  z-index: 1000;
  max-width: min(92vw, 440px);
  padding: 13px 22px;
  border-radius: 999px;
  background: rgba(41, 45, 37, 0.96);
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  box-shadow: 0 14px 34px rgba(38, 45, 34, 0.32);
  opacity: 0;
  transform: translate(-50%, 14px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.hero-copy > * {
  animation: hero-copy-enter 1.05s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-copy > :nth-child(1) { animation-delay: 1.30s; }
.hero-copy > :nth-child(2) { animation-delay: 1.38s; }
.hero-copy > :nth-child(3) { animation-delay: 1.48s; }
.hero-copy > :nth-child(4) { animation-delay: 1.58s; }
.hero-copy > :nth-child(5) { animation-delay: 1.68s; }

.hero-visual {
  animation: hero-visual-enter 1.45s cubic-bezier(0.16, 1, 0.3, 1) 1.2s both;
}

.hero-visual figcaption {
  animation: hero-caption-enter 0.9s ease 1.85s both;
}

.motion-enabled [data-reveal] {
  --reveal-delay: 0ms;

  opacity: 0;
  transition-duration: 0.9s;
  transition-property: opacity;
  transition-timing-function: ease;
  transition-delay: var(--reveal-delay);
}

.motion-enabled [data-reveal="up"] {
  transition-duration: 0.9s, 1.2s;
  transition-property: opacity, transform;
  transition-timing-function: ease, cubic-bezier(0.16, 1, 0.3, 1);
}

.motion-enabled [data-reveal="up"] {
  transform: translateY(38px);
}

.motion-enabled [data-reveal="clip"] {
  --image-reveal-scale: 1.12;

  transform: translateY(24px);
  transition-duration: 0.9s, 1.05s;
  transition-property: opacity, transform;
  transition-timing-function: ease, cubic-bezier(0.16, 1, 0.3, 1);
}

.motion-enabled [data-reveal="clip"] img {
  clip-path: inset(0 0 100% 0);
  transform: scale(var(--image-reveal-scale));
  transition:
    clip-path 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.motion-enabled [data-reveal].is-revealed {
  opacity: 1;
}

.motion-enabled [data-reveal="up"].is-revealed {
  transform: perspective(1000px) translate(0, 0) rotate(0deg);
}

.motion-enabled [data-reveal="clip"].is-revealed {
  --image-reveal-scale: 1;

  transform: translateY(0);
}

.motion-enabled [data-reveal="clip"].is-revealed img {
  clip-path: inset(0);
}

.motion-enabled [data-feature-card] {
  opacity: 1;
}

@media (min-width: 881px) and (min-height: 620px) and (prefers-reduced-motion: no-preference) {
  .feature-stage {
    position: sticky;
    top: calc(clamp(22px, 4.5svh, 44px) + var(--feature-stack-offset));
    margin-bottom: 26svh;
  }

  .feature-stage:nth-child(3) {
    margin-bottom: 26svh;
  }

  .feature-list::after {
    display: block;
    height: 20svh;
    content: "";
  }

  .motion-enabled [data-feature-card] {
    transform:
      perspective(1200px)
      translate3d(0, var(--feature-lift, 100px), 0)
      rotateX(var(--feature-tilt-x, 8deg))
      rotateZ(var(--feature-rotate, -15deg))
      scale(var(--feature-scale, 0.94));
    will-change: transform;
  }
}

@media (max-width: 880px), (max-height: 619px) {
  .motion-enabled [data-feature-card] {
    transform: translateY(52px) rotate(-4deg);
    transition: transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .motion-enabled .feature-stage:nth-child(even) [data-feature-card] {
    transform: translateY(52px) rotate(4deg);
  }

  .motion-enabled [data-feature-card].is-revealed,
  .motion-enabled .feature-stage:nth-child(even) [data-feature-card].is-revealed {
    transform: translateY(0) rotate(0deg);
  }
}

@media (min-width: 881px) and (prefers-reduced-motion: no-preference) {
  .motion-enabled [data-reveal="clip"].is-revealed {
    --image-reveal-scale: 1.06;
  }

  .motion-enabled [data-parallax] img {
    translate: 0 var(--parallax-y, 0);
    transform: scale(var(--parallax-scale, var(--image-reveal-scale, 1.06)));
    transition:
      translate 0.16s linear,
      transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: translate, transform;
  }

  .motion-enabled [data-parallax-scene] [data-parallax] img {
    transition:
      translate 0.16s linear,
      transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.concept-copy .lead-copy { --reveal-delay: 100ms; }
.concept-copy .check-list { --reveal-delay: 190ms; }
.plan-grid > :nth-child(2),
.flow-list > :nth-child(2),
.voice-grid > :nth-child(2) { --reveal-delay: 110ms; }
.plan-grid > :nth-child(3),
.flow-list > :nth-child(3),
.voice-grid > :nth-child(3) { --reveal-delay: 220ms; }
.faq-list > :nth-child(2) { --reveal-delay: 70ms; }
.faq-list > :nth-child(3) { --reveal-delay: 140ms; }
.faq-list > :nth-child(4) { --reveal-delay: 210ms; }

@keyframes page-curtain-away {
  0% { clip-path: inset(0); }
  100% { clip-path: inset(0 0 100% 0); }
}

@keyframes page-curtain-label {
  0% { opacity: 0; transform: translateY(14px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes header-enter {
  0% { opacity: 0; top: -8px; }
  100% { opacity: 1; top: 10px; }
}

@keyframes hero-copy-enter {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes hero-visual-enter {
  0% { opacity: 0; clip-path: inset(0 0 100% 0); }
  100% { opacity: 1; clip-path: inset(0); }
}

@keyframes hero-caption-enter {
  0% { opacity: 0; transform: translateY(12px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes scroll-line {
  0%, 100% { opacity: 0.38; transform: scaleX(0.35); }
  50% { opacity: 1; transform: scaleX(1); }
}

@media (max-width: 1080px) {
  .global-nav {
    gap: 20px;
  }

  .hero-inner {
    grid-template-columns: minmax(390px, 0.95fr) minmax(430px, 1.05fr);
  }

  .hero-visual {
    margin-left: -72px;
  }

  .hero h1 {
    font-size: clamp(44px, 5.5vw, 64px);
  }

  .plan-card {
    padding-inline: 26px;
  }
}

@media (max-width: 880px) {
  html {
    scroll-padding-top: 96px;
  }

  .container {
    width: min(100% - 40px, 720px);
  }

  .header-inner {
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr auto auto;
    gap: 0 10px;
    padding-block: 10px 8px;
  }

  .header-inner > .brand,
  .header-inner > .menu-toggle {
    position: relative;
    z-index: 2;
  }

  .global-nav {
    position: fixed;
    top: max(96px, calc(env(safe-area-inset-top) + 96px));
    right: 20px;
    left: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    max-height: calc(100svh - 116px);
    padding: 12px;
    overflow-y: auto;
    border: 1px solid rgba(75, 88, 65, 0.16);
    border-radius: 18px;
    background: rgba(255, 253, 248, 0.97);
    box-shadow: 0 18px 44px rgba(43, 52, 39, 0.18);
    backdrop-filter: blur(14px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.22s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  }

  .global-nav.is-open {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.22s ease, transform 0.25s ease;
  }

  .global-nav a {
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    padding: 12px 16px;
    border-color: rgba(75, 88, 65, 0.16);
    border-radius: 10px;
    margin: 0;
    background: rgba(247, 243, 233, 0.78);
    box-shadow: none;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.22s ease, transform 0.28s ease, background 0.2s ease, color 0.2s ease;
  }

  .global-nav.is-open a {
    opacity: 1;
    transform: translateY(0);
  }

  .menu-toggle {
    display: grid;
  }

  .header-cta {
    position: fixed;
    right: 20px;
    bottom: max(16px, env(safe-area-inset-bottom));
    left: 20px;
    z-index: 102;
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    box-shadow: 0 12px 28px rgba(56, 69, 49, 0.24);
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease, background 0.2s ease;
  }

  body.is-fixed-cta-hidden .header-cta {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 28px));
  }

  body.menu-open {
    overflow: hidden;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: auto;
  }

  .hero-copy {
    width: min(100% - 40px, 720px);
    padding: 108px 0 58px;
    margin-inline: auto;
  }

  .hero-visual {
    min-height: 62svh;
    margin: 0;
  }

  .hero--concept-scroll .concept--scroll {
    padding-inline: 20px;
  }

  .hero-visual::before {
    background: linear-gradient(180deg, var(--cream) 0%, transparent 20%);
  }

  .scroll-cue {
    display: none;
  }

  .owner-card,
  .faq-grid,
  .access-grid {
    grid-template-columns: 1fr;
  }

  .faq-grid,
  .access-grid {
    gap: 54px;
  }

  .feature-row,
  .feature-row--reverse {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .feature-row--reverse .feature-photo,
  .feature-row--reverse .feature-copy {
    grid-column: 1;
  }

  .feature-row--reverse .feature-photo {
    grid-row: 1;
  }

  .feature-row--reverse .feature-copy {
    grid-row: 2;
  }

  .feature-copy {
    max-width: none;
  }

  .owner-photo {
    min-height: 560px;
  }

  .plan-grid,
  .voice-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .plan-card {
    min-height: auto;
  }

  .plan-card--recommended {
    transform: none;
  }

  .trial-summary {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
    margin: 26px 0 32px;
  }

  .trial-summary h3 {
    font-size: 22px;
  }

  .trial-summary__price strong {
    font-size: 38px;
  }

  .price-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .price-flow-scene .price-note {
    padding: 20px;
  }

  .flow-list {
    grid-template-columns: 1fr;
  }

  .flow-list li {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .flow-list li:last-child {
    border-bottom: 0;
  }

  .flow-list li:not(:last-child)::after {
    top: auto;
    right: 36px;
    bottom: -18px;
    transform: rotate(90deg);
  }

  .footer-grid {
    grid-template-columns: 1.3fr 0.7fr;
  }

  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .container {
    width: min(100% - 32px, 520px);
  }

  .section-pad {
    padding-block: 84px;
  }

  .header-inner {
    width: calc(100% - 28px);
    min-height: 66px;
  }

  .global-nav {
    gap: 10px;
    font-size: 14px;
  }

  .brand-name {
    font-size: 20px;
  }

  .brand-sub {
    font-size: 7px;
  }

  .brand-logo {
    width: 116px;
    height: 66px;
  }

  .brand-logo img {
    top: -23px;
    width: 116px;
  }

  .header-cta {
    padding: 13px 20px;
    font-size: 13px;
  }

  .hero-copy {
    width: calc(100% - 32px);
    padding-top: 96px;
  }

  .hero-kicker {
    font-size: 10px;
    line-height: 1.7;
  }

  .hero h1 {
    font-size: clamp(34px, 10vw, 45px);
    line-height: 1.5;
    letter-spacing: 0.07em;
  }

  .hero-title--desktop,
  .contact-title--desktop {
    display: none;
  }

  .hero-title--mobile,
  .contact-title--mobile {
    display: inline-block;
  }

  .heading-responsive > span {
    display: block;
  }

  .features .feature-heading-break {
    display: block;
  }

  .hero-description br {
    display: none;
  }

  .hero-principles {
    gap: 9px 16px;
    margin-bottom: 32px;
  }

  .hero-principles li {
    gap: 6px;
    padding-bottom: 6px;
  }

  .hero-principles strong {
    font-size: 12px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-trial-note {
    display: grid;
    gap: 2px;
    margin-top: 14px;
    font-size: 11px;
  }

  .button {
    width: 100%;
    min-height: 54px;
    padding-inline: 24px;
  }

  .hero-visual {
    min-height: 56svh;
  }

  .hero-visual img {
    object-position: 62% center;
  }

  .hero-visual figcaption {
    right: 20px;
    bottom: 20px;
  }

  .section-title {
    margin-bottom: 34px;
  }

  .section-title h2 {
    font-size: clamp(27px, 8vw, 34px);
    line-height: 1.55;
  }

  .feature-list {
    gap: 86px;
    margin-top: 44px;
  }

  .feature-photo {
    height: 360px;
    border-radius: 6px 80px 6px 6px;
  }

  .feature-row--reverse .feature-photo {
    border-radius: 80px 6px 6px 6px;
  }

  .feature-meta span:first-child {
    width: 46px;
    height: 46px;
  }

  .feature-copy h3 {
    font-size: clamp(26px, 8vw, 32px);
    line-height: 1.35;
    letter-spacing: 0.03em;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .owner-photo {
    min-height: 430px;
  }

  .owner-copy {
    padding: 42px 20px 52px;
  }

  .owner-copy > p:last-child {
    overflow-wrap: anywhere;
  }

  .owner blockquote {
    padding-left: 14px;
    font-size: clamp(16px, 5vw, 20px);
    line-height: 1.55;
    letter-spacing: 0.01em;
  }

  .owner-quote > span {
    white-space: nowrap;
  }

  .price-heading {
    display: block;
  }

  .price-heading > p {
    margin-top: 16px;
  }

  .plan-card {
    padding: 36px 26px 30px;
  }

  .flow-list li {
    padding: 30px 24px;
  }

  .flow-action .button {
    width: 100%;
  }

  .voice-card {
    min-height: auto;
    border-radius: 8px 70px 8px 8px;
  }

  .faq-list summary {
    grid-template-columns: 34px 1fr 24px;
    gap: 8px;
    font-size: 15px;
  }

  .faq-list details p {
    padding-left: 44px;
  }

  .hours > div {
    grid-template-columns: 68px 1fr;
    gap: 10px;
  }

  .hours small {
    grid-column: 2;
  }

  .hours strong {
    font-size: 20px;
  }

  .map-card {
    min-height: 420px;
    padding: 36px 28px;
    border-radius: 120px 12px 12px 12px;
  }

  .contact h2 {
    font-size: clamp(27px, 8vw, 34px);
    line-height: 1.58;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    gap: 20px;
  }
}

@media (max-width: 880px) {
  .carousel-hint {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin: -18px 0 10px;
    color: var(--sage-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    transition: opacity 0.4s ease;
  }

  .carousel-hint.is-dismissed {
    opacity: 0;
    pointer-events: none;
  }

  .carousel-hint--plans {
    margin: 0 0 14px;
  }

  .carousel-hint span {
    font-size: 15px;
    line-height: 1;
  }

  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 10px;
  }

  .carousel-dot {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .carousel-dot::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(93, 110, 83, 0.3);
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .carousel-dot.is-active::before {
    background: var(--sage-dark);
    transform: scale(1.3);
  }

  .mobile-carousel {
    --carousel-card-width: min(80vw, 380px);

    display: flex;
    width: 100vw;
    gap: 12px;
    padding: 10px calc((100vw - var(--carousel-card-width)) / 2) 18px;
    margin-inline: calc(50% - 50vw);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: calc((100vw - var(--carousel-card-width)) / 2);
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(93, 110, 83, 0.45) transparent;
    scrollbar-width: thin;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-carousel::-webkit-scrollbar {
    height: 5px;
  }

  .mobile-carousel::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(93, 110, 83, 0.45);
  }

  .mobile-carousel > * {
    flex: 0 0 var(--carousel-card-width);
    min-width: 0;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .mobile-carousel [data-reveal],
  .mobile-carousel [data-feature-card],
  .mobile-carousel .feature-stage:nth-child(even) [data-feature-card] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .feature-list.mobile-carousel,
  .voice-grid.mobile-carousel {
    margin-top: 0;
  }

  .voice-grid.mobile-carousel {
    --carousel-card-width: min(70vw, 320px);
  }

  .voice-grid.mobile-carousel > .voice-card {
    flex: 0 0 var(--carousel-card-width) !important;
    width: var(--carousel-card-width) !important;
    min-width: var(--carousel-card-width) !important;
    max-width: var(--carousel-card-width) !important;
    display: flex;
    flex-direction: column;
    height: 390px !important;
    min-height: 390px !important;
    margin: 0;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
  }

  .voice-grid.mobile-carousel > .voice-card figcaption {
    margin-top: auto;
  }

  .feature-list.mobile-carousel {
    perspective: none;
  }

  .feature-list.mobile-carousel .feature-stage,
  .feature-list.mobile-carousel .feature-stage:nth-child(2),
  .feature-list.mobile-carousel .feature-stage:nth-child(3) {
    position: relative;
    z-index: auto;
    margin-bottom: 0;
  }

  .feature-list.mobile-carousel .feature-row {
    min-height: 0;
    height: 100%;
    padding: 24px;
    gap: 24px;
  }

  .feature-list.mobile-carousel .feature-photo {
    height: clamp(220px, 60vw, 300px);
  }

  .plan-grid.mobile-carousel .plan-card {
    min-height: 520px;
    height: 100%;
  }

  .plan-grid.mobile-carousel {
    padding-top: 24px;
  }

  .voice-grid.mobile-carousel .voice-card {
    min-height: 310px;
    height: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .page-curtain {
    display: none;
  }

  .site-header,
  .hero-copy > *,
  .hero-visual,
  .hero-visual figcaption,
  .scroll-cue span {
    animation: none !important;
  }

  .motion-enabled [data-reveal] {
    opacity: 1;
    clip-path: none;
    transform: none;
  }

  .motion-enabled [data-feature-card] {
    opacity: 1;
    transform: none;
  }

  .motion-enabled [data-parallax] img {
    translate: none;
    transform: none;
    transition: none;
  }
}
