:root {
  --red: #e51019;
  --red-dark: #b60911;
  --ink: #0d0d0d;
  --deep: #080808;
  --surface: #161616;
  --paper: #f5f5f2;
  --white: #fff;
  --muted: #a1a1a1;
  --line-dark: rgb(13 13 13 / 16%);
  --line-light: rgb(255 255 255 / 16%);
  --display: "Archivo Black", Impact, sans-serif;
  --body: "DM Sans", sans-serif;
  --radius: 1.25rem;
  --shadow: 0 24px 70px rgb(0 0 0 / 18%);
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --control-min: 2.75rem;
  --content-max: 90rem;
  --reading-max: 42rem;
  --gutter: 1rem;
  --type-display: clamp(2.8rem, 12vw, 6rem);
  --type-title: clamp(1.65rem, 3vw, 2.25rem);
  --type-body: clamp(1rem, .96rem + .18vw, 1.125rem);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: var(--type-body); line-height: 1.5; padding-bottom: 5rem; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
svg { width: 1.5rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; top: .5rem; left: .5rem; transform: translateY(-160%); background: var(--white); padding: .75rem 1rem; font-weight: 700; }
.skip-link:focus { transform: none; }

.topbar { position: absolute; z-index: 10; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto auto; align-items: center; width: 100%; padding: 1rem; color: var(--white); }
.brand { display: inline-flex; gap: .65rem; align-items: center; width: fit-content; color: var(--white); font-size: .74rem; line-height: .9; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.brand img { width: 2.75rem; height: 2.75rem; border-radius: 50%; }
.brand strong { color: var(--red); font-size: .9rem; }
.weather { display: flex; gap: .35rem; align-items: center; min-height: 2.75rem; margin-right: .4rem; padding: 0 .8rem; border: 1px solid var(--line-light); border-radius: 99px; font-weight: 700; }
.weather small { display: none; color: var(--muted); font-weight: 500; }
.weather-dot { width: .5rem; height: .5rem; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 .25rem rgb(229 16 25 / 18%); }
.icon-button { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; padding: 0; color: var(--white); background: transparent; border: 1px solid var(--line-light); border-radius: 50%; }
.icon-button--light { color: var(--ink); border-color: var(--line-dark); }

.menu-panel { position: fixed; z-index: 80; inset: 0; padding: 0; overflow-y: auto; color: var(--ink); background: rgb(13 13 13 / 68%); backdrop-filter: blur(8px); }
.menu-panel[hidden] { display: none; }
.menu-shell { position: relative; display: grid; min-height: 100%; padding: var(--space-4); background: var(--paper); }
.menu-head { display: flex; justify-content: space-between; align-items: center; align-self: start; }
.menu-head p { margin: 0; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.menu-panel nav { display: grid; align-self: center; margin: var(--space-12) 0; }
.menu-panel nav a { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: var(--space-4); align-items: center; min-height: 5.25rem; padding: var(--space-3) 0; border-bottom: 1px solid var(--line-dark); text-decoration: none; }
.menu-panel nav a:first-child { border-top: 1px solid var(--line-dark); }
.menu-link-copy { display: grid; gap: .3rem; min-width: 0; }
.menu-link-copy strong { font-family: var(--display); font-size: clamp(1.65rem, 8vw, 3rem); font-weight: 400; letter-spacing: -.045em; line-height: .95; text-transform: uppercase; }
.menu-link-copy small { color: #666; font-size: .78rem; line-height: 1.3; }
.menu-index { color: var(--red); font-size: .72rem; font-weight: 800; }
.menu-context { display: none; }
.menu-note { align-self: end; max-width: 28rem; margin: var(--space-6) 0 0; color: #666; font-size: .78rem; }

.hero { position: relative; min-height: 47rem; padding: 7rem 1rem 3rem; overflow: hidden; color: var(--paper); background: var(--deep); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgb(255 255 255 / 4%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px); background-size: 2rem 2rem; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-kicker { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .7rem; border-bottom: 1px solid var(--line-light); color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero h1 { position: relative; z-index: 2; margin: 2.25rem 0 1.2rem; font-family: var(--display); font-size: clamp(3.9rem, 17vw, 8.5rem); font-weight: 400; letter-spacing: -.055em; line-height: .82; text-transform: uppercase; }
.hero h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-copy { position: relative; z-index: 2; max-width: 22rem; margin: 0 0 2rem; color: #c6c6c1; font-size: 1.05rem; }
.search-box { position: relative; z-index: 3; }
.search-box label { display: block; margin-bottom: .55rem; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.search-control { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; padding: .4rem; color: var(--ink); background: var(--white); border-radius: .9rem; box-shadow: var(--shadow); }
.search-control svg { margin-left: .55rem; color: #555; }
.search-control input { width: 100%; min-height: 3rem; padding: 0 .65rem; border: 0; outline: 0; background: transparent; }
.search-control button { min-height: 3rem; padding: 0 1rem; color: var(--white); background: var(--red); border: 0; border-radius: .65rem; font-size: .82rem; font-weight: 700; }
.location-button { position: relative; z-index: 3; display: flex; gap: .55rem; align-items: center; width: 100%; min-height: 3rem; margin-top: .65rem; padding: 0 .85rem; color: var(--paper); background: transparent; border: 1px solid var(--line-light); border-radius: .85rem; text-align: left; text-decoration: none; }
.location-button span { margin-left: auto; color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.hero-orbit { position: absolute; z-index: 1; top: 9rem; right: -12rem; width: 25rem; height: 25rem; opacity: .75; }
.orbit { position: absolute; inset: 0; border: 1px solid rgb(229 16 25 / 42%); border-radius: 50%; }
.orbit-two { inset: 4rem; border-color: rgb(255 255 255 / 15%); }
.map-pin { position: absolute; top: 8rem; left: 8rem; width: 3.4rem; height: 4.3rem; background: var(--red); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 0 0 1.5rem rgb(229 16 25 / 8%); }
.map-pin::after { content: ""; position: absolute; inset: 1.1rem; background: var(--deep); border-radius: 50%; }

.pulse-strip { display: grid; grid-template-columns: auto 1fr; align-items: center; min-height: 3rem; overflow: hidden; color: var(--white); background: var(--red); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pulse-strip > span { z-index: 2; padding: 1rem; color: var(--white); background: var(--red-dark); white-space: nowrap; }
.marquee { width: max-content; padding-left: 1rem; animation: marquee 18s linear infinite; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 5rem var(--gutter); }
.eyebrow { margin: 0 0 .75rem; color: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow--light { color: #ff555c; }
.section-heading h2, .agenda-title-wrap h2, .guide-copy h2, .business-cta h2 { margin: 0; font-family: var(--display); font-size: var(--type-display); font-weight: 400; letter-spacing: -.055em; line-height: .9; text-transform: uppercase; }
.section-heading > p { max-width: 23rem; margin: 1.25rem 0 2rem; color: #555; }
.category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.category-card { position: relative; display: flex; flex-direction: column; min-height: 14rem; padding: 1rem; overflow: hidden; border: 0; border-radius: 1rem; text-align: left; text-decoration: none; }
.category-card svg { width: 4.5rem; height: 4.5rem; margin: auto; stroke-width: 1.55; }
.category-card strong { font-family: var(--display); font-size: 1.35rem; line-height: 1; text-transform: uppercase; }
.category-card small { margin-top: .4rem; line-height: 1.25; }
.category-index { position: absolute; top: .75rem; right: .75rem; font-size: .65rem; font-weight: 700; }
.category-card--red { color: var(--white); background: var(--red); transform: translateY(1.5rem); }
.category-card--cream { color: var(--ink); background: #deded5; }
.category-card--dark { color: var(--paper); background: var(--ink); transform: translateY(1.5rem); }
.category-card--outline { color: var(--ink); background: transparent; border: 1px solid var(--line-dark); }

.agenda-section { position: relative; color: var(--paper); background: var(--ink); }
.agenda-date { display: flex; gap: .5rem; align-items: center; margin-bottom: 2.5rem; }
.agenda-date strong { color: var(--red); font-family: var(--display); font-size: 5rem; line-height: .8; }
.agenda-date span { color: var(--muted); font-size: .7rem; font-weight: 700; line-height: 1.4; }
.agenda-list { margin-top: 3rem; border-top: 1px solid var(--line-light); }
.agenda-list article { display: grid; grid-template-columns: 3.25rem 1fr 2.75rem; gap: .8rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid var(--line-light); }
.agenda-list time { align-self: start; padding-top: .2rem; color: #ff6268; font-weight: 700; }
.agenda-list span, .agenda-list p { color: var(--muted); font-size: .72rem; }
.agenda-list h3 { margin: .25rem 0; font-size: 1.05rem; line-height: 1.2; }
.agenda-list p { margin: 0; }
.agenda-list button, .agenda-list article > a { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; padding: 0; color: var(--paper); background: transparent; border: 1px solid var(--line-light); border-radius: 50%; }

.results-section { background: var(--paper); }
.section-heading--results { display: block; }
.text-button { display: inline-flex; align-items: center; min-height: 2.75rem; padding: 0; color: var(--ink); background: transparent; border: 0; border-bottom: 2px solid var(--red); font-weight: 700; text-decoration: none; }
.filter-row { display: flex; gap: .5rem; margin: 2rem -1rem 1.5rem; padding: 0 1rem .35rem; overflow-x: auto; scrollbar-width: none; }
.filter-chip { min-height: 2.75rem; padding: 0 1rem; color: var(--ink); background: transparent; border: 1px solid var(--line-dark); border-radius: 99px; white-space: nowrap; }
.filter-chip.is-active { color: var(--white); background: var(--ink); border-color: var(--ink); }
.results-toolbar { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-bottom: 1rem; }
.results-toolbar > p { margin: 0; color: #5a5a55; font-size: .82rem; }
.view-toggle { display: grid; grid-template-columns: 1fr 1fr; padding: .2rem; background: #e5e5df; border-radius: 99px; }
.view-toggle button { min-height: 2.75rem; padding: 0 .85rem; color: #5a5a55; background: transparent; border: 0; border-radius: 99px; font-size: .78rem; font-weight: 700; }
.view-toggle button.is-active { color: var(--white); background: var(--ink); }
.place-list { display: grid; gap: 1rem; }
.place-card { overflow: hidden; background: var(--white); border: 1px solid var(--line-dark); border-radius: var(--radius); box-shadow: 0 12px 32px rgb(0 0 0 / 6%); }
.place-visual { position: relative; display: grid; place-items: center; min-height: 13rem; overflow: hidden; color: var(--white); background: var(--surface); }
.place-visual::before, .place-visual::after { content: ""; position: absolute; border: 1px solid rgb(255 255 255 / 23%); border-radius: 50%; }
.place-visual::before { width: 13rem; height: 13rem; right: -3rem; bottom: -5rem; }
.place-visual::after { width: 8rem; height: 8rem; left: -2rem; top: -3rem; }
.place-card:nth-child(2) .place-visual { background: var(--red); }
.place-card:nth-child(3) .place-visual { color: var(--ink); background: #d8d8cf; }
.place-monogram { position: relative; z-index: 1; font-family: var(--display); font-size: 5rem; opacity: .9; }
.place-badges { position: absolute; z-index: 2; top: .75rem; left: .75rem; display: flex; gap: .4rem; }
.place-badge { padding: .35rem .55rem; color: var(--ink); background: var(--paper); border-radius: 99px; font-size: .62rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.place-badge--sponsored { color: var(--white); background: var(--ink); }
.save-button { position: absolute; z-index: 2; top: .65rem; right: .65rem; display: grid; place-items: center; width: 2.75rem; height: 2.75rem; padding: 0; color: var(--white); background: rgb(0 0 0 / 28%); border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; backdrop-filter: blur(8px); }
.save-button.is-saved { color: var(--white); background: var(--red); }
.place-body { padding: 1rem; }
.place-meta { display: flex; justify-content: space-between; gap: 1rem; color: #666; font-size: .75rem; }
.place-status { color: #216c3a; font-weight: 800; }
.place-status.is-closed { color: var(--red-dark); }
.place-body h3 { margin: .45rem 0 .3rem; font-family: var(--display); font-size: 1.65rem; font-weight: 400; line-height: 1; text-transform: uppercase; }
.place-body > p { min-height: 3rem; margin: 0 0 1rem; color: #555; font-size: .9rem; }
.place-reason { display: flex; gap: .45rem; align-items: center; min-height: auto !important; margin-bottom: .75rem !important; color: var(--red-dark) !important; font-size: .72rem !important; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.place-reason::before { content: ""; flex: 0 0 auto; width: .45rem; height: .45rem; background: var(--red); border-radius: 50%; }
.place-actions { display: grid; grid-template-columns: 1fr auto; gap: .5rem; }
.place-actions button, .place-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 2.75rem; padding: 0 1rem; border-radius: .7rem; font-weight: 700; text-decoration: none; }
.place-actions a:first-child, .place-actions button:first-child { color: var(--white); background: var(--ink); border: 1px solid var(--ink); }
.place-actions button:last-child { color: var(--ink); background: transparent; border: 1px solid var(--line-dark); }
.loading-state { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; }
.loading-state span { height: 12rem; border-radius: 1rem; background: linear-gradient(90deg, #deded7, #f2f2ed, #deded7); background-size: 200% 100%; animation: shimmer 1.2s infinite; }
.loading-state p { grid-column: 1 / -1; text-align: center; }
@keyframes shimmer { to { background-position: -200% 0; } }
.empty-state { padding: 4rem 1rem; border: 1px dashed #aaa; border-radius: var(--radius); text-align: center; }
.empty-state span { color: var(--red); font-family: var(--display); font-size: 5rem; }
.empty-state h3 { margin: 0; font-family: var(--display); font-size: 2rem; text-transform: uppercase; }
.empty-state p { color: #666; }
.empty-state button { min-height: 2.75rem; padding: 0 1rem; color: var(--white); background: var(--ink); border: 0; border-radius: .7rem; }
.load-more-wrap { display: grid; justify-items: center; gap: .65rem; margin-top: 2rem; text-align: center; }
.load-more-wrap p { margin: 0; color: #666; font-size: .8rem; }
.load-more-wrap button { min-height: 3rem; padding: 0 1.35rem; color: var(--white); background: var(--ink); border: 0; border-radius: .75rem; font-weight: 800; }
.map-view { position: relative; height: min(31rem, 70dvh); min-height: 24rem; overflow: hidden; background: #deded5; border: 1px solid var(--line-dark); border-radius: var(--radius); }
.map-grid { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(28deg, transparent 46%, rgb(13 13 13 / 18%) 47%, rgb(13 13 13 / 18%) 49%, transparent 50%), linear-gradient(118deg, transparent 46%, rgb(13 13 13 / 12%) 47%, rgb(13 13 13 / 12%) 49%, transparent 50%); background-size: 8rem 8rem, 11rem 11rem; }
.map-caption { position: absolute; z-index: 2; top: 1rem; left: 1rem; display: flex; flex-direction: column; padding: .75rem; background: rgb(245 245 242 / 92%); border-radius: .65rem; box-shadow: 0 8px 24px rgb(0 0 0 / 10%); }
.map-caption span { color: #666; font-size: .72rem; }
.map-pin-button { position: absolute; z-index: 3; display: grid; place-items: center; min-width: 3rem; height: 3rem; padding: 0 .65rem; color: var(--white); background: var(--red); border: 3px solid var(--white); border-radius: 99px 99px 99px .35rem; box-shadow: 0 8px 20px rgb(0 0 0 / 22%); font-weight: 800; transform: rotate(-10deg); }
.map-pin-button span { transform: rotate(10deg); }

.guide-section { position: relative; display: grid; min-height: 35rem; overflow: hidden; color: var(--paper); background: var(--red); }
.guide-stamp { position: absolute; top: 1rem; right: 1rem; z-index: 2; width: 5.5rem; height: 5.5rem; padding: .7rem; border: 1px solid rgb(255 255 255 / 55%); border-radius: 50%; font-size: .58rem; font-weight: 700; line-height: 1.2; text-align: center; text-transform: uppercase; transform: rotate(8deg); }
.guide-stamp strong { font-size: 1.25rem; }
.guide-copy { position: relative; z-index: 2; align-self: end; max-width: 34rem; }
.guide-copy .eyebrow { color: var(--white); }
.guide-copy h2 em { color: var(--ink); }
.guide-copy > p { max-width: 25rem; }
.guide-copy a { display: inline-flex; gap: .5rem; align-items: center; min-height: 2.75rem; margin-top: 1rem; color: var(--white); font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--ink); }
.guide-copy small { display: block; margin-top: 1rem; color: rgb(255 255 255 / 70%); }
.guide-art { position: absolute; top: 2rem; left: 8%; width: 24rem; height: 24rem; opacity: .28; }
.guide-art span { position: absolute; inset: 0; border: 2px solid var(--white); border-radius: 50%; }
.guide-art span:nth-child(2) { inset: 3rem; }
.guide-art span:nth-child(3) { inset: 6rem; background: var(--ink); border: 0; }

.business-cta { padding: 6rem 1rem; color: var(--paper); background: var(--deep); text-align: center; }
.business-cta > p { color: var(--muted); }
.business-cta h2 { max-width: 60rem; margin: 0 auto 2rem; }
.business-cta button { min-height: 3.25rem; padding: 0 1.4rem; color: var(--white); background: var(--red); border: 0; border-radius: .75rem; font-weight: 800; }
.business-cta > span { display: block; margin-top: 1rem; color: #777; font-size: .7rem; }

.bottom-nav { position: fixed; z-index: 50; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; padding: .45rem .5rem max(.45rem, env(safe-area-inset-bottom)); background: rgb(245 245 242 / 94%); border-top: 1px solid var(--line-dark); backdrop-filter: blur(16px); }
.bottom-nav a, .bottom-nav button { display: flex; flex-direction: column; gap: .15rem; align-items: center; justify-content: center; min-height: 3.5rem; padding: 0; color: #777; background: transparent; border: 0; font-size: .65rem; text-decoration: none; }
.bottom-nav svg { width: 1.35rem; height: 1.35rem; }
.bottom-nav .is-active { color: var(--red); font-weight: 800; }
.bottom-nav .is-active svg { stroke-width: 2.35; }

.place-dialog { width: min(100% - 1rem, 38rem); max-height: calc(100dvh - 1rem); padding: 0; overflow: auto; color: var(--ink); background: var(--paper); border: 0; border-radius: 1.5rem; box-shadow: var(--shadow); }
.place-dialog::backdrop { background: rgb(0 0 0 / 72%); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: .75rem; right: .75rem; display: grid; place-items: center; width: 2.75rem; height: 2.75rem; padding: 0; color: var(--white); background: rgb(0 0 0 / 42%); border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; }
.dialog-hero { min-height: 16rem; padding: 4rem 1.25rem 1.25rem; color: var(--white); background: var(--ink); }
.dialog-hero .place-monogram { font-size: 7rem; }
.dialog-body { padding: 1.25rem; }
.dialog-body h2 { margin: 0 0 .5rem; font-family: var(--display); font-size: 2.4rem; line-height: .95; text-transform: uppercase; }
.dialog-body .provenance { padding: .8rem; background: #e9e9e2; border-radius: .7rem; font-size: .75rem; }
.dialog-actions { position: sticky; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; padding: .75rem; background: rgb(245 245 242 / 95%); backdrop-filter: blur(10px); }
.dialog-actions button { min-height: 3.25rem; padding: 0 .75rem; border-radius: .75rem; font-weight: 800; }
.dialog-actions button:first-child { grid-column: 1 / -1; color: var(--white); background: var(--red); border: 0; }
.dialog-actions button:not(:first-child) { background: transparent; border: 1px solid var(--line-dark); }
.toast { position: fixed; z-index: 100; right: 1rem; bottom: 6rem; left: 1rem; padding: .9rem 1rem; color: var(--white); background: var(--ink); border-left: 4px solid var(--red); border-radius: .7rem; box-shadow: var(--shadow); font-size: .9rem; }

.reveal { animation: reveal .7s both; }
.reveal:nth-child(2) { animation-delay: .08s; }
.reveal:nth-child(3) { animation-delay: .16s; }
.reveal:nth-child(4) { animation-delay: .24s; }
.reveal:nth-child(5) { animation-delay: .32s; }
@keyframes reveal { from { opacity: 0; transform: translateY(1rem); } }

@media (min-width: 48rem) {
  :root { --gutter: 3rem; }
  .topbar { padding: 1.25rem 3rem; }
  .weather small { display: inline; }
  .hero { min-height: 52rem; padding: 9rem 3rem 5rem; }
  .hero-kicker { max-width: 70rem; }
  .hero h1 { max-width: 47rem; font-size: clamp(5rem, 14vw, 7.25rem); }
  .hero-copy { margin-left: 45%; font-size: 1.2rem; }
  .search-box, .location-button { width: min(42rem, 70%); margin-left: auto; }
  .hero-orbit { top: 4rem; right: -3rem; width: 42rem; height: 42rem; }
  .map-pin { top: 14rem; left: 14rem; }
  .section { padding: 7rem 3rem; }
  .section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; }
  .filter-row { flex-wrap: wrap; margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; overflow: visible; }
  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 3rem; }
  .category-card { min-height: 18rem; }
  .results-section { padding-right: 6vw; padding-left: 6vw; }
  .section-heading--results { display: flex; justify-content: space-between; align-items: end; }
  .place-list { grid-template-columns: repeat(2, 1fr); }
  .map-view { height: 34rem; min-height: 34rem; }
  .place-visual { min-height: 17rem; }
  .guide-section { grid-template-columns: 1fr 1fr; min-height: 42rem; padding-left: 8vw; }
  .guide-art { top: 4rem; left: auto; right: 6%; width: 35rem; height: 35rem; }
}

@media (min-width: 64rem) {
  body { padding-bottom: 0; }
  .hero h1 { max-width: 67rem; font-size: clamp(6.5rem, 10vw, 8.5rem); }
  .menu-shell { width: min(34rem, 54vw); margin-left: auto; padding: var(--space-8); box-shadow: -24px 0 70px rgb(0 0 0 / 24%); }
  .menu-panel nav { margin: var(--space-12) 0 var(--space-8); }
  .menu-link-copy strong { font-size: clamp(1.8rem, 3vw, 2.75rem); }
  .menu-context { display: block; align-self: end; padding: var(--space-6); color: var(--paper); background: var(--ink); border-radius: var(--radius); }
  .menu-context p { max-width: 24rem; margin: .5rem 0 1rem; color: var(--muted); font-size: .88rem; }
  .menu-context .eyebrow { margin: 0 0 .5rem; color: #ff555c; }
  .menu-context > strong { font-family: var(--display); font-size: 1.65rem; text-transform: uppercase; }
  .menu-context a { display: inline-flex; align-items: center; min-height: var(--control-min); color: var(--white); font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--red); }
  .place-list { grid-template-columns: repeat(3, 1fr); }
  .agenda-section { display: grid; grid-template-columns: 10rem 1fr; gap: 3rem; }
  .agenda-list { grid-column: 1 / -1; margin-top: 0; }
  .bottom-nav { position: absolute; top: .65rem; right: 14rem; bottom: auto; left: auto; display: flex; width: auto; padding: 0; color: var(--white); background: transparent; border: 0; backdrop-filter: none; }
  .bottom-nav a, .bottom-nav button { min-width: 4.5rem; color: #aaa; }
  .toast { right: 2rem; bottom: 2rem; left: auto; width: min(28rem, calc(100% - 4rem)); }
  .place-dialog { width: min(100% - 2rem, 48rem); }
  [data-dialog-content] { display: grid; grid-template-columns: .8fr 1.2fr; }
  .dialog-hero { min-height: 100%; }
  .dialog-actions { grid-column: 1 / -1; }
}

@media (min-width: 75rem) {
  :root { --gutter: max(4rem, calc((100vw - var(--content-max)) / 2)); }
  .hero, .section, .business-cta { padding-right: var(--gutter); padding-left: var(--gutter); }
  .category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .category-card { min-height: 20rem; }
  .agenda-section { grid-template-columns: 10rem 1fr minmax(26rem, 1.3fr); }
  .agenda-list { grid-column: auto; }
}

@media (max-height: 30rem) and (orientation: landscape) {
  .hero { min-height: 38rem; padding-top: 6rem; }
  .hero h1 { max-width: 38rem; margin-top: 1rem; font-size: clamp(3.25rem, 11vw, 5.5rem); }
  .hero-copy { margin-bottom: 1rem; font-size: 1rem; }
  .menu-panel nav { margin-top: 2rem; }
  .menu-panel nav a { padding: .65rem 0; font-size: clamp(1.8rem, 7vw, 3.5rem); }
  .menu-note { position: static; margin-top: 2rem; }
}

@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; }
}
