:root {
  --ink: #0d1726;
  --ink-soft: #17283c;
  --paper: #f5f8fb;
  --white: #ffffff;
  --muted: #64748b;
  --line: #d9e2ec;
  --sky: #68c4ea;
  --sky-deep: #1897ca;
  --sky-pale: #dff4ff;
  --gold: #f3c95f;
  --success: #207a4b;
  --danger: #b42318;
  --shadow: 0 18px 60px rgba(9, 25, 43, 0.12);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
  --header-h: 76px;
  --transition: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 18px); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.modal-open, body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: var(--white); color: var(--ink); padding: 12px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 500; min-height: var(--header-h); background: rgba(13, 23, 38, 0.94); border-bottom: 1px solid rgba(255, 255, 255, 0.08); backdrop-filter: blur(16px); transition: box-shadow var(--transition), background var(--transition); }
.site-header.is-scrolled { box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2); background: rgba(10, 19, 31, 0.98); }
.nav-wrap { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: 1.08rem; font-weight: 900; letter-spacing: -0.03em; white-space: nowrap; }
.brand > span:last-child > span { color: var(--sky); }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--ink); background: var(--sky); font-weight: 950; box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.08); }
.main-nav { position: fixed; inset: var(--header-h) 0 auto 0; display: grid; gap: 4px; padding: 18px 20px 26px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); transform: translateY(-125%); opacity: 0; visibility: hidden; transition: transform 240ms ease, opacity 200ms ease, visibility 200ms ease; }
.main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
.main-nav a:not(.btn) { color: #eaf2f8; padding: 12px 10px; border-radius: 10px; font-weight: 700; }
.main-nav a:not(.btn):hover { background: rgba(255,255,255,.06); color: var(--sky); }
.nav-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; border: 0; border-radius: 10px; background: rgba(255,255,255,.08); }
.nav-toggle span { width: 22px; height: 2px; background: var(--white); transition: transform var(--transition), opacity var(--transition); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; line-height: 1.1; transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition); }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--sky); color: #071421; box-shadow: 0 10px 28px rgba(40, 177, 229, .22); }
.btn-primary:hover { background: #83d6f5; box-shadow: 0 14px 34px rgba(40, 177, 229, .3); }
.btn-secondary { background: var(--white); color: var(--ink); }
.btn-secondary:hover { background: var(--sky-pale); }
.btn-outline { border-color: rgba(255,255,255,.4); color: var(--white); background: transparent; }
.btn-outline:hover { border-color: var(--sky); color: var(--sky); }

.hero { position: relative; min-height: calc(100svh - var(--header-h)); display: grid; align-items: center; color: var(--white); overflow: hidden; background: var(--ink); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,14,24,.94) 0%, rgba(5,14,24,.78) 48%, rgba(5,14,24,.28) 100%); }
.hero-content { position: relative; z-index: 2; padding-block: 88px 80px; }
.hero h1 { max-width: 850px; margin: 14px 0 20px; font-size: clamp(2.8rem, 8.5vw, 6.7rem); line-height: .92; letter-spacing: -.065em; text-wrap: balance; }
.hero-copy { max-width: 720px; margin: 0 0 28px; color: #dce8f2; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 28px; display: inline-flex; gap: 9px; align-items: center; padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(8,21,34,.52); color: #e8f4fb; font-size: .92rem; }
.eyebrow { margin: 0 0 10px; color: var(--sky); font-size: .8rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.dark { color: var(--sky-deep); }

.section { padding-block: 76px; }
.section-light { background: var(--paper); }
.section-dark { background: var(--ink); color: var(--white); }
.section-heading { margin-bottom: 34px; }
.section-heading.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading h2, .media-copy h2, .location-copy h2, .contact-copy h2, .final-cta h2 { margin: 0; font-size: clamp(2rem, 5vw, 4.25rem); line-height: 1; letter-spacing: -.05em; }
.section-heading > p:last-child { color: var(--muted); }
.light-copy > p:last-child { color: #c8d6e2; }
.split-heading { display: grid; gap: 16px; }
.heading-note { margin: 0; color: var(--muted); max-width: 560px; align-self: end; }

.events-grid { display: grid; gap: 16px; }
.event-card { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 26px rgba(18, 40, 63, .05); transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); }
.event-card:hover { transform: translateY(-5px); border-color: #b7dff2; box-shadow: var(--shadow); }
.event-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 14px; background: var(--sky-pale); color: var(--sky-deep); font-size: 1.25rem; }
.event-sport { margin: 0 0 5px; color: var(--sky-deep); font-weight: 900; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.event-card h3 { margin: 0 0 14px; font-size: 1.32rem; line-height: 1.15; }
.event-card > p:not(.event-sport) { color: var(--muted); }
.event-meta { display: grid; gap: 6px; padding: 13px 0; border-block: 1px solid #edf2f7; font-size: .92rem; }
.event-meta span { display: flex; gap: 8px; align-items: center; }
.event-meta i { color: var(--sky-deep); width: 16px; }
.text-link { margin-top: auto; display: inline-flex; gap: 8px; align-items: center; color: var(--sky-deep); font-weight: 850; }
.text-link i { transition: transform var(--transition); }
.text-link:hover i { transform: translateX(4px); }
.time-note, .broadcast-note { margin: 22px 0 0; color: var(--muted); font-size: .92rem; }

.media-split { display: grid; gap: 34px; align-items: center; }
.media-copy p { color: #ccd9e4; }
.section-light .media-copy p { color: var(--muted); }
.media-image { overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.media-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.portrait-image img { aspect-ratio: 4/5; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 11px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; color: #e7f0f7; }
.check-list i { margin-top: 6px; color: var(--sky); }

.feature-grid { display: grid; gap: 14px; }
.feature-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
.feature-card > i { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--sky-pale); color: var(--sky-deep); font-size: 1.1rem; }
.feature-card h3 { margin: 18px 0 8px; font-size: 1.15rem; }
.feature-card p { margin: 0; color: var(--muted); }

.sports-section { color: var(--white); background: radial-gradient(circle at 20% 15%, rgba(104,196,234,.15), transparent 32%), var(--ink-soft); }
.sports-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.sport-pill { min-height: 120px; display: grid; place-items: center; align-content: center; gap: 10px; padding: 20px; text-align: center; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-sm); background: rgba(255,255,255,.045); }
.sport-pill i { color: var(--sky); font-size: 1.55rem; }
.sport-pill span { font-weight: 850; }
.broadcast-note { color: #c6d3dd; text-align: center; }

.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); grid-auto-rows: 190px; gap: 12px; }
.gallery-item { margin: 0; overflow: hidden; border-radius: 18px; background: #dce7ee; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-large, .gallery-wide { grid-column: span 2; }
.gallery-large { grid-row: span 2; }

.steps-grid { display: grid; gap: 16px; counter-reset: steps; }
.step-card { position: relative; overflow: hidden; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.045); }
.step-card > i { color: var(--sky); font-size: 1.5rem; }
.step-card h3 { margin: 18px 0 8px; font-size: 1.25rem; }
.step-card p { margin: 0; color: #c7d5e0; }
.step-number { position: absolute; right: 18px; top: 4px; color: rgba(255,255,255,.07); font-size: 4.8rem; font-weight: 950; line-height: 1; }
.benefit-list { display: grid; gap: 11px; margin-top: 22px; }
.benefit-list > div { display: flex; gap: 12px; align-items: center; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); font-weight: 750; }
.benefit-list i { width: 24px; color: var(--sky-deep); }

.location-section { color: var(--white); background: #101f31; }
.location-grid { display: grid; gap: 28px; }
.location-intro { font-size: 1.13rem; }
.venue-details { margin: 0; display: grid; gap: 4px; }
.venue-details > div { display: grid; gap: 4px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.venue-details dt { font-weight: 850; }
.venue-details dt i { width: 26px; color: var(--sky); }
.venue-details dd { margin: 0; color: #c8d6e1; }
.small-copy { font-size: .9rem; color: #9fb0bf; }
.map-visual { position: relative; overflow: hidden; min-height: 430px; display: grid; place-items: center; align-content: center; text-align: center; border-radius: 26px; background: #dceaf1; color: var(--ink); box-shadow: var(--shadow); }
.map-visual > p { position: absolute; bottom: 14px; left: 16px; right: 16px; margin: 0; font-size: .78rem; color: #52677b; }
.map-grid-lines { position: absolute; inset: -20%; background-image: linear-gradient(rgba(30,83,112,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(30,83,112,.12) 1px, transparent 1px); background-size: 48px 48px; transform: rotate(-8deg); }
.map-pin { position: relative; z-index: 2; display: grid; gap: 4px; place-items: center; }
.map-pin i { font-size: 3.5rem; color: var(--sky-deep); filter: drop-shadow(0 8px 14px rgba(0,0,0,.15)); }
.map-pin span { font-weight: 950; font-size: 1.2rem; }
.map-pin small { color: #5c7080; }

.faq-layout { display: grid; gap: 30px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 20px 0; border: 0; background: transparent; color: var(--ink); text-align: left; font-size: 1.03rem; font-weight: 850; }
.faq-question i { color: var(--sky-deep); transition: transform var(--transition); }
.faq-question[aria-expanded="true"] i { transform: rotate(45deg); }
.faq-answer { padding: 0 34px 20px 0; color: var(--muted); }
.faq-answer p { margin: 0; }

.final-cta { padding-block: 56px; background: var(--sky); color: #071421; }
.final-cta-inner { display: grid; gap: 24px; align-items: center; }
.final-cta .eyebrow { color: #0b6084; }
.final-cta p { max-width: 760px; }
.final-cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.final-cta .btn-primary { background: var(--ink); color: var(--white); box-shadow: none; }
.final-cta .btn-outline { border-color: rgba(7,20,33,.4); color: var(--ink); }

.contact-section { background: #0d1726; color: var(--white); }
.contact-grid { display: grid; gap: 34px; }
.contact-copy > p { color: #c9d6e0; }
.contact-mini { display: flex; gap: 14px; align-items: center; margin-top: 18px; }
.contact-mini > i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: rgba(104,196,234,.11); color: var(--sky); }
.contact-mini span { display: grid; }
.contact-mini small { color: #96aabc; }
.contact-form { padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: #13243a; }
.form-grid { display: grid; gap: 15px; }
.field { display: grid; gap: 7px; }
.field label { font-weight: 800; font-size: .92rem; }
.field input, .field textarea { width: 100%; border: 1px solid #40546a; border-radius: 11px; background: #0f1d2e; color: var(--white); padding: 12px 13px; outline: none; transition: border-color var(--transition), box-shadow var(--transition); }
.field input:focus, .field textarea:focus { border-color: var(--sky); box-shadow: 0 0 0 3px rgba(104,196,234,.14); }
.field [aria-invalid="true"] { border-color: #f97066; }
.field-error { min-height: 1em; margin: 0; color: #ffb4ae; font-size: .8rem; }
.checkbox-field { display: flex; gap: 10px; align-items: flex-start; margin: 17px 0 0; }
.checkbox-field input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--sky-deep); }
.checkbox-field a { color: var(--sky); text-decoration: underline; }
.btn-submit { margin-top: 8px; }
.form-status { min-height: 1.5em; margin-top: 14px; font-weight: 750; }
.form-status.success { margin-top: 16px; padding: 14px 16px; border: 1px solid rgba(141,230,181,.35); border-radius: 12px; background: rgba(141,230,181,.09); color: #b9f3d1; }
.form-status.error { margin-top: 16px; padding: 14px 16px; border: 1px solid rgba(255,180,174,.32); border-radius: 12px; background: rgba(255,180,174,.08); color: #ffcbc7; }

.site-footer { padding-top: 58px; background: #07111d; color: #bac9d6; }
.footer-grid { display: grid; gap: 30px; }
.footer-brand p { max-width: 440px; }
.footer-title { margin: 0 0 12px; color: var(--white); font-size: .85rem; text-transform: uppercase; letter-spacing: .11em; }
.footer-links { display: grid; gap: 8px; }
.footer-links a:hover, .site-footer a:hover { color: var(--sky); }
.footer-disclaimer { color: #90a5b6; font-size: .88rem; }
.age-badge { color: #e7cf7a; }
.footer-bottom { display: flex; flex-direction: column; gap: 6px; margin-top: 36px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #8498aa; font-size: .84rem; }
.footer-bottom p { margin: 0; }

.legal-hero { padding-block: 70px 58px; background: #101f31; color: var(--white); }
.legal-hero h1 { max-width: 920px; margin: 8px 0 10px; font-size: clamp(2.5rem, 7vw, 5.4rem); line-height: .98; letter-spacing: -.055em; }
.legal-hero p:last-child { color: #bfd0dc; }
.responsible-hero { background: #142535; }
.legal-layout { display: grid; gap: 34px; }
.legal-aside { align-self: start; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 10px 32px rgba(18,40,63,.06); }
.legal-aside > p:first-child { margin-top: 0; }
.legal-content { min-width: 0; }
.legal-content h2 { margin: 34px 0 10px; font-size: 1.45rem; line-height: 1.2; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { margin: 0 0 14px; color: #41556a; }
.legal-content a { color: #087aa8; text-decoration: underline; }
.awareness-box > i { font-size: 2rem; color: var(--sky-deep); }
.awareness-box h2 { margin: 14px 0 8px; font-size: 1.22rem; }

.cookie-banner { position: fixed; z-index: 1100; left: 12px; right: 12px; bottom: 12px; padding: 18px; border: 1px solid #34495f; border-radius: 18px; background: #0c1827; color: var(--white); box-shadow: 0 24px 70px rgba(0,0,0,.32); }
.cookie-banner[hidden] { display: none; }
.cookie-banner-inner { display: grid; gap: 15px; }
.cookie-banner p { margin: 0; color: #c9d7e1; font-size: .92rem; }
.cookie-banner a { color: var(--sky); text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-actions .btn { min-height: 42px; padding: 10px 15px; font-size: .86rem; }
.cookie-actions .btn-ghost { background: transparent; border-color: #51677c; color: var(--white); }

.modal-backdrop { position: fixed; z-index: 1200; inset: 0; display: grid; place-items: center; padding: 18px; background: rgba(3,10,18,.72); backdrop-filter: blur(4px); }
.modal-backdrop[hidden] { display: none; }
.cookie-modal { width: min(100%, 640px); max-height: min(86svh, 760px); overflow-y: auto; border-radius: 22px; background: var(--white); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.modal-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 22px 22px 0; }
.modal-head h2 { margin: 0; font-size: 1.65rem; }
.modal-close { width: 42px; height: 42px; border: 0; border-radius: 50%; background: #eef3f7; color: var(--ink); }
.modal-body { padding: 18px 22px 22px; }
.cookie-category { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cookie-category h3 { margin: 0 0 3px; font-size: 1rem; }
.cookie-category p { margin: 0; color: var(--muted); font-size: .88rem; }
.switch { position: relative; width: 50px; height: 28px; }
.switch input { position: absolute; opacity: 0; pointer-events: none; }
.switch-track { position: absolute; inset: 0; border-radius: 999px; background: #aab7c3; transition: background var(--transition); }
.switch-track::after { content: ""; position: absolute; width: 22px; height: 22px; left: 3px; top: 3px; border-radius: 50%; background: var(--white); box-shadow: 0 2px 7px rgba(0,0,0,.22); transition: transform var(--transition); }
.switch input:checked + .switch-track { background: var(--sky-deep); }
.switch input:checked + .switch-track::after { transform: translateX(22px); }
.switch input:focus-visible + .switch-track { outline: 3px solid var(--gold); outline-offset: 3px; }
.switch input:disabled + .switch-track { background: #4f8f6d; opacity: .75; }
.modal-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; margin-top: 20px; }
.modal-actions .btn-light { border-color: var(--line); background: #eef3f7; color: var(--ink); }

.age-gate { position: fixed; z-index: 1500; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(5,13,22,.98); }
.age-gate[hidden] { display: none; }
.age-card { width: min(100%, 560px); padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: #102036; color: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.42); text-align: center; }
.age-icon { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: var(--sky); color: var(--ink); font-size: 1.6rem; font-weight: 950; }
.age-card h2 { margin: 0 0 12px; font-size: clamp(1.8rem, 6vw, 2.7rem); line-height: 1.05; }
.age-card p { color: #c6d6e2; }
.age-actions { display: grid; gap: 10px; margin-top: 22px; }
.age-exit { border: 1px solid #52687f; background: transparent; color: var(--white); }
.age-restricted { padding-top: 8px; }
.age-restricted h2 { color: var(--white); }

@media (min-width: 620px) {
  .section { padding-block: 92px; }
  .events-grid, .feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sports-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .steps-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .form-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .field.full { grid-column: 1 / -1; }
  .contact-form { padding: 28px; }
  .age-actions { grid-template-columns: 1fr 1fr; }
  .cookie-banner { left: 20px; right: 20px; bottom: 20px; padding: 20px; }
  .cookie-banner-inner { grid-template-columns: 1fr auto; align-items: center; }
  .gallery-grid { grid-auto-rows: 240px; }
}

@media (min-width: 860px) {
  :root { --header-h: 82px; }
  body.nav-open { overflow: auto; }
  .nav-toggle { display: none; }
  .main-nav { position: static; display: flex; align-items: center; gap: 2px; padding: 0; background: transparent; border: 0; transform: none; opacity: 1; visibility: visible; }
  .main-nav a:not(.btn) { padding: 10px 8px; font-size: .82rem; }
  .nav-cta { margin-left: 6px; padding-inline: 15px; min-height: 42px; font-size: .82rem; }
  .split-heading { grid-template-columns: 1fr minmax(320px, .7fr); align-items: end; }
  .media-split { grid-template-columns: 1fr 1fr; gap: 60px; }
  .media-split.reverse .media-copy { order: 2; }
  .media-split.reverse .media-image { order: 1; }
  .gallery-grid { grid-template-columns: repeat(4, minmax(0,1fr)); grid-auto-rows: 220px; }
  .gallery-large { grid-column: span 2; grid-row: span 2; }
  .gallery-wide { grid-column: span 2; }
  .location-grid { grid-template-columns: .95fr 1.05fr; gap: 58px; align-items: stretch; }
  .faq-layout { grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
  .final-cta-inner { grid-template-columns: 1fr auto; }
  .contact-grid { grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
  .footer-grid { grid-template-columns: 1.45fr repeat(4, 1fr); gap: 28px; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
  .legal-layout { grid-template-columns: 280px minmax(0,1fr); gap: 62px; }
  .legal-aside { position: sticky; top: 110px; }
}

@media (min-width: 1100px) {
  .main-nav { gap: 6px; }
  .main-nav a:not(.btn) { font-size: .88rem; padding-inline: 9px; }
  .nav-cta { font-size: .88rem; padding-inline: 18px; }
  .events-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .feature-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .hero-content { padding-block: 100px 92px; }
}

@media (max-width: 420px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .hero-actions .btn, .final-cta-actions .btn, .cookie-actions .btn { width: 100%; }
  .sports-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery-large, .gallery-wide { grid-column: span 1; grid-row: span 1; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .modal-actions { display: grid; }
  .modal-actions .btn { width: 100%; }
  .age-card { padding: 24px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.map-visual {
  position: relative;
  width: 100%;
  min-height: 430px;
  overflow: hidden;
  border-radius: 26px;
  background: #dceaf1;
  box-shadow: var(--shadow);
  display: block;
}

.map-visual iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 767px) {
  .map-visual {
    min-height: 360px;
  }
}