:root {
  --green: #173f35;
  --green-deep: #0c2b24;
  --orange: #ed6b2d;
  --yellow: #f5b942;
  --cream: #faf5ea;
  --paper: #fffdf7;
  --charcoal: #20211f;
  --muted: #64655f;
  --line: rgba(32, 33, 31, .16);
  --display: "Bebas Neue", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --shadow: 0 22px 70px rgba(15, 35, 29, .16);
  --radius: 1.25rem;
  --header-h: 5rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body { margin: 0; background: var(--cream); color: var(--charcoal); font-family: var(--body); line-height: 1.6; overflow-x: hidden; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, summary { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 6px var(--charcoal); }
.container { width: min(100% - 2rem, 76rem); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 9rem) 0; scroll-margin-top: var(--header-h); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: .75rem; left: .75rem; padding: .8rem 1rem; background: var(--yellow); color: var(--charcoal); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; line-height: .9; letter-spacing: .015em; text-transform: uppercase; }
h2 { margin-bottom: 1.5rem; font-size: clamp(3.5rem, 9vw, 7.5rem); }
h3 { line-height: 1.2; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin-bottom: 1rem; color: var(--green); font-size: .73rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 2.4rem; height: 2px; background: var(--orange); }
.eyebrow.light { color: var(--yellow); }
.lead { font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; gap: .75rem; padding: .85rem 1.25rem; border: 2px solid var(--orange); border-radius: 999px; background: var(--orange); color: var(--green-deep); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); background: #f08049; }
.button-ghost { border-color: rgba(255,255,255,.7); background: transparent; color: #fff; }
.button-ghost:hover { background: #fff; color: var(--green-deep); }
.button-light { border-color: var(--yellow); background: var(--yellow); color: var(--green-deep); }
.button-light:hover { background: #fff2b3; }
.button-small { min-height: 2.75rem; padding: .6rem 1rem; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: var(--header-h); color: #fff; transition: background .25s, box-shadow .25s; }
.site-header.scrolled, .site-header.menu-active { background: rgba(12,43,36,.97); box-shadow: 0 8px 30px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; line-height: 1.1; }
.brand-logo { width: 3.5rem; height: 3rem; object-fit: contain; }
.brand strong { display: block; font-family: var(--display); font-size: 1.35rem; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; }
.brand small { display: block; opacity: .72; font-size: .58rem; }
.nav-toggle { display: grid; width: 3rem; height: 3rem; place-content: center; gap: 5px; border: 0; border-radius: 50%; background: var(--yellow); cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 1.25rem; height: 2px; background: var(--green-deep); transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
.nav-menu { position: fixed; z-index: -1; inset: var(--header-h) 0 0; display: flex; flex-direction: column; gap: .2rem; padding: 2rem 1rem; overflow-y: auto; overscroll-behavior: contain; background: var(--green-deep); opacity: 0; visibility: hidden; transform: translateX(100%); transition: transform .25s, opacity .25s, visibility .25s; }
.nav-menu.open { opacity: 1; visibility: visible; transform: none; }
.nav-menu > a:not(.button) { min-height: 3.25rem; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 1.1rem; font-weight: 700; text-decoration: none; }
.nav-menu .button { margin-top: 1rem; }

.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: calc(var(--header-h) + 1rem) 0 1rem; overflow: hidden; color: #fff; background: var(--green-deep); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(7,26,21,.93) 0%, rgba(7,26,21,.66) 58%, rgba(7,26,21,.36)), linear-gradient(0deg, rgba(7,26,21,.76), transparent 50%); }
.hero-shape { position: absolute; width: 28rem; height: 28rem; right: -12rem; top: 15%; border: 4rem solid rgba(245,185,66,.12); border-radius: 50%; }
.hero-content { position: relative; z-index: 1; }
.kicker { margin-bottom: .55rem; font-weight: 600; }
.hero h1 { max-width: 10ch; margin-bottom: .5rem; font-size: clamp(4.3rem, 16vw, 10rem); }
.hero h1 span { color: var(--yellow); }
.hero-tagline { margin-bottom: 1.2rem; color: var(--yellow); font-size: clamp(1.15rem, 3vw, 1.6rem); font-weight: 700; }
.hero-meta { display: flex; max-width: 48rem; flex-wrap: wrap; gap: .5rem 1.3rem; margin-bottom: 1.5rem; font-size: .86rem; font-weight: 700; }
.hero-meta span { display: flex; align-items: center; gap: .4rem; }
.hero-meta span::before { content: ""; width: .42rem; height: .42rem; border-radius: 50%; background: var(--orange); }
.countdown-wrap { position: relative; z-index: 1; margin-top: 1.5rem; text-align: center; }
.countdown-label { margin-bottom: .75rem; color: var(--yellow); font-size: clamp(.78rem, 2.5vw, 1rem); font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.countdown { display: grid; width: 100%; max-width: 72rem; margin-inline: auto; overflow: hidden; grid-template-columns: repeat(4, minmax(0,1fr)); border: 2px solid rgba(245,185,66,.72); border-radius: var(--radius); background: rgba(7,26,21,.72); box-shadow: 0 1.5rem 4rem rgba(0,0,0,.38); backdrop-filter: blur(18px); }
.countdown div { padding: clamp(.75rem, 2vw, 1.1rem) .3rem; text-align: center; }
.countdown div:not(:last-child) { border-right: 1px solid rgba(255,255,255,.18); }
.countdown strong { display: block; font-family: var(--display); font-size: clamp(2.5rem, 10vw, 4.5rem); font-variant-numeric: tabular-nums; font-weight: 400; line-height: .9; }
.countdown span { font-size: clamp(.56rem, 1.8vw, .8rem); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.countdown-message { display: flex; width: 100%; min-height: 6.5rem; max-width: 72rem; align-items: center; justify-content: center; margin: 0 auto; padding: 1.25rem; border: 2px solid var(--yellow); border-radius: var(--radius); background: rgba(7,26,21,.72); box-shadow: 0 1.5rem 4rem rgba(0,0,0,.38); color: var(--yellow); font-family: var(--display); font-size: clamp(2.4rem, 7vw, 4.2rem); line-height: .95; text-align: center; backdrop-filter: blur(18px); }
.countdown-message[hidden] { display: none; }

.official-flyer { position: relative; overflow: hidden; background: linear-gradient(135deg, #351b4e 0%, #6f2568 52%, #a82464 100%); color: #fff; }
.official-flyer::before { content: ""; position: absolute; width: 34rem; height: 34rem; left: -18rem; bottom: -22rem; border: 5rem solid rgba(245,185,66,.12); border-radius: 50%; }
.official-flyer-accent { position: absolute; inset: 0; background: radial-gradient(circle at 78% 20%, rgba(245,185,66,.17), transparent 24%), linear-gradient(115deg, transparent 55%, rgba(255,255,255,.06)); pointer-events: none; }
.official-flyer-layout { position: relative; display: grid; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.official-flyer-copy { max-width: 39rem; }
.official-flyer h2 { color: var(--yellow); }
.official-flyer .lead { max-width: 36rem; margin-bottom: 2rem; }
.official-flyer-visual { width: min(100%, 34rem); margin-inline: auto; text-align: center; }
.official-flyer-poster { position: relative; width: 100%; overflow: hidden; padding: 0; border: .55rem solid #fff; background: #fff; box-shadow: 0 2rem 5rem rgba(20,4,27,.42); cursor: zoom-in; transform: rotate(1deg); transition: transform .25s, box-shadow .25s; }
.official-flyer-poster::after { content: "View full size"; position: absolute; right: .75rem; bottom: .75rem; padding: .45rem .65rem; border-radius: 999px; background: rgba(12,43,36,.92); color: #fff; font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.official-flyer-poster:hover { transform: rotate(0) translateY(-.3rem); box-shadow: 0 2.4rem 5.5rem rgba(20,4,27,.52); }
.official-flyer-poster img { width: 100%; height: auto; }
.official-flyer-poster > span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.official-flyer-hint { margin: 1rem 0 0; color: rgba(255,255,255,.82); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.split { display: grid; gap: 3rem; align-items: center; }
.media-frame { position: relative; box-shadow: var(--shadow); }
.media-frame img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.media-frame::after { content: ""; position: absolute; z-index: -1; width: 55%; height: 55%; right: -1rem; bottom: -1rem; background: var(--yellow); }
.tape { position: absolute; right: -1rem; top: 1rem; padding: .5rem .8rem; background: var(--orange); color: #fff; font-family: var(--display); font-size: 1.4rem; letter-spacing: .04em; text-transform: uppercase; transform: rotate(4deg); }
.tag-list, .word-cloud { display: flex; flex-wrap: wrap; gap: .55rem; padding: 0; list-style: none; }
.tag-list li { padding: .55rem .75rem; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-size: .78rem; font-weight: 700; }
.facts { background: var(--paper); }
.facts-grid { display: grid; gap: .8rem; }
.fact-card { min-height: 10.5rem; padding: 1.1rem 1.1rem 1.25rem; border: 1px solid var(--line); background: var(--cream); }
.fact-card > span { color: var(--orange); font-family: var(--display); font-size: 1.45rem; }
.fact-card h3 { margin: 1.5rem 0 .4rem; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.fact-card p { margin: 0; font-size: .96rem; font-weight: 700; line-height: 1.45; }
.fact-card.featured { background: var(--yellow); transform: rotate(-1.5deg); }

.programme { position: relative; background: var(--green-deep); color: #fff; }
.programme h2 { color: var(--yellow); }
.programme-grid { display: grid; gap: 1.25rem; }
.day-card { overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.05); }
.day-card header { padding: 1.25rem; background: var(--orange); color: var(--green-deep); }
.day-card header p { margin: 0; font-family: var(--display); font-size: 2.7rem; line-height: 1; text-transform: uppercase; }
.day-card header h3 { margin: .25rem 0 0; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { display: grid; min-height: 5.2rem; grid-template-columns: 4.6rem 2rem 1fr; gap: .6rem; align-items: center; padding: .9rem 1rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.timeline time { color: var(--yellow); font-size: .75rem; font-weight: 800; }
.timeline strong { font-size: .9rem; }
.activity-icon { font-size: 1.15rem; text-align: center; }
.activity-grid { display: grid; gap: .8rem; }
.activity-card { min-height: 15rem; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.3rem; border: 1px solid var(--line); background: var(--paper); transition: transform .2s, box-shadow .2s; }
.activity-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.activity-card > span { margin-bottom: auto; color: var(--orange); font-size: 2rem; }
.activity-card h3 { margin: 1.5rem 0 .4rem; font-family: var(--display); font-size: 2rem; font-weight: 400; text-transform: uppercase; }
.activity-card p { margin: 0; color: var(--muted); font-size: .87rem; }
.expect { background: #efe8d9; }
.word-cloud li { padding: .45rem 0; color: var(--green); font-family: var(--display); font-size: clamp(1.9rem, 4vw, 3.2rem); line-height: 1; text-transform: uppercase; }
.word-cloud li:not(:last-child)::after { content: " ·"; color: var(--orange); }

.venue { background: var(--green); color: #fff; }
.venue-layout { display: grid; box-shadow: var(--shadow); }
.venue-media { position: relative; min-height: 22rem; overflow: hidden; background: var(--green-deep); }
.venue-slides { position: absolute; inset: 0; }
.venue-slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transition: opacity .45s ease, visibility .45s ease; }
.venue-slide.is-active { opacity: 1; visibility: visible; }
.venue-slide img { width: 100%; height: 100%; object-fit: cover; }
.venue-carousel-button { position: absolute; z-index: 2; display: grid; width: 2.75rem; height: 2.75rem; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(12,43,36,.86); color: #fff; cursor: pointer; }
.venue-carousel-prev, .venue-carousel-next { top: 50%; transform: translateY(-50%); }
.venue-carousel-prev { left: .75rem; }
.venue-carousel-next { right: .75rem; }
.venue-carousel-pause { left: .75rem; bottom: .75rem; font-size: .8rem; }
.venue-carousel-dots { position: absolute; z-index: 2; right: .75rem; bottom: .75rem; display: flex; align-items: center; gap: .45rem; padding: .55rem .65rem; border-radius: 999px; background: rgba(12,43,36,.86); }
.venue-carousel-dots button { width: .7rem; height: .7rem; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; cursor: pointer; }
.venue-carousel-dots button[aria-current="true"] { background: var(--yellow); border-color: var(--yellow); }
.venue-copy { padding: clamp(1.5rem,4vw,4rem); background: var(--green-deep); }
.venue-copy h2 { color: var(--yellow); }
.venue-copy address { margin-bottom: 1.25rem; color: var(--yellow); font-style: normal; font-weight: 700; }
.stay-grid { display: grid; margin-top: 1rem; gap: 1px; background: rgba(255,255,255,.15); }
.stay-grid article { padding: 1.25rem; background: var(--green); }
.stay-grid span { color: var(--yellow); font-size: 1.6rem; }
.stay-grid h3 { margin: .7rem 0 .25rem; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.stay-grid p { margin: 0; }
.packing { background: var(--paper); }
.bedding-note { display: inline-block; padding: .8rem 1rem; background: var(--yellow); font-weight: 800; transform: rotate(-1deg); }
.packing-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.packing-list li { position: relative; padding: .8rem .5rem .8rem 1.7rem; border-bottom: 1px solid var(--line); font-size: .85rem; font-weight: 600; }
.packing-list li::before { content: "✓"; position: absolute; left: .2rem; color: var(--orange); font-weight: 800; }
.gallery { background: var(--cream); }
.section-intro { max-width: 42rem; margin-bottom: 2rem; }
.gallery-grid { display: grid; gap: .7rem; }
.gallery-item { position: relative; overflow: hidden; min-height: 0; aspect-ratio: 3/4; padding: 0; border: 0; background: var(--green); cursor: zoom-in; }
.gallery-item--wide { aspect-ratio: 16/9; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery-item span { position: absolute; inset: auto .5rem .5rem; padding: .4rem .55rem; background: rgba(12,43,36,.9); color: #fff; font-size: .62rem; font-weight: 700; }
.gallery-item:hover img { transform: scale(1.04); }
.flyers { background: #efe8d9; }
.flyer-notice { max-width: 50rem; margin: 0 0 2rem; padding: 1rem 1.1rem; border-left: .35rem solid var(--orange); background: var(--cream); }
.flyer-grid { display: grid; max-width: 62rem; gap: 1.25rem; align-items: stretch; }
.flyer-item { position: relative; isolation: isolate; display: grid; height: 100%; grid-template-rows: auto minmax(3.75rem, auto); overflow: hidden; padding: 0; border: 1px solid var(--line); background: var(--cream); box-shadow: var(--shadow); cursor: zoom-in; text-align: left; }
.flyer-item::before { content: ""; position: absolute; z-index: 0; inset: 0 0 auto; aspect-ratio: 4/3; background: var(--flyer-image) center / cover no-repeat; filter: blur(10px) saturate(1.05) brightness(.85); opacity: 1; transform: scale(1.06); }
.flyer-item img { position: relative; z-index: 1; width: 100%; height: auto; aspect-ratio: 4/3; object-fit: contain; background: transparent; }
.flyer-item span { position: relative; z-index: 2; display: flex; min-height: 3.75rem; align-items: center; padding: .9rem 1rem; background: var(--cream); font-size: .78rem; font-weight: 800; }
.faqs { background: var(--paper); }
.faq-layout { display: grid; gap: 2.5rem; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; min-height: 4rem; display: flex; align-items: center; padding: 1rem 3rem 1rem 0; font-weight: 800; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .5rem; color: var(--orange); font-family: var(--display); font-size: 2rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { padding: 0 2rem 1.2rem 0; color: var(--muted); }
.contact-band { padding: 5rem 0; background: var(--orange); color: var(--green-deep); }
.contact-band .eyebrow { color: var(--green-deep); }
.contact-band h2 { margin-bottom: .7rem; }
.contact-placeholders { display: flex; flex-wrap: wrap; gap: .6rem; }
.contact-placeholders span { padding: .55rem .75rem; border: 1px solid rgba(255,255,255,.45); font-size: .75rem; }
.registration { background: var(--cream); }
.register-panel { display: grid; gap: 2rem; padding: clamp(1.5rem,5vw,4rem); background: var(--green-deep); color: #fff; box-shadow: var(--shadow); }
.register-panel h2 { color: var(--yellow); }
.price-lockup { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.price-lockup small { font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.price-lockup strong { font-family: var(--display); font-size: clamp(4rem,10vw,7rem); font-weight: 400; line-height: 1; }
.price-lockup > span { margin-bottom: .75rem; }
.registration-status { min-height: 1.5rem; margin: 0; color: var(--yellow); font-weight: 700; }
.payment-info { max-width: 50rem; padding-top: 2rem; }
.payment-info h3 { font-family: var(--display); font-size: 2rem; font-weight: 400; text-transform: uppercase; }
.site-footer { padding: 5rem 0 1.5rem; background: #081f1a; color: #fff; }
.footer-grid { display: grid; gap: 2.5rem; }
.footer-grid h2 { color: var(--yellow); font-size: 3.5rem; }
.footer-grid h3 { color: var(--yellow); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a { display: flex; width: fit-content; min-height: 2.75rem; align-items: center; text-decoration: none; }
.footer-logo { width: min(100%, 18rem); height: auto; margin-bottom: 1rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .72rem; }
.footer-bottom a { color: var(--yellow); }

.lightbox { position: fixed; z-index: 2000; inset: 0; display: grid; grid-template-columns: 3rem minmax(0,1fr) 3rem; align-items: center; padding: 4.5rem .5rem 1rem; background: rgba(4,18,15,.96); color: #fff; }
.lightbox[hidden] { display: none; }
.lightbox figure { max-width: 70rem; max-height: 82vh; margin: auto; text-align: center; }
.lightbox figure img { max-height: 72vh; margin: auto; object-fit: contain; }
.lightbox figcaption { margin-top: .8rem; font-weight: 700; }
.lightbox button { display: grid; width: 2.8rem; height: 2.8rem; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(12,43,36,.9); color: #fff; cursor: pointer; }
.lightbox-close { position: absolute; top: max(1rem, env(safe-area-inset-top)); right: max(1rem, env(safe-area-inset-right)); font-size: 1.6rem; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(1.75rem); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.in-view { opacity: 1; transform: none; }

html:not(.js) .site-header { position: static; height: auto; background: var(--green-deep); }
html:not(.js) .nav { min-height: var(--header-h); flex-wrap: wrap; padding-block: .75rem; }
html:not(.js) .nav-toggle { display: none; }
html:not(.js) .nav-menu { position: static; z-index: auto; width: 100%; flex-direction: row; flex-wrap: wrap; padding: 1rem 0 0; overflow: visible; background: transparent; opacity: 1; visibility: visible; transform: none; }
html:not(.js) .nav-menu > a:not(.button) { width: auto; padding-inline: .6rem; border: 1px solid rgba(255,255,255,.18); }
html:not(.js) .nav-menu .button { margin-top: 0; }
html:not(.js) .venue-carousel-button, html:not(.js) .venue-carousel-dots { display: none; }

@media (min-width: 40rem) {
  .container { width: min(100% - 3rem, 76rem); }
  .facts-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .activity-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .stay-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gallery-item--wide { grid-column: 1 / -1; }
  .flyer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
}

@media (min-width: 48rem) {
  .split { grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(3rem,7vw,7rem); }
  .official-flyer-layout { grid-template-columns: minmax(0,1fr) minmax(18rem,.72fr); }
  .reverse .section-copy { order: -1; }
  .programme-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .facts-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .activity-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .venue-layout { grid-template-columns: 1.3fr 1fr; }
  .stay-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .faq-layout { grid-template-columns: .8fr 1.2fr; }
  .register-panel { grid-template-columns: 1.2fr .8fr; align-items: center; }
  .lightbox { grid-template-columns: 4rem minmax(0,1fr) 4rem; padding-inline: 1.5rem; }
}

@media (min-width: 64rem) {
  :root { --header-h: 5.5rem; }
  .nav-toggle { display: none; }
  .nav-menu { position: static; z-index: auto; display: flex; flex-direction: row; align-items: center; gap: 1.2rem; padding: 0; background: transparent; opacity: 1; visibility: visible; transform: none; }
  .nav-menu > a:not(.button) { min-height: 2.75rem; border: 0; font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
  .nav-menu > a:not(.button):hover { color: var(--yellow); }
  .nav-menu .button { margin-top: 0; }
  .hero { padding: calc(var(--header-h) + 1rem) 0 10.5rem; }
  .hero h1 { font-size: clamp(7rem, 10vw, 10rem); }
  .countdown-wrap { position: absolute; left: 50%; bottom: 1.25rem; width: min(calc(100% - 4rem), 72rem); margin: 0; transform: translateX(-50%); }
  .facts-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .fact-card { min-height: 12rem; }
  .packing-list { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

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

@media (forced-colors: active) {
  .button, .nav-toggle, .fact-card, .activity-card, .flyer-item, .venue-carousel-button, .venue-carousel-dots button { border: 2px solid ButtonText; }
  .flyer-item::before { display: none; }
}
