:root{--seal:#8e1524;--seal-deep:#5e0a12;--seal-bright:#c41e33;--seal-soft:#fbeaec;--star:#f4b400;--ink:#1f2428;--ink-2:#495057;--ink-3:#6c757d;--ground:#fff;--surface:#fff;--surface-2:#f6f4f2;--surface-3:#eae6e3;--line:#e2deda;--line-2:#cfc9c4;--ok:#1e7b34;--ok-soft:#e7f4ea;--shadow:0 1px 2px #1f24280f, 0 8px 24px #1f24280f;--shadow-lift:0 4px 10px #1f242817, 0 24px 60px #1f242821;--sans:"Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;--disp:"Poppins", "Inter", system-ui, sans-serif;--mono:"Roboto Mono", ui-monospace, Menlo, monospace;--ease:cubic-bezier(.2, .8, .2, 1);--ease-out-back:cubic-bezier(.2, 1.3, .4, 1);--t-fast:.16s;--t-mid:.32s;--t-slow:.6s;--radius:14px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--seal:#e0576a;--seal-deep:#f3a7b2;--seal-bright:#f0798a;--seal-soft:#2a1116;--star:#fbc02d;--ink:#edeae7;--ink-2:#b4ada7;--ink-3:#8b847e;--ground:#141312;--surface:#1c1a19;--surface-2:#232120;--surface-3:#2c2928;--line:#302d2b;--line-2:#423e3b;--ok:#6dd98a;--ok-soft:#122a19;--shadow:0 1px 2px #00000080, 0 8px 24px #00000059;--shadow-lift:0 4px 10px #00000080, 0 24px 60px #00000080}}:root[data-theme=dark]{--seal:#e0576a;--seal-deep:#f3a7b2;--seal-bright:#f0798a;--seal-soft:#2a1116;--star:#fbc02d;--ink:#edeae7;--ink-2:#b4ada7;--ink-3:#8b847e;--ground:#141312;--surface:#1c1a19;--surface-2:#232120;--surface-3:#2c2928;--line:#302d2b;--line-2:#423e3b;--ok:#6dd98a;--ok-soft:#122a19;--shadow:0 1px 2px #00000080, 0 8px 24px #00000059;--shadow-lift:0 4px 10px #00000080, 0 24px 60px #00000080}*{box-sizing:border-box}body{background:var(--ground);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;line-height:1.55}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}a{color:var(--seal);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:3px solid var(--seal);outline-offset:2px;border-radius:6px}h1,h2,h3,h4{font-family:var(--disp);letter-spacing:-.022em;text-wrap:balance;margin:0;font-weight:500}h1{font-size:clamp(33px,5vw,56px);font-weight:500;line-height:1.04}h2{font-size:clamp(24px,3.2vw,36px);line-height:1.14}h3{font-size:19px}p{margin:0}.wrap{max-width:1140px;margin:0 auto;padding:0 22px}.mono{font-family:var(--mono);font-variant-numeric:tabular-nums}.eyebrow{font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);font-size:11px;font-weight:600}.btn{transition:transform var(--t-fast) var(--ease), background var(--t-fast), box-shadow var(--t-fast);border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:11px 22px;font-size:15px;font-weight:600;display:inline-flex}.btn:active{transform:scale(.97)}.btn--primary{background:var(--seal);color:#fff}.btn--primary:hover{background:var(--seal-bright);box-shadow:0 8px 22px -6px var(--seal)}.btn--ghost{border:1px solid var(--line-2);color:var(--ink)}.btn--ghost:hover{background:var(--surface-2)}.btn--light{color:var(--ink);background:#fff}.btn--light:hover{transform:translateY(-2px)}.btn--lg{padding:14px 28px;font-size:16px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.band{border-top:1px solid var(--line);padding:78px 0}.band--alt{background:var(--surface-2)}.band--ink{background:var(--ink);color:var(--ground);border-top:none}.reveal{opacity:0;transition:opacity var(--t-slow) var(--ease), transform var(--t-slow) var(--ease);transition-delay:var(--reveal-delay,0s);transform:translateY(18px)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}.reveal{opacity:1;transform:none}}
