/* Physio-Flex Care — "Kinetic Editorial" */
:root {
  --bone: #F4EFE7; --bone-2: #ECE4D7; --paper: #FBF8F3;
  --ink: #0F2A2C; --ink-2: #173a3c; --ink-soft: #4A5E5F; --line: rgba(15, 42, 44, .14); --line-2: rgba(15, 42, 44, .24);
  --coral: #FF5A2F; --coral-2: #FF7650; --coral-text: #B8330F; --coral-soft: #FFE3D9;
  --sage: #CFE2D6; --sage-2: #E2EEE6; --sil: #E2D6C4; --ok: #1E8C5A;
  --f-display: 'Bricolage Grotesque', 'Arial Narrow', system-ui, sans-serif;
  --f-body: 'Figtree', 'Segoe UI', system-ui, sans-serif;
  --r: 18px; --r-lg: 28px; --ease: cubic-bezier(.2, .8, .2, 1);
  --wrap: 1240px; --gutter: clamp(16px, 4vw, 40px);
  --shadow: 0 1px 2px rgba(15, 42, 44, .06), 0 18px 40px -22px rgba(15, 42, 44, .35);

  /* BookingWidget theme */
  --bw-accent: #0F2A2C; --bw-accent-ink: #F4EFE7; --bw-accent-soft: #E2EEE6;
  --bw-ink: #0F2A2C; --bw-ink-soft: #4A5E5F; --bw-surface: #FBF8F3; --bw-surface-alt: #F4EFE7; --bw-line: rgba(15, 42, 44, .14);
  --bw-radius: 14px; --bw-radius-lg: 26px;
  --bw-font: 'Figtree', 'Segoe UI', system-ui, sans-serif; --bw-font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --bw-shadow: 0 30px 80px -24px rgba(15, 42, 44, .5); --bw-overlay: rgba(15, 42, 44, .55);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bone); color: var(--ink); font: 400 1.0625rem/1.6 var(--f-body); -webkit-font-smoothing: antialiased; overflow-x: clip; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; cursor: pointer; }
h1, h2, h3, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; border-radius: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: var(--bone); padding: 10px 16px; border-radius: 10px; font-weight: 600; text-decoration: none; transition: top .2s; }
.skip:focus { top: 12px; }
.wrap { width: 100%; max-width: calc(var(--wrap) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); }
.tnum { font-variant-numeric: tabular-nums; }
[data-icon] { display: inline-flex; flex: none; }


/* ---------- type ---------- */
.eyebrow { display: flex; align-items: center; gap: .7em; font: 700 .78rem/1.2 var(--f-body); letter-spacing: .16em; text-transform: uppercase; color: var(--coral-text); margin-bottom: 18px; }
.eyebrow::before { content: ''; width: 26px; height: 2px; background: currentColor; border-radius: 2px; }
.eyebrow-light { color: var(--coral); }
.h2 { font: 750 clamp(2.15rem, 4.4vw, 4rem)/1.02 var(--f-display); letter-spacing: -.035em; text-wrap: balance; }
.h2 .muted { color: var(--ink-soft); }
.lede { font-size: clamp(1.05rem, 1.25vw, 1.2rem); line-height: 1.6; color: var(--ink-soft); text-wrap: pretty; }
.micro { font-size: .9rem; color: var(--ink-soft); }
.fn-ref { color: inherit; text-decoration: none; font-weight: 700; padding: 0 .1em; }
.link-arrow { display: inline-flex; align-items: center; gap: .4em; font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--coral); padding-bottom: 2px; }
.link-arrow:hover { color: var(--coral-text); }
.inline-link { background: none; border: 0; padding: 0; font: inherit; color: inherit; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; min-height: 48px; padding: .85em 1.35em; border-radius: 999px; border: 1.5px solid transparent; font: 700 1rem/1.1 var(--f-body); text-decoration: none; white-space: nowrap; transition: transform .25s var(--ease), background-color .25s, color .25s, border-color .25s, box-shadow .25s; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-coral { background: var(--coral); color: var(--ink); box-shadow: 0 10px 24px -12px rgba(255, 90, 47, .8); }
.btn-coral:hover { background: var(--coral-2); box-shadow: 0 16px 30px -12px rgba(255, 90, 47, .85); }
.btn-ink { background: var(--ink); color: var(--bone); }
.btn-ink:hover { background: var(--ink-2); }
.btn-ghost { border-color: var(--line-2); color: var(--ink); background: transparent; }
.btn-ghost:hover { background: var(--ink); color: var(--bone); border-color: var(--ink); }
.btn-ghost-light { border-color: rgba(244, 239, 231, .35); color: var(--bone); }
.btn-ghost-light:hover { background: var(--bone); color: var(--ink); }
.btn-sm { min-height: 42px; padding: .6em 1.05em; font-size: .92rem; }
.btn-lg { min-height: 56px; padding: 1em 1.6em; font-size: 1.05rem; }
.btn-xl { min-height: 64px; padding: 1.1em 1.9em; font-size: 1.15rem; }
.btn-block { width: 100%; }

/* ---------- concept bar ---------- */
.topbar { background: var(--ink); color: var(--bone); font-size: .86rem; }
.topbar-in { display: flex; align-items: center; justify-content: center; gap: 8px 18px; min-height: 40px; padding-top: 6px; padding-bottom: 6px; flex-wrap: wrap; text-align: center; }
.topbar-msg { opacity: .92; }
.concept { display: inline-flex; align-items: center; gap: .55em; font: 700 .7rem/1 var(--f-body); letter-spacing: .12em; text-transform: uppercase; padding: .5em .85em; border: 1px solid rgba(244, 239, 231, .3); border-radius: 999px; white-space: nowrap; }
.concept-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 3px rgba(255, 90, 47, .25); flex: none; }
.concept-dark { white-space: normal; text-transform: none; letter-spacing: 0; font-weight: 500; font-size: .85rem; line-height: 1.4; border-color: rgba(244, 239, 231, .2); border-radius: 14px; padding: .7em 1em; }

