:root{--color-primary:#7e2734;--color-primary-hover:#9a3342;--color-secondary:#16324f;--color-background:#f7f5f1;--color-background-alt:#f0ece6;--color-border:#ddd5cc;--color-text-primary:#17212b;--color-text-secondary:#5d6772;--color-overlay:rgba(9,18,31,0.45);--background:var(--color-background);--background-elevated:#ffffff;--foreground:var(--color-text-primary);--foreground-soft:#2a3644;--muted:var(--color-text-secondary);--border:rgba(23,33,43,0.11);--border-strong:rgba(23,33,43,0.22);--panel:rgba(255,255,255,0.92);--panel-2:#f4efe8;--panel-3:#eee7df;--accent-a:var(--color-primary);--accent-b:var(--color-secondary);--accent-soft:rgba(126,39,52,0.1);--accent-contrast:#ffffff;--primary:var(--color-primary);--primary-50:rgba(126,39,52,0.1);--secondary:var(--color-secondary);--secondary-200:rgba(22,50,79,0.78);--hdr-fg:#17212b;--hdr-fg-muted:#4f5e6c;--radius-sm:1rem;--radius-md:1.4rem;--radius-lg:2rem;--shadow-soft:0 12px 28px rgba(9,18,31,0.08);--shadow-card:0 20px 40px rgba(9,18,31,0.08);--container:min(1340px,calc(100vw - 2rem));--section-space:clamp(4rem,7vw,6.5rem);--header-h:8.15rem;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top,rgba(255,255,255,.55),transparent 36%),linear-gradient(180deg,#fbfaf8 0,var(--background) 100%);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-rendering:optimizeLegibility;line-height:1.5}a{color:inherit;text-underline-offset:.18em}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}.container{width:var(--container);margin-inline:auto}.page{display:grid}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1}.skip-link{position:absolute;left:1rem;top:-4rem;z-index:999;padding:.9rem 1rem;border-radius:0 0 1rem 1rem;border:1px solid transparent;background:var(--foreground);color:white;text-decoration:none;transition:top .2s ease}.skip-link:focus{top:0;border-color:var(--accent-b)}.site-header{background-color:var(--color-primary);color:white}.nav-item.active{border-bottom:2px solid white}.nav-item:hover{color:var(--color-primary-hover)}@media (max-width:900px){:root{--header-h:7.7rem}}@media (max-width:768px){:root{--container:min(1340px,calc(100vw - 1.1rem))}}@media (max-width:640px){:root{--header-h:6.9rem}}html{--wcag-focus-outline:#1647ff;--wcag-focus-shadow:rgba(22,71,255,0.24);scroll-padding-top:calc(var(--header-h) + 1rem)}html[data-wcag-text-scale="100"]{font-size:16px}html[data-wcag-text-scale="112"]{font-size:17px}html[data-wcag-text-scale="125"]{font-size:18px}html :where(a,button,input,select,textarea,summary,[role=button],[tabindex]:not([tabindex="-1"])):focus-visible{outline:3px solid var(--wcag-focus-outline);outline-offset:3px;box-shadow:0 0 0 4px var(--wcag-focus-shadow)!important}html[data-wcag-focus=strong]{--wcag-focus-outline:#ffd400;--wcag-focus-shadow:rgba(0,0,0,0.88)}html[data-wcag-contrast=high]{color-scheme:dark;--background:#050505;--background-elevated:#0b0b0b;--foreground:#ffffff;--foreground-soft:#f3f3f3;--panel:#101010;--panel-2:#151515;--panel-3:#1d1d1d;--surface:#101010;--surface-2:#151515;--border:rgba(255,255,255,0.82);--border-strong:rgba(255,255,255,0.95);--border-soft:rgba(255,255,255,0.38);--accent-a:#ffffff;--accent-b:#ffd400;--accent-soft:rgba(255,212,0,0.18);--accent-contrast:#050505;--hdr-bg:rgba(0,0,0,0.96);--hdr-fg:#ffffff;--hdr-fg-muted:#ffffff;--muted:#f2f2f2;--muted-2:#e6e6e6;--ring:0 0 0 4px rgba(255,212,0,0.95);--accent-white:#ffffff;--accent-yellow:#ffd400;--accent-yellow-soft:#ffe777;--accent-yellow-bright:#fff8d1;--accent-green:#92f2b0;--accent-green-soft:#c5f4d4;--accent-green-bright:#e7fff0;--accent-lime:#c3f53b;--accent-brown:#f2e4b8;--accent-brown-soft:#faf1d6;--accent-blue:#9bd2ff;--accent-cyan:#aef8ff;--accent-indigo:#b7c4ff;--accent-purple:#dbbaff;--accent-pink:#ffd0f2;--accent-emerald:#baffdb;--accent-teal:#aef7ea;--accent-violet:#d8cbff;--accent-amber:#ffd971;--accent-orange:#ffc38f;--accent-rose:#ffc7cf}html[data-wcag-contrast=high] body{background:#050505!important;color:var(--foreground)}html[data-wcag-contrast=high] *,html[data-wcag-contrast=high] :after,html[data-wcag-contrast=high] :before{background-image:none!important;text-shadow:none!important;backdrop-filter:none!important}html[data-wcag-contrast=high] :where(h1,h2,h3,h4,h5,h6,p,li,dt,dd,span,small,strong,em,label,legend,blockquote,figcaption,td,th){color:inherit}html[data-wcag-contrast=high] :where(main,section,article,aside,header,footer,nav){color:var(--foreground)}html[data-wcag-contrast=high] :where(a[href]){color:var(--accent-yellow-bright)!important}html[data-wcag-contrast=high] :where(button,input,select,textarea,summary){background:#111111!important;color:var(--foreground)!important;border-color:var(--border-strong)!important}html[data-wcag-contrast=high] :where([class*=card],[class*=Card],[class*=panel],[class*=Panel],[class*=badge],[class*=Badge]){background-color:#101010!important;color:var(--foreground)!important;border-color:var(--border-strong)!important;box-shadow:none!important}html[data-wcag-contrast=high] [class*=heroBackdrop]{display:none!important}html[data-wcag-underline-links=true] a[href]:not([role=button]){text-decoration-line:underline!important;text-decoration-thickness:max(2px,.08em);text-underline-offset:.22em}html[data-wcag-text-spacing=true]{letter-spacing:.12em;word-spacing:.16em}html[data-wcag-text-spacing=true] *{line-height:1.5}html[data-wcag-text-spacing=true] h1,html[data-wcag-text-spacing=true] h2,html[data-wcag-text-spacing=true] h3,html[data-wcag-text-spacing=true] h4,html[data-wcag-text-spacing=true] h5,html[data-wcag-text-spacing=true] h6{line-height:1.3}html[data-wcag-text-spacing=true] blockquote,html[data-wcag-text-spacing=true] dd,html[data-wcag-text-spacing=true] dt,html[data-wcag-text-spacing=true] li,html[data-wcag-text-spacing=true] p{margin-bottom:2em}html[data-wcag-reduce-motion=true]{scroll-behavior:auto!important}html[data-wcag-reduce-motion=true] *,html[data-wcag-reduce-motion=true] :after,html[data-wcag-reduce-motion=true] :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;transition-delay:0s!important;scroll-behavior:auto!important}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;transition-delay:0s!important;scroll-behavior:auto!important}}:where(main,section,article,nav,aside,[id]){scroll-margin-top:calc(var(--header-h) + .75rem)}.Footer_footer__qGmsA{margin-top:auto;border-top:1px solid var(--border);background:linear-gradient(180deg,color-mix(in oklab,var(--background-elevated),transparent 5%),color-mix(in oklab,var(--panel-2),transparent 4%))}.Footer_inner__M4lZN{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:28px;padding-block:52px 34px}.Footer_brandCol__vl3cg,.Footer_linksCol__ZyUqR{display:grid;align-content:start;gap:12px}.Footer_brandLink__ZiAd5{width:fit-content;color:var(--foreground);text-decoration:none;font-size:1.1rem;font-weight:800}.Footer_description__gjZXv,.Footer_muted__OGHMb,.Footer_tagline___8rrz{margin:0;color:var(--muted);line-height:1.72}.Footer_linksCol__ZyUqR h2{margin:0;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.Footer_badges__f4raf,.Footer_linkList__KdSqh{display:flex;flex-wrap:wrap;gap:10px}.Footer_badge__0Nc2l,.Footer_linkItem__IgSqn{display:inline-flex;align-items:center;padding:.7rem .92rem;border-radius:999px;text-decoration:none;color:var(--foreground);border:1px solid var(--border);background:color-mix(in oklab,var(--panel),transparent 4%)}.Footer_badge__0Nc2l:hover,.Footer_linkItem__IgSqn:hover{border-color:var(--border-strong);background:color-mix(in oklab,var(--panel-3),transparent 18%)}.Footer_badge__0Nc2l{background:color-mix(in oklab,var(--accent-soft),var(--panel) 65%)}.Footer_legal__p36NJ{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;padding-block:16px 30px;color:var(--muted);font-size:.9rem;border-top:1px solid color-mix(in oklab,var(--border),transparent 30%)}.Footer_legalText__J9F41{display:grid;gap:4px}.Footer_legalLinks__EFGnJ{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.Footer_legalButton__ByZ0B,.Footer_legalLink__GlsRx{display:inline-flex;align-items:center;min-height:2.35rem;padding:.52rem .74rem;border-radius:999px;border:1px solid var(--border);background:color-mix(in oklab,var(--panel),transparent 4%);color:var(--foreground);font:inherit;font-weight:700;text-decoration:none}.Footer_legalButton__ByZ0B{cursor:pointer}.Footer_legalButton__ByZ0B:hover,.Footer_legalLink__GlsRx:hover{border-color:var(--border-strong);background:color-mix(in oklab,var(--panel-3),transparent 18%)}@media (max-width:900px){.Footer_inner__M4lZN,.Footer_legal__p36NJ{grid-template-columns:1fr}.Footer_legalLinks__EFGnJ{justify-content:flex-start}}html[data-wcag-contrast=high] .Footer_badge__0Nc2l,html[data-wcag-contrast=high] .Footer_footer__qGmsA,html[data-wcag-contrast=high] .Footer_legalButton__ByZ0B,html[data-wcag-contrast=high] .Footer_legalLink__GlsRx,html[data-wcag-contrast=high] .Footer_linkItem__IgSqn{background:#050505!important;border-color:var(--border-strong)!important;box-shadow:none!important}