:root{--theme-primary: #0f172a;--theme-primary-light: #1e293b;--theme-accent: #f43f5e;--theme-accent-light: #fb7185;--theme-bg: #ffffff;--theme-bg-alt: #f8fafc;--theme-surface-1: #f1f5f9;--theme-surface-2: #e2e8f0;--theme-text: #0f172a;--theme-text-muted: #64748b;--theme-text-on-dark: #f8fafc;--font-heading: "Fraunces", serif;--font-body: "Commissioner", sans-serif;--section-padding: clamp(4rem, 8vw, 8rem);--container-max: 1200px;--container-padding: clamp(1rem, 4vw, 2rem);--radius-sm: .5rem;--radius-md: 1rem;--radius-lg: 1.5rem;--radius-xl: 2rem;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.1);--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--theme-text);background-color:var(--theme-bg);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.2;font-weight:600}h1{font-size:clamp(2.5rem,6vw,4.5rem)}h2{font-size:clamp(1.75rem,4vw,3rem)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}img{max-width:100%;height:auto;display:block}a{color:var(--theme-accent);text-decoration:none}a:hover{color:var(--theme-accent-light)}.container{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-padding)}.section{padding-block:var(--section-padding)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only:focus{position:static;width:auto;height:auto;padding:.5rem 1rem;margin:0;overflow:visible;clip:auto;white-space:normal;background:var(--theme-accent);color:#fff;z-index:9999}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:var(--font-body);font-weight:600;font-size:1rem;border:2px solid transparent;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);text-decoration:none}.btn-primary{background:var(--theme-primary);color:var(--theme-text-on-dark);border-color:var(--theme-primary)}.btn-primary:hover{background:var(--theme-primary-light);border-color:var(--theme-primary-light);color:var(--theme-text-on-dark)}.btn-outline{background:transparent;color:var(--theme-primary);border-color:var(--theme-primary)}.btn-outline:hover{background:var(--theme-primary);color:var(--theme-text-on-dark)}.btn-accent{background:var(--theme-accent);color:#fff;border-color:var(--theme-accent)}.btn-accent:hover{background:var(--theme-accent-light);border-color:var(--theme-accent-light);color:#fff}[data-animate]{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}[data-animate].visible{opacity:1;transform:translateY(0)}[data-animate][data-delay="1"]{transition-delay:.1s}[data-animate][data-delay="2"]{transition-delay:.2s}[data-animate][data-delay="3"]{transition-delay:.3s}[data-animate][data-delay="4"]{transition-delay:.4s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}[data-animate]{opacity:1;transform:none}}.grid-2{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.grid-2{grid-template-columns:1fr 1fr}}.grid-3{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.grid-3{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.grid-3{grid-template-columns:1fr 1fr 1fr}}.card{background:var(--theme-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2rem;transition:transform var(--transition-base),box-shadow var(--transition-base)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.site-header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);transition:background var(--transition-base),box-shadow var(--transition-base)}.site-header[data-astro-cid-3ef6ksr2].scrolled{background:#fffffff2;box-shadow:var(--shadow-md)}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:4.5rem}.brand[data-astro-cid-3ef6ksr2]{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--theme-primary);text-decoration:none;letter-spacing:-.02em}.brand[data-astro-cid-3ef6ksr2]:hover{color:var(--theme-accent)}.main-nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:2rem}.nav-list[data-astro-cid-3ef6ksr2]{display:flex;list-style:none;gap:1.75rem;margin:0;padding:0}.nav-list[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-size:.9375rem;font-weight:500;color:var(--theme-text);text-decoration:none;transition:color var(--transition-fast);position:relative}.nav-list[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--theme-accent);transition:width var(--transition-base)}.nav-list[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--theme-accent)}.nav-list[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover:after{width:100%}.nav-cta[data-astro-cid-3ef6ksr2]{padding:.625rem 1.5rem;font-size:.875rem}.menu-toggle[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.menu-bar[data-astro-cid-3ef6ksr2]{display:block;width:24px;height:2px;background:var(--theme-primary);transition:transform var(--transition-base),opacity var(--transition-fast)}.menu-toggle[data-astro-cid-3ef6ksr2][aria-expanded=true] .menu-bar[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[data-astro-cid-3ef6ksr2][aria-expanded=true] .menu-bar[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.menu-toggle[data-astro-cid-3ef6ksr2][aria-expanded=true] .menu-bar[data-astro-cid-3ef6ksr2]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.menu-toggle[data-astro-cid-3ef6ksr2]{display:flex}.main-nav[data-astro-cid-3ef6ksr2]{position:fixed;top:0;right:0;width:min(320px,85vw);height:100dvh;flex-direction:column;justify-content:center;gap:2rem;background:var(--theme-bg);box-shadow:var(--shadow-xl);transform:translate(100%);transition:transform var(--transition-base);z-index:1000}.main-nav[data-astro-cid-3ef6ksr2].open{transform:translate(0)}.nav-list[data-astro-cid-3ef6ksr2]{flex-direction:column;align-items:center;gap:1.5rem}.nav-list[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-size:1.25rem}.nav-cta[data-astro-cid-3ef6ksr2]{font-size:1rem;padding:.875rem 2rem}}.site-footer[data-astro-cid-sz7xmlte]{background:var(--theme-primary);color:var(--theme-text-on-dark);padding-top:4rem;padding-bottom:2rem}.footer-inner[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.footer-inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 2fr;gap:4rem}}.footer-logo[data-astro-cid-sz7xmlte]{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--theme-text-on-dark);text-decoration:none}.footer-logo[data-astro-cid-sz7xmlte]:hover{color:var(--theme-accent-light)}.footer-tagline[data-astro-cid-sz7xmlte]{margin-top:.75rem;color:#fff9;font-size:.9375rem;max-width:280px}.footer-nav[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2rem}.footer-nav-group[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-family:var(--font-body);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:1rem}.footer-nav-group[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-nav-group[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.9375rem;color:#fffc;text-decoration:none;transition:color var(--transition-fast)}.footer-nav-group[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--theme-accent-light)}.footer-bottom[data-astro-cid-sz7xmlte]{padding-top:2rem;text-align:center}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.8125rem;color:#fff6}.footer-attribution[data-astro-cid-sz7xmlte]{margin-top:.5rem}.footer-attribution[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fff6;text-decoration:none}.footer-attribution[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--theme-accent-light)}