/* ---------- header ---------- */
.hdr { position: sticky; top: 0; z-index: 50; background: rgba(244, 239, 231, .86); -webkit-backdrop-filter: blur(14px) saturate(1.4); backdrop-filter: blur(14px) saturate(1.4); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.hdr.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 12px 30px -24px rgba(15, 42, 44, .5); }
.hdr .wrap { max-width: calc(1400px + var(--gutter) * 2); }
.hdr-in { display: flex; align-items: center; gap: 16px; height: 78px; transition: height .3s var(--ease); }
.hdr.is-scrolled .hdr-in { height: 64px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; flex: none; }
.brand-mark { width: 42px; height: 42px; transition: transform .5s var(--ease); }
.brand:hover .brand-mark { transform: rotate(-12deg); }
.brand-word { display: flex; flex-direction: column; line-height: 1; }
.brand-word b { font: 800 1.32rem/1 var(--f-display); letter-spacing: -.035em; }
.brand-word small { font: 700 .6rem/1 var(--f-body); letter-spacing: .17em; text-transform: uppercase; color: var(--ink-soft); margin-top: 5px; }
.nav { display: flex; gap: 22px; margin-left: 20px; }
.nav a { position: relative; font-weight: 600; font-size: .93rem; text-decoration: none; padding: 6px 0; }
.nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--coral); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); }
.hdr-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.status { display: inline-flex; align-items: center; gap: .55em; font-size: .82rem; font-weight: 600; padding: .5em .85em; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); white-space: nowrap; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #9aa6a6; flex: none; }
.status.is-open .status-dot { background: var(--ok); box-shadow: 0 0 0 0 rgba(30, 140, 90, .5); animation: livePulse 2s infinite; }
.status.is-soon .status-dot { background: #D98A00; }
.hdr-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .95rem; text-decoration: none; padding: 8px 10px; border-radius: 999px; }
.hdr-phone:hover { background: var(--paper); }
.menu-btn { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--line-2); background: transparent; position: relative; flex: none; }
.menu-btn span { position: absolute; left: 13px; right: 13px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), top .3s var(--ease); }
.menu-btn span:first-child { top: 18px; } .menu-btn span:last-child { top: 25px; }
.menu-btn[aria-expanded="true"] span:first-child { top: 21.5px; transform: rotate(45deg); }
.menu-btn[aria-expanded="true"] span:last-child { top: 21.5px; transform: rotate(-45deg); }
.mnav { position: fixed; left: 0; right: 0; top: var(--hdr-h, 64px); bottom: 0; background: var(--bone); overflow-y: auto; z-index: 49; animation: fadeIn .25s ease; }
.mnav-in { display: flex; flex-direction: column; padding-top: 12px; padding-bottom: 40px; }
.mnav-in > a { font: 750 1.9rem/1.1 var(--f-display); letter-spacing: -.03em; text-decoration: none; padding: 14px 0; border-bottom: 1px solid var(--line); }
.mnav-foot { display: grid; gap: 12px; margin-top: 24px; }
.mnav-foot .status { justify-self: start; }
@media (max-width: 1499px) { .hdr-phone [data-cc] { display: none; } .hdr-phone { width: 44px; height: 44px; justify-content: center; border: 1.5px solid var(--line-2); } }
@media (max-width: 1239px) { .hdr-actions .status { display: none; } }
@media (max-width: 1099px) { .nav { display: none; } .menu-btn { display: block; } }
@media (max-width: 599px) { .hdr-phone, .hide-sm { display: none !important; } .brand-word b { font-size: 1.18rem; } .brand-mark { width: 38px; height: 38px; } .hdr-in { height: 66px; } }

/* ---------- motion line ---------- */
.main { position: relative; }
.thread { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; overflow: visible; }
.thread-base { fill: none; stroke: var(--ink); stroke-opacity: .08; stroke-width: 1.5; stroke-dasharray: 2 8; }
.thread-draw { fill: none; stroke: var(--coral); stroke-width: 2.5; stroke-linecap: round; }
.main > section, .marquee { position: relative; z-index: 1; }

