
:root {
  --bg: #f5f3ee;
  --bg-soft: rgba(255, 255, 255, 0.62);
  --bg-strong: #ece9e2;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-2: rgba(249, 247, 243, 0.78);
  --text: #171717;
  --text-soft: rgba(23, 23, 23, 0.64);
  --line: rgba(23, 23, 23, 0.08);
  --line-strong: rgba(23, 23, 23, 0.16);
  --accent: #cdbd9f;
  --accent-soft: rgba(205, 189, 159, 0.24);
  --title-tone-left: #d6ccb7;
  --title-tone-mid: #d8d2c6;
  --title-tone-right: #d0d3d8;
  --button-outline: rgba(23, 23, 23, 0.10);
  --button-outline-strong: rgba(23, 23, 23, 0.16);
  --button-outline-hover: rgba(255, 255, 255, 0.34);
  --shadow: 0 24px 50px rgba(17, 17, 17, 0.08);
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --header-h: 92px;
  --shell: min(1120px, calc(100vw - 40px));
  --hero-shell: min(1180px, calc(100vw - 40px));
  --section-gap: 120px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --op17-handoff-bg0: #f7f5ef;
  --op17-handoff-bg1: #f2f0ea;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}
@media (min-width: 900px) {
  .footer__top {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: start;
  }
  .footer__bottom {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (max-height: 860px) {
  .menu-sheet__panel {
    padding: 20px;
    margin-top: calc(var(--safe-top) + 78px);
    max-height: calc(100dvh - var(--safe-top) - 90px);
  }
  .menu-sheet nav a {
    padding-block: 9px;
    font-size: 20px;
  }
  .menu-sheet__page-main strong { font-size: 20px; }
  .menu-sheet__group-label--spaced { margin-top: 12px; }
  .menu-sheet__cta { min-height: 44px; margin-top: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
html.op-preload body {
  opacity: 0;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: var(--text);
  background:
    radial-gradient(64vw 54vw at 10% 2%, rgba(205, 189, 159, 0.16), transparent 68%),
    radial-gradient(70vw 58vw at 100% 10%, rgba(197, 200, 208, 0.16), transparent 72%),
    linear-gradient(180deg, #f7f6f1 0%, #f3f1ec 100%);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("../img/wall-texture.webp") center / cover no-repeat;
  opacity: 0.065;
  pointer-events: none;
  z-index: -2;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.32), rgba(255,255,255,0));
  pointer-events: none;
  z-index: -1;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

body.menu-open { overflow: hidden; }

body.op-intro-active {
  overflow: hidden;
}

.site-header {
  transition: opacity 0.28s ease;
}

body.op-intro-active .site-header {
  opacity: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.no-js .js-only { display: none !important; }
.shell {
  width: var(--shell);
  margin-inline: auto;
}
.hero-shell {
  width: var(--hero-shell);
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 2000;
  padding: 12px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line-strong);
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1200;
  pointer-events: none;
  isolation: isolate;
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 132px;
  background: linear-gradient(180deg, rgba(245,243,238,0.96) 0%, rgba(245,243,238,0.86) 54%, rgba(245,243,238,0) 100%);
  pointer-events: none;
  z-index: 0;
}
.site-header__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100vw - 24px));
  margin: 0 auto;
  padding-top: calc(var(--safe-top) + 14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.site-brand,
.site-header__actions,
.reserve-pill,
.menu-toggle {
  pointer-events: auto;
}
.site-brand {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
}
.site-brand img {
  width: 108px;
  height: auto;
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reserve-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: rgba(23, 24, 32, 0.96);
  color: #fff;
  letter-spacing: 0.28em;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(17,17,17,0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.reserve-pill:hover,
.reserve-pill:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(17,17,17,0.22);
}
.menu-toggle {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 14px 34px rgba(17,17,17,0.10);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-toggle__bars {
  position: relative;
  width: 18px;
  height: 14px;
}
.menu-toggle__bars span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 999px;
  background: rgba(23,23,23,0.92);
  transition: transform 0.24s ease, opacity 0.24s ease, top 0.24s ease;
}
.menu-toggle__bars span:first-child { top: 1px; }
.menu-toggle__bars span:last-child { top: 11px; }
body.menu-open .menu-toggle__bars span:first-child { top: 6px; transform: rotate(45deg); }
body.menu-open .menu-toggle__bars span:last-child { top: 6px; transform: rotate(-45deg); }

.menu-sheet {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
}
body.menu-open .menu-sheet { display: block; }
.menu-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(247, 246, 241, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.menu-sheet__panel {
  position: relative;
  width: min(560px, calc(100vw - 24px));
  margin: calc(var(--safe-top) + 88px) auto 16px;
  padding: 24px;
  max-height: calc(100dvh - var(--safe-top) - 104px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,0.82);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.menu-sheet__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  font-size: 10px;
  letter-spacing: 0.30em;
  color: var(--text-soft);
}
.menu-sheet__label::before {
  content: "";
  width: 16px;
  height: 1px;
  background: var(--line-strong);
}
.menu-sheet nav {
  display: grid;
  gap: 4px;
}
.menu-sheet__group-label {
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: rgba(23,23,23,0.46);
  text-transform: uppercase;
}
.menu-sheet__group-label--spaced {
  margin-top: 14px;
}
.menu-sheet__group {
  display: grid;
  gap: 4px;
}
.menu-sheet nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 22px;
  letter-spacing: 0.02em;
}
.menu-sheet nav a span:last-child {
  color: var(--text-soft);
  font-size: 12px;
  letter-spacing: 0.24em;
}
.menu-sheet__page-link {
  align-items: end;
  gap: 16px;
}
.menu-sheet__page-main {
  display: grid;
  gap: 4px;
}
.menu-sheet__page-main strong {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.menu-sheet__page-main small {
  color: rgba(23,23,23,0.54);
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.menu-sheet__page-flag {
  color: var(--text-soft);
  font-size: 11px;
  letter-spacing: 0.24em;
}
.menu-sheet__meta {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.75;
}
.menu-sheet__cta {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(23,24,32,0.96);
  color: #fff;
  letter-spacing: 0.24em;
  font-size: 11px;
  font-weight: 700;
}

main { display: block; }
.section {
  position: relative;
  padding: 0 0 var(--section-gap);
  scroll-margin-top: 120px;
}
.section-intro {
  max-width: 680px;
  margin-bottom: 28px;
}
.section-intro--pulse,
.card-heading--pulse {
  position: relative;
  isolation: isolate;
}
.section-intro--pulse > *,
.card-heading--pulse > * {
  position: relative;
  z-index: 1;
}
.section-intro--pulse::before,
.section-intro--pulse::after,
.card-heading--pulse::before,
.card-heading--pulse::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
}
.section-intro--pulse::before {
  inset: -14px -28px -20px -16px;
  background: linear-gradient(102deg,
    rgba(205, 189, 159, 0.05) 0%,
    rgba(214, 207, 194, 0.08) 34%,
    rgba(208, 211, 216, 0.05) 66%,
    rgba(255, 255, 255, 0) 92%);
  clip-path: polygon(0 8%, 78% 0, 100% 42%, 96% 100%, 16% 100%, 0 74%);
  transform: translate3d(0, 18px, 0) scaleY(0.95);
}
.section-intro--pulse::after {
  top: -16px;
  bottom: -12px;
  left: -30%;
  width: 42%;
  background: linear-gradient(96deg,
    rgba(205, 189, 159, 0) 0%,
    rgba(205, 189, 159, 0.18) 42%,
    rgba(208, 211, 216, 0.28) 52%,
    rgba(255, 255, 255, 0.94) 58%,
    rgba(208, 211, 216, 0.12) 68%,
    rgba(208, 211, 216, 0) 100%);
  transform: translate3d(-100%, 0, 0) skewX(-18deg);
}
.section-intro--pulse.is-stage-active::before {
  animation: stageFieldSettle 980ms cubic-bezier(0.18, 0.82, 0.22, 1) both;
}
#program .section-intro--pulse.is-stage-active::before,
#flow .section-intro--pulse.is-stage-active::before {
  animation-fill-mode: backwards;
}
.section-intro--pulse.is-stage-active::after {
  animation: stageSweep 1280ms cubic-bezier(0.22, 0.78, 0.2, 1) backwards;
  animation-delay: 100ms;
}
.card-heading--pulse::before {
  inset: -10px -24px -12px -8px;
  background: linear-gradient(102deg,
    rgba(205, 189, 159, 0.04) 0%,
    rgba(214, 207, 194, 0.07) 36%,
    rgba(208, 211, 216, 0.05) 68%,
    rgba(255, 255, 255, 0) 92%);
  clip-path: polygon(0 10%, 76% 0, 100% 40%, 95% 100%, 18% 100%, 0 78%);
  transform: translate3d(0, 16px, 0) scaleY(0.95);
}
.card-heading--pulse::after {
  top: -12px;
  bottom: -10px;
  left: -32%;
  width: 40%;
  background: linear-gradient(96deg,
    rgba(205, 189, 159, 0) 0%,
    rgba(205, 189, 159, 0.16) 42%,
    rgba(208, 211, 216, 0.26) 52%,
    rgba(255, 255, 255, 0.94) 58%,
    rgba(208, 211, 216, 0.12) 68%,
    rgba(208, 211, 216, 0) 100%);
  transform: translate3d(-110%, 0, 0) skewX(-18deg);
}
.card-heading--pulse.is-stage-active::before {
  animation: stageFieldSettle 920ms cubic-bezier(0.18, 0.82, 0.22, 1) both;
}
.card-heading--pulse.is-stage-active::after {
  animation: stageSweep 1180ms cubic-bezier(0.22, 0.78, 0.2, 1) backwards;
  animation-delay: 80ms;
}
@keyframes stageFieldSettle {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scaleY(0.95);
  }
  44% {
    opacity: 0.86;
  }
  100% {
    opacity: 0.58;
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}
@keyframes stageSweep {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) skewX(-18deg);
  }
  12% {
    opacity: 0.94;
  }
  72% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: translate3d(320%, 0, 0) skewX(-18deg);
  }
}
.section-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.34em;
  color: var(--text-soft);
  text-transform: uppercase;
}
.section-label::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--line-strong);
}
.section-label.is-typing::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: 0;
  width: calc(100% + 6px);
  background: linear-gradient(90deg, rgba(245,243,238,0) 0%, rgba(245,243,238,0.96) 8%, rgba(245,243,238,1) 24%);
  border-left: 1px solid rgba(23,23,23,0.28);
  animation: typeMask 0.9s steps(12, end) forwards, typeCaret 0.9s step-end;
  pointer-events: none;
}
.display-title {
  margin: 0;
  font-size: clamp(40px, 11vw, 86px);
  line-height: 0.92;
  letter-spacing: -0.05em;
  font-weight: 800;
  text-transform: uppercase;
}
.display-title--compact {
  font-size: clamp(36px, 9vw, 66px);
}
.display-title .type-line,
.hero__title .type-line {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  padding-right: 0.08em;
  color: #cec6b7;
}
.heading-fx {
  position: relative;
  display: inline-block;
  max-width: 100%;
  isolation: isolate;
  overflow: visible;
  --heading-fx-shift: clamp(10px, 1vw, 17px);
  --heading-fx-lift: clamp(3px, 0.45vw, 7px);
  --heading-fx-rule-width: clamp(30px, 42%, 86px);
}
.heading-fx::before,
.heading-fx::after {
  content: "";
}
.js-ready .heading-fx[data-heading-fx]::before,
.js-ready .heading-fx[data-heading-fx]::after {
  content: attr(data-heading-fx);
  position: absolute;
  inset: 0;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  text-transform: inherit;
  white-space: inherit;
  pointer-events: none;
  will-change: transform, clip-path;
}
.js-ready .heading-fx[data-heading-fx]::before {
  color: rgba(205,189,159,0.86);
  clip-path: inset(0 100% 50% 0);
}
.js-ready .heading-fx[data-heading-fx]::after {
  color: rgba(208,211,216,0.90);
  clip-path: inset(50% 0 0 100%);
}
.heading-fx__rule {
  position: absolute;
  left: 0;
  bottom: -0.16em;
  width: min(var(--heading-fx-rule-width), 100%);
  height: 1px;
  border-radius: 999px;
  pointer-events: none;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, rgba(205,189,159,0.9), rgba(208,211,216,0.96));
  will-change: transform;
}
.heading-fx.is-heading-active::before {
  animation: headingSplitTop 880ms cubic-bezier(0.18, 0.9, 0.18, 1) both;
  animation-delay: var(--heading-fx-delay, 0ms);
}
.heading-fx.is-heading-active::after {
  animation: headingSplitBottom 880ms cubic-bezier(0.18, 0.9, 0.18, 1) both;
  animation-delay: var(--heading-fx-delay, 0ms);
}
.heading-fx.is-heading-active .heading-fx__rule {
  animation: headingRuleSweep 760ms cubic-bezier(0.18, 0.9, 0.18, 1) both;
  animation-delay: calc(var(--heading-fx-delay, 0ms) + 44ms);
}
@keyframes headingSplitTop {
  0% {
    clip-path: inset(0 0 50% 0);
    transform: translate3d(calc(var(--heading-fx-shift) * -1), calc(var(--heading-fx-lift) * -1), 0);
  }
  56% {
    clip-path: inset(0 0 50% 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    clip-path: inset(0 100% 50% 0);
    transform: translate3d(var(--heading-fx-shift), 0, 0);
  }
}
@keyframes headingSplitBottom {
  0% {
    clip-path: inset(50% 0 0 0);
    transform: translate3d(var(--heading-fx-shift), var(--heading-fx-lift), 0);
  }
  56% {
    clip-path: inset(50% 0 0 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    clip-path: inset(50% 0 0 100%);
    transform: translate3d(calc(var(--heading-fx-shift) * -1), 0, 0);
  }
}
@keyframes headingRuleSweep {
  0% {
    transform: scaleX(0);
  }
  62% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0.38);
  }
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .display-title .type-line,
  .hero__title .type-line {
    background: linear-gradient(90deg, var(--title-tone-left) 0%, var(--title-tone-mid) 46%, var(--title-tone-right) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
.display-sub,
.hero__title-sub {
  margin: 14px 0 0;
  color: var(--text-soft);
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.9;
  letter-spacing: 0.08em;
}
.section-lead {
  margin: 18px 0 0;
  color: var(--text-soft);
  font-size: clamp(15px, 2.3vw, 18px);
  line-height: 1.95;
  max-width: 42rem;
}
.js-type-display.is-typing .type-line::after {
  content: "";
  position: absolute;
  top: -0.08em;
  bottom: -0.08em;
  right: -0.12em;
  width: calc(100% + 0.24em);
  background: linear-gradient(90deg, rgba(245,243,238,0) 0%, rgba(245,243,238,0.92) 10%, rgba(245,243,238,1) 28%);
  border-left: 2px solid rgba(23,23,23,0.34);
  animation:
    typeMaskLarge 0.82s steps(var(--type-steps, 10), end) var(--type-delay, 0s) forwards,
    typeCaretLarge 0.92s step-end var(--type-delay, 0s) forwards;
  pointer-events: none;
}

.js-type-label,
.js-type-display {
  opacity: 1;
  transform: none;
}
body.fx-ready .js-type-label:not(.is-typing),
body.fx-ready .js-type-display:not(.is-typing) {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.js-type-label.is-typing,
.js-type-display.is-typing {
  opacity: 1;
  transform: none;
  transition: opacity 0.16s linear, transform 0.44s cubic-bezier(.2,.65,.2,1);
}

.js-reveal {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.74s cubic-bezier(.2,.65,.2,1),
    transform 0.74s cubic-bezier(.2,.65,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}
body.fx-ready .js-reveal {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
body.fx-ready .js-reveal[data-reveal="scale"] {
  transform: translate3d(0, 20px, 0) scale(0.985);
}
body.fx-ready .js-reveal[data-reveal="left"] {
  transform: translate3d(-18px, 0, 0);
}
body.fx-ready .js-reveal[data-reveal="right"] {
  transform: translate3d(18px, 0, 0);
}
body.fx-ready .js-reveal[data-reveal="field"] {
  opacity: 1;
  transform: none;
}
body.fx-ready .js-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.hero {
  padding-top: calc(var(--safe-top) + 92px);
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
}
.hero__grid {
  display: grid;
  gap: 36px;
  padding: 44px 0 80px;
}
.hero__eyebrow,
.hero__meta {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero__eyebrow::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--line-strong);
}
.hero__title {
  margin: 18px 0 0;
  font-size: clamp(54px, 15vw, 124px);
  line-height: 0.88;
  letter-spacing: -0.06em;
  font-weight: 800;
  text-transform: uppercase;
}
.hero__subtitle {
  margin: 18px 0 0;
  font-size: clamp(16px, 3vw, 22px);
  line-height: 1.85;
  color: var(--text-soft);
}
.hero__meta {
  margin-top: 18px;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.button:hover,
.button:focus-visible { transform: translateY(-1px); }
.button--solid {
  background: rgba(23,24,32,0.96);
  color: #fff;
  box-shadow: 0 14px 34px rgba(17,17,17,0.16);
}
.button--ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--button-outline);
  box-shadow: none;
}
.button--ghost:hover,
.button--ghost:focus-visible {
  background: var(--button-outline-hover);
  border-color: var(--button-outline-strong);
}
.hero__notes {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.8;
}
.hero__notes--mobile {
  display: none;
}
.hero__visual {
  position: relative;
}
.media-card {
  position: relative;
  overflow: hidden;
  border-radius: clamp(28px, 4vw, 42px);
  background: rgba(255,255,255,0.6);
  box-shadow: var(--shadow);
}
.media-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.media-card--hero-sign {
  background: none;
  box-shadow: none;
  overflow: visible;
  border-radius: 0;
}
.media-card--hero-sign img {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: clamp(28px, 4vw, 42px);
}
.hero__visual .media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0));
}
.hero__badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(247,246,241,0.9);
  box-shadow: 0 16px 34px rgba(17,17,17,0.08);
  max-width: min(280px, calc(100% - 36px));
}
.hero__badge--plain {
  position: static;
  max-width: none;
  margin-top: 18px;
  padding: 14px 0 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.hero__badge-label {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.hero__badge-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}
.hero__badge .hero__notes {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(23,23,23,0.08);
  font-size: 13px;
  line-height: 1.82;
}

.concept-list {
  position: relative;
  display: grid;
  gap: 0;
  --concept-axis-progress: 52px;
}
.concept-list::before,
.concept-list::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 44px;
  pointer-events: none;
  border-radius: 999px;
}
.concept-list::before {
  width: 1px;
  bottom: 44px;
  background: linear-gradient(180deg, transparent 0%, rgba(205,189,159,0.18) 8%, rgba(205,189,159,0.22) 46%, rgba(208,211,216,0.20) 92%, transparent 100%);
}
.concept-list::after {
  width: 2px;
  bottom: auto;
  height: min(calc(100% - 88px), var(--concept-axis-progress));
  background: linear-gradient(180deg, rgba(205,189,159,0.16) 0%, rgba(205,189,159,0.74) 42%, rgba(208,211,216,0.72) 100%);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.44);
  transition: height 0.44s cubic-bezier(.22,.65,.2,1), opacity 0.32s ease;
}
.concept-item {
  position: relative;
  padding: 28px 12px 22px 46px;
  border-top: 1px solid rgba(23,23,23,0.07);
  overflow: hidden;
  isolation: isolate;
  transition: border-color 0.32s ease, background 0.32s ease;
}
.concept-item::before {
  content: attr(data-ghost);
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 0;
  font-size: clamp(112px, 31vw, 170px);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.08em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(205,189,159,0.18) 0%, rgba(216,210,198,0.15) 46%, rgba(208,211,216,0.16) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.88;
  transition: opacity 0.36s ease;
}
.concept-item::after {
  content: "";
  position: absolute;
  top: 16px;
  right: -10px;
  width: min(66vw, 276px);
  height: clamp(116px, 34vw, 172px);
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(68% 70% at 56% 48%, rgba(205,189,159,0.10) 0%, rgba(216,210,198,0.07) 34%, rgba(208,211,216,0.05) 58%, rgba(255,255,255,0) 76%);
  opacity: 0.58;
  transition: opacity 0.36s ease;
}
.concept-item > * {
  position: relative;
  z-index: 1;
}
.concept-item__node {
  position: absolute;
  left: 13px;
  top: 44px;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(205,189,159,0.24);
  background: rgba(249,247,243,0.96);
  transition: border-color 0.34s ease, background-color 0.34s ease, transform 0.34s ease;
}
.concept-item__node::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  transform: translate(-50%, -50%) scale(0.84);
  background: linear-gradient(135deg, rgba(205,189,159,0.9), rgba(208,211,216,0.96));
  opacity: 0.56;
  transition: transform 0.34s ease, opacity 0.34s ease;
}
.concept-item__node::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 1px solid rgba(205,189,159,0.12);
  opacity: 0.68;
  transform: scale(0.96);
  transition: opacity 0.34s ease, transform 0.34s ease, border-color 0.34s ease;
}
.concept-item__index {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--text-soft);
  transition: color 0.28s ease;
}
.concept-item__en {
  margin: 0;
  font-size: clamp(28px, 7vw, 46px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 0.28s ease;
}
.concept-item__ja {
  margin: 10px 0 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  transition: color 0.28s ease;
}
.concept-item p:last-child {
  margin: 14px 0 0;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.95;
  transition: color 0.28s ease;
}
.concept-item.is-current {
  border-top-color: rgba(205,189,159,0.42);
  background: linear-gradient(90deg, rgba(205,189,159,0.06) 0%, rgba(208,211,216,0.03) 22%, rgba(255,255,255,0) 60%);
}
.concept-item.is-current::before {
  opacity: 1;
}
.concept-item.is-current::after {
  opacity: 0.88;
}
.concept-item.is-current .concept-item__node {
  border-color: rgba(205,189,159,0.50);
  background: rgba(205,189,159,0.09);
  transform: translate(-50%, -50%) scale(1.04);
}
.concept-item.is-current .concept-item__node::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.98;
}
.concept-item.is-current .concept-item__node::after {
  opacity: 1;
  transform: scale(1.05);
  border-color: rgba(205,189,159,0.20);
}
.concept-item.is-current .concept-item__index {
  color: rgba(23,23,23,0.66);
}
.concept-item.is-current .concept-item__ja,
.concept-item.is-current p:last-child {
  color: rgba(23,23,23,0.78);
}

