@font-face{font-family:brandon grotesque;src:url(/fonts/Brandon-Grotesque/Brandon-Grotesque-Thin.otf)format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:brandon grotesque;src:url(/fonts/Brandon-Grotesque/Brandon-Grotesque-Thin-Italic.otf)format("opentype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:brandon grotesque;src:url(/fonts/Brandon-Grotesque/Brandon-Grotesque-Light.otf)format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:brandon grotesque;src:url(/fonts/Brandon-Grotesque/Brandon-Grotesque-Light-Italic.otf)format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:brandon grotesque;src:url(/fonts/Brandon-Grotesque/Brandon-Grotesque-Regular.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:brandon grotesque;src:url(/fonts/Brandon-Grotesque/Brandon-Grotesque-Regular-Italic.otf)format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:brandon grotesque;src:url(/fonts/Brandon-Grotesque/Brandon-Grotesque-Medium.otf)format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:brandon grotesque;src:url(/fonts/Brandon-Grotesque/Brandon-Grotesque-Medium-Italic.otf)format("opentype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:brandon grotesque;src:url(/fonts/Brandon-Grotesque/Brandon-Grotesque-Bold.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:brandon grotesque;src:url(/fonts/Brandon-Grotesque/Brandon-Grotesque-Bold-Italic.otf)format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:brandon grotesque;src:url(/fonts/Brandon-Grotesque/Brandon-Grotesque-Black.otf)format("opentype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:brandon grotesque;src:url(/fonts/Brandon-Grotesque/Brandon-Grotesque-Black-Italic.otf)format("opentype");font-weight:900;font-style:italic;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}:root{color-scheme:dark;--bg:#0d0d0d;--fg:#ece9e4;--fg-dim:rgba(236, 233, 228, 0.72);--fg-muted:rgba(236, 233, 228, 1);--fg-faint:rgba(236, 233, 228, 0.16);--gold:#b8a882;--gold-light:#d4c4a0;--gold-faint:rgba(184, 168, 130, 0.22);--card-border:rgba(184, 168, 130, 0.22);--card-bg:linear-gradient(135deg, rgba(184, 168, 130, 0.05) 0%, rgba(255, 255, 255, 0.015) 100%);--card-bg-hover:linear-gradient(135deg, rgba(184, 168, 130, 0.09) 0%, rgba(255, 255, 255, 0.025) 100%);--card-border-hover:rgba(184, 168, 130, 0.45);--shine:rgba(255, 255, 255, 0.05)}@media(prefers-color-scheme:light){:root{color-scheme:light;--bg:#f4f1ec;--fg:#1c1a17;--fg-dim:rgba(28, 26, 23, 0.72);--fg-muted:rgba(28, 26, 23, 1);--fg-faint:rgba(28, 26, 23, 0.16);--gold:#84744f;--gold-light:#6f6242;--gold-faint:rgba(132, 116, 79, 0.25);--card-border:rgba(132, 116, 79, 0.28);--card-bg:linear-gradient(135deg, rgba(132, 116, 79, 0.06) 0%, rgba(28, 26, 23, 0.015) 100%);--card-bg-hover:linear-gradient(135deg, rgba(132, 116, 79, 0.12) 0%, rgba(28, 26, 23, 0.03) 100%);--card-border-hover:rgba(132, 116, 79, 0.55);--shine:rgba(28, 26, 23, 0.045)}}body{font-family:brandon grotesque,helvetica neue,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--fg);min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;overflow-x:hidden;transition:background-color .35s ease,color .35s ease}body::before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");opacity:.032;pointer-events:none;z-index:100}.main{flex:1;position:relative;display:flex;justify-content:center;z-index:1}.content-wrapper{position:relative;z-index:1;width:100%;max-width:900px;display:flex;flex-direction:column;align-items:center;padding:clamp(3rem,8vh,6rem)clamp(1.5rem,6vw,4rem);text-align:center}.logo-section{display:flex;flex-direction:column;align-items:center;margin-bottom:clamp(.5rem,2vh,1.5rem)}.logo-halo{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:clamp(1.5rem,4vh,2.5rem)}.logo-halo::before{content:"";position:absolute;width:170%;height:170%;background:radial-gradient(ellipse,var(--gold-faint) 0%,transparent 70%);border-radius:50%;animation:pulse 5s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:.75;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}.logo-media{width:clamp(120px,17vw,190px);height:auto;position:relative;z-index:2;display:block;animation:logoGlow 5s ease-in-out infinite}@keyframes logoGlow{0%,100%{filter:drop-shadow(0 0 22px var(--gold-faint))drop-shadow(0 0 60px var(--gold-faint))}50%{filter:drop-shadow(0 0 38px var(--gold-faint))drop-shadow(0 0 95px var(--gold-faint))}}h1{font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.25}.brand-human{display:block;font-weight:300;font-size:clamp(1.3rem,3.4vw,2.2rem);letter-spacing:.32em;color:var(--fg);margin-bottom:.2rem}.brand-sub{display:block;font-weight:600;font-size:clamp(1.05rem,2.6vw,1.6rem);letter-spacing:.1em;color:var(--fg)}.page-title{font-size:clamp(1.5rem,3.5vw,2.4rem);letter-spacing:.08em;color:var(--fg)}.rule{width:clamp(40px,6vw,70px);height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:clamp(1.75rem,4.5vh,3rem)0;border:0}.content{max-width:560px}p{font-size:clamp(.93rem,1.5vw,1.05rem);line-height:1.85;letter-spacing:.04em;margin-bottom:20px;font-weight:300;color:var(--fg-muted)}p strong{color:var(--fg);font-weight:500}.subtitle{margin-top:2rem;font-size:clamp(1rem,1.8vw,1.15rem);font-weight:500;letter-spacing:.12em;color:var(--fg)}.footer{margin:auto;width:100%;max-width:700px;display:flex;align-items:center;justify-content:space-between;padding:clamp(1.5rem,4vh,2.5rem)clamp(1.5rem,6vw,4rem);gap:1.5rem}.footer-line{flex:1;height:1px;background:var(--fg-faint)}.footer-text{font-size:.62rem;font-weight:400;letter-spacing:.24em;text-transform:uppercase;color:var(--fg-dim);white-space:nowrap;text-align:center;line-height:2}.footer-text a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}.footer-text a:hover{border-bottom-color:var(--gold)}@keyframes riseIn{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.logo-section,.rule,.content,.footer,.footer *{animation:none}.logo-halo::before,.logo-media{animation:none}}@media(max-width:768px){.content-wrapper{padding:clamp(2.5rem,7vh,4rem)clamp(1.25rem,6vw,2rem)}.footer-text{white-space:normal}}