/* ---------- hero ---------- */
.hero { padding: clamp(28px, 5vw, 64px) 0 clamp(28px, 4vw, 48px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: clamp(16px, 3vw, 40px); }
.hero-copy { position: relative; z-index: 2; }
.hero-title { font: 800 clamp(3.1rem, 7.4vw, 7.3rem)/.9 var(--f-display); letter-spacing: -.048em; margin-bottom: 26px; text-wrap: balance; font-variation-settings: 'opsz' 96; }
.hl { background: linear-gradient(var(--coral), var(--coral)) no-repeat 0 88% / 0 .24em; padding: 0 .04em; margin: 0 -.04em; animation: hl 1.1s var(--ease) 1s forwards; }
.hero-sub { font-size: clamp(1.08rem, 1.35vw, 1.28rem); color: var(--ink-soft); max-width: 36em; line-height: 1.55; margin-bottom: 30px; }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.hero-copy .micro { margin-top: 14px; }
.next-chip { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; padding: 10px 16px 10px 14px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); font-size: .92rem; font-weight: 600; box-shadow: var(--shadow); transition: transform .25s var(--ease); }
.next-chip strong { font-weight: 800; font-variant-numeric: tabular-nums; }
.next-chip:hover { transform: translateY(-2px); }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--ok); animation: livePulse 2s infinite; flex: none; }
.pulse-ink { background: var(--ink); animation-name: livePulseInk; }
.hero-art-wrap { position: relative; }
.hero-art { width: 100%; height: auto; max-width: 640px; margin-left: auto; overflow: visible; }
.lyr { transition: transform 1s var(--ease); }
.hero-art .d { stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 1.4s var(--ease) forwards; animation-delay: calc(var(--i, 0) * 110ms + 200ms); }
.hero-art .fade { opacity: 0; animation: fadeIn 1s ease forwards; animation-delay: calc(var(--i, 0) * 110ms + 400ms); }
.hero-art .fade.spin { transform-box: view-box; transform-origin: 300px 300px; animation: fadeIn 1s ease .3s forwards, spin 120s linear infinite; }
.hero-art .pop { transform-box: fill-box; transform-origin: center; transform: scale(0); animation: pop .7s cubic-bezier(.3, 1.6, .5, 1) forwards; animation-delay: calc(var(--i, 0) * 110ms + 300ms); }
.limb { fill: none; stroke: var(--ink); stroke-width: 24; stroke-linecap: round; stroke-linejoin: round; }
.floor { fill: none; stroke: var(--ink); stroke-opacity: .35; stroke-width: 2; }
.ghost { fill: none; stroke: var(--ink); stroke-width: 20; stroke-linecap: round; stroke-linejoin: round; }
.ghost:nth-child(1) { stroke-opacity: .06; } .ghost:nth-child(2) { stroke-opacity: .1; } .ghost:nth-child(3) { stroke-opacity: .15; }
.head { fill: var(--ink); }
.joint { fill: var(--bone); stroke: var(--ink); stroke-width: 4; }
.joint-hot { fill: var(--coral); }
.arc { fill: none; stroke: var(--coral); stroke-width: 5; stroke-linecap: round; }
.arc-2 { fill: none; stroke: var(--ink); stroke-width: 2.5; stroke-dasharray: 4 7; stroke-linecap: round; }
.end, .target { fill: var(--coral); }
.speed path { fill: none; stroke: var(--coral); stroke-width: 3.5; stroke-linecap: round; }
.tag path { fill: none; stroke: var(--ink); stroke-opacity: .45; stroke-width: 1.5; }
.tag text { font: 700 11.5px var(--f-body); letter-spacing: .16em; fill: var(--ink-soft); }
.tag .tag-num { font: 700 19px var(--f-display); letter-spacing: -.01em; fill: var(--ink); }
.target-ring { fill: none; stroke: var(--coral); stroke-width: 2; transform-box: fill-box; transform-origin: center; animation: ring 2.6s ease-out 2s infinite; opacity: 0; }
.reach { transform-box: view-box; transform-origin: 296px 188px; animation: reach 4.5s ease-in-out 2.4s infinite alternate; }

.trust { display: flex; flex-wrap: wrap; gap: 10px 0; margin-top: clamp(28px, 4vw, 44px); padding-top: 22px; border-top: 1px solid var(--line); }
.trust li { display: flex; align-items: center; gap: 9px; font-weight: 600; font-size: .95rem; padding-right: 22px; margin-right: 22px; border-right: 1px solid var(--line); }
.trust li:last-child { border: 0; margin: 0; padding: 0; }
.trust li > [data-icon] { color: var(--coral-text); font-size: 18px; }
.trust li > a { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.trust li > a:hover span:last-child { text-decoration: underline; }
.stars { color: var(--coral); letter-spacing: .06em; font-size: 1rem; }

/* ---------- marquee ---------- */
.marquee { background: var(--ink); color: var(--bone); overflow: hidden; padding: 20px 0; }
.marquee-track { display: flex; align-items: center; gap: 28px; width: max-content; animation: marquee 48s linear infinite; font: 700 clamp(1.4rem, 2.6vw, 2.2rem)/1 var(--f-display); letter-spacing: -.02em; white-space: nowrap; }
.marquee i { font-style: normal; color: var(--coral); font-size: .8em; }
.marquee:hover .marquee-track { animation-play-state: paused; }

/* ---------- sections ---------- */
.sec { padding: clamp(76px, 10vw, 140px) 0; }
.sec-head { max-width: 780px; margin-bottom: clamp(36px, 5vw, 64px); }
.sec-head.split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 20px 56px; align-items: end; }
.sec-head .lede { max-width: 34em; }
.js .rv { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0ms); }
.js .rv.in { opacity: 1; transform: none; }

