:root {
  --night: #071a25;
  --night-2: #0a2230;
  --night-3: #10313d;
  --ink: #102936;
  --snow: #f5f2ea;
  --paper: #ebe8df;
  --gold: #d6b570;
  --gold-light: #f1d99f;
  --mist: #d8e0dc;
  --chrome-navy: #18354d;
  --chrome-green: #2f6658;
  --chrome-coral: #a8523b;
  --chrome-line: #c9d6d2;
  --line-light: rgba(245, 242, 234, .24);
  --line-dark: rgba(16, 41, 54, .2);
  --header-h: 76px;
  --hero-p: 0;
  --hero-out: 0;
  --journey-p: 0;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--snow); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif; -webkit-font-smoothing: antialiased; }
body, button, a { color: inherit; }
img { display: block; max-width: 100%; }
figure, h1, h2, p, ul, ol, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { text-decoration-thickness: 1px; text-underline-offset: .2em; }
button { font: inherit; }
::selection { color: var(--night); background: var(--gold-light); }

.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link, .skip-journey { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 12px 16px; color: var(--night); background: var(--snow); font-size: 12px; font-weight: 700; text-decoration: none; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus, .skip-journey:focus { transform: none; }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
#philosophy, #journey, #first-visit, #doctor, #contact { scroll-margin-top: calc(var(--header-h) + 16px); }

/* The production WordPress chrome is preserved around the immersive main. */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; min-height: var(--header-h); color: var(--chrome-navy); border-bottom: 1px solid rgba(24, 53, 77, .09); background: rgba(252, 251, 247, .93); box-shadow: 0 10px 34px rgba(24, 53, 77, .06); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: background .3s ease, box-shadow .3s ease; }
.is-past-hero .site-header { background: rgba(255, 255, 255, .97); box-shadow: 0 14px 38px rgba(24, 53, 77, .11); }
.site-header__inner { display: flex; width: min(calc(100% - 32px), 1480px); min-width: 0; min-height: var(--header-h); margin-inline: auto; align-items: center; gap: clamp(10px, 1.25vw, 20px); }
.site-branding { flex: 0 1 210px; min-width: 0; margin-right: auto; }
.site-branding__logo { display: block; width: fit-content; max-width: 100%; }
.site-branding__logo-image { display: block; width: auto; max-width: 210px; max-height: 48px; object-fit: contain; }
.primary-navigation { display: flex; min-width: 0; align-items: center; gap: clamp(8px, 1vw, 15px); }
.primary-navigation__list, .footer-navigation { display: flex; gap: clamp(10px, 1.1vw, 17px); margin: 0; padding: 0; list-style: none; }
.primary-navigation a { color: var(--chrome-navy); font-size: clamp(10px, .77vw, 12px); font-weight: 700; text-decoration: none; white-space: nowrap; }
.primary-navigation__list a { position: relative; display: inline-flex; min-height: 44px; align-items: center; }
.primary-navigation__list a::after { position: absolute; right: 0; bottom: 6px; left: 0; height: 2px; content: ""; background: var(--chrome-coral); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-navigation__list a:hover::after, .primary-navigation__list a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.primary-navigation__priority > p { display: none; }
.primary-navigation__priority > div { display: flex; gap: 4px; padding-left: 10px; border-left: 1px solid var(--chrome-line); }
.primary-navigation__priority a { display: inline-flex; min-height: 40px; align-items: center; gap: 5px; padding: 5px 9px; border-radius: 999px; background: #edf4f1; font-size: 10px; }
.primary-navigation__priority a:nth-child(n + 4) { display: none; }
.primary-navigation__priority a span { color: var(--chrome-coral); }
.header-reservation { display: inline-flex; flex: 0 0 auto; min-height: 44px; align-items: center; justify-content: center; padding: 8px 15px; border-radius: 999px; color: #fff; background: var(--chrome-green); font-size: 11px; font-weight: 700; line-height: 1.35; text-align: center; text-decoration: none; }
.nav-toggle { display: none; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; gap: 7px; padding: 0 4px; border: 0; color: var(--chrome-navy); background: transparent; font-weight: 700; }
.nav-toggle::before { content: "☰"; font-size: 18px; line-height: 1; }
.nav-toggle[aria-expanded="true"]::before { content: "×"; font-size: 23px; }
.nav-toggle__label { font-size: 11px; }
.nav-backdrop { display: none; }

/* Opening: the sharp observation window expands inside a softer field. */
.hero { position: relative; min-height: 100svh; color: var(--snow); background: var(--night); }
.hero__stage { position: relative; width: 100%; min-height: 100svh; overflow: hidden; isolation: isolate; }
.motion-full .hero { height: 140svh; }
.motion-full .hero__stage { position: sticky; top: 0; height: 100svh; }
.hero__backdrop, .hero__focus, .hero__shade, .hero__grid { position: absolute; inset: 0; }
.hero__backdrop { z-index: -5; overflow: hidden; background: var(--night); transform: translate3d(var(--pointer-bg-x, 0px), var(--pointer-bg-y, 0px), 0); will-change: transform; }
.hero__backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; filter: blur(18px) saturate(.58) brightness(.54); transform: scale(calc(1.09 + var(--hero-p) * .02)) translate3d(calc(var(--hero-p) * -8px), 0, 0); }
.hero__focus { z-index: -4; overflow: hidden; clip-path: inset(var(--hero-clip-y, 5%) var(--hero-clip-x, 5%) round var(--hero-radius, 22px)); transition: clip-path 1.35s cubic-bezier(.22, 1, .36, 1); }
.hero__pointer-layer { position: absolute; inset: -10px; display: block; transform: translate3d(var(--pointer-photo-x, 0px), var(--pointer-photo-y, 0px), 0); will-change: transform; }
.hero__focus img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; filter: saturate(.73) contrast(.94) brightness(.8); transform: translate3d(calc(var(--hero-p) * -8px), calc(var(--hero-p) * -5px), 0) scale(calc(1.035 + var(--hero-p) * .015)); }
.js:not(.is-ready) .hero__focus { clip-path: inset(50% 50% round 50%); }
.no-js .hero__focus { clip-path: inset(0); }
.hero__shade { z-index: -3; background: linear-gradient(90deg, rgba(5, 21, 31, .92) 0%, rgba(5, 21, 31, .63) 42%, rgba(5, 21, 31, .14) 72%), linear-gradient(180deg, rgba(4, 17, 25, .32) 0%, transparent 45%, rgba(3, 16, 23, .68) 100%); }
.hero__grid { z-index: -2; opacity: .15; background-image: linear-gradient(rgba(245, 242, 234, .24) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 242, 234, .18) 1px, transparent 1px); background-size: 12.5vw 25vh; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero__copy { position: absolute; top: clamp(160px, 24vh, 230px); left: clamp(30px, 6vw, 104px); z-index: 4; width: min(78vw, 1060px); opacity: calc(1 - var(--hero-out)); transform: translateY(calc(var(--hero-p) * -12px)); }
.hero__copy:focus-within { opacity: 1; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 14px; color: var(--gold-light); font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .24em; }
.eyebrow::before, .section-label::before { width: 42px; height: 1px; content: ""; background: currentColor; }
.hero h1 { max-width: 1050px; margin-top: 25px; color: var(--snow); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(54px, 6.35vw, 104px); font-weight: 500; letter-spacing: -.045em; line-height: .98; text-wrap: balance; text-shadow: 0 8px 40px rgba(0, 0, 0, .18); }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { margin-top: .14em; color: var(--gold-light); font-style: normal; }
.hero h1 em span + span { margin-top: .03em; }
.hero__lead { margin-top: clamp(22px, 3vh, 34px); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(17px, 1.45vw, 24px); letter-spacing: .07em; line-height: 1.8; }
.hero__credential { margin-top: 14px; font-size: 10px; font-weight: 700; letter-spacing: .08em; opacity: .78; }
.hero__link { display: inline-flex; align-items: center; gap: 24px; margin-top: clamp(24px, 3.7vh, 42px); padding-bottom: 10px; border-bottom: 1px solid rgba(245, 242, 234, .52); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-decoration: none; }
.hero__link i { color: var(--gold-light); font-size: 18px; font-style: normal; transition: transform .24s ease; }
.hero__link:hover i { transform: translateY(5px); }
.hero__facts { position: absolute; right: clamp(28px, 4.5vw, 74px); bottom: clamp(24px, 5vh, 56px); left: clamp(28px, 6vw, 104px); z-index: 4; display: grid; grid-template-columns: repeat(3, max-content); justify-content: end; gap: clamp(30px, 4.5vw, 76px); opacity: calc(1 - var(--hero-out)); }
.hero__facts li { padding-left: 14px; border-left: 1px solid rgba(245, 242, 234, .35); font-size: 10px; line-height: 1.6; }
.hero__facts small { display: block; color: var(--gold-light); font-family: Arial, sans-serif; font-size: 7px; letter-spacing: .18em; }
.hero__position { position: absolute; top: calc(var(--header-h) + 30px); left: clamp(30px, 6vw, 104px); z-index: 4; font-family: Arial, sans-serif; font-size: 7px; letter-spacing: .16em; line-height: 1.8; opacity: .7; }
.hero__chapter { position: absolute; top: calc(var(--header-h) + 33px); right: clamp(30px, 4vw, 68px); z-index: 4; font-family: Arial, sans-serif; font-size: 7px; letter-spacing: .18em; opacity: .65; }
.hero__chapter span { display: inline-grid; width: 26px; height: 26px; margin-right: 10px; place-items: center; border: 1px solid rgba(245, 242, 234, .56); border-radius: 50%; }
.hero__north { position: absolute; top: 34%; right: clamp(16px, 2.2vw, 34px); z-index: 4; width: 116px; opacity: calc(.88 - var(--hero-out)); text-align: center; }
.hero__north-mark { display: grid; width: 104px; height: 104px; margin-inline: auto; place-items: center; border: 1px solid rgba(245, 242, 234, .62); border-radius: 50%; background: rgba(245, 242, 234, .92); box-shadow: 0 18px 60px rgba(3, 16, 23, .22); transform: translate3d(var(--pointer-mark-x, 0px), var(--pointer-mark-y, 0px), 0); will-change: transform; }
.hero__north-mark img { width: 88px; height: 88px; object-fit: contain; }
.hero__north small { display: block; margin-top: 10px; font-family: Arial, sans-serif; font-size: 6px; letter-spacing: .15em; line-height: 1.5; }
.hero__scroll { position: absolute; right: 24px; bottom: 40px; z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.hero__scroll span { position: relative; display: block; width: 1px; height: 48px; overflow: hidden; background: rgba(245, 242, 234, .24); }
.hero__scroll span::after { position: absolute; inset: 0; content: ""; background: var(--gold-light); transform: translateY(calc(-100% + var(--hero-p) * 100%)); }
.hero__scroll small { font-family: Arial, sans-serif; font-size: 6px; letter-spacing: .16em; writing-mode: vertical-rl; }

.pointer-lightfield { position: absolute; inset: 0; z-index: 3; overflow: hidden; pointer-events: none; }
.pointer-reflection { position: absolute; width: 2px; height: 2px; border-radius: 50%; background: rgba(217, 188, 141, .22); box-shadow: 0 0 6px 3px rgba(217, 188, 141, .12); opacity: 0; animation: pointer-reflection .56s cubic-bezier(.22, .7, .36, 1) forwards; }
.pointer-reflection:nth-child(even) { background: rgba(201, 214, 205, .18); box-shadow: 0 0 5px 3px rgba(201, 214, 205, .1); }
@keyframes pointer-reflection {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(.45); }
  24% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(var(--reflection-x, 5px), var(--reflection-y, -8px), 0) scale(1.15); }
}

/* A quiet declaration between the search question and the clinical journey. */
.manifesto { position: relative; display: grid; min-height: 100svh; padding: clamp(110px, 17vh, 180px) clamp(30px, 8vw, 132px); align-content: center; overflow: hidden; color: var(--snow); background: radial-gradient(circle at 78% 28%, rgba(101, 139, 125, .21), transparent 30%), radial-gradient(circle at 12% 80%, rgba(214, 181, 112, .1), transparent 28%), #0a272f; }
.manifesto::before { position: absolute; top: 50%; left: -2vw; content: "YOUR CHOICE"; color: transparent; font-family: Arial, sans-serif; font-size: clamp(90px, 16vw, 250px); font-weight: 700; letter-spacing: -.06em; line-height: 1; -webkit-text-stroke: 1px rgba(245, 242, 234, .055); transform: translateY(-50%); white-space: nowrap; }
.manifesto__index { position: relative; z-index: 1; color: var(--gold-light); font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .22em; }
.manifesto h2 { position: relative; z-index: 1; margin-top: 34px; color: var(--snow); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(58px, 7.1vw, 116px); font-weight: 500; letter-spacing: -.04em; line-height: 1.06; }
.manifesto h2 span, .manifesto h2 em { display: block; }
.manifesto h2 em { margin: .12em 0 0 12vw; color: var(--gold-light); font-style: normal; }
.manifesto > p:last-of-type { position: relative; z-index: 1; width: min(540px, 70vw); margin: 42px 5vw 0 auto; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(15px, 1.25vw, 20px); line-height: 2; letter-spacing: .05em; }
.manifesto__line { position: absolute; right: 5vw; bottom: 6vh; left: 5vw; display: grid; grid-template-columns: 1fr repeat(4, auto); align-items: center; gap: 24px; color: rgba(245, 242, 234, .52); font-family: Arial, sans-serif; font-size: 6px; letter-spacing: .2em; }
.manifesto__line i { height: 1px; background: linear-gradient(90deg, rgba(245, 242, 234, .12), var(--gold)); }

/* One continuous stage. Each scene enters, speaks and leaves on its own beat. */
.journey { position: relative; color: var(--snow); background: var(--night); }
.journey__stage { position: relative; background: var(--night); }
.journey__atmosphere { position: absolute; inset: 0; z-index: 9; overflow: hidden; pointer-events: none; }
.journey__atmosphere i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 18px 5px rgba(241, 217, 159, .13); opacity: .18; transform: translate3d(0, calc(var(--journey-p) * -38px), 0); }
.journey__atmosphere i:nth-child(1) { top: 18%; left: 8%; }
.journey__atmosphere i:nth-child(2) { top: 72%; left: 18%; width: 2px; height: 2px; }
.journey__atmosphere i:nth-child(3) { top: 34%; left: 38%; width: 3px; height: 3px; }
.journey__atmosphere i:nth-child(4) { top: 81%; left: 48%; }
.journey__atmosphere i:nth-child(5) { top: 22%; left: 62%; width: 2px; height: 2px; }
.journey__atmosphere i:nth-child(6) { top: 65%; left: 72%; width: 3px; height: 3px; }
.journey__atmosphere i:nth-child(7) { top: 13%; left: 87%; }
.journey__atmosphere i:nth-child(8) { top: 77%; left: 92%; width: 2px; height: 2px; }
.journey__route { display: none; }
.motion-full .journey__route { position: absolute; top: calc(var(--header-h) + 68px); right: clamp(104px, 12vw, 190px); z-index: 4; display: block; width: 170px; height: min(66vh, 620px); pointer-events: none; }
.journey__route svg { display: block; width: 100%; height: 100%; overflow: visible; }
.journey__route path { fill: none; vector-effect: non-scaling-stroke; }
.journey__route-ghost { stroke: rgba(245, 242, 234, .22); stroke-width: 1; stroke-dasharray: 2 7; }
.journey__route-line { stroke: var(--gold-light); stroke-width: 1.35; stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--journey-p)); }
.journey__traveller { position: absolute; top: var(--route-y, 2.6%); left: var(--route-x, 54%); display: flex; align-items: center; gap: 9px; transform: translate(-50%, -50%) translate3d(var(--pointer-mark-x, 0px), var(--pointer-mark-y, 0px), 0); will-change: top, left, transform; }
.journey__traveller > span { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; border: 1px solid rgba(245, 242, 234, .7); border-radius: 50%; background: rgba(245, 242, 234, .94); box-shadow: 0 10px 40px rgba(3, 16, 23, .3); }
.journey__traveller img { width: 39px; height: 39px; object-fit: contain; }
.journey__traveller small { min-width: 70px; padding: 6px 8px; border: 1px solid rgba(245, 242, 234, .18); color: rgba(245, 242, 234, .8); background: rgba(5, 21, 31, .7); font-family: Arial, sans-serif; font-size: 6px; font-weight: 700; letter-spacing: .14em; line-height: 1.55; white-space: nowrap; backdrop-filter: blur(8px); }
.journey__traveller b { color: var(--gold-light); font-size: 8px; }
.chapter { position: relative; display: block; min-height: max(720px, 108svh); overflow: hidden; isolation: isolate; opacity: 1; }
.chapter__image, .chapter__shade, .chapter__veil { position: absolute; inset: 0; }
.chapter__image { z-index: -5; overflow: hidden; background: var(--night); }
.chapter__pointer-layer { position: absolute; inset: -8px; display: block; transform: translate3d(var(--pointer-photo-x, 0px), var(--pointer-photo-y, 0px), 0); will-change: transform; }
.chapter__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.68) contrast(.94) brightness(.76); transform: translate3d(calc(var(--camera-x, 0) * 1px), calc(var(--camera-y, 0) * 1px), 0) scale(var(--camera-scale, 1.035)); transform-origin: center; }
.chapter--records .chapter__image img { object-position: 50% 55%; filter: saturate(.52) contrast(1.08) brightness(.62); }
.chapter--listen .chapter__image img { object-position: 53% 48%; }
.chapter--explain .chapter__image img { object-position: 51% 48%; }
.chapter--continue .chapter__image img { object-position: 50% 48%; }
.chapter__shade { z-index: -4; background: linear-gradient(90deg, rgba(3, 17, 25, .93) 0%, rgba(3, 17, 25, .67) 38%, rgba(3, 17, 25, .12) 72%), linear-gradient(180deg, rgba(3, 17, 25, .24) 0%, transparent 48%, rgba(3, 17, 25, .84) 100%); }
.chapter--listen .chapter__shade, .chapter--continue .chapter__shade { background: linear-gradient(90deg, rgba(3, 17, 25, .88) 0%, rgba(3, 17, 25, .55) 42%, rgba(3, 17, 25, .12) 72%), linear-gradient(180deg, rgba(3, 17, 25, .25), transparent 52%, rgba(3, 17, 25, .8)); }
.chapter::after { position: absolute; inset: 0; z-index: -2; content: ""; opacity: .16; background-image: linear-gradient(116deg, transparent 47%, rgba(245, 242, 234, .12) 48%, transparent 49%), linear-gradient(rgba(245, 242, 234, .06) 1px, transparent 1px); background-size: 180px 160px, 100% 25%; mix-blend-mode: soft-light; pointer-events: none; }
.chapter__veil { z-index: 7; display: none; background: var(--night); transform: translateY(var(--veil-y, -101%)); pointer-events: none; }
.chapter__location, .chapter__zone { position: absolute; top: calc(var(--header-h) + 34px); z-index: 5; font-family: Arial, sans-serif; font-size: 7px; font-weight: 700; letter-spacing: .2em; opacity: var(--meta-a, 1); transform: translateY(calc(var(--meta-y, 0) * 1px)); }
.chapter__location { left: clamp(28px, 4.5vw, 72px); }
.chapter__zone { right: clamp(28px, 4.5vw, 72px); }
.chapter__title { position: absolute; top: clamp(170px, 25vh, 245px); left: clamp(28px, 5vw, 86px); z-index: 5; width: min(78vw, 940px); opacity: var(--title-a, 1); transform: translateY(calc(var(--title-y, 0) * 1px)); }
.chapter__title > p { color: var(--gold-light); font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .23em; }
.chapter h2 { margin-top: 19px; color: var(--snow); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(54px, 6.3vw, 102px); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; text-shadow: 0 5px 34px rgba(0, 0, 0, .28); }
.chapter h2 em { color: var(--gold-light); font-style: normal; }
.chapter__story { position: absolute; bottom: clamp(42px, 8vh, 86px); left: clamp(28px, 17vw, 275px); z-index: 5; display: grid; grid-template-columns: auto 1fr; align-items: end; gap: clamp(18px, 3vw, 48px); opacity: var(--story-a, 1); transform: translateY(calc(var(--story-y, 0) * 1px)); }
.chapter__kanji { color: transparent; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(98px, 11vw, 180px); line-height: .7; -webkit-text-stroke: 1px rgba(245, 242, 234, .24); }
.chapter__story p { max-width: 590px; padding-bottom: 7px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(13px, 1.04vw, 17px); letter-spacing: .05em; line-height: 2; }
.chapter__fact { position: absolute; right: clamp(28px, 4.5vw, 74px); bottom: clamp(42px, 8vh, 86px); z-index: 5; min-width: 210px; padding-top: 17px; border-top: 1px solid rgba(245, 242, 234, .38); opacity: var(--fact-a, 1); transform: translateY(calc(var(--fact-y, 0) * 1px)); }
.chapter__fact dt { color: var(--gold-light); font-family: Arial, sans-serif; font-size: 7px; font-weight: 700; letter-spacing: .2em; }
.chapter__fact dd { margin-top: 10px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 20px; letter-spacing: .03em; }
.chapter__fact dd small { margin-left: 5px; font-family: Arial, sans-serif; font-size: 7px; letter-spacing: .14em; }
.journey__nav { display: none; }
.journey__progress { display: none; }