.signature-wrap {
  position: relative;
}
.signature-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  margin-inline: -2px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.signature-track::-webkit-scrollbar { display: none; }
.signature-card {
  flex: 0 0 min(84vw, 380px);
  scroll-snap-align: start;
  background: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.signature-card__image {
  overflow: hidden;
  border-radius: clamp(28px, 4vw, 42px);
  background: none;
}
.signature-card__image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.signature-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--text-soft);
  text-transform: uppercase;
}
.signature-card h3 {
  margin: 10px 0 0;
  font-size: clamp(28px, 6vw, 42px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 800;
  text-transform: uppercase;
}
.signature-card__ja {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.16em;
  color: var(--text-soft);
}
.signature-card__copy {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.85;
  color: var(--text-soft);
}
.signature-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
}
.signature-hint {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.signature-dots {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.signature-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(23,23,23,0.16);
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
.signature-dots button.is-active {
  transform: scale(1.2);
  background: rgba(23,23,23,0.92);
}

.split {
  display: grid;
  gap: 28px;
}
.info-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.info-list li {
  display: flex;
  gap: 12px;
  color: var(--text-soft);
  line-height: 1.8;
}
.info-list li::before {
  content: "";
  flex: 0 0 18px;
  height: 1px;
  margin-top: 0.9em;
  background: var(--line-strong);
}

.plan-grid {
  display: grid;
  gap: 18px;
}

#program .section-intro,
#flow .section-intro {
  position: relative;
  isolation: isolate;
  --section-field-top: clamp(48px, 7vw, 82px);
  --section-field-left: clamp(24px, 7vw, 96px);
  --section-field-width: min(82vw, 760px);
  --section-field-height: clamp(86px, 12vw, 132px);
  --section-field-dir: 1;
}
#flow .section-intro {
  --section-field-top: clamp(54px, 7.8vw, 92px);
  --section-field-left: clamp(16px, 5vw, 64px);
  --section-field-width: min(88vw, 820px);
  --section-field-height: clamp(92px, 13vw, 142px);
  --section-field-dir: -1;
}
#program .section-intro > *,
#flow .section-intro > * {
  position: relative;
  z-index: 1;
}
#program .section-intro::after,
#flow .section-intro::after {
  content: "";
  position: absolute;
  top: var(--section-field-top);
  left: var(--section-field-left);
  width: var(--section-field-width);
  height: var(--section-field-height);
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(90deg,
      rgba(205, 189, 159, 0) 0%,
      rgba(205, 189, 159, 0.26) 16%,
      rgba(216, 210, 198, 0.14) 42%,
      rgba(208, 211, 216, 0.26) 82%,
      rgba(208, 211, 216, 0) 100%);
  -webkit-mask-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.96) 10%,
      rgba(0, 0, 0, 0.96) 82%,
      rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.96) 10%,
      rgba(0, 0, 0, 0.96) 82%,
      rgba(0, 0, 0, 0) 100%);
  opacity: 0.78;
  transform: none;
  transition:
    transform 980ms cubic-bezier(.18,.82,.2,1),
    opacity 780ms ease;
}
body.fx-ready #program .section-intro.js-reveal[data-reveal="field"]::after,
body.fx-ready #flow .section-intro.js-reveal[data-reveal="field"]::after {
  opacity: 0;
  transform: translate3d(calc(var(--section-field-dir) * -42px), 0, 0) scaleX(0.82);
}
body.fx-ready #program .section-intro.js-reveal[data-reveal="field"].is-visible::after,
body.fx-ready #flow .section-intro.js-reveal[data-reveal="field"].is-visible::after {
  opacity: 0.84;
  transform: none;
}
body.fx-ready #program .section-intro.js-reveal[data-reveal="field"]::after,
body.fx-ready #flow .section-intro.js-reveal[data-reveal="field"]::after,
body.fx-ready #program .section-intro.js-reveal[data-reveal="field"].is-visible::after,
body.fx-ready #flow .section-intro.js-reveal[data-reveal="field"].is-visible::after {
  opacity: 0;
  transform: none;
}

