:root{--black: #0a0a0a;--off-black: #1a1a1a;--white: #fafafa;--off-white: #f5f5f5;--mid-grey: #666666;--light-grey: #cccccc;--accent: #0066ff;--accent-dark: #0052cc;--bg-sage: #ACBFA4;--bg-cyan: #aeecef;--text-primary: #0a0a0a;--text-secondary: #1a1a1a;--text-muted: #666666;--text-on-dark: #fafafa;--text-on-dark-muted: #cccccc;--bg-page: #fafafa;--bg-card: #fafafa;--bg-card-alt: #f5f5f5;--border-card: #0a0a0a;--shadow-card: #0a0a0a;--bg-input: #fff;--border-input: #0a0a0a;--btn-bg: #0a0a0a;--btn-text: #fafafa;--btn-hover-bg: #0066ff;--status-success: #0a0a0a;--status-error: #ff3366}html.dark{--black: #fafafa;--off-black: #e0e0e0;--white: #0a0a0a;--off-white: #141414;--mid-grey: #999999;--light-grey: #444444;--accent: #3388ff;--accent-dark: #5599ff;--bg-sage: #2a3328;--bg-cyan: #1a2e30;--text-primary: #fafafa;--text-secondary: #e0e0e0;--text-muted: #999999;--text-on-dark: #fafafa;--text-on-dark-muted: #cccccc;--bg-page: #0a0a0a;--bg-card: #1a1a1a;--bg-card-alt: #141414;--border-card: #444444;--shadow-card: rgba(0,0,0,.5);--bg-input: #1a1a1a;--border-input: #444444;--btn-bg: #fafafa;--btn-text: #0a0a0a;--btn-hover-bg: #3388ff;--status-success: #fafafa;--status-error: #ff5577}[data-astro-cid-5hce7sga]{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text-primary);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-page);overflow-x:hidden}h1[data-astro-cid-5hce7sga],h2[data-astro-cid-5hce7sga],h3[data-astro-cid-5hce7sga]{font-family:"DM Serif Display",Georgia,serif;font-weight:400;margin:0;color:var(--text-primary);line-height:.95;letter-spacing:-.03em}h1[data-astro-cid-5hce7sga]{font-size:clamp(3rem,10vw,9rem);font-weight:400}h2[data-astro-cid-5hce7sga]{font-size:clamp(2rem,5vw,5rem);line-height:1}h3[data-astro-cid-5hce7sga]{font-size:clamp(1.3rem,2.5vw,2.25rem);line-height:1.1}p[data-astro-cid-5hce7sga]{margin:0;color:var(--text-muted)}a[data-astro-cid-5hce7sga]{color:var(--text-primary);text-decoration:none;border-bottom:2px solid var(--accent);transition:border-color .2s ease,color .2s ease}a[data-astro-cid-5hce7sga]:hover{color:var(--accent);border-color:var(--text-primary)}.wrapper[data-astro-cid-5hce7sga]{max-width:1600px;margin:0 auto}.contained[data-astro-cid-5hce7sga]{max-width:1100px;margin:0 auto;padding:0 2rem}.wide[data-astro-cid-5hce7sga]{max-width:1400px;margin:0 auto;padding:0 2rem}.card[data-astro-cid-5hce7sga]{background:var(--bg-card);border:3px solid var(--border-card);padding:3rem 2.5rem;margin-bottom:2.5rem;position:relative}.card[data-astro-cid-5hce7sga]:before{content:"";position:absolute;inset:8px -8px -8px 8px;background:var(--shadow-card);z-index:-1}.section[data-astro-cid-5hce7sga]{padding:6rem 0}.section-tight[data-astro-cid-5hce7sga]{padding:3rem 0}.eyebrow[data-astro-cid-5hce7sga]{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;color:var(--text-muted)}.lead[data-astro-cid-5hce7sga]{font-size:clamp(1.1rem,2vw,1.6rem);line-height:1.5;color:var(--text-secondary);font-weight:400}.huge-number[data-astro-cid-5hce7sga]{font-family:"DM Serif Display",serif;font-size:clamp(3rem,8vw,8rem);line-height:.9;color:var(--text-primary);font-style:italic}.grid-2[data-astro-cid-5hce7sga]{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.grid-3[data-astro-cid-5hce7sga]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.hover-lift[data-astro-cid-5hce7sga]{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.hover-lift[data-astro-cid-5hce7sga]:hover{transform:translateY(-4px)}.accent-bar[data-astro-cid-5hce7sga]{width:60px;height:4px;background:var(--accent);margin:1.5rem 0}.theme-toggle[data-astro-cid-5hce7sga]{position:fixed;top:1.25rem;right:1.25rem;z-index:9999;width:44px;height:44px;border:3px solid var(--text-on-dark);background:#0a0a0ab3;color:var(--text-on-dark);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;border-radius:0;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:background .2s ease,border-color .2s ease}.theme-toggle[data-astro-cid-5hce7sga]:hover{background:var(--accent);border-color:var(--accent)}.theme-toggle[data-astro-cid-5hce7sga] svg[data-astro-cid-5hce7sga]{width:20px;height:20px;fill:currentColor}.theme-toggle[data-astro-cid-5hce7sga] .icon-sun[data-astro-cid-5hce7sga]{display:none}.theme-toggle[data-astro-cid-5hce7sga] .icon-moon[data-astro-cid-5hce7sga],html.dark .theme-toggle[data-astro-cid-5hce7sga] .icon-sun[data-astro-cid-5hce7sga]{display:block}html.dark .theme-toggle[data-astro-cid-5hce7sga] .icon-moon[data-astro-cid-5hce7sga]{display:none}@media(max-width:1024px){.grid-3[data-astro-cid-5hce7sga]{grid-template-columns:repeat(2,1fr)}.section[data-astro-cid-5hce7sga]{padding:4rem 0}}@media(max-width:768px){body{font-size:16px}.grid-2[data-astro-cid-5hce7sga],.grid-3[data-astro-cid-5hce7sga]{grid-template-columns:1fr;gap:1.5rem}.card[data-astro-cid-5hce7sga]{padding:2rem 1.5rem;margin-bottom:1.5rem}.card[data-astro-cid-5hce7sga]:before{inset:6px -6px -6px 6px}.section[data-astro-cid-5hce7sga]{padding:3rem 0}.section-tight[data-astro-cid-5hce7sga]{padding:2rem 0}.contained[data-astro-cid-5hce7sga],.wide[data-astro-cid-5hce7sga]{padding:0 1.25rem}.accent-bar[data-astro-cid-5hce7sga]{width:50px;margin:1rem 0}}.text-center[data-astro-cid-5hce7sga]{text-align:center}.italic[data-astro-cid-5hce7sga]{font-style:italic}.bold[data-astro-cid-5hce7sga]{font-weight:700}@media(max-width:900px){.who-this-is-for-grid[data-astro-cid-j7pv25f6]{grid-template-columns:1fr!important;gap:2rem!important}.who-this-is-for-image[data-astro-cid-j7pv25f6]{max-width:400px;margin:0 auto}.who-this-is-for-text[data-astro-cid-j7pv25f6]{text-align:center!important}}