/* ---------- body map ---------- */
.bodymap-sec { background: linear-gradient(180deg, transparent, rgba(207, 226, 214, .35) 40%, transparent); }
.bodymap { display: grid; grid-template-columns: 230px minmax(220px, 300px) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.seg { display: inline-flex; padding: 4px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; }
.seg button { border: 0; background: transparent; padding: .6em 1.2em; border-radius: 999px; font-weight: 700; font-size: .9rem; min-height: 40px; transition: background-color .25s, color .25s; }
.seg button[aria-pressed="true"] { background: var(--ink); color: var(--bone); }
.bm-chips { display: flex; flex-direction: column; gap: 6px; margin-top: 18px; }
.chip { display: flex; align-items: center; justify-content: space-between; gap: 10px; text-align: left; padding: .7em 1em; min-height: 46px; border-radius: 14px; border: 1px solid var(--line); background: transparent; font-weight: 600; font-size: .96rem; transition: background-color .2s, color .2s, border-color .2s, transform .2s var(--ease); }
.chip:hover { border-color: var(--ink); transform: translateX(3px); }
.chip[aria-pressed="true"] { background: var(--ink); color: var(--bone); border-color: var(--ink); }
.chip [data-icon] { opacity: .5; }
.chip[aria-pressed="true"] [data-icon] { opacity: 1; color: var(--coral); }
.bm-figure { position: relative; width: 100%; max-width: 300px; margin: 0 auto; aspect-ratio: 200 / 440; }
.bm-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.sil { fill: var(--sil); }
.sil .limbs path { fill: none; stroke: var(--sil); stroke-linecap: round; }
.detail { fill: none; stroke: var(--ink); stroke-opacity: .22; stroke-width: 1.5; stroke-linecap: round; }
.detail circle { fill: var(--ink); fill-opacity: .25; stroke: none; }
.bodymap[data-view="front"] .only-back, .bodymap[data-view="back"] .only-front { display: none; }
.bm-svg { transition: transform .5s var(--ease); }
.bodymap.flip .bm-svg { animation: flip .5s var(--ease); }
.bm-hotspots { position: absolute; inset: 0; }
.hs { position: absolute; left: var(--x); top: var(--y); width: 44px; height: 44px; margin: -22px 0 0 -22px; border: 0; padding: 0; background: transparent; border-radius: 50%; display: grid; place-items: center; z-index: 1; }
.hs::after { content: ''; position: absolute; inset: -30px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 90, 47, .38), rgba(255, 90, 47, 0) 65%); opacity: 0; transform: scale(.6); transition: opacity .4s, transform .5s var(--ease); z-index: -1; pointer-events: none; }
.hs-dot { position: relative; width: 16px; height: 16px; border-radius: 50%; background: var(--coral); border: 3px solid var(--bone); box-shadow: 0 2px 6px rgba(15, 42, 44, .3); transition: transform .3s var(--ease), background-color .3s; }
.hs-dot::before { content: ''; position: absolute; inset: -9px; border-radius: 50%; border: 2px solid var(--coral); opacity: 0; animation: ring 2.4s ease-out infinite; animation-delay: var(--delay, 0s); }
.hs:hover .hs-dot { transform: scale(1.25); }
.hs[aria-pressed="true"] { z-index: 2; }
.hs[aria-pressed="true"]::after { opacity: 1; transform: scale(1); }
.hs[aria-pressed="true"] .hs-dot { background: var(--ink); transform: scale(1.35); }
.hs-label { position: absolute; left: calc(100% - 4px); top: 50%; transform: translate(4px, -50%); white-space: nowrap; background: var(--ink); color: var(--bone); font-size: .78rem; font-weight: 700; padding: .35em .65em; border-radius: 8px; opacity: 0; pointer-events: none; transition: opacity .2s, transform .25s var(--ease); }
.hs.hs-left .hs-label { left: auto; right: calc(100% - 4px); transform: translate(-4px, -50%); }
.hs:hover .hs-label, .hs:focus-visible .hs-label, .hs[aria-pressed="true"] .hs-label { opacity: 1; transform: translate(0, -50%); }
.bm-view-label { position: absolute; left: 0; bottom: -30px; width: 100%; text-align: center; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--ink-soft); }
.bm-panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(24px, 3vw, 40px); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.bm-panel::before { content: ''; position: absolute; right: -60px; top: -60px; width: 200px; height: 200px; border-radius: 50%; border: 22px solid var(--sage-2); }
.bm-panel.swap .bm-anim { animation: panelIn .5s var(--ease) both; }
.bm-panel h3 { position: relative; font: 800 clamp(2rem, 3.6vw, 3rem)/1 var(--f-display); letter-spacing: -.04em; margin: 4px 0 20px; }
.bm-kicker { position: relative; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--coral-text); }
.bm-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 24px; }
.bm-tags li { font-size: .88rem; font-weight: 600; padding: .38em .8em; border-radius: 999px; background: var(--bone); border: 1px solid var(--line); }
.bm-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 28px; }
.bm-cols h4, .bm-sub { font: 700 .8rem/1.2 var(--f-body); letter-spacing: .12em; text-transform: uppercase; margin: 0 0 8px; color: var(--ink); }
.bm-cols p { color: var(--ink-soft); font-size: .98rem; line-height: 1.55; }
.bm-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.bm-foot .micro { font-size: .8rem; max-width: 22em; }

/* ---------- conditions ---------- */
.cond-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px 36px; }
.cond { position: relative; border-top: 2px solid var(--ink); padding-top: 22px; }
.cond-n { position: absolute; top: 20px; right: 0; font: 700 .85rem var(--f-body); color: var(--coral-text); font-variant-numeric: tabular-nums; }
.cond-ic { width: 54px; height: 54px; border-radius: 16px; background: var(--sage); align-items: center; justify-content: center; margin-bottom: 18px; transition: transform .4s var(--ease), background-color .3s; font-size: 26px; }
.cond:hover .cond-ic { transform: rotate(-8deg) scale(1.06); background: var(--coral); }
.cond h3 { font: 750 1.5rem/1.1 var(--f-display); letter-spacing: -.025em; margin-bottom: 10px; }
.cond p { color: var(--ink-soft); font-size: .98rem; }
.cond-note { display: flex; align-items: center; gap: 14px; margin-top: 48px; padding: 18px 22px; border-radius: 18px; background: var(--paper); border: 1px dashed var(--line-2); font-weight: 600; }
.cond-note [data-icon] { color: var(--coral-text); }