.motion-full .journey { height: 400svh; }
.motion-full .journey__stage { position: sticky; top: 0; height: 100svh; overflow: hidden; isolation: isolate; }
.motion-full .chapter { position: absolute; inset: 0; min-height: 0; opacity: var(--scene-a, 0); }
.motion-full .chapter__veil { display: block; }
.motion-full .chapter__location, .motion-full .chapter__zone { opacity: var(--meta-a, 0); }
.motion-full .chapter__title { opacity: var(--title-a, 0); }
.motion-full .chapter__story { opacity: var(--story-a, 0); }
.motion-full .chapter__fact { opacity: var(--fact-a, 0); }
.motion-full .journey__nav { position: absolute; top: calc(var(--header-h) / 2 - 11px); left: 50%; z-index: 20; display: flex; align-items: center; gap: 18px; transform: translateX(-50%); }
.motion-full .journey__nav span { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid transparent; border-radius: 50%; font-family: Arial, sans-serif; font-size: 6px; opacity: .48; transition: border-color .25s ease, opacity .25s ease; }
.motion-full .journey__nav span.is-active { border-color: rgba(245, 242, 234, .78); opacity: 1; }
.motion-full .journey__progress { position: absolute; top: var(--header-h); right: 0; bottom: 0; z-index: 20; display: block; width: 3px; background: rgba(245, 242, 234, .14); }
.motion-full .journey__progress i { display: block; width: 100%; height: calc(var(--journey-p) * 100%); background: var(--gold-light); }

