.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--color-surface: #000000;--color-surface-elevated: #0a0a0a;--color-surface-hover: #141414;--color-accent: #D4AF37;--color-accent-dim: #B8962E;--color-accent-glow: rgba(212, 175, 55, .15);--color-text: #FFFFFF;--color-text-muted: #888888;--color-text-dim: #555555;--color-border: #1f1f1f;--color-border-accent: rgba(212, 175, 55, .3);--font-display: "Inter", "Helvetica Neue", sans-serif;--font-body: "Inter", "Helvetica Neue", sans-serif;--text-xs: clamp(.7rem, .65rem + .25vw, .75rem);--text-sm: clamp(.8rem, .75rem + .25vw, .875rem);--text-base: clamp(.95rem, .9rem + .25vw, 1rem);--text-lg: clamp(1.1rem, 1rem + .5vw, 1.25rem);--text-xl: clamp(1.25rem, 1.1rem + .75vw, 1.5rem);--text-2xl: clamp(1.5rem, 1.2rem + 1.5vw, 2rem);--text-3xl: clamp(2rem, 1.5rem + 2.5vw, 3rem);--text-4xl: clamp(2.5rem, 1.8rem + 3.5vw, 4rem);--text-5xl: clamp(3rem, 2rem + 5vw, 6rem);--text-hero: clamp(3.5rem, 2rem + 8vw, 8rem);--text-6xl: clamp(4rem, 2.5rem + 10vw, 10rem);--leading-tight: 1.1;--leading-snug: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.75;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-8: 3rem;--space-10: 4rem;--space-12: 5rem;--space-16: 8rem;--space-20: 10rem;--max-width: 1200px;--max-width-prose: 720px;--gutter: clamp(1rem, 4vw, 3rem);--duration-fast: .15s;--duration-normal: .3s;--duration-slow: .5s;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--shadow-glow: 0 0 40px var(--color-accent-glow);--shadow-glow-intense: 0 0 60px rgba(212, 175, 55, .25);--color-accent-bright: #F5E7A3;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--color-text);background-color:var(--color-surface);min-height:100vh}::selection{background:var(--color-accent);color:var(--color-surface)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-dim)}a{color:var(--color-accent);text-decoration:none;transition:color var(--duration-fast) var(--ease-out)}a:hover{color:var(--color-text)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:var(--leading-tight);letter-spacing:-.02em;text-transform:uppercase}h1{font-size:var(--text-5xl);letter-spacing:-.03em}h2{font-size:var(--text-4xl);letter-spacing:-.025em}h3{font-size:var(--text-3xl);letter-spacing:-.02em}h4{font-size:var(--text-2xl);letter-spacing:-.015em}h5{font-size:var(--text-xl);letter-spacing:-.01em}h6{font-size:var(--text-lg)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter)}.container--prose{max-width:var(--max-width-prose)}.section{padding:var(--space-16) 0}.section--lg{padding:var(--space-20) 0}.grid{display:grid;gap:var(--space-6)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}@media (max-width: 768px){.grid--2,.grid--3{grid-template-columns:1fr}}.flex{display:flex}.flex--center{align-items:center;justify-content:center}.flex--between{align-items:center;justify-content:space-between}.flex--col{flex-direction:column}.gap-1{gap:var(--space-1)}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.gap-5{gap:var(--space-5)}.gap-6{gap:var(--space-6)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);font-family:var(--font-display);font-size:var(--text-sm);font-weight:600;text-transform:uppercase;letter-spacing:.1em;border:1px solid transparent;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--duration-normal) var(--ease-out)}.btn--primary{background:var(--color-accent);color:var(--color-surface);border-color:var(--color-accent)}.btn--primary:hover{background:transparent;color:var(--color-accent)}.btn--outline{background:transparent;color:var(--color-text);border-color:var(--color-border)}.btn--outline:hover{border-color:var(--color-accent);color:var(--color-accent)}.btn--ghost{background:transparent;color:var(--color-text-muted);border:none;padding:var(--space-2) var(--space-3)}.btn--ghost:hover{color:var(--color-accent)}.btn--glow{background:var(--color-accent);color:var(--color-surface);border-color:var(--color-accent);box-shadow:0 0 30px #d4af374d}.btn--glow:hover{background:var(--color-accent-bright);border-color:var(--color-accent-bright);color:var(--color-surface);box-shadow:0 0 50px #d4af3780;transform:translateY(-2px)}.tag{display:inline-block;padding:var(--space-1) var(--space-3);font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);border:1px solid var(--color-border-accent);border-radius:var(--radius-sm)}.divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--color-border) 20%,var(--color-border) 80%,transparent)}.divider--accent{background:linear-gradient(90deg,transparent,var(--color-accent) 20%,var(--color-accent) 80%,transparent)}.card{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-6);transition:all var(--duration-normal) var(--ease-out)}.card:hover{border-color:var(--color-border-accent);transform:translateY(-2px)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.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}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out)}.animate-on-scroll.animate-fade-in{opacity:1;transform:translateY(0)}[data-stagger-item]{opacity:0;animation:slideUp .5s var(--ease-out) forwards}.animate-slide-up{animation:slideUp .8s var(--ease-out) forwards}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.animate-on-scroll{opacity:1;transform:none}}.logo-mark--sm[data-astro-cid-qc4fw6y2]{width:40px;height:40px}.logo-mark--md[data-astro-cid-qc4fw6y2]{width:60px;height:60px}.logo-mark--lg[data-astro-cid-qc4fw6y2]{width:80px;height:80px}.logo-wordmark--sm[data-astro-cid-qc4fw6y2]{width:120px;height:20px}.logo-wordmark--md[data-astro-cid-qc4fw6y2]{width:180px;height:30px}.logo-wordmark--lg[data-astro-cid-qc4fw6y2]{width:240px;height:40px}.logo-combined--sm[data-astro-cid-qc4fw6y2]{width:160px;height:32px}.logo-combined--md[data-astro-cid-qc4fw6y2]{width:240px;height:48px}.logo-combined--lg[data-astro-cid-qc4fw6y2]{width:320px;height:64px}.header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;z-index:100;background:#000000e6;backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:72px}.header__logo[data-astro-cid-3ef6ksr2]{color:var(--color-text);transition:color var(--duration-fast) var(--ease-out)}.header__logo[data-astro-cid-3ef6ksr2]:hover{color:var(--color-accent)}.header__nav-list[data-astro-cid-3ef6ksr2]{display:flex;gap:var(--space-8);list-style:none}.header__nav-link[data-astro-cid-3ef6ksr2]{font-size:var(--text-sm);font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);transition:color var(--duration-fast) var(--ease-out)}.header__nav-link[data-astro-cid-3ef6ksr2]:hover,.header__nav-link[data-astro-cid-3ef6ksr2].is-active{color:var(--color-accent)}.header__menu-btn[data-astro-cid-3ef6ksr2]{display:none;background:none;border:none;color:var(--color-text);cursor:pointer;padding:var(--space-2)}.header__mobile[data-astro-cid-3ef6ksr2]{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:var(--space-4) var(--gutter)}.header__mobile[data-astro-cid-3ef6ksr2].is-open{display:block}.header__mobile-list[data-astro-cid-3ef6ksr2]{list-style:none;display:flex;flex-direction:column;gap:var(--space-4)}.header__mobile-link[data-astro-cid-3ef6ksr2]{font-size:var(--text-lg);font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted)}@media (max-width: 768px){.header__nav[data-astro-cid-3ef6ksr2]{display:none}.header__menu-btn[data-astro-cid-3ef6ksr2]{display:block}}.footer[data-astro-cid-sz7xmlte]{margin-top:auto;padding:var(--space-12) 0 var(--space-8);border-top:1px solid var(--color-border)}.footer__inner[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:var(--space-8)}.footer__top[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr auto 1fr;gap:var(--space-8);align-items:start}.footer__brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:var(--space-3)}.footer__tagline[data-astro-cid-sz7xmlte]{font-size:var(--text-sm);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em}.footer__nav-list[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:var(--space-3);text-align:center}.footer__nav-link[data-astro-cid-sz7xmlte]{font-size:var(--text-sm);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted)}.footer__nav-link[data-astro-cid-sz7xmlte]:hover{color:var(--color-accent)}.footer__social[data-astro-cid-sz7xmlte]{display:flex;gap:var(--space-4);justify-content:flex-end}.footer__social-link[data-astro-cid-sz7xmlte]{color:var(--color-text-muted);transition:color var(--duration-fast) var(--ease-out)}.footer__social-link[data-astro-cid-sz7xmlte]:hover{color:var(--color-accent)}.footer__bottom[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center}.footer__copyright[data-astro-cid-sz7xmlte],.footer__built[data-astro-cid-sz7xmlte]{font-size:var(--text-xs);color:var(--color-text-dim)}@media (max-width: 768px){.footer__top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;text-align:center}.footer__brand[data-astro-cid-sz7xmlte]{align-items:center}.footer__nav-list[data-astro-cid-sz7xmlte]{flex-direction:row;flex-wrap:wrap;justify-content:center}.footer__social[data-astro-cid-sz7xmlte]{justify-content:center}.footer__bottom[data-astro-cid-sz7xmlte]{flex-direction:column;gap:var(--space-2)}}