/* ---------- treatments ---------- */
.treatments { background: var(--bone-2); }
.svc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; grid-auto-flow: dense; }
.svc { position: relative; display: flex; flex-direction: column; gap: 12px; padding: 26px; min-height: 270px; border-radius: 24px; background: var(--paper); border: 1px solid var(--line); transition: transform .35s var(--ease), box-shadow .35s var(--ease); overflow: hidden; }
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.svc-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.svc-ic { width: 50px; height: 50px; border-radius: 15px; background: var(--sage); display: inline-flex; align-items: center; justify-content: center; font-size: 24px; }
.svc-dur { font-size: .8rem; font-weight: 700; padding: .35em .75em; border-radius: 999px; border: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.svc-cat { font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); margin-top: 6px; }
.svc h3 { font: 750 1.35rem/1.12 var(--f-display); letter-spacing: -.025em; }
.svc p { font-size: .95rem; color: var(--ink-soft); }
.svc-foot { margin-top: auto; padding-top: 8px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.svc-price { font-size: .82rem; color: var(--ink-soft); }
.svc.is-featured { grid-column: span 2; background: var(--ink); color: var(--bone); border-color: var(--ink); padding: 32px; }
.svc.is-featured h3 { font-size: clamp(1.8rem, 2.6vw, 2.4rem); }
.svc.is-featured p, .svc.is-featured .svc-cat, .svc.is-featured .svc-price { color: rgba(244, 239, 231, .78); }
.svc.is-featured .svc-ic { background: var(--coral); color: var(--ink); }
.svc.is-featured .svc-dur { border-color: rgba(244, 239, 231, .3); }
.svc.is-featured::after { content: ''; position: absolute; right: -70px; bottom: -70px; width: 220px; height: 220px; border-radius: 50%; border: 2px dashed rgba(244, 239, 231, .16); pointer-events: none; }
.svc-badge { position: absolute; top: 22px; right: 22px; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; background: var(--coral); color: var(--ink); padding: .45em .8em; border-radius: 999px; }
.svc.is-featured .svc-top { padding-right: 110px; }
.svc-help { grid-column: span 2; background: transparent; border: 1.5px dashed var(--line-2); justify-content: center; }
.svc-help:hover { transform: none; box-shadow: none; }
.svc-help h3 { font-size: 1.6rem; }

/* ---------- reviews ---------- */
.reviews { background: var(--sage); overflow: hidden; }
.rv-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.score-num { font: 800 clamp(9rem, 21vw, 18.5rem)/.78 var(--f-display); letter-spacing: -.07em; margin-left: -.05em; font-variant-numeric: tabular-nums; }
.score-stars { display: flex; gap: 6px; margin: 22px 0 12px; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--coral); line-height: 1; }
.score-stars span { display: inline-block; transform: scale(0) rotate(-40deg); transition: transform .6s cubic-bezier(.3, 1.6, .5, 1); text-shadow: 0 2px 0 rgba(15, 42, 44, .15); }
.score.in .score-stars span { transform: none; }
.score.in .score-stars span:nth-child(2) { transition-delay: .08s; } .score.in .score-stars span:nth-child(3) { transition-delay: .16s; }
.score.in .score-stars span:nth-child(4) { transition-delay: .24s; } .score.in .score-stars span:nth-child(5) { transition-delay: .32s; }
.score-count { font-size: clamp(1.15rem, 1.6vw, 1.4rem); margin-bottom: 22px; }
.score-count strong { font: 800 1.35em var(--f-display); letter-spacing: -.02em; }
.themes-kicker { font-size: .92rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 18px; }
.theme-list { display: grid; gap: 14px; }
.theme { position: relative; background: rgba(251, 248, 243, .72); border: 1px solid rgba(15, 42, 44, .1); border-radius: 22px; padding: 24px 26px 22px 74px; }
.theme::before { content: '“'; position: absolute; left: 22px; top: 8px; font: 800 4.2rem/1 var(--f-display); color: var(--coral-text); }
.theme blockquote { margin: 0; font: 550 clamp(1.08rem, 1.5vw, 1.28rem)/1.4 var(--f-display); letter-spacing: -.01em; }
.theme cite { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-style: normal; font-size: .8rem; font-weight: 700; letter-spacing: .06em; color: var(--ink-soft); }
.theme cite .stars { font-size: .85rem; }
.themes-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; margin-top: 26px; }

/* ---------- LSVT ---------- */
.lsvt { background: var(--ink); color: var(--bone); overflow: hidden; }
.lsvt-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(40px, 6vw, 96px); align-items: center; }
.lsvt .lede { color: rgba(244, 239, 231, .78); margin: 22px 0 26px; }
.lsvt-who { display: grid; gap: 12px; margin-bottom: 34px; }
.lsvt-who li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; }
.lsvt-who [data-icon] { color: var(--coral); margin-top: 4px; }
.big { position: relative; text-align: center; }
.big-arcs { position: absolute; left: 50%; bottom: 0; width: 108%; transform: translateX(-50%); overflow: visible; }
.big-arcs path { fill: none; stroke: var(--coral); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.big-arcs .d2 { stroke: rgba(244, 239, 231, .35); stroke-width: 2; }
.big-arcs .tip { opacity: 0; transition: opacity .6s ease 1.4s; }
.lsvt-art.in .big-arcs .tip { opacity: 1; }
.big-arcs .d { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1.6s var(--ease) calc(var(--i, 0) * 150ms + 200ms); }
.lsvt-art.in .big-arcs .d { stroke-dashoffset: 0; }
.big-word { position: relative; display: block; font: 800 clamp(7rem, 17vw, 14rem)/.85 var(--f-display); letter-spacing: -.09em; color: transparent; -webkit-text-stroke: 2px var(--bone); transition: letter-spacing 1.6s var(--ease) .2s; padding-top: .62em; }
.lsvt-art.in .big-word { letter-spacing: .02em; }
.lsvt-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 28px; border-top: 1px solid rgba(244, 239, 231, .18); }
.lsvt-stats div { padding: 18px 12px 0 0; }
.lsvt-stats dt { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(244, 239, 231, .65); }
.lsvt-stats dd { font: 800 clamp(2rem, 3.4vw, 3rem)/1.1 var(--f-display); color: var(--coral); letter-spacing: -.03em; }
.lsvt-note { margin-top: 18px; font-size: .9rem; color: rgba(244, 239, 231, .7); }

