:root {
  --ink: #241c1d;
  --paper: #f3eee5;
  --paper-light: #fbf8f2;
  --wine: #522234;
  --wine-deep: #351923;
  --rust: #a84b2d;
  --olive: #696746;
  --camel: #bd8b55;
  --line: rgba(36, 28, 29, .18);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif;
  --sans: "Hiragino Sans", "Yu Gothic", "YuGothic", system-ui, sans-serif;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .035em;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; background: white; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid #db9f56; outline-offset: 4px; }

.site-header {
  height: 82px;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  color: var(--paper-light);
  transition: background .3s ease, color .3s ease;
}
.site-header.is-scrolled {
  position: fixed;
  height: 68px;
  background: rgba(247, 242, 233, .93);
  color: var(--ink);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-family: var(--serif); font-size: 1.35rem; letter-spacing: .18em; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid currentColor; border-radius: 50%; font-style: italic; font-size: 1rem; }
.desktop-nav { display: flex; gap: 2rem; margin-left: auto; }
.desktop-nav a { font-size: .77rem; text-decoration: none; letter-spacing: .08em; }
.header-cta { padding: .55rem 1.2rem; border: 1px solid currentColor; text-decoration: none; font-size: .78rem; }

.hero {
  min-height: 800px;
  background: var(--wine-deep);
  color: var(--paper-light);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; width: 44vw; height: 44vw; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; left: -17vw; top: 13%; }
.hero-copy { padding: 160px clamp(2rem, 7vw, 8.5rem) 90px; position: relative; z-index: 2; align-self: center; }
.eyebrow { margin: 0 0 1.4rem; font-family: var(--sans); font-size: .72rem; line-height: 1.4; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 2rem; font-family: var(--serif); font-size: clamp(2.9rem, 4.4vw, 4.8rem); line-height: 1.35; font-weight: 500; letter-spacing: -.035em; }
h1 > span { display: block; white-space: nowrap; }
.hero h1 > span { opacity: 0; transform: translateY(.55em); animation: headlineIn .78s cubic-bezier(.2,.8,.2,1) forwards; }
.hero h1 > span:nth-child(2) { animation-delay: .09s; }
.hero h1 > span:nth-child(3) { animation-delay: .18s; }
.hero h1 > span:nth-child(4) { animation-delay: .27s; }
@keyframes headlineIn { to { opacity: 1; transform: none; } }
h1 em, .statement h2 em { color: #e2aa73; font-style: normal; }
.hero-lead { max-width: 620px; color: rgba(255,255,255,.78); line-height: 2; }
.hero-offer { display: flex; gap: clamp(2rem, 5vw, 5rem); margin: 2.2rem 0 2rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.25); max-width: 590px; }
.hero-offer p { margin: 0; display: grid; gap: .2rem; }
.hero-offer span { font-size: .68rem; letter-spacing: .13em; color: rgba(255,255,255,.65); }
.hero-offer strong { font-family: var(--serif); font-size: 2.2rem; font-weight: 500; line-height: 1.25; }
.hero-offer strong small { font-size: .75rem; margin-left: .3rem; }
.hero-offer .delivery { font-family: var(--sans); font-size: .95rem; line-height: 1.45; letter-spacing: .08em; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 3rem; padding: .8rem 1.2rem .8rem 1.5rem; text-decoration: none; font-size: .88rem; font-weight: 700; letter-spacing: .07em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--paper-light); color: var(--wine-deep); min-width: 315px; }
.line-id { margin: .65rem 0 0; font-size: .71rem; opacity: .67; }
.hero-visual { margin: 0; min-height: 800px; position: relative; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(53,25,35,.4), transparent 30%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-visual figcaption { position: absolute; z-index: 2; bottom: 3.2rem; right: 2.5rem; font-family: var(--serif); font-style: italic; font-size: .75rem; letter-spacing: .13em; writing-mode: vertical-rl; }
.image-note { position: absolute; z-index: 2; bottom: 2rem; left: 2rem; font-size: .62rem; opacity: .7; }
.hero-index { position: absolute; z-index: 3; bottom: 2rem; left: clamp(1rem, 3vw, 3rem); font-family: var(--serif); font-size: .8rem; opacity: .5; }

.ticker { overflow: hidden; background: var(--rust); color: white; padding: .55rem 0; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 3rem; padding-right: 3rem; font-size: .66rem; letter-spacing: .2em; animation: tickerMove 28s linear infinite; }
.ticker i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; opacity: .7; }
@keyframes tickerMove { to { transform: translateX(-50%); } }

