:root{font-family:Space Grotesk,SF Pro Display,-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,sans-serif;--max-width: min(1020px, 90vw);--page-solid: #0f0e0c;--page-background: linear-gradient(135deg, rgba(32, 31, 29, .95), rgba(12, 11, 9, .98)), radial-gradient(circle at top left, rgba(98, 92, 82, .45), transparent 55%), radial-gradient(circle at bottom right, rgba(64, 60, 52, .4), transparent 60%);--text-primary: #f5f3ee;--text-muted: rgba(245, 243, 238, .7);--text-subtle: rgba(245, 243, 238, .55);--text-story: rgba(245, 243, 238, .72);--text-secondary: rgba(245, 243, 238, .66);--text-footer: rgba(245, 243, 238, .62);--accent: #f5f3ee;--accent-soft: rgba(245, 243, 238, .12);--accent-strong: #ffffff;--border-color: rgba(245, 243, 238, .18);--border-strong: rgba(245, 243, 238, .3);--focus-ring: rgba(245, 243, 238, .6);--cta-bg: #f5f3ee;--cta-text: #14110c;--cta-shadow: 0 12px 24px rgba(0, 0, 0, .4);--cta-shadow-hover: 0 16px 32px rgba(0, 0, 0, .45);--secondary-bg: rgba(20, 17, 12, .65);--secondary-border: rgba(245, 243, 238, .25);--secondary-hover-bg: rgba(20, 17, 12, .8);--secondary-text: var(--accent-strong);--secondary-shadow: 0 6px 16px rgba(0, 0, 0, .35);--secondary-shadow-hover: 0 12px 24px rgba(0, 0, 0, .4);--footer-cta-border: rgba(245, 243, 238, .4);--footer-cta-bg: rgba(20, 17, 12, .4);--footer-cta-shadow: 0 12px 24px rgba(0, 0, 0, .35);--footer-cta-hover-border: rgba(245, 243, 238, .6);--footer-cta-shadow-hover: 0 16px 32px rgba(0, 0, 0, .35);--footer-cta-text: var(--accent-strong);--toggle-bg: rgba(20, 17, 12, .7);--toggle-border: rgba(245, 243, 238, .25);--toggle-color: var(--accent-strong)}body{margin:0;min-height:100vh;background-color:var(--page-solid);background:var(--page-background);color:var(--text-primary);color-scheme:dark;transition:background .24s ease,color .24s ease}body[data-theme=light]{--page-solid: #f4f1ec;--page-background: linear-gradient(135deg, rgba(255, 255, 255, .85), rgba(240, 236, 228, .92)), radial-gradient(circle at top left, rgba(216, 204, 185, .4), transparent 55%), radial-gradient(circle at bottom right, rgba(210, 200, 188, .35), transparent 60%);--text-primary: #16130d;--text-muted: rgba(22, 19, 13, .7);--text-subtle: rgba(22, 19, 13, .55);--text-story: rgba(22, 19, 13, .72);--text-secondary: rgba(22, 19, 13, .66);--text-footer: rgba(22, 19, 13, .62);--accent: #1c1c1c;--accent-soft: rgba(28, 28, 28, .08);--accent-strong: #14110c;--border-color: rgba(28, 28, 28, .16);--border-strong: rgba(28, 28, 28, .28);--focus-ring: rgba(20, 17, 12, .6);--cta-bg: #14110c;--cta-text: #f5f3ee;--cta-shadow: 0 12px 24px rgba(5, 5, 5, .1);--cta-shadow-hover: 0 16px 34px rgba(5, 5, 5, .16);--secondary-bg: rgba(245, 243, 238, .6);--secondary-border: rgba(28, 28, 28, .2);--secondary-hover-bg: rgba(245, 243, 238, .85);--secondary-text: #14110c;--secondary-shadow: 0 6px 16px rgba(5, 5, 5, .08);--secondary-shadow-hover: 0 12px 24px rgba(5, 5, 5, .12);--footer-cta-border: rgba(28, 28, 28, .4);--footer-cta-bg: rgba(255, 255, 255, .45);--footer-cta-shadow: 0 12px 24px rgba(5, 5, 5, .08);--footer-cta-hover-border: rgba(28, 28, 28, .6);--footer-cta-shadow-hover: 0 16px 32px rgba(5, 5, 5, .08);--footer-cta-text: #14110c;--toggle-bg: rgba(255, 255, 255, .92);--toggle-border: rgba(28, 28, 28, .2);--toggle-color: #14110c;color-scheme:light}*{box-sizing:border-box}a{color:inherit;text-decoration:none}a:focus-visible,[data-focusable]:focus-visible{outline:2px solid var(--focus-ring);outline-offset:4px}.page{margin:0 auto;padding:clamp(3rem,8vw,6rem) clamp(1.5rem,5vw,3rem) clamp(4rem,10vw,8rem);width:100%;max-width:var(--max-width);display:grid;gap:clamp(3rem,8vw,5rem);line-height:1.65}.hero{position:relative;display:grid;gap:clamp(2rem,4vw,3rem)}.theme-toggle{position:fixed;bottom:clamp(.5rem,2vw,1rem);left:clamp(.5rem,2vw,1rem);display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid var(--toggle-border);background:var(--toggle-bg);color:var(--toggle-color);font-size:1rem;line-height:1;cursor:pointer;transition:background .16s ease,transform .16s ease,box-shadow .16s ease;box-shadow:0 8px 20px #00000040;z-index:1000}.theme-toggle:hover{transform:translateY(-1px);box-shadow:0 14px 28px #00000047}.theme-toggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.theme-toggle__icon{display:none}.theme-toggle__icon--moon{display:block}body[data-theme=light] .theme-toggle__icon--moon{display:none}body[data-theme=light] .theme-toggle__icon--sun{display:block}.hero__content{display:grid;gap:1.2rem}.hero__visual{position:relative;width:min(520px,90vw);margin:0 auto;aspect-ratio:1;filter:drop-shadow(0 50px 110px rgba(18,140,108,.32));transition:filter .24s ease}body[data-theme=light] .hero__visual{filter:drop-shadow(0 40px 90px rgba(32,56,44,.28))}.hero__sphere{position:relative;width:100%;height:100%;border-radius:50%;overflow:hidden;background:radial-gradient(circle at 50% 32%,#20503cd9,#062018e6 65%,#010a07f2);box-shadow:inset 0 0 28px #03120b99;transition:background .24s ease,box-shadow .24s ease}body[data-theme=light] .hero__sphere{background:radial-gradient(circle at 42% 35%,#fafcf6cc,#d2e8da00 45%),radial-gradient(circle at 70% 70%,#0c4436e6,#07241999 45%,#020e0ae6 70%);box-shadow:inset 0 0 22px #03120b73}.hero__sphere-layer{position:absolute;inset:0;border-radius:50%;mix-blend-mode:screen;transition:background .24s ease,opacity .24s ease}.hero__sphere-layer--surface{background:radial-gradient(circle at 36% 55%,#46aa78f2,#186048d9 45%,#082c20d1 70%,#02100ceb);filter:saturate(1.1)}body[data-theme=light] .hero__sphere-layer--surface{background:radial-gradient(circle at 30% 60%,#368b5fcc,#1a5c48b3 35%,#0a2c2099 65%,#03140fd9)}.hero__sphere-layer--canopy{background:conic-gradient(from 120deg at 45% 55%,#58b48a99,#1a5c48d9 40%,#082a1ec7 58%,#7cd0a8a6 78%,#1a5c48d9);opacity:.8}body[data-theme=light] .hero__sphere-layer--canopy{background:conic-gradient(from 120deg at 45% 55%,#84c9a566,#3e7d60bf 35%,#123a2aa6,#9ed6af8c 75%,#3e7d60bf);opacity:.85}.hero__sphere-layer--highlight{mix-blend-mode:lighten;background:radial-gradient(circle at 42% 30%,#c4ffe0e6,#a8eece80 40%,#8cd0b400 65%);opacity:.85}body[data-theme=light] .hero__sphere-layer--highlight{background:radial-gradient(circle at 40% 28%,#dcffe0e6,#c6f8dc66 35%,#a8e0c400 60%)}.hero__sphere-glow{position:absolute;inset:-12%;border-radius:50%;background:radial-gradient(circle,#2c7c5e66,#2c7c5e00);filter:blur(18px);opacity:.9;transition:background .24s ease}body[data-theme=light] .hero__sphere-glow{background:radial-gradient(circle,#a0d2b947,#a0d2b900)}.hero__eyebrow{letter-spacing:.28em;text-transform:uppercase;font-size:.8rem;margin:0;color:var(--text-subtle)}h1{margin:0;font-size:clamp(2.8rem,6vw,3.9rem);line-height:1.05;font-weight:500;color:var(--accent-strong)}.hero__lede{margin:0;font-size:clamp(1.2rem,3vw,1.4rem);max-width:38ch;color:var(--text-muted)}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.hero__cta{justify-self:flex-start;padding:.8rem 2.6rem;border-radius:999px;background:var(--cta-bg);color:var(--cta-text);font-weight:600;font-size:.95rem;letter-spacing:.06em;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;box-shadow:var(--cta-shadow)}.hero__cta:hover{transform:translateY(-2px);box-shadow:var(--cta-shadow-hover)}.hero__secondary{padding:.8rem 2.2rem;border-radius:999px;border:1px solid var(--secondary-border);background:var(--secondary-bg);color:var(--secondary-text);font-weight:600;font-size:.95rem;letter-spacing:.04em;text-transform:uppercase;transition:background .16s ease,transform .16s ease,box-shadow .16s ease,color .16s ease,border-color .16s ease;box-shadow:var(--secondary-shadow)}.hero__secondary:hover{background:var(--secondary-hover-bg);transform:translateY(-1px);box-shadow:var(--secondary-shadow-hover)}.story{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:clamp(2rem,5vw,3rem) 0;display:grid;gap:1.25rem;font-size:1.05rem;color:var(--text-story)}.features{display:grid;gap:1.8rem}.features h2{margin:0;font-size:clamp(1.6rem,3vw,2rem);font-weight:500;color:var(--accent-strong)}.feature-list{display:grid;gap:1.6rem}@media (min-width: 720px){.feature-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.4rem}}@media (min-width: 960px){.hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center}.hero__visual{order:2;width:clamp(420px,38vw,620px);justify-self:end}.hero__content{order:1;max-width:32rem}}.feature-item{display:grid;gap:.75rem;padding-top:1rem;border-top:1px solid var(--border-color)}.feature-item:first-child{border-top-color:var(--border-strong)}.feature-item h3{margin:0;font-size:1.05rem;font-weight:600;letter-spacing:.02em;color:var(--accent-strong)}.feature-item p{margin:0;color:var(--text-secondary)}.footer{border-top:1px solid var(--border-color);padding-top:clamp(2rem,5vw,3rem);display:grid;gap:1.2rem;font-size:.95rem;color:var(--text-footer)}.footer__cta{justify-self:flex-start;padding:.65rem 2.2rem;border-radius:999px;border:1px solid var(--footer-cta-border);background:var(--footer-cta-bg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--footer-cta-text);font-weight:600;letter-spacing:.04em;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease;box-shadow:var(--footer-cta-shadow)}.footer__cta:hover{transform:translateY(-1px);border-color:var(--footer-cta-hover-border);box-shadow:var(--footer-cta-shadow-hover)}