.plan-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 24px 0 8px;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: none;
  box-shadow: none;
  --program-dir: 1;
}
.plan-card:nth-child(even) {
  --program-dir: -1;
}
.plan-card > * {
  position: relative;
  z-index: 1;
}
.plan-card::before,
.plan-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.plan-card::before {
  top: clamp(34px, 5vw, 46px);
  left: clamp(2px, 0.8vw, 12px);
  right: clamp(20px, 6vw, 54px);
  height: clamp(78px, 12vw, 122px);
  border-radius: 999px;
  background:
    linear-gradient(90deg,
      rgba(205, 189, 159, 0) 0%,
      rgba(205, 189, 159, 0.28) 14%,
      rgba(216, 210, 198, 0.18) 38%,
      rgba(208, 211, 216, 0.28) 84%,
      rgba(208, 211, 216, 0) 100%);
  -webkit-mask-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.94) 12%,
      rgba(0, 0, 0, 0.92) 82%,
      rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.94) 12%,
      rgba(0, 0, 0, 0.92) 82%,
      rgba(0, 0, 0, 0) 100%);
  opacity: 0.88;
  transform: none;
  transition:
    transform 980ms cubic-bezier(.18,.82,.2,1),
    opacity 760ms ease;
}
.plan-card:nth-child(even)::before {
  left: clamp(20px, 6vw, 54px);
  right: clamp(2px, 0.8vw, 12px);
  background:
    linear-gradient(270deg,
      rgba(205, 189, 159, 0) 0%,
      rgba(205, 189, 159, 0.28) 14%,
      rgba(216, 210, 198, 0.18) 38%,
      rgba(208, 211, 216, 0.28) 84%,
      rgba(208, 211, 216, 0) 100%);
}
.plan-card::after {
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background-image: linear-gradient(90deg,
      rgba(205, 189, 159, 0) 0%,
      rgba(205, 189, 159, 0.22) 24%,
      rgba(255, 255, 255, 0.82) 48%,
      rgba(208, 211, 216, 0.24) 68%,
      rgba(208, 211, 216, 0) 100%);
  background-repeat: no-repeat;
  background-size: clamp(150px, 32vw, 240px) 1px;
  background-position: -180px 0;
  opacity: 0;
}
.plan-card:nth-child(even)::after {
  background-image: linear-gradient(270deg,
      rgba(205, 189, 159, 0) 0%,
      rgba(205, 189, 159, 0.22) 24%,
      rgba(255, 255, 255, 0.82) 48%,
      rgba(208, 211, 216, 0.24) 68%,
      rgba(208, 211, 216, 0) 100%);
  background-position: calc(100% + 180px) 0;
}
body.fx-ready #program .plan-card.js-reveal[data-reveal="program"]::before {
  opacity: 0;
  transform: translate3d(calc(var(--program-dir) * -44px), 0, 0) scaleX(0.84);
}
body.fx-ready #program .plan-card.js-reveal[data-reveal="program"].is-visible::before {
  opacity: 0.92;
  transform: none;
}
body.fx-ready #program .plan-card.js-reveal[data-reveal="program"].is-visible::after {
  animation: programBeamSweepL 1160ms cubic-bezier(.2,.8,.2,1) both;
  animation-delay: calc(var(--reveal-delay, 0ms) + 86ms);
}
body.fx-ready #program .plan-card:nth-child(even).js-reveal[data-reveal="program"].is-visible::after {
  animation-name: programBeamSweepR;
}

