@charset "UTF-8";:root,[data-theme=light]{--primary: #0D6E6E;--primary-dark: #095858;--primary-light: #0D8F8F;--primary-subtle: rgba(13,110,110,.08);--primary-border: rgba(13,110,110,.22);--secondary: #B87A0E;--secondary-light:#D4920F;--secondary-subtle:rgba(184,122,14,.09);--secondary-border:rgba(184,122,14,.22);--bg: #FFFFFF;--bg-alt: #F6F8FA;--bg-muted: #EFF2F6;--bg-inset: #E4E9F0;--bg-hero: #0B2A40;--border: #DDE4ED;--border-light: #EEF2F7;--text: #0D1B2E;--text-2: #3D5166;--text-3: #6B7E90;--text-4: #A0AEBB;--text-inv: #FFFFFF;--shadow-xs: 0 1px 3px rgba(0,0,0,.06);--shadow-sm: 0 2px 10px rgba(0,0,0,.07);--shadow-md: 0 6px 24px rgba(0,0,0,.08);--shadow-lg: 0 20px 60px rgba(0,0,0,.1);--shadow-p: 0 8px 32px rgba(13,110,110,.2);--shadow-s: 0 8px 24px rgba(184,122,14,.18);--r: 12px;--r2: 20px;--r3: 32px}[data-theme=dark]{--primary: #14B8B8;--primary-dark: #0D9696;--primary-light: #20D4D4;--primary-subtle: rgba(20,184,184,.1);--primary-border: rgba(20,184,184,.25);--secondary: #E8B84B;--secondary-light:#F5CE72;--secondary-subtle:rgba(232,184,75,.1);--secondary-border:rgba(232,184,75,.25);--bg: #111827;--bg-alt: #1A2535;--bg-muted: #1F2D40;--bg-inset: #253347;--bg-hero: #0A2236;--border: rgba(255,255,255,.08);--border-light: rgba(255,255,255,.04);--text: #F0F5FA;--text-2: #94A8BC;--text-3: #5E7388;--text-4: #374658;--text-inv: #111827;--shadow-xs: 0 1px 3px rgba(0,0,0,.3);--shadow-sm: 0 2px 10px rgba(0,0,0,.35);--shadow-md: 0 6px 24px rgba(0,0,0,.45);--shadow-lg: 0 20px 60px rgba(0,0,0,.55);--shadow-p: 0 8px 32px rgba(20,184,184,.22);--shadow-s: 0 8px 24px rgba(232,184,75,.18)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;transition:background .3s,color .3s}img,svg{display:block;max-width:100%}a{color:inherit}button{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 clamp(1.25rem,5vw,3.5rem)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}.reveal.d1{transition-delay:.08s}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}.reveal.d4{transition-delay:.32s}.badge-label{display:inline-flex;align-items:center;gap:7px;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:100px}.badge-label.primary{background:var(--primary-subtle);color:var(--primary);border:1px solid var(--primary-border)}.badge-label.secondary{background:var(--secondary-subtle);color:var(--secondary);border:1px solid var(--secondary-border)}.badge-label.white{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.2)}.badge-label:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}.section-eyebrow{margin-bottom:1rem}.section-heading{font-family:"Instrument Serif",Georgia,serif;font-size:clamp(1.9rem,4vw,2.9rem);font-weight:400;line-height:1.15;letter-spacing:-.02em;color:var(--text)}.section-heading em{font-style:italic;color:var(--primary)}.section-heading strong{font-weight:700}.section-sub{font-size:clamp(.95rem,1.6vw,1.08rem);color:var(--text-2);line-height:1.75;margin-top:.9rem}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::selection{background:var(--primary-subtle)}
