:root{color-scheme:light;--color-primary: hsl(140 22% 41%);--color-on-primary: hsl(38 44% 99.4%);--color-secondary: hsl(348 36% 56%);--color-on-secondary: hsl(38 44% 99.4%);--color-accent: hsl(38 50% 48%);--color-accent-subtle: hsl(38 30% 94%);--color-on-accent: hsl(340 25% 12%);--color-primary-focus-ring: hsl(38 50% 70%);--surface-canvas: hsl(36 38% 97.6%);--surface-raised: hsl(38 44% 99.4%);--surface-muted: hsl(36 26% 94.6%);--surface-sunken: hsl(36 22% 91%);--surface-paper: hsl(38 40% 98.4%);--surface-paper-warm: hsl(40 50% 97.2%);--surface-ceremonial: hsl(40 56% 98.4%);--surface-ceremonial-end: hsl(38 44% 96.4%);--border: hsl(36 18% 87%);--border-strong: hsl(36 16% 74%);--border-gold: hsl(38 42% 78%);--border-gold-soft: hsl(38 42% 88%);--text-primary: hsl(340 16% 15%);--text-strong: hsl(340 22% 8%);--text-muted: hsl(340 8% 42%);--text-gold: hsl(36 60% 34%);--text-blush: hsl(348 38% 38%);--shadow-ink-08: hsl(36 6% 91%);--shadow-ink-15: hsl(36 8% 84%);--shadow-plum-12: hsl(340 18% 16% / .12);--shadow-plum-22: hsl(340 22% 14% / .22);--shadow-gold-15: hsl(38 60% 50% / .15);--scrim: hsl(340 22% 8% / 45%);--selection-bg: hsl(38 60% 84%);--selection-fg: hsl(340 22% 12%);--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Playfair Display", "Iowan Old Style", Garamond, Georgia, serif;--font-wordmark: "Pinyon Script", "Playfair Display", Garamond, cursive;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 14px;--radius-xl: 24px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 96px;--space-10: 128px;--shadow-card: 0 1px 2px var(--shadow-ink-08), 0 10px 30px -20px var(--shadow-plum-12);--shadow-hero: 0 20px 60px -30px var(--shadow-plum-22), 0 6px 20px -10px var(--shadow-gold-15)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){color-scheme:dark;--color-primary: hsl(140 24% 56%);--color-on-primary: hsl(340 22% 8%);--color-secondary: hsl(348 40% 66%);--color-on-secondary: hsl(340 22% 8%);--color-accent: hsl(38 56% 68%);--color-accent-subtle: hsl(38 20% 20%);--color-on-accent: hsl(340 22% 8%);--color-primary-focus-ring: hsl(38 56% 36%);--surface-canvas: hsl(340 22% 6%);--surface-raised: hsl(340 18% 9.5%);--surface-muted: hsl(340 16% 14%);--surface-sunken: hsl(340 24% 4%);--surface-paper: hsl(340 18% 11%);--surface-paper-warm: hsl(345 20% 12%);--surface-ceremonial: hsl(340 22% 11%);--surface-ceremonial-end: hsl(340 22% 8%);--border: hsl(340 8% 20%);--border-strong: hsl(340 8% 32%);--border-gold: hsl(38 36% 36%);--border-gold-soft: hsl(38 24% 22%);--text-primary: hsl(36 28% 94%);--text-strong: hsl(36 32% 98%);--text-muted: hsl(340 8% 66%);--text-gold: hsl(38 60% 76%);--text-blush: hsl(348 50% 78%);--shadow-ink-08: hsl(340 20% 4%);--shadow-ink-15: hsl(340 22% 3%);--shadow-plum-12: hsl(340 40% 2% / .55);--shadow-plum-22: hsl(340 40% 2% / .7);--shadow-gold-15: hsl(38 60% 50% / .15);--scrim: hsl(340 22% 4% / 60%)}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;text-size-adjust:100%;-webkit-text-size-adjust:100%}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body{margin:0;min-height:100vh;background:var(--surface-canvas);color:var(--text-primary);font-family:var(--font-body);font-size:17px;line-height:1.6;font-feature-settings:"onum" 1,"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:var(--selection-bg);color:var(--selection-fg)}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration-color:var(--border-gold);text-underline-offset:3px}a:hover{color:var(--text-gold)}a:focus-visible,button:focus-visible{outline:2px solid var(--color-primary-focus-ring);outline-offset:3px;border-radius:2px}h1,h2,h3,h4,h5{font-family:var(--font-display);color:var(--text-strong);font-weight:500;line-height:1.15;letter-spacing:-.005em;margin:0 0 var(--space-4)}h1{font-size:clamp(2.4rem,5vw + 1rem,4.4rem);font-weight:500;letter-spacing:-.015em}h2{font-size:clamp(1.8rem,2.4vw + 1rem,2.8rem)}h3{font-size:clamp(1.25rem,1vw + 1rem,1.6rem);font-weight:600}p{margin:0 0 var(--space-4)}.container{width:100%;max-width:1120px;margin-inline:auto;padding-inline:clamp(20px,4vw,48px)}.container-narrow{max-width:720px;margin-inline:auto;padding-inline:clamp(20px,4vw,48px)}.eyebrow{display:inline-block;font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-gold);margin-bottom:var(--space-3)}.wordmark{font-family:var(--font-wordmark);font-weight:400;font-size:clamp(2.6rem,6vw,4rem);color:var(--text-gold);letter-spacing:.02em;line-height:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:48px;padding:12px 26px;border-radius:999px;font-family:var(--font-body);font-size:.95rem;font-weight:500;letter-spacing:.01em;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--color-primary);color:var(--color-on-primary);box-shadow:0 6px 20px -8px var(--color-primary),0 1px 2px var(--shadow-plum-12)}.btn-primary:hover{background:#487055;color:var(--color-on-primary)}.btn-secondary{background:transparent;color:var(--text-primary);border-color:var(--border-strong)}.btn-secondary:hover{color:var(--text-primary);border-color:var(--text-gold);background:var(--color-accent-subtle)}.hairline{border:0;border-top:1px solid var(--border-gold-soft);margin:0;width:60px;margin-inline:auto}.reveal{opacity:0;transform:translateY(24px);transition:opacity .9s ease,transform .9s cubic-bezier(.2,.7,.2,1);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.reveal,.reveal.is-visible{opacity:1;transform:none;transition:none}}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:40;background:color-mix(in oklab,var(--surface-canvas) 92%,transparent);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--border-gold-soft)}.site-header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);padding-block:var(--space-3)}.site-header__brand[data-astro-cid-3ef6ksr2]{text-decoration:none;color:var(--text-gold);line-height:1}.site-header__brand[data-astro-cid-3ef6ksr2] .wordmark[data-astro-cid-3ef6ksr2]{font-size:clamp(1.6rem,3vw,2rem)}.site-header__nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:var(--space-5);font-size:.95rem}.site-header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{text-decoration:none;color:var(--text-primary)}.site-header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--text-gold)}.site-header__cta[data-astro-cid-3ef6ksr2]{padding:10px 18px;min-height:40px}@media (max-width: 640px){.site-header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:not(.site-header__cta):nth-child(-n+3){display:none}}.site-footer[data-astro-cid-sz7xmlte]{margin-top:var(--space-10);padding-block:var(--space-9);background:var(--surface-paper);border-top:1px solid var(--border-gold-soft)}.site-footer__inner[data-astro-cid-sz7xmlte]{display:grid;gap:var(--space-7);grid-template-columns:1fr}@media (min-width: 720px){.site-footer__inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr 1fr;align-items:start}}.site-footer__brand[data-astro-cid-sz7xmlte] .wordmark[data-astro-cid-sz7xmlte]{font-size:2.4rem;line-height:1;display:block;margin-bottom:var(--space-3)}.site-footer__tagline[data-astro-cid-sz7xmlte]{color:var(--text-muted);font-style:italic;margin:0}.site-footer__nav[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:var(--space-2);font-size:.95rem}.site-footer__nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{text-decoration:none;color:var(--text-primary);width:fit-content}.site-footer__nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--text-gold)}.site-footer__meta[data-astro-cid-sz7xmlte]{color:var(--text-muted);font-size:.9rem;display:flex;flex-direction:column;gap:var(--space-2)}.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}.skip-link{position:absolute;top:-60px;left:12px;background:var(--color-primary);color:var(--color-on-primary);padding:10px 16px;border-radius:8px;z-index:100;transition:top .2s ease}.skip-link:focus{top:12px}
