:root{--black:#050505;--black-soft:#11100d;--ink:#18130a;--gold:#f4bb00;--gold-soft:#ffd766;--cream:#fff8dc;--muted:#cfc5a5;--line:rgba(244,187,0,0.24);--panel:rgba(16,14,10,0.86);--panel-solid:#15120b;--red:#ed4040;--blue:#3f8cff;--violet:#8069ff;--green:#40b86a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% -20%,rgba(244,187,0,.16),transparent 32rem),linear-gradient(180deg,#090806,#050505 42%,#0e0b05);color:var(--cream);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.75rem clamp(1rem,3vw,3rem);border-bottom:1px solid var(--line);background:rgba(5,5,5,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:.8rem;min-width:13rem;color:var(--gold);font-weight:900;letter-spacing:0;text-transform:uppercase}.brand img{width:4.4rem;height:auto}nav{display:flex;justify-content:flex-end;gap:.45rem;flex-wrap:wrap}nav,nav a{align-items:center}nav a{min-height:2.45rem;display:inline-flex;padding:.55rem .82rem;border:1px solid transparent;border-radius:999px;color:var(--muted);font-size:.9rem;font-weight:800}nav a:hover{border-color:var(--line);color:var(--cream);background:rgba(244,187,0,.08)}.hero{position:relative;min-height:min(90vh,52rem);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-column-gap:clamp(1.5rem,4vw,4rem);column-gap:clamp(1.5rem,4vw,4rem);padding:clamp(7rem,12vw,10rem) clamp(1rem,4vw,4rem) clamp(3rem,7vw,6rem);overflow:hidden;border-bottom:1px solid var(--line)}.hero-media{position:absolute;inset:0}.hero-media img{object-fit:cover}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.95),rgba(5,5,5,.7) 38%,rgba(5,5,5,.22)),linear-gradient(180deg,rgba(5,5,5,.06),rgba(5,5,5,.94))}.hero-content{position:relative;width:min(100%,58rem)}.hero-logo{position:relative;justify-self:end;width:clamp(14rem,28vw,26rem);height:auto;filter:drop-shadow(0 1.25rem 2.5rem rgba(0,0,0,.55))}.eyebrow{margin:0 0 .85rem;color:var(--gold);font-size:clamp(.78rem,1.6vw,.9rem);font-weight:900;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:13ch;margin-bottom:1rem;font-size:clamp(3.1rem,9vw,7.8rem);line-height:.9;text-transform:uppercase;text-shadow:0 .25rem 2rem rgba(0,0,0,.9)}h1,h2{color:white;letter-spacing:0}h2{margin-bottom:0;font-size:clamp(2rem,5vw,4.6rem);line-height:.98}h3{color:white;font-size:1.1rem;line-height:1.2;letter-spacing:0}.hero-copy{max-width:44rem;color:#f3ead0;font-size:clamp(1rem,2vw,1.35rem);line-height:1.55}.hero-actions,.location-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.7rem}.button{min-height:3rem;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.78rem 1rem;border:1px solid var(--line);border-radius:999px;color:var(--cream);font-weight:900;white-space:nowrap;transition:transform .18s ease,border-color .18s ease,background .18s ease}.button svg{width:1.1rem;height:1.1rem;flex:0 0 auto}.button:hover{transform:translateY(-2px);border-color:rgba(244,187,0,.62)}.button.primary{border-color:rgba(244,187,0,.85);background:var(--gold);color:#1b1200}.button.compact,.button.secondary{background:rgba(5,5,5,.7)}.button.compact{min-height:2.75rem}.quick-info{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:var(--line)}.quick-info div{min-height:5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.7rem;padding:1rem;background:#0b0906;color:var(--cream);font-weight:850;text-align:center}.quick-info span{min-width:0}.quick-info svg{width:1.25rem;height:1.25rem;color:var(--gold);flex:0 0 auto}.section{padding:clamp(4rem,8vw,7.5rem) clamp(1rem,4vw,4rem)}.section-heading{width:min(100%,66rem);margin:0 auto 2rem}.section-heading.split{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem}.intro-section{background:linear-gradient(180deg,rgba(5,5,5,0),rgba(244,187,0,.06)),#050505}.feature-grid{width:min(100%,72rem);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.feature-card,.schedule-card{border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 1.5rem 4rem rgba(0,0,0,.24)}.feature-card{min-height:15rem;padding:1.2rem}.feature-card svg{width:2rem;height:2rem;margin-bottom:1.2rem;color:var(--gold)}.feature-card p{margin-bottom:0;color:var(--muted);line-height:1.55}.game-strip{width:min(100%,72rem);margin:1rem auto 0;display:flex;gap:.55rem;flex-wrap:wrap}.game-strip a,.game-strip span{display:inline-flex;min-height:2.2rem;align-items:center;padding:.45rem .7rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.04);color:#e9dcc0;font-size:.87rem;font-weight:800;transition:border-color .18s ease,color .18s ease,background .18s ease}.game-strip a:hover{border-color:var(--gold);background:rgba(244,187,0,.12);color:var(--gold-soft)}.event-section{background:#090806}.schedule-layout{width:min(100%,76rem);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(20rem,.95fr);align-items:flex-start;grid-gap:1.2rem;gap:1.2rem}.schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.schedule-card{padding:1rem;border-left-width:.35rem}.schedule-card h3{margin-bottom:.9rem}.schedule-card ul{display:grid;grid-gap:.55rem;gap:.55rem;padding:0;margin:0;list-style:none}.schedule-card li{display:grid;grid-template-columns:minmax(5.4rem,.8fr) minmax(5rem,.75fr) minmax(0,1fr);grid-gap:.6rem;gap:.6rem;align-items:baseline;padding-bottom:.55rem;border-bottom:1px solid rgba(255,255,255,.08)}.schedule-card li:last-child{border-bottom:0;padding-bottom:0}.schedule-card span{color:var(--muted);font-size:.9rem;font-weight:850}.schedule-card strong{color:var(--gold-soft);font-size:.95rem}.schedule-card em{color:white;font-style:normal;font-weight:850}.accent-amber{border-left-color:var(--gold)}.accent-violet{border-left-color:var(--violet)}.accent-blue{border-left-color:var(--blue)}.accent-orange{border-left-color:#ff970f}.accent-silver{border-left-color:#c9c9c9}.accent-red{border-left-color:var(--red)}.schedule-image{margin:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#0e0d0a}.schedule-image figcaption{padding:.8rem 1rem 1rem;color:var(--muted);font-size:.85rem}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:clamp(1rem,3vw,2rem);gap:clamp(1rem,3vw,2rem)}.gallery-item{margin:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#0e0d0a}.gallery-item img{width:100%;height:clamp(14rem,28vw,22rem);object-fit:cover}.gallery-item figcaption{padding:.8rem 1rem 1rem;color:var(--muted);font-size:.85rem}.hours-section{background:linear-gradient(90deg,rgba(244,187,0,.13),transparent 44%),var(--black)}.hours-board{width:min(100%,62rem);margin:0 auto;border-top:1px solid var(--line)}.hours-board div{display:grid;grid-template-columns:1fr auto;grid-gap:1rem;gap:1rem;align-items:center;min-height:5.2rem;border-bottom:1px solid var(--line)}.hours-board span{color:var(--muted);font-size:clamp(1.15rem,3vw,2rem);font-weight:900}.hours-board strong{color:white;font-size:clamp(1.1rem,3vw,2.1rem)}.cards-section{background:#0c0a07}.cards-panel{width:min(100%,66rem);margin:0 auto;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;grid-gap:1.5rem;gap:1.5rem;padding:1.25rem;border:1px solid var(--line);border-radius:8px;background:var(--panel-solid)}.cards-panel>div{display:flex;gap:.9rem}.cards-panel svg{width:1.45rem;height:1.45rem;color:var(--gold);flex:0 0 auto}.cards-panel p,.location-copy p{margin-bottom:0;color:var(--muted);line-height:1.6}.location-copy h2+p{margin-top:1.1rem}.cards-panel ol{margin:0;padding-left:1.25rem;color:#eee0bd;line-height:1.6}.cards-panel li+li{margin-top:.45rem}.location-section{display:grid;grid-template-columns:minmax(18rem,.8fr) minmax(0,1.2fr);align-items:flex-start;grid-gap:clamp(1.5rem,4vw,4rem);gap:clamp(1.5rem,4vw,4rem);background:linear-gradient(180deg,rgba(5,5,5,0),rgba(244,187,0,.08)),#050505}.location-copy{max-width:42rem;justify-self:flex-end}.finder{width:100%}.finder-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.75rem;gap:.75rem;margin-bottom:.75rem}.search-field{min-height:3rem;display:flex;align-items:center;gap:.65rem;padding:0 .9rem;border:1px solid var(--line);border-radius:8px;background:var(--panel-solid)}.search-field svg{width:1.1rem;height:1.1rem;color:var(--gold);flex:0 0 auto}.search-field input{width:100%;border:0;outline:0;background:transparent;color:white;font:inherit;font-weight:800}.search-field input::placeholder{color:rgba(207,197,165,.74)}.finder-status{margin-bottom:1rem;color:var(--muted);font-size:.92rem;line-height:1.45}.location-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.location-card{min-height:28rem;display:flex;flex-direction:column;gap:.85rem;padding:1.1rem;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,rgba(244,187,0,.12),transparent 48%),repeating-linear-gradient(45deg,rgba(255,255,255,.035) 0 1px,transparent 1px 18px),var(--panel-solid)}.location-card-top{display:flex;justify-content:space-between;gap:1rem}.location-card-top span,.location-card-top strong{min-height:2rem;display:inline-flex;align-items:center;padding:.34rem .62rem;border-radius:999px;font-size:.78rem;font-weight:900}.location-card-top span{background:var(--gold);color:#1b1200}.location-card-top strong{border:1px solid var(--line);color:var(--gold-soft)}.location-card>svg{width:2rem;height:2rem;color:var(--gold)}.location-card h3{margin-bottom:0;color:white;font-size:clamp(1.35rem,2.5vw,2rem)}.location-card p{display:flex;gap:.55rem;margin-bottom:0;color:var(--muted);line-height:1.45}.location-card p svg{width:1rem;height:1rem;margin-top:.15rem;color:var(--gold);flex:0 0 auto}.location-note{padding-top:.2rem;color:#efe2bd!important}.location-card .button{width:100%;margin-top:auto}.button:disabled{cursor:not-allowed;opacity:.6;transform:none}.site-footer{display:flex;justify-content:space-between;gap:1.5rem;padding:2rem clamp(1rem,4vw,4rem);border-top:1px solid var(--line);background:#040404}.site-footer>div:first-child{display:flex;align-items:center;gap:.75rem;color:var(--gold);font-weight:900;text-transform:uppercase}.site-footer img{width:4rem;height:auto}.site-footer p{margin:0}.footer-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.55rem}.footer-links a{display:inline-flex;align-items:center;gap:.42rem;min-height:2.25rem;padding:.42rem .65rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:var(--muted);font-size:.85rem;font-weight:850}.footer-links svg{width:.95rem;height:.95rem}.footer-links a:hover{color:white;border-color:var(--line)}@media (max-width:980px){.site-header{align-items:flex-start;flex-direction:column;gap:.7rem}nav{justify-content:flex-start}.cards-panel,.feature-grid,.gallery-grid,.location-section,.quick-info,.schedule-layout{grid-template-columns:1fr}.section-heading.split{align-items:flex-start;flex-direction:column}.location-copy{justify-self:flex-start}.finder-toolbar,.location-grid{grid-template-columns:1fr}}@media (max-width:680px){.brand{min-width:0;font-size:.88rem}.brand img{width:3.6rem}nav a{padding-inline:.68rem;font-size:.82rem}.hero{min-height:45rem;grid-template-columns:1fr}.hero-logo{order:-1;justify-self:start;width:clamp(11rem,45vw,16rem);margin-bottom:.5rem}.hero-media:after{background:linear-gradient(180deg,rgba(5,5,5,.5),rgba(5,5,5,.95) 68%),rgba(5,5,5,.42)}.hero-actions,.location-actions{flex-direction:column}.button{width:100%}.schedule-card li,.schedule-grid{grid-template-columns:1fr}.schedule-card li{gap:.15rem}.hours-board div{grid-template-columns:1fr;gap:.3rem;padding:1rem 0}.cards-panel{align-items:stretch}.site-footer{flex-direction:column}.footer-links{justify-content:flex-start}}.game-hero{border-left:4px solid var(--gold);background:linear-gradient(90deg,rgba(244,187,0,.1),transparent 55%),var(--black)}.game-hero h1{margin:.4rem 0 .6rem}.game-paragraph{width:min(100%,52rem);margin:0 0 1rem;color:var(--muted);font-size:clamp(1rem,1.6vw,1.12rem);line-height:1.7}.game-carry{list-style:none;margin:0;padding:0;display:grid;grid-gap:.75rem;gap:.75rem;width:min(100%,52rem)}.game-carry li{display:flex;align-items:flex-start;gap:.7rem;color:var(--cream)}.game-carry svg{flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.15rem;color:var(--gold)}.game-events{list-style:none;margin:0;padding:0;display:grid;grid-gap:.6rem;gap:.6rem;width:min(100%,52rem)}.game-events li{display:grid;grid-template-columns:auto 8rem auto 1fr;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.85rem 1rem;border:1px solid var(--line);border-left:4px solid var(--gold);border-radius:8px;background:var(--panel)}.game-events svg{width:1.15rem;height:1.15rem;color:var(--gold)}.game-event-day{font-weight:850;color:var(--cream)}.game-events strong{color:var(--gold-soft)}.game-events em{font-style:normal;color:var(--muted)}.game-cta{border-top:1px solid var(--line)}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));grid-gap:clamp(1rem,2.5vw,1.5rem);gap:clamp(1rem,2.5vw,1.5rem)}.game-tile{display:flex;flex-direction:column;gap:.5rem;padding:1.4rem 1.5rem;border:1px solid var(--line);border-left:4px solid var(--gold);border-radius:10px;background:var(--panel);transition:transform .18s ease,border-color .18s ease}.game-tile:hover{transform:translateY(-3px);border-color:var(--gold)}.game-tile h2{margin:0;font-size:1.25rem}.game-tile p{margin:0;color:var(--muted);flex-grow:1}.game-tile-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--gold);font-weight:800}.game-tile-link svg{width:1rem;height:1rem}@media (max-width:640px){.game-events li{grid-template-columns:auto 1fr;row-gap:.2rem}}