:root{--bg: oklch(.98 .005 240);--fg: #0f1117;--accent: oklch(.58 .22 250);--surface: oklch(.85 .08 250);--border: oklch(.9 .02 240);--code-bg: #0d1117;--code-fg: #e6edf3;--radius: 12px;--max-w: 1120px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--fg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}h1,h2,h3,h4{font-weight:600;line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(2rem,5vw,3.25rem)}h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}h3{font-size:1.125rem}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;font-weight:500;font-size:.9375rem;text-decoration:none;transition:all .15s ease;cursor:pointer;border:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{text-decoration:none;filter:brightness(1.1);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--fg);border:1px solid var(--border)}.btn-ghost:hover{text-decoration:none;border-color:var(--accent);color:var(--accent)}section{padding:80px 0}@media(max-width:768px){section{padding:48px 0}}.section-head{text-align:center;margin-bottom:48px}.section-head p{margin-top:12px;color:#67737c;max-width:560px;margin-left:auto;margin-right:auto}.eyebrow{display:inline-block;font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:12px}code,.mono{font-family:Geist Mono,SF Mono,Fira Code,monospace}.subtle-band{width:100%;height:clamp(80px,10vw,140px);overflow:hidden;position:relative}.subtle-band img{width:100%;height:100%;object-fit:cover;display:block}.subtle-band:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,var(--bg) 0%,transparent 40%,transparent 60%,var(--bg) 100%);pointer-events:none}.section-label{font-family:Geist Mono,SF Mono,monospace;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:16px}.architecture-section{padding:8rem 2rem;background:#f8fafc}.architecture-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.architecture-text h2{margin-bottom:16px}.architecture-text p{color:#59656e;font-size:1rem;line-height:1.65;max-width:46ch}.architecture-image{position:relative}.architecture-image img{width:100%;aspect-ratio:16/9;object-fit:cover;border:1px solid oklch(.9 .02 240);border-radius:10px;box-shadow:0 1px 3px oklch(.58 .22 250 / .04),0 12px 40px oklch(.58 .22 250 / .08);display:block}@media(max-width:900px){.architecture-section{padding:4rem 1.5rem}.architecture-grid{grid-template-columns:1fr;gap:2rem}}.feature-card--with-image{padding:0;overflow:hidden;border:1px solid oklch(.9 .02 240);border-radius:var(--radius);background:#fff;transition:transform .15s ease;display:flex;flex-direction:column}.feature-card--with-image:hover{transform:translateY(-2px)}.feature-card--with-image .feature-card-img{aspect-ratio:4/3;border-bottom:1px solid oklch(.9 .02 240);background:#f6f9fb;overflow:hidden}.feature-card--with-image .feature-card-img img{width:100%;height:100%;object-fit:cover;display:block}.feature-card--with-image .feature-card-body{padding:1.5rem}.feature-card--with-image .feature-card-body h3{margin-bottom:8px}.feature-card--with-image .feature-card-body p{font-size:.875rem;color:#59656e;line-height:1.55}.editorial-section{padding:8rem 2rem}.editorial-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.editorial-image img{width:100%;aspect-ratio:3/4;object-fit:cover;border:1px solid oklch(.9 .02 240);border-radius:10px;box-shadow:0 1px 3px oklch(.58 .22 250 / .04),0 12px 40px oklch(.58 .22 250 / .06);display:block}.editorial-text h2{margin-bottom:16px}.editorial-text>p{color:#59656e;font-size:1rem;line-height:1.65;max-width:50ch}.editorial-quote{margin-top:2rem;padding-left:1.25rem;border-left:2px solid var(--accent);font-style:italic;color:#313c44!important;font-size:.9375rem!important;line-height:1.6!important}.editorial-quote cite{display:block;margin-top:.5rem;font-style:normal;font-size:.8125rem;color:#67737c}@media(max-width:900px){.editorial-section{padding:4rem 1.5rem}.editorial-grid{grid-template-columns:1fr;gap:2rem}}.arrow-divider{width:100%;height:clamp(60px,8vw,120px);overflow:hidden;max-width:1200px;margin:4rem auto;opacity:.7}.arrow-divider img{width:100%;height:100%;object-fit:cover;display:block}