.quick-map { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--paper-light); border-bottom: 1px solid var(--line); }
.quick-map a { min-height: 108px; padding: 1.25rem clamp(1rem, 3vw, 3rem); display: flex; align-items: center; gap: 1rem; border-right: 1px solid var(--line); text-decoration: none; }
.quick-map a:last-child { border-right: 0; }
.quick-map span { color: var(--rust); font-family: var(--serif); font-size: .72rem; }
.quick-map strong { font-family: var(--serif); font-weight: 500; font-size: 1rem; line-height: 1.55; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 5vw, 5rem); position: relative; }
.section-label { display: flex; align-items: center; gap: 1rem; margin-bottom: 4.5rem; border-top: 1px solid var(--line); padding-top: .8rem; }
.section-label span { font-family: var(--serif); font-size: .8rem; }
.section-label p { margin: 0; font-size: .62rem; letter-spacing: .2em; }
.section-heading { max-width: 830px; margin-bottom: 4rem; }
.section-heading h2, .gallery-intro h2, .statement h2, .profile h2, .final-cta h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(2.2rem, 4vw, 4.4rem); line-height: 1.45; letter-spacing: -.035em; }

.concerns { display: grid; grid-template-columns: .65fr 1.35fr; gap: 0 8vw; }
.concerns .section-label { grid-column: 1 / -1; }
.concern-list { list-style: none; padding: 0; margin: 0; }
.concern-list li { display: grid; grid-template-columns: 50px 1fr; gap: 1rem; padding: 1.4rem 0; border-top: 1px solid var(--line); }
.concern-list li:last-child { border-bottom: 1px solid var(--line); }
.concern-list span { font-family: var(--serif); color: var(--rust); font-size: .75rem; }
.concern-list p { margin: 0; font-family: var(--serif); font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.7; }

