@font-face{font-family:SGSunblum;src:url(/fonts/SGSunblum-Regular.ttf) format("truetype");font-weight:400 900;font-style:normal;font-display:swap}:root{--burgundy-950: #2a0708;--burgundy-900: #3a0a0c;--burgundy-800: #440b0d;--burgundy-700: #5d2410;--orange-600: #c34818;--orange-500: #df5522;--orange-400: #e87248;--yellow-600: #c89f00;--yellow-500: #efbf04;--yellow-400: #f3cf3e;--cream-100: #fce6bf;--cream-200: #f6d8a3;--cream-300: #ecc685;--cream-soft: rgba(252, 230, 191, .82);--cream-muted: rgba(252, 230, 191, .62);--paper: #fbf6ec;--paper-dark: #f3ecdc;--ink-900: #1a0f0e;--ink-700: #3b2826;--ink-500: #6b524d;--border: #e6dac4;--font-display: "SGSunblum", "Impact", "Bebas Neue", "Arial Black", sans-serif;--font-body: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--max-w: 1200px;--max-w-narrow: 880px;--radius-sm: 6px;--radius-md: 14px;--radius-lg: 24px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .18);--shadow-md: 0 10px 30px -12px rgba(0, 0, 0, .45);--shadow-lg: 0 30px 60px -20px rgba(0, 0, 0, .55);--ease-out: cubic-bezier(.2, .7, .2, 1);--transition-fast: .15s var(--ease-out);--transition-base: .22s var(--ease-out);--section-y: clamp(4rem, 8vw, 7rem)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;background:var(--burgundy-800)}body{margin:0;font-family:var(--font-body);font-size:17px;line-height:1.65;color:var(--cream-100);background:var(--burgundy-800);text-rendering:optimizeLegibility}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}button{font:inherit;cursor:pointer}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;letter-spacing:.01em;line-height:1.02;text-transform:uppercase;margin:0 0 .5em;color:var(--cream-100)}h1{font-size:clamp(2.8rem,7vw,5.5rem);letter-spacing:.005em}h2{font-size:clamp(2.1rem,4.2vw,3.4rem)}h3{font-size:clamp(1.25rem,1.9vw,1.6rem);letter-spacing:.03em}h4{font-size:.95rem;font-family:var(--font-body);font-weight:700;letter-spacing:.16em;text-transform:uppercase}p{margin:0 0 1em;color:var(--cream-soft)}.lead{font-size:clamp(1.05rem,1.4vw,1.2rem);line-height:1.55;color:var(--cream-100);max-width:56ch}.eyebrow{display:inline-block;font-family:var(--font-body);font-size:.78rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--yellow-500);margin-bottom:1rem}.eyebrow--orange{color:var(--orange-500)}.on-light{color:var(--ink-900)}.on-light h1,.on-light h2,.on-light h3,.on-light h4{color:var(--burgundy-800)}.on-light p,.on-light .lead{color:var(--ink-700)}.on-light .eyebrow{color:var(--orange-500)}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding-inline:clamp(1.25rem,4vw,2.5rem)}.container--narrow{max-width:var(--max-w-narrow)}.section{padding-block:var(--section-y)}.section--tight{padding-block:clamp(2.5rem,5vw,4rem)}.section--deep{background:var(--burgundy-900)}.section--brand{background:var(--burgundy-800)}.section--cream{background:var(--cream-100);color:var(--ink-900)}.section--cream h1,.section--cream h2,.section--cream h3{color:var(--burgundy-800)}.section--cream p,.section--cream .lead{color:var(--ink-700)}.section--cream .eyebrow{color:var(--orange-500)}.btn{--btn-bg: var(--orange-500);--btn-fg: #fff;--btn-border: var(--orange-500);--btn-hover-bg: var(--orange-600);display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:1rem 1.7rem;background:var(--btn-bg);color:var(--btn-fg);border:1.5px solid var(--btn-border);border-radius:var(--radius-pill);font-family:var(--font-body);font-weight:700;font-size:.92rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background var(--transition-base),color var(--transition-base),border-color var(--transition-base),transform var(--transition-fast)}.btn:hover{background:var(--btn-hover-bg);border-color:var(--btn-hover-bg);transform:translateY(-1px)}.btn:focus-visible{outline:2px solid var(--yellow-500);outline-offset:3px}.btn--yellow{--btn-bg: var(--yellow-500);--btn-fg: var(--burgundy-900);--btn-border: var(--yellow-500);--btn-hover-bg: var(--yellow-400)}.btn--yellow:hover{color:var(--burgundy-900)}.btn--ghost-light{--btn-bg: transparent;--btn-fg: var(--cream-100);--btn-border: var(--cream-100);--btn-hover-bg: var(--cream-100)}.btn--ghost-light:hover{color:var(--burgundy-800)}.btn--ghost-dark{--btn-bg: transparent;--btn-fg: var(--burgundy-800);--btn-border: var(--burgundy-800);--btn-hover-bg: var(--burgundy-800)}.btn--ghost-dark:hover{color:var(--cream-100)}.btn--lg{padding:1.15rem 2.1rem;font-size:.98rem}.btn--block{width:100%}.card{background:var(--burgundy-900);border:1px solid rgba(252,230,191,.12);border-radius:var(--radius-md);padding:clamp(1.25rem,2.5vw,2rem);box-shadow:var(--shadow-sm);transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base)}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:#fce6bf38}.card--light{background:#fff;border-color:var(--border)}.section--cream .card{background:#fff;border-color:var(--border);color:var(--ink-900)}.section--cream .card h3{color:var(--burgundy-800)}.section--cream .card p{color:var(--ink-700)}.grid{display:grid;gap:clamp(1.25rem,2.5vw,2rem)}.grid--2{grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr))}.grid--3{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))}.grid--4{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))}.form-row{display:grid;gap:1rem}.form-row--2{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))}.field{display:flex;flex-direction:column;gap:.4rem}.field label{font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--cream-soft)}.section--cream .field label{color:var(--ink-700)}.field input,.field select,.field textarea{font:inherit;padding:.9rem 1rem;background:#fce6bf14;border:1.5px solid rgba(252,230,191,.22);border-radius:var(--radius-sm);color:var(--cream-100);transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.field input::placeholder,.field textarea::placeholder{color:#fce6bf73}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--yellow-500);box-shadow:0 0 0 3px #efbf0433;background:#fce6bf1f}.section--cream .field input,.section--cream .field select,.section--cream .field textarea{background:#fff;border-color:var(--border);color:var(--ink-900)}.section--cream .field input::placeholder,.section--cream .field textarea::placeholder{color:var(--ink-500)}.section--cream .field input:focus,.section--cream .field select:focus,.section--cream .field textarea:focus{border-color:var(--orange-500);box-shadow:0 0 0 3px #df55222e}.field textarea{min-height:140px;resize:vertical}.placeholder{display:inline-block;padding:.15em .55em;background:#efbf042e;border:1px dashed var(--yellow-500);border-radius:var(--radius-sm);color:var(--yellow-500);font-size:.85em;font-weight:600}.placeholder-img{display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,#df55222e,#efbf041a),var(--burgundy-700);color:var(--cream-soft);border:1px dashed rgba(252,230,191,.4);border-radius:var(--radius-md);aspect-ratio:4 / 3;font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:1rem}.placeholder-img--portrait{aspect-ratio:3 / 4}.placeholder-img--wide{aspect-ratio:16 / 9}.section--cream .placeholder-img{background:linear-gradient(135deg,#df55221a,#efbf041a),#fff;color:var(--burgundy-800);border-color:var(--orange-500)}.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}a:focus-visible,button:focus-visible{outline:2px solid var(--yellow-500);outline-offset:3px;border-radius:3px}::selection{background:var(--yellow-500);color:var(--burgundy-900)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:50;background:#440b0deb;color:var(--cream-100);backdrop-filter:saturate(140%) blur(8px);-webkit-backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid rgba(252,230,191,.12)}.site-header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-block:1rem}.site-header__brand[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;color:var(--cream-100)}.site-header__logo[data-astro-cid-3ef6ksr2]{height:clamp(34px,4vw,46px);width:auto;display:block}.site-header__nav[data-astro-cid-3ef6ksr2]{flex:1;display:flex;justify-content:center}.site-header__nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{display:flex;gap:clamp(1rem,2.5vw,2rem);list-style:none;margin:0;padding:0}.site-header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-size:.92rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--cream-100);opacity:.85;transition:opacity var(--transition-fast)}.site-header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{opacity:1;color:var(--mustard-400)}.site-header__cta[data-astro-cid-3ef6ksr2]{padding:.65rem 1.2rem;font-size:.82rem}.site-header__toggle[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;justify-content:space-between;width:28px;height:22px;padding:0;background:transparent;border:0;color:var(--cream-100)}.site-header__toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;height:2px;background:currentColor;border-radius:2px}.site-header__mobile[data-astro-cid-3ef6ksr2]{background:var(--burgundy-900);border-top:1px solid rgba(252,230,191,.1)}.site-header__mobile[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:.25rem;list-style:none;margin:0;padding:1rem clamp(1.25rem,4vw,2.5rem) 1.5rem}.site-header__mobile[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;padding:.85rem 0;color:var(--cream-100);border-bottom:1px solid rgba(252,230,191,.08);font-size:1.05rem;letter-spacing:.06em;text-transform:uppercase}.site-header__mobile[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].btn{border-bottom:0;margin-top:.75rem}@media(max-width:880px){.site-header__nav[data-astro-cid-3ef6ksr2],.site-header__cta[data-astro-cid-3ef6ksr2]{display:none}.site-header__toggle[data-astro-cid-3ef6ksr2]{display:flex}}.site-footer[data-astro-cid-sz7xmlte]{background:var(--burgundy-900);color:var(--cream-100);padding-block:clamp(3.5rem,7vw,5.5rem) 2rem;margin-top:4rem}.site-footer__grid[data-astro-cid-sz7xmlte]{display:grid;gap:clamp(2rem,4vw,3rem);grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.site-footer__brand[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:center}.site-footer__logo[data-astro-cid-sz7xmlte]{width:clamp(120px,14vw,160px);height:auto}.site-footer[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{color:var(--yellow-500);font-family:var(--font-body);font-size:.78rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem}.site-footer[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.site-footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--cream-soft);transition:color var(--transition-fast)}.site-footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--yellow-500)}.site-footer__hint[data-astro-cid-sz7xmlte]{margin-top:.75rem;font-size:.8rem;color:var(--cream-muted)}.site-footer__bottom[data-astro-cid-sz7xmlte]{margin-top:clamp(2.5rem,5vw,4rem);padding-top:1.5rem;border-top:1px solid rgba(252,230,191,.12);display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;color:var(--cream-muted);font-size:.85rem}.site-footer__small[data-astro-cid-sz7xmlte]{opacity:.7}
