:root {
  --ink: #1d1d1f;
  --ink-soft: #424245;
  --paper: #f5f5f7;
  --paper-deep: #e8e8ed;
  --white: #ffffff;
  --yellow: #ffd400;
  --yellow-soft: #fff3a8;
  --blue: #0071e3;
  --blue-soft: #e7f2ff;
  --mint: #d9f7e7;
  --line: rgba(29, 29, 31, .12);
  --muted: #6e6e73;
  --shadow-sm: 0 16px 44px rgba(0, 0, 0, .07);
  --shadow-lg: 0 34px 110px rgba(0, 0, 0, .15);
  --radius-sm: 1rem;
  --radius-md: 1.5rem;
  --radius-lg: clamp(1.8rem, 4vw, 3.5rem);
  --container: 1240px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-symmetric-in: cubic-bezier(.64, 0, .78, 0);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: 180ms var(--ease-symmetric-in) both apple-page-out; }
::view-transition-new(root) { animation: 340ms var(--ease) both apple-page-in; }
@keyframes apple-page-out { to { opacity: .2; transform: scale(.992); filter: blur(5px); } }
@keyframes apple-page-in { from { opacity: .2; transform: scale(.992); filter: blur(5px); } }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
body::before {
  content: ""; position: fixed; inset: 0; z-index: 80; pointer-events: none;
  background: rgba(11,17,20,.18); opacity: 0; backdrop-filter: blur(0); -webkit-backdrop-filter: blur(0);
  transition: opacity .26s ease, backdrop-filter .34s var(--ease), -webkit-backdrop-filter .34s var(--ease);
}
body.menu-open::before { pointer-events: auto; opacity: 1; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
main, .site-footer { transform-origin: 50% 0; transition: transform .34s var(--ease), filter .34s var(--ease); }
body.menu-open main, body.menu-open .site-footer { transform: scale(.988); filter: saturate(.82); }
::selection { background: var(--yellow); color: var(--ink); }
img, video, canvas { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; }
.skip-link {
  position: fixed; top: .5rem; left: .5rem; z-index: 200;
  transform: translateY(-160%); border-radius: 999px; background: var(--ink); color: white;
  padding: .75rem 1rem; font-weight: 750;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), 840px); margin-inline: auto; }
.section { position: relative; padding-block: clamp(5rem, 11vw, 10rem); }
.section-sm { padding-block: clamp(3.5rem, 7vw, 6rem); }
.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem; margin: 0 0 1.25rem;
  color: var(--ink-soft); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 1.8rem; height: 2px; background: currentColor; }
.display, h1, h2, h3, p { margin-top: 0; }
.display, h1, h2, h3 { text-wrap: balance; }
.display {
  margin-bottom: 1.5rem; max-width: 12ch;
  font-size: clamp(4rem, 7.1vw, 6.25rem); font-weight: 740; line-height: .9; letter-spacing: -.06em;
}
h1 { margin-bottom: 1.5rem; font-size: clamp(3.2rem, 7.4vw, 7.5rem); line-height: .94; letter-spacing: -.05em; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.35rem, 5.4vw, 5.35rem); line-height: .98; letter-spacing: -.045em; }
h3 { margin-bottom: .75rem; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.08; letter-spacing: -.025em; }
.lede { max-width: 62ch; color: var(--ink-soft); font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.55; }
.micro { color: var(--muted); font-size: .88rem; }
.accent-mark { position: relative; display: inline; z-index: 0; }
.accent-mark::after {
  content: ""; position: absolute; left: -.02em; right: -.04em; bottom: .08em; z-index: -1;
  height: .19em; border-radius: 999px; background: var(--yellow); transform: rotate(-1.2deg);
}
.blue { color: var(--blue); }

