:root{--background:#000;--text:#fff;--muted:#ffffffad;--soft:#ffffff6b;--faint:#ffffff1f;--accent:#d71920;--accent-dark:#8f0f14;--surface:#080808;--surface-strong:#111}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#000}body{background:var(--background);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1,h2{font-family:Georgia,Times New Roman,serif}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;border:none}.main{flex-direction:column;display:flex}.nav-header{z-index:20;background-color:#000;width:100%;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:.85rem clamp(1rem,4vw,4rem);display:flex;position:relative}.brand-mark{flex:none;align-items:center;width:clamp(8rem,34vw,13rem);display:flex}.brand-mark img{width:60%;height:auto}.menu-button{width:2.75rem;height:2.75rem;color:var(--text);border:1px solid var(--faint);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:.75rem;display:flex}.menu-button img{width:1.2rem;height:1.2rem}.site-nav{border:1px solid var(--faint);opacity:0;pointer-events:none;background:#000000f5;flex-direction:column;align-items:stretch;gap:0;padding:.6rem;transition:opacity .18s,transform .18s;display:flex;position:absolute;top:calc(100% + 1px);left:1rem;right:1rem;transform:translateY(-.7rem)}.site-nav.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.site-nav a{min-height:3.2rem;color:var(--muted);text-transform:uppercase;border-bottom:1px solid var(--faint);justify-content:center;align-items:center;font-size:.76rem;font-weight:900;transition:color .18s,background .18s,border-color .18s;display:flex}.site-nav a:last-child{border-bottom:0}.site-nav a:hover{color:var(--text);background:#ffffff0a}.nav-cta{color:var(--text);background:var(--accent)}.hero{flex-direction:column;width:100%;min-height:90dvh;display:flex}.featuredEvent{flex-direction:column;flex:1;justify-content:flex-start;gap:1rem;width:100%;padding:1em;display:flex;overflow:hidden}.featuredEvent-params{flex-direction:column;justify-content:center;gap:.5rem;display:flex}.featuredEvent-title h2{text-align:center;margin:10px auto;font-size:10vw;font-weight:400;line-height:.85}.featuredEvent-details{color:var(--accent);font-weight:800}.featuredEvent-description{margin:0;font-size:clamp(1rem,2.4vw,1.35rem);font-weight:200;line-height:1.45}.featuredEvent-imageWrapper{border-radius:5px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.featuredEvent-poster{object-fit:contain;width:min(100%,430px);height:auto;max-height:52dvh;display:block}.featuredEvent-button{background-color:var(--accent);width:fit-content;color:var(--text);cursor:pointer;border-radius:10px;width:100%;margin:0;padding:.9rem 1.2rem;font-weight:500}.marquee-strip{border-bottom:1px solid var(--faint);background:var(--accent);width:100%;display:flex;overflow:hidden}.marquee-strip p{width:max-content;color:var(--text);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;flex:none;margin:0;padding:.65rem 0;font-weight:950;animation:24s linear infinite redhoodMarquee}.events-section,.about-section{flex-direction:column;width:100%;padding:clamp(3.2rem,10vw,8rem) clamp(1rem,4vw,4rem);display:flex}.section-heading{flex-direction:column;margin-bottom:1.6rem;display:flex}.section-heading h2,.about-section h2{margin:0;font-size:clamp(3.2rem,14vw,7rem);font-weight:400;line-height:.9}.events-grid{border-top:1px solid var(--faint);border-left:1px solid var(--faint);flex-direction:column;width:100%;display:flex}.event-card{border-right:1px solid var(--faint);border-bottom:1px solid var(--faint);background:#ffffff05;flex-direction:column;align-items:flex-start;width:100%;min-height:18rem;padding:clamp(1.25rem,5vw,2rem);transition:background .18s;display:flex}.event-card:hover{background:#d719201f}.event-card h3{max-width:12ch;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.25rem,9vw,3.4rem);font-weight:400;line-height:.95}.event-card p:not(.event-date){max-width:31rem;color:var(--muted);margin:1.25rem 0 0;line-height:1.6}.event-card a{color:var(--text);text-transform:uppercase;border-bottom:1px solid var(--accent);margin-top:1.7rem;font-size:.72rem;font-weight:900;display:flex}.about-section{border-top:1px solid var(--faint);gap:2rem}.about-heading{flex-direction:column;display:flex}.about-section>p{max-width:44rem;color:var(--muted);margin:0;font-size:clamp(1.1rem,4.4vw,1.7rem);line-height:1.45}.site-footer{width:100%;color:var(--muted);text-align:center;border-top:1px solid var(--faint);flex-direction:column;align-items:center;gap:.85rem;padding:1.6rem clamp(1rem,4vw,4rem);display:flex}.site-footer p{margin:0}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.9rem 1.2rem;display:flex}.site-footer a{color:var(--text)}.social-link{border:1px solid var(--faint);border-radius:999px;justify-content:center;align-items:center;width:2.35rem;height:2.35rem;display:flex}.social-link img{width:1rem;height:1rem}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}@keyframes redhoodMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (orientation:landscape){.header-inner{align-items:center}.brand-mark{width:clamp(9rem,12vw,14rem)}.menu-button{display:none}.site-nav{opacity:1;pointer-events:auto;background:0 0;border:0;flex-direction:row;justify-content:flex-end;align-items:center;gap:clamp(.85rem,2vw,1.6rem);width:auto;padding:0;position:static;transform:none}.site-nav a{background:0 0;border-bottom:0;min-height:auto;padding:0}.site-nav a:hover{background:0 0}.nav-cta{border:1px solid var(--accent);background:0 0;border-radius:999px;padding:.72rem .95rem}.featuredEvent{flex-direction:row;justify-content:space-around;align-items:center}.featuredEvent-params{flex:1}.featuredEvent-title h2{font-size:5vw}.featuredEvent-imageWrapper{flex:1;justify-content:flex-end}.featuredEvent-poster{width:100%;max-height:78dvh}.featuredEvent-button,.featuredEvent-details,.featuredEvent-description{text-align:center;width:60%;margin:20px auto}.section-heading{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem}.events-grid{flex-flow:wrap}.event-card{width:33.333%;min-height:25rem}.about-section{flex-direction:row;align-items:flex-start;gap:clamp(2rem,6vw,6rem)}.about-heading,.about-section>p{flex:1 1 0}.site-footer{text-align:left;flex-direction:row;justify-content:space-between;align-items:center}.footer-links{justify-content:flex-end}}
