:root {
  --mist: #f5f7f9;
  --pearl: #f4f1ea;
  --pale: #b8d4e3;
  --soft: #c7ccd1;
  --dusty: #8fa8b8;
  --cornflower: #7b9acc;
  --ink: #203442;
  --ink-blue: #183d62;
  --white: #fff;
  --line: rgba(32, 52, 66, .16);
  --shadow: 0 22px 64px rgba(54, 84, 104, .16);
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  --serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  --container: 1180px;
  --pad: clamp(22px, 5vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--mist);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .035em;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, summary { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #315f9c; outline-offset: 4px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  z-index: 30;
  top: 14px;
  left: 50%;
  width: min(calc(100% - 28px), 1240px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 18px;
  background: rgba(245,247,249,.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 28px rgba(40,64,80,.08);
  transition: box-shadow .3s, background .3s;
}
.site-header.is-scrolled { background: rgba(245,247,249,.95); box-shadow: 0 12px 36px rgba(40,64,80,.14); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-size: 13px; font-weight: 700; line-height: 1.2; letter-spacing: .06em; }
.brand small { display: block; margin-bottom: 3px; color: #687b88; font-family: Georgia, serif; font-size: 8px; font-weight: 400; letter-spacing: .16em; text-transform: uppercase; }
.brand-mark { position: relative; width: 32px; height: 32px; flex: 0 0 auto; border: 1px solid var(--cornflower); border-radius: 50%; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; inset: 5px; border: 1px solid var(--pale); border-radius: 50%; }
.brand-mark::after { inset: 13px; background: var(--cornflower); border: 0; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { font-size: 12px; font-weight: 700; text-decoration: none; }
.nav-cta { padding: 11px 18px; border-radius: 11px; color: white; background: var(--ink-blue); }

.section-pad { padding: clamp(88px, 11vw, 150px) var(--pad); }
.section-index { margin: 0 0 24px; color: #617a8b; font-family: Georgia, serif; font-size: 11px; letter-spacing: .2em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: .035em; text-wrap: balance; }
h2 { margin-bottom: 28px; color: var(--ink-blue); font-size: clamp(32px, 4.5vw, 58px); line-height: 1.45; }

.hero {
  min-height: 800px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(400px, .8fr);
  align-items: center;
  gap: clamp(40px, 6vw, 92px);
  padding: 140px max(var(--pad), calc((100vw - var(--container))/2)) 90px;
  background:
    linear-gradient(90deg, transparent 49.92%, rgba(123,154,204,.13) 50%, transparent 50.08%),
    linear-gradient(rgba(143,168,184,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143,168,184,.075) 1px, transparent 1px),
    var(--mist);
  background-size: auto, 64px 64px, 64px 64px, auto;
}
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; color: #526a7b; font-family: Georgia, serif; font-size: 10px; letter-spacing: .18em; }
.eyebrow span { width: 40px; height: 1px; background: var(--cornflower); }
h1 { margin-bottom: 30px; color: var(--ink-blue); font-size: clamp(38px, 4.2vw, 60px); line-height: 1.33; }
.marker { position: relative; white-space: nowrap; }
.marker::after { content: ""; position: absolute; z-index: -1; left: -.06em; right: -.06em; bottom: .08em; height: .34em; background: rgba(184,212,227,.72); transform: rotate(-1.5deg); }
.hero-lead { max-width: 610px; margin-bottom: 32px; font-size: clamp(16px, 1.5vw, 19px); line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 22px; padding: 14px 24px; border-radius: 14px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--cornflower); box-shadow: 0 12px 28px rgba(88,120,170,.25); }
.button-primary:hover { background: #6689c1; box-shadow: 0 16px 34px rgba(88,120,170,.32); }
.button-primary span, .button-light span { font-size: 18px; }
.text-link { font-size: 13px; font-weight: 700; text-underline-offset: 6px; }
.hero-note { margin: 18px 0 0; color: #6a7881; font-size: 11px; }
.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; overflow: hidden; }
.hero-photo { position: relative; z-index: 3; width: min(91%, 500px); aspect-ratio: 1 / 1.08; margin: 0; overflow: hidden; border: 7px solid rgba(255,255,255,.86); border-radius: 48% 48% 24px 24px; background: white; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.orbit { position: absolute; border: 1px solid rgba(123,154,204,.48); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; animation: breathe 6s ease-in-out infinite; }
.orbit-two { width: 415px; height: 415px; border-style: dashed; animation: spin 35s linear infinite; }
.scan-line { position: absolute; z-index: 5; top: 17%; bottom: 13%; width: 1px; background: linear-gradient(transparent, var(--cornflower), transparent); box-shadow: 0 0 18px rgba(123,154,204,.9); animation: scan 5s ease-in-out infinite; pointer-events: none; }
.focus-label { position: absolute; z-index: 6; display: flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.86); border-radius: 10px; background: rgba(255,255,255,.82); box-shadow: 0 8px 26px rgba(57,82,99,.12); backdrop-filter: blur(8px); font-size: 11px; font-weight: 700; }
.focus-label span { color: var(--cornflower); font-family: Georgia, serif; font-size: 9px; }
.label-a { top: 22%; left: 3%; }
.label-b { right: 0; top: 46%; }
.label-c { bottom: 16%; left: 5%; }
.visual-caption { position: absolute; right: -2%; bottom: 2%; margin: 0; color: #52748c; font-family: var(--serif); font-size: 15px; line-height: 1.6; writing-mode: vertical-rl; }

.reader-route { max-width: var(--container); margin: 0 auto; padding: 52px var(--pad); }
.reader-route-kicker { margin: 0 0 20px; color: #657680; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.reader-route ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: rgba(255,255,255,.68); list-style: none; }
.reader-route li + li { border-left: 1px solid var(--line); }
.reader-route a { position: relative; display: grid; grid-template-columns: 30px 1fr; gap: 2px 12px; min-height: 114px; padding: 23px 20px; text-decoration: none; transition: background .2s; }
.reader-route a:hover { background: white; }
.reader-route a > span { grid-row: 1 / 3; color: var(--cornflower); font-family: Georgia, serif; font-size: 11px; }
.reader-route strong { color: var(--ink-blue); font-family: var(--serif); font-size: 17px; line-height: 1.45; }
.reader-route small { color: #687984; font-size: 11px; line-height: 1.5; }

.quiet-intro { background: var(--pearl); }
.quiet-intro > * { max-width: var(--container); margin-left: auto; margin-right: auto; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(44px, 9vw, 130px); }
.intro-grid h2 { margin: 0; }
.intro-copy p { margin-bottom: 22px; }
blockquote { margin-top: clamp(70px, 9vw, 120px) !important; margin-bottom: 0 !important; padding: 50px 0 14px; border-top: 1px solid var(--line); color: #677781; font-family: var(--serif); font-size: clamp(28px, 4vw, 51px); line-height: 1.5; text-align: center; }
blockquote em { color: var(--ink-blue); font-style: normal; background: linear-gradient(transparent 62%, var(--pale) 62%); }

.diagnosis { background: var(--mist); }
.section-heading { max-width: var(--container); margin: 0 auto 60px; display: grid; grid-template-columns: 1fr .7fr; column-gap: 8%; align-items: end; }
.section-heading .section-index { grid-column: 1 / -1; }
.section-heading h2, .section-heading > p:last-child { margin-bottom: 0; }
.lens-shell { max-width: var(--container); margin: auto; display: grid; grid-template-columns: 1.3fr .7fr; min-height: 440px; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; background: white; box-shadow: 0 22px 70px rgba(55,77,92,.08); }
.lens-stage { position: relative; display: grid; place-items: center; min-height: 440px; overflow: hidden; padding: 70px; background: radial-gradient(circle at 50%, #fff 0 23%, #eef5f8 23.5% 36%, #d9e8ef 36.5% 49%, #b8d4e3 49.5% 50%, #edf4f7 50.5%); }
.lens-ring { position: absolute; width: 330px; height: 330px; border: 1px solid rgba(24,61,98,.18); border-radius: 50%; }
.lens-ring::before, .lens-ring::after, .lens-ring span { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cornflower); }
.lens-ring::before { left: 8px; top: 47%; }
.lens-ring::after { right: 8px; top: 47%; }
.lens-ring span { left: 49%; top: 8px; }
.lens-content { position: relative; z-index: 2; max-width: 410px; text-align: center; }
.lens-number { margin-bottom: 6px; color: var(--cornflower); font-family: Georgia, serif; font-size: 12px; }
.lens-content h3 { color: var(--ink-blue); font-family: var(--serif); font-size: clamp(24px, 3vw, 37px); line-height: 1.5; }
.lens-content p:last-child { margin: 0; font-size: 14px; }
.lens-tabs { display: flex; flex-direction: column; padding: 28px; background: #e8f0f4; }
.lens-tabs button { flex: 1; display: grid; grid-template-columns: 44px 1fr; align-items: center; border: 0; border-bottom: 1px solid rgba(32,52,66,.13); color: #536875; background: transparent; text-align: left; cursor: pointer; }
.lens-tabs button:last-child { border-bottom: 0; }
.lens-tabs button span { font-family: Georgia, serif; font-size: 11px; }
.lens-tabs button[aria-selected="true"] { color: var(--ink-blue); font-weight: 700; }
.lens-tabs button[aria-selected="true"] span { color: var(--cornflower); }

.deliverables { max-width: var(--container); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 140px); }
.deliverables-lead { position: sticky; top: 130px; align-self: start; }
.deliverables-lead > p:last-child { color: #5c6e79; }
.deliverable-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.deliverable-list li { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.deliverable-list li > span { color: var(--cornflower); font-family: Georgia, serif; font-size: 13px; }
.deliverable-list h3 { margin-bottom: 10px; color: var(--ink-blue); font-family: var(--serif); font-size: 24px; }
.deliverable-list p { margin-bottom: 0; color: #5e707b; font-size: 14px; }

.sample { padding-bottom: 100px; color: white; background: var(--ink-blue); overflow: hidden; }
.sample-head { max-width: calc(var(--container) + 2 * var(--pad)); margin: auto; padding-bottom: 64px; display: grid; grid-template-columns: 1fr .7fr; gap: 9%; align-items: end; }
.sample .section-index { color: var(--pale); }
.sample h2 { margin-bottom: 0; color: white; }
.sample-head > p { margin: 0; color: #d7e3ea; }
.sample-rail { display: flex; gap: 22px; overflow-x: auto; padding: 0 max(var(--pad), calc((100vw - var(--container))/2)) 32px; scroll-snap-type: x mandatory; scrollbar-color: var(--pale) rgba(255,255,255,.1); }
.sample-card { position: relative; flex: 0 0 min(340px, 76vw); padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: white; box-shadow: 0 24px 50px rgba(0,0,0,.18); cursor: zoom-in; scroll-snap-align: center; transition: transform .3s, border-color .3s; }
.sample-card:hover { transform: translateY(-7px); border-color: var(--pale); }
.sample-card img { width: 100%; height: auto; }
.sample-card > span { position: absolute; z-index: 2; right: 10px; top: 10px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--ink-blue); background: rgba(255,255,255,.9); font-family: Georgia, serif; font-size: 10px; box-shadow: 0 4px 16px rgba(0,0,0,.12); }
.rail-hint { margin: 12px auto 0; color: #c2d2dc; font-size: 11px; letter-spacing: .12em; text-align: center; }

.fit { max-width: var(--container); margin: auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 120px); }
.fit-list { margin: 0; padding: 0; list-style: none; }
.fit-list li { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 23px 0; border-bottom: 1px solid var(--line); font-size: clamp(15px, 1.8vw, 19px); }
.fit-list li:first-child { border-top: 1px solid var(--line); }
.fit-list span { color: var(--cornflower); }

.process { background: var(--pearl); }
.process > * { max-width: var(--container); margin-left: auto; margin-right: auto; }
.process-intro { display: grid; grid-template-columns: 1fr .7fr; gap: 8%; align-items: end; margin-bottom: 55px; }
.process-intro .section-index { grid-column: 1 / -1; }
.process-intro h2, .process-intro > p:last-child { margin-bottom: 0; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 0; padding: 0; border-left: 1px solid var(--line); border-top: 1px solid var(--line); list-style: none; }
.process-list li { min-height: 210px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--cornflower); font-family: Georgia, serif; font-size: 11px; }
.process-list h3 { margin: 28px 0 8px; color: var(--ink-blue); font-family: var(--serif); font-size: 20px; }
.process-list p { margin: 0; color: #5e6e76; font-size: 13px; }
.process-note { margin-top: 20px; color: #667780; font-size: 12px; }

.care { color: white; background: var(--dusty); }
.care > * { max-width: var(--container); margin-left: auto; margin-right: auto; }
.care .section-index { color: #e7f1f5; }
.care-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 11%; align-items: center; }
.care h2 { color: white; }
.care-grid p { color: #f4f7f8; }
.care-visual { position: relative; margin: 0; overflow: hidden; border: 6px solid rgba(255,255,255,.34); border-radius: 48% 48% 20px 20px; box-shadow: 0 25px 60px rgba(31,55,72,.2); }
.care-visual::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(123,154,204,.35); border-radius: inherit; pointer-events: none; }
.care-visual img { width: 100%; height: auto; }

.offer { position: relative; max-width: var(--container); margin: auto; display: grid; grid-template-columns: 1fr 420px; gap: 8%; align-items: center; overflow: hidden; }
.offer-ring { position: absolute; z-index: -1; left: -180px; width: 530px; height: 530px; border: 1px solid var(--pale); border-radius: 50%; box-shadow: 0 0 0 65px rgba(184,212,227,.13), 0 0 0 130px rgba(184,212,227,.07); }
.offer-copy p:last-child { max-width: 600px; }
.price-block { padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); text-align: center; }
.price-block > p { margin-bottom: 0; color: #657680; font-size: 12px; }
.price-block strong { display: block; margin: 4px 0 12px; color: var(--ink-blue); font-family: Georgia, serif; font-size: clamp(48px, 6vw, 72px); font-weight: 400; line-height: 1.2; }
.price-block strong span { font-size: .42em; vertical-align: .55em; }
.price-block small { display: block; margin-bottom: 24px; color: #697983; font-size: 11px; line-height: 1.7; }
.price-block .button { width: 100%; }
.button-light { color: white; background: var(--ink-blue); }
.button-light:hover { background: #102f4f; }

.faq { max-width: var(--container); margin: auto; display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: grid; grid-template-columns: 1fr 28px; align-items: center; gap: 20px; padding: 27px 0; color: var(--ink-blue); font-weight: 700; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { position: relative; width: 24px; height: 24px; }
summary span::before, summary span::after { content: ""; position: absolute; left: 4px; right: 4px; top: 11px; height: 1px; background: var(--cornflower); }
summary span::after { transform: rotate(90deg); transition: transform .2s; }
details[open] summary span::after { transform: rotate(0); }
details p { padding: 0 52px 28px 0; color: #5e707b; font-size: 14px; }

.final-cta { position: relative; min-height: 620px; display: grid; justify-items: center; align-content: center; color: var(--ink-blue); background: radial-gradient(circle at center, rgba(184,212,227,.7) 0 1px, transparent 2px), var(--pearl); background-size: 28px 28px; text-align: center; }
.final-cta::before { content: ""; position: absolute; width: min(72vw, 640px); aspect-ratio: 1; border: 1px solid rgba(123,154,204,.3); border-radius: 50%; box-shadow: 0 0 0 40px rgba(245,247,249,.5), 0 0 0 41px rgba(123,154,204,.15); }
.final-cta > * { position: relative; z-index: 2; }
.final-kicker { color: #617a8b; font-family: Georgia, serif; font-size: 10px; letter-spacing: .23em; }
.final-cta h2 { font-size: clamp(40px, 6.5vw, 75px); }
.final-cta > p:last-child { margin-top: 16px; color: #657680; font-size: 11px; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 34px var(--pad); color: #c8d5dd; background: var(--ink-blue); font-size: 10px; }
.footer-brand { color: white; }
footer p { margin: 0; }
footer > a:last-child { text-underline-offset: 5px; }

.image-dialog { width: min(920px, calc(100% - 28px)); height: min(92vh, 960px); padding: 0; border: 0; border-radius: 18px; color: var(--ink); background: var(--mist); box-shadow: 0 30px 90px rgba(10,28,43,.5); }
.image-dialog::backdrop { background: rgba(17,42,63,.72); backdrop-filter: blur(5px); }
.dialog-bar { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid var(--line); background: rgba(245,247,249,.96); }
.dialog-bar p { margin: 0; font-size: 12px; font-weight: 700; }
.dialog-bar button { border: 0; color: var(--ink-blue); background: transparent; cursor: pointer; }
.dialog-bar button span { font-size: 20px; vertical-align: -1px; }
.dialog-scroll { height: calc(100% - 58px); overflow: auto; padding: 20px; }
.dialog-scroll img { width: min(100%, 707px); margin: auto; box-shadow: 0 10px 35px rgba(30,51,66,.13); }

.mobile-next-step { display: none; }

@keyframes breathe { 0%,100% { transform: scale(.96); opacity: .62; } 50% { transform: scale(1.04); opacity: 1; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes scan { 0%,100% { transform: translateX(-180px); opacity: 0; } 15%,85% { opacity: 1; } 50% { transform: translateX(180px); } }

@media (max-width: 1050px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 130px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { min-height: 520px; }
}

@media (max-width: 900px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 130px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { min-height: 520px; }
  .intro-grid, .section-heading, .deliverables, .sample-head, .fit, .process-intro, .care-grid, .offer, .faq { grid-template-columns: 1fr; }
  .section-heading, .sample-head, .process-intro { gap: 28px; }
  .deliverables-lead, .faq-heading { position: static; }
  .lens-shell { grid-template-columns: 1fr; }
  .lens-tabs { min-height: 120px; flex-direction: row; }
  .lens-tabs button { display: block; border-right: 1px solid rgba(32,52,66,.13); border-bottom: 0; text-align: center; }
  .lens-tabs button:last-child { border-right: 0; }
  .lens-tabs button span { display: block; margin-bottom: 5px; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .offer-ring { left: -280px; }
  .reader-route ol { grid-template-columns: repeat(2, 1fr); }
  .reader-route li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .reader-route li:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 560px) {
  body { padding-bottom: 78px; font-size: 15px; line-height: 1.75; }
  .site-header { top: 8px; width: calc(100% - 16px); padding-left: 12px; border-radius: 14px; }
  .brand { font-size: 11px; }
  .brand small { display: none; }
  .brand-mark { width: 27px; height: 27px; }
  .brand-mark::after { inset: 11px; }
  .nav-cta { padding: 9px 12px; font-size: 10px; }
  .section-pad { padding-top: 68px; padding-bottom: 68px; }
  .hero { padding-top: 112px; padding-bottom: 62px; background-size: auto, 40px 40px, 40px 40px, auto; }
  h1 { font-size: clamp(26px, 8.2vw, 42px); line-height: 1.42; }
  h2 { font-size: clamp(30px, 9vw, 42px); }
  .hero-lead br { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; min-height: 58px; padding: 12px 16px; }
  .text-link { text-align: center; }
  .hero-note { text-align: center; }
  .hero-visual { min-height: 420px; }
  .hero-photo { width: 88%; max-width: 360px; border-width: 5px; border-radius: 44% 44% 16px 16px; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 290px; height: 290px; }
  .visual-caption { display: none; }
  .focus-label { padding: 7px 9px; font-size: 9px; }
  .label-a { left: 1%; }
  .label-b { right: 0; }
  .label-c { left: 2%; bottom: 12%; }
  .reader-route { padding: 30px 22px 52px; }
  .reader-route-kicker { margin-bottom: 13px; }
  .reader-route ol { grid-template-columns: 1fr 1fr; border-radius: 16px; }
  .reader-route a { grid-template-columns: 22px 1fr; gap: 1px 7px; min-height: 92px; padding: 17px 12px; }
  .reader-route strong { font-size: 15px; }
  .reader-route small { font-size: 10px; }
  .intro-grid { gap: 26px; }
  .intro-copy { display: grid; gap: 12px; }
  .intro-copy p { margin: 0; padding: 16px 16px 16px 18px; border-left: 2px solid var(--pale); border-radius: 0 10px 10px 0; background: rgba(255,255,255,.48); }
  blockquote { margin-top: 48px !important; padding-top: 34px; font-size: 28px; }
  .section-heading, .sample-head, .process-intro { gap: 18px; margin-bottom: 34px; }
  .care-grid { gap: 42px; }
  .care-visual { width: min(88%, 360px); justify-self: center; }
  blockquote { text-align: left; }
  .lens-stage { min-height: 410px; padding: 50px 28px; }
  .lens-ring { width: 280px; height: 280px; }
  .lens-tabs { min-height: 110px; padding: 12px; }
  .lens-tabs button { font-size: 11px; }
  .deliverables { gap: 30px; }
  .deliverable-list { display: grid; gap: 10px; border-top: 0; }
  .deliverable-list li { grid-template-columns: 32px 1fr; gap: 10px; padding: 18px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.62); }
  .deliverable-list h3 { margin: 0 0 5px; font-size: 18px; line-height: 1.5; }
  .deliverable-list p { font-size: 13px; line-height: 1.7; }
  .sample { padding-bottom: 70px; }
  .sample-card { flex-basis: 78vw; }
  .process-list { grid-template-columns: 1fr; }
  .process-list { gap: 8px; border: 0; }
  .process-list li { display: grid; grid-template-columns: 32px 1fr; gap: 10px; min-height: 0; padding: 17px 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.52); }
  .process-list h3 { margin: 0 0 4px; font-size: 18px; line-height: 1.45; }
  .process-list p { font-size: 12px; line-height: 1.65; }
  .price-block { padding: 34px 20px; }
  .faq { gap: 24px; }
  details p { padding-right: 0; }
  .final-cta { min-height: 570px; }
  .final-cta::before { width: 88vw; }
  footer { align-items: flex-start; flex-direction: column; }
  .mobile-next-step { position: fixed; z-index: 40; right: 8px; bottom: 8px; left: 8px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; min-height: 62px; padding: 8px 8px 8px 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 16px; background: rgba(245,247,249,.94); box-shadow: 0 12px 36px rgba(31,55,72,.2); backdrop-filter: blur(16px); }
  .mobile-next-step > span { display: grid; color: var(--ink-blue); line-height: 1.25; white-space: nowrap; }
  .mobile-next-step small { color: #687984; font-size: 9px; }
  .mobile-next-step strong { font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
  .mobile-next-step a { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 10px; border-radius: 11px; color: white; background: var(--ink-blue); font-size: 11px; font-weight: 700; text-decoration: none; }
}

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