/* The first visit is a scale of time, never four independent cards. */
.first-visit { position: relative; min-height: 112svh; padding: clamp(110px, 15vh, 170px) clamp(30px, 7vw, 116px) clamp(100px, 13vh, 150px); overflow: hidden; background: radial-gradient(circle at 82% 12%, rgba(105, 145, 140, .14), transparent 30%), var(--snow); }
.first-visit::before { position: absolute; top: 0; right: 10vw; width: 1px; height: 100%; content: ""; background: var(--line-dark); }
.first-visit__head { display: grid; grid-template-columns: .62fr 1.38fr; column-gap: 7vw; align-items: end; }
.section-label { color: #805e32; }
.section-label span { color: var(--ink); }
.first-visit h2 { grid-column: 2; margin-top: -4px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(55px, 6vw, 100px); font-weight: 500; letter-spacing: -.045em; line-height: 1.06; }
.first-visit h2 em { color: #856333; font-style: normal; }
.first-visit__head > p:last-child { grid-column: 2; width: min(640px, 90%); margin-top: 24px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(14px, 1.1vw, 18px); line-height: 2; }
.first-visit__timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(70px, 10vh, 110px); }
.first-visit__timeline::before { position: absolute; top: 22px; right: 0; left: 0; height: 1px; content: ""; background: var(--line-dark); transform: scaleX(0); transform-origin: left; transition: transform 1s cubic-bezier(.22, 1, .36, 1); }
.first-visit.is-visible .first-visit__timeline::before { transform: scaleX(1); }
.first-visit__timeline li { position: relative; min-height: 172px; padding: 58px 22px 0 0; opacity: 0; transform: translateY(10px); transition: opacity .34s ease, transform .38s ease; }
.first-visit.is-visible .first-visit__timeline li { opacity: 1; transform: none; }
.first-visit.is-visible .first-visit__timeline li:nth-child(2) { transition-delay: .07s; }
.first-visit.is-visible .first-visit__timeline li:nth-child(3) { transition-delay: .14s; }
.first-visit.is-visible .first-visit__timeline li:nth-child(4) { transition-delay: .21s; }
.first-visit__timeline li::before { position: absolute; top: 15px; left: 0; width: 15px; height: 15px; content: ""; border: 1px solid #866333; border-radius: 50%; background: var(--snow); box-shadow: inset 0 0 0 4px var(--snow); }
.first-visit__timeline small { color: #805e32; font-family: Arial, sans-serif; font-size: 7px; font-weight: 700; letter-spacing: .17em; }
.first-visit__timeline b { display: block; margin-top: 9px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(24px, 2.2vw, 36px); font-weight: 500; }
.first-visit__timeline span { display: block; margin-top: 12px; font-size: 12px; line-height: 1.7; opacity: .68; }
.first-visit__duration { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; margin-top: 18px; color: #805e32; font-family: Arial, sans-serif; font-size: 8px; letter-spacing: .14em; }
.first-visit__duration i { height: 5px; background: repeating-linear-gradient(90deg, #866333 0 1px, transparent 1px 8px); opacity: .5; }
.first-visit__duration b { font-size: 11px; }
.first-visit__note { width: min(820px, 82%); margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line-dark); font-size: 11px; line-height: 1.8; opacity: .7; }

/* Director: a single editorial spread with credentials in the reading order. */
.doctor { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 100svh; overflow: hidden; color: var(--snow); background: radial-gradient(circle at 22% 70%, rgba(214, 181, 112, .12), transparent 31%), #0b2731; }
.doctor__portrait { position: relative; grid-column: 2; grid-row: 1; min-height: 100svh; overflow: hidden; }
.doctor__portrait::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #0b2731 0%, transparent 32%), linear-gradient(180deg, transparent 60%, rgba(7, 26, 37, .55)); }
.doctor__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; filter: saturate(.65) contrast(.96) brightness(.82); }
.doctor__copy { position: relative; z-index: 2; grid-column: 1; grid-row: 1; align-self: center; width: min(620px, 88%); padding: calc(var(--header-h) + 70px) 0 80px clamp(30px, 7vw, 116px); }
.doctor .section-label { color: var(--gold-light); }
.doctor .section-label span { color: var(--snow); }
.doctor h2 { margin-top: 30px; color: var(--snow); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(52px, 5.5vw, 92px); font-weight: 500; letter-spacing: -.045em; line-height: 1.06; }
.doctor h2 em { color: var(--gold-light); font-style: normal; }
.doctor__copy > p:last-of-type { margin-top: 25px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(14px, 1vw, 17px); line-height: 2; }
.doctor__credentials { display: grid; grid-template-columns: 1fr 1fr; margin-top: 46px; border-top: 1px solid var(--line-light); }
.doctor__credentials li { position: relative; min-height: 84px; padding: 20px 12px 16px 36px; border-bottom: 1px solid var(--line-light); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 13px; line-height: 1.5; }
.doctor__credentials li:nth-child(odd) { border-right: 1px solid var(--line-light); }
.doctor__credentials small { position: absolute; top: 22px; left: 0; color: var(--gold-light); font-family: Arial, sans-serif; font-size: 7px; }
.doctor__credentials span { display: block; margin-top: 3px; font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; font-size: 9px; opacity: .6; }
.doctor__name { position: absolute; right: 4vw; bottom: 5vh; z-index: 3; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 10px; letter-spacing: .1em; }
.doctor__name b { display: inline-block; margin-top: 7px; font-size: 21px; font-weight: 500; }

/* The final reservation is another full scene, not a boxed conversion panel. */
.contact { position: relative; display: grid; min-height: 100svh; padding: calc(var(--header-h) + 58px) clamp(30px, 7vw, 116px) 75px; align-items: center; overflow: hidden; color: var(--snow); background: var(--night); isolation: isolate; }
.contact__image, .contact__shade { position: absolute; inset: 0; }
.contact__image { z-index: -3; overflow: hidden; }
.contact__image img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 48%; filter: saturate(.55) contrast(.98) brightness(.67); transform: scale(1.035); }
.contact__shade { z-index: -2; background: linear-gradient(90deg, rgba(5, 21, 31, .96) 0%, rgba(5, 21, 31, .75) 52%, rgba(5, 21, 31, .28) 82%), linear-gradient(180deg, rgba(5, 21, 31, .34), transparent 44%, rgba(5, 21, 31, .8)); }
.contact::after { position: absolute; top: 50%; right: 10vw; z-index: -1; width: min(37vw, 500px); aspect-ratio: 1; content: ""; border: 1px solid rgba(245, 242, 234, .22); border-radius: 50%; box-shadow: inset 0 0 0 7vw rgba(7, 26, 37, .11), inset 0 0 0 calc(7vw + 1px) rgba(245, 242, 234, .1); transform: translateY(-50%); }
.contact__copy { width: min(940px, 86vw); }
.contact .section-label { color: var(--gold-light); }
.contact .section-label span { color: var(--snow); }
.contact h2 { margin-top: 26px; color: var(--snow); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(56px, 6vw, 102px); font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
.contact h2 em { color: var(--gold-light); font-style: normal; }
.keep-together { white-space: nowrap; }
.contact__copy > p { margin-top: 28px; font-size: 12px; line-height: 2; opacity: .8; }
.contact__actions { display: grid; grid-template-columns: 1fr 1fr; width: min(820px, 88vw); margin-top: 42px; border-top: 1px solid rgba(245, 242, 234, .42); border-bottom: 1px solid rgba(245, 242, 234, .42); }
.contact__actions a { position: relative; min-height: 116px; padding: 24px 58px 20px 0; text-decoration: none; transition: background .25s ease, padding .25s ease; }
.contact__actions a + a { padding-left: 34px; border-left: 1px solid rgba(245, 242, 234, .42); }
.contact__actions a:hover, .contact__actions a:focus-visible { padding-left: 18px; background: rgba(245, 242, 234, .09); }
.contact__actions a + a:hover, .contact__actions a + a:focus-visible { padding-left: 48px; }
.contact__actions small { display: block; color: var(--gold-light); font-family: Arial, sans-serif; font-size: 7px; letter-spacing: .18em; }
.contact__actions b { display: block; margin-top: 13px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(19px, 1.7vw, 27px); font-weight: 500; }
.contact__actions span { position: absolute; top: 50%; right: 22px; color: var(--gold-light); font-size: 22px; transform: translateY(-50%); }
.contact__meta { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 23px; font-size: 9px; letter-spacing: .07em; opacity: .66; }
.contact__meta small { display: block; margin-top: 3px; font-size: .9em; letter-spacing: .04em; }

.site-footer { padding: 56px 0 24px; color: #fff; background: var(--chrome-navy); }
.site-footer a { color: inherit; }
.site-footer__inner, .site-footer__legal { display: flex; width: min(calc(100% - 32px), 1240px); margin-inline: auto; justify-content: space-between; gap: 32px; }
.site-footer__inner { display: grid; grid-template-columns: minmax(320px, 1.35fr) minmax(190px, .75fr) minmax(190px, .9fr); gap: clamp(32px, 5vw, 80px); }
.site-footer__clinic { max-width: 520px; }
.site-footer__name { font-size: 20px; font-weight: 800; }
.site-footer__note { margin-top: 16px; color: rgba(255, 255, 255, .7); font-size: 13px; line-height: 1.8; }
.site-footer__access { display: inline-flex; min-height: 44px; margin-top: 13px; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; }
.site-footer__priority > p, .site-footer__navigation > p { margin-bottom: 14px; color: rgba(255, 255, 255, .55); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.site-footer__priority ul { display: grid; gap: 3px; }
.site-footer__priority a { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(255, 255, 255, .14); font-size: 13px; font-weight: 700; text-decoration: none; }
.site-footer__priority a span { color: #dca28f; }
.site-footer__navigation .footer-navigation { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 18px; }
.site-footer__navigation .footer-navigation + .footer-navigation { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .14); }
.site-footer__navigation a { font-size: 12px; line-height: 1.6; text-decoration: none; }
.site-footer__legal { margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .18); color: rgba(255, 255, 255, .7); font-size: 12px; }
.site-footer__legal a { font-size: 12px; }
.mobile-actions { display: none; }

.js.motion-soft .chapter__title,
.js.motion-soft .chapter__story,
.js.motion-soft .chapter__fact { opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .32s ease; }
.js.motion-soft .chapter.is-seen .chapter__title,
.js.motion-soft .chapter.is-seen .chapter__story,
.js.motion-soft .chapter.is-seen .chapter__fact { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  body.nav-is-open { overflow: hidden; }
  .site-header__inner { gap: 10px; }
  .site-branding { flex-basis: 182px; }
  .site-branding__logo-image { max-width: 182px; max-height: 42px; }
  .nav-toggle { position: relative; z-index: 4; display: inline-flex; }
  .primary-navigation { position: absolute; top: var(--header-h); right: 16px; left: 16px; z-index: 3; display: none; max-height: calc(100dvh - var(--header-h) - 16px); padding: 12px; overflow-y: auto; border: 1px solid var(--chrome-line); border-radius: 18px; color: var(--chrome-navy); background: #fff; box-shadow: 0 28px 70px rgba(24, 53, 77, .22); overscroll-behavior: contain; }
  .primary-navigation.is-open { display: block; }
  .primary-navigation__list { flex-direction: column; gap: 0; }
  .primary-navigation__list > li { border-bottom: 1px solid var(--chrome-line); }
  .primary-navigation__list > li:last-child { border-bottom: 0; }
  .primary-navigation__list a { display: flex; min-height: 50px; padding: 5px 11px; border-radius: 10px; font-size: 13px; }
  .primary-navigation__list a::after { display: none; }
  .primary-navigation__priority { display: block; margin-top: 12px; padding: 16px; border-radius: 14px; background: var(--chrome-navy); }
  .primary-navigation__priority > p { display: block; margin-bottom: 12px; color: rgba(255, 255, 255, .62); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
  .primary-navigation__priority > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 0; border: 0; }
  .primary-navigation__priority a, .primary-navigation__priority a:nth-child(n + 4) { display: flex; min-height: 46px; justify-content: space-between; padding: 8px 12px; color: #fff; background: rgba(255, 255, 255, .1); font-size: 12px; white-space: normal; }
  .nav-backdrop { position: fixed; inset: 0; z-index: 2; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(24, 53, 77, .44); opacity: 0; pointer-events: none; transition: opacity .22s ease; }
  .nav-backdrop.is-open { opacity: 1; pointer-events: auto; }
}

@media (max-width: 860px) {
  .header-reservation { display: none; }
}

@media (max-width: 1120px) {
  .hero__north { right: 3vw; width: 92px; }
  .hero__north-mark { width: 88px; height: 88px; }
  .hero__north-mark img { width: 75px; height: 75px; }
  .chapter__story { left: 9vw; }
  .chapter__fact { min-width: 180px; }
}

@media (max-width: 900px) {
  .hero, .motion-full .hero { height: auto; min-height: 100svh; }
  .hero__stage, .motion-full .hero__stage { position: relative; min-height: 100svh; height: auto; }
  .hero__backdrop { display: none; }
  .hero__focus { clip-path: inset(0); }
  .hero__backdrop img, .hero__focus img { object-position: 82% 50%; }
  .hero__focus img { transform: scale(1.035); }
  .hero__shade { background: linear-gradient(90deg, rgba(5, 21, 31, .88), rgba(5, 21, 31, .32)), linear-gradient(180deg, rgba(4, 17, 25, .22) 20%, transparent 43%, rgba(3, 16, 23, .86) 100%); }
  .hero__grid { opacity: .08; background-size: 25vw 20vh; }
  .hero__position { top: calc(var(--header-h) + 22px); left: 22px; }
  .hero__chapter { display: none; }
  .hero__copy { top: clamp(145px, 19vh, 190px); left: 22px; width: calc(100% - 44px); opacity: 1; transform: none; }
  .hero h1 { max-width: 720px; margin-top: 20px; font-size: clamp(44px, 10.2vw, 76px); line-height: 1.07; }
  .hero__lead { margin-top: 22px; font-size: 16px; }
  .hero__credential { max-width: 460px; font-size: 9px; line-height: 1.7; }
  .hero__link { margin-top: 24px; }
  .hero__facts { right: 22px; bottom: 24px; left: 22px; grid-template-columns: repeat(3, 1fr); justify-content: stretch; gap: 8px; opacity: 1; }
  .hero__facts li { padding-left: 8px; font-size: 8px; }
  .hero__facts small { font-size: 6px; }
  .hero__north { display: none; }
  .hero__scroll { display: none; }
  .manifesto { min-height: 88svh; padding: 110px 24px 90px; }
  .manifesto h2 { font-size: clamp(48px, 11vw, 82px); }
  .manifesto h2 em { margin-left: 7vw; }
  .manifesto > p:last-of-type { width: min(520px, 82vw); margin-top: 32px; margin-left: auto; font-size: 14px; }
  .manifesto__line { right: 24px; left: 24px; gap: 12px; }
  .manifesto__line span { display: none; }
  .journey, .motion-full .journey { height: auto; }
  .journey__stage, .motion-full .journey__stage { position: relative; top: auto; height: auto; overflow: visible; }
  .motion-full .chapter, .chapter { position: relative; inset: auto; min-height: max(700px, 105svh); opacity: 1; }
  .motion-full .chapter__veil { display: none; }
  .motion-full .chapter__location, .motion-full .chapter__zone, .motion-full .chapter__title, .motion-full .chapter__story, .motion-full .chapter__fact { opacity: 1; transform: none; }
  .chapter__image img { transform: scale(1.025); }
  .chapter__location, .chapter__zone { top: calc(var(--header-h) + 25px); font-size: 6px; }
  .chapter__location { left: 22px; }
  .chapter__zone { right: 22px; }
  .chapter__title { top: clamp(145px, 22vh, 190px); left: 22px; width: calc(100% - 44px); }
  .chapter h2 { font-size: clamp(45px, 10.3vw, 74px); line-height: 1.07; }
  .chapter__story { right: 22px; bottom: 92px; left: 22px; grid-template-columns: auto 1fr; gap: 18px; }
  .chapter__kanji { font-size: clamp(80px, 17vw, 120px); }
  .chapter__story p { font-size: 13px; line-height: 1.85; }
  .chapter__story br { display: none; }
  .chapter__fact { right: 22px; bottom: 28px; left: 22px; min-width: 0; padding-top: 12px; }
  .chapter__fact dd { font-size: 16px; }
  .motion-full .journey__nav, .motion-full .journey__progress, .motion-full .journey__route, .journey__atmosphere { display: none; }
  .first-visit { min-height: 0; padding: 100px 24px 110px; }
  .first-visit::before { right: 24px; }
  .first-visit__head { display: block; }
  .first-visit h2 { margin-top: 24px; font-size: clamp(48px, 10.5vw, 76px); }
  .first-visit__head > p:last-child { width: 90%; margin-top: 22px; font-size: 14px; }
  .first-visit__timeline { display: block; margin-top: 58px; padding-left: 23px; }
  .first-visit__timeline::before { top: 0; bottom: 0; left: 5px; width: 1px; height: auto; transform: scaleY(0); transform-origin: top; }
  .first-visit.is-visible .first-visit__timeline::before { transform: scaleY(1); }
  .first-visit__timeline li { min-height: 126px; padding: 0 12px 30px 22px; }
  .first-visit__timeline li::before { top: 0; left: -23px; }
  .first-visit__timeline b { font-size: 27px; }
  .first-visit__timeline span { font-size: 12px; }
  .first-visit__duration { margin-top: 0; }
  .first-visit__note { width: 94%; font-size: 12px; }
  .doctor { display: block; min-height: 0; padding-bottom: 80px; }
  .doctor__portrait { min-height: 78svh; }
  .doctor__portrait::after { background: linear-gradient(180deg, transparent 45%, #0b2731 100%); }
  .doctor__portrait img { object-position: 50% 24%; }
  .doctor__copy { width: auto; margin-top: -18vh; padding: 0 24px; }
  .doctor h2 { margin-top: 22px; font-size: clamp(48px, 10.5vw, 76px); }
  .doctor__credentials { grid-template-columns: 1fr; margin-top: 36px; }
  .doctor__credentials li:nth-child(odd) { border-right: 0; }
  .doctor__name { top: 62svh; right: 22px; bottom: auto; }
  .contact { min-height: calc(100svh - 64px); padding: calc(var(--header-h) + 44px) 24px 62px; }
  .contact__image img { object-position: 58% 50%; }
  .contact__shade { background: linear-gradient(90deg, rgba(5, 21, 31, .93), rgba(5, 21, 31, .5)), linear-gradient(180deg, transparent 38%, rgba(5, 21, 31, .86)); }
  .contact::after { right: -22vw; width: 78vw; }
  .contact__copy { width: 100%; }
  .contact h2 { font-size: clamp(47px, 10.4vw, 76px); }
  .contact__copy > p { font-size: 12px; }
  .contact__actions { grid-template-columns: 1fr; width: 100%; margin-top: 30px; }
  .contact__actions a { min-height: 92px; padding: 18px 46px 16px 0; }
  .contact__actions a + a { padding-left: 0; border-top: 1px solid rgba(245, 242, 234, .42); border-left: 0; }
  .contact__actions a:hover, .contact__actions a:focus-visible, .contact__actions a + a:hover, .contact__actions a + a:focus-visible { padding-left: 12px; }
  .contact__actions b { font-size: 20px; }
  .site-footer__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__clinic { grid-column: 1 / -1; }
}

/* The Codex preview is often a narrow desktop pane. Keep the full journey on
   fine-pointer desktops while touch devices retain the calmer document flow. */
@media (min-width: 720px) and (max-width: 900px) and (min-height: 620px) and (pointer: fine) and (hover: hover) {
  .motion-full .hero { height: 140svh; }
  .motion-full .hero__stage { position: sticky; top: 0; height: 100svh; min-height: 100svh; }
  .motion-full .hero__backdrop { display: block; }
  .motion-full .hero__focus { clip-path: inset(var(--hero-clip-y, 5%) var(--hero-clip-x, 5%) round var(--hero-radius, 22px)); }
  .motion-full .hero__focus img { transform: translate3d(calc(var(--hero-p) * -8px), calc(var(--hero-p) * -5px), 0) scale(calc(1.035 + var(--hero-p) * .015)); }
  .motion-full .hero__copy { opacity: calc(1 - var(--hero-out)); transform: translateY(calc(var(--hero-p) * -12px)); }
  .motion-full .hero__facts { opacity: calc(1 - var(--hero-out)); }
  .motion-full .journey { height: 400svh; }
  .motion-full .journey__stage { position: sticky; top: 0; height: 100svh; overflow: hidden; isolation: isolate; }
  .motion-full .chapter { position: absolute; inset: 0; min-height: 0; opacity: var(--scene-a, 0); }
  .motion-full .chapter__veil { display: block; }
  .motion-full .chapter__image img { transform: translate3d(calc(var(--camera-x, 0) * 1px), calc(var(--camera-y, 0) * 1px), 0) scale(var(--camera-scale, 1.035)); }
  .motion-full .chapter__location, .motion-full .chapter__zone { opacity: var(--meta-a, 0); transform: translateY(calc(var(--meta-y, 0) * 1px)); }
  .motion-full .chapter__title { opacity: var(--title-a, 0); transform: translateY(calc(var(--title-y, 0) * 1px)); }
  .motion-full .chapter__story { opacity: var(--story-a, 0); transform: translateY(calc(var(--story-y, 0) * 1px)); }
  .motion-full .chapter__fact { opacity: var(--fact-a, 0); transform: translateY(calc(var(--fact-y, 0) * 1px)); }
  .motion-full .journey__atmosphere { display: block; }
  .motion-full .journey__route { top: calc(var(--header-h) + 54px); right: 42px; display: block; width: 128px; height: min(57vh, 520px); }
  .motion-full .journey__traveller > span { width: 38px; height: 38px; flex-basis: 38px; }
  .motion-full .journey__traveller img { width: 33px; height: 33px; }
  .motion-full .journey__traveller small { min-width: 0; padding: 5px 7px; font-size: 5px; }
  .motion-full .journey__nav { position: absolute; top: calc(var(--header-h) / 2 - 11px); left: 50%; z-index: 20; display: flex; align-items: center; gap: 18px; transform: translateX(-50%); }
  .motion-full .journey__nav span { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid transparent; border-radius: 50%; font-family: Arial, sans-serif; font-size: 6px; opacity: .48; }
  .motion-full .journey__nav span.is-active { border-color: rgba(245, 242, 234, .78); opacity: 1; }
  .motion-full .journey__progress { position: absolute; top: var(--header-h); right: 0; bottom: 0; z-index: 20; display: block; width: 3px; background: rgba(245, 242, 234, .14); }
  .motion-full .journey__progress i { display: block; width: 100%; height: calc(var(--journey-p) * 100%); background: var(--gold-light); }
}

@media (max-width: 640px) {
  :root { --header-h: 66px; }
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .site-header__inner { width: calc(100% - 20px); }
  .site-branding { flex-basis: min(52vw, 164px); }
  .site-branding__logo-image { max-width: min(52vw, 164px); max-height: 38px; }
  .primary-navigation { right: 10px; left: 10px; }
  .nav-toggle__label { font-size: 10px; }
  .site-footer { padding-top: 46px; }
  .site-footer__inner { grid-template-columns: 1fr; }
  .site-footer__clinic { grid-column: auto; }
  .site-footer__legal { flex-direction: column; gap: 10px; }
  .mobile-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 95; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: rgba(24, 53, 77, .96); box-shadow: 0 -12px 30px rgba(24, 53, 77, .16); backdrop-filter: blur(14px); }
  .mobile-actions a { display: flex; min-height: 48px; align-items: center; justify-content: center; padding: 8px 12px; border-radius: 999px; color: #fff; font-size: 13px; font-weight: 800; line-height: 1.3; text-align: center; text-decoration: none; }
  .mobile-actions__phone { border: 1px solid rgba(255, 255, 255, .45); }
  .mobile-actions__web { background: var(--chrome-coral); }
}

@media (max-width: 540px) {
  .hero__focus { top: 43%; }
  .hero__focus img { object-position: 82% 50%; filter: saturate(.78) contrast(.98) brightness(.96); }
  .hero__shade { background: linear-gradient(180deg, #081e2a 0%, rgba(8, 30, 42, .98) 38%, rgba(5, 21, 31, .64) 52%, rgba(3, 16, 23, .48) 100%), linear-gradient(90deg, rgba(5, 21, 31, .78) 0%, rgba(5, 21, 31, .54) 42%, rgba(5, 21, 31, .16) 72%, rgba(5, 21, 31, .06) 100%); }
  .hero__copy { top: 14.5vh; }
  .hero h1 { font-size: clamp(39px, 11.4vw, 59px); }
  .hero__lead { font-size: 14px; }
  .hero__credential { max-width: 340px; font-size: 10px; }
  .hero__facts { grid-template-columns: 1fr 1fr; }
  .hero__facts li:nth-child(3) { display: none; }
  .manifesto h2 { font-size: clamp(40px, 10.8vw, 58px); }
  .chapter__title { top: 23vh; }
  .chapter h2 { font-size: clamp(40px, 11vw, 58px); }
  .chapter__story { grid-template-columns: 70px 1fr; }
  .chapter__kanji { font-size: 78px; }
  .chapter__story p { font-size: 13px; }
  .first-visit h2, .doctor h2, .contact h2 { font-size: clamp(42px, 11.5vw, 60px); }
  .doctor__copy > p:last-of-type { font-size: 13px; }
  .contact__meta { gap: 7px 17px; font-size: 8px; }
}

@media (max-height: 700px) and (min-width: 901px) {
  .hero__copy { top: 150px; }
  .hero h1 { font-size: clamp(48px, 5.6vw, 78px); }
  .hero__lead { margin-top: 18px; line-height: 1.6; }
  .hero__link { margin-top: 18px; }
  .chapter__title { top: 160px; }
  .chapter h2 { font-size: clamp(48px, 5.5vw, 78px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .hero, .motion-full .hero, .journey, .motion-full .journey { height: auto; }
  .hero__stage, .motion-full .hero__stage, .journey__stage, .motion-full .journey__stage { position: relative; top: auto; height: auto; min-height: 100svh; overflow: visible; }
  .hero__focus { clip-path: inset(0); }
  .hero__backdrop, .hero__backdrop img, .hero__pointer-layer, .hero__focus img, .hero__copy, .hero__north, .hero__north-mark, .chapter__pointer-layer, .chapter__image img, .chapter__location, .chapter__zone, .chapter__title, .chapter__story, .chapter__fact { opacity: 1 !important; transform: none !important; }
  .motion-full .chapter, .chapter { position: relative; inset: auto; min-height: max(720px, 100svh); opacity: 1 !important; }
  .chapter__veil, .journey__atmosphere, .journey__nav, .journey__progress, .journey__route, .pointer-lightfield { display: none !important; }
  .first-visit__timeline::before { transform: none; }
  .first-visit__timeline li { opacity: 1; transform: none; }
}

.no-js .nav-toggle { display: none; }
.no-js .chapter, .no-js .first-visit__timeline li { opacity: 1; transform: none; }
.no-js .first-visit__timeline::before { transform: none; }

/* v3.2 — a quiet opening rail. Every production link remains in the menu. */
.site-header { color: var(--chrome-navy); border-bottom: 1px solid rgba(24, 53, 77, .12); background: rgba(247, 245, 238, .94); box-shadow: none; }
.is-past-hero .site-header { background: rgba(250, 249, 244, .98); box-shadow: 0 12px 34px rgba(7, 26, 37, .1); }
.site-header__inner { width: min(calc(100% - 42px), 1480px); }
.site-branding { flex: 0 1 228px; }
.site-branding__logo-image { max-width: 220px; max-height: 50px; }
.nav-toggle { position: relative; z-index: 6; display: inline-flex; order: 4; min-width: 74px; margin-left: 8px; padding-left: 17px; border-left: 1px solid rgba(24, 53, 77, .18); }
.nav-toggle::before { content: ""; width: 20px; height: 10px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; transition: height .24s ease, transform .24s ease; }
.nav-toggle[aria-expanded="true"]::before { width: 18px; height: 18px; border: 0; background: linear-gradient(45deg, transparent 47%, currentColor 48% 52%, transparent 53%), linear-gradient(-45deg, transparent 47%, currentColor 48% 52%, transparent 53%); transform: rotate(90deg); }
.nav-toggle__label { font-family: Arial, sans-serif; font-size: 9px; letter-spacing: .13em; }
.header-reservation { z-index: 6; order: 3; min-width: 150px; margin-left: auto; border: 1px solid var(--chrome-green); border-radius: 0; color: var(--chrome-green); background: transparent; letter-spacing: .04em; transition: color .22s ease, background .22s ease; }
.header-reservation:hover, .header-reservation:focus-visible { color: #fff; background: var(--chrome-green); }
.primary-navigation { position: fixed; top: var(--header-h); right: 0; left: 0; z-index: 5; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(42px, 7vw, 112px); max-height: calc(100dvh - var(--header-h)); padding: clamp(36px, 6vh, 72px) max(5vw, calc((100vw - 1380px) / 2)); overflow-y: auto; color: var(--snow); background: linear-gradient(112deg, rgba(10, 39, 47, .99), rgba(7, 26, 37, .995)); box-shadow: 0 32px 80px rgba(3, 16, 23, .3); opacity: 0; visibility: hidden; transform: translateY(-18px); pointer-events: none; transition: opacity .25s ease, transform .3s cubic-bezier(.22, 1, .36, 1), visibility .25s; }
.primary-navigation::before { position: absolute; right: 4vw; bottom: -24vw; width: 48vw; aspect-ratio: 1; content: ""; border: 1px solid rgba(241, 217, 159, .18); border-radius: 50%; box-shadow: inset 0 0 0 9vw rgba(245, 242, 234, .025), inset 0 0 0 calc(9vw + 1px) rgba(241, 217, 159, .1); pointer-events: none; }
.primary-navigation.is-open { display: grid; opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.primary-navigation__list { position: relative; display: grid; counter-reset: main-nav; gap: 0; }
.primary-navigation__list > li { counter-increment: main-nav; border-bottom: 1px solid rgba(245, 242, 234, .16); }
.primary-navigation__list > li:first-child { border-top: 1px solid rgba(245, 242, 234, .16); }
.primary-navigation__list a { display: grid; grid-template-columns: 48px 1fr auto; min-height: 66px; padding: 8px 4px; align-items: center; color: var(--snow); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(19px, 1.75vw, 28px); font-weight: 500; letter-spacing: .03em; }
.primary-navigation__list a::before { content: "0" counter(main-nav); color: var(--gold-light); font-family: Arial, sans-serif; font-size: 8px; letter-spacing: .14em; }
.primary-navigation__list a::after { position: static; width: 32px; height: 1px; content: ""; background: var(--gold-light); opacity: .65; transform: scaleX(.35); transform-origin: right; transition: transform .24s ease; }
.primary-navigation__list a:hover::after, .primary-navigation__list a:focus-visible::after { transform: scaleX(1); }
.primary-navigation__priority { position: relative; align-self: end; }
.primary-navigation__priority > p { display: block; margin-bottom: 18px; color: var(--gold-light); font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .19em; }
.primary-navigation__priority > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 0; border: 0; }
.primary-navigation__priority a, .primary-navigation__priority a:nth-child(n + 4) { display: flex; min-height: 58px; justify-content: space-between; padding: 12px 14px; border: 1px solid rgba(245, 242, 234, .15); border-radius: 0; color: var(--snow); background: rgba(245, 242, 234, .045); font-size: 12px; white-space: normal; }
.primary-navigation__priority a:hover, .primary-navigation__priority a:focus-visible { background: rgba(245, 242, 234, .1); }
.nav-backdrop { position: fixed; inset: 0; z-index: 4; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(3, 16, 23, .52); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .22s ease, visibility .22s; }
.nav-backdrop.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
body.nav-is-open { overflow: hidden; }

.chapter__mobile-diagram { display: none; }
.motion-soft .chapter__mobile-diagram,
.motion-static .chapter__mobile-diagram,
.no-js .chapter__mobile-diagram { position: absolute; top: 37%; right: clamp(24px, 7vw, 76px); z-index: 4; display: block; width: min(58vw, 360px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(7, 26, 37, .36), rgba(7, 26, 37, .08) 52%, transparent 72%); filter: drop-shadow(0 18px 42px rgba(3, 16, 23, .24)); opacity: .94; pointer-events: none; }

/* v3 route engine: the photograph, diagram, copy and current position change as one scene. */
.route__master-line, .route__traveller, .route__counter, .route__chapter, .route__diagrams { display: none; }
.motion-full .journey__stage { min-height: 680px; background: #0d2433; transition: background .9s cubic-bezier(.22, 1, .36, 1); }
.motion-full .journey__stage::before, .motion-full .journey__stage::after { position: absolute; inset: 0; z-index: -3; content: ""; transition: opacity .9s ease; }
.motion-full .journey__stage::before { background: radial-gradient(circle at 75% 35%, rgba(114, 143, 128, .25), transparent 32%), linear-gradient(135deg, #0b1e2c, #163443 66%, #0b202e); }
.motion-full .journey__stage::after { opacity: 0; background: radial-gradient(circle at 22% 40%, rgba(183, 137, 80, .18), transparent 28%), linear-gradient(145deg, #0e2634, #1b3f44 60%, #102535); }
.motion-full .journey__stage[data-scene="2"]::before, .motion-full .journey__stage[data-scene="3"]::before { opacity: 0; }
.motion-full .journey__stage[data-scene="2"]::after, .motion-full .journey__stage[data-scene="3"]::after { opacity: 1; }
.motion-full .route__master-line { position: absolute; inset: -2%; z-index: 2; display: block; width: 104%; height: 104%; fill: none; pointer-events: none; }
.route__master-line path { vector-effect: non-scaling-stroke; }
.route__ghost { stroke: rgba(217, 188, 141, .12); stroke-width: 1; }
.route__draw { stroke: rgba(217, 188, 141, .78); stroke-width: 1.35; stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--route-progress, 0)); }
.motion-full .route__traveller { position: absolute; top: var(--route-y, 0%); left: var(--route-x, 51%); z-index: 11; display: block; width: 34px; height: 34px; pointer-events: none; transform: translate(-50%, -50%); }
.route__traveller i { position: absolute; inset: 0; display: grid; place-items: center; border: 1px solid rgba(241, 217, 159, .86); border-radius: 50%; background: rgba(245, 242, 234, .94); box-shadow: 0 0 0 6px rgba(241, 217, 159, .08), 0 0 24px rgba(217, 188, 141, .42); }
.route__traveller img { width: 29px; height: 29px; object-fit: contain; }
.route__traveller span { position: absolute; top: 40px; left: 50%; color: var(--gold-light); font-family: Arial, sans-serif; font-size: 6px; font-weight: 700; letter-spacing: .14em; transform: translateX(-50%); }
.motion-full .route__counter { position: absolute; top: 50%; left: clamp(20px, 2.3vw, 42px); z-index: 10; display: grid; align-items: center; gap: 12px; color: var(--snow); font-family: "Iowan Old Style", serif; font-size: 10px; letter-spacing: .12em; transform: translateY(-50%); }
.route__counter i { display: block; width: 1px; height: 70px; margin: auto; background: linear-gradient(var(--gold-light) calc(var(--route-progress, 0) * 100%), rgba(244, 241, 233, .2) 0); }
.route__counter span:last-child { opacity: .45; }
.motion-full .route__chapter { position: absolute; top: calc(var(--header-h) + 28px); left: clamp(32px, 6.5vw, 112px); z-index: 9; display: block; color: var(--snow); font-family: Arial, sans-serif; font-size: 8px; letter-spacing: .2em; }
.route__chapter span { color: var(--gold-light); }
.motion-full .route__diagrams { position: absolute; inset: 0; z-index: 7; display: block; pointer-events: none; }
.route__diagrams > div { position: absolute; top: 17vh; right: clamp(38px, 8vw, 138px); width: min(33vw, 520px); aspect-ratio: 1; opacity: 0; transform: scale(.88) rotate(-4deg); transition: opacity .48s ease .08s, transform .72s cubic-bezier(.22, 1, .36, 1); }
.journey__stage[data-scene="0"] [data-route-diagram="0"],
.journey__stage[data-scene="1"] [data-route-diagram="1"],
.journey__stage[data-scene="2"] [data-route-diagram="2"],
.journey__stage[data-scene="3"] [data-route-diagram="3"] { opacity: 1; transform: none; }
.motion-full .chapter { z-index: 1; opacity: 0; transform: translate3d(0, 16px, 0); transition: opacity .42s ease, transform .52s cubic-bezier(.22, 1, .36, 1); pointer-events: none; }
.motion-full .journey__stage[data-scene="0"] [data-chapter="0"],
.motion-full .journey__stage[data-scene="1"] [data-chapter="1"],
.motion-full .journey__stage[data-scene="2"] [data-chapter="2"],
.motion-full .journey__stage[data-scene="3"] [data-chapter="3"] { opacity: 1; transform: none; }
.motion-full .chapter::after { display: none; }
.motion-full .chapter__image { top: 7vh; right: -7vw; bottom: auto; left: auto; width: min(68vw, 1100px); height: 88vh; border-radius: 48% 8% 44% 16% / 42% 12% 40% 18%; opacity: .76; transform: translate3d(var(--scene-shift, 0), 0, 0) scale(var(--scene-scale, 1)) rotate(0); transition: border-radius .72s ease; }
.motion-full .chapter--listen .chapter__image { right: -2vw; width: 62vw; border-radius: 50%; }
.motion-full .chapter--explain .chapter__image { border-radius: 12% 48% 42% 9% / 8% 40% 46% 15%; }
.motion-full .chapter--continue .chapter__image { right: 2vw; width: 61vw; border-radius: 50% 50% 15% 50%; }
.motion-full .chapter__pointer-layer { inset: 0; transform: none; }
.motion-full .chapter__image img { filter: saturate(.58) contrast(.94) brightness(.84); transform: none; }
.motion-full .chapter--records .chapter__image img { object-position: 48% 50%; filter: saturate(.52) contrast(1.03) brightness(.72); }
.motion-full .chapter--listen .chapter__image img { object-position: 60% 50%; }
.motion-full .chapter--explain .chapter__image img { object-position: 58% 50%; }
.motion-full .chapter--continue .chapter__image img { object-position: 55% 50%; }
.motion-full .chapter__shade { z-index: -4; background: linear-gradient(90deg, #0d2433 0%, rgba(13, 36, 51, .8) 20%, transparent 64%), linear-gradient(180deg, transparent 58%, rgba(8, 27, 38, .78)); mix-blend-mode: multiply; }
.motion-full .chapter__location, .motion-full .chapter__zone { display: none; }
.motion-full .chapter__title { top: auto; bottom: clamp(190px, 25vh, 235px); left: clamp(50px, 8vw, 138px); z-index: 8; width: min(43vw, 680px); opacity: 1; transform: none; }
.motion-full .chapter h2 { margin-top: 16px; font-size: clamp(48px, 5.3vw, 88px); line-height: 1.08; }
.motion-full .chapter h2 em { font-style: italic; }
.motion-full .chapter__story { right: auto; bottom: clamp(58px, 8vh, 82px); left: clamp(50px, 8vw, 138px); z-index: 8; display: block; width: min(43vw, 620px); opacity: 1; transform: none; }
.motion-full .chapter__kanji { display: none; }
.motion-full .chapter__story p { max-width: 560px; padding: 0; font-size: clamp(13px, 1vw, 16px); line-height: 2; }
.motion-full .chapter__fact { right: clamp(34px, 5vw, 82px); bottom: clamp(32px, 5vh, 54px); left: auto; z-index: 8; width: min(25vw, 320px); min-width: 0; opacity: 1; transform: none; }

.atlas-diagram__ring { position: absolute; inset: 50%; border: 1px solid rgba(244, 241, 233, .46); border-radius: 50%; transform: translate(-50%, -50%); }
.atlas-diagram__ring--1 { width: 28%; height: 28%; }
.atlas-diagram__ring--2 { width: 61%; height: 61%; border-style: dashed; }
.atlas-diagram__ring--3 { width: 94%; height: 94%; }
.atlas-diagram__center { position: absolute; top: 50%; left: 50%; display: grid; width: 92px; aspect-ratio: 1; place-items: center; color: var(--ink); border-radius: 50%; background: var(--gold-light); transform: translate(-50%, -50%); text-align: center; font-family: "Iowan Old Style", serif; font-size: 13px; letter-spacing: .16em; }
.atlas-diagram__center small { display: block; margin-top: -20px; font-family: sans-serif; font-size: 8px; letter-spacing: .08em; }
.atlas-diagram__node { position: absolute; color: var(--snow); font-family: "Iowan Old Style", serif; font-size: clamp(18px, 2.1vw, 35px); font-style: normal; line-height: 1; }
.atlas-diagram__node::before { position: absolute; top: 50%; width: 50px; height: 1px; content: ""; background: rgba(217, 188, 141, .7); }
.atlas-diagram__node small { display: block; margin-top: 8px; font-family: sans-serif; font-size: 8px; letter-spacing: .12em; opacity: .7; }
.atlas-diagram__node--1 { top: 3%; left: 42%; }
.atlas-diagram__node--1::before { right: 105%; }
.atlas-diagram__node--2 { top: 44%; right: -4%; }
.atlas-diagram__node--2::before { right: 110%; }
.atlas-diagram__node--3 { bottom: 4%; left: 40%; }
.atlas-diagram__node--3::before { right: 110%; }
.atlas-diagram__node--4 { top: 43%; left: -2%; }
.atlas-diagram__node--4::before { left: 110%; }
.listen-diagram__circle { position: absolute; top: 16%; display: flex; width: 61%; aspect-ratio: 1; box-sizing: border-box; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(244, 241, 233, .6); border-radius: 50%; font-family: "Yu Mincho", serif; font-size: clamp(15px, 1.45vw, 24px); text-align: center; }
.listen-diagram__circle small { display: block; margin-bottom: 8px; color: var(--gold-light); font-family: sans-serif; font-size: 8px; letter-spacing: .18em; }
.listen-diagram__circle em { display: block; margin-top: 9px; font-family: sans-serif; font-size: 8px; font-style: normal; letter-spacing: .06em; opacity: .7; white-space: nowrap; }
.listen-diagram__circle--science { left: 0; padding-right: 28%; background: rgba(15, 46, 58, .52); }
.listen-diagram__circle--dialogue { right: 0; padding-left: 28%; border-color: rgba(217, 188, 141, .8); background: rgba(116, 143, 128, .36); }
.listen-diagram > b { position: absolute; top: 50%; left: 50%; z-index: 2; display: grid; width: 112px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(217, 188, 141, .54); border-radius: 50%; background: rgba(8, 30, 40, .78); transform: translate(-50%, -50%); text-align: center; font-family: "Yu Mincho", serif; font-size: 13px; line-height: 1.7; white-space: nowrap; }
.compass-diagram__ring { position: absolute; inset: 8%; border: 1px solid rgba(244, 241, 233, .54); border-radius: 50%; }
.compass-diagram__axis { position: absolute; top: 50%; left: 50%; background: rgba(244, 241, 233, .45); transform: translate(-50%, -50%); }
.compass-diagram__axis--x { width: 100%; height: 1px; }
.compass-diagram__axis--y { width: 1px; height: 100%; }
.compass-diagram__needle { position: absolute; top: 13%; left: 50%; width: 33px; height: 44%; background: linear-gradient(90deg, transparent 49%, var(--gold-light) 50%); clip-path: polygon(50% 0, 100% 100%, 50% 78%, 0 100%); transform: translateX(-50%) rotate(calc(13deg + var(--scene-local, 0) * 20deg)); transform-origin: 50% 84%; }
.compass-diagram > b { position: absolute; top: 50%; left: 50%; display: grid; width: 122px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(217, 188, 141, .7); border-radius: 50%; transform: translate(-50%, -50%); text-align: center; font-family: "Iowan Old Style", serif; font-size: 11px; letter-spacing: .14em; }
.compass-diagram > b small { display: block; margin-top: -35px; font-family: sans-serif; font-size: 9px; letter-spacing: .06em; }
.compass-diagram em { position: absolute; font-size: 9px; font-style: normal; letter-spacing: .12em; }
.compass-diagram__n { top: 0; left: 50%; transform: translateX(-50%); }
.compass-diagram__e { top: 50%; right: -2%; transform: translateY(-50%); }
.compass-diagram__s { bottom: 0; left: 50%; transform: translateX(-50%); }
.compass-diagram__w { top: 50%; left: -2%; transform: translateY(-50%); }
.continuity-diagram svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(244, 241, 233, .4); stroke-width: 1; }
.continuity-diagram svg path:first-of-type { stroke: var(--gold-light); stroke-width: 2; stroke-dasharray: .86 1; stroke-dashoffset: calc((1 - var(--scene-local, 0)) * .14); stroke-linecap: round; }
.continuity-diagram > b { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-family: "Yu Mincho", serif; font-size: 24px; }
.continuity-diagram > b small { display: block; color: var(--gold-light); font-family: sans-serif; font-size: 9px; letter-spacing: .08em; }
.continuity-diagram__item { position: absolute; font-size: 11px; font-style: normal; letter-spacing: .1em; }
.continuity-diagram__item--1 { top: 4%; left: 46%; }
.continuity-diagram__item--2 { top: 48%; right: 0; }
.continuity-diagram__item--3 { bottom: 3%; left: 46%; }
.continuity-diagram__item--4 { top: 48%; left: 0; }

@media (min-width: 720px) and (max-width: 1023px) and (min-height: 620px) and (pointer: fine) and (hover: hover) {
  .motion-full .journey__stage { min-height: 620px; }
  .motion-full .route__chapter { top: calc(var(--header-h) + 18px); left: 20px; }
  .motion-full .route__counter { top: calc(var(--header-h) + 20px); right: 20px; left: auto; display: flex; transform: none; }
  .motion-full .route__counter i { width: 46px; height: 1px; background: linear-gradient(90deg, var(--gold-light) calc(var(--route-progress, 0) * 100%), rgba(244, 241, 233, .2) 0); }
  .motion-full .route__master-line { opacity: .52; }
  .motion-full .chapter__image,
  .motion-full .chapter--listen .chapter__image,
  .motion-full .chapter--explain .chapter__image,
  .motion-full .chapter--continue .chapter__image { top: var(--header-h); right: -18vw; width: 118vw; height: 53vh; border-radius: 0 0 48% 22% / 0 0 30% 14%; }
  .motion-full .chapter__shade { background: linear-gradient(180deg, rgba(13, 36, 51, .1), rgba(13, 36, 51, .18) 54%, #0d2433 100%); mix-blend-mode: multiply; }
  .motion-full .chapter__title { right: 22px; bottom: 122px; left: 22px; width: auto; }
  .motion-full .chapter h2 { margin-top: 10px; font-size: clamp(39px, 7.2vw, 55px); }
  .motion-full .chapter__story { right: 22px; bottom: 30px; left: 22px; width: min(56vw, 520px); }
  .motion-full .chapter__story p { font-size: 12px; line-height: 1.85; }
  .motion-full .chapter__fact { right: 22px; bottom: 28px; width: min(29vw, 210px); padding-top: 11px; }
  .motion-full .chapter__fact dd { margin-top: 7px; font-size: 15px; }
  .route__diagrams > div { top: 18vh; right: 5vw; width: 46vw; }
  .route__diagrams .listen-diagram { top: 19vh; right: 5vw; width: 52vw; }
  .atlas-diagram__center { width: 64px; font-size: 10px; }
  .atlas-diagram__node { font-size: 16px; }
  .atlas-diagram__node::before { width: 24px; }
  .atlas-diagram__node small, .listen-diagram__circle small, .listen-diagram__circle em { font-size: 6px; }
  .listen-diagram__circle { font-size: 12px; }
  .listen-diagram > b { width: 80px; font-size: 9px; }
  .compass-diagram > b { width: 76px; font-size: 7px; }
  .compass-diagram > b small { margin-top: -24px; font-size: 6px; }
  .continuity-diagram > b { font-size: 16px; }
}

/* Nordic arrival: warm clinic information and a quiet sage map, then a dark closing index. */
.site-footer { padding: 0 0 24px; color: var(--snow); background: #0a2230; }
.site-footer__arrival { display: grid; grid-template-columns: minmax(360px, .82fr) minmax(560px, 1.18fr); width: 100%; min-height: 570px; color: #18354d; background: #f5f2ea; }
.site-footer__clinic { position: relative; display: flex; max-width: none; padding: clamp(54px, 6.5vw, 98px); flex-direction: column; justify-content: center; overflow: hidden; background: #f5f2ea; }
.site-footer__clinic::after { position: absolute; right: -68px; bottom: -78px; width: 260px; aspect-ratio: 1; content: ""; border: 1px solid rgba(47, 102, 88, .11); border-radius: 50%; box-shadow: inset 0 0 0 54px rgba(47, 102, 88, .025), inset 0 0 0 55px rgba(47, 102, 88, .08); pointer-events: none; }
.site-footer__identity { position: relative; z-index: 1; display: flex; align-items: center; gap: 22px; }
.site-footer__mark { display: grid; width: 72px; height: 72px; flex: 0 0 72px; place-items: center; border: 1px solid rgba(24, 53, 77, .18); border-radius: 50%; background: rgba(255, 255, 255, .46); }
.site-footer__mark img { width: 60px; height: 60px; object-fit: contain; }
.site-footer__arrival-label { margin-bottom: 12px; color: #2f6658; font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.site-footer__name { color: #18354d; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(28px, 2.2vw, 38px); font-weight: 500; letter-spacing: .04em; }
.site-footer__coordinates { position: relative; z-index: 1; margin-top: 30px; color: rgba(24, 53, 77, .45); font-family: Arial, sans-serif; font-size: 8px; letter-spacing: .16em; }
.site-footer__note { position: relative; z-index: 1; margin-top: 19px; color: rgba(24, 53, 77, .72); font-size: 12px; line-height: 2; }
.site-footer__note a { color: #18354d; text-underline-offset: 4px; }
.site-footer__access { position: relative; z-index: 1; display: inline-flex; width: fit-content; min-height: 44px; margin-top: 22px; padding: 0 0 7px; align-items: center; gap: 18px; border-bottom: 1px solid rgba(47, 102, 88, .46); color: #2f6658; font-size: 12px; font-weight: 700; text-decoration: none; }
.site-footer__map { position: relative; display: grid; min-width: 0; padding: clamp(30px, 3.4vw, 52px); grid-template-rows: auto 1fr; background: #dfe7e2; }
.site-footer__map::before { position: absolute; top: 0; bottom: 0; left: 0; width: 1px; content: ""; background: rgba(24, 53, 77, .12); }
.site-footer__map-head { display: flex; min-height: 58px; align-items: start; justify-content: space-between; gap: 24px; color: rgba(24, 53, 77, .68); font-size: 10px; letter-spacing: .07em; }
.site-footer__map-head > p:first-child { display: flex; align-items: center; gap: 14px; }
.site-footer__map-head > p:first-child span { color: #2f6658; font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.site-footer__map-head > p:last-child { display: flex; align-items: baseline; gap: 6px; color: #18354d; font-family: Arial, sans-serif; font-size: 8px; letter-spacing: .12em; }
.site-footer__map-head small { color: rgba(24, 53, 77, .5); font-size: 7px; }
.site-footer__map-head b { color: #2f6658; font-family: "Iowan Old Style", serif; font-size: 28px; font-weight: 400; line-height: .8; }
.site-footer__map-canvas { position: relative; min-height: 450px; overflow: hidden; background: #e8ece8; outline: 1px solid rgba(24, 53, 77, .14); outline-offset: -1px; }
.site-footer__map-canvas::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(47, 102, 88, .08), transparent 42%); pointer-events: none; }
.site-footer__map iframe { display: block; width: 100%; height: 450px; margin: 0; border: 0; background: #e8ece8; filter: grayscale(62%) sepia(8%) saturate(72%) contrast(94%) brightness(97%); transition: filter .42s ease; }
.site-footer__inner, .site-footer__legal { width: min(calc(100% - 64px), 1380px); }
.site-footer__inner { grid-template-columns: minmax(280px, .72fr) minmax(420px, 1.28fr); margin-top: 0; padding: 76px 0 58px; border-top: 0; gap: clamp(50px, 8vw, 120px); }
.site-footer__priority > p, .site-footer__navigation > p { color: #b9c9c3; font-family: Arial, sans-serif; font-size: 8px; letter-spacing: .18em; }
.site-footer__priority a { min-height: 52px; border-color: rgba(245, 242, 234, .16); color: var(--snow); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 15px; font-weight: 500; }
.site-footer__priority a span { color: #b9c9c3; }
.site-footer__navigation .footer-navigation { gap: 13px 28px; }
.site-footer__navigation a { color: rgba(245, 242, 234, .76); font-size: 12px; }
.site-footer__legal { margin-top: 0; border-color: rgba(245, 242, 234, .16); }
@media (hover: hover) {
  .site-footer__map iframe:hover { filter: grayscale(18%) saturate(90%) contrast(98%); }
}
.site-footer__map iframe:focus-visible { filter: none; outline: 3px solid #2f6658; outline-offset: -3px; }
@media (prefers-contrast: more), (forced-colors: active) {
  .site-footer__map iframe { filter: none; }
}

@media (max-width: 1023px) {
  .primary-navigation { grid-template-columns: 1fr; gap: 32px; padding: 32px 24px 44px; }
  .primary-navigation__list a { min-height: 58px; font-size: clamp(18px, 3vw, 26px); }
  .site-footer__arrival { grid-template-columns: 1fr; }
  .site-footer__clinic { min-height: 430px; }
  .site-footer__map { padding: 36px 32px 48px; }
  .site-footer__map::before { display: none; }
  .site-footer__inner { grid-template-columns: minmax(240px, .8fr) minmax(360px, 1.2fr); }
}

@media (max-width: 860px) {
  .site-header__inner { width: calc(100% - 24px); }
  .site-branding { flex-basis: 182px; }
  .site-branding__logo-image { max-width: 182px; max-height: 42px; }
  .header-reservation { display: none; }
  .nav-toggle { margin-left: auto; }
  .site-footer__inner, .site-footer__legal { width: min(calc(100% - 32px), 720px); }
  .site-footer__inner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header__inner { width: calc(100% - 20px); }
  .site-branding { flex-basis: min(56vw, 172px); }
  .site-branding__logo-image { max-width: min(56vw, 172px); max-height: 40px; }
  .nav-toggle { min-width: 68px; padding-left: 12px; }
  .primary-navigation { padding: 26px 18px 38px; }
  .primary-navigation__list a { grid-template-columns: 40px 1fr auto; min-height: 54px; font-size: 18px; }
  .primary-navigation__priority > div { grid-template-columns: 1fr 1fr; }
  .primary-navigation__priority a, .primary-navigation__priority a:nth-child(n + 4) { min-height: 52px; font-size: 11px; }
  .motion-soft .chapter__mobile-diagram,
  .motion-static .chapter__mobile-diagram,
  .no-js .chapter__mobile-diagram { top: 37%; right: 6vw; width: min(70vw, 280px); }
  .chapter__mobile-diagram .atlas-diagram__center { width: 62px; font-size: 9px; }
  .chapter__mobile-diagram .atlas-diagram__center small { font-size: 6px; }
  .chapter__mobile-diagram .atlas-diagram__node { font-size: 15px; }
  .chapter__mobile-diagram .atlas-diagram__node::before { width: 22px; }
  .chapter__mobile-diagram .atlas-diagram__node small { font-size: 6px; }
  .chapter__mobile-diagram .listen-diagram__circle { font-size: 11px; }
  .chapter__mobile-diagram .listen-diagram__circle small,
  .chapter__mobile-diagram .listen-diagram__circle em { font-size: 6px; }
  .chapter__mobile-diagram.listen-diagram > b { width: 76px; font-size: 8px; }
  .chapter__mobile-diagram.compass-diagram > b { width: 82px; font-size: 8px; }
  .chapter__mobile-diagram.compass-diagram > b small { margin-top: -25px; font-size: 6px; }
  .chapter__mobile-diagram.continuity-diagram > b { font-size: 17px; }
  .site-footer__inner, .site-footer__legal { width: calc(100% - 24px); }
  .site-footer__clinic { min-height: 0; padding: 62px 22px 56px; }
  .site-footer__identity { align-items: flex-start; gap: 15px; }
  .site-footer__mark { width: 58px; height: 58px; flex-basis: 58px; }
  .site-footer__mark img { width: 49px; height: 49px; }
  .site-footer__arrival-label { margin-bottom: 8px; font-size: 7px; }
  .site-footer__name { font-size: 29px; }
  .site-footer__coordinates { margin-top: 25px; }
  .site-footer__note { font-size: 12px; }
  .site-footer__map { padding: 28px 12px 30px; }
  .site-footer__map-head { min-height: 68px; align-items: flex-start; }
  .site-footer__map-head > p:first-child { display: grid; gap: 5px; }
  .site-footer__map-head > p:last-child { display: none; }
  .site-footer__map-canvas { min-height: 350px; }
  .site-footer__map iframe { height: 350px; }
  .site-footer__inner { padding: 52px 0 42px; }
}

/* Tablet and desktop: keep the production site's useful navigation in view. */
@media (min-width: 768px) {
  body.nav-is-open { overflow: auto; }
  .site-header__inner { gap: clamp(10px, .9vw, 15px); }
  .site-branding { flex: 0 0 210px; margin-right: clamp(20px, 2vw, 30px); }
  .site-branding__logo-image { max-width: 210px; max-height: 48px; }
  .nav-toggle, .nav-backdrop { display: none; }
  .primary-navigation, .primary-navigation.is-open { position: static; z-index: auto; display: flex; grid-template-columns: none; flex: 1 1 auto; justify-content: space-between; gap: clamp(8px, 1vw, 16px); max-height: none; padding: 0; overflow: visible; color: var(--chrome-navy); border: 0; border-radius: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; pointer-events: auto; overscroll-behavior: auto; }
  .primary-navigation::before { display: none; }
  .primary-navigation__list { display: flex; flex-direction: row; counter-reset: none; gap: clamp(8px, .9vw, 14px); }
  .primary-navigation__list > li, .primary-navigation__list > li:first-child { border: 0; }
  .primary-navigation__list a { position: relative; display: inline-flex; grid-template-columns: none; min-height: 44px; padding: 0; align-items: center; color: var(--chrome-navy); border-radius: 0; font-family: inherit; font-size: clamp(11px, .85vw, 13px); font-weight: 700; letter-spacing: .01em; }
  .primary-navigation__list a::before { display: none; }
  .primary-navigation__list a::after { position: absolute; right: 0; bottom: 6px; left: 0; display: block; width: auto; height: 1px; background: var(--chrome-coral); opacity: 1; transform: scaleX(0); transform-origin: right; }
  .primary-navigation__list a:hover::after, .primary-navigation__list a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
  .primary-navigation__priority { position: static; display: block; align-self: auto; margin: 0; padding: 0; border-radius: 0; background: transparent; }
  .primary-navigation__priority > p { display: none; }
  .primary-navigation__priority > div { display: flex; gap: 4px; padding-left: 8px; border-left: 1px solid rgba(24, 53, 77, .15); }
  .primary-navigation__priority a, .primary-navigation__priority a:nth-child(n + 4) { display: inline-flex; min-height: 40px; justify-content: center; padding: 5px clamp(9px, .75vw, 12px); border: 0; border-radius: 999px; color: var(--chrome-navy); background: #e9f0ed; font-size: clamp(10px, .74vw, 11px); white-space: nowrap; }
  .primary-navigation__priority a:nth-child(n + 4) { display: inline-flex; }
  .primary-navigation__priority a:hover, .primary-navigation__priority a:focus-visible { background: #dce9e4; }
  .header-reservation { display: inline-flex; min-width: clamp(150px, 12vw, 170px); margin-left: 0; border-color: var(--chrome-green); border-radius: 999px; color: #fff; background: var(--chrome-green); font-size: clamp(11px, .8vw, 12px); }
  .header-reservation:hover, .header-reservation:focus-visible { color: #fff; background: #234f45; }
}

/* Portrait tablets: the desktop links stay visible in a calm two-row header. */
@media (min-width: 768px) and (max-width: 1023px) {
  :root { --header-h: 118px; }
  .site-header__inner { display: grid; width: calc(100% - 24px); min-height: var(--header-h); grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: 64px 46px; column-gap: 18px; row-gap: 0; }
  .site-branding { grid-column: 1; grid-row: 1; flex: none; margin: 0; }
  .site-branding__logo-image { max-width: 190px; max-height: 44px; }
  .header-reservation { grid-column: 2; grid-row: 1; min-width: 148px; min-height: 40px; padding: 7px 13px; font-size: 10px; }
  .primary-navigation, .primary-navigation.is-open { grid-column: 1 / -1; grid-row: 2; min-width: 0; align-self: stretch; gap: 12px; border-top: 1px solid rgba(24, 53, 77, .12); }
  .primary-navigation__list { min-width: 0; flex: 1 1 auto; justify-content: flex-start; gap: clamp(13px, 2.3vw, 22px); }
  .primary-navigation__list a { min-height: 45px; font-size: clamp(10px, 1.3vw, 11px); }
  .primary-navigation__priority { flex: 0 0 auto; }
  .primary-navigation__priority > div { gap: 3px; padding-left: 10px; }
  .primary-navigation__priority a, .primary-navigation__priority a:nth-child(n + 4) { min-height: 34px; padding: 4px clamp(7px, 1.25vw, 10px); font-size: 9px; }
}

/* Landscape tablets: use the same single-row composition as desktop, compacted. */
@media (min-width: 1024px) and (max-width: 1180px) {
  .site-header__inner { width: calc(100% - 24px); gap: 6px; }
  .site-branding { flex-basis: clamp(166px, 17vw, 190px); margin-right: clamp(8px, 1vw, 12px); }
  .site-branding__logo-image { max-width: clamp(166px, 17vw, 190px); max-height: 44px; }
  .primary-navigation, .primary-navigation.is-open { gap: 5px; }
  .primary-navigation__list { gap: clamp(5px, .65vw, 8px); }
  .primary-navigation__list a { font-size: clamp(9px, .92vw, 11px); }
  .primary-navigation__priority > div { gap: 2px; padding-left: 5px; }
  .primary-navigation__priority a, .primary-navigation__priority a:nth-child(n + 4) { min-height: 38px; padding: 4px clamp(5px, .65vw, 8px); font-size: 9px; }
  .header-reservation { min-width: clamp(126px, 13vw, 148px); padding: 7px 10px; font-size: 10px; }
}

/* v3.3 — clinical atmosphere: light, focus and continuity replace literal weather. */
.clinical-atmosphere { position: fixed; inset: var(--header-h) 0 0; z-index: 14; display: none; overflow: hidden; opacity: 0; pointer-events: none; transition: opacity .8s ease; }
.motion-full .clinical-atmosphere { display: block; opacity: .72; }
.clinical-atmosphere__canvas { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.clinical-atmosphere__scan { position: absolute; top: -18%; bottom: -18%; left: -42%; width: 28vw; background: linear-gradient(90deg, transparent, rgba(231, 240, 235, .08) 45%, rgba(241, 217, 159, .11) 51%, transparent 62%); opacity: 0; transform: skewX(-12deg); animation: clinical-scan 16s ease-in-out infinite; }
.clinical-atmosphere__pulse { position: absolute; inset: 0; background: radial-gradient(circle at 68% 33%, rgba(241, 217, 159, .12), transparent 34%); opacity: 0; animation: observation-pulse 18s ease-out infinite; mix-blend-mode: screen; }
html[data-page-scene="3"] .clinical-atmosphere { opacity: .34; }
html[data-page-scene="3"] .clinical-atmosphere__scan,
html[data-page-scene="3"] .clinical-atmosphere__pulse { animation-play-state: paused; opacity: 0; }
html[data-page-scene="5"] .clinical-atmosphere__pulse { background: radial-gradient(circle at 70% 42%, rgba(241, 217, 159, .15), transparent 35%); }
.data-saver .clinical-atmosphere { display: none; }
@keyframes clinical-scan {
  0%, 8%, 100% { opacity: 0; transform: translateX(0) skewX(-12deg); }
  18% { opacity: .38; }
  39% { opacity: 0; transform: translateX(165vw) skewX(-12deg); }
}
@keyframes observation-pulse {
  0%, 70%, 100% { opacity: 0; }
  73% { opacity: .42; }
  76% { opacity: .08; }
  79% { opacity: .24; }
  84% { opacity: 0; }
}

.experience-rail { display: none; }
@media (min-width: 1181px) {
  .hero__scroll { right: 66px; }
  .js .experience-rail { position: fixed; top: var(--header-h); right: 0; bottom: 0; z-index: 90; display: flex; width: 48px; flex-direction: column; align-items: center; justify-content: center; color: rgba(245, 242, 234, .7); border-left: 1px solid rgba(245, 242, 234, .12); background: linear-gradient(90deg, transparent, rgba(7, 26, 37, .12)); pointer-events: none; mix-blend-mode: difference; }
  .experience-rail > p { position: absolute; top: 22px; display: grid; gap: 2px; font-family: Arial, sans-serif; font-size: 9px; letter-spacing: .12em; text-align: center; }
  .experience-rail > p small { font-size: 6px; opacity: .52; }
  .experience-rail ol { position: relative; z-index: 2; display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; pointer-events: auto; }
  .experience-rail a { position: relative; display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid transparent; border-radius: 50%; color: inherit; font-family: Arial, sans-serif; font-size: 6px; letter-spacing: .05em; text-decoration: none; opacity: .42; transition: border-color .3s ease, opacity .3s ease, background .3s ease; }
  .experience-rail a:hover, .experience-rail a:focus-visible, .experience-rail a[aria-current="location"] { border-color: rgba(245, 242, 234, .8); background: rgba(7, 26, 37, .3); opacity: 1; }
  .experience-rail a b { position: absolute; top: 50%; right: 35px; width: max-content; padding: 6px 8px; color: #f5f2ea; background: rgba(7, 26, 37, .78); font-size: 8px; font-weight: 500; letter-spacing: .08em; opacity: 0; transform: translate(5px, -50%); transition: opacity .2s ease, transform .2s ease; pointer-events: none; }
  .experience-rail a:hover b, .experience-rail a:focus-visible b { opacity: 1; transform: translate(0, -50%); }
  .experience-rail > i { position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: rgba(245, 242, 234, .12); }
  .experience-rail > i span { display: block; width: 100%; height: 100%; background: var(--gold-light); transform: scaleY(var(--page-progress, 0)); transform-origin: top; }
}

.hero__environment { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.hero__environment::before { position: absolute; inset: -20%; content: ""; background-image: repeating-linear-gradient(104deg, transparent 0 58px, rgba(218, 232, 224, .13) 59px, transparent 60px 112px); opacity: .13; transform: translate3d(0, -8%, 0); animation: record-rain .95s linear infinite; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.hero__environment::after { position: absolute; top: -25%; right: -12%; width: 74vw; aspect-ratio: 1; content: ""; background: radial-gradient(circle, rgba(241, 217, 159, .16), rgba(173, 205, 190, .07) 28%, transparent 66%); opacity: .64; transform: translate3d(2%, -1%, 0) scale(1); animation: ambient-drift 18s ease-in-out infinite alternate; }
@keyframes record-rain { to { transform: translate3d(-18px, 9%, 0); } }
@keyframes ambient-drift { to { transform: translate3d(-4%, 3%, 0) scale(1.05); } }

.manifesto__window { position: absolute; top: 8%; right: -2%; z-index: 0; width: min(47vw, 720px); height: 84%; margin: 0; overflow: hidden; border-radius: 49% 8% 48% 16% / 42% 12% 44% 18%; opacity: .28; transform: translate3d(4%, 0, 0) scale(1.07); transition: opacity 1.2s ease, transform 1.8s cubic-bezier(.22, 1, .36, 1); mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .38) 24%, #000 55%); }
.manifesto.is-scene-seen .manifesto__window { opacity: .43; transform: none; }
.manifesto__window::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #0a272f, transparent 44%), linear-gradient(180deg, rgba(10, 39, 47, .1), rgba(10, 39, 47, .55)); }
.manifesto__window img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; filter: saturate(.42) contrast(.94) brightness(.7); }
.manifesto__orbit { position: absolute; top: 50%; right: 1vw; z-index: 1; width: min(43vw, 650px); aspect-ratio: 1; opacity: .5; transform: translateY(-50%); pointer-events: none; }
.manifesto__orbit span { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(241, 217, 159, .22); border-radius: 50%; transform: translate(-50%, -50%); animation: orbit-breathe 12s ease-in-out infinite alternate; }
.manifesto__orbit span:nth-child(1) { width: 38%; height: 38%; }
.manifesto__orbit span:nth-child(2) { width: 67%; height: 67%; animation-delay: -3s; }
.manifesto__orbit span:nth-child(3) { width: 94%; height: 94%; animation-delay: -6s; }
.manifesto__orbit i { position: absolute; top: 5%; left: 49%; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 22px rgba(241, 217, 159, .54); animation: orbit-marker 16s linear infinite; transform-origin: 4px min(19.35vw, 293px); }
@keyframes orbit-breathe { to { opacity: .42; transform: translate(-50%, -50%) scale(1.035); } }
@keyframes orbit-marker { to { transform: rotate(360deg); } }

.motion-full .journey__atmosphere { z-index: 6; }
.journey__illumination { position: absolute; inset: -12%; background: linear-gradient(105deg, transparent 34%, rgba(245, 242, 234, .1) 50%, transparent 66%); opacity: 0; transform: translateX(-125%) skewX(-10deg); }
.motion-full .journey__atmosphere::before { position: absolute; inset: -12%; content: ""; background: linear-gradient(105deg, transparent 34%, rgba(245, 242, 234, .07) 50%, transparent 66%); opacity: .55; transform: translateX(-120%); animation: journey-sheen 14s ease-in-out infinite; }
.motion-full .journey__atmosphere i { width: 2px; height: 2px; opacity: 0; animation: clinical-drop 7s linear infinite; }
.motion-full .journey__atmosphere i:nth-child(2) { animation-delay: -1.3s; }
.motion-full .journey__atmosphere i:nth-child(3) { animation-delay: -3.8s; }
.motion-full .journey__atmosphere i:nth-child(4) { animation-delay: -5.1s; }
.motion-full .journey__atmosphere i:nth-child(5) { animation-delay: -2.4s; }
.motion-full .journey__atmosphere i:nth-child(6) { animation-delay: -6.2s; }
.motion-full .journey__atmosphere i:nth-child(7) { animation-delay: -.7s; }
.motion-full .journey__atmosphere i:nth-child(8) { animation-delay: -4.6s; }
@keyframes clinical-drop { 0% { opacity: 0; transform: translate3d(-8px, -18px, 0); } 14% { opacity: .32; } 72% { opacity: .08; } 100% { opacity: 0; transform: translate3d(10px, 70px, 0); } }
@keyframes journey-sheen { 0%, 58%, 100% { opacity: 0; transform: translateX(-120%); } 64% { opacity: .5; } 78% { opacity: 0; transform: translateX(120%); } }

.motion-full .route__diagrams > div { visibility: hidden; transition: opacity .24s ease, transform .48s cubic-bezier(.22, 1, .36, 1), visibility 0s .3s; }
.motion-full .journey__stage[data-scene="0"] [data-route-diagram="0"],
.motion-full .journey__stage[data-scene="1"] [data-route-diagram="1"],
.motion-full .journey__stage[data-scene="2"] [data-route-diagram="2"],
.motion-full .journey__stage[data-scene="3"] [data-route-diagram="3"] { visibility: visible; transition-delay: .11s, .11s, 0s; }
.motion-full .chapter { visibility: hidden; transition: opacity .2s ease, transform .4s cubic-bezier(.22, 1, .36, 1), visibility 0s .24s; }
.motion-full .journey__stage[data-scene="0"] [data-chapter="0"],
.motion-full .journey__stage[data-scene="1"] [data-chapter="1"],
.motion-full .journey__stage[data-scene="2"] [data-chapter="2"],
.motion-full .journey__stage[data-scene="3"] [data-chapter="3"] { z-index: 2; visibility: visible; transition-delay: .22s, .22s, 0s; }
.motion-full .journey__stage[data-scene="0"] .atlas-diagram__ring { animation: diagram-ring-arrive .9s cubic-bezier(.22, 1, .36, 1) both; }
.motion-full .journey__stage[data-scene="1"] .listen-diagram__circle { animation: dialogue-settle 1.05s cubic-bezier(.22, 1, .36, 1) both; }
.motion-full .journey__stage[data-scene="1"] .listen-diagram__circle--dialogue { animation-delay: .08s; }
.motion-full .journey__stage[data-scene="2"] .compass-diagram__needle { animation: compass-settle 1.1s cubic-bezier(.22, 1, .36, 1) both; }
.motion-full .journey__stage[data-scene="3"] .continuity-diagram svg { animation: continuity-settle 1.2s cubic-bezier(.22, 1, .36, 1) both; }
@keyframes diagram-ring-arrive { from { opacity: 0; transform: translate(-50%, -50%) scale(.72); } }
@keyframes dialogue-settle { from { opacity: 0; transform: translateX(var(--dialogue-from, -18px)) scale(.94); } }
.listen-diagram__circle--dialogue { --dialogue-from: 18px; }
@keyframes compass-settle { from { opacity: .18; transform: translateX(-50%) rotate(-9deg); } }
@keyframes continuity-settle { from { opacity: .22; transform: rotate(-8deg) scale(.94); } }

.first-visit__instrument { position: absolute; top: -13vw; right: -7vw; width: min(44vw, 660px); aspect-ratio: 1; border: 1px solid rgba(47, 102, 88, .11); border-radius: 50%; opacity: .55; pointer-events: none; }
.first-visit__instrument span { position: absolute; inset: 17%; border: 1px solid rgba(133, 99, 51, .14); border-radius: 50%; }
.first-visit__instrument i { position: absolute; top: 50%; left: -40%; width: 130%; height: 1px; background: linear-gradient(90deg, transparent, rgba(47, 102, 88, .46), transparent); opacity: 0; transform: rotate(-18deg); }
.first-visit.is-scene-seen .first-visit__instrument i { animation: instrument-scan 1.4s .25s cubic-bezier(.22, 1, .36, 1) both; }
.motion-full .first-visit__timeline::before { transform: scaleX(var(--section-progress, 0)); transition: none; }
.motion-full .first-visit__timeline li::before { animation: none; }
.motion-full .first-visit.is-scene-seen .first-visit__timeline li::before { animation: node-focus .68s cubic-bezier(.22, 1, .36, 1) both; }
.motion-full .first-visit.is-scene-seen .first-visit__timeline li:nth-child(2)::before { animation-delay: .14s; }
.motion-full .first-visit.is-scene-seen .first-visit__timeline li:nth-child(3)::before { animation-delay: .28s; }
.motion-full .first-visit.is-scene-seen .first-visit__timeline li:nth-child(4)::before { animation-delay: .42s; }
.first-visit__duration i { background-position: calc(var(--section-progress, 0) * 100px) 0; }
@keyframes instrument-scan { 0% { opacity: 0; transform: translate3d(-30%, -70px, 0) rotate(-18deg); } 35% { opacity: .58; } 100% { opacity: 0; transform: translate3d(80%, 80px, 0) rotate(-18deg); } }
@keyframes node-focus { 0% { box-shadow: inset 0 0 0 4px var(--snow), 0 0 0 0 rgba(47, 102, 88, .28); } 55% { box-shadow: inset 0 0 0 4px var(--snow), 0 0 0 12px rgba(47, 102, 88, 0); } }

.doctor__orbit { position: absolute; top: 50%; right: 3vw; z-index: 2; width: min(43vw, 620px); aspect-ratio: 1; opacity: .42; transform: translateY(-50%); pointer-events: none; }
.doctor__orbit span { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(241, 217, 159, .3); border-radius: 50%; transform: translate(-50%, -50%); }
.doctor__orbit span:first-child { width: 48%; height: 48%; }
.doctor__orbit span:nth-child(2) { width: 86%; height: 86%; border-style: dashed; }
.doctor__orbit i { position: absolute; top: 5%; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 20px rgba(241, 217, 159, .45); transform-origin: 0 min(19.35vw, 279px); animation: orbit-marker 24s linear infinite; }
.motion-full .doctor__portrait img { transform: translate3d(0, calc((var(--section-progress, .5) - .5) * -18px), 0) scale(1.025); }
.doctor__copy, .doctor__credentials li { transition: opacity .7s ease, transform .9s cubic-bezier(.22, 1, .36, 1); }
.js.motion-full .doctor:not(.is-scene-seen) .doctor__copy { opacity: 0; transform: translateY(18px); }
.js.motion-full .doctor:not(.is-scene-seen) .doctor__credentials li { opacity: 0; transform: translateX(-12px); }
.doctor.is-scene-seen .doctor__credentials li:nth-child(2) { transition-delay: .08s; }
.doctor.is-scene-seen .doctor__credentials li:nth-child(3) { transition-delay: .16s; }
.doctor.is-scene-seen .doctor__credentials li:nth-child(4) { transition-delay: .24s; }

.contact__resonance { position: absolute; top: 50%; right: 7vw; z-index: -1; width: min(43vw, 560px); aspect-ratio: 1; transform: translateY(-50%); pointer-events: none; }
.contact__resonance span { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(241, 217, 159, .2); border-radius: 50%; opacity: .52; transform: translate(-50%, -50%); }
.contact__resonance span:nth-child(1) { width: 33%; height: 33%; }
.contact__resonance span:nth-child(2) { width: 65%; height: 65%; }
.contact__resonance span:nth-child(3) { width: 98%; height: 98%; }
.contact.is-scene-seen .contact__resonance span { animation: contact-resonance 8s ease-out infinite; }
.contact.is-scene-seen .contact__resonance span:nth-child(2) { animation-delay: -2.6s; }
.contact.is-scene-seen .contact__resonance span:nth-child(3) { animation-delay: -5.2s; }
.motion-full .contact__image img { transform: translate3d(0, calc((var(--section-progress, .5) - .5) * -14px), 0) scale(1.05); filter: saturate(calc(.48 + var(--section-progress, 0) * .12)) contrast(.98) brightness(calc(.62 + var(--section-progress, 0) * .08)); }
.contact__actions { clip-path: inset(0 50% 0 50%); transition: clip-path 1s cubic-bezier(.22, 1, .36, 1); }
.contact.is-scene-seen .contact__actions { clip-path: inset(0); }
@keyframes contact-resonance { 0% { opacity: 0; transform: translate(-50%, -50%) scale(.9); } 24% { opacity: .5; } 80%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(1.07); } }

.site-footer__approach { position: relative; height: clamp(240px, 34svh, 360px); margin: 0; overflow: hidden; color: var(--snow); background: #0a2230; }
.site-footer__approach::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, #071a25 0%, rgba(7, 26, 37, .12) 42%, rgba(245, 242, 234, .92) 100%), linear-gradient(90deg, rgba(7, 26, 37, .54), transparent 62%); }
.site-footer__approach img { width: 100%; height: 112%; object-fit: cover; object-position: 50% 56%; filter: saturate(.58) contrast(.94) brightness(.72); transform: translateY(calc((var(--section-progress, .5) - .5) * -12px)) scale(1.035); }
.site-footer__approach figcaption { position: absolute; right: 7vw; bottom: 46px; left: 7vw; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.site-footer__approach span { font-family: Arial, sans-serif; font-size: 8px; letter-spacing: .2em; }
.site-footer__approach b { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(20px, 2.2vw, 34px); font-weight: 500; }

@media (max-width: 900px) {
  .clinical-atmosphere, .experience-rail { display: none; }
  .hero__environment::before { opacity: .055; animation-duration: 1.35s; }
  .hero__environment::after { opacity: .34; animation-duration: 24s; }
  .manifesto__window { top: 18%; right: -28%; width: 86vw; height: 64%; opacity: .2; }
  .manifesto.is-scene-seen .manifesto__window { opacity: .28; }
  .manifesto__orbit { right: -31vw; width: 88vw; opacity: .3; }
  .first-visit__instrument { top: -24vw; right: -42vw; width: 92vw; }
  .doctor__orbit { top: 35svh; right: -32vw; width: 94vw; opacity: .26; }
  .contact__resonance { right: -30vw; width: 92vw; }
  .contact__actions { clip-path: none; }
  .site-footer__approach { height: 220px; }
  .site-footer__approach figcaption { right: 22px; bottom: 28px; left: 22px; display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .clinical-atmosphere, .experience-rail, .hero__environment, .journey__atmosphere, .manifesto__orbit, .first-visit__instrument, .doctor__orbit, .contact__resonance { display: none; }
  .manifesto__window, .doctor__copy, .doctor__credentials li, .contact__actions { opacity: 1; transform: none; transition: none; clip-path: none; }
}

@media (prefers-reduced-motion: reduce) {
  .primary-navigation, .nav-toggle::before, .header-reservation, .site-footer__map iframe { transition: none; }
}

.no-js .site-header { position: relative; }
.no-js .site-header__inner { flex-wrap: wrap; }
.no-js .primary-navigation { position: static; display: grid; width: 100%; max-height: none; padding: 28px; opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.no-js .manifesto__window, .no-js .doctor__copy, .no-js .doctor__credentials li, .no-js .contact__actions { opacity: 1; transform: none; clip-path: none; }

/* v3.4 — editorial care and visit guide.
   The six-position experience rail stays intact; the sections below form two
   long-form chapters with a deliberately varied Nordic editorial rhythm. */
#care-system,
#doctor,
#team-continuity,
#priority-care,
#clinical-environment,
#guide-system,
#choice-guide,
#access-guide,
#journal,
#faq,
#contact {
  scroll-margin-top: calc(var(--header-h) + 18px);
}

.care-system,
.guide-system {
  position: relative;
  isolation: isolate;
}

.care-system > section,
.guide-system > section {
  position: relative;
}

.trust-heading {
  position: relative;
  z-index: 2;
  width: min(100%, 1120px);
}

.trust-heading h2 {
  max-width: 980px;
  margin-top: 28px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(50px, 5.7vw, 94px);
  font-weight: 500;
  letter-spacing: -.048em;
  line-height: 1.08;
  text-wrap: balance;
}

.trust-heading h2 em {
  color: #856333;
  font-style: normal;
}

.trust-heading > p:last-child {
  width: min(100%, 680px);
  margin-top: 28px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 2;
}

.trust-heading--compact {
  display: grid;
  grid-template-columns: minmax(160px, .55fr) minmax(0, 1.45fr);
  column-gap: clamp(34px, 6vw, 104px);
  align-items: start;
}

.trust-heading--compact .section-label {
  grid-column: 1;
  margin-top: 18px;
}

.trust-heading--compact h2,
.trust-heading--compact > p:last-child {
  grid-column: 2;
}

.trust-heading--compact h2 {
  margin-top: 0;
}

.section-link {
  display: inline-grid;
  min-width: min(100%, 340px);
  min-height: 58px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 42px;
  padding: 10px 2px;
  border-top: 1px solid rgba(16, 41, 54, .38);
  border-bottom: 1px solid rgba(16, 41, 54, .38);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  transition: color .25s ease, padding .35s cubic-bezier(.22, 1, .36, 1), background .25s ease;
}

.section-link span {
  color: #856333;
  font-family: Arial, sans-serif;
  font-size: 17px;
  transition: transform .3s ease;
}

.section-link--light,
.priority-care .section-link {
  color: var(--snow);
  border-color: rgba(245, 242, 234, .36);
}

.section-link--light span,
.priority-care .section-link span {
  color: var(--gold-light);
}

.section-link:hover,
.section-link:focus-visible {
  padding-right: 12px;
  padding-left: 12px;
  background: rgba(16, 41, 54, .055);
  outline: 0;
}

.section-link--light:hover,
.section-link--light:focus-visible,
.priority-care .section-link:hover,
.priority-care .section-link:focus-visible {
  background: rgba(245, 242, 234, .08);
}

.section-link:hover span,
.section-link:focus-visible span {
  transform: translateX(4px);
}

/* 05-A / Professional judgment — a longer, quieter opening in deep navy. */
.care-system .doctor {
  min-height: clamp(900px, 116svh, 1160px);
  grid-template-columns: minmax(430px, .92fr) minmax(0, 1.08fr);
  background:
    radial-gradient(circle at 16% 76%, rgba(214, 181, 112, .14), transparent 30%),
    linear-gradient(135deg, #0b2731 0%, #071d28 100%);
}

.care-system .doctor::before {
  position: absolute;
  top: 12%;
  left: 3.4vw;
  z-index: 1;
  width: 1px;
  height: 76%;
  content: "";
  background: linear-gradient(transparent, rgba(241, 217, 159, .28) 18%, rgba(241, 217, 159, .1) 82%, transparent);
}

.care-system .doctor__portrait {
  min-height: clamp(900px, 116svh, 1160px);
}

.care-system .doctor__portrait::after {
  background:
    linear-gradient(90deg, #0b2731 0%, rgba(11, 39, 49, .82) 12%, transparent 44%),
    linear-gradient(180deg, rgba(7, 26, 37, .06) 42%, rgba(7, 26, 37, .72));
}

.care-system .doctor__portrait img {
  object-position: 50% 30%;
}

.care-system .doctor__copy {
  width: min(660px, 92%);
  padding-top: clamp(138px, 17vh, 190px);
  padding-bottom: clamp(92px, 11vh, 130px);
}

.care-system .doctor h2 {
  font-size: clamp(50px, 5.25vw, 88px);
}

.care-system .doctor__copy > p:last-of-type {
  max-width: 41em;
  color: rgba(245, 242, 234, .86);
}

.care-system .doctor__credentials {
  margin-top: clamp(38px, 5vh, 56px);
}

.care-system .doctor__credentials li {
  min-height: 92px;
  padding-top: 22px;
  padding-bottom: 18px;
}

.care-system .doctor__credential-dialogue {
  background: rgba(241, 217, 159, .055);
  box-shadow: inset 2px 0 0 rgba(241, 217, 159, .54);
}

.care-system .doctor__credential-dialogue span {
  color: rgba(245, 242, 234, .78);
  opacity: 1;
}

.care-system .doctor .section-link {
  margin-top: 34px;
}

.care-system .doctor__name span {
  display: block;
  max-width: 260px;
  margin-top: 6px;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 8px;
  line-height: 1.55;
  opacity: .72;
}

/* 05-B / Tools — alternating spreads on warm paper, not a card grid. */
.professional-tools {
  padding: clamp(110px, 15vh, 170px) clamp(28px, 7vw, 116px) clamp(120px, 17vh, 190px);
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(90deg, transparent calc(7vw - 1px), rgba(16, 41, 54, .1) 7vw, transparent calc(7vw + 1px)),
    var(--paper);
}

.professional-tools::before {
  display: block;
  width: min(1360px, 100%);
  margin: 0 auto clamp(52px, 7vh, 82px);
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line-dark);
  color: #6f542f;
  content: "CLINICAL TOOLS / INDICATION BEFORE TECHNOLOGY";
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .22em;
}

.professional-tools__card {
  position: relative;
  display: grid;
  width: min(1360px, 100%);
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(42px, 7vw, 112px);
  margin: 0 auto;
  align-items: center;
}

.professional-tools__card + .professional-tools__card {
  margin-top: clamp(92px, 14vh, 170px);
}

.professional-tools__card::after {
  position: absolute;
  top: -20px;
  right: 0;
  color: rgba(16, 41, 54, .13);
  content: "01";
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(72px, 9vw, 144px);
  line-height: 1;
  pointer-events: none;
}

.professional-tools__card:nth-child(2)::after {
  right: auto;
  left: 0;
  content: "02";
}

.professional-tools__card figure {
  position: relative;
  min-height: clamp(440px, 62svh, 680px);
  overflow: hidden;
  background: #cfd8d4;
}

.professional-tools__card figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 62%, rgba(7, 26, 37, .2));
  pointer-events: none;
}

.professional-tools__card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(.62) contrast(.96) brightness(.94);
  transition: transform 1.1s cubic-bezier(.22, 1, .36, 1), filter .6s ease;
}

.professional-tools__card > div {
  position: relative;
  z-index: 1;
  padding: clamp(20px, 3vw, 48px) 0;
}

.professional-tools__card--reverse figure {
  grid-column: 2;
}

.professional-tools__card--reverse > div {
  grid-column: 1;
  grid-row: 1;
  padding-left: clamp(24px, 5vw, 76px);
}

.professional-tools__card > div > p:first-child {
  color: #765936;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .2em;
}

.professional-tools__card h3 {
  margin: 24px 0 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(35px, 3.7vw, 62px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.22;
}

.professional-tools__card h3 + p {
  max-width: 38em;
  margin-top: 28px;
  font-size: 13px;
  line-height: 2;
}

.professional-tools__card a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 32px;
  margin-top: 30px;
  padding: 9px 2px;
  border-bottom: 1px solid rgba(16, 41, 54, .42);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.professional-tools__card a span {
  color: #856333;
  transition: transform .3s ease;
}

.professional-tools__card a:hover span,
.professional-tools__card a:focus-visible span {
  transform: translateX(5px);
}

.professional-tools__card:focus-within img,
.professional-tools__card:hover img {
  filter: saturate(.72) contrast(.98) brightness(.98);
  transform: scale(1.022);
}

/* 05-C / Team continuity — an asymmetric, open collage in muted sage. */
.team-continuity {
  min-height: 100svh;
  padding: clamp(112px, 15vh, 170px) clamp(28px, 7vw, 116px) clamp(120px, 16vh, 180px);
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 12%, rgba(245, 242, 234, .74), transparent 27%),
    #dce5e0;
}

.team-continuity::before {
  position: absolute;
  top: 0;
  right: 14vw;
  width: 1px;
  height: 100%;
  content: "";
  background: rgba(16, 41, 54, .11);
}

.team-continuity .trust-heading {
  display: grid;
  grid-template-columns: minmax(170px, .48fr) minmax(0, 1.52fr);
  column-gap: clamp(34px, 7vw, 118px);
  align-items: start;
}

.team-continuity .trust-heading .section-label {
  grid-column: 1;
  margin-top: 18px;
}

.team-continuity .trust-heading h2,
.team-continuity .trust-heading > p:last-child {
  grid-column: 2;
}

.team-continuity .trust-heading h2 {
  margin-top: 0;
}

.team-continuity .trust-heading > p:last-child {
  color: rgba(16, 41, 54, .84);
}

.team-continuity__cards {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1360px, 100%);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: clamp(24px, 3.5vw, 54px);
  margin: clamp(64px, 9vh, 100px) auto 0;
  align-items: start;
}

.team-continuity__cards article {
  position: relative;
  min-width: 0;
}

.team-continuity__cards article:first-child {
  grid-column: 1 / 8;
  grid-row: 1 / 3;
}

.team-continuity__cards article:nth-child(2),
.team-continuity__cards article:nth-child(3) {
  display: grid;
  grid-column: 8 / 13;
  grid-template-columns: minmax(145px, .82fr) minmax(0, 1.18fr);
  grid-template-rows: auto auto 1fr;
  column-gap: clamp(20px, 2.4vw, 36px);
  padding-top: 22px;
  border-top: 1px solid rgba(16, 41, 54, .28);
}

.team-continuity__cards article:nth-child(2) {
  grid-row: 1;
}

.team-continuity__cards article:nth-child(3) {
  grid-row: 2;
}

.team-continuity__cards figure {
  overflow: hidden;
  background: #bdcbc5;
}

.team-continuity__cards article:first-child figure {
  aspect-ratio: 1.32;
}

.team-continuity__cards article:nth-child(n + 2) figure {
  grid-column: 1;
  grid-row: 1 / 4;
  min-height: 218px;
}

.team-continuity__cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.58) contrast(.94) brightness(.96);
  transition: transform 1s cubic-bezier(.22, 1, .36, 1), filter .5s ease;
}

.team-continuity__cards article:hover img,
.team-continuity__cards article:focus-within img {
  filter: saturate(.7) contrast(.96) brightness(.98);
  transform: scale(1.018);
}

.team-continuity__cards small {
  display: block;
  margin-top: 23px;
  color: #735733;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
}

.team-continuity__cards article:nth-child(n + 2) small,
.team-continuity__cards article:nth-child(n + 2) h3,
.team-continuity__cards article:nth-child(n + 2) p {
  grid-column: 2;
}

.team-continuity__cards article:nth-child(n + 2) small {
  margin-top: 2px;
}

.team-continuity__cards h3 {
  margin: 13px 0 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(23px, 2vw, 34px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.35;
}

.team-continuity__cards p {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.9;
}

.team-continuity > .section-link {
  margin-left: max(0px, calc((100% - 1360px) / 2));
}

/* 05-D / Priority care — a ruled clinical index in navy. */
.priority-care {
  min-height: 100svh;
  padding: clamp(112px, 15vh, 170px) clamp(28px, 7vw, 116px) clamp(118px, 16vh, 180px);
  overflow: hidden;
  color: var(--snow);
  background:
    radial-gradient(circle at 88% 16%, rgba(214, 181, 112, .12), transparent 28%),
    linear-gradient(145deg, #0d2a36, #071a25 72%);
}

.priority-care::after {
  position: absolute;
  right: -12vw;
  bottom: -32vw;
  width: min(64vw, 920px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(241, 217, 159, .14);
  border-radius: 50%;
  box-shadow: inset 0 0 0 11vw rgba(245, 242, 234, .018), inset 0 0 0 calc(11vw + 1px) rgba(241, 217, 159, .08);
  pointer-events: none;
}

.priority-care .trust-heading,
.priority-care .service-links,
.priority-care > .section-link {
  position: relative;
  z-index: 1;
}

.priority-care .section-label,
.priority-care .trust-heading h2 em {
  color: var(--gold-light);
}

.priority-care .trust-heading h2 {
  color: var(--snow);
}

.priority-care .section-label span {
  color: var(--snow);
}

.priority-care .trust-heading > p:last-child {
  color: rgba(245, 242, 234, .76);
}

.service-links {
  width: min(1180px, 100%);
  margin: clamp(64px, 9vh, 104px) 0 0 auto;
  border-top: 1px solid rgba(245, 242, 234, .32);
}

.service-links a {
  display: grid;
  min-height: 128px;
  grid-template-columns: 72px minmax(0, 1fr) 48px;
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  padding: 22px 8px;
  border-bottom: 1px solid rgba(245, 242, 234, .25);
  text-decoration: none;
  transition: padding .35s cubic-bezier(.22, 1, .36, 1), background .25s ease;
}

.service-links a:hover,
.service-links a:focus-visible {
  padding-right: 24px;
  padding-left: 24px;
  background: rgba(245, 242, 234, .055);
  outline: 0;
}

.service-links small {
  color: var(--gold-light);
  font-family: Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .18em;
}

.service-links div {
  display: grid;
  grid-template-columns: minmax(230px, .58fr) minmax(0, 1.42fr);
  align-items: center;
  gap: clamp(24px, 5vw, 80px);
}

.service-links h3 {
  margin: 0;
  color: var(--snow);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(24px, 2.4vw, 39px);
  font-weight: 500;
  letter-spacing: -.02em;
}

.service-links em {
  color: rgba(245, 242, 234, .68);
  font-size: 12px;
  font-style: normal;
  line-height: 1.85;
}

.service-links i {
  color: var(--gold-light);
  font-size: 20px;
  font-style: normal;
  text-align: right;
  transition: transform .3s ease;
}

.service-links a:hover i,
.service-links a:focus-visible i {
  transform: translateX(5px);
}

/* 05-E / Clinical environment — an airy, offset photographic sequence. */
.clinical-environment {
  min-height: 100svh;
  padding: clamp(112px, 15vh, 170px) clamp(28px, 7vw, 116px) clamp(128px, 18vh, 200px);
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(90deg, transparent 49.96%, rgba(16, 41, 54, .075) 50%, transparent 50.04%),
    #f7f5ef;
}

.clinical-environment .trust-heading {
  display: grid;
  grid-template-columns: minmax(170px, .48fr) minmax(0, 1.52fr);
  column-gap: clamp(34px, 7vw, 118px);
}

.clinical-environment .trust-heading .section-label {
  grid-column: 1;
  margin-top: 18px;
}

.clinical-environment .trust-heading h2,
.clinical-environment .trust-heading > p:last-child {
  grid-column: 2;
}

.clinical-environment .trust-heading h2 {
  margin-top: 0;
}

.clinical-environment__cards {
  display: grid;
  width: min(1360px, 100%);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2.8vw, 44px);
  margin: clamp(70px, 10vh, 116px) auto 0;
  align-items: start;
}

.clinical-environment__cards article {
  min-width: 0;
}

.clinical-environment__cards article:first-child {
  grid-column: 1 / 8;
}

.clinical-environment__cards article:nth-child(2) {
  grid-column: 8 / 13;
  margin-top: clamp(100px, 16vh, 180px);
}

.clinical-environment__cards article:nth-child(3) {
  display: grid;
  grid-column: 3 / 11;
  grid-template-columns: minmax(0, 1.15fr) minmax(250px, .85fr);
  grid-template-rows: auto auto 1fr;
  column-gap: clamp(28px, 4.5vw, 72px);
  margin-top: clamp(72px, 11vh, 126px);
  padding-top: 24px;
  border-top: 1px solid var(--line-dark);
  align-items: start;
}

.clinical-environment__cards figure {
  overflow: hidden;
  background: #d8dfdc;
}

.clinical-environment__cards article:first-child figure {
  aspect-ratio: 1.35;
}

.clinical-environment__cards article:nth-child(2) figure {
  aspect-ratio: .92;
}

.clinical-environment__cards article:nth-child(3) figure {
  grid-column: 1;
  grid-row: 1 / 4;
  min-height: 340px;
}

.clinical-environment__cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.54) contrast(.94) brightness(1.01);
  transition: transform 1s cubic-bezier(.22, 1, .36, 1), filter .5s ease;
}

.clinical-environment__cards article:hover img,
.clinical-environment__cards article:focus-within img {
  filter: saturate(.66) contrast(.96) brightness(1.01);
  transform: scale(1.018);
}

.clinical-environment__cards small {
  display: block;
  margin-top: 22px;
  color: #755936;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
}

.clinical-environment__cards article:nth-child(3) small,
.clinical-environment__cards article:nth-child(3) h3,
.clinical-environment__cards article:nth-child(3) p {
  grid-column: 2;
}

.clinical-environment__cards article:nth-child(3) small {
  margin-top: 3px;
}

.clinical-environment__cards h3 {
  margin: 13px 0 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(25px, 2.35vw, 39px);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.35;
}

.clinical-environment__cards p {
  max-width: 39em;
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.95;
}

.clinical-environment .section-link--light {
  color: var(--ink);
  border-color: rgba(16, 41, 54, .38);
}

.clinical-environment .section-link--light span {
  color: #856333;
}

/* 06-A / Choice guide — a three-column editorial contents page. */
.choice-guide {
  min-height: 88svh;
  padding: clamp(110px, 15vh, 170px) clamp(28px, 7vw, 116px) clamp(112px, 15vh, 170px);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 90%, rgba(88, 123, 116, .1), transparent 28%),
    var(--paper);
}

.choice-guide .trust-heading {
  width: min(1260px, 100%);
}

.choice-guide__links {
  display: grid;
  width: min(1260px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(66px, 9vh, 104px) 0 0 auto;
  border-top: 1px solid rgba(16, 41, 54, .3);
  border-bottom: 1px solid rgba(16, 41, 54, .3);
}

.choice-guide__links a {
  position: relative;
  display: grid;
  min-height: clamp(250px, 34svh, 340px);
  grid-template-rows: auto 1fr auto;
  padding: 30px clamp(22px, 3vw, 46px) 28px;
  text-decoration: none;
  transition: background .3s ease, padding .35s cubic-bezier(.22, 1, .36, 1);
}

.choice-guide__links a + a {
  border-left: 1px solid rgba(16, 41, 54, .24);
}

.choice-guide__links a:hover,
.choice-guide__links a:focus-visible {
  padding-top: 38px;
  padding-bottom: 20px;
  background: rgba(245, 242, 234, .64);
  outline: 0;
}

.choice-guide__links small {
  color: #765936;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
}

.choice-guide__links b {
  align-self: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 2.8vw, 46px);
  font-weight: 500;
  letter-spacing: -.025em;
}

.choice-guide__links span {
  max-width: 24em;
  padding-right: 32px;
  font-size: 11px;
  line-height: 1.8;
}

.choice-guide__links i {
  position: absolute;
  right: clamp(22px, 3vw, 46px);
  bottom: 27px;
  color: #856333;
  font-size: 18px;
  font-style: normal;
  transition: transform .3s ease;
}

.choice-guide__links a:hover i,
.choice-guide__links a:focus-visible i {
  transform: translate(3px, -3px);
}

/* 06-B / Access — one photographic split with practical information. */
.access-guide {
  display: grid;
  min-height: clamp(720px, 94svh, 980px);
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  overflow: hidden;
  color: var(--ink);
  background: #dce5e0;
}

.access-guide > figure {
  position: relative;
  min-height: clamp(720px, 94svh, 980px);
  overflow: hidden;
  background: #aebeb8;
}

.access-guide > figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 72%, rgba(220, 229, 224, .34)),
    linear-gradient(180deg, rgba(7, 26, 37, .08), transparent 56%, rgba(7, 26, 37, .2));
  pointer-events: none;
}

.access-guide > figure img {
  width: 100%;
  height: 108%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(.55) contrast(.94) brightness(.94);
  transform: translate3d(0, calc((var(--section-progress, .5) - .5) * -24px), 0) scale(1.035);
}

.access-guide__copy {
  position: relative;
  display: flex;
  max-width: 680px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(100px, 13vh, 150px) clamp(42px, 7vw, 116px);
}

.access-guide__copy::after {
  position: absolute;
  right: clamp(30px, 5vw, 80px);
  bottom: clamp(34px, 6vh, 72px);
  width: clamp(72px, 8vw, 124px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(16, 41, 54, .22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 clamp(16px, 2vw, 30px) rgba(245, 242, 234, .25);
  pointer-events: none;
}

.access-guide__distance {
  margin-top: clamp(54px, 8vh, 84px);
  color: #755936;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
}

.access-guide h2 {
  margin-top: 17px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(50px, 5.2vw, 86px);
  font-weight: 500;
  letter-spacing: -.047em;
  line-height: 1.08;
}

.access-guide h2 em {
  color: #856333;
  font-style: normal;
}

.access-guide__copy > p:not(.section-label):not(.access-guide__distance) {
  max-width: 38em;
  margin-top: 28px;
  font-size: 12px;
  line-height: 2;
}

.access-guide .section-link {
  position: relative;
  z-index: 1;
}

/* 06-C / Journal — typographic links on a Nordic forest field. */
.journal {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(320px, .74fr) minmax(0, 1.26fr);
  grid-template-rows: auto auto;
  column-gap: clamp(64px, 9vw, 150px);
  row-gap: clamp(50px, 7vh, 80px);
  padding: clamp(112px, 15vh, 170px) clamp(28px, 7vw, 116px) clamp(120px, 16vh, 180px);
  overflow: hidden;
  color: var(--snow);
  background:
    radial-gradient(circle at 8% 86%, rgba(214, 181, 112, .13), transparent 28%),
    #17383b;
}

.journal::after {
  position: absolute;
  top: 10%;
  right: 4vw;
  width: min(38vw, 560px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(245, 242, 234, .09);
  border-radius: 50%;
  box-shadow: inset 0 0 0 7vw rgba(245, 242, 234, .018), inset 0 0 0 calc(7vw + 1px) rgba(241, 217, 159, .08);
  pointer-events: none;
}

.journal .trust-heading,
.journal__links,
.journal__social {
  position: relative;
  z-index: 1;
}

.journal .trust-heading {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
}

.journal .section-label,
.journal .trust-heading h2 em {
  color: var(--gold-light);
}

.journal .section-label span {
  color: var(--snow);
}

.journal .trust-heading h2 {
  font-size: clamp(48px, 5vw, 82px);
}

.journal .trust-heading > p:last-child {
  color: rgba(245, 242, 234, .74);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 12px;
}

.journal__links {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  border-top: 1px solid rgba(245, 242, 234, .3);
}

.journal__links a {
  display: grid;
  min-height: 116px;
  grid-template-columns: 118px minmax(180px, .62fr) minmax(0, 1fr) 30px;
  align-items: center;
  gap: clamp(16px, 2.4vw, 38px);
  padding: 20px 8px;
  border-bottom: 1px solid rgba(245, 242, 234, .24);
  text-decoration: none;
  transition: padding .35s cubic-bezier(.22, 1, .36, 1), background .25s ease;
}

.journal__links a:hover,
.journal__links a:focus-visible {
  padding-right: 20px;
  padding-left: 20px;
  background: rgba(245, 242, 234, .055);
  outline: 0;
}

.journal__links small,
.journal__social small {
  color: var(--gold-light);
  font-family: Arial, sans-serif;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .16em;
}

.journal__links b {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(22px, 2vw, 33px);
  font-weight: 500;
}

.journal__links span {
  color: rgba(245, 242, 234, .68);
  font-size: 11px;
  line-height: 1.75;
}

.journal__links i,
.journal__social i {
  color: var(--gold-light);
  font-size: 17px;
  font-style: normal;
  text-align: right;
  transition: transform .3s ease;
}

.journal__links a:hover i,
.journal__links a:focus-visible i,
.journal__social a:hover i,
.journal__social a:focus-visible i {
  transform: translate(4px, -2px);
}

.journal__social {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  align-self: start;
  background: rgba(245, 242, 234, .18);
  border: 1px solid rgba(245, 242, 234, .18);
}

.journal__social a {
  display: grid;
  min-height: 104px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  gap: 10px 18px;
  padding: 22px clamp(20px, 2.5vw, 38px);
  background: rgba(23, 56, 59, .97);
  text-decoration: none;
  transition: background .25s ease;
}

.journal__social a:hover,
.journal__social a:focus-visible {
  background: rgba(245, 242, 234, .065);
  outline: 0;
}

.journal__social small {
  grid-column: 1 / -1;
}

.journal__social span {
  overflow-wrap: anywhere;
  font-size: 11px;
  line-height: 1.55;
}

/* 06-D / FAQ — a calm reading surface before the final action. */
.faq {
  display: grid;
  min-height: 88svh;
  grid-template-columns: minmax(310px, .68fr) minmax(0, 1.32fr);
  gap: clamp(58px, 9vw, 150px);
  padding: clamp(112px, 15vh, 170px) clamp(28px, 7vw, 116px) clamp(120px, 16vh, 180px);
  align-items: start;
  overflow: hidden;
  color: var(--ink);
  background: #f7f5ef;
}

.faq .trust-heading {
  display: block;
  position: sticky;
  top: calc(var(--header-h) + 64px);
}

.faq .trust-heading .section-label,
.faq .trust-heading h2,
.faq .trust-heading > p:last-child {
  display: flex;
  grid-column: auto;
}

.faq .trust-heading h2 {
  display: block;
  margin-top: 28px;
  font-size: clamp(44px, 4.6vw, 76px);
}

.faq .trust-heading > p:last-child {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 12px;
}

.faq .trust-heading > p:last-child a {
  color: #765936;
  font-weight: 700;
}

.faq__list {
  border-top: 1px solid rgba(16, 41, 54, .34);
}

.faq__list details {
  border-bottom: 1px solid rgba(16, 41, 54, .28);
}

.faq__list summary {
  display: grid;
  min-height: 94px;
  grid-template-columns: 48px minmax(0, 1fr) 28px;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  padding: 20px 4px;
  cursor: pointer;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 600;
  line-height: 1.65;
  list-style: none;
  transition: color .25s ease, padding .3s ease, background .25s ease;
}

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

.faq__list summary::marker {
  content: "";
}

.faq__list summary:hover,
.faq__list summary:focus-visible {
  padding-right: 14px;
  padding-left: 14px;
  color: #6c512f;
  background: rgba(220, 229, 224, .38);
  outline: 0;
}

.faq__list summary > span {
  color: #856333;
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: .16em;
}

.faq__list summary > i {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(16, 41, 54, .34);
  border-radius: 50%;
  font-style: normal;
}

.faq__list summary > i::before,
.faq__list summary > i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  content: "";
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform .28s ease;
}

.faq__list summary > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__list details[open] summary > i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq__list details > p {
  max-width: 64em;
  padding: 4px 54px 34px 76px;
  color: rgba(16, 41, 54, .78);
  font-size: 13px;
  line-height: 2;
}

.faq__routes {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
  border-top: 1px solid rgba(16, 41, 54, .3);
  border-bottom: 1px solid rgba(16, 41, 54, .3);
}

.faq__routes a {
  display: grid;
  min-height: 76px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 14px 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.65;
  text-decoration: none;
  transition: color .25s ease, background .25s ease, padding .3s ease;
}

.faq__routes a + a {
  border-left: 1px solid rgba(16, 41, 54, .24);
}

.faq__routes a:hover,
.faq__routes a:focus-visible {
  padding-right: 14px;
  padding-left: 26px;
  color: #6c512f;
  background: rgba(220, 229, 224, .38);
  outline: 0;
}

.faq__routes span {
  color: #856333;
  font-family: Arial, sans-serif;
  font-size: 16px;
  transition: transform .3s ease;
}

.faq__routes a:hover span,
.faq__routes a:focus-visible span {
  transform: translateX(4px);
}

.guide-system > .contact {
  border-top: 1px solid rgba(245, 242, 234, .12);
}

/* One restrained reveal language across the new chapter; soft/static modes
   stay visible and therefore never depend on IntersectionObserver. */
.professional-tools__card,
.team-continuity .trust-heading,
.team-continuity__cards article,
.priority-care .trust-heading,
.service-links a,
.clinical-environment .trust-heading,
.clinical-environment__cards article,
.choice-guide .trust-heading,
.choice-guide__links a,
.access-guide > figure,
.access-guide__copy,
.journal .trust-heading,
.journal__links a,
.journal__social,
.faq .trust-heading,
.faq__list details {
  transition: opacity .72s ease, transform .9s cubic-bezier(.22, 1, .36, 1);
}

.js.motion-full .professional-tools:not(.is-scene-seen) .professional-tools__card,
.js.motion-full .team-continuity:not(.is-scene-seen) .trust-heading,
.js.motion-full .team-continuity:not(.is-scene-seen) .team-continuity__cards article,
.js.motion-full .priority-care:not(.is-scene-seen) .trust-heading,
.js.motion-full .priority-care:not(.is-scene-seen) .service-links a,
.js.motion-full .clinical-environment:not(.is-scene-seen) .trust-heading,
.js.motion-full .clinical-environment:not(.is-scene-seen) .clinical-environment__cards article,
.js.motion-full .choice-guide:not(.is-scene-seen) .trust-heading,
.js.motion-full .choice-guide:not(.is-scene-seen) .choice-guide__links a,
.js.motion-full .access-guide:not(.is-scene-seen) > figure,
.js.motion-full .access-guide:not(.is-scene-seen) .access-guide__copy,
.js.motion-full .journal:not(.is-scene-seen) .trust-heading,
.js.motion-full .journal:not(.is-scene-seen) .journal__links a,
.js.motion-full .journal:not(.is-scene-seen) .journal__social,
.js.motion-full .faq:not(.is-scene-seen) .trust-heading,
.js.motion-full .faq:not(.is-scene-seen) .faq__list details {
  opacity: 0;
  transform: translateY(24px);
}

.js.motion-full .professional-tools:not(.is-scene-seen) .professional-tools__card:nth-child(2),
.js.motion-full .team-continuity:not(.is-scene-seen) .team-continuity__cards article:nth-child(2),
.js.motion-full .clinical-environment:not(.is-scene-seen) .clinical-environment__cards article:nth-child(2),
.js.motion-full .access-guide:not(.is-scene-seen) .access-guide__copy {
  transform: translateY(24px) translateX(18px);
}

.team-continuity.is-scene-seen .team-continuity__cards article:nth-child(2),
.clinical-environment.is-scene-seen .clinical-environment__cards article:nth-child(2),
.choice-guide.is-scene-seen .choice-guide__links a:nth-child(2),
.journal.is-scene-seen .journal__links a:nth-child(2),
.faq.is-scene-seen .faq__list details:nth-child(2) {
  transition-delay: .08s;
}

.team-continuity.is-scene-seen .team-continuity__cards article:nth-child(3),
.clinical-environment.is-scene-seen .clinical-environment__cards article:nth-child(3),
.choice-guide.is-scene-seen .choice-guide__links a:nth-child(3),
.journal.is-scene-seen .journal__links a:nth-child(3),
.faq.is-scene-seen .faq__list details:nth-child(3) {
  transition-delay: .16s;
}

.faq.is-scene-seen .faq__list details:nth-child(4),
.journal.is-scene-seen .journal__social {
  transition-delay: .24s;
}

.priority-care.is-scene-seen .service-links a:nth-child(2) { transition-delay: .08s; }
.priority-care.is-scene-seen .service-links a:nth-child(3) { transition-delay: .16s; }
.priority-care.is-scene-seen .service-links a:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1100px) and (min-width: 901px) {
  .professional-tools__card {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
    gap: 48px;
  }

  .team-continuity__cards article:nth-child(2),
  .team-continuity__cards article:nth-child(3) {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .service-links div {
    grid-template-columns: minmax(210px, .75fr) minmax(0, 1.25fr);
    gap: 34px;
  }

  .journal {
    grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
    column-gap: 54px;
  }

  .journal__links a {
    grid-template-columns: 92px minmax(160px, .75fr) minmax(0, 1.25fr) 24px;
  }
}

/* Every item remains in normal one-column document flow at <= 900px. */
@media (max-width: 900px) {
  #care-system,
  #doctor,
  #team-continuity,
  #priority-care,
  #clinical-environment,
  #guide-system,
  #choice-guide,
  #access-guide,
  #journal,
  #faq,
  #contact {
    scroll-margin-top: calc(var(--header-h) + 10px);
  }

  .trust-heading,
  .trust-heading--compact,
  .team-continuity .trust-heading,
  .clinical-environment .trust-heading {
    display: block;
    width: 100%;
  }

  .trust-heading .section-label,
  .trust-heading h2,
  .trust-heading > p:last-child,
  .team-continuity .trust-heading .section-label,
  .team-continuity .trust-heading h2,
  .team-continuity .trust-heading > p:last-child,
  .clinical-environment .trust-heading .section-label,
  .clinical-environment .trust-heading h2,
  .clinical-environment .trust-heading > p:last-child {
    grid-column: auto;
  }

  .trust-heading .section-label,
  .team-continuity .trust-heading .section-label,
  .clinical-environment .trust-heading .section-label {
    margin-top: 0;
  }

  .trust-heading h2,
  .team-continuity .trust-heading h2,
  .clinical-environment .trust-heading h2 {
    margin-top: 23px;
    font-size: clamp(42px, 10.6vw, 70px);
  }

  .trust-heading > p:last-child {
    width: 100%;
    margin-top: 23px;
    font-size: 14px;
    line-height: 1.95;
  }

  .section-label {
    flex-wrap: wrap;
    gap: 8px 11px;
    line-height: 1.6;
  }

  .section-label::before {
    width: 28px;
  }

  .section-link {
    width: 100%;
    min-width: 0;
    min-height: 62px;
    margin-top: 36px;
  }

  .care-system .doctor {
    display: block;
    min-height: 0;
    padding-bottom: 86px;
  }

  .care-system .doctor::before {
    display: none;
  }

  .care-system .doctor__portrait {
    min-height: clamp(520px, 74svh, 720px);
  }

  .care-system .doctor__portrait::after {
    background: linear-gradient(180deg, rgba(7, 26, 37, .03) 36%, #0b2731 100%);
  }

  .care-system .doctor__portrait img {
    object-position: 50% 23%;
  }

  .care-system .doctor__copy {
    width: auto;
    margin-top: -15svh;
    padding: 0 24px;
  }

  .care-system .doctor h2 {
    font-size: clamp(42px, 10.8vw, 68px);
  }

  .care-system .doctor__credentials {
    grid-template-columns: 1fr;
  }

  .care-system .doctor__credentials li {
    min-height: 82px;
  }

  .care-system .doctor__credentials li:nth-child(odd) {
    border-right: 0;
  }

  .care-system .doctor__name {
    top: clamp(430px, 59svh, 580px);
    right: 22px;
    bottom: auto;
  }

  .care-system .doctor__name span {
    max-width: 200px;
  }

  .professional-tools,
  .team-continuity,
  .priority-care,
  .clinical-environment,
  .choice-guide,
  .journal,
  .faq {
    min-height: 0;
    padding: 96px 24px 108px;
  }

  .professional-tools {
    background: var(--paper);
  }

  .professional-tools::before {
    margin-bottom: 46px;
    line-height: 1.7;
  }

  .professional-tools__card,
  .professional-tools__card--reverse {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .professional-tools__card + .professional-tools__card {
    margin-top: 92px;
    padding-top: 42px;
    border-top: 1px solid var(--line-dark);
  }

  .professional-tools__card::after {
    top: auto;
    right: 0;
    bottom: 9px;
    font-size: 78px;
  }

  .professional-tools__card:nth-child(2)::after {
    right: 0;
    left: auto;
  }

  .professional-tools__card figure,
  .professional-tools__card--reverse figure {
    grid-column: 1;
    grid-row: 1;
    min-height: clamp(280px, 56vw, 460px);
  }

  .professional-tools__card > div,
  .professional-tools__card--reverse > div {
    grid-column: 1;
    grid-row: 2;
    padding: 30px 0 0;
  }

  .professional-tools__card h3 {
    font-size: clamp(32px, 8vw, 48px);
  }

  .professional-tools__card h3 + p {
    font-size: 13px;
  }

  .team-continuity::before {
    right: 24px;
  }

  .team-continuity__cards {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 62px;
    margin-top: 58px;
  }

  .team-continuity__cards article:first-child,
  .team-continuity__cards article:nth-child(2),
  .team-continuity__cards article:nth-child(3) {
    display: block;
    grid-column: 1;
    grid-row: auto;
    padding-top: 0;
    border-top: 0;
  }

  .team-continuity__cards article + article {
    padding-top: 34px;
    border-top: 1px solid rgba(16, 41, 54, .26);
  }

  .team-continuity__cards article:first-child figure,
  .team-continuity__cards article:nth-child(n + 2) figure {
    min-height: 0;
    aspect-ratio: 1.35;
  }

  .team-continuity__cards article:nth-child(n + 2) small,
  .team-continuity__cards article:nth-child(n + 2) h3,
  .team-continuity__cards article:nth-child(n + 2) p {
    grid-column: auto;
  }

  .team-continuity__cards article:nth-child(n + 2) small {
    margin-top: 22px;
  }

  .team-continuity__cards h3 {
    font-size: clamp(26px, 7vw, 36px);
  }

  .team-continuity > .section-link {
    margin-left: 0;
  }

  .priority-care::after {
    right: -50vw;
    bottom: -28vw;
    width: 116vw;
  }

  .service-links {
    margin-top: 58px;
  }

  .service-links a {
    min-height: 0;
    grid-template-columns: 38px minmax(0, 1fr) 24px;
    gap: 12px;
    padding: 25px 2px;
  }

  .service-links a:hover,
  .service-links a:focus-visible {
    padding-right: 8px;
    padding-left: 8px;
  }

  .service-links div {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .service-links h3 {
    font-size: clamp(24px, 6.6vw, 34px);
  }

  .service-links em {
    font-size: 11px;
  }

  .clinical-environment {
    background: #f7f5ef;
  }

  .clinical-environment__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 68px;
    margin-top: 58px;
  }

  .clinical-environment__cards article:first-child,
  .clinical-environment__cards article:nth-child(2),
  .clinical-environment__cards article:nth-child(3) {
    display: block;
    grid-column: 1;
    grid-row: auto;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  .clinical-environment__cards article + article {
    padding-top: 34px;
    border-top: 1px solid var(--line-dark);
  }

  .clinical-environment__cards article:first-child figure,
  .clinical-environment__cards article:nth-child(2) figure,
  .clinical-environment__cards article:nth-child(3) figure {
    min-height: 0;
    aspect-ratio: 1.34;
  }

  .clinical-environment__cards article:nth-child(3) small,
  .clinical-environment__cards article:nth-child(3) h3,
  .clinical-environment__cards article:nth-child(3) p {
    grid-column: auto;
  }

  .clinical-environment__cards article:nth-child(3) small {
    margin-top: 22px;
  }

  .clinical-environment__cards h3 {
    font-size: clamp(27px, 7vw, 38px);
  }

  .choice-guide__links {
    grid-template-columns: 1fr;
    margin-top: 56px;
  }

  .choice-guide__links a {
    min-height: 210px;
    padding: 26px 6px 24px;
  }

  .choice-guide__links a + a {
    border-top: 1px solid rgba(16, 41, 54, .24);
    border-left: 0;
  }

  .choice-guide__links a:hover,
  .choice-guide__links a:focus-visible {
    padding: 30px 14px 20px;
  }

  .choice-guide__links b {
    font-size: clamp(30px, 8vw, 42px);
  }

  .choice-guide__links i {
    right: 8px;
    bottom: 23px;
  }

  .access-guide {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .access-guide > figure {
    min-height: clamp(390px, 62svh, 620px);
  }

  .access-guide > figure::after {
    background: linear-gradient(180deg, rgba(7, 26, 37, .05), transparent 52%, rgba(220, 229, 224, .54));
  }

  .access-guide > figure img {
    height: 105%;
  }

  .access-guide__copy {
    max-width: none;
    padding: 84px 24px 104px;
  }

  .access-guide__copy::after {
    right: 22px;
    bottom: 30px;
    width: 72px;
  }

  .access-guide__distance {
    margin-top: 52px;
  }

  .access-guide h2 {
    font-size: clamp(43px, 10.8vw, 68px);
  }

  .journal {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 58px;
  }

  .journal::after {
    top: 5%;
    right: -36vw;
    width: 98vw;
  }

  .journal .trust-heading,
  .journal__links,
  .journal__social {
    grid-column: 1;
    grid-row: auto;
  }

  .journal .trust-heading {
    align-self: auto;
  }

  .journal .trust-heading h2 {
    font-size: clamp(42px, 10.5vw, 66px);
  }

  .journal__links a {
    min-height: 0;
    grid-template-columns: 1fr 24px;
    gap: 11px;
    padding: 25px 2px;
  }

  .journal__links small,
  .journal__links b,
  .journal__links span {
    grid-column: 1;
  }

  .journal__links i {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
  }

  .journal__links b {
    font-size: 27px;
  }

  .journal__social {
    grid-template-columns: 1fr;
  }

  .journal__social a {
    min-height: 94px;
  }

  .faq {
    display: grid;
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .faq .trust-heading {
    position: static;
    top: auto;
  }

  .faq .trust-heading h2 {
    font-size: clamp(42px, 10.4vw, 66px);
  }

  .faq__list summary {
    min-height: 88px;
    grid-template-columns: 34px minmax(0, 1fr) 24px;
    gap: 12px;
    padding: 18px 1px;
    font-size: 16px;
  }

  .faq__list summary:hover,
  .faq__list summary:focus-visible {
    padding-right: 6px;
    padding-left: 6px;
  }

  .faq__list summary > i {
    width: 22px;
    height: 22px;
  }

  .faq__list details > p {
    padding: 0 8px 30px 46px;
    font-size: 12px;
    line-height: 1.95;
  }

  .faq__routes {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: 1fr;
    margin-top: -28px;
  }

  .faq__routes a {
    min-height: 68px;
    padding: 12px 2px;
  }

  .faq__routes a + a {
    border-top: 1px solid rgba(16, 41, 54, .24);
    border-left: 0;
  }

  .faq__routes a:hover,
  .faq__routes a:focus-visible {
    padding-right: 8px;
    padding-left: 8px;
  }

  .guide-system > .contact {
    min-height: calc(100svh - var(--header-h));
  }
}

@media (max-width: 520px) {
  .professional-tools,
  .team-continuity,
  .priority-care,
  .clinical-environment,
  .choice-guide,
  .journal,
  .faq {
    padding-right: 20px;
    padding-left: 20px;
  }

  .care-system .doctor__copy,
  .access-guide__copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .trust-heading h2,
  .team-continuity .trust-heading h2,
  .clinical-environment .trust-heading h2,
  .journal .trust-heading h2,
  .faq .trust-heading h2 {
    font-size: clamp(38px, 10.7vw, 55px);
  }

  .care-system .doctor h2,
  .access-guide h2 {
    font-size: clamp(40px, 11vw, 58px);
  }

  .care-system .doctor__name {
    right: 18px;
  }

  .service-links a {
    grid-template-columns: 31px minmax(0, 1fr) 18px;
  }

  .service-links small {
    font-size: 7px;
  }

  .service-links i {
    font-size: 16px;
  }

  .choice-guide__links span {
    font-size: 12px;
  }

  .journal__social span {
    font-size: 10px;
  }

  .faq__list details > p {
    padding-left: 34px;
  }
}

/* The local chapter progress moves real clinic photographs only a few pixels. */
.motion-full .team-continuity__cards img {
  transform: translate3d(0, calc((var(--section-progress, .5) - .5) * -12px), 0) scale(1.025);
}

.motion-full .clinical-environment__cards img {
  transform: translate3d(0, calc((var(--section-progress, .5) - .5) * -10px), 0) scale(1.022);
}

.motion-full .team-continuity__cards article:hover img,
.motion-full .team-continuity__cards article:focus-within img,
.motion-full .clinical-environment__cards article:hover img,
.motion-full .clinical-environment__cards article:focus-within img {
  transform: translate3d(0, calc((var(--section-progress, .5) - .5) * -12px), 0) scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  .professional-tools__card,
  .team-continuity .trust-heading,
  .team-continuity__cards article,
  .priority-care .trust-heading,
  .service-links a,
  .clinical-environment .trust-heading,
  .clinical-environment__cards article,
  .choice-guide .trust-heading,
  .choice-guide__links a,
  .access-guide > figure,
  .access-guide__copy,
  .journal .trust-heading,
  .journal__links a,
  .journal__social,
  .faq .trust-heading,
  .faq__list details,
  .professional-tools__card img,
  .team-continuity__cards img,
  .clinical-environment__cards img,
  .access-guide > figure img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .faq .trust-heading {
    position: static;
  }
}

.no-js .professional-tools__card,
.no-js .team-continuity .trust-heading,
.no-js .team-continuity__cards article,
.no-js .priority-care .trust-heading,
.no-js .service-links a,
.no-js .clinical-environment .trust-heading,
.no-js .clinical-environment__cards article,
.no-js .choice-guide .trust-heading,
.no-js .choice-guide__links a,
.no-js .access-guide > figure,
.no-js .access-guide__copy,
.no-js .journal .trust-heading,
.no-js .journal__links a,
.no-js .journal__social,
.no-js .faq .trust-heading,
.no-js .faq__list details,
.no-js .professional-tools__card img,
.no-js .team-continuity__cards img,
.no-js .clinical-environment__cards img,
.no-js .access-guide > figure img {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Local hover treatments never replace the keyboard focus indicator. */
.section-link:focus-visible,
.service-links a:focus-visible,
.choice-guide__links a:focus-visible,
.journal__links a:focus-visible,
.journal__social a:focus-visible,
.faq__list summary:focus-visible,
.faq__routes a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

/* v3.5 — keep the immersive opening, then turn the long second half into an
   edited clinic guide. No information or production route is removed. */
.data-saver .clinical-atmosphere {
  display: none !important;
}

@media (min-width: 1024px) and (pointer: fine) and (hover: hover) {
  .motion-full .clinical-atmosphere {
    display: block;
    opacity: 1;
  }

  .clinical-atmosphere__canvas {
    opacity: .86;
  }

  html[data-page-scene="3"] .clinical-atmosphere {
    opacity: 1;
  }

  html[data-page-scene="3"] .clinical-atmosphere__canvas {
    opacity: .76;
  }
}

.pointer-reflection {
  width: 3px;
  height: 3px;
  color: rgba(245, 242, 234, .82);
  background: rgba(241, 217, 159, .58);
  box-shadow: 0 0 7px 3px rgba(241, 217, 159, .34), 0 0 18px 7px rgba(241, 217, 159, .12);
  animation-duration: .82s;
}

.pointer-reflection:nth-child(even) {
  background: rgba(201, 224, 211, .46);
  box-shadow: 0 0 7px 3px rgba(201, 224, 211, .24), 0 0 16px 6px rgba(201, 224, 211, .1);
}

.pointer-reflection::before,
.pointer-reflection::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: currentColor;
  opacity: .54;
  transform: translate(-50%, -50%);
}

.pointer-reflection::before { width: 11px; height: 1px; }
.pointer-reflection::after { width: 1px; height: 11px; }

@keyframes pointer-reflection {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(.42) rotate(0); }
  20% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(var(--reflection-x), var(--reflection-y), 0) scale(1.12) rotate(18deg); }
}

@media (min-width: 901px) {
  .manifesto {
    min-height: clamp(520px, 64svh, 660px);
    padding-top: clamp(72px, 9vh, 96px);
    padding-bottom: clamp(72px, 9vh, 96px);
  }

  .manifesto h2 { margin-top: 22px; }
  .manifesto > p:last-of-type { margin-top: 28px; }

  .first-visit {
    min-height: 0;
    padding-top: clamp(78px, 9vh, 102px);
    padding-bottom: clamp(78px, 9vh, 102px);
  }

  .first-visit__timeline { margin-top: clamp(44px, 6vh, 64px); }
  .first-visit__timeline li { min-height: 138px; }
  .first-visit__note { margin-top: 20px; }

  .care-system .doctor,
  .care-system .doctor__portrait {
    min-height: clamp(780px, 96svh, 960px);
  }

  .care-system .doctor__copy {
    padding-top: clamp(108px, 13vh, 138px);
    padding-bottom: clamp(64px, 8vh, 86px);
  }

  .care-system .doctor__credentials { margin-top: 32px; }
  .care-system .doctor__credentials li { min-height: 80px; padding-top: 17px; padding-bottom: 14px; }
  .care-system .doctor .section-link { margin-top: 25px; }

  .professional-tools {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(34px, 5vw, 74px);
    padding-top: clamp(78px, 9vh, 102px);
    padding-bottom: clamp(82px, 10vh, 112px);
  }

  .professional-tools::before {
    width: 100%;
    grid-column: 1 / -1;
    margin-bottom: 2px;
  }

  .professional-tools__card {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
  }

  .professional-tools__card + .professional-tools__card { margin-top: 0; }
  .professional-tools__card figure { min-height: clamp(270px, 26vw, 370px); }
  .professional-tools__card > div { padding: 27px 2px 0; }
  .professional-tools__card--reverse figure { grid-column: 1; grid-row: 1; }
  .professional-tools__card--reverse > div { grid-column: 1; grid-row: 2; padding-left: 2px; }
  .professional-tools__card h3 { margin-top: 16px; font-size: clamp(31px, 3vw, 46px); }
  .professional-tools__card h3 + p { margin-top: 18px; }
  .professional-tools__card a { margin-top: 20px; }

  .team-continuity {
    min-height: 0;
    padding-top: clamp(80px, 10vh, 108px);
    padding-bottom: clamp(84px, 10vh, 112px);
  }

  .team-continuity__cards {
    gap: clamp(22px, 2.8vw, 40px);
    margin-top: clamp(44px, 6vh, 62px);
  }

  .team-continuity__cards article:first-child figure { aspect-ratio: 1.48; }
  .team-continuity__cards article:nth-child(n + 2) figure { min-height: 176px; }

  .priority-care {
    min-height: 0;
    padding-top: clamp(80px, 10vh, 108px);
    padding-bottom: clamp(84px, 10vh, 112px);
  }

  .service-links { margin-top: clamp(42px, 5vh, 56px); }
  .service-links a { min-height: 96px; padding-top: 16px; padding-bottom: 16px; }

  .clinical-environment {
    min-height: 0;
    padding-top: clamp(80px, 10vh, 108px);
    padding-bottom: clamp(88px, 11vh, 120px);
  }

  .clinical-environment__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 2.8vw, 42px);
    margin-top: clamp(44px, 6vh, 62px);
  }

  .clinical-environment__cards article:first-child,
  .clinical-environment__cards article:nth-child(2),
  .clinical-environment__cards article:nth-child(3) {
    display: block;
    grid-column: auto;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  .clinical-environment__cards article:first-child figure,
  .clinical-environment__cards article:nth-child(2) figure,
  .clinical-environment__cards article:nth-child(3) figure {
    min-height: 0;
    aspect-ratio: 1.34;
  }

  .clinical-environment__cards article:nth-child(3) small,
  .clinical-environment__cards article:nth-child(3) h3,
  .clinical-environment__cards article:nth-child(3) p { grid-column: auto; }

  .clinical-environment__cards article:nth-child(3) small { margin-top: 22px; }

  .choice-guide {
    min-height: 0;
    padding-top: clamp(74px, 9vh, 96px);
    padding-bottom: clamp(76px, 9vh, 100px);
  }

  .choice-guide__links { margin-top: clamp(38px, 5vh, 52px); }
  .choice-guide__links a { min-height: 152px; }

  .access-guide,
  .access-guide > figure {
    min-height: clamp(620px, 76svh, 740px);
  }

  .access-guide__copy { padding-top: clamp(76px, 9vh, 98px); padding-bottom: clamp(76px, 9vh, 98px); }

  .faq {
    min-height: 0;
    gap: clamp(54px, 7vw, 110px);
    padding-top: clamp(80px, 10vh, 108px);
    padding-bottom: clamp(82px, 10vh, 112px);
  }

  .faq .trust-heading { top: calc(var(--header-h) + 34px); }
  .faq__list summary { min-height: 80px; }
  .faq__list details > p { padding-bottom: 26px; }
  .faq__routes { margin-top: 24px; }

  .guide-system > .contact {
    min-height: clamp(650px, 76svh, 790px);
    padding-top: calc(var(--header-h) + 36px);
    padding-bottom: 54px;
  }

  .contact h2 { font-size: clamp(52px, 5.5vw, 88px); }
  .contact__actions { margin-top: 32px; }
}

/* The inbox reference becomes a compact editorial social shelf: two clearly
   named accounts, then three real posts in one horizontal reading line. */
.journal {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(46px, 6vw, 94px);
  row-gap: 34px;
  padding: clamp(78px, 9vh, 96px) clamp(28px, 7vw, 116px) clamp(82px, 10vh, 108px);
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 8%, rgba(173, 102, 87, .08), transparent 24%),
    linear-gradient(115deg, rgba(220, 229, 224, .28), transparent 38%),
    #f2eee6;
}

.journal::after {
  top: auto;
  right: -9vw;
  bottom: -30vw;
  width: min(50vw, 720px);
  border-color: rgba(16, 41, 54, .08);
  box-shadow: inset 0 0 0 8vw rgba(255, 255, 255, .09), inset 0 0 0 calc(8vw + 1px) rgba(173, 102, 87, .08);
}

.journal .trust-heading {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}

.journal .section-label { color: #9a5f50; }
.journal .section-label span { color: var(--ink); }
.journal .trust-heading h2 { margin-top: 24px; font-size: clamp(43px, 4.2vw, 68px); }
.journal .trust-heading h2 em { color: #8a6240; }
.journal .trust-heading > p:last-child { color: rgba(16, 41, 54, .74); font-size: 11px; }

.journal__links {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  border-top-color: rgba(16, 41, 54, .28);
}

.journal__links a {
  min-height: 70px;
  grid-template-columns: 76px minmax(96px, .7fr) minmax(0, 1.3fr) 20px;
  gap: 13px;
  padding: 10px 2px;
  border-bottom-color: rgba(16, 41, 54, .22);
}

.journal__links a:hover,
.journal__links a:focus-visible {
  padding-right: 10px;
  padding-left: 10px;
  background: rgba(255, 255, 255, .5);
}

.journal__links small { color: #9a5f50; }
.journal__links b { font-size: clamp(19px, 1.55vw, 25px); }
.journal__links span { color: rgba(16, 41, 54, .64); font-size: 10px; }
.journal__links i { color: #8a6240; }

@media (min-width: 901px) {
  .journal__links a:first-child b {
    font-size: clamp(17px, 1.4vw, 19px);
    white-space: nowrap;
  }

  .journal__links a:first-child span {
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.journal__social-stage {
  position: relative;
  z-index: 1;
  min-width: 0;
  grid-column: 2;
  grid-row: 1 / 3;
}

.journal__social {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 0;
  background: transparent;
}

.journal__social a {
  min-height: 96px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 16px;
  padding: 17px clamp(18px, 2vw, 27px);
  color: var(--ink);
  border: 1px solid rgba(16, 41, 54, .09);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 34px rgba(42, 53, 53, .055);
}

.journal__social a:hover,
.journal__social a:focus-visible {
  background: #fff;
  box-shadow: 0 18px 40px rgba(42, 53, 53, .1);
}

.journal__social small {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 8px;
  color: #a45f53;
  font-size: 8px;
  letter-spacing: .14em;
}

.journal__social b {
  grid-column: 1 / -1;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 600;
}

.journal__social > a > span {
  color: rgba(16, 41, 54, .6);
  font-size: 9px;
  overflow-wrap: anywhere;
}

.journal__social i { color: #9a5f50; }

.instagram-mark {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 1.4px solid currentColor;
  border-radius: 4px;
}

.instagram-mark::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  content: "";
  border: 1.2px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.instagram-mark::after {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 2px;
  height: 2px;
  content: "";
  border-radius: 50%;
  background: currentColor;
}

.journal__posts {
  display: grid;
  min-width: 0;
  grid-auto-flow: column;
  grid-auto-columns: clamp(272px, 24vw, 310px);
  gap: 14px;
  margin-top: 22px;
  padding: 0 1px 9px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
  scrollbar-color: rgba(16, 41, 54, .24) transparent;
  scrollbar-width: thin;
}

.journal-post {
  min-width: 0;
  scroll-snap-align: start;
}

.journal-post__label {
  display: grid;
  min-height: 32px;
  grid-template-columns: 16px 26px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  margin: 0 3px 8px;
  color: rgba(16, 41, 54, .54);
  font-family: Arial, sans-serif;
  font-size: 7px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.journal-post__label .instagram-mark { color: #a45f53; }
.journal-post__label b { color: #9a5f50; font-size: 9px; }

.journal-post__viewport {
  position: relative;
  height: 410px;
  overflow: hidden;
  border: 1px solid rgba(16, 41, 54, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(42, 53, 53, .07);
}

.journal-post__viewport iframe {
  display: block;
  width: 100%;
  height: 555px;
  border: 0;
  background: #fff;
}

.journal-post__viewport > a {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  color: var(--ink);
  border-top: 1px solid rgba(16, 41, 54, .1);
  background: rgba(255, 255, 255, .95);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.journal-post__viewport > a:hover,
.journal-post__viewport > a:focus-visible { color: #8e5548; }

.journal-post__viewport > a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -4px;
}

.journal .trust-heading,
.journal__links,
.journal__social-stage {
  transition: opacity .72s ease, transform .9s cubic-bezier(.22, 1, .36, 1);
}

.js.motion-full .journal:not(.is-scene-seen) .journal__social-stage {
  opacity: 0;
  transform: translateY(18px);
}

@media (max-width: 900px) {
  .journal {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 36px;
    padding-top: 82px;
    padding-bottom: 90px;
  }

  .journal::after { right: -46vw; bottom: -22vw; width: 105vw; }

  .journal .trust-heading,
  .journal__links,
  .journal__social-stage {
    grid-column: 1;
    grid-row: auto;
  }

  .journal .trust-heading h2 { font-size: clamp(40px, 10vw, 62px); }

  .journal__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(16, 41, 54, .18);
    background: rgba(16, 41, 54, .18);
  }

  .journal__links a {
    display: grid;
    min-height: 126px;
    grid-template-columns: minmax(0, 1fr) 18px;
    grid-template-rows: auto 1fr;
    align-content: space-between;
    gap: 12px;
    padding: 17px;
    border: 0;
    background: rgba(255, 255, 255, .67);
  }

  .journal__links a:hover,
  .journal__links a:focus-visible { padding: 17px; background: #fff; }
  .journal__links small { grid-column: 1 / -1; }
  .journal__links b { grid-column: 1; align-self: end; font-size: 21px; }
  .journal__links span { display: none; }
  .journal__links i { grid-column: 2; grid-row: 2; align-self: end; }

  .journal__social-stage {
    width: calc(100% + 24px);
    min-width: 0;
  }

  .journal__social {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 370px);
    justify-content: start;
    gap: 12px;
    padding-right: 24px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .journal__social::-webkit-scrollbar,
  .journal__posts::-webkit-scrollbar { display: none; }

  .journal__social a {
    min-height: 92px;
    scroll-snap-align: start;
  }

  .journal__posts {
    grid-auto-columns: min(82vw, 390px);
    gap: 14px;
    padding-right: 24px;
    scrollbar-width: none;
    scroll-snap-type: inline mandatory;
  }

  .journal-post__viewport { height: 382px; }

  .professional-tools,
  .team-continuity,
  .priority-care,
  .clinical-environment,
  .choice-guide,
  .faq {
    padding-top: 84px;
    padding-bottom: 92px;
  }

  .professional-tools__card + .professional-tools__card { margin-top: 74px; }
  .team-continuity__cards,
  .clinical-environment__cards { margin-top: 52px; }
  .choice-guide__links { margin-top: 44px; }
}

@media (max-width: 520px) {
  .journal__social-stage { width: calc(100% + 20px); }
  .journal__social,
  .journal__posts { padding-right: 20px; }
  .journal__links a { min-height: 118px; padding: 15px; }
  .journal__links a:hover,
  .journal__links a:focus-visible { padding: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .journal .trust-heading,
  .journal__links,
  .journal__social-stage {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.no-js .journal__social-stage {
  opacity: 1 !important;
  transform: none !important;
}

/* WordPress integration: retain theme-owned navigation while avoiding the
   duplicate clinic panel below the custom arrival/map composition. */
.shonan-home-v35 .site-footer > .site-footer__inner > .site-footer__clinic {
  display: none;
}

.shonan-home-v35 .site-branding .custom-logo-link {
  display: block;
  width: fit-content;
  max-width: 100%;
}

.shonan-home-v35 .site-branding .custom-logo {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 48px;
  object-fit: contain;
}

body.admin-bar.shonan-home-v35 .site-header {
  top: 32px;
}

body.admin-bar.shonan-home-v35 .clinical-atmosphere {
  top: calc(var(--header-h) + 32px);
}

@media (max-width: 782px) {
  body.admin-bar.shonan-home-v35 .site-header {
    top: 46px;
  }

  body.admin-bar.shonan-home-v35 .clinical-atmosphere {
    top: calc(var(--header-h) + 46px);
  }
}