/* ---------- journey ---------- */
.steps { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; counter-reset: s; }
.steps::before { content: ''; position: absolute; left: 4%; right: 4%; top: 58px; height: 2px; background: repeating-linear-gradient(90deg, var(--ink) 0 8px, transparent 8px 16px); opacity: .25; }
.step { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 26px; transition: transform .35s var(--ease), box-shadow .35s; }
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.step-n { display: block; font: 800 4.4rem/1 var(--f-display); letter-spacing: -.05em; color: transparent; -webkit-text-stroke: 1.5px var(--ink); margin-bottom: 18px; }
.step-ic { position: absolute; top: 26px; right: 26px; width: 46px; height: 46px; border-radius: 50%; background: var(--coral); align-items: center; justify-content: center; font-size: 22px; }
.step h3 { font: 750 1.3rem/1.15 var(--f-display); letter-spacing: -.02em; margin-bottom: 10px; }
.step p { font-size: .96rem; color: var(--ink-soft); }
.bring { display: flex; align-items: center; gap: 16px 22px; margin-top: 28px; padding: 22px 26px; border-radius: 22px; background: var(--sage-2); border: 1px solid rgba(15, 42, 44, .08); }
.bring p { flex: 1; }
.bring-ic { color: var(--ink); }

/* ---------- about ---------- */
.about-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(40px, 7vw, 110px); align-items: center; }
.portrait { position: relative; max-width: 460px; width: 100%; }
.portrait::before { content: ''; position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: var(--sage); right: -14%; top: -8%; z-index: -1; }
.portrait-arch { position: relative; aspect-ratio: 4 / 5; border-radius: 999px 999px 32px 32px; background: var(--ink); display: grid; place-items: center; overflow: hidden; }
.portrait-arch::after { content: ''; position: absolute; inset: 0; background: repeating-radial-gradient(circle at 50% 110%, rgba(244, 239, 231, .06) 0 1px, transparent 1px 22px); }
.portrait-mono { position: relative; z-index: 1; font: 800 clamp(7rem, 15vw, 12rem)/1 var(--f-display); letter-spacing: -.08em; color: var(--bone); margin-top: 12%; }
.portrait-arc { position: absolute; inset: 8% 10% auto; width: 80%; z-index: 2; }
.portrait-arc path { fill: none; stroke: var(--coral); stroke-width: 3; stroke-linecap: round; }
.portrait-arc path:first-child { stroke-dasharray: 2 8; stroke: rgba(244, 239, 231, .45); }
.portrait-arc circle { fill: var(--coral); }
.sticker { position: absolute; width: 140px; right: -26px; bottom: 72px; animation: spin 26s linear infinite; }
.sticker text { font: 800 10.5px var(--f-body); fill: var(--ink); letter-spacing: 1px; }
.portrait figcaption { display: flex; flex-direction: column; margin-top: 18px; }
.portrait figcaption strong { font: 750 1.4rem/1.2 var(--f-display); letter-spacing: -.02em; }
.portrait figcaption span { color: var(--ink-soft); font-size: .95rem; }
.about .lede { margin: 22px 0 30px; }
.creds { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 32px; }
.creds li { display: flex; gap: 14px; align-items: flex-start; padding: 16px; border-radius: 18px; background: var(--paper); border: 1px solid var(--line); }
.creds [data-icon] { width: 40px; height: 40px; border-radius: 12px; background: var(--sage); align-items: center; justify-content: center; font-size: 20px; }
.creds strong { display: block; font-size: .98rem; line-height: 1.3; }
.creds span { font-size: .88rem; color: var(--ink-soft); }

/* ---------- insurance ---------- */
.insurance { background: var(--bone-2); }
.ins-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(36px, 6vw, 96px); align-items: start; }
.ins-copy .lede { margin: 22px 0 30px; }
.ins-cards { display: grid; gap: 14px; }
.ins-card { position: relative; padding: 24px 26px 24px 82px; border-radius: 22px; background: var(--paper); border: 1px solid var(--line); }
.ins-card h3 { font: 750 1.25rem/1.2 var(--f-display); letter-spacing: -.02em; margin-bottom: 6px; }
.ins-card p { color: var(--ink-soft); font-size: .96rem; }
.ins-ic { position: absolute; left: 24px; top: 24px; width: 42px; height: 42px; border-radius: 12px; background: var(--sage); align-items: center; justify-content: center; font-size: 22px; }
.ins-card-hot { background: var(--ink); color: var(--bone); border-color: var(--ink); scroll-margin-top: 110px; }
.ins-card-hot p { color: rgba(244, 239, 231, .8); }
.ins-card-hot .ins-ic { background: var(--coral); color: var(--ink); }

