:root{--color-black:#1f1d1d;--color-black-muted:#303031;--color-slate:#3a4560;--color-slate-mid:gray;--color-slate-light:#b1b0b0;--color-fog:#ddd;--color-mist:#eef0f5;--color-white:#fafbfd;--color-white-dim:#fafbfdbe;--color-gold:#b8975a;--color-gold-light:#d4af7a;--color-gold-dim:#b8975a1f;--color-green:#234b36;--color-surface:#ecece0;--color-surface-2:#eceef5;--color-surface-3:#f3f3ee;--color-surface-4:#d1d1c4;--color-border:#5a5a5a1f;--color-border-strong:#5f5f5f40;--font-display:"Playfair Display", Georgia, serif;--font-body:"DM Sans", "Helvetica Neue", sans-serif;--font-mono:"DM Mono", "Courier New", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-14:3.5rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--shadow-sm:0 1px 3px #0c0f1414, 0 1px 2px #0c0f140a;--shadow-md:0 4px 16px #0c0f1414, 0 2px 4px #0c0f140a;--shadow-lg:0 12px 40px #0c0f141a, 0 4px 12px #0c0f140f;--shadow-gold:0 8px 32px #b8975a2e;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.875rem;--radius-xl:1.5rem;--radius-full:9999px;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-base:.25s cubic-bezier(.2, 0, .1, 1);--transition-spring:.35s cubic-bezier(.2, 1, .64, 1);--container-max:1280px;--nav-height:72px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-white);background:var(--color-black);margin:0;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}ul{margin:0;padding:0;list-style:none}p,h1,h2,h3,h4,h5,h6{margin:0}:focus-visible{outline:2px solid var(--color-gold);outline-offset:3px}.container-main{max-width:var(--container-max);padding:0 var(--space-6);margin:0 auto}@media (max-width:768px){.container-main{padding:0 var(--space-4)}}.section-padding{padding-top:var(--space-14);padding-bottom:var(--space-14)}@media (max-width:768px){.section-padding{padding-top:var(--space-14);padding-bottom:var(--space-14)}}.eyebrow{align-items:center;gap:var(--space-2);font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--color-gold);flex-shrink:0;width:24px;height:1.5px}.section-title{font-family:var(--font-display);font-size:clamp(var(--text-3xl), 4vw, var(--text-5xl));letter-spacing:-.025em;color:var(--color-black);margin-top:var(--space-4);font-weight:700;line-height:1.15}.section-subtitle{font-size:var(--text-md);color:var(--color-slate-mid);margin-top:var(--space-4);max-width:620px;line-height:1.7}.text-gold{color:var(--color-gold)}.text-white{color:var(--color-white)}.text-mutted{color:var(--color-slate-mid)}.text-slate-light{color:var(--color-slate-light)}.surface-light{background:var(--color-surface)}.surface-dark{background:var(--color-black)}.card-surface{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}
html,body{min-height:100%}body{position:relative}
