:root {
  --pine: #12241f;
  --pine-2: #1c352e;
  --cream: #f4f0e6;
  --paper: #fffdf7;
  --ink: #18231f;
  --muted: #606b66;
  --rust: #d76032;
  --gold: #e9b949;
  --sky: #9ebfbd;
  --line: #dcd8cd;
  --shadow: 0 16px 42px rgba(26, 38, 33, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
.scroll-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--gold), #ff6a36 55%, #7fc7c3); transform: scaleX(0); transform-origin: left center; pointer-events: none; }
.dialog-open { overflow: hidden; }
.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; }
.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.hero {
  min-height: 660px;
  padding: 24px max(24px, calc((100vw - 1160px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 70% 22%, rgba(233,185,73,.18), transparent 27%),
    linear-gradient(180deg, rgba(18,36,31,.04), rgba(18,36,31,.48)),
    var(--pine);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.hero-glow { position: absolute; z-index: 1; width: 460px; height: 460px; right: 8%; top: 4%; border-radius: 50%; background: radial-gradient(circle, rgba(233,185,73,.18), rgba(76,142,132,.08) 45%, transparent 70%); filter: blur(6px); animation: heroGlow 7s ease-in-out infinite alternate; pointer-events: none; }
.hero::before, .hero::after {
  content: ""; position: absolute; pointer-events: none;
}
.hero::before {
  width: 120%; height: 330px; left: -10%; bottom: 20px;
  background: var(--pine-2);
  clip-path: polygon(0 82%, 12% 58%, 22% 73%, 35% 27%, 46% 61%, 57% 32%, 69% 67%, 80% 22%, 92% 62%, 100% 45%, 100% 100%, 0 100%);
  opacity: .92; transform: translate3d(0, var(--hero-shift, 0), 0) scale(1.02); transition: transform .12s linear;
}
.hero::after {
  width: 120%; height: 230px; left: -10%; bottom: 0;
  background: #0b1a16;
  clip-path: polygon(0 82%, 14% 50%, 28% 80%, 42% 38%, 54% 74%, 66% 43%, 82% 76%, 93% 49%, 100% 61%, 100% 100%, 0 100%);
}
.topbar, .hero-copy, .hero-meta { position: relative; z-index: 2; }
.topbar { display: flex; align-items: center; justify-content: space-between; }
.brand { color: #fff; text-decoration: none; display: flex; align-items: center; gap: 11px; font-size: 14px; letter-spacing: .14em; }
.brand b { color: var(--gold); }
.brand-mark { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; display: grid; place-items: center; font-family: "Fraunces", serif; font-size: 20px; }
.plan-pill { border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); color: #fff; padding: 10px 14px; border-radius: 999px; font-size: 14px; letter-spacing: .13em; cursor: pointer; }
.plan-pill span { color: var(--gold); font-weight: 700; }
.hero-copy { margin: auto 0 48px; max-width: 820px; }
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .18em; margin: 0 0 18px; color: var(--gold); }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; }
.hero-eyebrow > span { width: 9px; height: 9px; border-radius: 50%; background: #72d79b; box-shadow: 0 0 0 6px rgba(114,215,155,.12); animation: livePulse 1.8s ease-out infinite; }
.hero h1 { margin: 0; font-family: "Fraunces", serif; font-size: clamp(58px, 9vw, 112px); line-height: .84; letter-spacing: -.055em; }
.hero h1 em { font-weight: 600; color: var(--gold); }
.dek { max-width: 500px; margin: 30px 0 0; font-size: 18px; line-height: 1.55; color: rgba(255,255,255,.74); }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 27px; }
.hero-play { min-height: 58px; display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.09); color: #fff; padding: 7px 18px 7px 8px; backdrop-filter: blur(12px); cursor: pointer; transition: transform .22s ease, background .22s ease, border-color .22s ease; }
.hero-play:hover, .hero-play:focus-visible { transform: translateY(-2px); background: rgba(255,255,255,.15); border-color: rgba(233,185,73,.7); }
.play-disc { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--pine); font-size: 14px; box-shadow: 0 0 0 0 rgba(233,185,73,.35); animation: playPulse 2.5s ease-out infinite; }
.hero-play small, .hero-play strong { display: block; text-align: left; }
.hero-play small { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .11em; }
.hero-play strong { font-size: 16px; }
.hero-actions > a { color: #fff; font-size: 16px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.38); padding-bottom: 4px; }
.hero-actions > a span { color: var(--gold); }
.hero-meta { border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 22px 0 8px; }
.hero-meta div { display: flex; flex-direction: column; gap: 5px; }
.hero-meta span { font-size: 12px; letter-spacing: .16em; color: rgba(255,255,255,.6); }
.hero-meta strong { font-size: 15px; font-weight: 500; }

.energy-ticker { height: 44px; overflow: hidden; background: var(--gold); color: var(--pine); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(18,36,31,.25); }
.energy-ticker > div { width: max-content; height: 100%; display: flex; align-items: center; gap: 20px; padding-left: 20px; animation: ticker 26s linear infinite; }
.energy-ticker span { font-size: 14px; font-weight: 800; letter-spacing: .16em; }
.energy-ticker i { color: var(--rust); font-size: 12px; font-style: normal; }

.festival-tv { background: #091914; color: #fff; overflow: hidden; position: relative; }
.festival-tv::after { content: ""; position: absolute; width: 520px; height: 520px; right: -240px; bottom: -310px; border: 1px solid rgba(233,185,73,.18); border-radius: 50%; box-shadow: 0 0 0 52px rgba(233,185,73,.025), 0 0 0 104px rgba(233,185,73,.018); pointer-events: none; }
.tv-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: end; margin-bottom: 34px; }
.tv-heading > div > span { display: block; color: var(--gold); font-size: 14px; font-weight: 700; letter-spacing: .17em; margin-bottom: 14px; }
.tv-heading h2 { color: #fff; max-width: 720px; }
.tv-heading p { margin: 0 0 10px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }
.tv-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: repeat(2, minmax(180px, auto)); gap: 12px; }
.video-card { min-width: 0; min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: #142923; color: #fff; padding: 0; text-align: left; text-decoration: none; cursor: pointer; transition: transform .28s cubic-bezier(.2,.75,.3,1), border-color .28s ease, box-shadow .28s ease; }
.video-card:hover, .video-card:focus-visible { transform: translateY(-5px); border-color: rgba(233,185,73,.72); box-shadow: 0 18px 36px rgba(0,0,0,.28); }
.video-card-featured { grid-row: 1 / span 2; min-height: 452px; }
.video-art { flex: 1 1 auto; min-height: 132px; display: grid; place-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 68% 30%, rgba(233,185,73,.8), transparent 20%), linear-gradient(145deg, #153d36, #ba4f2c); }
.video-card-featured .video-art { min-height: 290px; }
.video-art::before, .video-art::after { content: ""; position: absolute; inset: auto -5% 0; height: 54%; background: rgba(8,25,20,.74); clip-path: polygon(0 85%, 15% 38%, 28% 72%, 43% 15%, 58% 69%, 72% 31%, 87% 71%, 100% 46%, 100% 100%, 0 100%); }
.video-art::after { height: 34%; background: rgba(5,15,12,.9); transform: translateY(10px); }
.video-art-night { background: radial-gradient(circle at 72% 18%, rgba(146,111,195,.72), transparent 23%), linear-gradient(145deg, #102822, #321c46); }
.video-art-electric { background: radial-gradient(circle at 22% 25%, rgba(233,185,73,.62), transparent 23%), linear-gradient(145deg, #12342d, #1d6e67); }
.video-art > i { position: absolute; z-index: 2; left: 8%; right: 8%; top: 22%; height: 34px; background: repeating-linear-gradient(90deg, transparent 0 8px, rgba(255,255,255,.7) 8px 12px, transparent 12px 20px); clip-path: polygon(0 48%, 5% 43%, 8% 76%, 12% 20%, 17% 65%, 23% 37%, 29% 54%, 36% 10%, 43% 73%, 48% 43%, 53% 60%, 59% 23%, 67% 77%, 73% 31%, 80% 54%, 88% 13%, 94% 67%, 100% 47%, 100% 58%, 94% 75%, 88% 22%, 80% 64%, 73% 42%, 67% 86%, 59% 33%, 53% 69%, 48% 52%, 43% 82%, 36% 20%, 29% 63%, 23% 46%, 17% 74%, 12% 29%, 8% 85%, 5% 53%, 0 58%); animation: waveform 2.8s ease-in-out infinite alternate; }
.video-art > b { position: relative; z-index: 3; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--pine); font-size: 18px; box-shadow: 0 10px 30px rgba(0,0,0,.28); transition: transform .25s ease; }
.video-card:hover .video-art > b { transform: scale(1.1); }
.video-copy { display: block; position: relative; z-index: 3; padding: 20px; }
.video-copy small, .video-copy strong, .video-copy em { display: block; }
.video-copy small { color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.video-copy strong { margin: 7px 0 4px; font-family: "Fraunces", serif; font-size: 24px; line-height: 1.08; }
.video-card-featured .video-copy strong { font-size: 32px; }
.video-copy em { color: rgba(255,255,255,.66); font-size: 16px; font-style: normal; line-height: 1.45; }
.live-stream-card { grid-column: 2 / span 2; min-height: 180px; flex-direction: row; align-items: center; background: linear-gradient(120deg, #762e24, #b54e2d); }
.live-orbit { flex: 0 0 34%; min-width: 150px; height: 100%; display: grid; place-items: center; position: relative; overflow: hidden; }
.live-orbit::before, .live-orbit::after { content: ""; position: absolute; width: 110px; height: 110px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; animation: orbit 3s ease-out infinite; }
.live-orbit::after { animation-delay: 1.5s; }
.live-orbit i { width: 15px; height: 15px; border-radius: 50%; background: #8ef5b7; box-shadow: 0 0 18px rgba(142,245,183,.72); }
.live-orbit b { position: absolute; bottom: 26px; font-size: 13px; letter-spacing: .16em; }

.motion-ready .reveal-item { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.3,1); }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: translateY(0); }

.video-dialog { width: min(1040px, calc(100vw - 32px)); max-width: none; padding: 0; border: 0; border-radius: 22px; overflow: visible; background: #091914; color: #fff; box-shadow: 0 32px 90px rgba(0,0,0,.54); }
.video-dialog::backdrop { background: rgba(2,12,9,.86); backdrop-filter: blur(10px); }
.video-dialog[open] { animation: dialogIn .32s cubic-bezier(.2,.75,.3,1); }
.video-dialog-inner { position: relative; }
.video-close { position: absolute; z-index: 3; right: -14px; top: -14px; width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.35); border-radius: 50%; background: var(--paper); color: var(--pine); font-size: 30px; line-height: 1; cursor: pointer; box-shadow: 0 7px 22px rgba(0,0,0,.28); }
.video-frame { width: 100%; aspect-ratio: 16 / 9; background: #000; border-radius: 22px 22px 0 0; overflow: hidden; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-dialog-copy { display: grid; grid-template-columns: auto 1fr auto; gap: 15px 20px; align-items: center; padding: 19px 23px 22px; }
.video-dialog-copy > span { color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.video-dialog-copy h2 { margin: 0; font-size: 28px; line-height: 1.1; letter-spacing: -.02em; }
.video-dialog-copy a { color: #fff; font-size: 16px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--gold); }

@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes heroGlow { to { transform: translate3d(-35px, 20px, 0) scale(1.12); opacity: .72; } }
@keyframes livePulse { 70%, 100% { box-shadow: 0 0 0 11px rgba(114,215,155,0); } }
@keyframes playPulse { 70%, 100% { box-shadow: 0 0 0 13px rgba(233,185,73,0); } }
@keyframes waveform { to { transform: scaleY(.58) translateX(8px); opacity: .72; } }
@keyframes orbit { 0% { transform: scale(.3); opacity: 0; } 30% { opacity: .7; } 100% { transform: scale(1.75); opacity: 0; } }
@keyframes dialogIn { from { opacity: 0; transform: translateY(22px) scale(.98); } }
@keyframes cardIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

section { padding: 88px max(24px, calc((100vw - 1160px) / 2)); }
.section-kicker { font-size: 13px; font-weight: 700; color: var(--rust); letter-spacing: .18em; margin-bottom: 22px; }
.section-kicker.light { color: var(--gold); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
h2 { font-family: "Fraunces", serif; font-size: clamp(40px, 5vw, 64px); line-height: .96; margin: 0 0 10px; letter-spacing: -.04em; }
.section-heading p { color: var(--muted); margin: 0; font-size: 16px; }
.icon-button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: transparent; cursor: pointer; display: grid; place-items: center; }
.icon-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.planner-section { background: var(--cream); }
.day-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 28px; }
.day-tab { border: 0; border-right: 1px solid var(--line); background: transparent; padding: 17px 10px; text-align: left; cursor: pointer; color: var(--muted); }
.day-tab:last-child { border-right: 0; }
.day-tab span, .day-tab strong { display: block; }
.day-tab span { font-size: 12px; letter-spacing: .12em; margin-bottom: 5px; }
.day-tab strong { font-size: 16px; }
.day-tab.active { background: var(--pine); color: #fff; }
.day-tab.active span { color: var(--gold); }

.forecast-card { background: linear-gradient(140deg, #183a43, #12241f 72%); color: #fff; border-radius: 22px; padding: 24px; margin: 0 0 18px; box-shadow: var(--shadow); overflow: hidden; position: relative; }
.forecast-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -110px; top: -120px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.025), 0 0 0 76px rgba(255,255,255,.018); }
.forecast-top { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 22px; }
.forecast-heading { display: flex; align-items: center; gap: 13px; }
.forecast-icon { width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; color: var(--gold); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); font-size: 21px; }
.forecast-heading small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.forecast-heading h3 { margin: 0; font-family: "Fraunces", serif; font-size: 24px; line-height: 1.08; }
.confidence { flex: 0 0 auto; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; padding: 7px 10px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.confidence.high { color: #ffe396; }
.confidence.medium-high, .confidence.medium, .confidence.medium-low { color: #d5e8e6; }
.forecast-temps { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1fr 1.8fr; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.forecast-temps > div { padding: 18px 16px; border-right: 1px solid rgba(255,255,255,.14); }
.forecast-temps > div:first-child { padding-left: 0; }
.forecast-temps > div:last-child { border-right: 0; padding-right: 0; }
.forecast-temps small { display: block; min-height: 22px; color: rgba(255,255,255,.65); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.forecast-temps strong { display: block; font-family: "Fraunces", serif; font-size: 36px; line-height: 1; color: var(--gold); }
.forecast-temps span { display: block; margin-top: 4px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.45; }
.forecast-risk strong { font-family: "DM Sans", system-ui, sans-serif; font-size: 17px; color: #fff; }
.forecast-alert { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; margin-top: 16px; padding: 13px 15px; border-radius: 12px; color: #fff; background: rgba(180, 60, 35, .32); border: 1px solid rgba(255, 169, 134, .55); }
.forecast-alert strong { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: #ffd1bc; white-space: nowrap; }
.forecast-alert p { margin: 0; font-size: 16px; line-height: 1.55; color: rgba(255,255,255,.92); }
.forecast-details { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 16px 0 0; }
.forecast-details p { margin: 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.6; }
.forecast-details b { color: #fff; }
.forecast-plan { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; margin-top: 16px; padding: 13px 15px; border-radius: 12px; background: rgba(233,185,73,.12); border: 1px solid rgba(233,185,73,.25); }
.forecast-plan span { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .1em; white-space: nowrap; padding-top: 2px; }
.forecast-plan p { margin: 0; color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.6; }
.forecast-links { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 18px; margin-top: 14px; }
.forecast-links a { color: rgba(255,255,255,.82); font-size: 14px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 2px; }

.travel-card { background: var(--paper); border: 1px solid #e2ddd0; border-radius: 20px; box-shadow: var(--shadow); padding: 23px 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin-bottom: 28px; }
.travel-icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: var(--sky); color: var(--pine); font-family: "Fraunces", serif; font-size: 20px; }
.travel-copy small { display: block; color: var(--muted); letter-spacing: .11em; font-size: 12px; font-weight: 700; margin-bottom: 4px; }
.travel-copy strong { font-size: 18px; display: block; }
.travel-copy p { margin: 5px 0 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.travel-time { text-align: right; }
.travel-time b { display: block; font-family: "Fraunces", serif; font-size: 27px; color: var(--rust); }
.travel-time span { font-size: 12px; color: var(--muted); }
.travel-card.warning { background: #fff6e5; border-color: #efd18b; }

.plan-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.plan-storage-note { margin: 0 0 22px; border-left: 3px solid #64866f; padding: 2px 0 2px 14px; font-size: 1rem; line-height: 1.6; color: #40594a; }
.plan-storage-note > p { margin: 0; font-weight: 600; }
.plan-storage-note summary { cursor: pointer; text-decoration: underline; text-underline-offset: 4px; padding: 8px 0; }
.plan-storage-note details p { margin: 0; max-width: 760px; color: var(--muted); }
.plan-storage-note .storage-unavailable { color: #943d1e; }
.view-toggle { display: inline-flex; background: #e8e3d7; padding: 4px; border-radius: 999px; }
.view-toggle button { border: 0; background: transparent; border-radius: 999px; padding: 9px 14px; font-size: 14px; font-weight: 600; cursor: pointer; }
.view-toggle button.active { background: var(--paper); box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.text-button { border: 0; border-bottom: 1px solid currentColor; background: transparent; padding: 4px 0; color: var(--rust); font-weight: 700; font-size: 14px; cursor: pointer; }
.filters-wrap { margin-bottom: 24px; }
.search-field { height: 48px; border-bottom: 1px solid #bdb9af; display: flex; align-items: center; gap: 10px; }
.search-field svg { width: 19px; fill: none; stroke: var(--muted); stroke-width: 1.7; }
.search-field input { border: 0; outline: 0; background: transparent; width: 100%; font-size: 16px; color: var(--ink); }
.filter-chips { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 14px 0 2px; }
.filter-chips::-webkit-scrollbar { display: none; }
.filter-chip { flex: 0 0 auto; border: 1px solid #cac6bc; background: transparent; border-radius: 999px; padding: 9px 13px; font-size: 14px; cursor: pointer; }
.filter-chip.active { background: var(--pine); color: #fff; border-color: var(--pine); }

.schedule { border-top: 1px solid var(--line); }
.event-row { display: grid; grid-template-columns: 105px 1fr auto; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: center; position: relative; animation: cardIn .42s both; animation-delay: min(calc(var(--row, 0) * 32ms), 320ms); }
.event-time { align-self: start; }
.event-time strong { font-size: 16px; display: block; }
.event-time span { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; }
.event-main h3 { margin: 0 0 7px; font-family: "Fraunces", serif; font-size: 22px; line-height: 1.08; }
.event-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; color: var(--muted); font-size: 14px; }
.event-meta span { display: inline-flex; align-items: center; gap: 5px; }
.event-meta span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--rust); }
.event-note { margin: 8px 0 0; font-size: 16px; line-height: 1.6; color: var(--muted); }
.event-videos { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.event-main { min-width: 0; }
.event-video { display: inline-grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 8px; align-items: center; min-width: 0; min-height: 46px; max-width: 100%; box-sizing: border-box; padding: 9px 12px; border: 1px solid #d4cec1; border-radius: 9px; background: #fffdf8; color: var(--ink); text-decoration: none; font-size: 16px; line-height: 1.3; }
.event-video > span { grid-row: 1 / span 2; color: #d43c31; font-size: 16px; }
.event-video b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.event-video em { overflow: hidden; color: var(--muted); font-size: 16px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.event-video:hover, .event-video:focus-visible { border-color: var(--rust); background: #fff6e8; }
.event-video.spotify > span { color: #16883e; }
.event-video.spotify:hover, .event-video.spotify:focus-visible { border-color: #16883e; background: #f0fbf3; }
.event-info-link { display: inline-block; margin-top: 11px; color: var(--rust); font-size: 16px; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; }
.badges { display: flex; gap: 5px; margin-bottom: 7px; }
.badge { border-radius: 3px; padding: 4px 7px; background: #e3ddd0; color: #5b625e; font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.badge.pick { background: #f6d984; color: #5d4310; }
.badge.access { background: #dae5e3; color: #2c5550; }
.badge.conflict { background: #f2c5b5; color: #702b14; }
.add-button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #bdb9af; background: transparent; font-size: 22px; line-height: 1; cursor: pointer; transition: .18s ease; }
.add-button.selected { background: var(--rust); border-color: var(--rust); color: #fff; transform: rotate(45deg); }
.add-button:active { transform: scale(.9); }
.add-button.selected:active { transform: rotate(45deg) scale(.9); }
.event-row.is-selected::before { content: ""; position: absolute; left: -18px; top: 22px; bottom: 22px; width: 3px; border-radius: 3px; background: var(--rust); }
.empty-state { text-align: center; color: var(--muted); padding: 36px 0; }

.map-section { background: #18332d; color: #fff; }
.map-heading { align-items: flex-end; }
.map-heading h2 { color: var(--paper); }
.map-heading p { max-width: 620px; color: rgba(255,255,255,.72); }
.map-source-links { flex: 0 0 auto; display: flex; flex-wrap: wrap; gap: 17px; }
.map-source-links a { color: #fff; font-size: 16px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(233,185,73,.76); padding-bottom: 3px; }
.map-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.map-day-tabs { display: inline-grid; grid-template-columns: repeat(4, minmax(70px, 1fr)); border: 1px solid rgba(255,255,255,.22); border-radius: 12px; overflow: hidden; }
.map-day-tab { min-height: 52px; border: 0; border-right: 1px solid rgba(255,255,255,.16); background: transparent; color: rgba(255,255,255,.68); padding: 8px 16px; cursor: pointer; }
.map-day-tab:last-child { border-right: 0; }
.map-day-tab span, .map-day-tab b { display: block; line-height: 1.2; }
.map-day-tab span { font-size: 16px; }
.map-day-tab b { margin-top: 2px; color: rgba(255,255,255,.55); font-size: 14px; font-weight: 500; }
.map-day-tab.active { background: var(--gold); color: var(--ink); }
.map-day-tab.active b { color: rgba(24,35,31,.72); }
.map-mode-toggle { display: inline-flex; flex: 0 0 auto; padding: 4px; border-radius: 999px; background: rgba(0,0,0,.2); }
.map-mode-toggle button { min-height: 42px; border: 0; border-radius: 999px; background: transparent; color: rgba(255,255,255,.72); padding: 9px 15px; font-size: 16px; font-weight: 700; cursor: pointer; }
.map-mode-toggle button.active { background: var(--paper); color: var(--ink); }
.festival-map-shell { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(320px, .78fr); min-height: 620px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: #f3efe4; box-shadow: 0 22px 56px rgba(0,0,0,.2); }
.festival-map-wrap { min-width: 0; min-height: 620px; position: relative; }
.festival-map { width: 100%; height: 100%; min-height: 620px; color: var(--ink); background: #dce4de; }
.map-zoom-hint { position: absolute; z-index: 500; left: 14px; bottom: 14px; border-radius: 999px; background: rgba(18,36,31,.92); color: #fff; padding: 8px 12px; font-size: 14px; box-shadow: 0 5px 18px rgba(0,0,0,.2); pointer-events: none; }
.map-venue-panel { min-width: 0; color: var(--ink); background: var(--paper); border-left: 1px solid var(--line); }
.map-panel-head { padding: 23px 22px 18px; border-bottom: 1px solid var(--line); }
.map-panel-head > span { display: block; color: var(--rust); font-size: 14px; font-weight: 700; letter-spacing: .12em; }
.map-panel-head h3 { margin: 6px 0 3px; font-family: "Fraunces", serif; font-size: 28px; line-height: 1.1; }
.map-panel-head p { margin: 0; color: var(--muted); font-size: 16px; }
.map-venue-list { max-height: 520px; overflow-y: auto; overscroll-behavior: contain; }
.map-venue-card { padding: 18px 20px; border-bottom: 1px solid var(--line); animation: cardIn .42s both; animation-delay: min(calc(var(--row, 0) * 42ms), 280ms); }
.map-venue-focus { width: 100%; min-height: 56px; display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: start; border: 0; background: transparent; padding: 0; text-align: left; cursor: pointer; }
.venue-swatch { width: 38px; height: 38px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; color: #fff; font-size: 16px; font-weight: 800; box-shadow: 0 3px 9px rgba(0,0,0,.14); }
.map-venue-focus > span:last-child { min-width: 0; }
.map-venue-focus small, .map-venue-focus strong, .map-venue-focus em { display: block; }
.map-venue-focus small { color: var(--rust); font-size: 14px; font-weight: 700; line-height: 1.4; }
.map-venue-focus strong { margin-top: 2px; font-family: "Fraunces", serif; font-size: 20px; line-height: 1.15; }
.map-venue-focus em { margin-top: 4px; color: var(--muted); font-size: 16px; font-style: normal; line-height: 1.5; }
.main { background: var(--rust); }
.side { background: #317f78; }
.late { background: #6d5189; }
.village { background: #b38218; }
.map-card-events { margin: 13px 0 0 52px; border-top: 1px solid #e5e0d6; }
.map-event { display: grid; grid-template-columns: 1fr 38px; gap: 10px; align-items: center; min-height: 52px; padding: 9px 0; border-bottom: 1px solid #ece7dd; }
.map-event > div { min-width: 0; }
.map-event strong { display: block; color: var(--rust); font-size: 14px; }
.map-event span { display: block; color: var(--ink); font-size: 16px; line-height: 1.35; }
.map-event small { display: inline-block; margin-top: 3px; color: #664d75; font-size: 14px; font-weight: 700; }
.map-event button { width: 36px; height: 36px; border: 1px solid #bdb8ad; border-radius: 50%; background: transparent; color: var(--ink); font-size: 20px; cursor: pointer; }
.map-event.picked button { border-color: var(--rust); background: var(--rust); color: #fff; font-size: 15px; }
.map-directions { display: inline-block; margin: 11px 0 0 52px; color: var(--ink); font-size: 16px; font-weight: 700; text-decoration: none; border-bottom: 1px solid #aaa69c; }
.map-empty { padding: 28px 22px; }
.map-empty strong { font-family: "Fraunces", serif; font-size: 22px; }
.map-empty p { color: var(--muted); font-size: 16px; line-height: 1.55; }
.festival-marker-shell { border: 0; background: transparent; }
.festival-marker { width: 42px; height: 42px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; font-size: 17px; font-weight: 800; box-shadow: 0 5px 15px rgba(0,0,0,.34); position: relative; animation: markerDrop .42s cubic-bezier(.2,.9,.3,1.35) both; }
.festival-marker::after { content: ""; position: absolute; left: 50%; bottom: -8px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 9px solid currentColor; transform: translateX(-50%); filter: drop-shadow(0 2px 1px rgba(0,0,0,.18)); }
.festival-marker.main::after { border-top-color: var(--rust); }
.festival-marker.side::after { border-top-color: #317f78; }
.festival-marker.late::after { border-top-color: #6d5189; }
.festival-marker.village::after { border-top-color: #b38218; }
.map-popup { font-family: "DM Sans", system-ui, sans-serif; }
.map-popup > small { color: var(--rust); font-size: 14px; font-weight: 700; }
.map-popup h3 { margin: 4px 0 4px; font-family: "Fraunces", serif; font-size: 23px; line-height: 1.1; }
.map-popup > p { margin: 0 0 9px; color: var(--muted); font-size: 16px; line-height: 1.45; }
.map-popup .map-event { grid-template-columns: 1fr 38px; }
.map-popup > a { display: inline-block; margin-top: 10px; color: var(--ink); font-size: 16px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--rust); }
.leaflet-popup-content { margin: 18px; font-size: 16px; }
.leaflet-popup-content-wrapper { border-radius: 13px; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.leaflet-control-attribution { font-size: 12px; }
.map-fallback { min-height: 620px; display: grid; place-content: center; padding: 28px; text-align: center; }
.map-fallback strong { font-family: "Fraunces", serif; font-size: 25px; }
.map-fallback p { font-size: 16px; color: var(--muted); }
.map-fallback a { color: var(--rust); font-size: 16px; font-weight: 700; }
.map-legend { display: flex; flex-wrap: wrap; gap: 18px; margin: 20px 0 0; }
.map-legend span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.78); font-size: 16px; }
.map-legend i { width: 13px; height: 13px; border-radius: 50%; }
.map-note { max-width: 900px; margin: 16px 0 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.65; }
.map-note strong { color: #fff; }
@keyframes markerDrop { from { opacity: 0; transform: translateY(-14px) scale(.75); } }

.food-section { background: #e8b746; color: var(--ink); }
.food-heading { align-items: flex-end; }
.food-heading h2 { max-width: 720px; }
.food-heading p { color: rgba(24,35,31,.78); }
.food-guide-link { flex: 0 0 auto; color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.wait-board { display: grid; grid-template-columns: .9fr 1.6fr; align-items: center; gap: 32px; background: var(--pine); color: #fff; padding: 20px 22px; border-radius: 15px; margin-bottom: 24px; }
.wait-status { display: flex; align-items: center; gap: 12px; }
.status-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--rust); box-shadow: 0 0 0 5px rgba(215,96,50,.18); }
.wait-status small { display: block; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 700; letter-spacing: .11em; margin-bottom: 3px; }
.wait-status strong { font-family: "Fraunces", serif; font-size: 18px; }
.wait-board > p { margin: 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.6; }
.wait-board > p b { color: #fff; }
.food-filter-bar { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 3px 0 18px; }
.food-filter-bar::-webkit-scrollbar { display: none; }
.food-filter { flex: 0 0 auto; border: 1px solid rgba(24,35,31,.35); background: transparent; border-radius: 999px; padding: 10px 14px; font-size: 14px; font-weight: 600; cursor: pointer; }
.food-filter.active { background: var(--pine); color: #fff; border-color: var(--pine); }
.food-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.food-card { min-width: 0; background: var(--paper); padding: 20px; border: 1px solid rgba(24,35,31,.13); border-radius: 12px; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; animation: cardIn .42s both; animation-delay: min(calc(var(--row, 0) * 35ms), 280ms); }
.food-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(24,35,31,.14); }
.food-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.food-card-head small { display: block; color: var(--rust); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 5px; }
.food-card-head h3 { margin: 0; font-family: "Fraunces", serif; font-size: 23px; line-height: 1.05; }
.food-card-head > span { flex: 0 0 auto; color: var(--muted); font-size: 12px; line-height: 1.35; text-align: right; max-width: 100px; }
.food-badges { display: flex; flex-wrap: wrap; gap: 5px; margin: 15px 0 11px; }
.food-badges b { background: #eee8da; color: #5d655f; padding: 5px 7px; border-radius: 3px; font-size: 12px; letter-spacing: .05em; }
.food-menu { margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.wait-line { border-top: 1px solid var(--line); padding-top: 13px; margin-top: auto; }
.wait-line small { display: block; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.wait-line strong { display: block; color: var(--rust); font-size: 14px; margin: 3px 0; }
.wait-line span { display: block; color: var(--muted); font-size: 16px; line-height: 1.6; }
.food-card-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 14px; }
.food-card-links a { color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; border-bottom: 1px solid #aaa69c; padding-bottom: 2px; }
.food-strategy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(24,35,31,.3); margin-top: 28px; border: 1px solid rgba(24,35,31,.3); }
.food-strategy > div { background: #e8b746; padding: 22px; }
.food-strategy span { display: block; color: rgba(24,35,31,.78); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.food-strategy strong { display: block; font-family: "Fraunces", serif; font-size: 18px; margin: 7px 0; }
.food-strategy p { margin: 0; font-size: 16px; line-height: 1.6; color: rgba(24,35,31,.78); }

.shopping-section { background: #e4ebe5; }
.shopping-heading { align-items: flex-end; }
.shopping-heading p { max-width: 700px; }
.directory-link { flex: 0 0 auto; color: var(--ink); font-size: 16px; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.namesake-haul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid #cbd5cd; background: #cbd5cd; margin-bottom: 44px; }
.namesake-haul article { min-width: 0; min-height: 280px; padding: 24px; background: var(--paper); display: flex; flex-direction: column; }
.namesake-haul article:nth-child(2) { background: var(--gold); }
.namesake-haul article:nth-child(4) { background: var(--pine); color: #fff; }
.namesake-haul span { color: var(--rust); font-size: 14px; font-weight: 700; letter-spacing: .12em; }
.namesake-haul article:nth-child(2) span { color: #5e4210; }
.namesake-haul article:nth-child(4) span { color: var(--gold); }
.namesake-haul h3 { margin: auto 0 10px; font-family: "Fraunces", serif; font-size: 24px; line-height: 1.05; }
.namesake-haul p { margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.62; }
.namesake-haul article:nth-child(2) p { color: rgba(24,35,31,.8); }
.namesake-haul article:nth-child(4) p { color: rgba(255,255,255,.78); }
.namesake-haul button, .namesake-haul a { align-self: flex-start; border: 0; border-bottom: 1px solid currentColor; background: transparent; padding: 2px 0 4px; color: inherit; font-size: 16px; font-weight: 700; text-decoration: none; cursor: pointer; }
.market-heading { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 36px; padding: 0 0 16px; border-bottom: 1px solid #b9c6bc; }
.market-heading span { display: block; color: var(--rust); font-size: 14px; font-weight: 700; letter-spacing: .12em; margin-bottom: 5px; }
.market-heading h3 { margin: 0; font-family: "Fraunces", serif; font-size: 30px; }
.market-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.market-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 16px 0 52px; }
.market-card { min-width: 0; padding: 23px; border: 1px solid #c7d1c9; border-radius: 14px; background: rgba(255,253,247,.72); display: grid; grid-template-columns: 1fr auto; gap: 12px 18px; }
.market-card.featured-market { background: #fff6df; border-color: #d9bc6d; }
.market-card small { display: block; color: var(--rust); font-size: 14px; font-weight: 700; letter-spacing: .1em; margin-bottom: 4px; }
.market-card h3 { margin: 0; font-family: "Fraunces", serif; font-size: 23px; line-height: 1.08; }
.market-card > strong { color: var(--pine); font-size: 16px; text-align: right; }
.market-card > p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.62; }
.market-card > div:last-child { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 16px; }
.market-card a { color: var(--ink); font-size: 16px; font-weight: 700; text-decoration: none; border-bottom: 1px solid #9da99f; }
.directory-tools { scroll-margin-top: 18px; display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 14px; border-bottom: 1px solid #b9c6bc; }
.directory-tools > div span { display: block; color: var(--rust); font-size: 14px; font-weight: 700; letter-spacing: .12em; }
.directory-tools > div strong { display: block; margin-top: 5px; font-family: "Fraunces", serif; font-size: 24px; }
.shop-search { width: min(380px, 100%); }
.shop-search input { width: 100%; min-height: 48px; border: 1px solid #aebbb1; border-radius: 10px; background: rgba(255,255,255,.62); padding: 10px 13px; color: var(--ink); font-size: 16px; outline: 0; }
.shop-search input:focus { border-color: var(--rust); box-shadow: 0 0 0 3px rgba(215,96,50,.13); }
.shop-filter-bar { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 15px 0 18px; }
.shop-filter-bar::-webkit-scrollbar { display: none; }
.shop-filter { flex: 0 0 auto; min-height: 44px; border: 1px solid #aebbb1; background: transparent; border-radius: 999px; padding: 9px 14px; font-size: 16px; font-weight: 600; cursor: pointer; }
.shop-filter.active { background: var(--pine); color: #fff; border-color: var(--pine); }
.shop-directory { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.shop-card { min-width: 0; min-height: 235px; padding: 20px; border: 1px solid #cad4cc; border-radius: 12px; background: var(--paper); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; animation: cardIn .42s both; animation-delay: min(calc(var(--row, 0) * 26ms), 260ms); }
.shop-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(24,35,31,.12); }
.shop-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; color: var(--muted); font-size: 14px; line-height: 1.35; }
.shop-card-top span { color: var(--rust); font-weight: 700; }
.shop-card-top b { text-align: right; font-weight: 600; }
.shop-card h3 { margin: 20px 0 8px; font-family: "Fraunces", serif; font-size: 22px; line-height: 1.08; }
.shop-card p { margin: 0 0 20px; color: var(--muted); font-size: 16px; line-height: 1.62; }
.shop-card > div:last-child { display: flex; flex-wrap: wrap; gap: 14px; margin-top: auto; }
.shop-card a { color: var(--ink); font-size: 16px; font-weight: 700; text-decoration: none; border-bottom: 1px solid #aaa69c; }
.shop-empty { margin: 0; padding: 34px 0; color: var(--muted); font-size: 16px; text-align: center; }
.directory-source { margin: 22px 0 0; max-width: 880px; color: var(--muted); font-size: 16px; line-height: 1.62; }
.dispensary-guide { scroll-margin-top: 20px; margin-top: 72px; padding: 38px; border-radius: 22px; background: var(--pine); color: #fff; box-shadow: var(--shadow); }
.dispensary-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 36px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.18); }
.dispensary-heading span { display: block; color: var(--gold); font-size: 14px; font-weight: 700; letter-spacing: .13em; }
.dispensary-heading h3 { margin: 5px 0 0; font-family: "Fraunces", serif; font-size: 42px; }
.dispensary-heading p { margin: 0; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.62; }
.dispensary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.dispensary-card { min-width: 0; padding: 22px; border: 1px solid rgba(255,255,255,.17); border-radius: 12px; background: rgba(255,255,255,.065); display: flex; flex-direction: column; }
.dispensary-card.recommended-store { border-color: rgba(233,185,73,.68); background: rgba(233,185,73,.1); }
.store-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; color: var(--gold); font-size: 14px; font-weight: 700; letter-spacing: .08em; }
.store-top b { border: 1px solid rgba(255,255,255,.24); border-radius: 999px; padding: 4px 7px; color: #fff; font-size: 13px; white-space: nowrap; }
.dispensary-card h4 { margin: 23px 0 6px; font-family: "Fraunces", serif; font-size: 25px; }
.store-address { min-height: 52px; margin: 0; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.55; }
.store-hours { margin: 18px 0; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.store-hours small { display: block; color: rgba(255,255,255,.6); font-size: 14px; font-weight: 700; letter-spacing: .1em; }
.store-hours strong { display: block; margin-top: 4px; color: var(--gold); font-size: 18px; line-height: 1.5; }
.dispensary-card > p:not(.store-address) { margin: 0 0 20px; color: rgba(255,255,255,.77); font-size: 16px; line-height: 1.62; }
.store-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: auto; }
.store-links a, .rule-links a { color: #fff; font-size: 16px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(233,185,73,.72); }
.cannabis-rules { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 26px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.15); }
.cannabis-rules > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 19px; background: var(--pine); }
.cannabis-rules span { color: var(--gold); font-family: "Fraunces", serif; font-size: 18px; }
.cannabis-rules p { margin: 0; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.62; }
.cannabis-rules strong { color: #fff; }
.rule-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 20px; }

.after-section { color: #fff; background: var(--pine); position: relative; overflow: hidden; }
.after-section::after { content: ""; position: absolute; width: 560px; height: 560px; right: -240px; top: -230px; border: 1px solid rgba(233,185,73,.24); border-radius: 50%; box-shadow: 0 0 0 50px rgba(233,185,73,.025), 0 0 0 100px rgba(233,185,73,.02); }
.after-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.35fr; gap: 72px; }
.after-intro h2 { color: var(--paper); }
.after-intro > p:not(.eyebrow) { color: rgba(255,255,255,.78); line-height: 1.65; font-size: 17px; }
.eyebrow.warm { color: var(--gold); margin-bottom: 13px; }
.primary-link { display: inline-flex; gap: 18px; align-items: center; margin-top: 14px; color: #fff; text-decoration: none; font-weight: 700; font-size: 14px; border-bottom: 1px solid var(--gold); padding-bottom: 5px; }
.primary-link span { color: var(--gold); }
.night-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.night-card { background: #f0eadc; color: var(--ink); min-height: 300px; padding: 24px; display: flex; flex-direction: column; border-radius: 4px; transform: rotate(-1deg); }
.night-card.featured { background: var(--gold); transform: rotate(1.5deg) translateY(14px); }
.night-card-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.night-card-top b { background: var(--pine); color: #fff; padding: 4px 6px; border-radius: 2px; font-size: 12px; }
.night-card h3 { margin: auto 0 12px; font-family: "Fraunces", serif; font-size: 27px; line-height: 1.08; }
.night-card h3 small { font: inherit; font-size: 17px; color: #59615c; }
.night-card p { margin: 0 0 22px; color: #59635d; font-size: 16px; line-height: 1.55; }
.night-card button { border: 1px solid var(--ink); background: transparent; padding: 12px; cursor: pointer; font-weight: 700; font-size: 14px; }
.night-card button.added { background: var(--pine); color: #fff; }
.night-card.comedy-card { grid-column: 1 / -1; min-height: 0; padding: 28px; background: #15362f; color: #fff; transform: none; }
.comedy-card h3 { margin: 22px 0 17px; color: #fff; }
.comedy-card h3 small { color: rgba(255,255,255,.76); }
.comedy-times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.comedy-times p { margin: 0; color: rgba(255,255,255,.76); }
.comedy-times strong { display: block; margin-bottom: 4px; color: #fff; }
.comedy-card button { align-self: start; margin-top: 21px; border-color: rgba(255,255,255,.55); color: #fff; font-size: 16px; }
.midnight-note { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; margin-top: 64px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); max-width: 760px; }
.moon { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; display: grid; place-items: center; color: var(--gold); font-size: 21px; }
.midnight-note strong { font-size: 16px; }
.midnight-note p { margin: 7px 0 0; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.6; }

.field-section { background: var(--paper); padding-bottom: 130px; }
.field-heading { margin-bottom: 38px; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.field-card { background: var(--paper); padding: 30px; display: grid; grid-template-columns: 52px 1fr; gap: 19px; min-height: 170px; }
.field-icon { width: 52px; height: 52px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-family: "Fraunces", serif; color: var(--rust); font-size: 18px; }
.weather-card .field-icon { font-family: "DM Sans", system-ui, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.field-card h3 { margin: 3px 0 8px; font-family: "Fraunces", serif; font-size: 21px; }
.field-card p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 16px; }
.quick-links { margin-top: 36px; display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 32px; }
.quick-links a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); padding: 16px 2px; display: flex; align-items: center; justify-content: space-between; font-size: 16px; }
.quick-links a b { color: var(--rust); }
.source-note { margin-top: 36px; border-left: 3px solid var(--gold); padding-left: 15px; max-width: 660px; }
.source-note span { font-size: 12px; color: var(--rust); font-weight: 700; letter-spacing: .12em; }
.source-note p { margin: 6px 0 0; color: var(--muted); font-size: 16px; line-height: 1.6; }

.bottom-nav { display: none; }
.toast { position: fixed; left: 50%; bottom: 30px; transform: translate(-50%, 20px); background: var(--ink); color: #fff; border-radius: 999px; padding: 11px 18px; font-size: 14px; opacity: 0; pointer-events: none; transition: .25s ease; z-index: 50; box-shadow: var(--shadow); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 760px) {
  .hero { min-height: 620px; padding: 20px 20px 24px; }
  .hero-copy { margin: auto 0 38px; }
  .hero h1 { font-size: clamp(55px, 17vw, 78px); }
  .dek { font-size: 17px; max-width: 330px; }
  .hero-glow { width: 330px; height: 330px; right: -110px; top: 10%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; margin-top: 22px; }
  .hero-play { min-height: 56px; }
  .hero-meta { grid-template-columns: 1fr 1fr; gap: 16px 10px; }
  .hero-meta div:nth-child(3) { display: none; }
  section { padding: 64px 20px; }
  .energy-ticker { height: 40px; }
  .tv-heading { grid-template-columns: 1fr; gap: 8px; margin-bottom: 26px; }
  .tv-heading p { margin-bottom: 0; }
  .tv-grid { width: calc(100% + 40px); margin-left: -20px; display: flex; gap: 12px; overflow-x: auto; padding: 0 20px 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .tv-grid::-webkit-scrollbar { display: none; }
  .video-card, .video-card-featured, .live-stream-card { flex: 0 0 84vw; min-height: 340px; grid-row: auto; grid-column: auto; scroll-snap-align: center; }
  .video-card .video-art, .video-card-featured .video-art { min-height: 210px; }
  .live-stream-card { flex-direction: column; align-items: stretch; min-height: 340px; }
  .live-orbit { flex-basis: 210px; width: 100%; min-height: 210px; }
  .live-orbit b { bottom: 31px; }
  .video-card-featured .video-copy strong { font-size: 27px; }
  .video-dialog { width: calc(100vw - 20px); border-radius: 16px; }
  .video-frame { border-radius: 16px 16px 0 0; }
  .video-close { right: 8px; top: -56px; background: #fff; }
  .video-dialog-copy { grid-template-columns: 1fr; gap: 6px; padding: 17px 18px 20px; }
  .video-dialog-copy h2 { font-size: 24px; }
  .video-dialog-copy a { justify-self: start; margin-top: 5px; }
  .section-heading { align-items: center; margin-bottom: 28px; }
  .day-tabs { width: calc(100% + 40px); margin-left: -20px; }
  .day-tab { padding: 14px 9px; text-align: center; }
  .day-tab span { font-size: 12px; }
  .day-tab strong { font-size: 16px; }
  .forecast-card { width: calc(100% + 12px); margin-left: -6px; padding: 20px 18px; border-radius: 18px; }
  .forecast-top { display: block; margin-bottom: 18px; }
  .confidence { display: inline-block; margin: 12px 0 0 58px; }
  .forecast-heading h3 { font-size: 21px; }
  .forecast-temps { grid-template-columns: repeat(2, 1fr); }
  .forecast-temps > div { padding: 15px 10px; }
  .forecast-temps > div:first-child { padding-left: 0; }
  .forecast-temps > div:nth-child(2) { border-right: 0; padding-right: 0; }
  .forecast-temps strong { font-size: 31px; }
  .forecast-risk { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.14); padding: 15px 0 !important; }
  .forecast-risk small { min-height: 0; }
  .forecast-details { grid-template-columns: 1fr; gap: 8px; }
  .forecast-alert { grid-template-columns: 1fr; gap: 5px; }
  .forecast-plan { grid-template-columns: 1fr; gap: 5px; }
  .travel-card { grid-template-columns: auto 1fr; padding: 18px; border-radius: 16px; }
  .travel-time { grid-column: 2; text-align: left; display: flex; gap: 8px; align-items: baseline; }
  .travel-time b { font-size: 23px; }
  .plan-toolbar { align-items: flex-start; }
  .view-toggle button { padding: 8px 11px; }
  .event-row { grid-template-columns: 72px 1fr auto; gap: 10px; padding: 20px 0; }
  .event-main h3 { font-size: 19px; }
  .event-row.is-selected::before { left: -10px; }
  .map-heading { align-items: flex-start; flex-direction: column; }
  .map-source-links { margin-top: 4px; }
  .map-controls { align-items: stretch; flex-direction: column; }
  .map-day-tabs { width: calc(100% + 40px); margin-left: -20px; border-left: 0; border-right: 0; border-radius: 0; }
  .map-day-tab { min-width: 0; padding: 8px 9px; }
  .map-mode-toggle { align-self: flex-start; }
  .festival-map-shell { grid-template-columns: 1fr; min-height: 0; border-radius: 16px; }
  .festival-map-wrap, .festival-map { min-height: 480px; height: 480px; }
  .map-venue-panel { border-left: 0; border-top: 1px solid var(--line); }
  .map-venue-list { max-height: none; overflow: visible; }
  .map-panel-head { padding: 22px 18px 17px; }
  .map-venue-card { padding: 18px 17px; }
  .map-card-events { margin-left: 0; }
  .map-directions { margin-left: 0; }
  .map-zoom-hint { left: 10px; bottom: 10px; font-size: 14px; }
  .map-legend { gap: 11px 17px; }
  .food-heading { align-items: flex-start; flex-direction: column; }
  .food-guide-link { margin-top: 4px; }
  .wait-board { grid-template-columns: 1fr; gap: 13px; padding: 18px; }
  .food-filter-bar { width: calc(100% + 40px); margin-left: -20px; padding-left: 20px; padding-right: 20px; }
  .food-grid { grid-template-columns: 1fr; }
  .food-card { padding: 19px 17px; }
  .food-strategy { grid-template-columns: 1fr; }
  .shopping-heading { align-items: flex-start; flex-direction: column; }
  .directory-link { margin-top: 4px; }
  .namesake-haul { grid-template-columns: 1fr; }
  .namesake-haul article { min-height: 235px; padding: 22px 19px; }
  .market-heading { grid-template-columns: 1fr; gap: 10px; }
  .market-grid { grid-template-columns: 1fr; margin-bottom: 44px; }
  .market-card { grid-template-columns: 1fr; padding: 20px 18px; }
  .market-card > strong { text-align: left; }
  .directory-tools { align-items: stretch; flex-direction: column; gap: 14px; }
  .shop-search { width: 100%; }
  .shop-filter-bar { width: calc(100% + 40px); margin-left: -20px; padding-left: 20px; padding-right: 20px; }
  .shop-directory { grid-template-columns: 1fr; }
  .shop-card { min-height: 0; padding: 19px 17px; }
  .dispensary-guide { width: calc(100% + 12px); margin-left: -6px; margin-top: 58px; padding: 25px 18px; border-radius: 18px; }
  .dispensary-heading { grid-template-columns: 1fr; gap: 10px; }
  .dispensary-heading h3 { font-size: 36px; }
  .dispensary-grid { grid-template-columns: 1fr; }
  .store-address { min-height: 0; }
  .cannabis-rules { grid-template-columns: 1fr; }
  .after-layout { grid-template-columns: 1fr; gap: 36px; }
  .night-cards { grid-template-columns: 1fr; gap: 18px; }
  .night-card { min-height: 240px; transform: none; }
  .night-card.featured { transform: none; }
  .night-card.comedy-card { grid-column: auto; padding: 24px 20px; }
  .comedy-times { grid-template-columns: 1fr; gap: 12px; }
  .midnight-note { margin-top: 42px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-card { min-height: 0; padding: 24px 18px; }
  .quick-links { grid-template-columns: 1fr; }
  .field-section { padding-bottom: 110px; }
  .bottom-nav { display: grid; grid-template-columns: repeat(5, 1fr); position: fixed; z-index: 40; bottom: max(10px, env(safe-area-inset-bottom)); left: 14px; right: 14px; height: 62px; background: rgba(18,36,31,.95); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.16); border-radius: 17px; box-shadow: 0 15px 35px rgba(0,0,0,.24); }
  .bottom-nav a { color: rgba(255,255,255,.72); text-decoration: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-size: 12px; position: relative; transition: color .2s ease, transform .2s ease; }
  .bottom-nav a span { font-size: 18px; }
  .bottom-nav a::after { content: ""; position: absolute; bottom: 5px; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); opacity: 0; transform: scale(0); transition: opacity .2s ease, transform .2s ease; }
  .bottom-nav a.active { color: var(--gold); transform: translateY(-2px); }
  .bottom-nav a.active::after { opacity: 1; transform: scale(1); }
  .toast { bottom: 87px; width: max-content; max-width: calc(100vw - 40px); text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-ready .reveal-item { opacity: 1; transform: none; }
  .event-row, .map-venue-card, .food-card, .shop-card, .festival-marker { opacity: 1; transform: none; }
}