/* ---------- faq ---------- */
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.faq .sec-head { position: sticky; top: 110px; }
.faq .lede a { font-weight: 700; }
.faq-list details { border-top: 1px solid var(--line-2); }
.faq-list details:last-child { border-bottom: 1px solid var(--line-2); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font: 700 clamp(1.1rem, 1.6vw, 1.3rem)/1.3 var(--f-display); letter-spacing: -.015em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ''; flex: none; width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--line-2); background: linear-gradient(var(--ink), var(--ink)) center / 12px 2px no-repeat, linear-gradient(var(--ink), var(--ink)) center / 2px 12px no-repeat; transition: transform .35s var(--ease), background-color .3s; }
.faq-list details[open] summary::after { transform: rotate(45deg); background-color: var(--coral); border-color: var(--coral); }
.faq-list summary:hover { color: var(--coral-text); }
.faq-list details > div { padding: 0 56px 24px 0; color: var(--ink-soft); animation: panelIn .4s var(--ease); }

/* ---------- visit ---------- */
.visit-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); grid-template-areas: 'map form' 'hours form'; gap: 18px; align-items: start; }
.map-card { grid-area: map; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.map-frame { aspect-ratio: 16 / 9; background: var(--sage-2); }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(.4) contrast(1.05); }
.map-info { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 22px; }
.map-addr { display: flex; gap: 12px; align-items: flex-start; }
.map-addr [data-icon] { color: var(--coral-text); margin-top: 3px; }
.map-btns { display: flex; gap: 8px; }
.hours-card { grid-area: hours; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; }
.hours-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.hours-head h3, .contact-card h3 { font: 750 1.5rem/1.1 var(--f-display); letter-spacing: -.02em; }
.hours-head .status { background: var(--bone); }
.hours { width: 100%; border-collapse: collapse; margin-bottom: 12px; font-variant-numeric: tabular-nums; }
.hours th, .hours td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); font-weight: 500; }
.hours td { text-align: right; }
.hours tr.is-closed { color: var(--ink-soft); }
.hours tr.is-today { background: var(--sage-2); font-weight: 700; }
.hours tr.is-today th, .hours tr.is-today td { font-weight: 700; }
.today-tag { display: inline-block; margin-left: 8px; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; background: var(--ink); color: var(--bone); padding: .25em .55em; border-radius: 6px; vertical-align: 2px; }
.contact-card { grid-area: form; position: sticky; top: 96px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(24px, 3vw, 36px); box-shadow: var(--shadow); }
.contact-card > div > .micro { margin: 8px 0 20px; }
.form { display: grid; gap: 14px; }
.field { display: grid; gap: 6px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field label { font-weight: 700; font-size: .88rem; }
.field input, .field textarea { width: 100%; font: 500 1rem/1.4 var(--f-body); color: var(--ink); background: var(--bone); border: 1.5px solid var(--line); border-radius: 14px; padding: .8em 1em; transition: border-color .2s, box-shadow .2s, background-color .2s; }
.field textarea { resize: vertical; min-height: 104px; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--ink); background: #fff; box-shadow: 0 0 0 4px rgba(255, 90, 47, .25); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--coral-text); }
.form-err { color: var(--coral-text); font-weight: 600; font-size: .92rem; }
.form-fine { font-size: .8rem; text-align: center; }
.sent:focus { outline: none; }
.sent { text-align: center; padding: 24px 6px; animation: panelIn .5s var(--ease); }
.sent-ic { width: 72px; height: 72px; margin: 0 auto 18px; border-radius: 50%; background: var(--coral); display: grid; place-items: center; font-size: 34px; }
.sent h3 { margin-bottom: 8px; }
.sent p { color: var(--ink-soft); margin-bottom: 20px; }

/* ---------- final CTA ---------- */
.final { position: relative; z-index: 1; background: var(--coral); color: var(--ink); overflow: hidden; padding: clamp(72px, 10vw, 136px) 0; }
.final::before, .final::after { content: ''; position: absolute; border-radius: 50%; border: 2px solid rgba(15, 42, 44, .16); pointer-events: none; }
.final::before { width: 720px; height: 720px; right: -220px; top: -300px; }
.final::after { width: 420px; height: 420px; right: -70px; top: -150px; border-style: dashed; }
.final-in { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); gap: 32px 64px; align-items: end; }
.final-title { font: 800 clamp(2.5rem, 5.8vw, 5.4rem)/.95 var(--f-display); letter-spacing: -.045em; text-wrap: balance; }
.final-text { font-size: clamp(1.1rem, 1.5vw, 1.3rem); margin-top: 22px; max-width: 32em; }
.final-actions { display: grid; gap: 16px; justify-items: start; }
.final-next { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.final-call { font-weight: 700; text-underline-offset: 4px; }

/* ---------- footer ---------- */
.ftr { background: var(--ink); color: rgba(244, 239, 231, .82); padding: clamp(56px, 7vw, 88px) 0 32px; font-size: .96rem; }
.ftr-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.ftr-brand img { margin-bottom: 16px; }
.ftr-name { display: flex; flex-direction: column; line-height: 1.1; margin-bottom: 12px; }
.ftr-name strong { font: 800 1.5rem/1.1 var(--f-display); letter-spacing: -.03em; color: var(--bone); }
.ftr-name span { font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-top: 4px; }
.ftr-tag { max-width: 22em; }
.ftr-h { font: 700 .74rem/1 var(--f-body); letter-spacing: .16em; text-transform: uppercase; color: var(--coral); margin-bottom: 16px; }
.ftr p + p { margin-top: 10px; }
.ftr a, .ftr .inline-link { color: var(--bone); text-decoration: none; }
.ftr a:hover, .ftr .inline-link:hover { text-decoration: underline; }
.ftr-links, .ftr-hours { display: grid; gap: 10px; }
.ftr-hours .is-today { color: var(--bone); font-weight: 700; }
.ftr-base { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(244, 239, 231, .14); font-size: .85rem; }

/* ---------- mobile action bar ---------- */
.actionbar { display: none; }

/* ---------- responsive ---------- */
@media (max-width: 1099px) {
  .bodymap { grid-template-columns: minmax(0, 220px) minmax(0, 1fr); }
  .bm-side { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
  .bm-chips { flex-direction: row; flex-wrap: wrap; margin: 0; }
  .chip { border-radius: 999px; min-height: 42px; padding: .5em 1em; }
  .chip [data-icon] { display: none; }
  .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps::before { display: none; }
  .cond-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 899px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .hero-grid, .rv-grid, .lsvt-grid, .about-grid, .ins-grid, .faq-grid, .final-in, .sec-head.split { grid-template-columns: minmax(0, 1fr); }
  .hero-art-wrap { order: 2; max-width: 460px; width: 100%; margin: 0 auto; }
  .hero-art { margin: 0 auto; }
  .visit-grid { grid-template-columns: minmax(0, 1fr); grid-template-areas: 'map' 'hours' 'form'; }
  .faq .sec-head { position: static; }
  .portrait { max-width: 380px; margin: 0 auto; }
  .actionbar { display: grid; grid-template-columns: 1fr 1.7fr 1fr; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(15, 42, 44, .96); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 -12px 30px -18px rgba(15, 42, 44, .6); }
  .actionbar a, .actionbar button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-height: 54px; border: 0; background: transparent; color: var(--bone); font: 700 .76rem/1 var(--f-body); text-decoration: none; border-radius: 14px; }
  .actionbar a:active { background: rgba(244, 239, 231, .08); }
  .actionbar .ab-book { flex-direction: row; gap: 8px; background: var(--coral); color: var(--ink); font-size: .98rem; }
  .final-actions { justify-items: stretch; }
  .final-actions .btn { width: 100%; }
}
@media (max-width: 599px) {
  body { font-size: 1rem; }
  .hero-title { font-size: clamp(2.9rem, 13.5vw, 3.6rem); letter-spacing: -.045em; }
  .hero-ctas .btn { width: 100%; }
  .trust { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 12px; }
  .trust li { border: 0; margin: 0; padding: 0; font-size: .86rem; align-items: flex-start; }
  .trust li:first-child { grid-column: 1 / -1; }
  .bodymap { grid-template-columns: minmax(0, 1fr); }
  .bm-figure { max-width: 190px; }
  .bm-view-label { bottom: -26px; }
  .bm-panel { margin-top: 26px; }
  .bm-cols, .field-row, .creds { grid-template-columns: minmax(0, 1fr); }
  .bm-foot .btn { width: 100%; white-space: normal; text-align: center; }
  .svc-grid, .steps, .cond-grid { grid-template-columns: minmax(0, 1fr); }
  .svc.is-featured, .svc-help { grid-column: auto; }
  .svc { min-height: 0; padding: 22px; }
  .svc.is-featured .svc-top { padding-right: 0; }
  .svc-badge { position: static; align-self: flex-start; order: -1; }
  .cond-grid { gap: 32px; }
  .score-num { font-size: 42vw; }
  .theme { padding: 22px 20px 20px 58px; }
  .theme::before { left: 16px; font-size: 3.4rem; }
  .lsvt-stats { grid-template-columns: repeat(2, 1fr); }
  .bring { flex-direction: column; align-items: flex-start; }
  .bring .btn { width: 100%; }
  .map-info { flex-direction: column; align-items: flex-start; }
  .ins-card { padding: 22px 20px 22px 20px; }
  .ins-ic { position: static; margin-bottom: 12px; }
  .sticker { width: 112px; right: -8px; bottom: 80px; }
  .faq-list details > div { padding-right: 0; }
  .ftr-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .topbar { font-size: .8rem; }
  .final::before { width: 460px; height: 460px; right: -260px; top: -220px; }
  .final::after { display: none; }
}

/* ---------- keyframes ---------- */
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes pop { to { transform: scale(1); } }
@keyframes hl { to { background-size: 100% .24em; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes reach { from { transform: rotate(0deg); } to { transform: rotate(-7deg); } }
@keyframes ring { 0% { opacity: .8; transform: scale(1); } 100% { opacity: 0; transform: scale(2.6); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes panelIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes flip { 0% { transform: scaleX(1); } 50% { transform: scaleX(.05); } 100% { transform: scaleX(1); } }
@keyframes livePulse { 0% { box-shadow: 0 0 0 0 rgba(30, 140, 90, .55); } 70% { box-shadow: 0 0 0 9px rgba(30, 140, 90, 0); } 100% { box-shadow: 0 0 0 0 rgba(30, 140, 90, 0); } }
@keyframes livePulseInk { 0% { box-shadow: 0 0 0 0 rgba(15, 42, 44, .5); } 70% { box-shadow: 0 0 0 9px rgba(15, 42, 44, 0); } 100% { box-shadow: 0 0 0 0 rgba(15, 42, 44, 0); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0s !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .thread, .target-ring, .hs-dot::before { display: none; }
  .js .rv { transform: none; }
}