#program .plan-card::before {
  content: none;
}
body.fx-ready #program .plan-card.js-reveal[data-reveal="program"]::before,
body.fx-ready #program .plan-card.js-reveal[data-reveal="program"].is-visible::before {
  opacity: 0;
  transform: none;
}
#program .plan-card h3 {
  padding: 0.02em clamp(20px, 5.8vw, 44px) 0.10em 0.02em;
  border-radius: 999px;
  background-repeat: no-repeat;
  background-position: 0 58%;
  background-size: 100% 72%;
}
#program .plan-card:nth-child(odd) h3 {
  background-image: linear-gradient(90deg,
    rgba(205, 189, 159, 0.16) 0%,
    rgba(216, 210, 198, 0.10) 44%,
    rgba(208, 211, 216, 0.15) 88%,
    rgba(208, 211, 216, 0) 100%);
}
#program .plan-card:nth-child(even) h3 {
  background-image: linear-gradient(270deg,
    rgba(205, 189, 159, 0.16) 0%,
    rgba(216, 210, 198, 0.10) 44%,
    rgba(208, 211, 216, 0.15) 88%,
    rgba(208, 211, 216, 0) 100%);
}
#program .plan-card__eyebrow,
#program .plan-card__ja {
  position: relative;
  z-index: 2;
}
.plan-card__eyebrow {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.plan-card h3 {
  margin: 14px 0 0;
  font-size: clamp(30px, 8vw, 52px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 800;
  text-transform: uppercase;
}
.plan-card__ja {
  margin: 10px 0 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.plan-card__copy {
  margin: 16px 0 0;
  color: var(--text-soft);
  line-height: 1.95;
}
.plan-card dl {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
}
.plan-card dl div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.plan-card dt {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.plan-card dd {
  margin: 0;
  line-height: 1.8;
}
.plan-note {
  margin: 18px 0 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.8;
}

@keyframes programBeamSweepL {
  0% {
    opacity: 0;
    background-position: -180px 0;
  }
  12% {
    opacity: 0.96;
  }
  78% {
    opacity: 0.96;
  }
  100% {
    opacity: 0;
    background-position: calc(100% + 180px) 0;
  }
}
@keyframes programBeamSweepR {
  0% {
    opacity: 0;
    background-position: calc(100% + 180px) 0;
  }
  12% {
    opacity: 0.96;
  }
  78% {
    opacity: 0.96;
  }
  100% {
    opacity: 0;
    background-position: -180px 0;
  }
}

.flow-list {
  display: grid;
  gap: 14px;
}
.flow-item {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
body.fx-ready #flow .flow-item.js-reveal[data-reveal="flow"] {
  opacity: 1;
  transform: none;
}
.flow-item__step {
  position: relative;
  padding-top: 2px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.flow-item__step::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, rgba(205, 189, 159, 0.72), rgba(208, 211, 216, 0));
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: left center;
}
.flow-item:nth-child(even) .flow-item__step::after {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, rgba(205, 189, 159, 0.58), rgba(208, 211, 216, 0));
  transform-origin: right center;
}
.flow-item__body {
  position: relative;
  padding: 4px 0 6px;
  overflow: hidden;
  isolation: isolate;
  --flow-guide-top: 22px;
  --flow-beam-width: clamp(180px, 42vw, 300px);
}
.flow-item__body > * {
  position: relative;
  z-index: 1;
}
.flow-item__body::before,
.flow-item__body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}
.flow-item__body::before {
  top: var(--flow-guide-top);
  height: 1px;
  background: linear-gradient(90deg, rgba(205, 189, 159, 0.52), rgba(208, 211, 216, 0.24) 64%, rgba(208, 211, 216, 0) 100%);
  transform-origin: left center;
  transform: scaleX(0.08);
  opacity: 0;
  will-change: transform, opacity;
}
.flow-item:nth-child(even) .flow-item__body::before {
  background: linear-gradient(270deg, rgba(205, 189, 159, 0.52), rgba(208, 211, 216, 0.24) 64%, rgba(208, 211, 216, 0) 100%);
  transform-origin: right center;
}
.flow-item__body::after {
  top: -6px;
  bottom: -6px;
  height: auto;
  background-image: linear-gradient(90deg,
    rgba(205, 189, 159, 0) 0%,
    rgba(205, 189, 159, 0.22) 14%,
    rgba(205, 189, 159, 0.28) 24%,
    rgba(255, 255, 255, 0.88) 46%,
    rgba(208, 211, 216, 0.30) 64%,
    rgba(208, 211, 216, 0) 100%);
  background-repeat: no-repeat;
  background-size: var(--flow-beam-width) 100%;
  background-position: -180px 50%;
  opacity: 0;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.96) 18%, rgba(0, 0, 0, 0.96) 82%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.96) 18%, rgba(0, 0, 0, 0.96) 82%, transparent 100%);
  will-change: opacity, background-position;
}
.flow-item:nth-child(even) .flow-item__body::after {
  background-image: linear-gradient(270deg,
    rgba(205, 189, 159, 0) 0%,
    rgba(205, 189, 159, 0.22) 14%,
    rgba(205, 189, 159, 0.28) 24%,
    rgba(255, 255, 255, 0.88) 46%,
    rgba(208, 211, 216, 0.30) 64%,
    rgba(208, 211, 216, 0) 100%);
  background-position: calc(100% + 180px) 50%;
}
.flow-item h3 {
  margin: 0;
  font-size: 20px;
}
.flow-item p {
  margin: 12px 0 0;
  color: var(--text-soft);
  line-height: 1.8;
}
.flow-item.is-visible .flow-item__body::before {
  animation: flowGuideDrawL 1000ms cubic-bezier(0.18, 0.84, 0.2, 1) both;
  animation-delay: calc(var(--reveal-delay, 0ms) + 34ms);
}
.flow-item:nth-child(even).is-visible .flow-item__body::before {
  animation-name: flowGuideDrawR;
}
.flow-item.is-visible .flow-item__body::after {
  animation: flowBeamSweepL 1220ms cubic-bezier(0.22, 0.78, 0.2, 1) both;
  animation-delay: calc(var(--reveal-delay, 0ms) + 88ms);
}
.flow-item:nth-child(even).is-visible .flow-item__body::after {
  animation-name: flowBeamSweepR;
}
.flow-item.is-visible .flow-item__step::after {
  animation: flowStepTickL 700ms cubic-bezier(0.2, 0.76, 0.2, 1) both;
  animation-delay: calc(var(--reveal-delay, 0ms) + 48ms);
}
.flow-item:nth-child(even).is-visible .flow-item__step::after {
  animation-name: flowStepTickR;
}
@keyframes flowGuideDrawL {
  0% {
    opacity: 0;
    transform: scaleX(0.18);
  }
  40% {
    opacity: 0.6;
    transform: scaleX(1);
  }
  100% {
    opacity: 0.24;
    transform: scaleX(1);
  }
}
@keyframes flowGuideDrawR {
  0% {
    opacity: 0;
    transform: scaleX(0.18);
  }
  40% {
    opacity: 0.6;
    transform: scaleX(1);
  }
  100% {
    opacity: 0.24;
    transform: scaleX(1);
  }
}
@keyframes flowBeamSweepL {
  0% {
    opacity: 0;
    background-position: -180px 50%;
  }
  12% {
    opacity: 0.96;
  }
  72% {
    opacity: 0.96;
  }
  100% {
    opacity: 0;
    background-position: calc(100% + 180px) 50%;
  }
}
@keyframes flowBeamSweepR {
  0% {
    opacity: 0;
    background-position: calc(100% + 180px) 50%;
  }
  12% {
    opacity: 0.96;
  }
  72% {
    opacity: 0.96;
  }
  100% {
    opacity: 0;
    background-position: -180px 50%;
  }
}
@keyframes flowStepTickL {
  0% {
    opacity: 0;
    transform: scaleX(0.2);
  }
  36% {
    opacity: 0.72;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}
@keyframes flowStepTickR {
  0% {
    opacity: 0;
    transform: scaleX(0.2);
  }
  36% {
    opacity: 0.72;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  #program .section-intro::after,
  #flow .section-intro::after,
  #program .plan-card::before,
  #program .plan-card::after,
  #flow .flow-item__body::before,
  #flow .flow-item__body::after,
  #flow .flow-item__step::after {
    animation: none !important;
    transition: none !important;
  }
  body.fx-ready #program .section-intro.js-reveal[data-reveal="field"]::after,
  body.fx-ready #flow .section-intro.js-reveal[data-reveal="field"]::after {
    opacity: 0.78 !important;
    transform: none !important;
  }
  body.fx-ready #program .plan-card.js-reveal[data-reveal="program"]::before {
    opacity: 0.82 !important;
    transform: none !important;
  }
  body.fx-ready #program .plan-card.js-reveal[data-reveal="program"]::after,
  #flow .flow-item__body::before,
  #flow .flow-item__body::after,
  #flow .flow-item__step::after {
    opacity: 0 !important;
    transform: none !important;
    background-position: 50% 50% !important;
  }
}

.faq-list {
  display: grid;
  gap: 0;
  border-bottom: 1px solid var(--line);
}
.faq-item {
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 16px;
  line-height: 1.6;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span:last-child {
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.faq-item__body {
  padding: 0 0 22px;
  color: var(--text-soft);
  line-height: 1.9;
}

.access-grid {
  display: grid;
  gap: 22px;
}
.access-block,
.reserve-block {
  display: grid;
  align-content: start;
  gap: 16px;
}

.reserve-block {
  scroll-margin-top: 120px;
}
.card-heading--outside {
  padding-inline: 6px;
}
.card-heading--outside .section-label {
  margin-top: 0;
}
.card-heading--outside .display-title {
  margin-top: 10px;
  max-width: none;
}
.access-card,
.reserve-card {
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.detail-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
}
.detail-list div {
  display: grid;
  gap: 4px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.detail-list dt {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.detail-list dd {
  margin: 0;
  line-height: 1.85;
}
.reserve-card__price {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.85;
  color: var(--text-soft);
}
.reserve-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.access-overview {
  display: grid;
  gap: 24px;
  align-items: start;
}
.access-copy {
  display: grid;
  gap: 12px;
}
.access-copy .display-sub,
.access-copy .section-lead {
  margin: 0;
}
.access-map-wrap {
  position: relative;
}
.access-map-frame {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  aspect-ratio: 1.14 / 1;
  background: linear-gradient(180deg, rgba(244,241,234,0.98) 0%, rgba(238,234,226,1) 100%);
  box-shadow:
    0 20px 46px rgba(19, 24, 39, 0.08),
    inset 0 0 0 1px rgba(17, 24, 39, 0.07);
}
.access-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(.96) contrast(1.02) brightness(.99);
}
.access-map-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 0%, rgba(16, 24, 40, 0.10) 0, transparent 58%),
    radial-gradient(circle at 100% 100%, rgba(198, 187, 168, 0.24) 0, transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.16) 0%, rgba(246,244,238,0.06) 100%);
  mix-blend-mode: multiply;
  opacity: .56;
}

.footer {
  padding: 0 0 calc(40px + var(--safe-bottom));
  scroll-margin-top: 120px;
}
.footer__inner {
  width: var(--shell);
  margin-inline: auto;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
}
.footer__top {
  display: grid;
  gap: 24px;
}
.footer__brand {
  display: grid;
  gap: 12px;
  max-width: 640px;
}
.footer__brand-logo img {
  width: 114px;
  height: auto;
}
.footer__eyebrow {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.26em;
  color: rgba(23,23,23,0.52);
}
.footer__lead {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.9;
}
.footer__nav {
  display: grid;
  gap: 18px;
}
.footer__nav-group {
  display: grid;
  gap: 10px;
}
.footer__nav-label {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: rgba(23,23,23,0.46);
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.footer__links a {
  color: var(--text);
  font-size: 14px;
  line-height: 1.6;
}
.footer__bottom {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
}
.footer__info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.8;
}
.footer__info a {
  color: inherit;
}
.footer__bottom-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
}
.footer__reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(23,24,32,0.96);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
}
.footer__copyright {
  color: var(--text-soft);
  font-size: 12px;
}
.footer__art {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 14px;
  padding-top: 6px;
  overflow: hidden;
  overflow: clip;
}

.footer__art-logo {
  display: block;
  width: min(30vw, 126px);
  max-width: 100%;
  height: auto;
  opacity: 0.94;
  filter: drop-shadow(0 10px 20px rgba(18, 24, 39, 0.05));
  pointer-events: none;
  user-select: none;
}

.footer__credit {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(23, 23, 23, 0.42);
}

