:root {
  --ink: #140a2d;
  --ink-soft: #4e3f68;
  --night: #16084c;
  --purple: #6c22ff;
  --violet: #9f4cff;
  --pink: #ff3fb4;
  --coral: #ff665e;
  --orange: #ff9b3d;
  --cyan: #37d9ff;
  --cream: #fff9f2;
  --paper: #fffaf7;
  --line: rgba(54, 24, 94, 0.14);
  --shadow: 0 30px 90px rgba(76, 19, 154, 0.18);
  --radius: 28px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: white; padding: .8rem 1rem; border-radius: 12px; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 40;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  height: 76px; padding: 0 clamp(1rem, 4vw, 4rem);
  color: white; background: linear-gradient(to bottom, rgba(23, 8, 72, .72), transparent);
  backdrop-filter: blur(2px);
}
.brand { display: inline-flex; align-items: center; gap: .65rem; width: max-content; color: inherit; font-weight: 850; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; color: white; background: linear-gradient(135deg, var(--pink), var(--purple) 55%, var(--cyan)); border: 1px solid rgba(255,255,255,.42); border-radius: 10px; box-shadow: 0 8px 24px rgba(255,63,180,.3); }
.dot { color: #dcbaff; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { color: rgba(255,255,255,.8); font-size: .88rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover { color: white; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: .8rem; }
.lang-switch { display: flex; padding: 3px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(23,8,72,.34); }
.lang-switch button { border: 0; padding: .35rem .55rem; color: rgba(255,255,255,.62); background: transparent; border-radius: 999px; cursor: pointer; font-size: .72rem; font-weight: 800; }
.lang-switch button[aria-pressed="true"] { color: var(--night); background: white; }

.button { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: .9rem 1.3rem; border: 1px solid white; border-radius: 999px; color: var(--night); background: white; box-shadow: 0 12px 32px rgba(33,9,83,.2); font-size: .91rem; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button::after { content: ""; position: absolute; inset: -60% auto -60% -45%; z-index: -1; width: 34%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.7), transparent); transform: skewX(-18deg) translateX(-250%); transition: transform .65s cubic-bezier(.16,1,.3,1); }
.button:hover::after { transform: skewX(-18deg) translateX(620%); }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(33,9,83,.28); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.button-small { min-height: 42px; padding: .65rem 1rem; font-size: .8rem; }
.button-ghost { color: white; background: rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.button-dark { color: white; border-color: var(--night); background: var(--night); }
.text-link { font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 4px; }

.awakening { position: relative; height: 410vh; color: white; background: var(--night); }
.awakening-sticky { position: sticky; top: 0; height: 100vh; min-height: 660px; overflow: hidden; isolation: isolate; }
.color-wash { position: absolute; inset: -20%; z-index: -4; background: radial-gradient(circle at calc(70% + (var(--p, 0) * 8%)) 46%, rgba(255,86,134,.52), transparent 32%), radial-gradient(circle at 35% 20%, rgba(89,34,255,.8), transparent 45%), linear-gradient(120deg, #08062b 0%, #3b147a 52%, #ff665e 110%); transform: translate3d(var(--far-x, 0), var(--far-y, 0), 0) scale(calc(1 + var(--p, 0) * .15)); will-change: transform; }
.depth-field { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.depth-orb, .depth-ring { position: absolute; display: block; border-radius: 50%; will-change: transform, opacity; }
.depth-orb-far { top: 5%; right: 3%; width: min(38vw, 560px); aspect-ratio: 1; background: radial-gradient(circle at 38% 38%, rgba(255,219,103,.45), rgba(255,70,184,.13) 42%, transparent 70%); filter: blur(8px); opacity: calc(.28 + var(--p, 0) * .35); transform: translate3d(var(--far-x, 0), var(--far-y, 0), 0) scale(calc(.84 + var(--p, 0) * .28)); }
.depth-orb-mid { left: 42%; bottom: -20%; width: min(55vw, 820px); aspect-ratio: 1; background: radial-gradient(circle, rgba(55,217,255,.28), rgba(108,34,255,.08) 48%, transparent 70%); filter: blur(14px); opacity: calc(.2 + var(--turn, 0) * .5); transform: translate3d(var(--mid-x, 0), var(--mid-y, 0), 0) scale(calc(.82 + var(--p, 0) * .34)); }
.depth-ring { top: 14%; right: 8%; width: min(42vw, 620px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.24); box-shadow: 0 0 70px rgba(255,63,180,.24), inset 0 0 70px rgba(55,217,255,.12); opacity: calc(.12 + var(--p, 0) * .58); transform: translate3d(var(--near-x, 0), var(--near-y, 0), 0) rotate(var(--ring-rotate, 0deg)) scale(calc(.78 + var(--p, 0) * .3)); }
#particle-canvas, #final-particles { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
#particle-canvas { z-index: 0; mix-blend-mode: screen; opacity: calc(.45 + var(--p, 0) * .55); transform: translate3d(var(--particle-x, 0), var(--particle-y, 0), 0) scale(calc(1 + var(--p, 0) * .035)); will-change: transform, opacity; }
.awakening-sticky[data-sequence-ready="true"] #particle-canvas { opacity: calc(.2 + var(--p, 0) * .34); }
.portrait-stage { position: absolute; inset: -3%; z-index: -2; transform: translate3d(var(--portrait-x, 0), var(--portrait-y, 0), 0) scale(var(--portrait-scale, 1.035)) rotate(var(--portrait-tilt, -.6deg)); transform-origin: 70% 48%; will-change: transform; }
.portrait { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.04) contrast(1.01); will-change: opacity, transform, filter; }
:root[data-hero-variant="telaviv"] .portrait-stage { inset: 0; transform-origin: 62% 22%; }
:root[data-hero-variant="telaviv"] .portrait { object-position: center; }
:root[data-hero-variant="telaviv"] .awakening-sticky::after { background: linear-gradient(90deg, rgba(11,5,51,.9) 0%, rgba(22,8,76,.5) 34%, transparent 66%), linear-gradient(0deg, rgba(9,4,39,.36), transparent 34%); }
.portrait-sequence { z-index: 2; display: block; height: 100%; opacity: 0; object-fit: initial; filter: none; transition: opacity .25s ease; }
.portrait-video { z-index: 2; display: block; opacity: 0; object-fit: cover; filter: none; }
.portrait-stage[data-sequence-ready="true"] .portrait-sequence { opacity: 1; }
.portrait-stage[data-sequence-ready="true"] .portrait-start,
.portrait-stage[data-sequence-ready="true"] .portrait-end { opacity: 0; }
:root[data-hero-variant="telaviv"] .portrait-stage[data-sequence-ready="true"] .portrait-sequence { opacity: calc(1 - var(--hires-opacity, 0)); }
:root[data-hero-variant="telaviv"] .portrait-stage[data-sequence-ready="true"] .portrait-end { z-index: 3; opacity: var(--hires-opacity, 0); }
:root[data-hero-variant="telaviv"] .portrait-stage[data-video-ready="true"] .portrait-video { opacity: calc(1 - var(--hires-opacity, 0)); }
:root[data-hero-variant="telaviv"] .portrait-stage[data-video-ready="true"] .portrait-sequence,
:root[data-hero-variant="telaviv"] .portrait-stage[data-video-ready="true"] .portrait-start { opacity: 0; }
.portrait-start { opacity: calc(1 - var(--turn, 0)); transform: translate3d(var(--start-face-x, 0), 0, 0) scale(1.015); transform-origin: 72% 50%; }
.portrait-end { opacity: var(--turn, 0); transform: translate3d(var(--end-face-x, 0), 0, 0) scale(1.015); transform-origin: 70% 50%; filter: saturate(calc(.86 + var(--p, 0) * .2)) contrast(1.02); }
.awakening-sticky::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, rgba(11,5,51,.9) 0%, rgba(22,8,76,.48) 34%, transparent 63%), linear-gradient(0deg, rgba(9,4,39,.42), transparent 30%); }

.hero-copy { position: absolute; z-index: 3; left: clamp(1.25rem, 7vw, 7rem); width: min(620px, 43vw); will-change: opacity, transform; }
.hero-copy-start { top: 50%; opacity: var(--intro-opacity, 1); transform: translate3d(var(--copy-start-x, 0), calc(-50% - var(--p, 0) * 45px), 0); }
.hero-copy-end { top: 52%; opacity: var(--end-opacity, 0); transform: translate3d(var(--copy-end-x, 0), calc(-44% + (1 - var(--end-opacity, 0)) * 50px), 0); pointer-events: var(--end-events, none); }
.hero-copy-end .cta-row .button { opacity: clamp(0, calc((var(--end-opacity, 0) - .48) * 2.2), 1); transform: translate3d(calc((1 - var(--end-opacity, 0)) * -46px), calc((1 - var(--end-opacity, 0)) * 34px), 0) rotate(calc((1 - var(--end-opacity, 0)) * -4deg)) scale(calc(.92 + var(--end-opacity, 0) * .08)); }
.hero-copy-end .cta-row .button:nth-child(2) { transform: translate3d(calc((1 - var(--end-opacity, 0)) * 56px), calc((1 - var(--end-opacity, 0)) * 46px), 0) rotate(calc((1 - var(--end-opacity, 0)) * 4deg)) scale(calc(.92 + var(--end-opacity, 0) * .08)); }
.hero-copy-end .cta-row .button:hover { transform: translateY(-3px) scale(1.015); }
.eyebrow, .section-kicker { margin: 0 0 1.1rem; font-size: .74rem; font-weight: 900; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: .55rem; background: #fcff6b; border-radius: 50%; box-shadow: 0 0 0 7px rgba(252,255,107,.12), 0 0 24px #fcff6b; }
.hero-copy h1, .hero-copy h2 { max-width: 11ch; margin: 0; font-size: clamp(3rem, 6.5vw, 7.2rem); letter-spacing: -.07em; line-height: .88; text-wrap: balance; }
.hero-copy h2 { font-size: clamp(2.8rem, 5.3vw, 6rem); }
.hero-lede, .hero-copy-end > p { max-width: 33ch; margin: 1.5rem 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.6vw, 1.4rem); line-height: 1.4; }
.hero-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: .65rem; margin-top: 1.6rem; }
.hero-price strong { font-size: clamp(1.4rem, 2vw, 2rem); letter-spacing: -.04em; }
.hero-price span:last-child { color: rgba(255,255,255,.65); font-size: .85rem; }
.scroll-cue { display: inline-flex; align-items: center; gap: .8rem; margin-top: 2rem; color: white; font-size: .78rem; font-weight: 800; text-decoration: none; }
.scroll-cue i { display: block; width: 40px; height: 1px; background: white; position: relative; }
.scroll-cue i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-right: 1px solid white; border-bottom: 1px solid white; transform: rotate(-45deg); }
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.7rem; }
.cta-note { max-width: 46ch !important; margin-top: .8rem !important; color: rgba(255,255,255,.58) !important; font-size: .76rem !important; }
.progress-rail { position: absolute; top: 50%; right: 2rem; width: 2px; height: 160px; background: rgba(255,255,255,.22); transform: translateY(-50%); }
.progress-rail span { position: absolute; inset: 0; background: linear-gradient(var(--pink), var(--cyan)); transform: scaleY(var(--p, 0)); transform-origin: top; }
.scene-caption { position: absolute; right: 2rem; bottom: 1.6rem; margin: 0; color: rgba(255,255,255,.64); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; writing-mode: vertical-rl; }

