:root{--bg: #0e1116;--bg-soft: #151a21;--line: #232a33;--text: #e8edf2;--text-dim: #9aa7b4;--accent: #5eead4;--accent-dim: rgba(94, 234, 212, .14);--max: 72rem;--font: "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.65;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:3px}.wrap{max-width:var(--max);margin:0 auto;padding:0 1.5rem}nav{position:sticky;top:0;z-index:50;backdrop-filter:blur(12px);background:#0e1116cc;border-bottom:1px solid var(--line)}nav .wrap{display:flex;align-items:center;justify-content:space-between;height:3.75rem}nav .brand{color:var(--text);font-weight:600;letter-spacing:-.01em}nav .brand:hover{text-decoration:none;color:var(--accent)}nav ul{display:flex;gap:1.75rem;list-style:none;padding:0}nav ul a{color:var(--text-dim);font-size:.95rem;transition:color .2s}nav ul a:hover{color:var(--text);text-decoration:none}.hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden}.hero canvas{position:absolute;inset:0;width:100%;height:100%}.hero .content{position:relative;z-index:2;max-width:46rem}.hero .eyebrow{color:var(--accent);font-size:.9rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600}.hero h1{font-size:clamp(2.1rem,5.4vw,3.6rem);line-height:1.12;letter-spacing:-.025em;margin:1rem 0 1.4rem;font-weight:700}.hero h1 em{font-style:normal;color:var(--accent)}.hero p{color:var(--text-dim);font-size:1.15rem;max-width:36rem}.hero .cta{margin-top:2.2rem;display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-block;padding:.7rem 1.4rem;border-radius:8px;font-weight:600;font-size:.95rem;transition:transform .15s ease,background .2s}.btn:hover{text-decoration:none;transform:translateY(-2px)}.btn.primary{background:var(--accent);color:#06231d}.btn.ghost{border:1px solid var(--line);color:var(--text)}.btn.ghost:hover{border-color:var(--accent)}section{padding:5.5rem 0}section.alt{background:var(--bg-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}h2.section-title{font-size:1.9rem;letter-spacing:-.02em;margin-bottom:.6rem}p.section-sub{color:var(--text-dim);max-width:40rem;margin-bottom:3rem}.pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.25rem}.card{background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;padding:1.75rem;transition:transform .25s ease,border-color .25s ease}section.alt .card{background:var(--bg)}.card:hover{transform:translateY(-4px);border-color:var(--accent)}.card .tag{color:var(--accent);font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600}.card h3{margin:.6rem 0 .5rem;font-size:1.2rem;letter-spacing:-.01em}.card p{color:var(--text-dim);font-size:.97rem}.proof{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:1.25rem;text-align:center}.proof .num{font-size:2.1rem;font-weight:700;color:var(--accent);letter-spacing:-.02em}.proof .label{color:var(--text-dim);font-size:.92rem;margin-top:.3rem}.post-item{display:block;padding:1.6rem 0;border-bottom:1px solid var(--line);color:inherit}.post-item:hover{text-decoration:none}.post-item:hover h3{color:var(--accent)}.post-item .meta{color:var(--text-dim);font-size:.88rem;display:flex;gap:.8rem;align-items:center}.post-item .meta .pill{border:1px solid var(--line);border-radius:99px;padding:.1rem .7rem;color:var(--accent);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.post-item h3{margin:.5rem 0 .35rem;font-size:1.35rem;letter-spacing:-.015em;transition:color .2s}.post-item p{color:var(--text-dim);max-width:44rem}article.post{max-width:44rem;margin:0 auto;padding:4rem 1.5rem 6rem}article.post h1{font-size:clamp(1.9rem,4vw,2.7rem);letter-spacing:-.02em;line-height:1.15;margin:.8rem 0 2.5rem}article.post .body h2{margin:2.4rem 0 .8rem;letter-spacing:-.015em}article.post .body p{margin:1rem 0;color:#c6cfd8}article.post .body li{color:#c6cfd8;margin:.4rem 0}article.post .body blockquote{border-left:3px solid var(--accent);margin:1.5rem 0;padding:.2rem 0 .2rem 1.2rem;color:var(--text-dim);font-style:italic}article.post .body code{background:var(--bg-soft);border:1px solid var(--line);border-radius:4px;padding:.1em .4em;font-size:.9em}.chapter{position:relative;padding:0 0 2.8rem 2rem;border-left:1px solid var(--line)}.chapter:last-child{padding-bottom:0}.chapter:before{content:"";position:absolute;left:-6px;top:6px;width:11px;height:11px;border-radius:50%;background:var(--bg);border:2px solid var(--accent)}.chapter .when{color:var(--accent);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600}.chapter h3{margin:.4rem 0 .5rem;font-size:1.25rem;letter-spacing:-.01em}.chapter p{color:var(--text-dim);max-width:42rem}.chapter .quote{margin-top:.7rem;color:var(--text);font-style:italic;border-left:2px solid var(--accent);padding-left:.9rem}footer{border-top:1px solid var(--line);padding:2.5rem 0}footer .wrap{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:var(--text-dim);font-size:.92rem}footer .links{display:flex;gap:1.4rem}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.reveal-stagger>*{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}.reveal-stagger.visible>*{opacity:1;transform:none}.reveal-stagger.visible>*:nth-child(2){transition-delay:.12s}.reveal-stagger.visible>*:nth-child(3){transition-delay:.24s}.reveal-stagger.visible>*:nth-child(4){transition-delay:.36s}@media (prefers-reduced-motion: reduce){.reveal,.reveal-stagger>*{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}@media (max-width: 640px){nav ul{gap:1.1rem}section{padding:3.5rem 0}.hero{min-height:78vh}}
