:root{color-scheme:dark;--bg: #0a0a0b;--surface: #111113;--surface-2: #17171a;--surface-3: #1f1f23;--line: rgba(255, 255, 255, .08);--line-strong: rgba(255, 255, 255, .16);--text: #f4f4f5;--text-dim: #a1a1a8;--text-faint: #6e6e76;--accent: #ffc1cd;--accent-deep: #d4637a;--accent-soft: rgba(255, 193, 205, .12);--accent-hover: #ffffff;--on-accent: #17171a;--glow: rgba(255, 193, 205, .16);--wash: rgba(255, 193, 205, .06);--grain: .035;--bar-bg: rgba(10, 10, 11, .72);--r-lg: 24px;--r-md: 16px;--r-sm: 10px;--r-pill: 999px;--font-sans: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Cascadia Mono", ui-monospace, "Courier New", monospace;--shell: 1180px;--gutter: 24px;--section-y: 128px}:root[data-theme=light]{color-scheme:light;--bg: #f7f6f4;--surface: #ffffff;--surface-2: #f1efec;--surface-3: #e8e5e1;--line: rgba(22, 22, 26, .1);--line-strong: rgba(22, 22, 26, .2);--text: #16161a;--text-dim: #55555e;--text-faint: #7c7c86;--accent: #b5335a;--accent-deep: #8d2547;--accent-soft: rgba(181, 51, 90, .1);--accent-hover: #8d2547;--on-accent: #ffffff;--glow: rgba(181, 51, 90, .1);--wash: rgba(181, 51, 90, .05);--grain: .022;--bar-bg: rgba(247, 246, 244, .78)}@media(prefers-color-scheme:light){:root:not([data-theme=dark]){color-scheme:light;--bg: #f7f6f4;--surface: #ffffff;--surface-2: #f1efec;--surface-3: #e8e5e1;--line: rgba(22, 22, 26, .1);--line-strong: rgba(22, 22, 26, .2);--text: #16161a;--text-dim: #55555e;--text-faint: #7c7c86;--accent: #b5335a;--accent-deep: #8d2547;--accent-soft: rgba(181, 51, 90, .1);--accent-hover: #8d2547;--on-accent: #ffffff;--glow: rgba(181, 51, 90, .1);--wash: rgba(181, 51, 90, .05);--grain: .022;--bar-bg: rgba(247, 246, 244, .78)}}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:var(--bg);color:var(--text);transition:background-color .28s ease,color .28s ease;font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{margin:0;font-weight:600;line-height:1.08;letter-spacing:-.03em}p{margin:0}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}button{font:inherit;cursor:pointer}::selection{background:var(--accent);color:var(--on-accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.shell{width:100%;max-width:var(--shell);margin:0 auto;padding:0 var(--gutter)}.section{padding:var(--section-y) 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent)}.section-title{margin-top:18px;font-size:clamp(32px,5vw,52px)}.section-lede{margin-top:16px;max-width:52ch;color:var(--text-dim);font-size:17px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg)}.btn{display:inline-flex;align-items:center;gap:10px;padding:13px 22px;border:1px solid transparent;border-radius:var(--r-pill);font-size:15px;font-weight:600;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--accent);color:var(--on-accent)}.btn--primary:hover{background:var(--accent-hover)}.btn--ghost{border-color:var(--line-strong);color:var(--text)}.btn--ghost:hover{background:var(--surface-2);border-color:var(--accent)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}@media(max-width:720px){:root{--section-y: 84px;--gutter: 20px}}