.hero [data-animate],
.section [data-animate] {
  opacity: 1;
}
body.fx-ready .hero [data-animate] {
  animation: fadeUp 0.8s cubic-bezier(.2,.65,.2,1) both;
}
body.fx-ready .hero [data-animate="2"] { animation-delay: 0.08s; }
body.fx-ready .hero [data-animate="3"] { animation-delay: 0.16s; }
body.fx-ready .hero [data-animate="4"] { animation-delay: 0.24s; }
body.fx-ready .hero [data-animate="5"] { animation-delay: 0.32s; }
body.fx-ready .hero [data-animate="6"] { animation-delay: 0.40s; }

@keyframes fadeUp {
  from { opacity: 0; transform: translate3d(0, 18px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes typeMask {
  from { width: calc(100% + 6px); }
  to { width: 0; }
}
@keyframes typeCaret {
  0%, 30%, 70% { border-left-color: rgba(23,23,23,0.28); }
  45%, 100% { border-left-color: transparent; }
}
@keyframes typeMaskLarge {
  from { width: calc(100% + 0.24em); }
  to { width: 0; }
}
@keyframes typeCaretLarge {
  0%, 18%, 42%, 64% { border-left-color: rgba(23,23,23,0.34); }
  10%, 32%, 54%, 100% { border-left-color: transparent; }
}

@media (min-width: 900px) {
  :root {
    --section-gap: 148px;
  }
  .hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.82fr);
    align-items: end;
    gap: 52px;
    padding: 60px 0 110px;
  }
  .hero__title { max-width: 8ch; }
  .concept-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    padding-top: 26px;
  }
  .concept-list::before,
  .concept-list::after {
    display: none;
  }
  .concept-item {
    padding: 28px 18px 16px 0;
    min-height: 250px;
    background: none;
  }
  .concept-item::before {
    top: 18px;
    right: 10px;
    font-size: clamp(126px, 11vw, 178px);
    opacity: 0.78;
  }
  .concept-item::after {
    top: 34px;
    right: 0;
    width: min(20vw, 248px);
    height: min(12vw, 156px);
    opacity: 0.44;
  }
  .concept-item__node {
    display: none;
  }
  .concept-item__index {
    margin-bottom: 18px;
  }
  .concept-item.is-current {
    background: none;
    border-top-color: rgba(23,23,23,0.07);
  }
  .signature-track {
    overflow: visible;
    scroll-snap-type: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .signature-card { flex: none; }
  .signature-controls { display: none; }
  .split {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    align-items: center;
    gap: 48px;
  }
  .plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .access-grid {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 56px;
  }
  .access-overview {
    grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.94fr);
    gap: 56px;
  }
  .reserve-block {
    width: min(100%, 560px);
    margin-left: auto;
  }
}

@media (max-width: 899px) {
  .display-title { max-width: 8ch; }

  /* Mobile-only: keep the horizontal signature cards visible from first paint
     so the next card peeks in immediately and the horizontal gesture is obvious. */
  body.fx-ready #signature .signature-card.js-reveal,
  body.fx-ready #signature .signature-card.js-reveal[data-reveal="scale"] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 720px) {
  :root {
    --shell: calc(100vw - 24px);
    --hero-shell: calc(100vw - 24px);
    --section-gap: 96px;
  }
  .site-header__inner {
    width: calc(100vw - 16px);
    padding-top: calc(var(--safe-top) + 12px);
  }
  .site-brand img { width: 96px; }
  .reserve-pill {
    min-height: 48px;
    padding: 0 18px;
    letter-spacing: 0.22em;
  }
  .menu-toggle {
    width: 48px;
    height: 48px;
  }
  .hero {
    min-height: auto;
    align-items: start;
  }
  .hero__grid {
    padding: 56px 0 84px;
    gap: 42px;
  }
  .hero__copy {
    min-height: auto;
    display: block;
    padding-top: 8px;
    padding-bottom: 14px;
  }
  .hero__title {
    font-size: clamp(48px, 15vw, 76px);
    margin-top: 28px;
  }
  .hero__title-sub {
    margin-top: 18px;
  }
  .hero__subtitle {
    margin-top: 28px;
  }
  .hero__meta {
    margin-top: 34px;
  }
  .hero__actions {
    margin-top: 36px;
  }
  .hero__visual {
    margin-top: 0;
    gap: 16px;
  }
  body.fx-ready .hero__visual[data-animate] {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .hero__notes--desktop {
    display: none;
  }
  .hero__notes--mobile {
    display: grid;
  }
  .hero__badge {
    position: static;
    max-width: none;
    margin-top: 16px;
  }
  .js-ready .heading-fx[data-heading-fx]::before {
    color: rgba(205,189,159,0.74);
  }
  .js-ready .heading-fx[data-heading-fx]::after {
    color: rgba(208,211,216,0.78);
  }
  .menu-sheet__panel { padding: 22px; }
  .access-overview {
    gap: 18px;
  }
  .access-map-frame {
    border-radius: 22px;
  }
  #program .section-intro,
  #flow .section-intro {
    --section-field-left: 6px;
    --section-field-width: calc(100% - 6px);
  }
  body.fx-ready #program .section-intro.js-reveal[data-reveal="field"].is-visible::after,
  body.fx-ready #flow .section-intro.js-reveal[data-reveal="field"].is-visible::after {
    opacity: 0.92;
  }
  body.fx-ready #program .plan-card.js-reveal[data-reveal="program"].is-visible::before {
    opacity: 0.98;
  }
  .flow-item__body {
    --flow-beam-width: clamp(220px, 56vw, 340px);
  }
}

@media (max-width: 420px) {
  :root { --shell: calc(100vw - 24px); }
  .site-header__inner { width: calc(100vw - 12px); }
  .site-brand img { width: 90px; }
  .reserve-pill {
    min-height: 46px;
    padding: 0 16px;
    font-size: 10px;
    letter-spacing: 0.20em;
  }
  .menu-toggle { width: 46px; height: 46px; }
  .button { min-height: 50px; }
  .menu-sheet__panel {
    margin-top: calc(var(--safe-top) + 80px);
    width: calc(100vw - 16px);
    padding: 20px;
  }
  .menu-sheet nav a { font-size: 20px; padding-block: 10px; }
  .menu-sheet__page-main strong { font-size: 20px; }
  .flow-item {
    grid-template-columns: 56px 1fr;
    gap: 12px;
  }
  .flow-item__step { font-size: 18px; }
  .flow-item__body {
    --flow-guide-top: 30px;
    --flow-beam-width: clamp(156px, 46vw, 220px);
  }
}

@media (min-width: 900px) {
  .footer__top {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: start;
  }
  .footer__bottom {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (max-height: 860px) {
  .menu-sheet__panel {
    padding: 20px;
    margin-top: calc(var(--safe-top) + 78px);
    max-height: calc(100dvh - var(--safe-top) - 90px);
  }
  .menu-sheet nav a {
    padding-block: 9px;
    font-size: 20px;
  }
  .menu-sheet__page-main strong { font-size: 20px; }
  .menu-sheet__group-label--spaced { margin-top: 12px; }
  .menu-sheet__cta { min-height: 44px; margin-top: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.plan-grid,
.access-grid {
  gap: 42px;
}
@media (min-width: 900px) {
  .access-grid {
    gap: 56px;
  }
}
.reserve-card__actions .button--ghost {
  border-color: var(--button-outline);
}
.hero__visual {
  display: grid;
  gap: 18px;
}
/* =========================================================
   Hero sign — sharp scroll-trigger reveal
   ========================================================= */
.hero__visual .media-card--hero-sign {
  position: relative;
  overflow: hidden;
  border-radius: clamp(28px, 4vw, 42px);
  isolation: isolate;
  background: none;
  box-shadow: none;
}

.hero__visual .media-card--hero-sign img {
  display: block;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
}

body.fx-ready .hero__visual .media-card--hero-sign.js-hero-sign::before,
body.fx-ready .hero__visual .media-card--hero-sign.js-hero-sign::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  display: block;
}

body.fx-ready .hero__visual .media-card--hero-sign.js-hero-sign::before {
  background:
    linear-gradient(
      180deg,
      rgba(245,243,238,0.84) 0%,
      rgba(245,243,238,0.46) 22%,
      rgba(245,243,238,0.18) 48%,
      rgba(245,243,238,0.05) 70%,
      rgba(245, 243, 238, 0) 100%
    );
  transform: translate3d(0, -18%, 0);
}

body.fx-ready .hero__visual .media-card--hero-sign.js-hero-sign::after {
  inset: -2% -22%;
  background:
    linear-gradient(
      100deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.08) 26%,
      rgba(255,255,255,0.56) 48%,
      rgba(255,255,255,0.14) 64%,
      rgba(255,255,255,0) 100%
    );
  mix-blend-mode: screen;
  transform: translate3d(-126%, 0, 0);
}

body.fx-ready .hero__visual .media-card--hero-sign.js-hero-sign.is-visible::before {
  animation: heroSignVeilSweep 1.34s cubic-bezier(0.18, 0.78, 0.2, 1) both;
}

body.fx-ready .hero__visual .media-card--hero-sign.js-hero-sign.is-visible::after {
  animation: heroSignSheenSweep 1.52s cubic-bezier(0.18, 0.78, 0.2, 1) 0.12s both;
}

@keyframes heroSignVeilSweep {
  0% {
    opacity: 1;
    transform: translate3d(0, -18%, 0);
  }
  22% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 108%, 0);
  }
}