.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.btn {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .75rem;
  border: 1px solid transparent; border-radius: 999px; padding: .9rem 1.25rem;
  font-size: .95rem; font-weight: 760; line-height: 1; cursor: pointer;
  transition: transform .22s var(--ease), background .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active, .btn.is-pressed { transform: scale(.965); transition-duration: 80ms; }
.btn-primary { background: var(--blue); color: white; box-shadow: 0 12px 30px rgba(0,113,227,.22); }
.btn-primary:hover { background: #0077ed; }
.btn-yellow { background: var(--yellow); color: var(--ink); box-shadow: 0 12px 30px rgba(255, 212, 0, .22); }
.btn-yellow:hover { background: #ffe458; }
.btn-light { background: rgba(255,255,255,.75); border-color: var(--line); backdrop-filter: blur(14px); }
.btn-light:hover { background: var(--white); }
.btn-link { padding-inline: .25rem; color: var(--ink); }
.btn-link:hover { color: var(--blue); }
.btn-block { width: 100%; }
.btn-arrow { transition: transform .22s var(--ease); }
.btn:hover .btn-arrow { transform: translateX(4px); }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: .65rem 0; pointer-events: none; }
.site-header::after { content: ""; position: absolute; inset: 100% 0 auto; height: 1.2rem; opacity: 0; background: linear-gradient(rgba(11,17,20,.05), transparent); transition: opacity .25s ease; }
.is-scrolled .site-header::after { opacity: 1; }
.site-nav {
  width: min(calc(100% - 1rem), 1160px); min-height: 60px; margin: 0 auto; padding: .45rem .5rem .45rem .65rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  border: 1px solid rgba(255,255,255,.7); border-radius: 999px;
  background: rgba(248,247,243,.72); box-shadow: 0 8px 40px rgba(11,17,20,.07), inset 0 1px rgba(255,255,255,.75);
  backdrop-filter: blur(24px) saturate(165%); -webkit-backdrop-filter: blur(24px) saturate(165%); pointer-events: auto;
  transition: min-height .34s var(--ease), background .25s ease, box-shadow .25s ease, transform .34s var(--ease);
}
.is-scrolled .site-nav { min-height: 60px; background: rgba(248,247,243,.82); box-shadow: 0 12px 48px rgba(11,17,20,.11), inset 0 1px rgba(255,255,255,.8); }
.brand { display: flex; align-items: center; gap: .65rem; min-width: 0; }
.brand img { width: 38px; height: 38px; border-radius: .7rem; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: .95rem; letter-spacing: -.025em; }
.brand-copy span { margin-top: .18rem; color: var(--muted); font-size: .69rem; }
.desktop-nav { display: flex; align-items: center; gap: .1rem; }
.desktop-nav a { min-height: 42px; display: inline-flex; align-items: center; padding: .65rem .78rem; border-radius: 999px; color: var(--ink-soft); font-size: .8rem; font-weight: 680; letter-spacing: .005em; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"], .desktop-nav a.is-active { background: rgba(255,255,255,.88); color: var(--ink); box-shadow: 0 2px 10px rgba(0,0,0,.04); }
.nav-actions { display: flex; align-items: center; gap: .45rem; }
.nav-actions .btn-yellow { background: var(--blue); color: white; box-shadow: 0 8px 24px rgba(0,113,227,.2); }
.nav-actions .btn-yellow:hover { background: #0077ed; }
.menu-toggle {
  width: 48px; height: 48px; display: none; place-items: center; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.86); cursor: pointer; transition: transform 90ms ease-out, background .2s ease;
}
.menu-toggle.is-pressed { transform: scale(.9); }
.menu-lines, .menu-lines::before, .menu-lines::after { width: 18px; height: 2px; display: block; border-radius: 2px; background: var(--ink); transition: transform .25s var(--ease), opacity .2s; }
.menu-lines { position: relative; }
.menu-lines::before, .menu-lines::after { content: ""; position: absolute; left: 0; }
.menu-lines::before { top: -6px; }
.menu-lines::after { top: 6px; }
.menu-open .menu-lines { background: transparent; }
.menu-open .menu-lines::before { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-lines::after { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu {
  position: fixed; inset: 5.25rem .5rem auto; z-index: 90; display: grid; align-content: start; visibility: hidden; opacity: 0;
  max-height: calc(100svh - 5.75rem); overflow: auto; overscroll-behavior: contain;
  border: 1px solid rgba(255,255,255,.68); border-radius: 1.8rem; padding: 1rem;
  background: rgba(248,247,243,.84); box-shadow: 0 30px 100px rgba(11,17,20,.2), inset 0 1px rgba(255,255,255,.8);
  backdrop-filter: blur(32px) saturate(170%); -webkit-backdrop-filter: blur(32px) saturate(170%);
  transform: translateY(-12px) scale(.94); filter: blur(10px);
  transition: opacity .24s ease, visibility .34s, transform .34s var(--ease), filter .24s ease;
}
.menu-open .mobile-menu { visibility: visible; opacity: 1; transform: none; filter: none; }
.mobile-menu nav { display: grid; gap: .25rem; }
.mobile-menu nav a { display: flex; justify-content: space-between; align-items: center; min-height: 58px; border-bottom: 1px solid var(--line); padding-inline: .3rem; font-size: clamp(1.35rem, 6vw, 2rem); font-weight: 720; letter-spacing: -.035em; }
.mobile-menu nav a[aria-current="page"] { border-radius: 1rem; background: rgba(255,255,255,.72); padding-inline: .8rem; color: var(--blue); }
.mobile-menu .btn-row { margin-top: 1.25rem; }
.scroll-progress { position: fixed; top: 0; left: 0; z-index: 120; height: 3px; width: calc(var(--scroll-progress, 0) * 100%); background: var(--blue); transform-origin: left; }

/* Hero */
.hero { min-height: 100svh; display: grid; align-items: center; padding: clamp(7.5rem, 13vw, 10.5rem) 0 5rem; isolation: isolate; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(circle at 4% 15%, rgba(255,212,0,.58), transparent 26rem),
    radial-gradient(circle at 90% 34%, rgba(0,113,227,.14), transparent 34rem),
    linear-gradient(180deg, #fff 0%, var(--paper) 100%);
  transform: translate3d(0, calc(var(--parallax, 0) * -14px), 0) scale(calc(1 + var(--parallax, 0) * .025));
  transform-origin: center top;
  will-change: transform;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .72fr); gap: clamp(3rem, 7vw, 7.5rem); align-items: center; }
.hero-copy { position: relative; z-index: 2; opacity: var(--hero-copy-opacity, 1); transform: translate3d(0, var(--hero-copy-y, 0px), 0); will-change: transform, opacity; }
.hero-copy .lede { max-width: 43ch; font-size: clamp(1.12rem, 1.6vw, 1.4rem); }
.hero-gradient { color: var(--blue); background: linear-gradient(112deg, #0071e3 8%, #4b6fff 52%, #8d54ff 96%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-meta { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.pill { display: inline-flex; align-items: center; min-height: 36px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.56); padding: .45rem .8rem; color: var(--ink-soft); font-size: .76rem; font-weight: 750; backdrop-filter: blur(12px); }
.pill-live::before { content: ""; width: .5rem; height: .5rem; margin-right: .5rem; border-radius: 50%; background: #19a563; box-shadow: 0 0 0 4px rgba(25,165,99,.12); }
.hero-visual { position: relative; min-height: min(70svh, 720px); display: grid; place-items: center; margin: 0; opacity: var(--hero-visual-opacity, 1); transform: translate3d(0, var(--hero-visual-y, 0px), 0) scale(var(--hero-visual-scale, 1)); transform-origin: center; will-change: transform, opacity; }
.portrait-stage { position: relative; width: min(100%, 480px); padding: 1.1rem; isolation: isolate; }
.portrait-stage::before {
  content: ""; position: absolute; inset: 3.25rem -.75rem -.7rem 2.2rem; z-index: -1;
  border-radius: 2.65rem; background: linear-gradient(145deg, #087cf1 0%, #4662ea 56%, #6556df 100%);
  box-shadow: 0 34px 90px rgba(26,83,191,.24); transform: rotate(2.4deg);
}
.portrait-shell { position: relative; width: 100%; transform: translateY(calc(var(--parallax, 0) * -12px)); }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: 5 / 6; border: 6px solid rgba(255,255,255,.92); border-radius: 2.35rem; background: var(--yellow); box-shadow: 0 30px 84px rgba(11,23,38,.16); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.portrait-frame::after { content: ""; position: absolute; inset: 52% 0 0; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(5,8,15,.13)); }
.portrait-profile-card {
  position: absolute; right: 1rem; bottom: 1rem; left: 1rem; z-index: 2; min-height: 82px;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  border: 1px solid rgba(255,255,255,.72); border-radius: 1.45rem; background: rgba(250,250,252,.8); color: var(--ink);
  padding: .85rem .9rem .85rem 1.05rem; box-shadow: 0 18px 50px rgba(6,12,25,.15), inset 0 1px rgba(255,255,255,.86);
  backdrop-filter: blur(24px) saturate(160%); -webkit-backdrop-filter: blur(24px) saturate(160%);
  transition: transform .46s var(--ease), background-color .36s ease, box-shadow .46s var(--ease);
}
.portrait-profile-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.9); box-shadow: 0 24px 64px rgba(6,12,25,.2), inset 0 1px white; }
.portrait-identity strong, .portrait-identity small { display: block; }
.portrait-identity strong { font-size: 1rem; line-height: 1.1; letter-spacing: -.025em; }
.portrait-identity small { margin-top: .28rem; color: var(--muted); font-size: .7rem; font-weight: 650; letter-spacing: .01em; }
.portrait-profile-arrow { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: white; font-size: 1.12rem; font-weight: 780; box-shadow: 0 12px 28px rgba(0,113,227,.27); transition: transform .46s var(--ease), box-shadow .46s var(--ease); }
.portrait-profile-card:hover .portrait-profile-arrow { transform: translateX(3px); box-shadow: 0 15px 34px rgba(0,113,227,.34); }
.hero-proof { max-width: 660px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 2.5rem; border-top: 1px solid var(--line); padding-top: 1.15rem; }
.hero-proof div { min-width: 0; border-right: 1px solid var(--line); padding-right: 1rem; }
.hero-proof div + div { padding-left: 1rem; }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: .95rem; letter-spacing: -.015em; }
.hero-proof span { margin-top: .15rem; color: var(--muted); font-size: .72rem; line-height: 1.3; }
.scroll-cue { width: max-content; display: flex; align-items: center; gap: .8rem; margin-top: 2rem; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue-line { position: relative; width: 4rem; height: 1px; overflow: hidden; background: var(--line); }
.scroll-cue-line::after { content: ""; position: absolute; inset: 0; background: var(--blue); transform: translateX(-75%); transition: transform .4s var(--ease); }
.scroll-cue:hover .scroll-cue-line::after { transform: translateX(0); }

/* Marquee / statement */
.statement { overflow: hidden; border-block: 1px solid var(--line); background: var(--ink); color: white; }
.statement-track { display: flex; width: max-content; padding: 1.15rem 0 1.15rem 4vw; transform: translate3d(var(--ticker-x, 0px), 0, 0); will-change: transform; }
.statement span { display: inline-flex; align-items: center; gap: 2rem; margin-right: 2rem; font-size: clamp(1.1rem, 2vw, 1.6rem); font-weight: 690; letter-spacing: -.025em; white-space: nowrap; }
.statement span::after { content: ""; width: .6rem; height: .6rem; border-radius: 50%; background: var(--yellow); }

/* Cards and grids */
.split-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; margin-bottom: clamp(2.5rem, 6vw, 5rem); }
.split-heading > * { margin-bottom: 0; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.path-card {
  min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.5rem, 3vw, 2.5rem); background: rgba(255,255,255,.74);
  scale: var(--stack-scale, 1); transform-origin: 50% 0; box-shadow: var(--shadow-sm); transition: transform .56s var(--ease), scale .22s linear, box-shadow .56s var(--ease), border-color .42s var(--ease), background .42s var(--ease);
}
.path-card:hover { transform: translateY(-9px); border-color: rgba(0,113,227,.2); box-shadow: var(--shadow-lg); }
.path-card.is-pressed { scale: .98; transition-duration: 80ms; }
.path-card:nth-child(2) { background: linear-gradient(145deg, #fff4a8, var(--yellow)); }
.path-card:nth-child(3) { background: linear-gradient(145deg, #087cf1, #4f53df); color: white; }
.path-card-number { font-variant-numeric: tabular-nums; color: currentColor; opacity: .55; font-size: .82rem; font-weight: 800; }
.path-card p { max-width: 34ch; color: currentColor; opacity: .72; }
.path-link { display: flex; align-items: center; justify-content: space-between; min-height: 48px; border-top: 1px solid currentColor; padding-top: 1rem; font-weight: 800; }

.story { background: #000; color: white; }
.story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 9rem); }
.story-intro { position: sticky; top: 8rem; align-self: start; }
.story-intro .lede { color: rgba(255,255,255,.65); }
.story-stack { display: grid; gap: 1rem; padding-bottom: 5rem; }
.story-card { position: sticky; top: 7.5rem; min-height: min(62svh, 610px); display: flex; flex-direction: column; justify-content: space-between; scale: var(--stack-scale, 1); transform-origin: 50% 0; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); padding: clamp(1.6rem, 4vw, 3.2rem); background: #1c1c1e; box-shadow: 0 -18px 60px rgba(0,0,0,.3); transition: scale .22s linear; }
.story-card:nth-child(1) { z-index: 1; }
.story-card:nth-child(2) { top: 8.1rem; z-index: 2; }
.story-card:nth-child(3) { top: 8.7rem; z-index: 3; }
.story-card:nth-child(2) { background: var(--yellow); color: var(--ink); }
.story-card:nth-child(3) { background: #e7f2ff; color: var(--ink); }
.story-index { font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; opacity: .62; }
.story-card blockquote { margin: 0; max-width: 17ch; font-size: clamp(2rem, 4.5vw, 4.3rem); font-weight: 720; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.story-card p { max-width: 38ch; margin-bottom: 0; opacity: .72; }

/* Direct-manipulation life rail */
.life-rail-section { overflow: hidden; background: linear-gradient(180deg, #fff 0%, var(--paper) 100%); }
.rail-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.rail-heading h2 { max-width: 12ch; margin-bottom: 0; }
.soft-type { color: #8a8a8f; }
.rail-copy { justify-self: end; max-width: 34rem; }
.rail-copy .lede { margin-bottom: 1rem; }
.rail-hint { display: inline-flex; align-items: center; gap: .55rem; margin: 0; color: var(--muted); font-size: .78rem; font-weight: 760; letter-spacing: .03em; }
.rail-hint span { width: 2rem; height: 2rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.72); }
.life-rail { width: 100%; overflow: hidden; contain: paint; padding-left: max(1rem, calc((100vw - var(--container)) / 2)); outline: none; cursor: grab; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.life-rail:focus-visible { outline: 3px solid var(--blue); outline-offset: -3px; }
.life-rail.is-dragging { cursor: grabbing; }
.life-rail.is-native-scroll {
  overflow-x: auto; overflow-y: hidden; contain: layout paint; cursor: auto; touch-action: pan-x pan-y;
  overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: 1.25rem;
  scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.life-rail.is-native-scroll::-webkit-scrollbar { display: none; }
.life-rail.is-native-scroll .life-track { transform: none !important; will-change: auto; }
.life-rail.is-native-scroll .life-card { scale: 1; translate: 0; opacity: 1; scroll-snap-align: center; scroll-snap-stop: normal; }
.life-track { width: max-content; display: flex; gap: clamp(.8rem, 1.5vw, 1.25rem); padding: 1.5rem max(2rem, calc((100vw - var(--container)) / 2)) 2.5rem 0; transform: translate3d(var(--rail-x, 0px), 0, 0); transform-origin: left center; will-change: transform; }
.life-card {
  --card-scale: .94; --card-y: 12px; --card-opacity: .62;
  width: clamp(340px, 39vw, 520px); min-height: min(66svh, 610px); display: flex; flex: 0 0 auto; flex-direction: column; justify-content: space-between;
  scale: var(--card-scale); translate: 0 var(--card-y); opacity: var(--card-opacity); transform-origin: 50% 50%;
  overflow: hidden; border: 1px solid rgba(255,255,255,.54); border-radius: clamp(2rem, 3vw, 3.2rem); padding: clamp(1.6rem, 3vw, 2.8rem);
  background: white; color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.12), inset 0 1px rgba(255,255,255,.75);
  transition: box-shadow .25s ease; -webkit-user-drag: none;
}
.life-card[aria-current="true"] { box-shadow: 0 38px 100px rgba(0,0,0,.17), inset 0 1px rgba(255,255,255,.8); }
.life-card * { pointer-events: none; }
.life-card-index { align-self: flex-end; font-size: .8rem; font-weight: 800; letter-spacing: .08em; opacity: .58; }
.life-card-label { display: inline-flex; margin-bottom: 1.1rem; border-radius: 999px; background: rgba(255,255,255,.64); padding: .45rem .7rem; color: inherit; font-size: .7rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.life-card h3 { max-width: 11ch; margin-bottom: 1rem; font-size: clamp(2.35rem, 4vw, 4.25rem); line-height: .96; letter-spacing: -.05em; }
.life-card p { max-width: 37ch; margin-bottom: 0; color: currentColor; opacity: .68; }
.life-card-action { min-height: 52px; display: flex; align-items: center; justify-content: space-between; margin-top: 2rem; border-top: 1px solid currentColor; padding-top: 1rem; font-size: .88rem; font-weight: 780; }
.life-card-blue { background: linear-gradient(150deg, #0071e3, #5151e5); color: white; }
.life-card-light { background: linear-gradient(150deg, #fff, #e8edf7); }
.life-card-yellow { background: linear-gradient(150deg, #ffe45b, var(--yellow)); }
.life-card-dark { background: linear-gradient(150deg, #2c2c2e, #08080a); color: white; }
.life-card-mint { background: linear-gradient(150deg, #dcfaeb, #9ee6c2); }
.rail-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.rail-progress { height: 4px; flex: 1; overflow: hidden; border-radius: 99px; background: rgba(29,29,31,.1); }
.rail-progress span { width: 20%; height: 100%; display: block; border-radius: inherit; background: var(--ink); transform: translateX(var(--rail-progress-x, 0%)); transition: transform .15s linear; }
.rail-controls { display: flex; align-items: center; gap: .55rem; }
.rail-status { min-width: 3.4rem; margin-right: .4rem; color: var(--muted); font-size: .78rem; font-variant-numeric: tabular-nums; text-align: right; }
.rail-control { width: 48px; height: 48px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #e8e8ed; color: var(--ink); font-size: 1.1rem; cursor: pointer; transition: transform 90ms ease-out, background .2s ease, opacity .2s ease; }
.rail-control:hover { background: #d8d8dd; }
.rail-control:active, .rail-control.is-pressed { transform: scale(.9); }
.rail-control:disabled { opacity: .34; cursor: default; }

.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.service-card { min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; grid-column: span 4; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); padding: clamp(1.4rem, 2.5vw, 2.1rem); transition: transform .56s var(--ease), box-shadow .56s var(--ease), border-color .42s var(--ease); }
.service-card:hover { transform: translateY(-8px); border-color: rgba(0,113,227,.22); box-shadow: 0 30px 80px rgba(0,0,0,.12); }
.service-card.is-pressed, .topic-card.is-pressed, .contact-method.is-pressed { scale: .98; transition-duration: 80ms; }
.service-card.wide { grid-column: span 8; background: var(--yellow-soft); }
.service-card.blue-card { background: linear-gradient(145deg, #087cf1, #4f53df); color: white; }
.service-card p { max-width: 40ch; margin-bottom: 0; color: currentColor; opacity: .7; }
.service-card .text-link { margin-top: 1.25rem; }
.service-card .text-link span, .topic-card > .text-link span { transition: transform .48s var(--ease); }
.service-card:hover .text-link span, .topic-card:hover > .text-link span { transform: translateX(8px); }
.service-label { width: max-content; display: inline-flex; border-radius: 999px; background: var(--paper); padding: .4rem .65rem; color: var(--ink); font-size: .72rem; font-weight: 800; }

.fluid-surface {
  --fluid-rx: 0deg; --fluid-ry: 0deg; --fluid-base-y: 0px; position: relative; overflow: hidden;
  transform: perspective(1100px) translate3d(0, var(--fluid-base-y), 0) rotateX(var(--fluid-rx)) rotateY(var(--fluid-ry));
  transform-style: preserve-3d; will-change: transform;
}
.fluid-surface::after {
  content: ""; position: absolute; inset: 0; z-index: 5; pointer-events: none; border-radius: inherit;
  background: radial-gradient(circle at var(--glare-x, 50%) var(--glare-y, 50%), rgba(255,255,255,.16), transparent 38%);
  opacity: 0; transition: opacity .18s ease;
}
.fluid-surface.is-tracking::after { opacity: 1; }
.portrait-shell.fluid-surface { overflow: visible; }
.portrait-shell.fluid-surface::after { display: none; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; counter-reset: step; }
.process-card { position: relative; min-height: 290px; border-top: 1px solid var(--ink); padding: 1.5rem 1rem 0 0; counter-increment: step; }
.process-card::before { content: "0" counter(step); display: block; margin-bottom: 3rem; color: var(--blue); font-size: .8rem; font-weight: 850; letter-spacing: .12em; }
.process-card p { color: var(--muted); }

.quote-section { overflow: hidden; background: var(--yellow); }
.quote-wrap { display: grid; grid-template-columns: .5fr 1.5fr; gap: clamp(2rem, 8vw, 8rem); }
.quote-score { align-self: start; }
.quote-score strong { display: block; font-size: clamp(4rem, 9vw, 8rem); line-height: .8; letter-spacing: -.08em; }
.quote-score span { display: block; margin-top: 1rem; font-weight: 800; }
.quote-copy blockquote { margin: 0; max-width: 22ch; font-size: clamp(2.1rem, 5vw, 5.4rem); font-weight: 700; line-height: .98; letter-spacing: -.06em; text-wrap: balance; }
.quote-copy cite { display: block; margin-top: 2rem; font-style: normal; font-weight: 700; }

.profile-panel { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 650px; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius-lg); background: linear-gradient(145deg, #f7fbff, #e2edff); box-shadow: 0 34px 100px rgba(0,0,0,.1); }
.profile-image { min-height: 520px; }
.profile-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.profile-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 7vw, 7rem); }
.profile-copy ul { display: grid; gap: .8rem; margin: 1rem 0 2rem; padding: 0; list-style: none; }
.profile-copy li { display: flex; gap: .7rem; color: var(--ink-soft); }
.profile-copy li::before { content: ""; flex: 0 0 .55rem; width: .55rem; height: .55rem; margin-top: .48rem; border-radius: 50%; background: var(--blue); }

.contact { background: var(--ink); color: white; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.contact .lede { color: rgba(255,255,255,.66); }
.contact-methods { display: grid; gap: .65rem; margin-top: 2rem; }
.contact-method { display: flex; align-items: center; justify-content: space-between; min-height: 58px; border-bottom: 1px solid rgba(255,255,255,.16); font-weight: 720; }
.contact-method span { color: rgba(255,255,255,.52); font-size: .82rem; }
.contact-form { border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); background: white; color: var(--ink); box-shadow: 0 34px 100px rgba(0,0,0,.2); padding: clamp(1.4rem, 4vw, 3rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .45rem; }
.field-full { grid-column: 1 / -1; }
.field label, .field-label { color: var(--ink-soft); font-size: .8rem; font-weight: 780; }
.field input, .field textarea, .field select {
  width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: 1rem; background: #f6f5f1; color: var(--ink); padding: .85rem 1rem; outline: none; transition: border-color .2s, background .2s, box-shadow .2s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); background: white; box-shadow: 0 0 0 4px rgba(35,88,255,.12); }
.field input:user-invalid, .field textarea:user-invalid, .field select:user-invalid { border-color: #d70015; box-shadow: 0 0 0 4px rgba(215,0,21,.1); }
.field.has-error label, .check-row.has-error label { color: #b00014; }
.check-row { display: flex; align-items: flex-start; gap: .75rem; }
.check-row input { width: 20px; height: 20px; margin-top: .12rem; accent-color: var(--blue); }
.check-row label { color: var(--muted); font-size: .8rem; }
.form-status { min-height: 1.5rem; margin: .75rem 0 0; color: var(--muted); font-size: .84rem; }
.form-status.is-error { color: #b00014; font-weight: 700; }

/* Inline lead funnel */
.contact-funnel { overflow: clip; background: linear-gradient(160deg, #18181a 0%, #050506 72%); }
.funnel-contact-grid { grid-template-columns: 1fr; align-items: start; gap: clamp(2.5rem, 6vw, 5rem); }
.funnel-contact-copy { width: min(100%, 920px); margin-inline: auto; text-align: center; }
.funnel-contact-copy h2 { max-width: 13ch; margin-inline: auto; }
.funnel-contact-copy .lede { max-width: 66ch; margin-inline: auto; }
.funnel-promises { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 2.1rem; border-block: 1px solid rgba(255,255,255,.14); }
.funnel-promises span { min-height: 66px; display: flex; align-items: center; justify-content: center; gap: .5rem; padding: .8rem 1rem; color: rgba(255,255,255,.58); font-size: .8rem; }
.funnel-promises span + span { border-left: 1px solid rgba(255,255,255,.14); }
.funnel-promises strong { color: white; }
.funnel-alternatives { width: min(100%, 920px); display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin: -2rem auto 0; }
.lead-funnel { --funnel-progress: 20%; width: min(100%, 1040px); min-width: 0; overflow: hidden; margin-inline: auto; scroll-margin-top: 6.5rem; border: 1px solid rgba(255,255,255,.86); border-radius: var(--radius-lg); background: #fbfbfd; color: var(--ink); box-shadow: 0 36px 110px rgba(0,0,0,.32), inset 0 1px white; padding: clamp(1.2rem, 3.4vw, 2.8rem); }
.funnel-header { display: grid; grid-template-columns: 1fr auto; gap: .8rem 1rem; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.funnel-header > div:first-child { display: grid; gap: .25rem; }
.funnel-kicker { color: var(--blue); font-size: .68rem; font-weight: 830; letter-spacing: .12em; text-transform: uppercase; }
.funnel-header strong { color: var(--muted); font-size: .8rem; }
.funnel-step-count { align-self: center; border-radius: 999px; background: var(--paper-deep); padding: .55rem .7rem; color: var(--muted); font-size: .72rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.funnel-step-count b { color: var(--ink); }
.funnel-progress { grid-column: 1 / -1; height: 5px; overflow: hidden; border-radius: 999px; background: var(--paper-deep); }
.funnel-progress span { width: var(--funnel-progress); height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--blue), #4a55df); transition: width .36s var(--ease); }
.funnel-step { min-width: 0; min-height: 590px; margin: 0; border: 0; padding: 0; }
.lead-funnel.is-enhanced .funnel-step:not([hidden]) { display: flex; flex-direction: column; }
.lead-funnel.is-enhanced .funnel-step:not([hidden]) { animation: funnel-materialize .34s var(--ease) both; }
@keyframes funnel-materialize { from { opacity: .2; transform: translateY(12px) scale(.992); filter: blur(5px); } to { opacity: 1; transform: none; filter: none; } }
.funnel-step-heading { outline: none; }
.funnel-step-heading > span { color: var(--blue); font-size: .72rem; font-weight: 840; letter-spacing: .1em; text-transform: uppercase; }
.funnel-step-heading h3 { max-width: 15ch; margin: .7rem 0 .8rem; font-size: clamp(2.35rem, 5vw, 4.6rem); line-height: .94; letter-spacing: -.055em; }
.funnel-step-heading p { max-width: 48ch; margin-bottom: 0; color: var(--muted); }
.funnel-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin-top: 2rem; }
.funnel-option { position: relative; min-width: 0; cursor: pointer; }
.funnel-option > input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.funnel-option-body { position: relative; min-height: 142px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--line); border-radius: 1.35rem; background: white; padding: 1.15rem; transition: transform 100ms ease-out, border-color .22s ease, background .28s var(--ease), color .22s ease, box-shadow .28s ease; }
.funnel-option-body::before { content: ""; position: absolute; right: -3.8rem; top: -4.8rem; width: 9rem; aspect-ratio: 1; border-radius: 50%; background: var(--blue); opacity: 0; filter: blur(22px); transition: opacity .25s ease; }
.funnel-option:hover .funnel-option-body { transform: translateY(-3px); border-color: rgba(0,113,227,.32); box-shadow: 0 15px 34px rgba(29,29,31,.08); }
.funnel-option input:active + .funnel-option-body, .funnel-option-body.is-pressed { transform: scale(.975); }
.funnel-option input:focus-visible + .funnel-option-body { outline: 3px solid var(--blue); outline-offset: 3px; }
.funnel-option input:checked + .funnel-option-body { border-color: var(--blue); background: var(--blue); color: white; box-shadow: 0 18px 44px rgba(0,113,227,.24); }
.funnel-option input:checked + .funnel-option-body::before { opacity: .38; }
.funnel-option-index { position: absolute; left: 1.15rem; top: 1rem; color: currentColor; font-size: .66rem; font-weight: 850; font-variant-numeric: tabular-nums; opacity: .42; }
.funnel-option-body strong { position: relative; font-size: 1.08rem; letter-spacing: -.02em; }
.funnel-option-body small { position: relative; margin-top: .3rem; color: currentColor; font-size: .72rem; line-height: 1.4; opacity: .62; }
.funnel-option-body i { position: absolute; right: 1rem; top: 1rem; width: 1.45rem; height: 1.45rem; border: 1px solid currentColor; border-radius: 50%; opacity: .2; }
.funnel-option-body i::after { content: ""; position: absolute; left: .42rem; top: .26rem; width: .38rem; height: .68rem; border: solid currentColor; border-width: 0 2px 2px 0; opacity: 0; transform: rotate(45deg) scale(.5); transition: opacity .18s ease, transform .24s var(--ease); }
.funnel-option input:checked + .funnel-option-body i { opacity: .8; }
.funnel-option input:checked + .funnel-option-body i::after { opacity: 1; transform: rotate(45deg) scale(1); }
.funnel-method-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin-top: 2rem; }
.funnel-method .funnel-option-body { min-height: 150px; justify-content: flex-end; }
.funnel-timing-grid .funnel-option-body { min-height: 190px; }
.funnel-time-block { margin-top: 2rem; }
.funnel-time-grid { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: .7rem; }
.funnel-time-grid label { cursor: pointer; }
.funnel-time-grid input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.funnel-time-grid span { min-height: 46px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; background: white; padding: .7rem .9rem; color: var(--ink-soft); font-size: .78rem; font-weight: 740; transition: transform 90ms ease-out, border-color .2s ease, background .2s ease, color .2s ease; }
.funnel-time-grid label:hover span { border-color: rgba(0,113,227,.35); }
.funnel-time-grid span.is-pressed { transform: scale(.97); }
.funnel-time-grid input:focus-visible + span { outline: 3px solid var(--blue); outline-offset: 3px; }
.funnel-time-grid input:checked + span { border-color: var(--blue); background: var(--blue-soft); color: #0056b3; }
.funnel-summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 1.8rem 0 1rem; border-radius: 1.1rem; background: var(--blue-soft); padding: .9rem 1rem; }
.funnel-summary span { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.funnel-summary strong { text-align: right; font-size: .82rem; }
.funnel-fields { margin-top: 1rem; }
.funnel-fields [hidden] { display: none; }
.funnel-fields .check-row a { text-decoration: underline; }
.funnel-step-error { min-height: 1.4rem; margin: 1rem 0 -.3rem; color: #b00014; font-size: .78rem; font-weight: 720; }
.funnel-nav { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; border-top: 1px solid var(--line); padding-top: 1.2rem; }
.funnel-security { color: var(--muted); font-size: .72rem; }
.funnel-submit-row > div { min-width: min(100%, 390px); text-align: right; }
.funnel-submit-row .form-status { margin-bottom: 0; text-align: right; }
.lead-funnel:not(.is-enhanced) .funnel-header { display: none; }
.lead-funnel:not(.is-enhanced) .funnel-step + .funnel-step { margin-top: 3rem; border-top: 1px solid var(--line); padding-top: 3rem; }
.lead-funnel:not(.is-enhanced) [data-funnel-next], .lead-funnel:not(.is-enhanced) [data-funnel-back] { display: none; }

/* Generic subpages */
.sub-hero { padding: clamp(9rem, 17vw, 14rem) 0 clamp(4rem, 9vw, 8rem); background: radial-gradient(circle at 82% 14%, rgba(0,113,227,.14), transparent 30rem), radial-gradient(circle at 3% 42%, rgba(255,212,0,.48), transparent 26rem), linear-gradient(180deg, #fff, var(--paper)); }
.sub-hero .lede { margin-bottom: 2rem; }
.breadcrumb { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 2rem; color: var(--muted); font-size: .83rem; font-weight: 720; }
.breadcrumb:hover { color: var(--blue); }
.sub-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.fact-card { border: 1px solid rgba(255,255,255,.78); border-radius: var(--radius-md); background: rgba(255,255,255,.7); box-shadow: var(--shadow-sm), inset 0 1px rgba(255,255,255,.9); padding: 1.5rem; backdrop-filter: blur(20px) saturate(150%); -webkit-backdrop-filter: blur(20px) saturate(150%); }
.fact-card strong { display: block; font-size: clamp(1.5rem, 3vw, 2.3rem); letter-spacing: -.05em; }
.fact-card span { color: var(--muted); font-size: .85rem; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.topic-card { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-sm); padding: 1.5rem; transition: transform .56s var(--ease), box-shadow .56s var(--ease), border-color .42s var(--ease), background-color .42s var(--ease); }
.topic-card[href]:hover { transform: translateY(-9px); border-color: rgba(0,113,227,.2); box-shadow: 0 32px 86px rgba(0,0,0,.14); }
.topic-card p { color: currentColor; opacity: .68; }
.topic-card .text-link { margin-top: auto; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; min-height: 44px; font-weight: 780; }
.text-link:hover { color: var(--blue); }

/* Product detail journeys */
.product-hero { isolation: isolate; overflow: clip; contain: paint; }
.product-hero h1 { font-size: clamp(3rem, 6.5vw, 6.5rem); hyphens: auto; overflow-wrap: break-word; }
.product-hero::after {
  content: ""; position: absolute; right: -9rem; bottom: -11rem; z-index: -1; width: clamp(18rem, 38vw, 36rem); aspect-ratio: 1;
  border-radius: 50%; background: linear-gradient(145deg, rgba(0,113,227,.1), rgba(255,212,0,.2)); filter: blur(1px);
  transform: translate3d(var(--scene-accent-x, 0px), var(--scene-accent-y, 0px), 0) scale(var(--scene-accent-scale, 1));
  will-change: transform;
}
.sub-hero.scroll-scene > .container,
.legal-hero.scroll-scene > .narrow,
.product-intro-section.scroll-scene > .container,
.product-check-section.scroll-scene > .container,
.related-section.scroll-scene > .container { transform: translate3d(0, var(--scene-content-y, 0px), 0); will-change: transform; }
.product-section-head { width: min(100%, 880px); margin: 0 auto clamp(2.5rem, 6vw, 5rem); text-align: center; }
.product-section-head .eyebrow { justify-content: center; }
.product-section-head .lede { margin-inline: auto; }
.product-info-card { min-height: 290px; }
.product-info-card h3 { max-width: 14ch; }
.example-section { overflow: hidden; background: #000; color: white; }
.example-section::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 12% 8%, rgba(0,113,227,.28), transparent 29rem), radial-gradient(circle at 88% 88%, rgba(255,212,0,.14), transparent 32rem);
  transform: translate3d(var(--scene-accent-x, 0px), var(--scene-accent-y, 0px), 0) scale(1.08);
  will-change: transform;
}
.example-section .product-section-head { position: relative; }
.example-section .eyebrow { color: var(--yellow); }
.example-section .lede { color: rgba(255,255,255,.66); }
.example-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.example-card {
  min-height: 430px; display: flex; flex-direction: column; justify-content: space-between;
  border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); background: #1c1c1e;
  box-shadow: 0 26px 70px rgba(0,0,0,.28); padding: clamp(1.5rem, 3vw, 2.4rem);
}
.example-card:nth-child(2) { background: var(--yellow); color: var(--ink); }
.example-card:nth-child(3) { background: #e7f2ff; color: var(--ink); }
.example-index { align-self: flex-end; color: currentColor; opacity: .45; font-size: .82rem; font-weight: 820; font-variant-numeric: tabular-nums; }
.example-tag { width: max-content; display: inline-flex; margin-bottom: 1rem; border-radius: 999px; background: rgba(255,255,255,.12); padding: .4rem .65rem; color: currentColor; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.example-card:nth-child(n+2) .example-tag { background: rgba(29,29,31,.08); }
.example-card h3 { max-width: 13ch; font-size: clamp(1.8rem, 3vw, 3rem); }
.example-card p { color: currentColor; opacity: .72; }
.example-point { margin: 1.5rem 0 0; border-top: 1px solid currentColor; padding-top: 1rem; font-size: .88rem; }
.example-point strong { color: currentColor; opacity: 1; }
.product-disclaimer {
  position: relative; max-width: 900px; margin: 2rem auto 0; border: 1px solid rgba(255,255,255,.12); border-radius: 1.25rem;
  background: rgba(255,255,255,.07); padding: 1.1rem 1.25rem; color: rgba(255,255,255,.62); text-align: center; font-size: .82rem;
}
.product-disclaimer strong { color: white; }
.product-check-section { background: linear-gradient(180deg, var(--paper), #fff); }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; counter-reset: decision; }
.decision-card {
  min-height: 250px; display: grid; grid-template-rows: auto 1fr; gap: 2rem; border: 1px solid var(--line); border-radius: var(--radius-md);
  background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); padding: clamp(1.4rem, 3vw, 2rem);
}
.decision-card > span { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: .78rem; font-weight: 820; }
.decision-card p { margin-bottom: 0; color: var(--muted); }
.related-section { background: white; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.related-card {
  min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius-md);
  background: var(--paper); padding: clamp(1.4rem, 3vw, 2rem); transition: translate .3s var(--ease), box-shadow .3s var(--ease), background .3s ease;
}
.related-card:nth-child(2) { background: var(--blue-soft); }
.related-card:nth-child(3) { background: var(--yellow-soft); }
.related-card:hover { translate: 0 -6px; box-shadow: var(--shadow-sm); }
.related-card.is-pressed { scale: .98; transition-duration: 80ms; }
.related-card .text-link span { transition: transform .22s var(--ease); }
.related-card:hover .text-link span { transform: translateX(5px); }
.accordion { display: grid; gap: .75rem; }
.accordion details { border: 1px solid var(--line); border-radius: 1.25rem; background: rgba(255,255,255,.7); padding: 0 1.25rem; }
.accordion summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font-weight: 780; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; font-size: 1.3rem; font-weight: 500; transition: transform .2s; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details > div { padding: 0 0 1.4rem; color: var(--muted); }
.accordion details p:last-child { margin-bottom: 0; }
.cta-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: end; border: 1px solid rgba(255,255,255,.6); border-radius: var(--radius-lg); background: linear-gradient(145deg, #fff1a0, var(--yellow)); box-shadow: 0 32px 90px rgba(0,0,0,.1); padding: clamp(1.8rem, 5vw, 4rem); }
.cta-panel h2 { font-size: clamp(2.3rem, 5vw, 5rem); }
.cta-panel .btn-row { justify-content: flex-end; }

/* About */
.about-hero { padding-bottom: clamp(5rem, 10vw, 9rem); }
.about-hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr); align-items: center; }
.about-hero h1 { max-width: 12ch; font-size: clamp(3.2rem, 6vw, 6.4rem); }
.about-quickfacts { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2rem; }
.about-quickfacts span { min-height: 36px; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; background: rgba(255,255,255,.62); padding: .5rem .7rem; color: var(--ink-soft); font-size: .72rem; font-weight: 740; backdrop-filter: blur(14px); }
.about-photo-card { overflow: hidden; margin: 0; border: 1px solid rgba(29,29,31,.1); border-radius: var(--radius-lg); background: var(--ink); box-shadow: var(--shadow-lg); }
.about-photo-card img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; }
.about-photo-card figcaption { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: var(--ink); color: white; padding: 1rem 1.2rem; }
.about-photo-card figcaption strong, .about-photo-card figcaption small { display: block; }
.about-photo-card figcaption small, .about-photo-card figcaption > span:last-child { color: rgba(255,255,255,.58); font-size: .7rem; }
.about-principles { background: white; }
.about-manifesto { overflow: clip; background: #000; color: white; }
.about-manifesto::before { content: ""; position: absolute; inset: -20%; pointer-events: none; background: radial-gradient(circle at 14% 15%, rgba(0,113,227,.28), transparent 27rem), radial-gradient(circle at 88% 82%, rgba(255,212,0,.13), transparent 31rem); transform: translate3d(var(--scene-accent-x, 0px), var(--scene-accent-y, 0px), 0); will-change: transform; }
.about-manifesto-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.about-manifesto-intro { position: sticky; top: 8rem; align-self: start; }
.about-manifesto .eyebrow { color: var(--yellow); }
.about-manifesto .lede { color: rgba(255,255,255,.62); }
.about-manifesto-list { display: grid; gap: .8rem; }
.about-manifesto-item { min-height: 230px; display: grid; grid-template-columns: auto 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-md); background: #1c1c1e; padding: clamp(1.5rem, 3vw, 2.4rem); }
.about-manifesto-item:nth-child(2) { background: var(--yellow); color: var(--ink); }
.about-manifesto-item:nth-child(3) { background: var(--blue-soft); color: var(--ink); }
.about-manifesto-item > span { color: currentColor; font-size: .74rem; font-weight: 840; font-variant-numeric: tabular-nums; opacity: .5; }
.about-manifesto-item h3 { font-size: clamp(2rem, 4vw, 3.4rem); }
.about-manifesto-item p { max-width: 38ch; margin-bottom: 0; color: currentColor; opacity: .67; }
.about-place-section { background: var(--blue-soft); }
.about-place-grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.about-address { min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.85); border-radius: var(--radius-lg); background: rgba(255,255,255,.76); box-shadow: var(--shadow-sm); padding: clamp(1.5rem, 4vw, 2.6rem); font-style: normal; }
.about-address > span { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-address strong { font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.15; letter-spacing: -.035em; }

/* Checks */
.check-shell { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; padding: 8rem 0 4rem; background: linear-gradient(180deg, #fff, var(--paper)); }
.check-shell::before,
.check-shell::after { content: ""; position: absolute; z-index: -1; pointer-events: none; border-radius: 50%; will-change: transform; }
.check-shell::before { top: -13rem; left: -15rem; width: min(55rem, 82vw); aspect-ratio: 1; background: radial-gradient(circle, rgba(255,212,0,.5), rgba(255,212,0,.12) 42%, transparent 70%); transform: translate3d(0, var(--simulator-orb-a-y, 0px), 0); }
.check-shell::after { right: -18rem; bottom: -15rem; width: min(58rem, 86vw); aspect-ratio: 1; background: radial-gradient(circle, rgba(0,113,227,.18), rgba(0,113,227,.06) 44%, transparent 72%); transform: translate3d(0, var(--simulator-orb-b-y, 0px), 0); }
.check-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.check-layout > * { min-width: 0; }
.check-intro { position: sticky; top: 7rem; }
.check-intro h1 { overflow-wrap: normal; font-size: clamp(3.25rem, 5.4vw, 5.8rem); line-height: .91; }
.check-intro .lede { max-width: 44ch; }
.quiz-card { width: 100%; max-width: 720px; justify-self: end; border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius-lg); background: rgba(255,255,255,.84); box-shadow: var(--shadow-lg), inset 0 1px rgba(255,255,255,.9); padding: clamp(1.4rem, 4vw, 3rem); backdrop-filter: blur(24px) saturate(150%); -webkit-backdrop-filter: blur(24px) saturate(150%); transition: box-shadow .25s ease; }
.quiz-question, .quiz-result-title { font-size: clamp(2rem, 3.7vw, 3.55rem); line-height: .98; }
.progress-track { height: 8px; overflow: hidden; border-radius: 999px; background: var(--paper-deep); }
.progress-bar { height: 100%; width: 0; border-radius: inherit; background: var(--blue); transition: width .4s var(--ease); }
.answer-grid { display: grid; gap: .75rem; margin-top: 2rem; }
.answer-btn { min-height: 64px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 1.15rem; background: white; padding: 1rem 1.15rem; text-align: left; font-weight: 760; cursor: pointer; transition: transform .2s var(--ease), border-color .2s, background .2s; }
.answer-btn:hover { transform: translateY(-2px); border-color: var(--blue); background: var(--blue-soft); }
.answer-btn:active, .answer-btn.is-pressed { transform: scale(.975); border-color: var(--blue); background: var(--blue-soft); transition-duration: 80ms; }
.answer-btn:disabled { cursor: wait; opacity: .65; }
.quiz-back { min-height: 44px; margin-top: 1rem; border: 0; background: transparent; color: var(--muted); padding: .5rem .2rem; font-size: .86rem; font-weight: 750; cursor: pointer; }
.quiz-back:hover { color: var(--blue); }
.quiz-mobile-note { display: none; margin: 1rem 0 0; color: var(--muted); font-size: .76rem; }
.result-box[hidden], .question-box[hidden] { display: none; }
.result-box { padding-top: 1rem; }
.result-score { width: 96px; height: 96px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); font-size: 1.7rem; font-weight: 800; }
/* Schadens- & Lücken-Simulator */
.simulator-shell { --simulator-accent: #0071e3; }
.simulator-layout { grid-template-columns: minmax(0, .72fr) minmax(560px, 1.28fr); }
.simulator-intro h1 { max-width: 10ch; }
.simulator-trust { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2rem; }
.simulator-trust span { display: inline-flex; align-items: center; gap: .35rem; min-height: 38px; border: 1px solid rgba(255,255,255,.86); border-radius: 999px; background: rgba(255,255,255,.58); padding: .55rem .75rem; color: var(--muted); font-size: .74rem; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.simulator-trust strong { color: var(--ink); }
.simulator-scroll-note { width: min(100%, 17rem); display: grid; gap: .65rem; margin-top: 2.3rem; color: var(--muted); font-size: .68rem; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.simulator-scroll-line { height: 2px; overflow: hidden; border-radius: 999px; background: rgba(29,29,31,.11); }
.simulator-scroll-line i { width: 100%; height: 100%; display: block; border-radius: inherit; background: var(--blue); transform: scaleX(var(--simulator-scroll, 0)); transform-origin: left; will-change: transform; }
.simulator-card { width: 100%; max-width: 850px; justify-self: end; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius-lg); background: rgba(255,255,255,.88); box-shadow: var(--shadow-lg), inset 0 1px rgba(255,255,255,.95); padding: clamp(1.25rem, 3vw, 2.4rem); backdrop-filter: blur(28px) saturate(155%); -webkit-backdrop-filter: blur(28px) saturate(155%); }
.simulator-card-header { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.simulator-card-header .eyebrow { margin-bottom: .6rem; color: var(--simulator-accent); transition: color .25s ease; }
.simulator-card-header h2 { max-width: 11ch; margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.6rem); }
.simulator-counter { flex: 0 0 auto; border-radius: 999px; background: var(--paper); padding: .55rem .7rem; color: var(--muted); font-size: .72rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.scenario-tabs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .45rem; margin-bottom: clamp(1.8rem, 4vw, 3rem); border-radius: 1.3rem; background: var(--paper); padding: .4rem; }
.scenario-tab { min-width: 0; min-height: 58px; display: grid; place-items: center; align-content: center; gap: .1rem; border: 0; border-radius: .95rem; background: transparent; color: var(--muted); padding: .5rem .3rem; font-size: .73rem; font-weight: 800; cursor: pointer; transition: color .2s ease, background .25s ease, box-shadow .25s ease, transform 90ms ease-out; }
.scenario-tab span { font-size: .58rem; font-variant-numeric: tabular-nums; opacity: .58; }
.scenario-tab:hover { color: var(--ink); background: rgba(255,255,255,.72); }
.scenario-tab[aria-selected="true"] { background: var(--ink); color: white; box-shadow: 0 10px 24px color-mix(in srgb, var(--simulator-accent) 26%, transparent); }
.scenario-tab:active { transform: scale(.94); }
.simulator-panel { min-width: 0; }
.simulator-scenario-copy { min-height: 155px; }
.simulator-scenario-copy .service-label { color: var(--simulator-accent); transition: color .25s ease; }
.simulator-scenario-copy h3 { max-width: 18ch; margin-top: 1rem; font-size: clamp(2rem, 4vw, 3.65rem); }
.simulator-scenario-copy p { max-width: 52ch; color: var(--muted); }
.simulator-inputs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1.6rem; }
.simulator-range { min-width: 0; border: 1px solid var(--line); border-radius: 1.35rem; background: rgba(255,255,255,.76); padding: 1.2rem; }
.simulator-range:only-child { grid-column: 1 / -1; }
.simulator-range label { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-weight: 760; }
.simulator-range label > span { color: var(--ink-soft); font-size: .86rem; }
.simulator-range output { color: var(--simulator-accent); font-size: 1.05rem; font-weight: 820; font-variant-numeric: tabular-nums; transition: color .25s ease; }
.simulator-range input[type="range"] { width: 100%; height: 9px; margin: 1.35rem 0 .7rem; appearance: none; border: 0; border-radius: 999px; background: linear-gradient(90deg, var(--simulator-accent) 0 var(--range, 50%), var(--paper-deep) var(--range, 50%) 100%); cursor: pointer; }
.simulator-range input[type="range"]::-webkit-slider-thumb { width: 31px; height: 31px; appearance: none; border: 5px solid white; border-radius: 50%; background: var(--simulator-accent); box-shadow: 0 7px 20px color-mix(in srgb, var(--simulator-accent) 30%, rgba(11,17,20,.2)); cursor: grab; transition: scale 90ms ease-out, background .25s ease; }
.simulator-range input[type="range"]::-moz-range-thumb { width: 21px; height: 21px; border: 5px solid white; border-radius: 50%; background: var(--simulator-accent); box-shadow: 0 7px 20px color-mix(in srgb, var(--simulator-accent) 30%, rgba(11,17,20,.2)); cursor: grab; }
.simulator-range input[type="range"]:active::-webkit-slider-thumb { scale: 1.12; cursor: grabbing; }
.simulator-range-bounds { display: flex; justify-content: space-between; color: var(--muted); font-size: .65rem; font-variant-numeric: tabular-nums; }
.simulator-result { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: .8rem; overflow: hidden; margin-top: 1rem; border-radius: 1.7rem; background: linear-gradient(145deg, #242426, #050507); color: white; padding: clamp(1.25rem, 3vw, 2rem); isolation: isolate; }
.simulator-result::before { content: ""; position: absolute; right: -6rem; top: -8rem; z-index: -1; width: 18rem; aspect-ratio: 1; border-radius: 50%; background: var(--simulator-accent); opacity: .32; filter: blur(42px); transform: translate3d(var(--simulator-glow-x, 0px), 0, 0); transition: background .25s ease; will-change: transform; }
.simulator-result-primary, .simulator-result-secondary { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; }
.simulator-result-primary > span, .simulator-result-secondary > span { color: rgba(255,255,255,.62); font-size: .72rem; font-weight: 700; letter-spacing: .035em; }
.simulator-result strong { display: block; margin-top: .7rem; line-height: .9; letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.simulator-result-primary strong { color: white; font-size: clamp(3.15rem, 6vw, 5.6rem); }
.simulator-result-secondary { border-left: 1px solid rgba(255,255,255,.17); padding-left: 1rem; }
.simulator-result-secondary strong { color: var(--yellow); font-size: clamp(1.85rem, 3vw, 3.1rem); }
.simulator-result > p { grid-column: 1 / -1; margin: .5rem 0 0; border-top: 1px solid rgba(255,255,255,.15); padding-top: .9rem; color: rgba(255,255,255,.58); font-size: .72rem; }
.simulator-cta { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1rem; border-radius: 1.25rem; background: var(--simulator-accent); color: white; box-shadow: 0 15px 34px color-mix(in srgb, var(--simulator-accent) 28%, transparent); padding: 1rem 1.2rem; font-weight: 800; transition: transform 90ms ease-out, background .25s ease, box-shadow .25s ease; }
.simulator-cta:active { transform: scale(.975); }
.simulator-disclaimer { margin: 1rem .2rem 0; color: var(--muted); font-size: .68rem; line-height: 1.5; }

/* Reviews */
.review-hero { background: var(--yellow); }
.review-summary { display: grid; grid-template-columns: .6fr 1.4fr; gap: 2rem; align-items: end; }
.review-rating { font-size: clamp(5rem, 13vw, 11rem); font-weight: 760; line-height: .78; letter-spacing: -.09em; }
.review-rating span { display: block; margin-top: 1rem; font-size: 1rem; line-height: 1.4; letter-spacing: 0; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.review-card { min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-sm); padding: 1.5rem; }
.review-card:nth-child(5n+2) { background: var(--blue-soft); }
.review-card:nth-child(5n+4) { background: var(--yellow-soft); }
.stars { color: #745600; letter-spacing: .15em; }
.review-card blockquote { margin: 1.3rem 0; font-size: 1.05rem; line-height: 1.55; }
.review-person { display: flex; align-items: center; gap: .75rem; color: var(--muted); font-size: .8rem; }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-weight: 800; }

/* Legal */
.legal-hero { padding: 9rem 0 3rem; }
.legal-paper { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); padding: clamp(1.5rem, 6vw, 5rem); box-shadow: var(--shadow-sm); }
.legal-paper h2 { margin-top: 2.5rem; font-size: clamp(1.45rem, 3vw, 2.25rem); letter-spacing: -.035em; }
.legal-paper h3 { margin-top: 1.8rem; font-size: 1.15rem; }
.legal-paper p, .legal-paper li { color: var(--ink-soft); }
.legal-paper a { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 3px; text-underline-offset: 3px; }

/* Footer and consent */
.site-footer { background: var(--paper-deep); padding: 3rem 0 max(2rem, env(safe-area-inset-bottom)); }
.footer-top { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 2rem; align-items: start; }
.footer-brand { max-width: 34ch; }
.footer-brand img { width: 54px; height: 54px; border-radius: 1rem; margin-bottom: 1rem; }
.footer-brand p, .footer-col a { color: var(--muted); font-size: .88rem; }
.footer-col { display: grid; align-content: start; gap: .6rem; }
.footer-col strong { margin-bottom: .3rem; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a { min-height: 32px; display: inline-flex; align-items: center; }
.footer-col a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; border-top: 1px solid var(--line); padding-top: 1.2rem; color: var(--muted); font-size: .76rem; }
.floating-cta { position: fixed; right: max(1rem, env(safe-area-inset-right)); bottom: max(1rem, env(safe-area-inset-bottom)); z-index: 70; }
.floating-cta .btn { box-shadow: 0 18px 50px rgba(11,17,20,.28); }
.mobile-dock { display: none; }
.consent {
  position: fixed; left: 50%; bottom: max(1rem, env(safe-area-inset-bottom)); z-index: 160; width: min(calc(100% - 2rem), 720px);
  visibility: hidden; opacity: 0; transform: translate(-50%, 18px) scale(.96); filter: blur(8px); border: 1px solid rgba(255,255,255,.12); border-radius: 1.5rem;
  background: rgba(11,17,20,.96); color: white; box-shadow: var(--shadow-lg); padding: 1.25rem; backdrop-filter: blur(20px);
  transition: opacity .22s ease, transform .34s var(--ease), filter .22s ease, visibility .34s;
}
.consent.visible { visibility: visible; opacity: 1; transform: translate(-50%, 0) scale(1); filter: none; }
.consent-inner { display: grid; grid-template-columns: 1.4fr .6fr; gap: 1rem; align-items: end; }
.consent h2 { margin: 0 0 .45rem; font-size: 1.25rem; letter-spacing: -.025em; }
.consent p { margin: 0; color: rgba(255,255,255,.65); font-size: .82rem; }
.consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.consent .btn { min-height: 44px; padding: .75rem .9rem; font-size: .8rem; }
.consent .btn-light { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.15); color: white; }

.reveal { opacity: 0; transform: translateY(18px) scale(.988); filter: blur(7px); transition: opacity .62s var(--ease), transform .7s var(--ease), filter .5s ease, box-shadow .56s var(--ease), border-color .42s var(--ease), background-color .42s var(--ease); }
.reveal.visible { opacity: 1; transform: none; filter: none; }
.reveal.reveal-settled { transition-delay: 0s; }
.path-card.reveal.visible:hover { transform: translateY(-9px); }
.service-card.reveal.visible:hover { transform: translateY(-8px); }
.topic-card.reveal.visible[href]:hover { transform: translateY(-9px); }
.simulator-layout.scroll-scene .simulator-intro.reveal.visible { opacity: var(--simulator-intro-opacity, 1); transform: translate3d(0, var(--simulator-intro-y, 0px), 0); will-change: transform, opacity; }
.simulator-layout.scroll-scene .simulator-card.reveal.visible { transform: translate3d(0, var(--scene-content-y, 0px), 0); will-change: transform; }
.stagger > * { transition-delay: calc(var(--i, 0) * 55ms); }

@media (min-width: 981px) {
  .path-grid { grid-auto-rows: 1fr; }
  .path-card { height: 100%; margin-top: 0; }
  .funnel-option-grid:not(.funnel-goal-grid) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .split-heading > :last-child.reveal { transform: translateX(-28px); }
  .split-heading > :last-child.reveal.visible { transform: none; }
}

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .nav-actions > .btn { display: none; }
  .menu-toggle { display: grid; }
  .hero-grid, .sub-hero-grid, .profile-panel, .contact-grid, .check-layout, .about-manifesto-grid, .about-place-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 8.5rem; }
  .hero-visual { min-height: 0; }
  .portrait-stage { width: min(82vw, 500px); }
  .story-grid { grid-template-columns: 1fr; }
  .story-intro { position: relative; top: 0; }
  .about-manifesto-intro { position: relative; top: 0; }
  .story-card { min-height: 460px; }
  .path-grid, .topic-grid, .review-grid, .example-grid, .decision-grid, .related-grid { grid-template-columns: repeat(2, 1fr); }
  .example-card:last-child, .decision-card:last-child, .related-card:last-child { grid-column: 1 / -1; }
  .path-card:last-child { grid-column: 1 / -1; min-height: 310px; }
  .service-card, .service-card.wide { grid-column: span 6; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 220px; }
  .process-card::before { margin-bottom: 1.5rem; }
  .check-intro { position: relative; top: 0; }
  .funnel-contact-copy { position: relative; top: 0; width: min(100%, 720px); justify-self: center; }
  .lead-funnel { width: min(100%, 850px); justify-self: center; }
  .quiz-card { max-width: 760px; justify-self: center; }
  .simulator-card { max-width: 850px; justify-self: center; }
  .rail-heading { grid-template-columns: 1fr; }
  .rail-copy { justify-self: start; }
  .life-card { width: min(62vw, 480px); }
}

@media (max-width: 700px) {
  :root { --radius-lg: 2rem; }
  .container, .narrow { width: min(calc(100% - 1.25rem), var(--container)); }
  .section { padding-block: 4.5rem; }

  /* Apple-style mobile hierarchy: presentation centered, controls remain scannable. */
  .hero-copy,
  .split-heading,
  .story-intro,
  .rail-heading,
  .sub-hero-grid > :first-child,
  .review-hero .container,
  .cta-panel,
  .check-intro,
  .legal-hero .narrow,
  .quote-score,
  .quote-copy,
  .profile-copy,
  .contact-grid > .reveal:first-child { text-align: center; }
  .about-manifesto-intro,
  .about-place-grid > .reveal:first-child { text-align: center; }
  .hero-meta,
  .hero-copy .btn-row,
  .sub-hero-grid .btn-row,
  .cta-panel .btn-row,
  .profile-copy .btn-row,
  .quote-copy .btn-row { justify-content: center; }
  .hero-copy .lede,
  .split-heading .lede,
  .story-intro .lede,
  .rail-copy .lede,
  .sub-hero .lede,
  .cta-panel .lede,
  .check-intro .lede,
  .profile-copy .lede,
  .contact-grid > .reveal:first-child .lede { margin-inline: auto; }
  .about-manifesto-intro .lede,
  .about-place-grid .lede { margin-inline: auto; }
  .breadcrumb, .scroll-cue, .rail-hint { width: max-content; margin-inline: auto; }
  .rail-copy { width: min(100%, 34rem); justify-self: center; text-align: center; }
  .rail-hint { justify-content: center; }
  .section > .narrow > .eyebrow { display: flex; width: max-content; margin-inline: auto; }
  .section > .narrow > h2 { margin-inline: auto; text-align: center; }
  .accordion { text-align: center; }
  .accordion summary { position: relative; justify-content: center; padding-inline: 1.75rem; text-align: center; }
  .accordion summary::after { position: absolute; right: 0; }
  .accordion details > div { text-align: center; }

  .path-card,
  .story-card,
  .service-card,
  .topic-card,
  .process-card,
  .life-card,
  .review-card,
  .example-card,
  .decision-card,
  .related-card { text-align: center; }
  .path-card-number, .story-index, .life-card-index, .example-index, .decision-card > span { align-self: center; }
  .path-card p, .story-card p, .service-card p, .topic-card p, .life-card p, .review-card blockquote, .example-card p, .decision-card p { margin-inline: auto; }
  .product-info-card h3, .story-card blockquote, .life-card h3, .quote-copy blockquote, .rail-heading h2 { margin-inline: auto; }
  .path-link, .life-card-action, .topic-card .text-link { justify-content: center; gap: 1rem; }
  .service-label, .life-card-label, .example-tag { margin-inline: auto; }
  .related-card .text-link { justify-content: center; gap: 1rem; }
  .process-card { padding-right: 0; }
  .review-person { justify-content: center; text-align: left; }
  .fact-card { text-align: center; }
  .profile-copy ul { width: fit-content; max-width: 100%; margin-inline: auto; text-align: left; }
  .contact-method { text-align: left; }
  .contact-form > h3, .contact-form > .micro, .form-status { text-align: center; }
  .funnel-promises span { justify-content: center; }
  .question-box > .eyebrow, .result-box > .eyebrow { display: flex; width: max-content; margin-inline: auto !important; }
  .quiz-question, .question-box > .lede, .result-box { text-align: center; }
  .question-box > .lede { margin-inline: auto; }
  .check-shell .quiz-card > .eyebrow { display: flex; width: max-content; margin-inline: auto; }
  .check-shell .quiz-card > h2 { text-align: center; }
  .check-shell .quiz-card > .btn-row { justify-content: center; }
  .answer-btn { text-align: left; }
  .quiz-back { display: block; margin-inline: auto; }
  .footer-brand, .footer-col, .footer-bottom { text-align: center; }
  .footer-brand img { margin-inline: auto; }
  .footer-col { justify-items: center; }
  .footer-bottom { justify-items: center; }
  .about-quickfacts { justify-content: center; }
  .about-hero h1 { margin-inline: auto; }
  .about-photo-card { width: min(100%, 440px); margin-inline: auto; }
  .about-photo-card figcaption { justify-content: center; flex-wrap: wrap; text-align: center; }
  .about-photo-card figcaption > span { flex-basis: 100%; }
  .about-manifesto-item { grid-template-columns: 1fr; text-align: center; }
  .about-manifesto-item > span { justify-self: center; }
  .about-manifesto-item p { margin-inline: auto; }
  .about-place-grid .btn-row { justify-content: center; }
  .about-address { text-align: center; align-items: center; }

  .site-nav { width: calc(100% - .75rem); min-height: 58px; border-radius: 999px; }
  .brand-copy span { display: none; }
  .hero { min-height: auto; padding-top: 7.5rem; padding-bottom: 2.5rem; }
  .hero-grid { gap: 2.5rem; }
  .display { font-size: clamp(2.7rem, 14vw, 5.2rem); }
  .hero-visual { min-height: 0; }
  .portrait-stage { width: min(90vw, 370px); padding: .7rem; }
  .portrait-stage::before { inset: 2rem .2rem -.35rem 1.35rem; border-radius: 2rem; transform: rotate(1.7deg); }
  .portrait-frame { border-width: 4px; border-radius: 1.8rem; box-shadow: 0 22px 60px rgba(11,23,38,.15); }
  .portrait-profile-card { right: .7rem; bottom: .7rem; left: .7rem; min-height: 72px; border-radius: 1.2rem; padding: .72rem .75rem .72rem .9rem; }
  .portrait-identity strong { font-size: .92rem; }
  .portrait-identity small { font-size: .64rem; }
  .portrait-profile-arrow { width: 40px; height: 40px; }
  .hero-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 2rem; }
  .hero-proof div { padding-right: .5rem; }
  .hero-proof div + div { padding-left: .5rem; }
  .hero-proof strong { font-size: .8rem; }
  .hero-proof span { font-size: .65rem; }
  .split-heading, .quote-wrap, .review-summary, .cta-panel { grid-template-columns: 1fr; }
  .path-grid, .topic-grid, .review-grid, .example-grid, .decision-grid, .related-grid { grid-template-columns: 1fr; }
  .example-card:last-child, .decision-card:last-child, .related-card:last-child { grid-column: auto; }
  .path-card, .path-card:last-child { grid-column: auto; min-height: 320px; }
  .story-stack { padding-bottom: 2rem; }
  .story-card { top: 5.8rem; min-height: 410px; }
  .story-card:nth-child(2) { top: 6.2rem; }
  .story-card:nth-child(3) { top: 6.6rem; }
  .rail-heading { margin-bottom: 2rem; }
  .rail-heading h2 { max-width: 11ch; }
  .life-rail { padding-left: .625rem; }
  .life-track { gap: .75rem; padding-top: .75rem; padding-right: .625rem; }
  .life-card { width: calc(100vw - 2.5rem); min-height: min(56svh, 500px); border-radius: 2rem; padding: 1.5rem; }
  .life-card h3 { max-width: 12ch; font-size: clamp(2.2rem, 10.5vw, 3.2rem); }
  .life-card p { font-size: .94rem; }
  .rail-toolbar { gap: 1rem; }
  .rail-controls { gap: .4rem; }
  .rail-status { display: none; }
  .rail-control { width: 46px; height: 46px; }
  .bento { grid-template-columns: 1fr; }
  .service-card, .service-card.wide { grid-column: auto; min-height: 260px; }
  .quote-score strong { font-size: 5rem; }
  .profile-panel { min-height: 0; }
  .profile-image { min-height: 470px; }
  .profile-copy { padding: 2rem 1.35rem 2.5rem; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .cta-panel .btn-row { justify-content: center; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .site-footer { padding-bottom: calc(7rem + env(safe-area-inset-bottom)); }
  .consent-inner { grid-template-columns: 1fr; }
  .floating-cta { display: none; }
  .mobile-dock {
    position: fixed; left: 50%; bottom: max(.6rem, env(safe-area-inset-bottom)); z-index: 70;
    width: min(calc(100% - 1rem), 430px); min-height: 62px; display: grid; grid-template-columns: 1.08fr .92fr; gap: .4rem;
    visibility: hidden; opacity: 0; transform: translate(-50%, 110%) scale(.94); filter: blur(8px);
    border: 1px solid rgba(255,255,255,.72); border-radius: 1.35rem; background: rgba(248,247,243,.78);
    box-shadow: 0 22px 70px rgba(11,17,20,.2), inset 0 1px rgba(255,255,255,.82); padding: .4rem;
    backdrop-filter: blur(26px) saturate(175%); -webkit-backdrop-filter: blur(26px) saturate(175%);
    transition: opacity .22s ease, transform .4s var(--ease), filter .24s ease, visibility .4s;
  }
  .mobile-dock.is-visible { visibility: visible; opacity: 1; transform: translate(-50%, 0) scale(1); filter: none; }
  body.consent-open .mobile-dock { visibility: hidden; opacity: 0; transform: translate(-50%, 110%) scale(.94); }
  .mobile-dock-link { min-width: 0; min-height: 52px; display: flex; align-items: center; justify-content: center; gap: .4rem; border-radius: 1rem; padding: .7rem .65rem; color: var(--ink-soft); font-size: .8rem; font-weight: 780; transition: transform 90ms ease-out, background .25s ease, box-shadow .25s ease; }
  .mobile-dock-link.is-pressed { transform: scale(.94); }
  .mobile-dock-primary { color: white; box-shadow: 0 8px 24px rgba(11,17,20,.2); }
  .mobile-dock-primary.is-online { background: linear-gradient(145deg, #218b55, #14643d); box-shadow: 0 8px 26px rgba(20,100,61,.3); }
  .mobile-dock-primary.is-offline { background: linear-gradient(145deg, #9c343b, #702127); box-shadow: 0 8px 26px rgba(112,33,39,.28); }
  .mobile-dock-icon { width: 1.25rem; height: 1.25rem; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: .7rem; font-weight: 900; }
  .mobile-dock-status { width: .48rem; height: .48rem; flex: 0 0 auto; border-radius: 50%; background: #9af0bd; box-shadow: 0 0 0 4px rgba(154,240,189,.16); transition: background .25s ease, box-shadow .25s ease; }
  .mobile-dock-primary.is-offline .mobile-dock-status { background: #ff9aa0; box-shadow: 0 0 0 4px rgba(255,154,160,.16); }
  .path-grid { padding-bottom: 1rem; }
  .path-card, .path-card:last-child { position: sticky; min-height: 315px; }
  .path-card:nth-child(1) { top: 5.8rem; z-index: 1; }
  .path-card:nth-child(2) { top: 6.2rem; z-index: 2; }
  .path-card:nth-child(3) { top: 6.6rem; z-index: 3; }
  .check-shell { padding: 6.25rem 0 2.5rem; }
  .check-layout { gap: 1.25rem; }
  .check-intro h1 { margin-bottom: .75rem; font-size: clamp(2.5rem, 11.5vw, 3.15rem); line-height: .94; letter-spacing: -.055em; overflow-wrap: anywhere; }
  .check-intro .breadcrumb { margin-bottom: 1rem; }
  .check-intro .eyebrow { margin-bottom: .75rem; }
  .check-intro .lede { margin-bottom: .65rem; font-size: 1rem; line-height: 1.5; }
  .check-intro > .micro { display: none; }
  .quiz-card { border-radius: 1.5rem; padding: 1rem; box-shadow: 0 18px 55px rgba(11,17,20,.12); }
  .progress-track { height: 6px; }
  .question-box > .eyebrow { margin: 1.25rem auto .75rem !important; }
  .quiz-question, .quiz-result-title { margin-bottom: .7rem; font-size: clamp(1.65rem, 8vw, 2.15rem); line-height: 1; }
  .question-box .lede, .result-box .lede { margin-bottom: 0; font-size: .94rem; line-height: 1.45; }
  .answer-grid { gap: .55rem; margin-top: 1.2rem; }
  .answer-btn { min-height: 56px; border-radius: .95rem; padding: .85rem 1rem; }
  .result-score { width: 76px; height: 76px; font-size: 1.35rem; }
  .result-score { margin-inline: auto; }
  .result-box .btn-row { display: grid; }
  .result-box .btn { width: 100%; }
  .quiz-mobile-note { display: block; }
  .quiz-mobile-note { text-align: center; }
  .simulator-intro h1 { max-width: 11ch; margin-inline: auto; }
  .simulator-trust { justify-content: center; }
  .simulator-scroll-note { margin: 1.5rem auto 0; }
  .simulator-card { border-radius: 1.6rem; padding: 1rem; }
  .simulator-card-header { flex-direction: column; align-items: center; text-align: center; }
  .simulator-card-header .eyebrow { display: flex; width: max-content; margin: 0 auto .6rem; justify-content: center; }
  .simulator-card-header h2 { margin-inline: auto; }
  .simulator-counter { align-self: center; }
  .simulator-card-header h2 { font-size: clamp(1.8rem, 9vw, 2.5rem); }
  .scenario-tabs { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: -.2rem; padding: .35rem; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .scenario-tabs::-webkit-scrollbar { display: none; }
  .scenario-tab { min-width: 86px; flex: 0 0 auto; scroll-snap-align: start; }
  .simulator-scenario-copy { min-height: 0; text-align: center; }
  .simulator-scenario-copy .service-label { margin-inline: auto; }
  .simulator-scenario-copy h3, .simulator-scenario-copy p { margin-inline: auto; }
  .simulator-inputs { grid-template-columns: 1fr; }
  .simulator-range:only-child { grid-column: auto; }
  .simulator-range label { align-items: flex-start; }
  .simulator-result { grid-template-columns: 1fr; text-align: center; }
  .simulator-result-secondary { border-top: 1px solid rgba(255,255,255,.17); border-left: 0; padding: 1rem 0 0; }
  .simulator-result > p { text-align: center; }
  .simulator-cta { justify-content: center; text-align: center; }
  .simulator-disclaimer { text-align: center; }
  .funnel-promises { grid-template-columns: 1fr; }
  .funnel-promises span + span { border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .funnel-alternatives { grid-template-columns: 1fr; margin-top: -1rem; }
  .lead-funnel { border-radius: 1.6rem; padding: 1rem; }
  .funnel-header { margin-bottom: 1.8rem; }
  .funnel-step { min-height: 0; }
  .funnel-step-heading { text-align: center; }
  .funnel-step-heading h3, .funnel-step-heading p { margin-inline: auto; }
  .funnel-step-heading h3 { font-size: clamp(2.05rem, 10vw, 3rem); }
  .funnel-option-grid, .funnel-method-grid { grid-template-columns: 1fr; gap: .6rem; }
  .funnel-option-body, .funnel-method .funnel-option-body { min-height: 124px; text-align: center; }
  .funnel-option-body strong, .funnel-option-body small { margin-inline: auto; }
  .funnel-time-block { text-align: center; }
  .funnel-time-grid { display: grid; grid-template-columns: 1fr; }
  .funnel-time-grid span { justify-content: center; }
  .funnel-summary { display: grid; justify-items: center; text-align: center; }
  .funnel-summary strong { text-align: center; }
  .funnel-nav { display: grid; grid-template-columns: 1fr 1fr; }
  .funnel-step-error { text-align: center; }
  .funnel-nav > .funnel-security { grid-column: 1 / -1; text-align: center; }
  .funnel-nav .btn { width: 100%; }
  .funnel-submit-row > div { min-width: 0; }
  .funnel-submit-row .form-status { text-align: center; }
  .funnel-fields .field { text-align: left; }
  .consent { bottom: max(.5rem, env(safe-area-inset-bottom)); width: calc(100% - 1rem); border-radius: 1.2rem; padding: .9rem; }
  .consent-inner { gap: .7rem; }
  .consent h2 { margin-bottom: .3rem; font-size: 1.05rem; }
  .consent p { font-size: .74rem; line-height: 1.4; }
  .consent .btn { padding: .65rem .75rem; }
  .review-card { min-height: 250px; }
  .product-hero h1 { font-size: clamp(2.8rem, 13vw, 4.6rem); }
  .product-info-card { min-height: 245px; }
  .example-card { min-height: min(62svh, 480px); }
  .example-card h3 { margin-inline: auto; }
  .decision-card, .related-card { min-height: 220px; }
  .product-disclaimer { text-align: center; }
  .legal-hero h1 { max-width: 100%; margin-inline: auto; font-size: clamp(2.4rem, 12vw, 3.8rem); overflow-wrap: anywhere; hyphens: auto; }
  .legal-paper { text-align: center; overflow-wrap: anywhere; }
  .legal-paper h2, .legal-paper h3 { text-align: center; }
  .legal-paper a { overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; filter: none; }
  .portrait-shell, .statement-track { transform: none !important; }
  .story-card, .path-card { position: relative !important; top: auto !important; scale: 1 !important; }
  .hero-copy { opacity: 1 !important; transform: none !important; }
  .hero-visual { opacity: 1 !important; transform: none !important; }
  .scroll-scene > .container, .scroll-scene > .narrow, .simulator-intro, .simulator-card, .product-hero::after, .example-section::before, .check-shell::before, .check-shell::after, .simulator-result::before { transform: none !important; }
  body.menu-open main, body.menu-open .site-footer { transform: none; filter: none; }
  ::view-transition-old(root), ::view-transition-new(root) { animation: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .site-nav, .mobile-menu, .mobile-dock, .quiz-card, .btn-light, .portrait-profile-card { background: var(--white); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .consent { background: var(--ink); backdrop-filter: none; -webkit-backdrop-filter: none; }
  body.menu-open::before { backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(11,17,20,.42); }
}

@media (prefers-contrast: more) {
  :root { --line: rgba(11,17,20,.42); --muted: #3d474c; }
  .site-nav, .mobile-menu, .mobile-dock, .quiz-card, .btn-light { background: var(--white); border-color: var(--ink); }
  .btn-primary, .mobile-dock-primary { outline: 2px solid white; outline-offset: -4px; }
}

@media (forced-colors: active) {
  .btn, .pill, .site-nav, .topic-card, .service-card, .review-card, .example-card, .decision-card, .related-card { border: 1px solid ButtonText; }
}
