:root {
  --black: #080808;
  --coal: #111214;
  --graphite: #1b1c1f;
  --silver: #aeb1b5;
  --silver-light: #d9dade;
  --brand-yellow: #ffba08;
  --brand-gold: #f59e0b;
  --brand-soft: #ffd15c;
  --brand-deep: #805600;
  --white: #f6f6f4;
  --paper: #f1eee7;
  --line: rgba(255, 255, 255, 0.16);
  --display: "Oswald", "Arial Narrow", sans-serif;
  --body: "Inter", Arial, sans-serif;
  --header-height: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; color: var(--black); background: var(--paper); font-family: var(--body); line-height: 1.5; overflow-x: hidden; }
body.modal-open, body.menu-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { color: var(--black); background: var(--brand-yellow); }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.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: 999; top: 10px; left: 10px; padding: 12px 18px; color: #000; background: #fff; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-width: 0; padding: 0 max(clamp(20px, 4vw, 68px), env(safe-area-inset-left)); color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .35s, height .35s, backdrop-filter .35s; }
.site-header.scrolled { height: 68px; background: rgba(8,8,8,.9); backdrop-filter: blur(16px); }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; width: clamp(102px, 7.4vw, 116px); height: auto; aspect-ratio: 882 / 559; overflow: hidden; border-radius: 3px; line-height: 0; transition: width .3s ease, transform .25s ease; }
.brand:hover { transform: translateY(-1px); }
.brand img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
.site-header.scrolled .brand { width: 98px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 2.7vw, 42px); font-size: 13px; font-weight: 600; letter-spacing: .01em; }
.desktop-nav a { position: relative; padding: 9px 0; opacity: .68; transition: opacity .2s; }
.desktop-nav a::after { position: absolute; content: ""; bottom: 0; left: 0; width: 100%; height: 2px; background: var(--brand-yellow); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover, .desktop-nav a.active { opacity: 1; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; min-height: 44px; display: inline-flex; align-items: center; padding: 0 20px; color: var(--brand-yellow); border: 1px solid var(--brand-yellow); font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: .045em; text-transform: uppercase; transition: color .2s, background .2s; }
.header-cta:hover { color: #000; background: var(--brand-yellow); }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 720px; height: max(100svh, 720px); display: flex; align-items: center; isolation: isolate; overflow: hidden; padding: var(--header-height) clamp(20px, 8vw, 132px) 84px; color: #fff; background: #090a0b url("assets/rodox-hero.png") center/cover no-repeat; }
.hero::before { position: absolute; z-index: -1; content: ""; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.56) 40%, rgba(0,0,0,.05) 73%), linear-gradient(0deg, rgba(0,0,0,.65), transparent 42%); }
.hero-noise { position: absolute; z-index: -1; inset: 0; opacity: .08; pointer-events: none; background: repeating-linear-gradient(115deg, transparent 0 5px, rgba(255,255,255,.07) 6px, transparent 7px 13px); mix-blend-mode: soft-light; }
.hero-content { width: min(780px, 56vw); margin-top: 58px; }
.eyebrow, .section-kicker { margin: 0 0 18px; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--brand-soft); }
.eyebrow span { display: inline-block; width: 36px; height: 1px; background: currentColor; }
.hero h1 { max-width: 780px; margin: 0; overflow-wrap: normal; text-wrap: balance; font-family: var(--display); font-size: clamp(58px, 6.2vw, 96px); font-weight: 700; line-height: .94; letter-spacing: -.026em; text-transform: uppercase; }
.hero h1 em { color: var(--brand-yellow); -webkit-text-stroke: 0; font-style: normal; text-shadow: 0 8px 34px rgba(255,186,8,.16); }
.hero-copy { max-width: 570px; margin: 26px 0; color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; cursor: pointer; font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: .035em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.button-light { color: #000; background: var(--brand-yellow); }
.button-light:hover { color: #000; background: var(--brand-soft); }
.button-dark { color: #fff; background: #111; }
.play-button { display: flex; align-items: center; gap: 10px; padding: 10px 0; color: #fff; background: none; border: 0; cursor: pointer; font-size: 11px; font-weight: 600; }
.play-button span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--brand-yellow); border: 1px solid rgba(255,186,8,.75); border-radius: 50%; font-size: 9px; transition: color .2s, background .2s; }
.play-button:hover span { color: #000; background: var(--brand-yellow); }
.hero-stats { position: absolute; right: clamp(20px, 5vw, 80px); bottom: 44px; display: flex; gap: clamp(28px, 4vw, 62px); }
.hero-stats div { display: flex; gap: 11px; align-items: flex-end; }
.hero-stats strong { color: var(--brand-yellow); font-family: var(--display); font-size: 31px; line-height: .9; }
.hero-stats span { color: rgba(255,255,255,.55); font-size: 8px; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }
.scroll-cue { position: absolute; left: 28px; bottom: 38px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue span { width: 34px; height: 1px; background: currentColor; }

.region-section, .featured-section, .events-section { padding: 96px clamp(20px, 7vw, 112px); }
.region-section { background: var(--paper); }
.section-intro { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; }
.section-kicker { margin-bottom: 10px; color: var(--brand-deep); }
h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 4.3vw, 66px); font-weight: 700; line-height: 1; letter-spacing: -.025em; text-transform: uppercase; }
h2 em { color: var(--brand-gold); font-style: normal; font-weight: 600; }
.region-scroller-wrap { position: relative; }
.region-scroller { display: flex; gap: 10px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: x proximity; padding: 5px 0 12px; }
.region-scroller::-webkit-scrollbar { display: none; }
.region-chip { position: relative; flex: 0 0 210px; scroll-snap-align: start; height: 100px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; align-items: end; padding: 16px; color: #181818; background: transparent; border: 1px solid #c9c9c7; cursor: pointer; text-align: left; font-family: var(--display); font-size: 22px; font-weight: 700; text-transform: uppercase; transition: color .25s, background .25s, transform .25s; }
.region-chip:hover { transform: translateY(-3px); }
.region-chip span { align-self: start; color: #898989; font-family: var(--body); font-size: 8px; letter-spacing: .14em; }
.region-chip b { align-self: start; justify-self: end; color: #888; font-family: var(--body); font-size: 9px; font-weight: 500; }
.region-chip.active { color: #fff; background: #111; border-color: var(--brand-yellow); box-shadow: inset 0 -4px 0 var(--brand-yellow); }
.region-chip.active::after { position: absolute; content: "→"; right: 16px; bottom: 15px; color: var(--brand-yellow); font-family: var(--body); font-size: 14px; }
.region-chip.active b, .region-chip.active span { color: var(--brand-soft); }
.scroll-arrow { position: absolute; z-index: 2; top: 50%; width: 38px; height: 38px; display: grid; place-items: center; color: #111; background: var(--brand-yellow); border: 0; border-radius: 50%; cursor: pointer; transform: translateY(-50%); }
.scroll-arrow.previous { left: -19px; }
.scroll-arrow.next { right: -19px; }

.featured-section { color: #fff; background: var(--black); overflow: hidden; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; min-width: 0; margin-bottom: 42px; }
.section-heading > * { min-width: 0; }
.featured-section .section-kicker { color: var(--brand-yellow); }
.carousel-controls { display: flex; align-items: center; gap: 8px; }
.carousel-counter { margin-right: 12px; color: #555; font-family: var(--display); font-size: 15px; }
.carousel-counter b { color: var(--brand-yellow); font-size: 24px; }
.carousel-controls button { width: 44px; height: 44px; color: #fff; background: transparent; border: 1px solid #3d3d3d; cursor: pointer; transition: color .2s, background .2s; }
.carousel-controls button:hover { color: #000; background: var(--brand-yellow); border-color: var(--brand-yellow); }
.carousel { overflow: visible; }
.carousel-track { display: flex; gap: 22px; transition: transform .65s cubic-bezier(.22,.75,.16,1); will-change: transform; }
.featured-card { position: relative; flex: 0 0 clamp(290px, 78vw, 900px); height: clamp(390px, 42vw, 460px); overflow: hidden; isolation: isolate; cursor: pointer; background: #222; }
.featured-card::after { position: absolute; z-index: -1; content: ""; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,.05) 70%), linear-gradient(90deg, rgba(0,0,0,.35), transparent 60%); }
.featured-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter .5s, transform .8s; }
.featured-card:hover img { filter: grayscale(.3); transform: scale(1.035); }
.featured-number { position: absolute; top: 18px; right: 22px; color: rgba(255,255,255,.65); font-family: var(--display); font-size: 12px; letter-spacing: .14em; }
.featured-date { position: absolute; top: 22px; left: 22px; width: 60px; padding: 10px 6px; color: #111; background: var(--brand-yellow); text-align: center; }
.featured-date strong { display: block; font-family: var(--display); font-size: 32px; line-height: .8; }
.featured-date span { font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.featured-content { position: absolute; inset: auto 28px 28px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; }
.featured-region { display: block; margin-bottom: 8px; color: #b9b9b9; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.featured-card h3 { max-width: 650px; margin: 0; font-family: var(--display); font-size: clamp(30px, 3.4vw, 49px); font-weight: 600; line-height: 1; letter-spacing: -.018em; text-transform: uppercase; }
.featured-arrow { width: 46px; height: 46px; display: grid; place-items: center; color: #000; background: var(--brand-yellow); font-size: 20px; transition: transform .2s; }
.featured-card:hover .featured-arrow { transform: translate(3px, -3px); }
.carousel-progress { width: 100%; height: 1px; margin-top: 28px; background: #242424; }
.carousel-progress span { display: block; width: 20%; height: 100%; background: var(--brand-yellow); transition: transform .55s; transform-origin: left; }

.events-section { background: var(--paper); }
.event-count { color: #777; font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.event-count strong { color: var(--brand-gold); font-family: var(--display); font-size: 28px; }
.event-toolbar { display: flex; justify-content: space-between; gap: 20px; margin: -4px 0 30px; padding-bottom: 16px; border-bottom: 1px solid #c8c8c5; }
.search-box { display: flex; align-items: center; gap: 10px; flex: 1; max-width: 430px; }
.search-box span { font-size: 25px; line-height: 0; transform: rotate(-20deg); }
.search-box input { width: 100%; min-height: 44px; padding: 8px 0; background: transparent; border: 0; outline: 0; font-size: 16px; }
.sort-control { display: flex; align-items: center; gap: 10px; color: #777; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.sort-control select { min-height: 44px; padding: 0 30px 0 12px; background: transparent; border: 1px solid #bbb; border-radius: 0; font-size: 16px; }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 18px; }
.event-card { min-width: 0; max-width: 100%; cursor: pointer; }
.event-poster { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #ccc; }
.event-poster::after { position: absolute; content: ""; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.45), transparent 50%); opacity: .65; transition: opacity .3s; }
.event-poster img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: transform .6s, filter .4s; }
.event-card:hover .event-poster img { transform: scale(1.045); filter: grayscale(.15); }
.event-card:hover .event-poster::after { opacity: 1; }
.poster-region { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 7px 9px; color: #111; background: var(--brand-yellow); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.poster-arrow { position: absolute; z-index: 2; right: 13px; bottom: 13px; width: 38px; height: 38px; display: grid; place-items: center; color: #111; background: var(--brand-yellow); transition: transform .25s; }
.event-card:hover .poster-arrow { transform: translate(3px,-3px); }
.event-info { display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding-top: 16px; }
.event-date { padding-right: 12px; border-right: 1px solid #c3c3c1; text-align: center; }
.event-date strong { display: block; color: var(--brand-deep); font-family: var(--display); font-size: 29px; line-height: .8; }
.event-date span { color: #707070; font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.event-info h3 { margin: -3px 0 7px; font-family: var(--display); font-size: 22px; font-weight: 600; line-height: 1.08; letter-spacing: -.01em; text-transform: uppercase; }
.event-info p { margin: 0; color: #737373; font-size: 10px; }
.empty-state { padding: 70px 20px; text-align: center; border: 1px solid #c8c8c5; }
.empty-state strong { font-family: var(--display); font-size: 32px; text-transform: uppercase; }
.empty-state p { color: #777; }

.community-section { padding: 100px clamp(20px, 7vw, 112px); color: #fff; background: linear-gradient(135deg, #0b0b0c 0%, #111214 72%, #241a02 100%); }
.community-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.community-heading > div { max-width: 760px; }
.community-heading .section-kicker { color: var(--brand-yellow); }
.community-heading > div > p:last-child { max-width: 630px; margin: 22px 0 0; color: #a4a4a6; font-size: 13px; line-height: 1.75; }
.community-publish { flex: 0 0 auto; color: #111; background: var(--brand-yellow); }
.community-publish:hover { background: var(--brand-soft); }
.post-composer { display: grid; grid-template-columns: minmax(260px, .8fr) 1.2fr; gap: 28px; margin-bottom: 42px; padding: 26px; color: #fff; background: #191a1d; border: 1px solid rgba(255,186,8,.45); box-shadow: 0 24px 80px rgba(0,0,0,.28); }
.post-composer[hidden] { display: none; }
.upload-zone { position: relative; min-height: 260px; overflow: hidden; background: #0d0d0e; border: 1px dashed #5e5e60; }
.upload-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.upload-zone label { position: absolute; z-index: 1; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 24px; cursor: pointer; text-align: center; transition: color .2s, border-color .2s; }
.upload-zone label::before { content: "+"; width: 48px; height: 48px; display: grid; place-items: center; color: #111; background: var(--brand-yellow); border-radius: 50%; font-size: 28px; }
.upload-zone label strong { font-family: var(--display); font-size: 21px; letter-spacing: .02em; text-transform: uppercase; }
.upload-zone label span { color: #777; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.upload-zone img { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.upload-zone:focus-within { border-color: var(--brand-yellow); }
.composer-fields { display: flex; flex-direction: column; gap: 20px; }
.composer-fields label { display: flex; flex-direction: column; gap: 8px; color: var(--brand-soft); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.composer-fields label small { color: #777; font-weight: 500; }
.composer-fields .field-help { color: #777; font-size: 9px; font-weight: 500; letter-spacing: .02em; text-transform: none; }
.composer-fields input, .composer-fields textarea { width: 100%; padding: 13px 14px; color: #fff; background: #101011; border: 1px solid #3d3d3f; border-radius: 0; outline: 0; resize: vertical; font-size: 16px; text-transform: none; letter-spacing: normal; transition: border-color .2s; }
.composer-fields input:focus, .composer-fields textarea:focus { border-color: var(--brand-yellow); }
.composer-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; }
.composer-actions > span { color: #777; font-size: 9px; line-height: 1.5; }
.community-feed { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feed-post { min-width: 0; overflow: hidden; color: #111; background: var(--paper); }
.feed-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #242426; }
.feed-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.feed-media iframe { position: absolute; inset: 0; width: 100%; height: 100%; background: #fff; border: 0; }
.feed-media.feed-instagram { background: #fff; }
.feed-post:hover .feed-media img { transform: scale(1.025); }
.feed-badge { position: absolute; top: 12px; left: 12px; padding: 7px 9px; color: #111; background: var(--brand-yellow); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feed-body { padding: 18px; }
.feed-author { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.feed-author strong { font-family: var(--display); font-size: 18px; text-transform: uppercase; }
.feed-author time { color: #777; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.feed-caption { min-height: 42px; margin: 0 0 16px; color: #4f4f50; font-size: 11px; line-height: 1.65; overflow-wrap: anywhere; }
.instagram-link { display: inline-flex; margin: -4px 0 14px; color: #805600; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.instagram-link:hover { color: #111; text-decoration: underline; }
.feed-actions { display: flex; gap: 8px; padding-top: 12px; border-top: 1px solid #d0cec8; }
.feed-actions button { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 10px; color: #333; background: transparent; border: 0; cursor: pointer; font-size: 10px; font-weight: 700; }
.feed-actions button:hover, .feed-actions button[aria-pressed="true"] { color: #111; background: var(--brand-yellow); }
.feed-actions button span { font-size: 17px; }

.manifesto { min-height: 560px; display: grid; grid-template-columns: 1.05fr .95fr; color: #fff; background: linear-gradient(120deg, #111214 0%, #111214 70%, #241a02 100%); overflow: hidden; }
.manifesto-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(20px, 7vw, 112px); }
.manifesto-copy h2 { max-width: 620px; }
.manifesto-copy > p:not(.section-kicker) { max-width: 550px; margin: 28px 0; color: #8c8d90; font-size: 13px; line-height: 1.8; }
.manifesto-copy a { width: max-content; padding-bottom: 7px; border-bottom: 1px solid #666; font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.manifesto-copy a span { margin-left: 24px; }
.route-art { position: relative; min-height: 560px; background: radial-gradient(circle at 70% 25%, rgba(255,186,8,.18), transparent 25%), repeating-linear-gradient(100deg, transparent 0 70px, rgba(255,186,8,.035) 71px 72px); }
.route-art::before { position: absolute; content: "BR"; right: -5%; bottom: -15%; color: rgba(255,255,255,.025); font-family: var(--display); font-size: 400px; font-weight: 900; }
.route-line { position: absolute; left: 5%; top: 12%; width: 100%; height: 70%; border: 1px dashed #626367; border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(-18deg); }
.route-point { position: absolute; display: flex; align-items: center; gap: 9px; color: #777; font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.route-point i { width: 9px; height: 9px; background: var(--brand-yellow); border: 3px solid #343538; border-radius: 50%; box-shadow: 0 0 0 1px var(--brand-yellow); }
.route-point.p1 { left: 15%; top: 68%; }.route-point.p2 { left: 51%; top: 45%; }.route-point.p3 { left: 75%; top: 17%; }

.site-footer { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; padding: 68px clamp(20px, 7vw, 112px) 24px; color: #fff; background: #080808; }
.footer-brand .brand { width: clamp(138px, 13vw, 172px); height: auto; }
.footer-brand p { margin-top: 18px; color: #666; font-size: 11px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; font-size: 11px; }
.footer-links span { margin-bottom: 8px; color: #555; font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a { color: #aaa; transition: color .2s; }.footer-links a:hover { color: var(--brand-yellow); }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; margin-top: 32px; padding-top: 20px; color: #4f4f4f; border-top: 1px solid #202020; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.event-modal { width: min(1020px, calc(100% - 30px)); max-height: calc(100dvh - 30px); padding: 0; color: #111; background: #ececea; border: 0; overflow-x: hidden; }
.event-modal::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.event-modal[open] { animation: modal-in .35s cubic-bezier(.2,.75,.2,1); }
.modal-close { position: fixed; z-index: 3; top: max(24px, calc((100dvh - min(100dvh - 30px, 900px)) / 2 + 14px)); right: max(24px, calc((100vw - min(100vw - 30px, 1020px)) / 2 + 14px)); width: 42px; height: 42px; display: grid; place-items: center; color: #000; background: var(--brand-yellow); border: 0; border-radius: 50%; cursor: pointer; font-size: 26px; }
.modal-hero { position: relative; height: 390px; display: flex; align-items: flex-end; padding: 36px; color: #fff; isolation: isolate; overflow: hidden; }
.modal-hero::after { position: absolute; z-index: -1; content: ""; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,.05) 70%); }
.modal-hero img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(.35); }
.modal-hero .tag { color: var(--brand-yellow); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.modal-hero h2 { margin-top: 8px; max-width: 720px; font-size: clamp(40px, 5.5vw, 66px); }
.modal-body { padding: 40px; }
.modal-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-bottom: 38px; background: #bbb; border: 1px solid #bbb; }
.modal-meta div { padding: 18px; background: #ececea; }
.modal-meta small { display: block; margin-bottom: 7px; color: var(--brand-deep); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.modal-meta strong { font-family: var(--display); font-size: 20px; text-transform: uppercase; }
.modal-columns { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; }
.modal-article h3, .stays h3 { margin: 0 0 14px; font-family: var(--display); font-size: 27px; text-transform: uppercase; }
.modal-article p { color: #555; font-size: 13px; line-height: 1.8; }
.modal-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.modal-highlights span { padding: 13px; border: 1px solid #c5c5c2; font-size: 10px; font-weight: 600; }
.stay-card { padding: 14px 0; border-bottom: 1px solid #c5c5c2; }
.stay-card strong { display: block; font-size: 12px; }.stay-card span { color: #777; font-size: 10px; }.stay-card b { float: right; color: #333; font-size: 10px; }
.modal-actions { display: flex; gap: 10px; margin-top: 34px; }
.modal-actions .button { flex: 1; }
.button-outline { background: transparent; border-color: #999; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes modal-in { from { opacity: 0; transform: translateY(25px) scale(.98); } }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .site-header .brand { width: 108px; }
  .site-header.scrolled .brand { width: 94px; }
  .header-cta { margin-right: 58px; }
  .menu-toggle { position: absolute; right: max(24px, env(safe-area-inset-right)); display: grid; place-items: center; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
  .menu-toggle span { display: block; width: 20px; height: 1px; margin: 3px 0; background: #fff; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 90; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: 90px 30px 40px; color: #fff; background: rgba(8,8,8,.98); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: .3s; }
  .mobile-nav.open { opacity: 1; visibility: visible; transform: none; }
  .mobile-nav a { font-family: var(--display); font-size: 36px; font-weight: 700; text-transform: uppercase; }
  .mobile-nav a:last-child { margin-top: 20px; color: var(--brand-yellow); font-size: 20px; }
  .hero-content { width: min(720px, 78vw); }
  .hero-stats { right: 30px; }
  .events-grid { grid-template-columns: repeat(2, 1fr); }
  .community-feed { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .manifesto { grid-template-columns: 1fr; }
  .route-art { min-height: 360px; }
}

@media (max-width: 820px) {
  .hero-content { width: min(650px, 86vw); }
  .hero h1 { font-size: clamp(52px, 10.2vw, 78px); line-height: .95; }
  .hero-stats { left: clamp(24px, 5vw, 42px); right: auto; }
  .scroll-cue { display: none; }
  .modal-columns { gap: 30px; }
  .modal-body { padding: 34px; }
}

@media (max-width: 680px) {
  :root { --header-height: 68px; }
  .site-header { padding-left: max(16px, env(safe-area-inset-left)); padding-right: max(16px, env(safe-area-inset-right)); }
  .site-header .brand { width: 94px; }
  .site-header.scrolled .brand { width: 86px; }
  .header-cta { display: none; }
  .menu-toggle { right: max(10px, env(safe-area-inset-right)); }
  .mobile-nav { padding-left: max(24px, env(safe-area-inset-left)); padding-right: max(24px, env(safe-area-inset-right)); }
  .hero { min-height: max(700px, 100svh); height: auto; align-items: flex-end; padding: 104px max(20px, env(safe-area-inset-right)) 140px max(20px, env(safe-area-inset-left)); background-position: 62% center; }
  .hero::before { background: linear-gradient(90deg, rgba(0,0,0,.85), rgba(0,0,0,.13)), linear-gradient(0deg, rgba(0,0,0,.92) 0%, transparent 72%); }
  .hero-content { width: 100%; margin: 0; }
  .hero h1 { max-width: 100%; font-size: clamp(44px, 13.2vw, 58px); line-height: .96; letter-spacing: -.025em; }
  .hero-copy { margin: 22px 0; font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .hero-actions .button { justify-content: space-between; }
  .play-button { justify-content: flex-start; }
  .hero-stats { left: 20px; right: 20px; bottom: 28px; justify-content: space-between; gap: 8px; }
  .hero-stats div { display: block; }
  .hero-stats strong { font-size: 25px; }.hero-stats span { display: block; margin-top: 4px; }
  .scroll-cue { display: none; }
  .region-section, .featured-section, .events-section { padding: 72px 20px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 32px; }
  .section-heading h2 { max-width: 100%; }
  .carousel-controls { align-self: flex-end; }
  .carousel-controls .carousel-counter { display: none; }
  .featured-card { flex-basis: calc(100vw - 52px); height: min(108vw, 410px); }
  .featured-content { inset-inline: 20px; bottom: 20px; }
  .featured-content { grid-template-columns: 1fr; }
  .featured-arrow { display: none; }
  .region-scroller-wrap { margin-right: -20px; }
  .region-scroller { padding-right: 20px; }
  .scroll-arrow { display: none; }
  .region-chip { flex-basis: 170px; }
  .event-toolbar { align-items: stretch; flex-direction: column; }
  .sort-control { justify-content: space-between; }
  .events-grid { grid-template-columns: 1fr; gap: 36px; }
  .event-poster { aspect-ratio: 4/3; }
  .community-section { padding: 76px 20px; }
  .community-heading { align-items: flex-start; flex-direction: column; gap: 28px; }
  .community-publish { width: 100%; }
  .post-composer { grid-template-columns: 1fr; padding: 16px; }
  .upload-zone { min-height: 230px; }
  .community-feed { grid-template-columns: 1fr; }
  .composer-actions { align-items: stretch; flex-direction: column; }
  .composer-actions .button { width: 100%; }
  .manifesto-copy { padding: 80px 20px; }
  .route-art { min-height: 300px; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 42px 20px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .event-modal { width: 100%; max-height: 100dvh; margin: auto 0 0; }
  .modal-close { top: 14px; right: 14px; }
  .modal-hero { height: min(78vw, 330px); min-height: 270px; padding: 24px 20px; }
  .modal-hero h2 { font-size: clamp(38px, 12vw, 58px); }
  .modal-body { padding: 30px 20px; }
  .modal-meta { grid-template-columns: 1fr; }
  .modal-columns { grid-template-columns: 1fr; gap: 35px; }
  .modal-actions { flex-direction: column; }
}

@media (max-width: 460px) {
  .eyebrow { font-size: 8px; letter-spacing: .16em; }
  .hero h1 { font-size: clamp(40px, 12.6vw, 52px); }
  .hero-copy { line-height: 1.6; }
  .hero-stats { gap: 14px; }
  .hero-stats strong { font-size: 22px; }
  .hero-stats span { font-size: 7px; }
  .region-section, .featured-section, .events-section { padding-top: 62px; padding-bottom: 62px; }
  h2 { font-size: clamp(40px, 12vw, 52px); }
  .region-chip { flex-basis: 158px; height: 94px; font-size: 19px; }
  .featured-card { flex-basis: calc(100vw - 44px); height: 370px; }
  .featured-card h3 { font-size: 34px; }
  .site-footer { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-links { padding-top: 20px; border-top: 1px solid #202020; }
  .modal-highlights { grid-template-columns: 1fr; }
  .modal-meta strong { font-size: 18px; }
}

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