@keyframes heroSignSheenSweep {
  0% {
    opacity: 0;
    transform: translate3d(-126%, 0, 0);
  }
  12% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(118%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fx-ready .hero__visual .media-card--hero-sign.js-hero-sign::before,
  body.fx-ready .hero__visual .media-card--hero-sign.js-hero-sign::after {
    animation: none !important;
    display: none !important;
    opacity: 0 !important;
    transform: none !important;
  }
}
@media (min-width: 900px) {
  .detail-list {
    max-width: 720px;
  }
}


.site-brand img, .reserve-pill, .menu-toggle {
  opacity: 1;
}

/* =========================================================
   ABOUT US page
   ========================================================= */
.section--tight {
  padding-top: calc(var(--section-gap) * 0.78);
}
.page-about .site-header::before {
  background: linear-gradient(180deg, rgba(245,243,238,0.98) 0%, rgba(245,243,238,0.9) 52%, rgba(245,243,238,0) 100%);
}
.about-hero__grid {
  display: grid;
  gap: 36px;
  padding: 46px 0 88px;
}
.about-hero__title {
  max-width: 6ch;
}
.about-hero__copy .section-lead {
  max-width: 34rem;
}
.about-hero__quote {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.about-hero__quote-mark {
  position: absolute;
  left: 0;
  top: -4px;
  margin: 0;
  font-size: 56px;
  line-height: 1;
  color: rgba(23,23,23,0.14);
}
.about-hero__quote-body {
  margin: 0;
  padding-left: 20px;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.95;
}
.about-hero__quote-meta {
  display: grid;
  gap: 4px;
  padding-left: 20px;
}
.about-hero__quote-meta strong {
  font-size: 14px;
  line-height: 1.7;
}
.about-hero__quote-meta span {
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.8;
}
.about-hero__actions {
  margin-top: 28px;
}
.portrait-stage {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: clamp(28px, 4vw, 40px);
  min-height: 420px;
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(72% 72% at 14% 18%, rgba(255,255,255,0.72), transparent 68%),
    radial-gradient(68% 66% at 100% 0%, rgba(205, 189, 159, 0.20), transparent 74%),
    linear-gradient(180deg, rgba(255,255,255,0.34) 0%, rgba(239,235,227,0.62) 100%);
  box-shadow: var(--shadow);
}
.portrait-stage.has-image {
  background: #141414;
}
.portrait-stage__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.portrait-stage__img--rep {
  object-position: center 18%;
}
.portrait-stage__img--staff-01 {
  object-position: center 14%;
}
.portrait-stage__img--staff-02 {
  object-position: center 10%;
}
.portrait-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/wall-texture.webp") center / cover no-repeat;
  opacity: 0.12;
}
.portrait-stage.has-image::before {
  opacity: 0;
}
.portrait-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0));
}
.portrait-stage.has-image::after {
  background: linear-gradient(180deg, rgba(12,12,12,0.02) 0%, rgba(12,12,12,0.14) 100%);
}
.portrait-stage__placeholder,
.portrait-stage__caption {
  position: relative;
  z-index: 1;
}
.portrait-stage__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 8px;
  padding: 24px;
}
.portrait-stage__kicker {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(23,23,23,0.52);
}
.portrait-stage__label {
  font-size: clamp(28px, 8vw, 46px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 800;
  text-transform: uppercase;
}
.portrait-stage__sub {
  color: rgba(23,23,23,0.58);
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.portrait-stage__caption {
  position: absolute;
  inset: auto 24px 24px 24px;
  display: grid;
  gap: 3px;
}
.portrait-stage__caption strong {
  font-size: 14px;
}
.portrait-stage__caption span {
  color: rgba(23,23,23,0.58);
  font-size: 12px;
  letter-spacing: 0.08em;
}
.portrait-stage--rep .portrait-stage__caption strong {
  color: rgba(255,255,255,0.98);
  text-shadow: 0 1px 12px rgba(0,0,0,0.18);
}
.portrait-stage--rep .portrait-stage__caption span {
  color: rgba(255,255,255,0.72);
}
.staff-grid {
  display: grid;
  gap: 28px;
}
.staff-card {
  display: grid;
  gap: 18px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.staff-card__media {
  min-height: 380px;
}
.staff-card__media.has-image {
  background: #111;
}
.staff-card__meta {
  display: grid;
  gap: 8px;
}
.staff-card__eyebrow {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.staff-card h3 {
  margin: 2px 0 0;
  font-size: clamp(30px, 8vw, 52px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 800;
  text-transform: uppercase;
}
.staff-card__ja {
  margin: 0;
  color: var(--text-soft);
  font-size: 13px;
  letter-spacing: 0.12em;
}
.staff-card__copy {
  margin: 8px 0 0;
  color: var(--text-soft);
  line-height: 1.9;
}
.about-gallery {
  display: grid;
  gap: 18px;
}
.gallery-shot {
  margin: 0;
}
.gallery-shot img {
  width: 100%;
  border-radius: clamp(26px, 4vw, 38px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.gallery-shot--wide img {
  aspect-ratio: 16 / 10;
}
.gallery-shot figcaption {
  margin-top: 12px;
  color: var(--text-soft);
  font-size: 10px;
  letter-spacing: 0.30em;
  text-transform: uppercase;
}

@media (min-width: 900px) {
  .about-hero__grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.84fr);
    align-items: end;
    gap: 54px;
    padding: 58px 0 112px;
  }
  .staff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }
  .about-gallery {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 22px;
  }
  .gallery-shot {
    grid-column: span 4;
  }
  .gallery-shot--wide {
    grid-column: span 6;
  }
}

@media (max-width: 720px) {
  .about-hero__grid {
    padding: 38px 0 64px;
    gap: 28px;
  }
  .portrait-stage {
    min-height: 360px;
  }
  .staff-card__media {
    min-height: 340px;
  }
}


/* =========================================================
   FLOATING QUICK LINKS / AI CHAT
   ========================================================= */
:root {
  --fab-offset-right: max(14px, env(safe-area-inset-right));
  --fab-offset-bottom: max(14px, env(safe-area-inset-bottom));
  --fab-gap: 12px;
  --fab-circle-size: 76px;
  --ai-pill-width: 76px;
  --ai-pill-height: 128px;
  --ai-panel-radius: 22px;
  --fab-white: rgba(255,255,255,0.94);
  --fab-border: rgba(23,23,23,0.10);
  --fab-shadow-soft: 0 24px 58px rgba(17,17,17,0.10), 0 10px 24px rgba(17,17,17,0.06);
  --fab-shadow-strong: 0 20px 48px rgba(17,17,17,0.16), 0 12px 28px rgba(17,17,17,0.08);
  --fab-title-grad: linear-gradient(135deg, rgba(214,204,183,0.90), rgba(216,210,198,0.96) 46%, rgba(208,211,216,0.94));
}

.lineFab,
.igFab {
  position: fixed;
  right: var(--fab-offset-right);
  width: var(--fab-circle-size);
  height: var(--fab-circle-size);
  border-radius: 999px;
  background: var(--fab-white);
  border: 1px solid var(--fab-border);
  box-shadow: var(--fab-shadow-soft);
  color: rgba(23,23,23,0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 1350;
  transition: transform 0.22s ease, opacity 0.22s ease, box-shadow 0.22s ease;
  -webkit-tap-highlight-color: transparent;
}

.lineFab {
  bottom: calc(var(--fab-offset-bottom) + var(--ai-pill-height) + var(--fab-gap) + var(--fab-circle-size) + var(--fab-gap));
}

.igFab {
  bottom: calc(var(--fab-offset-bottom) + var(--ai-pill-height) + var(--fab-gap));
}

.lineFab:hover,
.lineFab:focus-visible,
.igFab:hover,
.igFab:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 28px 66px rgba(17,17,17,0.14), 0 14px 30px rgba(17,17,17,0.08);
}

.lineFab:active,
.igFab:active {
  transform: translateY(0) scale(0.98);
}

.lineFab.is-disabled {
  cursor: default;
}

.lineFab__icon {
  width: 40px;
  height: 40px;
  overflow: visible;
}

.lineFab__icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.lineFab__icon text {
  fill: currentColor;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.igFab svg {
  width: 30px;
  height: 30px;
}

.aiDock {
  position: fixed;
  right: var(--fab-offset-right);
  bottom: var(--fab-offset-bottom);
  z-index: 1351;
}

.aiDock__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(17,17,17,0.08);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.aiDock.is-open .aiDock__backdrop {
  opacity: 1;
  pointer-events: auto;
}

.aiDock__shell {
  --w: var(--ai-pill-width);
  --h: var(--ai-pill-height);
  width: var(--w);
  height: var(--h);
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,246,241,0.98) 100%);
  border: 1px solid var(--fab-border);
  box-shadow: var(--fab-shadow-soft);
  transition:
    width 0.36s cubic-bezier(.2,.8,.2,1),
    height 0.36s cubic-bezier(.2,.8,.2,1),
    border-radius 0.36s cubic-bezier(.2,.8,.2,1),
    box-shadow 0.36s cubic-bezier(.2,.8,.2,1);
}

.aiDock__shell::before {
  content: "";
  position: absolute;
  inset: -20px;
  background: radial-gradient(52% 42% at 50% 14%, rgba(205,189,159,0.24), rgba(255,255,255,0) 72%);
  pointer-events: none;
  opacity: 0.9;
}

.aiDock.is-open .aiDock__shell {
  --w: min(420px, calc(100vw - 32px));
  --h: min(760px, calc(100vh - 32px));
  border-radius: var(--ai-panel-radius);
  box-shadow: var(--fab-shadow-strong);
}

.aiDock__fab {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: opacity 0.18s ease, transform 0.18s ease;
  padding: 0;
}

.aiDock__fabInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.aiDock__fabBadge {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 14px;
  background: var(--fab-title-grad);
  color: rgba(23,23,23,0.86);
  border: 1px solid rgba(23,23,23,0.08);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.14), 0 8px 18px rgba(17,17,17,0.08);
}

.aiDock__fabLabel {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(23,23,23,0.44);
  padding-left: 0.22em;
}

.aiDock.is-open .aiDock__fab {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.96);
}

.aiDock__panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.98);
  opacity: 0;
  pointer-events: none;
  transform: scale(0.985);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.aiDock.is-open .aiDock__panel {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.aiDock__head {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(23,23,23,0.08);
  background: linear-gradient(135deg, rgba(214,204,183,0.18), rgba(208,211,216,0.10));
}

.aiDock__headLeft,
.aiDock__headRight {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aiDock__headBadge {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 12px;
  background: var(--fab-title-grad);
  color: rgba(23,23,23,0.86);
  border: 1px solid rgba(23,23,23,0.08);
}

.aiDock__headTitle {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(23,23,23,0.58);
}

.aiDock__ext,
.aiDock__close {
  border-radius: 999px;
  border: 1px solid rgba(23,23,23,0.10);
  background: rgba(255,255,255,0.84);
  color: rgba(23,23,23,0.66);
}

.aiDock__ext {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  font-size: 11px;
  letter-spacing: 0.10em;
}

.aiDock__close {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.aiDock__body {
  position: relative;
  flex: 1;
  min-height: 0;
}

.aiDock__frame {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.aiDock__loading {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(255,255,255,0.92);
  color: rgba(23,23,23,0.58);
}

.aiDock__spinner {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(23,23,23,0.14);
  border-top-color: rgba(205,189,159,0.72);
  animation: aiSpin 0.9s linear infinite;
}

.aiDock.is-loaded .aiDock__loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.aiDock.is-load-failed .aiDock__spinner {
  display: none;
}

.aiDock.is-load-failed .aiDock__loading {
  gap: 10px;
}

.aiDock.is-load-failed .aiDock__loadingText {
  max-width: 18em;
  padding: 0 18px;
  text-align: center;
  line-height: 1.8;
}

@keyframes aiSpin {
  to { transform: rotate(360deg); }
}

html.is-ai-panel-open .lineFab,
html.is-ai-panel-open .igFab,
body.menu-open .lineFab,
body.menu-open .igFab,
body.menu-open .aiDock,
body.op-intro-active .lineFab,
body.op-intro-active .igFab,
body.op-intro-active .aiDock,
html.op-preload .lineFab,
html.op-preload .igFab,
html.op-preload .aiDock {
  opacity: 0;
  pointer-events: none;
}

html.is-ai-open,
body.is-ai-open {
  overflow: hidden;
}

body.is-ai-open {
  padding-right: var(--sbw, 0px);
}

@media (max-width: 680px), (max-height: 500px) and (pointer: coarse) {
  :root {
    --fab-offset-right: max(12px, env(safe-area-inset-right));
    --fab-offset-bottom: max(12px, env(safe-area-inset-bottom));
    --fab-gap: 10px;
    --fab-circle-size: 72px;
    --ai-pill-width: 68px;
    --ai-pill-height: 116px;
  }

  .lineFab__icon {
    width: 38px;
    height: 38px;
  }

  .aiDock.is-open {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .aiDock.is-open .aiDock__shell {
    --w: 100vw;
    --h: 100svh;
    width: 100%;
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    min-height: -webkit-fill-available;
    border-radius: 0;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    transform: none;
  }

  .aiDock.is-open .aiDock__panel {
    transform: none;
    transition: opacity 0.18s ease;
    padding-top: env(safe-area-inset-top, 0px);
    padding-right: env(safe-area-inset-right, 0px);
    padding-bottom: env(safe-area-inset-bottom, 0px);
    padding-left: env(safe-area-inset-left, 0px);
  }

  .aiDock.is-open .aiDock__frame {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .footer {
    padding-bottom: calc(16px + var(--safe-bottom));
  }

  .footer__art {
    min-height: max(
      252px,
      calc(var(--fab-offset-bottom) + var(--ai-pill-height) + var(--fab-gap) + var(--fab-circle-size) + 46px)
    );
    padding-bottom: calc(var(--safe-bottom) + 10px);
  }

  .footer__art-logo {
    width: min(29.5vw, 114px);
    filter: drop-shadow(0 8px 16px rgba(18, 24, 39, 0.04));
  }
}

@media (prefers-reduced-motion: reduce) {
  .lineFab,
  .igFab,
  .aiDock__shell,
  .aiDock__fab,
  .aiDock__panel,
  .aiDock__backdrop {
    transition: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .heading-fx::before,
  .heading-fx::after,
  .heading-fx__rule {
    display: none !important;
  }
}



/* ===== v30 menu redesign ===== */
.menu-sheet__backdrop {
  background:
    radial-gradient(84vw 60vw at -8% 0%, rgba(205,189,159,0.24), transparent 62%),
    radial-gradient(72vw 54vw at 110% 8%, rgba(208,211,216,0.24), transparent 60%),
    linear-gradient(180deg, rgba(247,246,241,0.92) 0%, rgba(245,243,238,0.97) 100%);
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
}

.menu-sheet__panel {
  width: min(1120px, calc(100vw - 32px));
  margin: calc(var(--safe-top) + 92px) auto 0;
  padding: 6px 0 calc(var(--safe-bottom) + 28px);
  max-height: calc(100dvh - var(--safe-top) - 108px);
  background: none;
  box-shadow: none;
  border-radius: 0;
  overflow: auto;
  scrollbar-width: none;
  isolation: isolate;
}

.menu-sheet__panel::-webkit-scrollbar {
  display: none;
}

.menu-sheet__panel::before {
  content: "MENU";
  position: absolute;
  top: -8px;
  right: 0;
  font-size: clamp(96px, 22vw, 240px);
  line-height: 0.82;
  letter-spacing: -0.08em;
  font-weight: 800;
  color: transparent;
  background: linear-gradient(90deg, rgba(214,204,183,0.18), rgba(208,211,216,0.14));
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0.88;
  pointer-events: none;
  user-select: none;
  z-index: -1;
}

.menu-sheet__panel::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(23,23,23,0), rgba(23,23,23,0.08) 14%, rgba(23,23,23,0.08) 86%, rgba(23,23,23,0));
}

.menu-sheet__intro {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-right: clamp(72px, 16vw, 220px);
  margin: 0 0 24px;
}

.menu-sheet__introCopy {
  display: grid;
  gap: 8px;
}

.menu-sheet__caption {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(23,23,23,0.34);
}

.menu-sheet__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: start;
}

.menu-sheet__block,
.menu-sheet__aside {
  position: relative;
}

.menu-sheet__group {
  display: grid;
  gap: 0;
}

.menu-sheet__group--editorial {
  gap: 0;
}

.menu-sheet__group-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(23,23,23,0.48);
}

.menu-sheet__group-label::before {
  content: "";
  width: 18px;
  height: 1px;
  background: rgba(23,23,23,0.14);
}

.menu-sheet__group-label--spaced {
  margin-top: 22px;
}

.menu-link {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  padding: 16px 0 18px;
  border-bottom: 1px solid rgba(23,23,23,0.08);
}

.menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(205,189,159,0.88), rgba(208,211,216,0.88));
  transition: right 0.36s cubic-bezier(0.22, 0.82, 0.26, 1);
}

.menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 22px;
  height: 1px;
  background: rgba(23,23,23,0.10);
  transform: translateX(-8px);
  opacity: 0;
  transition: transform 0.32s ease, opacity 0.32s ease;
}