.section-shell { width: min(var(--max), calc(100% - 3rem)); margin: 0 auto; padding: clamp(6rem, 10vw, 10rem) 0; }
.section-kicker { color: var(--purple); }
.section-head { display: grid; grid-template-columns: .42fr 1fr; gap: 2rem; align-items: start; margin-bottom: clamp(3rem, 6vw, 5.5rem); }
.section-head h2, .manifesto h2, .system-intro h2, .proof-intro h2, .final-cta h2 { margin: 0; font-size: clamp(2.7rem, 6vw, 6.5rem); letter-spacing: -.07em; line-height: .93; text-wrap: balance; }
.section-head h2 { max-width: 12ch; }

.code-proof { color: white; background: #0d0726; }
.code-proof .section-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.code-proof .section-kicker { color: var(--cyan); }
.code-proof h2 { max-width: 12ch; margin: 0; font-size: clamp(2.6rem, 5vw, 5.4rem); letter-spacing: -.065em; line-height: .94; text-wrap: balance; }
.code-proof h2 em { color: #ff72ca; font-style: normal; }
.code-proof-copy > p:last-child { max-width: 48ch; margin: 2rem 0 0; color: rgba(255,255,255,.62); line-height: 1.65; }
.proof-console { overflow: hidden; border: 1px solid rgba(173,139,255,.35); border-radius: 22px; background: rgba(7,4,24,.88); box-shadow: 0 38px 100px rgba(0,0,0,.42), 0 0 70px rgba(108,34,255,.12); }
.console-bar { display: flex; align-items: center; gap: .42rem; padding: .85rem 1rem; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.045); }
.console-bar span { width: 9px; height: 9px; border-radius: 50%; background: #ff645c; }
.console-bar span:nth-child(2) { background: #ffc85a; }
.console-bar span:nth-child(3) { background: #55dc9b; }
.console-bar small { margin-left: auto; color: rgba(255,255,255,.42); font: 600 .68rem ui-monospace, SFMono-Regular, Menlo, monospace; }
.proof-console pre { margin: 0; padding: clamp(1.4rem, 4vw, 2.5rem); white-space: pre-wrap; color: #ded4ff; font: 600 clamp(.78rem, 1.4vw, 1rem)/1.75 ui-monospace, SFMono-Regular, Menlo, monospace; }
.proof-console .prompt { color: #ff6bc7; }
.proof-console .ok { color: #73f8d5; }
.console-step { display: block; opacity: .14; transform: translateY(7px); }
.proof-console.is-running .console-step { animation: console-validate .48s cubic-bezier(.2,.8,.2,1) forwards; }
.proof-console.is-running .console-step:nth-child(2) { animation-delay: .16s; }
.proof-console.is-running .console-step:nth-child(3) { animation-delay: .34s; }
.console-caret { display: inline-block; width: .55em; height: 1em; margin-left: .2em; vertical-align: -.14em; background: #73f8d5; opacity: 0; }
.proof-console.is-running .console-caret { animation: console-caret .75s step-end 1 .85s; }
@keyframes console-validate { to { opacity: 1; transform: translateY(0); } }
@keyframes console-caret { 0%, 100% { opacity: 0; } 50% { opacity: 1; } }

.problems { padding-bottom: 5rem; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem-grid article { min-height: 285px; padding: clamp(1.5rem, 3vw, 2.7rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-grid article { transition-property: opacity, transform, background, box-shadow; }
.problem-grid article:hover { background: linear-gradient(145deg, rgba(108,34,255,.045), rgba(255,63,180,.055)); box-shadow: inset 0 0 0 1px rgba(108,34,255,.1); }
.problem-grid span { color: var(--pink); font-size: .7rem; font-weight: 900; }
.problem-grid h3 { max-width: 20ch; margin: 2.5rem 0 .8rem; font-size: clamp(1.45rem, 2.4vw, 2.3rem); letter-spacing: -.045em; line-height: 1.05; }
.problem-grid p { max-width: 48ch; margin: 0; color: var(--ink-soft); line-height: 1.55; }
.mid-cta { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 2rem; padding: 1.35rem 1.5rem 1.35rem 2rem; border-radius: 20px; background: #ece2ff; }
.mid-cta > div { display: grid; gap: .25rem; }
.mid-cta strong { font-size: 1.05rem; }
.mid-cta span { color: var(--ink-soft); font-size: .86rem; }
.inline-cta { margin-top: 3rem; text-align: right; }

.manifesto { border-bottom: 1px solid var(--line); }
.manifesto h2 { max-width: 13ch; }
.manifesto h2 em { color: var(--pink); font-style: normal; }
.manifesto-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(2rem, 8vw, 8rem); margin-top: 4rem; align-items: end; }
.big-copy { margin: 0; color: var(--ink-soft); font-size: clamp(1.3rem, 2.4vw, 2rem); line-height: 1.45; }
.not-this { padding: 1.5rem 0 0; border-top: 2px solid var(--ink); }
.not-this p { margin: .45rem 0; font-weight: 800; }

.system-section { position: relative; overflow: hidden; color: white; background: #120534; isolation: isolate; }
.system-section::before { content: ""; position: absolute; inset: -25% -10% auto 40%; z-index: -1; height: 740px; background: radial-gradient(circle, rgba(255,63,180,.31), rgba(108,34,255,.15) 38%, transparent 69%); filter: blur(12px); transform: translate3d(0, var(--system-halo-y, 0), 0); }
.system-section .section-kicker { color: var(--cyan); }
.system-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: end; }
.system-intro h2 { max-width: 12ch; }
.system-statement { padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.3); }
.system-statement strong { display: block; color: #ffb8e3; font-size: clamp(1.25rem, 2vw, 1.75rem); letter-spacing: -.035em; line-height: 1.2; }
.system-statement p { margin: 1.2rem 0 0; color: rgba(255,255,255,.66); line-height: 1.65; }
.system-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; margin-top: clamp(3rem, 7vw, 6rem); }
.system-card { grid-column: span 4; min-height: 310px; padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.055); backdrop-filter: blur(18px); }
.system-card { transition-property: opacity, transform, border-color, box-shadow, background; }
.system-card:hover { border-color: rgba(255,255,255,.3); box-shadow: 0 26px 70px rgba(5,0,30,.32), inset 0 1px rgba(255,255,255,.08); }
.system-card-featured { grid-column: span 8; background: linear-gradient(145deg, rgba(108,34,255,.44), rgba(255,63,180,.14)); }
.system-card-accent { background: linear-gradient(145deg, #ff4fae, #ff7057); border-color: transparent; }
.system-card > span { color: var(--cyan); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.system-card-accent > span { color: white; }
.system-card h3 { max-width: 15ch; margin: clamp(3rem, 7vw, 6rem) 0 .9rem; font-size: clamp(1.55rem, 2.8vw, 2.65rem); letter-spacing: -.055em; line-height: 1; }
.system-card p { max-width: 48ch; margin: 0; color: rgba(255,255,255,.66); line-height: 1.6; }
.system-card-accent p { color: rgba(255,255,255,.86); }
.pack-drawer { margin-top: 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.045); }
.pack-drawer summary { display: grid; grid-template-columns: 1fr auto auto; gap: 1rem; align-items: center; padding: 1.5rem 1.7rem; cursor: pointer; list-style: none; font-weight: 850; }
.pack-drawer summary::-webkit-details-marker { display: none; }
.pack-drawer summary small { color: rgba(255,255,255,.52); font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.pack-drawer summary::after { content: "+"; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--cyan); }
.pack-drawer summary::after { transition: transform .45s cubic-bezier(.16,1,.3,1), color .3s ease, background .3s ease; }
.pack-drawer summary:hover::after { color: var(--night); background: var(--cyan); transform: rotate(90deg) scale(1.08); }
.pack-drawer[open] summary::after { content: "−"; }
.pack-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; padding: 0 1.7rem 1.5rem; }
.pack-list span { padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #eadfff; text-align: center; font-size: .78rem; font-weight: 800; }
.pack-drawer > p { max-width: 70ch; margin: 0; padding: 0 1.7rem 1.7rem; color: rgba(255,255,255,.58); font-size: .86rem; line-height: 1.6; }
.system-cta { display: flex; justify-content: flex-end; margin-top: 2rem; }
.system-cta .button { color: var(--night); border-color: white; background: white; }

.offer { width: 100%; max-width: none; padding-left: max(1.5rem, calc((100vw - var(--max))/2)); padding-right: max(1.5rem, calc((100vw - var(--max))/2)); background: linear-gradient(160deg, #f8eeff 0%, #fff8f2 58%, #ffede7 100%); }
.offer-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(1.5rem, 5vw, 5rem); }
.offer-card { padding: clamp(1.5rem, 4vw, 3.25rem); border-radius: var(--radius); background: linear-gradient(145deg, #8b3fff, #ff3fab 54%, #ff7652); box-shadow: var(--shadow); color: white; transform: rotate(-1.2deg); }
.offer-card.is-visible { transform: rotate(-1.2deg) translateY(0); }
.offer-card.is-settled { transform: rotate(0) translateY(0); transition-duration: .9s; }
.offer-topline { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; align-items: center; }
.offer-name { font-weight: 900; }
.limited { padding: .5rem .7rem; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.price-reference { display: flex; align-items: baseline; gap: .75rem; margin-top: 2.2rem; color: rgba(255,255,255,.74); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.price-reference del { color: rgba(255,255,255,.82); font-size: 1.35rem; font-weight: 900; letter-spacing: -.025em; text-decoration-color: rgba(255,255,255,.7); text-decoration-thickness: 2px; }
.price-lockup { display: flex; align-items: flex-start; margin: .85rem 0 .65rem; line-height: .8; }
.price-lockup > span { font-size: clamp(5.5rem, 10vw, 9rem); font-weight: 950; letter-spacing: -.09em; }
.price-lockup sup { margin: .35rem .3rem 0; font-size: 2rem; font-weight: 900; }
.price-lockup small { align-self: flex-end; padding-bottom: .5rem; color: rgba(255,255,255,.75); font-size: .8rem; font-weight: 800; }
.founding-note { margin: 0 0 1.35rem; color: white; font-size: .86rem; font-weight: 850; letter-spacing: .01em; }
.offer-promise { max-width: 42ch; font-size: 1.1rem; line-height: 1.5; }
.check-list { display: grid; gap: .85rem; margin: 2rem 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.7rem; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; }
.cta-stack { display: grid; gap: 1rem; align-items: center; margin-top: 2rem; }
.cta-stack .text-link { justify-self: center; }
.outcomes { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.outcomes-title { grid-column: 1 / -1; margin: 0 0 1rem; font-size: .8rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.outcomes article { padding: 2rem; border-top: 1px solid var(--line); }
.outcomes article:nth-of-type(odd) { border-right: 1px solid var(--line); }
.outcomes article > span { color: var(--pink); font-size: .72rem; font-weight: 900; }
.outcomes h3 { margin: 1.2rem 0 .6rem; font-size: 1.3rem; letter-spacing: -.03em; }
.outcomes p { margin: 0; color: var(--ink-soft); line-height: 1.55; }
.outcomes .outcome-cta { color: white; background: var(--night); }
.outcomes .outcome-cta span { color: var(--cyan); }
.outcomes .outcome-cta p { color: rgba(255,255,255,.74); }
.outcomes .outcome-cta a { color: white; font-weight: 850; text-underline-offset: 4px; }

.process { overflow: hidden; }
.timeline { position: relative; }
.timeline::before, .timeline::after { content: ""; position: absolute; left: 5.15rem; top: 0; bottom: 0; width: 2px; transform-origin: top; }
.timeline::before { background: rgba(108,34,255,.14); }
.timeline::after { background: linear-gradient(var(--purple), var(--pink), var(--orange)); transform: scaleY(var(--timeline-progress, 0)); }
.timeline article { display: grid; grid-template-columns: 6.5rem 1fr; gap: 2.2rem; padding: 2rem 0; }
.timeline .step-index { position: relative; color: var(--purple); font-weight: 900; letter-spacing: .08em; }
.timeline .step-index::after { content: ""; position: absolute; z-index: 1; top: .2rem; right: 1.08rem; width: 12px; height: 12px; background: var(--paper); border: 3px solid rgba(108,34,255,.24); border-radius: 50%; transition: border-color .35s ease, background .35s ease, box-shadow .35s ease; }
.timeline article.is-active .step-index::after { border-color: var(--pink); background: white; box-shadow: 0 0 0 7px rgba(255,63,171,.1), 0 0 24px rgba(255,63,171,.35); }
.timeline h3 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.7rem); letter-spacing: -.05em; }
.timeline p { max-width: 52ch; margin: .7rem 0 0; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.55; }

.proof { position: relative; width: 100%; max-width: none; overflow: hidden; padding-left: max(1.5rem, calc((100vw - var(--max))/2)); padding-right: max(1.5rem, calc((100vw - var(--max))/2)); color: white; background: #18094c; isolation: isolate; }
.proof::before { content: ""; position: absolute; z-index: -2; top: 20%; right: -12%; width: min(48vw, 720px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,63,171,.18), rgba(108,34,255,.08) 48%, transparent 72%); filter: blur(10px); transform: translate3d(0, var(--proof-orb-y, 0), 0); will-change: transform; }
.proof::after { content: ""; position: absolute; z-index: -1; inset: -40px; pointer-events: none; opacity: .18; background-image: radial-gradient(circle, rgba(255,255,255,.7) 1px, transparent 1.5px), radial-gradient(circle, rgba(55,217,255,.65) 1px, transparent 1.5px); background-position: 0 0, 17px 23px; background-size: 43px 43px, 61px 61px; mask-image: linear-gradient(115deg, transparent 10%, black 50%, transparent 90%); animation: proof-particle-drift 16s linear infinite alternate; }
.proof .section-kicker { color: #ff85d0; }
.proof-intro { display: grid; grid-template-columns: .4fr 1.1fr .65fr; gap: 2rem; align-items: start; }
.proof-intro h2 { max-width: 12ch; }
.proof-intro > p:last-child { color: rgba(255,255,255,.66); line-height: 1.65; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 5rem 0 2rem; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.proof-number { display: grid; min-height: 240px; padding: 2rem; background: #18094c; }
.proof-number strong { align-self: end; font-size: clamp(4rem, 9vw, 8rem); letter-spacing: -.08em; background: linear-gradient(110deg, #d8b5ff, #ff59bd, #ffb056); background-clip: text; -webkit-background-clip: text; color: transparent; transform: translate3d(0, var(--proof-number-y, 0), 0); }
.proof-number span { max-width: 18ch; color: rgba(255,255,255,.65); font-size: .86rem; font-weight: 700; }
.project-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); transform: translate3d(0, var(--project-strip-y, 0), 0); }
.project-strip article { display: flex; min-height: 260px; padding: clamp(1.8rem, 3vw, 2.75rem); flex-direction: column; align-items: flex-start; background: rgba(24,9,76,.92); transition: transform .45s cubic-bezier(.16,1,.3,1), background .35s ease, box-shadow .35s ease; will-change: transform; }
.project-strip article:hover { z-index: 1; background: #241067; transform: translateY(-8px); }
.status { display: inline-flex; padding: .42rem .68rem; color: #e7d7ff; background: rgba(151,75,255,.2); border-radius: 999px; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.status-live { color: #b9fff3; background: rgba(55,217,255,.15); }
.project-strip h3 { margin: auto 0 .8rem; padding-top: 3.5rem; font-size: clamp(1.65rem, 2.7vw, 2.55rem); letter-spacing: -.045em; line-height: 1; }
.project-strip p { max-width: 42ch; margin: 0; color: rgba(255,255,255,.68); font-size: clamp(.98rem, 1.2vw, 1.08rem); line-height: 1.55; }
.project-link { display:inline-flex; margin-top:1.4rem; align-items:center; color:#75eeff; font-size:.76rem; font-weight:900; letter-spacing:.04em; text-decoration:none; transition:color .2s ease, transform .25s cubic-bezier(.16,1,.3,1); }
.project-link:hover { color:white; transform:translateX(5px); }
.project-link:focus-visible { outline:3px solid #75eeff; outline-offset:5px; border-radius:2px; }
.site-case { display: grid; grid-template-columns: 1.05fr .95fr; margin-top: 1px; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(120deg, rgba(108,34,255,.34), rgba(255,63,171,.14) 55%, rgba(55,217,255,.12)); overflow: hidden; }
.site-case > div { display: flex; min-height: 390px; padding: clamp(2rem, 4vw, 4rem); flex-direction: column; justify-content: space-between; }
.site-case-result { border-right: 1px solid rgba(255,255,255,.16); }
.site-case-label, .site-case-leverage > span { color: #ffb7e4; font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.site-case-result strong { max-width: 10ch; margin: auto 0 2rem; font-size: clamp(3rem, 6vw, 6.6rem); letter-spacing: -.075em; line-height: .88; background: linear-gradient(105deg, #fff 10%, #dfc1ff 45%, #58e7ff); background-clip: text; -webkit-background-clip: text; color: transparent; }
.site-case p { max-width: 46ch; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.6; }
.site-case-leverage h3 { max-width: 12ch; margin: auto 0 2rem; font-size: clamp(2rem, 3.7vw, 4rem); letter-spacing: -.06em; line-height: .98; }
.site-case-leverage > span { color: #75eeff; }
blockquote { max-width: 24ch; margin: 7rem 0 0 auto; font-size: clamp(2rem, 4vw, 4rem); font-weight: 850; letter-spacing: -.06em; line-height: 1.05; }
.proof-cta { display: flex; justify-content: flex-end; align-items: center; gap: 1.2rem; margin-top: 2rem; }
.proof-cta span { max-width: 28ch; color: rgba(255,255,255,.52); font-size: .74rem; line-height: 1.4; }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.fit-grid > div { min-height: 380px; padding: clamp(1.5rem, 4vw, 3rem); border-radius: var(--radius); }
.fit-yes { background: #dff9ff; }
.fit-no { background: #f0e9f9; }
.fit-grid h3 { margin: 0 0 3rem; font-size: clamp(1.6rem, 3vw, 2.6rem); letter-spacing: -.04em; }
.fit-grid ul { display: grid; gap: 1.2rem; margin: 0; padding: 0; list-style: none; }
.fit-grid li { padding-top: 1rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-weight: 700; line-height: 1.5; }

.faq { border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 2rem; padding: 1.6rem 0; cursor: pointer; font-size: clamp(1.15rem, 2vw, 1.6rem); font-weight: 850; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--purple); font-size: 1.5rem; }
.faq summary::after { transition: transform .4s cubic-bezier(.16,1,.3,1), color .25s ease; }
.faq summary:hover::after { color: var(--pink); transform: rotate(90deg) scale(1.15); }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 66ch; margin: 0 0 1.8rem; color: var(--ink-soft); line-height: 1.65; }

.final-cta { position: relative; min-height: 100vh; display: grid; place-items: center; overflow: hidden; padding: 7rem 1.5rem; color: white; background: radial-gradient(circle at 80% 20%, #ff765a, transparent 28%), radial-gradient(circle at 18% 72%, #6c22ff, transparent 36%), linear-gradient(135deg, #16084c, #a226d8 68%, #ff3f9b); }
.final-cta::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,.35) 1px, transparent 1.5px); background-size: 30px 30px; mask-image: linear-gradient(to bottom, transparent, black 40%, transparent); opacity: .2; }
#final-particles { z-index: 0; opacity: .78; }
.final-cta-inner { position: relative; z-index: 1; width: min(var(--max), 100%); }
.final-cta .section-kicker { color: #ffdb72; }
.final-cta h2 { max-width: 13ch; }
.final-cta-inner > p:not(.section-kicker) { max-width: 48ch; color: rgba(255,255,255,.7); font-size: 1.15rem; line-height: 1.5; }
.decision-grid { display: grid; grid-template-columns: 1.45fr .8fr; gap: 1rem; margin-top: 4rem; }
.decision-grid a { display: grid; min-height: 230px; padding: 1.5rem; color: white; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.28); border-radius: 20px; backdrop-filter: blur(18px); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.decision-grid a:hover { transform: translateY(-6px); background: rgba(255,255,255,.17); }
.decision-grid span { color: #ffdb72; font-size: .7rem; font-weight: 900; }
.decision-grid strong { align-self: end; font-size: 1.35rem; }
.decision-grid small { margin-top: .6rem; color: rgba(255,255,255,.68); line-height: 1.45; }
.decision-grid .decision-primary { background: white; color: var(--night); }
.decision-grid .decision-primary small { color: var(--ink-soft); }

footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 2rem max(1.5rem, calc((100vw - var(--max))/2)); color: var(--ink-soft); font-size: .82rem; }
footer .brand { color: var(--ink); }
footer p { margin: 0; }

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

.motion-enhanced .motion-in { --motion-x: 0px; --motion-y: 38px; --motion-r: 0deg; opacity: 0; filter: blur(7px); transform: translate3d(var(--motion-x), var(--motion-y), 0) rotate(var(--motion-r)) scale(.97); transition: opacity .78s ease var(--motion-delay, 0ms), transform .9s cubic-bezier(.16,1,.3,1) var(--motion-delay, 0ms), filter .7s ease var(--motion-delay, 0ms); }
.motion-enhanced .motion-left { --motion-x: -62px; --motion-y: 14px; --motion-r: -2deg; }
.motion-enhanced .motion-right { --motion-x: 62px; --motion-y: 14px; --motion-r: 2deg; }
.motion-enhanced .motion-rise { --motion-x: 0px; --motion-y: 52px; --motion-r: -.6deg; }
.motion-enhanced .motion-pop { --motion-x: 0px; --motion-y: 26px; --motion-r: 1.6deg; }
.motion-enhanced .motion-in.is-arrived { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0) rotate(0) scale(1); }

.motion-enhanced .motion-dock { opacity: 0; filter: blur(5px); transform: translate3d(var(--dock-x, -64px), 32px, 0) rotate(var(--dock-r, -3deg)) scale(.9); transition: opacity .65s ease var(--motion-delay, 0ms), transform .92s cubic-bezier(.16,1.36,.32,1) var(--motion-delay, 0ms), filter .55s ease var(--motion-delay, 0ms), box-shadow .2s ease; }
.motion-enhanced .motion-dock.is-docked { opacity: 1; filter: blur(0); transform: translate3d(0, var(--dock-scroll-y, 0px), 0) rotate(var(--dock-scroll-r, 0deg)) scale(var(--dock-scroll-scale, 1)); }
.motion-enhanced .motion-dock.is-docked:hover { transform: translate3d(0, calc(var(--dock-scroll-y, 0px) - 4px), 0) rotate(var(--dock-scroll-r, 0deg)) scale(1.02); }
.motion-enhanced .text-link.motion-dock { display: inline-block; transform-origin: left center; }
.motion-enhanced .project-strip article.motion-in.is-arrived { transform: translate3d(0, var(--project-card-y, 0px), 0) rotate(var(--project-card-r, 0deg)) scale(var(--project-card-scale, 1)); }
.motion-enhanced .project-strip article.motion-in.is-arrived:hover { transform: translate3d(0, calc(var(--project-card-y, 0px) - 8px), 0) rotate(var(--project-card-r, 0deg)) scale(1.015); box-shadow: 0 24px 65px rgba(5,0,32,.34); }

@keyframes proof-particle-drift {
  from { transform: translate3d(-12px, 10px, 0); }
  to { transform: translate3d(18px, -22px, 0); }
}

.proof-number.reveal { clip-path: inset(18% 0 0 0 round 18px); transform: translateY(42px) scale(.94); }
.proof-number.reveal.is-visible { clip-path: inset(0 0 0 0 round 0); transform: none; transition-duration: .9s; }
.proof-number:nth-child(2) { transition-delay: .1s; }
.proof-number:nth-child(3) { transition-delay: .2s; }

@media (min-width: 961px) {
  .offer-card.reveal { transform: translateY(28px) rotate(-1.2deg); }
  .offer-card.reveal.is-visible { transform: translateY(0) rotate(0); transition-duration: .9s; }
  .system-card.reveal { transform: translate3d(0, calc(46px + var(--card-motion-y, 0px)), 0) rotate(1.5deg) scale(.94); }
  .system-card.reveal:nth-child(even) { transform: translate3d(0, calc(46px + var(--card-motion-y, 0px)), 0) rotate(-1.5deg) scale(.94); }
  .system-card.reveal.is-visible, .system-card.reveal:nth-child(even).is-visible { transform: translate3d(0, var(--card-motion-y, 0px), 0) rotate(0) scale(1); }
  .system-card:nth-child(2) { transition-delay: .08s; }
  .system-card:nth-child(3) { transition-delay: .16s; }
  .system-card:nth-child(4) { transition-delay: .24s; }
  .problem-grid article.reveal { transform: translate3d(-58px, calc(34px + var(--problem-y, 0px)), 0) rotate(-1.8deg) scale(.97); }
  .problem-grid article.reveal:nth-child(even) { transform: translate3d(58px, calc(34px + var(--problem-y, 0px)), 0) rotate(1.8deg) scale(.97); }
  .problem-grid article.reveal.is-visible, .problem-grid article.reveal:nth-child(even).is-visible { transform: translate3d(0, var(--problem-y, 0px), 0) rotate(0) scale(1); }
  .problem-grid article:nth-child(2), .problem-grid article:nth-child(4) { transition-delay: .1s; }
}

:root[data-motion="static"] .system-section::before,
:root[data-motion="static"] .system-card,
:root[data-motion="static"] .problem-grid article,
:root[data-motion="static"] .proof-number strong,
:root[data-motion="static"] .proof::before,
:root[data-motion="static"] .project-strip,
:root[data-motion="static"] .project-strip article { transform: none; }
:root[data-motion="static"] .proof::after { animation: none; }
:root[data-motion="static"] .motion-in,
:root[data-motion="static"] .motion-dock { opacity: 1; filter: none; transform: none; transition: none; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .header-actions { gap: .45rem; }
  .button-small { display: none; }
  .awakening { height: 350vh; }
  .portrait { object-position: 64% center; }
  .awakening-sticky::after { background: linear-gradient(0deg, rgba(11,5,51,.9), rgba(22,8,76,.05) 70%), linear-gradient(90deg, rgba(11,5,51,.25), transparent); }
  .hero-copy { left: 1.25rem; right: 1.25rem; top: auto; bottom: 5rem; width: auto; }
  .hero-copy-start, .hero-copy-end { transform: translateY(calc((1 - var(--intro-opacity, 1)) * 25px)); }
  .hero-copy h1, .hero-copy h2 { max-width: 12ch; font-size: clamp(2.8rem, 11vw, 5.4rem); }
  .scene-caption { display: none; }
  .progress-rail { right: 1rem; height: 110px; }
  .section-head, .system-intro, .proof-intro { grid-template-columns: 1fr; }
  .code-proof .section-shell { grid-template-columns: 1fr; }
  .offer-layout { grid-template-columns: 1fr; }
  .offer-card { transform: none; }
  .system-card, .system-card-featured { grid-column: span 6; }
  .pack-list { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-number { min-height: 180px; }
  .project-strip { grid-template-columns: 1fr 1fr; }
  .site-case { grid-template-columns: 1fr; }
  .site-case-result { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
}

@media (max-width: 640px) {
  :root { --radius: 20px; }
  .site-header { height: 64px; padding: 0 1rem; }
  .brand-mark { width: 28px; height: 28px; }
  .awakening-sticky { min-height: 580px; }
  .portrait { object-position: 67% center; }
  .hero-copy { bottom: 3.8rem; }
  .hero-copy-start { opacity: clamp(0, calc(var(--intro-opacity, 1) * 1.6), 1); }
  .hero-copy h1, .hero-copy h2 { font-size: clamp(2.5rem, 12.5vw, 4.2rem); }
  .hero-lede, .hero-copy-end > p { font-size: 1rem; }
  .hero-price { margin-top: 1rem; }
  .scroll-cue { margin-top: 1.2rem; }
  .cta-row { display: grid; }
  .section-shell { width: min(100% - 2rem, var(--max)); padding: 5rem 0; }
  .section-head h2, .manifesto h2, .system-intro h2, .proof-intro h2, .final-cta h2 { font-size: clamp(2.45rem, 11vw, 4.5rem); }
  .manifesto-grid, .fit-grid, .problem-grid { grid-template-columns: 1fr; }
  .system-card, .system-card-featured { grid-column: 1 / -1; min-height: 260px; }
  .pack-drawer summary { grid-template-columns: 1fr auto; }
  .pack-drawer summary small { display: none; }
  .pack-list { grid-template-columns: 1fr; }
  .system-cta { justify-content: stretch; }
  .system-cta .button { width: 100%; }
  .mid-cta, .proof-cta { align-items: flex-start; flex-direction: column; }
  .inline-cta { text-align: left; }
  .outcomes { grid-template-columns: 1fr; }
  .outcomes article:nth-of-type(odd) { border-right: 0; }
  .timeline::before, .timeline::after { left: 4.65rem; }
  .timeline article { grid-template-columns: 5.8rem 1fr; gap: 1rem; }
  .timeline .step-index::after { right: .58rem; }
  .project-strip, .decision-grid { grid-template-columns: 1fr; }
  .site-case > div { min-height: 330px; padding: 2rem; }
  blockquote { margin-top: 4rem; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .awakening { height: 100vh; }
  .depth-field { display: none; }
  .color-wash, #particle-canvas, .portrait-stage { transform: none; }
  .portrait-start { display: none; }
  .portrait-sequence, .portrait-video { display: none; }
  .portrait-end { opacity: 1; transform: none; }
  .hero-copy-start { display: none; }
  .hero-copy-end { opacity: 1; transform: translateY(-44%); pointer-events: auto; }
  .progress-rail, .scroll-cue { display: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