.value-story { min-height: 1100px; display: grid; grid-template-columns: 1fr 1fr; background: var(--wine-deep); color: white; }
.value-visual { height: 100vh; min-height: 720px; margin: 0; position: sticky; top: 0; overflow: hidden; }
.value-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 58%, rgba(53,25,35,.38)); pointer-events: none; }
.value-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.6s cubic-bezier(.2,.8,.2,1), filter 1.2s ease; animation: filmBreath 12s ease-in-out infinite alternate; }
.value-visual.is-active img { transform: scale(1.045) translateY(-1%); filter: saturate(1.08) contrast(1.02); }
.value-visual > p { position: absolute; z-index: 2; inset: auto 1.4rem 1.2rem; display: flex; justify-content: space-between; margin: 0; font-size: .58rem; letter-spacing: .14em; }
.value-scan { position: absolute; z-index: 2; inset: 0; width: 100%; background: linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.7) 50%, transparent 50.2%); filter: drop-shadow(0 0 12px rgba(255,255,255,.5)); transform: translateX(-100%); animation: scanWardrobe 7s cubic-bezier(.4,0,.2,1) infinite; }
@keyframes filmBreath { from { transform: scale(1.015); } to { transform: scale(1.055) translateY(-1.2%); } }
@keyframes scanWardrobe { 0%, 12% { transform: translateX(-100%); opacity: 0; } 24%, 72% { opacity: .75; } 88%, 100% { transform: translateX(100%); opacity: 0; } }
.value-copy { padding: clamp(6rem, 10vw, 10rem) clamp(2rem, 7vw, 7.5rem); }
.value-copy .section-heading h2 { color: white; }
.value-copy h2 span { display: block; }
.value-copy h2 em { color: #e2aa73; font-style: normal; }
.value-steps { margin-top: 4.5rem; }
.value-step { min-height: 215px; display: grid; grid-template-columns: 54px 1fr; gap: 1.2rem; padding: 2.2rem 0; border-top: 1px solid rgba(255,255,255,.22); opacity: .62; transition: opacity .45s ease, transform .45s ease; }
.value-step:last-child { border-bottom: 1px solid rgba(255,255,255,.22); }
.value-step.is-current { opacity: 1; transform: translateX(.6rem); }
.value-step > span { color: #e2aa73; font-family: var(--serif); font-size: .75rem; }
.value-step h3 { margin-bottom: .65rem; font-family: var(--serif); font-weight: 500; font-size: clamp(1.3rem, 2vw, 1.8rem); }
.value-step p { margin: 0; color: rgba(255,255,255,.72); font-size: .88rem; }
.text-cta { margin-top: 2rem; display: inline-flex; gap: 1.5rem; padding-bottom: .5rem; border-bottom: 1px solid currentColor; text-decoration: none; font-size: .8rem; }

.statement { background: var(--olive); color: #fff; padding: clamp(7rem, 12vw, 12rem) max(7vw, calc((100vw - 1120px) / 2)); text-align: center; position: relative; overflow: hidden; }
.statement::before, .statement::after { content: ""; position: absolute; width: 260px; height: 1px; background: rgba(255,255,255,.25); top: 50%; }
.statement::before { left: -40px; transform: rotate(62deg); }
.statement::after { right: -40px; transform: rotate(-62deg); }
.statement h2 { max-width: 1050px; margin: 0 auto 2.5rem; }
.statement h2 em { color: #f2d0a4; }
.statement-points { max-width: 920px; margin: 3rem auto 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.statement-points li { padding: 1.3rem .8rem; border-right: 1px solid rgba(255,255,255,.28); font-family: var(--serif); font-size: .95rem; }
.statement-points li:last-child { border-right: 0; }

.diagnosis { max-width: none; padding-left: max(5vw, calc((100vw - 1180px) / 2)); padding-right: max(5vw, calc((100vw - 1180px) / 2)); background: var(--wine-deep); color: white; }
.section-label.light { border-color: rgba(255,255,255,.25); }
.diagnosis-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.diagnosis-card { min-height: 440px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; }
.card-number, .card-en { font-size: .65rem; letter-spacing: .15em; opacity: .65; }
.card-en { margin: auto 0 .7rem; }
.diagnosis-card h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.7rem, 2.5vw, 2.65rem); line-height: 1.45; }
.diagnosis-card > p:last-of-type { color: rgba(255,255,255,.7); font-size: .88rem; }
.diagnosis-card.accent-card { background: var(--rust); }
.diagnosis-card h3 strong { display: block; font-size: 5rem; line-height: .9; }
.swatches { margin-top: 1.6rem; display: flex; gap: .45rem; }
.swatches i { display: block; width: 30px; height: 30px; border-radius: 50%; background: #9d4d2e; }
.swatches i:nth-child(2) { background: #c08a45; }.swatches i:nth-child(3) { background: #667044; }.swatches i:nth-child(4) { background: #5e2639; }.swatches i:nth-child(5) { background: #30272a; }
.line-illustration { display: flex; align-items: flex-end; gap: 1rem; height: 80px; margin-top: 1rem; }
.line-illustration i { width: 1px; height: 55px; background: rgba(255,255,255,.55); transform: rotate(14deg); }
.line-illustration i:nth-child(2) { height: 78px; transform: none; }.line-illustration i:nth-child(3) { transform: rotate(-14deg); }

.gallery-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; align-items: end; margin-bottom: 4rem; }
.gallery-intro h2 { margin-bottom: 0; }
.gallery-intro > p { max-width: 430px; }
.editorial-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; align-items: start; }
.gallery-card { border: 0; padding: 0; background: transparent; cursor: zoom-in; position: relative; overflow: hidden; text-align: left; }
.gallery-card img { width: 100%; height: 380px; object-fit: cover; object-position: center; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.gallery-card.tall img { height: 620px; object-position: top center; }
.gallery-card:nth-child(2) { margin-top: 7rem; }
.gallery-card:nth-child(4) { margin-top: -5rem; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card span { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; padding: .8rem 1rem; background: rgba(35,24,26,.78); color: white; font-size: .62rem; letter-spacing: .18em; }
.gallery-card b { font-family: var(--serif); font-weight: 400; }
.gallery-note, .legal-note, .source-note { margin: 1.2rem 0 0; font-size: .68rem; color: rgba(36,28,29,.65); }
.mobile-swipe { display: none; }

.bonus { min-height: 820px; display: grid; grid-template-columns: 1fr 1fr; background: #c9b89f; overflow: hidden; }
.bonus-phone { min-height: 820px; display: grid; place-items: center; position: relative; background: var(--olive); overflow: hidden; }
.bonus-phone::before, .bonus-phone::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.bonus-phone::before { width: 620px; height: 620px; }
.bonus-phone::after { width: 430px; height: 430px; }
.phone-shell { width: min(48%, 310px); aspect-ratio: 9 / 18; padding: 1.4rem 1.15rem; display: flex; flex-direction: column; position: relative; z-index: 2; border: 7px solid #271e20; border-radius: 42px; background: #f7f0e4; color: var(--ink); box-shadow: 0 32px 60px rgba(32,22,20,.28); transform: rotate(-5deg); animation: phoneFloat 5.5s ease-in-out infinite; }
.phone-top { display: flex; justify-content: space-between; font-size: .52rem; }
.phone-top i { width: 42px; height: 10px; border-radius: 9px; background: var(--ink); }
.phone-shell > p { margin: 2.5rem 0 1rem; font-family: var(--serif); font-size: .65rem; letter-spacing: .16em; }
.phone-seasons { margin-bottom: .75rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: .25rem; }
.phone-seasons span { padding: .2rem 0; border: 1px solid var(--line); text-align: center; font-size: .42rem; }
.phone-seasons .selected { background: var(--rust); color: white; border-color: var(--rust); }
.phone-shell > strong { margin: 1rem 0 .4rem; font-family: var(--serif); font-size: 1.5rem; font-weight: 500; letter-spacing: .09em; }
.phone-shell > small { font-size: .48rem; opacity: .65; }
.phone-swatches { display: flex; }
.phone-swatches i { width: 20%; aspect-ratio: 1; background: #a84b2d; }
.phone-swatches i:nth-child(2) { background: #c08a45; }.phone-swatches i:nth-child(3) { background: #696746; }.phone-swatches i:nth-child(4) { background: #522234; }.phone-swatches i:nth-child(5) { background: #2f2729; }
.phone-menu { margin-top: auto; display: grid; gap: .5rem; }
.phone-menu span { padding: .48rem .2rem; border-top: 1px solid var(--line); font-size: .5rem; letter-spacing: .14em; }
.orbit { position: absolute; z-index: 3; padding: .45rem .8rem; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; color: white; font-size: .55rem; letter-spacing: .2em; }
.orbit-one { top: 24%; left: 14%; animation: orbitOne 6s ease-in-out infinite; }
.orbit-two { right: 12%; bottom: 25%; animation: orbitTwo 6.5s ease-in-out infinite; }
@keyframes phoneFloat { 50% { transform: rotate(-2deg) translateY(-12px); } }
@keyframes orbitOne { 50% { transform: translate(18px,-10px); } }
@keyframes orbitTwo { 50% { transform: translate(-14px,8px); } }
[data-loop], [data-loop] .value-scan, [data-loop] img, [data-loop] .phone-shell, [data-loop] .orbit { animation-play-state: paused; }
[data-loop].is-looping, [data-loop].is-looping .value-scan, [data-loop].is-looping img, [data-loop].is-looping .phone-shell, [data-loop].is-looping .orbit { animation-play-state: running; }
.save-data [data-loop], .save-data [data-loop] * { animation: none !important; }
.bonus-copy { padding: clamp(6rem, 10vw, 10rem) clamp(2rem, 7vw, 7.5rem); align-self: center; }
.bonus-kicker { font-size: .65rem; letter-spacing: .2em; }
.bonus-label { width: fit-content; padding: .35rem .8rem; background: var(--wine); color: white; font-size: .68rem; letter-spacing: .08em; }
.bonus h2 { margin: 1.7rem 0 1.5rem; font-family: var(--serif); font-weight: 500; font-size: clamp(2.2rem, 3.6vw, 4.2rem); line-height: 1.45; }
.bonus h2 span { display: block; }
.bonus-lead { max-width: 620px; font-family: var(--serif); font-size: 1.15rem; }
.season-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 1.5rem; border-top: 1px solid rgba(36,28,29,.25); border-bottom: 1px solid rgba(36,28,29,.25); }
.season-row span { padding: .65rem .2rem; border-right: 1px solid rgba(36,28,29,.25); text-align: center; font-family: var(--serif); font-size: .72rem; font-style: italic; }
.season-row span:last-child { border-right: 0; }
.bonus-copy ul { margin: 2rem 0 1.5rem; padding: 0; list-style: none; border-top: 1px solid rgba(36,28,29,.25); }
.bonus-copy li { padding: .9rem 0; display: flex; gap: 1rem; border-bottom: 1px solid rgba(36,28,29,.25); font-size: .85rem; }
.bonus-copy li span { color: var(--rust); font-family: var(--serif); font-size: .7rem; }
.bonus-note { max-width: 600px; margin-bottom: .7rem; font-size: .82rem; }
.image-note-static { margin: 0; font-size: .66rem; opacity: .6; }

.voices { max-width: none; padding-left: max(5vw, calc((100vw - 1180px) / 2)); padding-right: max(5vw, calc((100vw - 1180px) / 2)); background: var(--wine); color: white; }
.voice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.voice-card { margin: 0; min-height: 410px; padding: clamp(2rem, 4vw, 4rem); border: 1px solid rgba(255,255,255,.25); position: relative; display: flex; flex-direction: column; }
.quote-mark { font-family: var(--serif); font-size: 5rem; line-height: 1; color: #e2aa73; }
.voice-card blockquote { margin: auto 0 2rem; font-family: var(--serif); font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.9; }
.voice-card figcaption { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.2); font-size: .72rem; opacity: .67; }
.voices .legal-note { color: rgba(255,255,255,.57); }

.flow-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; align-items: start; }
.sticky-heading { position: sticky; top: 110px; }
.sticky-heading > p:last-child { max-width: 460px; }
.flow-list { list-style: none; padding: 0; margin: 0; }
.flow-list li { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; padding: 2rem 0 2.5rem; border-top: 1px solid var(--line); }
.flow-list li:last-child { border-bottom: 1px solid var(--line); }
.flow-list li > span { font-family: var(--serif); color: var(--rust); }
.flow-list h3 { margin-bottom: .5rem; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.flow-list p { margin: 0; font-size: .88rem; color: rgba(36,28,29,.72); }

.profile { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 720px; background: #d5c7b4; }
.profile-photo { min-width: 0; margin: 0; position: relative; overflow: hidden; background: var(--wine-deep); }
.profile-photo::before { content: "A"; position: absolute; z-index: 1; left: clamp(1.2rem, 3vw, 3rem); top: clamp(1rem, 3vw, 2.5rem); color: rgba(255,255,255,.72); font-family: var(--serif); font-size: clamp(4rem, 8vw, 8rem); font-style: italic; line-height: 1; text-shadow: 0 1px 24px rgba(38,20,24,.18); }
.profile-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(38,20,24,.46)); pointer-events: none; }
.profile-photo img { width: 100%; height: 100%; min-height: 720px; display: block; object-fit: cover; object-position: 52% center; }
.profile-photo figcaption { position: absolute; z-index: 2; left: clamp(1.2rem, 3vw, 3rem); bottom: clamp(1.2rem, 3vw, 2.4rem); color: #fffaf2; font-family: var(--serif); font-size: .72rem; letter-spacing: .18em; }
.profile-copy { padding: clamp(5rem, 9vw, 9rem); align-self: center; }
.profile-copy h2 { margin-bottom: 1.3rem; }
.profile-name { font-family: var(--serif); font-size: 1.8rem; }
.profile-name span { font-family: var(--sans); font-size: .8rem; }
.qualifications { margin-top: 2.4rem; padding-top: 1.5rem; border-top: 1px solid rgba(36,28,29,.25); }
.qualifications h3 { font-family: var(--serif); font-weight: 500; font-style: italic; }
.qualifications ul { padding-left: 1.2rem; font-size: .85rem; }

.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; padding: 1.2rem 3rem 1.2rem 0; display: flex; align-items: center; gap: 1rem; cursor: pointer; position: relative; font-family: var(--serif); font-size: 1.05rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .4rem; font-family: var(--sans); font-size: 1.4rem; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary span { color: var(--rust); }
.faq-list details p { padding: 0 3rem 1.7rem 2.5rem; color: rgba(36,28,29,.72); font-size: .88rem; }

.final-cta { display: grid; grid-template-columns: 1.15fr .85fr; background: var(--wine-deep); color: white; }
.final-cta-copy { padding: clamp(5rem, 9vw, 9rem); align-self: center; }
.final-cta-copy h2 { max-width: 780px; }
.final-cta-copy > p:last-child { max-width: 620px; color: rgba(255,255,255,.7); }
.offer-panel { background: var(--rust); padding: clamp(3rem, 6vw, 6rem); display: flex; flex-direction: column; justify-content: center; }
.offer-panel > p:first-child { font-size: .75rem; letter-spacing: .12em; }
.offer-panel > strong { font-family: var(--serif); font-weight: 500; font-size: clamp(3.8rem, 7vw, 6.5rem); line-height: 1; }
.offer-panel > strong small { font-family: var(--sans); font-size: .78rem; }
.offer-panel ul { padding: 1.6rem 0 1.6rem 1.2rem; margin: 1.7rem 0; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); font-size: .85rem; }
.button-light { background: white; color: var(--wine-deep); }
.cancel-note { margin-top: 1rem; font-size: .67rem; opacity: .8; }

.site-footer { min-height: 170px; padding: 3rem clamp(1.25rem, 5vw, 5rem); display: grid; grid-template-columns: 1fr auto; align-content: center; gap: .3rem 3rem; background: #1f191a; color: white; }
.footer-brand { grid-row: 1 / 3; align-self: center; }
.site-footer p { margin: 0; font-size: .68rem; opacity: .6; text-align: right; }
.mobile-cta { display: none; }

.lightbox { width: min(92vw, 980px); max-height: 92vh; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(25,18,19,.88); backdrop-filter: blur(6px); }
.lightbox img { max-height: 88vh; margin: auto; box-shadow: 0 18px 60px rgba(0,0,0,.35); }
.lightbox-close { position: fixed; top: 1.1rem; right: 1.4rem; width: 48px; height: 48px; border-radius: 50%; border: 1px solid white; background: rgba(0,0,0,.35); color: white; cursor: pointer; font-size: 1.6rem; line-height: 1; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  body { padding-bottom: 68px; }
  .site-header { height: 66px; padding: 0 1.2rem; }
  .desktop-nav, .header-cta { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 120px 1.3rem 4rem; }
  .hero-visual { min-height: 68vh; }
  .hero-index { display: none; }
  .section { padding: 4.8rem 1.3rem; }
  .section-label { margin-bottom: 2.6rem; }
  .quick-map { position: relative; z-index: 2; }
  .quick-map a { min-height: 92px; padding: 1rem .8rem; gap: .65rem; }
  .quick-map strong { font-size: .88rem; }
  .concerns, .flow-layout, .faq-layout { grid-template-columns: 1fr; }
  .concern-list { margin-top: 1rem; }
  .diagnosis { padding-left: 1.3rem; padding-right: 1.3rem; }
  .diagnosis-grid { grid-template-columns: 1fr; }
  .value-story { min-height: 0; grid-template-columns: 1fr; }
  .value-visual { position: relative; height: 66vh; min-height: 500px; }
  .value-copy { padding: 5rem 1.3rem; }
  .value-steps { margin-top: 3rem; }
  .value-step { min-height: 0; opacity: 1; }
  .diagnosis-card { min-height: 300px; }
  .gallery-intro { grid-template-columns: 1fr; gap: 1rem; }
  .editorial-gallery { gap: .7rem; }
  .gallery-card img { height: 250px; }
  .gallery-card.tall img { height: 420px; }
  .gallery-card:nth-child(2) { margin-top: 3.5rem; }
  .gallery-card:nth-child(4) { margin-top: -2.5rem; }
  .bonus { min-height: 0; grid-template-columns: 1fr; }
  .bonus-phone { min-height: 620px; }
  .bonus-copy { padding: 5rem 1.3rem; }
  .voice-grid { grid-template-columns: 1fr; }
  .sticky-heading { position: static; }
  .profile, .final-cta { grid-template-columns: 1fr; }
  .profile-photo, .profile-photo img { min-height: 480px; }
  .profile-photo img { height: 480px; object-position: 50% 38%; }
  .profile-copy, .final-cta-copy, .offer-panel { padding: 5rem 1.3rem; }
  .mobile-cta { position: fixed; z-index: 30; inset: auto .8rem .7rem; min-height: 54px; padding: .6rem 1rem; display: flex; justify-content: center; align-items: center; gap: 1.5rem; background: var(--rust); color: white; text-decoration: none; box-shadow: 0 10px 28px rgba(38,20,24,.3); font-size: .85rem; font-weight: 700; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  h1 { font-size: clamp(1.55rem, 7.8vw, 2.8rem); }
  .hero-lead br { display: none; }
  .hero-offer { gap: 1.5rem; }
  .hero-offer strong { font-size: 1.85rem; }
  .button-primary { width: 100%; min-width: 0; }
  .hero-visual { min-height: 480px; }
  .quick-map span { display: none; }
  .quick-map strong { font-family: var(--sans); font-size: .7rem; line-height: 1.55; }
  .statement { padding: 4.8rem 1.3rem; text-align: left; }
  .statement h2 br { display: none; }
  .statement-points { margin-top: 2.2rem; grid-template-columns: 1fr; }
  .statement-points li { padding: .9rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .statement-points li:last-child { border-bottom: 0; }
  .section-heading h2, .gallery-intro h2, .statement h2, .profile h2, .final-cta h2 { font-size: 2.25rem; }
  .value-visual { height: 460px; min-height: 0; }
  .value-copy { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .value-step { grid-template-columns: 42px 1fr; padding: 1.5rem 0; }
  .value-step p { line-height: 1.75; }
  .mobile-swipe { margin: -1.2rem 0 1rem; display: flex; justify-content: space-between; font-size: .68rem; letter-spacing: .08em; color: rgba(36,28,29,.6); }
  .light-swipe { color: rgba(255,255,255,.62); }
  .editorial-gallery { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(82vw, 340px); gap: .8rem; margin-right: -1.3rem; padding: 0 1.3rem .8rem 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; }
  .gallery-card:nth-child(n) { margin-top: 0; }
  .gallery-card { scroll-snap-align: start; }
  .gallery-card img, .gallery-card.tall img { height: 440px; max-height: none; object-fit: cover; object-position: top center; }
  .bonus-phone { min-height: 500px; }
  .phone-shell { width: 52%; border-width: 6px; border-radius: 34px; }
  .phone-shell > p { margin-top: 2rem; }
  .phone-menu span { padding: .4rem .1rem; }
  .bonus-copy { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .bonus h2 { font-size: 2.1rem; }
  .voice-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(84vw, 350px); gap: .8rem; margin-right: -1.3rem; padding: 0 1.3rem .8rem 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; }
  .voice-card { min-height: 440px; padding: 2rem 1.35rem; scroll-snap-align: start; }
  .profile-photo, .profile-photo img { min-height: 360px; }
  .profile-photo img { height: 360px; object-position: 50% 36%; }
  .flow-list li { grid-template-columns: 55px 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; margin-bottom: 1rem; }
  .site-footer p { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .ticker-track, .value-visual img, .value-scan, .phone-shell, .orbit { animation: none !important; }
}