.menu-link__copy {
  min-width: 0;
  display: grid;
  gap: 7px;
  padding-left: 32px;
}

.menu-link__title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: clamp(34px, 7.2vw, 56px);
  line-height: 0.92;
  letter-spacing: -0.065em;
  font-weight: 500;
  transition: transform 0.32s ease, letter-spacing 0.32s ease;
}

.menu-link__note {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(23,23,23,0.42);
  transition: color 0.32s ease, transform 0.32s ease;
}

.menu-link__meta {
  align-self: center;
  padding-top: 8px;
}

.menu-link__index,
.menu-link__flag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: rgba(23,23,23,0.38);
}

.menu-link__flag {
  position: relative;
  padding-left: 12px;
}

.menu-link__flag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 1px;
  background: rgba(23,23,23,0.18);
  transform: translateY(-50%);
}

.menu-link:hover::before,
.menu-link:focus-visible::before,
.menu-link[aria-current="page"]::before {
  right: 0;
}

.menu-link:hover::after,
.menu-link:focus-visible::after,
.menu-link[aria-current="page"]::after {
  opacity: 0.75;
  transform: translateX(0);
}

.menu-link:hover .menu-link__title,
.menu-link:focus-visible .menu-link__title,
.menu-link[aria-current="page"] .menu-link__title {
  transform: translateX(6px);
  letter-spacing: -0.05em;
}

.menu-link:hover .menu-link__note,
.menu-link:focus-visible .menu-link__note,
.menu-link[aria-current="page"] .menu-link__note {
  transform: translateX(6px);
  color: rgba(23,23,23,0.56);
}

.menu-link--feature {
  align-items: start;
  padding-top: 18px;
}

.menu-link--feature .menu-link__title {
  font-size: clamp(38px, 8.4vw, 64px);
}

.menu-link--compact .menu-link__title {
  font-size: clamp(24px, 6.4vw, 34px);
}

.menu-link--current .menu-link__flag {
  color: rgba(205,189,159,0.92);
}

.menu-link--current .menu-link__flag::before {
  background: rgba(205,189,159,0.56);
}

.menu-sheet__aside {
  display: grid;
  gap: 18px;
  align-content: start;
  padding-top: 2px;
}

.menu-sheet__cta {
  margin-top: 8px;
  display: grid;
  gap: 4px;
  align-items: center;
  justify-content: center;
  justify-self: flex-start;
  min-height: 54px;
  padding: 12px 20px 11px;
  border-radius: 999px;
  background: rgba(23,24,32,0.96);
  box-shadow: 0 18px 36px rgba(17,17,17,0.12);
  color: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.menu-sheet__cta span {
  font-size: 12px;
  letter-spacing: 0.22em;
  font-weight: 700;
}

.menu-sheet__cta small {
  font-size: 9px;
  letter-spacing: 0.28em;
  color: rgba(255,255,255,0.58);
  text-transform: uppercase;
}

.menu-sheet__cta:hover,
.menu-sheet__cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(17,17,17,0.16);
  background: rgba(23,24,32,1);
}

body.menu-open .menu-sheet__backdrop {
  animation: menuBackdropIn 0.40s ease both;
}

body.menu-open .menu-sheet__panel {
  animation: menuPanelIn 0.56s cubic-bezier(0.19, 0.88, 0.24, 1) both;
}

body.menu-open .menu-sheet__panel::before {
  animation: menuGhostIn 0.88s cubic-bezier(0.19, 0.88, 0.24, 1) both;
}

body.menu-open .menu-sheet__introCopy,
body.menu-open .menu-sheet__group-label,
body.menu-open .menu-link,
body.menu-open .menu-sheet__cta {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  animation: menuItemIn 0.72s cubic-bezier(0.19, 0.88, 0.24, 1) forwards;
  animation-delay: var(--menu-delay, 0.04s);
}

body.menu-open .menu-sheet__group-label {
  animation-delay: .06s;
}

body.menu-open .menu-sheet__aside .menu-sheet__group-label {
  animation-delay: .16s;
}

