@charset "UTF-8";:root,[data-theme=light]{--primary: #16A34A;--primary-dark: #15803D;--primary-light: #22C55E;--primary-subtle: #F0FDF4;--primary-border: #BBF7D0;--secondary: #F3F8F2;--secondary-dark: #E6F2E4;--accent: #0EA5E9;--accent-subtle: #E0F2FE;--bg: #FFFFFF;--bg-alt: #F3F8F2;--bg-muted: #F0FDF4;--bg-inset: #E6F2E4;--border: #D1FAE5;--border-light: #ECFDF5;--border-mid: #6EE7B7;--text: #0F172A;--text-2: #334155;--text-3: #64748B;--text-4: #94A3B8;--text-inv: #FFFFFF;--shadow-xs: 0 1px 2px rgba(0,0,0,.05);--shadow-sm: 0 1px 8px rgba(0,0,0,.06);--shadow-md: 0 4px 20px rgba(0,0,0,.07);--shadow-lg: 0 12px 40px rgba(0,0,0,.09);--shadow-p: 0 4px 20px rgba(22,163,74,.2);--r: 6px;--r2: 12px;--r3: 16px}[data-theme=dark]{--primary: #22C55E;--primary-dark: #16A34A;--primary-light: #4ADE80;--primary-subtle: rgba(34,197,94,.1);--primary-border: rgba(34,197,94,.25);--secondary: #1A2E1A;--secondary-dark: #162316;--accent: #38BDF8;--accent-subtle: rgba(56,189,248,.12);--bg: #0A0F0A;--bg-alt: #111811;--bg-muted: #162316;--bg-inset: #1C2E1C;--border: rgba(34,197,94,.12);--border-light: rgba(34,197,94,.06);--border-mid: rgba(34,197,94,.28);--text: #F0FDF4;--text-2: #86EFAC;--text-3: #4ADE80;--text-4: #166534;--text-inv: #0A0F0A;--shadow-xs: 0 1px 2px rgba(0,0,0,.3);--shadow-sm: 0 1px 8px rgba(0,0,0,.35);--shadow-md: 0 4px 20px rgba(0,0,0,.4);--shadow-lg: 0 12px 40px rgba(0,0,0,.5);--shadow-p: 0 4px 20px rgba(34,197,94,.22)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;transition:background .25s,color .25s}img{display:block;max-width:100%}a{color:inherit}button{font-family:inherit}.container{max-width:1180px;margin:0 auto;padding:0 clamp(1.25rem,5vw,3rem)}.reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}.reveal.d1{transition-delay:.08s}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}.eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:var(--r)}.eyebrow.green{background:var(--primary-subtle);color:var(--primary);border:1px solid var(--primary-border)}.eyebrow.white{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.25)}.eyebrow.muted{background:var(--bg-alt);color:var(--text-3);border:1px solid var(--border)}.eyebrow:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}.section-heading{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;line-height:1.18;letter-spacing:-.01em;color:var(--text)}.section-heading em{font-style:italic;color:var(--primary);font-weight:400}.section-sub{font-size:clamp(.9rem,1.5vw,1.05rem);color:var(--text-2);line-height:1.75;margin-top:.85rem}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--primary-border);border-radius:2px}::selection{background:var(--primary-subtle);color:var(--primary)}