@keyframes menuBackdropIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes menuPanelIn {
  from { opacity: 0; transform: translate3d(0, 28px, 0) scale(0.988); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes menuGhostIn {
  from { opacity: 0; transform: translate3d(0, 22px, 0) scale(0.965); }
  to { opacity: 0.92; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes menuItemIn {
  from { opacity: 0; transform: translate3d(0, 24px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (max-width: 899px) {
  .menu-sheet__panel {
    width: calc(100vw - 24px);
    margin-top: calc(var(--safe-top) + 84px);
    padding-bottom: calc(var(--safe-bottom) + 24px);
  }

  .menu-sheet__panel::before {
    top: 24px;
    right: 0;
    font-size: clamp(84px, 28vw, 164px);
  }

  .menu-sheet__intro {
    padding-right: 0;
    margin-bottom: 18px;
  }

  .menu-sheet__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .menu-sheet__aside {
    gap: 10px;
    padding-top: 0;
  }

  .menu-sheet__aside::before {
    display: none;
  }

  .menu-link {
    padding: 13px 0 15px;
  }

  .menu-sheet__aside .menu-sheet__group-label {
    margin-bottom: 6px;
  }

  .menu-sheet__aside .menu-link--feature {
    padding-top: 8px;
  }

  .menu-sheet__aside .menu-link__meta {
    padding-top: 0;
    margin-right: 18px;
  }

  .menu-link__copy {
    padding-left: 22px;
    gap: 6px;
  }

  .menu-link__title {
    font-size: clamp(27px, 8.8vw, 38px);
  }

  .menu-link--feature .menu-link__title {
    font-size: clamp(32px, 10vw, 42px);
  }

  .menu-link--compact .menu-link__title {
    font-size: clamp(24px, 7vw, 30px);
  }

  .menu-link__note {
    font-size: 9px;
    letter-spacing: 0.24em;
  }

  .menu-link__index,
  .menu-link__flag {
    font-size: 11px;
    letter-spacing: 0.24em;
  }
}

@media (max-width: 420px) {
  .menu-sheet__panel {
    width: calc(100vw - 16px);
    margin-top: calc(var(--safe-top) + 80px);
  }

  .menu-sheet__panel::before {
    top: 34px;
    font-size: 34vw;
  }

  .menu-sheet__intro {
    margin-bottom: 16px;
  }

  .menu-sheet__caption {
    font-size: 10px;
    letter-spacing: 0.24em;
  }

  .menu-link {
    gap: 12px;
    padding: 12px 0 14px;
  }

  .menu-link__copy {
    padding-left: 20px;
  }

  .menu-link__title {
    font-size: clamp(26px, 8.6vw, 34px);
  }

  .menu-link--feature .menu-link__title {
    font-size: clamp(30px, 10.8vw, 40px);
  }

  .menu-sheet__aside .menu-link__meta {
    margin-right: 10px;
  }

  .menu-sheet__cta {
    min-height: 50px;
    padding-inline: 18px;
  }
}

@media (max-height: 860px) {
  .menu-sheet__panel {
    margin-top: calc(var(--safe-top) + 78px);
    max-height: calc(100dvh - var(--safe-top) - 92px);
  }

  .menu-sheet__panel::before {
    top: 16px;
  }

  .menu-link {
    padding: 11px 0 13px;
  }

  .menu-link__title {
    font-size: clamp(24px, 6vw, 34px);
  }

  .menu-link--feature .menu-link__title {
    font-size: clamp(28px, 7vw, 38px);
  }

  .menu-sheet__cta {
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.menu-open .menu-sheet__backdrop,
  body.menu-open .menu-sheet__panel,
  body.menu-open .menu-sheet__panel::before,
  body.menu-open .menu-sheet__introCopy,
  body.menu-open .menu-sheet__group-label,
  body.menu-open .menu-link,
  body.menu-open .menu-sheet__cta {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .menu-link::before,
  .menu-link::after,
  .menu-link__title,
  .menu-link__note,
  .menu-sheet__cta {
    transition: none !important;
  }
}

/* Kill Program / Flow field ribbon completely */
#program .section-intro::after,
#flow .section-intro::after {
  content: none !important;
  display: none !important;
}

/* --- 2026-03-24 content refinement: instagram embeds / message / pilates note --- */
.signature-note {
  margin: 22px 0 0;
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.9;
}

.message-layout {
  display: grid;
  gap: 28px;
  align-items: start;
}

.message-card {
  display: grid;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.message-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.95;
}

.instagram-panel {
  display: grid;
  gap: 14px;
  padding: 20px 18px 18px;
  border-radius: clamp(24px, 4vw, 30px);
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(249,247,243,0.96));
  border: 1px solid rgba(23,23,23,0.06);
  box-shadow: 0 18px 38px rgba(17,17,17,0.08);
}

.instagram-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px 14px;
}

.instagram-panel__eyebrow {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.instagram-panel__handle {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.instagram-panel__lead {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.85;
}

.instagram-panel .instagram-media {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 20px !important;
  overflow: hidden;
}

.instagram-panel .instagram-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 18px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  text-decoration: none;
}

.instagram-panel iframe,
.instagram-panel .instagram-media-rendered {
  width: 100% !important;
  max-width: 100% !important;
}

.staff-card__instagram {
  margin-top: 14px;
}

.instagram-panel.is-fallback .instagram-media a {
  background: rgba(255,255,255,0.72);
}

@media (min-width: 961px) {
  .message-layout {
    grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.94fr);
    gap: 32px;
  }
}

@media (max-width: 720px) {
  .instagram-panel {
    padding: 18px 16px 16px;
  }

  .instagram-panel .instagram-media a {
    min-height: 64px;
  }
}

/* --- 2026-03-24e representative typewriter + instagram profile feed refresh --- */
.message-card.js-message-typewriter {
  gap: 18px;
}

.message-card .typewriter-paragraph {
  position: relative;
  min-height: 1em;
}

.message-card .typewriter-paragraph__ghost,
.message-card .typewriter-paragraph__live {
  display: block;
  white-space: pre-wrap;
  line-height: inherit;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.message-card .typewriter-paragraph__ghost {
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}

.message-card .typewriter-paragraph__live {
  position: absolute;
  inset: 0;
}

.message-card .typewriter-paragraph__text {
  white-space: inherit;
}

.message-card .typewriter-paragraph__caret {
  display: inline-block;
  width: 1px;
  height: 1.06em;
  margin-left: 4px;
  border-radius: 999px;
  background: rgba(23,23,23,0.42);
  vertical-align: -0.12em;
  animation: movementTypeCaret 1.08s steps(1, end) infinite;
}

.message-card .typewriter-paragraph.is-typewriter-complete .typewriter-paragraph__caret {
  opacity: 0;
  animation: none;
}

@keyframes movementTypeCaret {
  0%, 48% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

.instagram-panel {
  display: grid;
  gap: 12px;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

.instagram-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 14px;
}

.instagram-panel__eyebrow {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.instagram-panel__handle {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.instagram-panel__lead {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.85;
}

.instagram-panel__embed {
  width: 100%;
  border-radius: clamp(24px, 4vw, 30px);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(249,247,243,0.96));
  border: 1px solid rgba(23,23,23,0.06);
  box-shadow: 0 18px 38px rgba(17,17,17,0.08);
}

.instagram-panel__embed .instagram-media,
.instagram-panel__embed .instagram-media-rendered {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: none !important;
}

.instagram-panel__embed iframe {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  border: 0 !important;
  margin: 0 auto !important;
}

.instagram-panel__embed .ig-profile-fallback {
  display: grid;
  gap: 14px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(247,244,238,0.98));
}

.instagram-panel__embed .ig-profile-fallback__summary,
.instagram-panel__embed .ig-profile-fallback__button {
  text-decoration: none;
}

.instagram-panel__embed .ig-profile-fallback__summary {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 0;
  padding: 0;
  color: var(--text);
  text-align: left;
}

.instagram-panel__embed .ig-profile-fallback__avatar {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.92) 0 32%, transparent 33%),
    linear-gradient(135deg, rgba(217,206,183,0.92), rgba(210,214,220,0.96));
  box-shadow: inset 0 0 0 1px rgba(23,23,23,0.05);
}

.instagram-panel__embed .ig-profile-fallback__meta {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.instagram-panel__embed .ig-profile-fallback__meta strong {
  font-size: 15px;
  line-height: 1.2;
}

.instagram-panel__embed .ig-profile-fallback__meta span {
  color: var(--text-soft);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.instagram-panel__embed .ig-profile-fallback__open {
  margin-left: auto;
  align-self: flex-start;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.instagram-panel__embed .ig-profile-fallback__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.instagram-panel__embed .ig-profile-fallback__grid span {
  display: block;
  aspect-ratio: 1;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(226,220,208,0.62), rgba(211,214,220,0.76));
}

.instagram-panel__embed .ig-profile-fallback__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(23,23,23,0.08);
  background: rgba(255,255,255,0.92);
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.staff-card__instagram {
  margin-top: 18px;
}

@media (min-width: 961px) {
  .instagram-panel--representative {
    align-self: start;
  }
}

@media (max-width: 720px) {
  .message-card.js-message-typewriter {
    gap: 16px;
  }

  .instagram-panel__embed .ig-profile-fallback {
    padding: 14px;
  }

  .instagram-panel__embed .ig-profile-fallback__grid {
    gap: 5px;
  }

  .instagram-panel__embed .ig-profile-fallback__button {
    min-height: 44px;
    font-size: 13px;
  }
}

/* specificity tidy-up for instagram fallback links */
.instagram-panel__embed .ig-profile-fallback .ig-profile-fallback__summary,
.instagram-panel__embed .ig-profile-fallback .ig-profile-fallback__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  color: var(--text);
  text-decoration: none;
}

.instagram-panel__embed .ig-profile-fallback .ig-profile-fallback__summary {
  justify-content: flex-start;
  text-align: left;
}

.instagram-panel__embed .ig-profile-fallback .ig-profile-fallback__button {
  min-height: 48px;
  padding: 0 16px;
  text-align: center;
}


/* --- 2026-03-25a representative message flow polish + instagram embed hardening --- */
.message-card.js-message-flow {
  gap: 22px;
}

.message-card.js-message-flow .message-flow-paragraph {
  position: relative;
  isolation: isolate;
  color: rgba(23, 23, 23, 0.44);
  transition: color 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 520ms ease;
  will-change: color;
}

.message-card.js-message-flow .message-flow-paragraph::after {
  content: '';
  position: absolute;
  inset: -0.18em -0.28em;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-112%, 0, 0);
  background: linear-gradient(90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.14) 16%,
    rgba(224, 213, 191, 0.72) 50%,
    rgba(255, 255, 255, 0.16) 84%,
    rgba(255, 255, 255, 0) 100%);
  filter: blur(13px);
}

.message-card.js-message-flow .message-flow-paragraph.is-message-flow-active {
  color: rgba(23, 23, 23, 0.88);
}

.message-card.js-message-flow .message-flow-paragraph.is-message-flow-active::after {
  animation: movementMessageSweep 760ms cubic-bezier(0.22, 0.92, 0.18, 1) forwards;
}

.message-card.js-message-flow .message-flow-paragraph.is-message-flow-complete {
  color: var(--text-soft);
}


@keyframes movementMessageSweep {
  0% {
    opacity: 0;
    transform: translate3d(-112%, 0, 0);
  }
  10% {
    opacity: 0.82;
  }
  74% {
    opacity: 0.78;
  }
  100% {
    opacity: 0;
    transform: translate3d(118%, 0, 0);
  }
}

.instagram-panel,
.staff-card__instagram,
.instagram-panel__head,
.instagram-panel__embed {
  min-width: 0;
}

.instagram-panel__handle {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: right;
}

.instagram-panel__embed {
  inline-size: 100%;
  max-inline-size: 100%;
  overflow: hidden;
}

.instagram-panel__embed > * {
  max-inline-size: 100%;
}

.instagram-panel__embed .instagram-media,
.instagram-panel__embed .instagram-media-rendered,
.instagram-panel__embed iframe {
  inline-size: 100% !important;
  max-inline-size: 100% !important;
}

@media (max-width: 720px) {
  .message-card.js-message-flow {
    gap: 18px;
  }

  .message-card.js-message-flow .message-flow-paragraph {
    color: rgba(23, 23, 23, 0.42);
  }

  .message-card.js-message-flow .message-flow-paragraph::after {
    inset: -0.14em -0.18em;
    filter: blur(10px);
  }
}
