/* Ivins Tracker — design tokens from design_handoff_ivins_tracker */

:root {
  --forest: #0c2d22;
  --forest-deep: #0a251c;
  --forest-line: #1e463a;
  --iron-red: #a6192e;
  --wheat: #c8b380;
  --cream-panel: #f4efe3;
  --cream-tile: #e9e3d3;
  --cream-tile-out: #f0ebdf;
  --ink: #12241d;
  --ink-muted: #6b7c73;
  --ink-muted-2: #42564c;
  --sage: #7fa093;
  --cream-text: #f2ede1;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

body {
  margin: 0;
  background: var(--forest);
  color: var(--cream-text);
  font-family: "Space Grotesk", Helvetica, sans-serif;
  min-height: 100vh;
}

a { color: var(--wheat); text-decoration: none; }
a:hover { color: #f0e6cf; }

.wrap { max-width: 1400px; margin: 0 auto; padding: 0 22px; }

/* ── Top bar ── */
.topbar { border-bottom: 3px solid var(--iron-red); background: var(--forest-deep); }
.topbar-inner {
  max-width: 1400px; margin: 0 auto; padding: 18px 22px;
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.wordmark {
  font-family: Anton, sans-serif; font-size: 30px; letter-spacing: .04em;
  text-transform: uppercase; color: var(--cream-text); line-height: .95;
}
.wordmark span { color: var(--wheat); }
.topbar-divider { height: 26px; width: 1px; background: var(--forest-line); }
.nav { display: flex; gap: 6px; }
.nav-btn {
  display: inline-block; background: transparent; border: 1px solid var(--forest-line);
  color: var(--sage); font-family: Anton, sans-serif; font-size: 14px;
  letter-spacing: .08em; text-transform: uppercase; padding: 9px 16px 7px;
  cursor: pointer; white-space: nowrap;
}
.nav-btn:hover { color: var(--cream-text); }
.nav-btn.active { background: var(--wheat); border-color: var(--wheat); color: var(--forest-deep); }
.nav-btn.active:hover { color: var(--forest-deep); }
.topbar-spacer { flex: 1; }
.today-label {
  font-family: "IBM Plex Mono", monospace; font-size: 11px;
  letter-spacing: .16em; color: var(--wheat); text-transform: uppercase;
}

/* ── Calendar panel ── */
.cal-page { padding: 22px 0 70px; }
.panel { background: var(--cream-panel); border-radius: 2px; padding: 26px 28px 32px; color: var(--ink); }
.panel-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 14px;
  border-bottom: 2px solid var(--ink); padding-bottom: 12px; margin-bottom: 16px; flex-wrap: wrap;
}
.month-block { display: flex; align-items: baseline; gap: 12px; }
.month-title {
  font-family: Anton, sans-serif; font-size: clamp(38px, 8vw, 64px);
  text-transform: uppercase; letter-spacing: .02em; line-height: .9;
}
.year-label { font-family: "IBM Plex Mono", monospace; font-size: 15px; letter-spacing: .2em; color: var(--ink-muted); }
.month-nav { display: flex; gap: 6px; }
.month-nav button {
  background: var(--ink); border: 0; color: var(--cream-panel); width: 38px; height: 32px;
  cursor: pointer; font-family: "IBM Plex Mono", monospace; font-size: 14px;
}

.weekdays { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 7px; margin-bottom: 7px; }
.weekdays div {
  font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: .2em;
  color: #8a978f; text-transform: uppercase; text-align: center; padding-bottom: 2px;
}

.grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 7px; }

.tile {
  position: relative; aspect-ratio: 1 / 0.92; background: var(--cream-tile);
  cursor: default; overflow: hidden;
  transition: transform .12s ease, box-shadow .12s ease;
}
.tile.out { background: var(--cream-tile-out); }
.tile.has-event {
  background: #ffffff; cursor: pointer;
  box-shadow: 0 4px 0 rgba(18, 36, 29, .20); transform: translateY(-3px);
}
.tile.has-event:hover { transform: translateY(-7px); box-shadow: 0 10px 0 rgba(18, 36, 29, .24); }
.tile.today { outline: 3px solid var(--iron-red); outline-offset: -3px; }

.tile .half-home { position: absolute; inset: 0; clip-path: polygon(0 0, 66% 0, 34% 100%, 0 100%); }
.tile .half-away { position: absolute; inset: 0; clip-path: polygon(69% 0, 100% 0, 100% 100%, 37% 100%); }
.tile .logo-box {
  position: absolute; top: 44%; transform: translateY(-50%); width: 42%; aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
}
.tile .logo-box.home { left: 4%; }
.tile .logo-box.away { right: 4%; }
.logo-img { width: 100%; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; }
.tile .logo-init { font-family: Anton, sans-serif; font-size: 17px; letter-spacing: .02em; }
/* Single-subject events (a trip, dog sitting) have nothing to split:
   one tint, one centered mark, and a word instead of a start time. */
.tile .fill { position: absolute; inset: 0; }
.tile .logo-box.solo {
  left: 50%; top: 46%; transform: translate(-50%, -50%); width: 46%;
}
.tile .tile-time.label { font-size: 15px; letter-spacing: .06em; }

.tile .tile-time {
  position: absolute; left: 0; right: 0; bottom: 5px; text-align: center;
  font-family: Anton, sans-serif; font-size: 26px; letter-spacing: .03em; color: var(--ink);
  text-shadow: 0 2px 0 rgba(255, 255, 255, .7);
}
.tile .num {
  position: absolute; top: 5px; left: 7px; font-family: "IBM Plex Mono", monospace;
  font-size: 13px; color: #7b8a81; letter-spacing: .04em; z-index: 2;
}
.tile.out .num { color: #c9c3b3; }
.tile.has-event .num { color: var(--ink); }
/* Spare-ticket banner: centered in the band between the pennant row and
   the logos, so it clears the day number, the pennants and the marks. */
.tile .spare-flag {
  position: absolute; top: 22px; left: 50%; transform: translateX(-50%);
  background: var(--iron-red); color: #f7f2e6;
  font-family: Anton, sans-serif; font-size: 9px; letter-spacing: .1em;
  text-transform: uppercase; padding: 3px 7px 2px;
  white-space: nowrap; z-index: 3;
}
.tile .spare-flag .short { display: none; }

.pennants { position: absolute; top: 0; right: 6px; display: flex; gap: 2px; z-index: 2; }
.pennant {
  width: 17px; padding: 3px 0 6px; color: var(--ink); font-family: Anton, sans-serif;
  font-size: 11px; text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
}

@media (max-width: 700px) {
  /* Header folds to one row — wordmark left, nav right — with the date
     on a line of its own, so the grid starts far higher up the screen. */
  .topbar-inner { padding: 10px 14px; gap: 8px; }
  .wordmark { font-size: 21px; }
  .topbar-divider { display: none; }
  .topbar-spacer { display: none; }
  .nav { margin-left: auto; }
  .nav-btn { font-size: 12px; padding: 7px 11px 5px; letter-spacing: .06em; }
  .today-label { flex-basis: 100%; font-size: 9px; letter-spacing: .12em; }

  /* Hand the gutters and panel padding back to the tiles. */
  .wrap { padding: 0 10px; }
  .cal-page { padding: 10px 0 28px; }
  .panel { padding: 12px 8px 16px; }
  .panel-head { padding-bottom: 8px; margin-bottom: 10px; gap: 8px; }
  .month-title { font-size: clamp(26px, 7.5vw, 40px); }
  .year-label { font-size: 12px; letter-spacing: .12em; }
  .month-nav button { width: 34px; height: 28px; }
  .weekdays div { font-size: 9px; letter-spacing: .1em; }

  .grid, .weekdays { gap: 3px; }
  .tile .tile-time { font-size: 14px; }
  .tile .tile-time.label { font-size: 8px; letter-spacing: .02em; }
  .tile .logo-init { font-size: 11px; }
  .tile .num { font-size: 10px; top: 3px; left: 5px; }
  .pennant { width: 12px; font-size: 9px; padding: 2px 0 5px; }
  .tile .spare-flag { top: 17px; font-size: 7px; padding: 2px 4px 1px; letter-spacing: .04em; }
}

/* Tiles get too small for the 3-letter codes on phones — tint halves,
   time, and pennants still carry the story. Logo images stay. */
@media (max-width: 480px) {
  /* There is vertical room to spare on a phone, so the tiles take it:
     taller tiles give the marks and the time somewhere to sit. */
  .tile { aspect-ratio: 1 / 1.35; }
  .tile .logo-box { width: 46%; top: 54%; }
  .tile .logo-init { display: none; }
  /* Sized to clear the bottom of the marks above it. */
  .tile .tile-time { font-size: 11px; bottom: 3px; }
  .tile .tile-time.label { display: none; }
  .tile .num { font-size: 8px; top: 2px; left: 2px; }
  /* Four pennants overflowed a phone-width tile at 12px each; at 8px the
     whole set fits and still leaves the day number its corner. */
  .pennants { right: 3px; gap: 1px; }
  .pennant { width: 8px; font-size: 7px; padding: 2px 0 3px; }
  /* "Spare ticket" doesn't fit a phone tile, so the badge carries the
     short label and sits under the pennant row. */
  .tile .spare-flag {
    top: 13px; padding: 2px 5px 1px; font-size: 7px; letter-spacing: .04em;
  }
  .tile .spare-flag .long { display: none; }
  .tile .spare-flag .short { display: inline; }
}

/* ── Event modal ── */
.scrim {
  position: fixed; inset: 0; background: rgba(6, 20, 15, .82); z-index: 50;
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.modal { width: 100%; max-width: 470px; background: var(--cream-panel); color: var(--ink); overflow: hidden; box-shadow: 0 24px 70px rgba(0, 0, 0, .5); }
.modal-head { position: relative; height: 130px; overflow: hidden; }
.modal-head .half-home { position: absolute; inset: 0; clip-path: polygon(0 0, 60% 0, 40% 100%, 0 100%); }
.modal-head .half-away { position: absolute; inset: 0; clip-path: polygon(62% 0, 100% 0, 100% 100%, 42% 100%); }
.modal-head .logo-box { position: absolute; top: 50%; transform: translateY(-50%); width: 76px; height: 76px; display: flex; align-items: center; justify-content: center; }
.modal-head .logo-box.home { left: 8%; }
.modal-head .logo-box.away { right: 8%; }
.modal-head .logo-init { font-family: Anton, sans-serif; font-size: 20px; }
.modal-head.solo .half-home { clip-path: none; }
.modal-head.solo .half-away,
.modal-head.solo .logo-box.away { display: none; }
.modal-head.solo .logo-box.home { left: 50%; transform: translate(-50%, -50%); }

.modal-close {
  position: absolute; top: 10px; right: 10px; background: var(--ink); border: 0;
  color: var(--cream-panel); width: 26px; height: 26px; cursor: pointer; font-size: 12px; line-height: 1;
}
.modal-body { padding: 18px 20px 22px; border-top: 3px solid var(--iron-red); }
.kind-label { font-family: "IBM Plex Mono", monospace; font-size: 9.5px; letter-spacing: .2em; color: var(--ink-muted); text-transform: uppercase; }
.modal-title { font-family: Anton, sans-serif; font-size: 27px; text-transform: uppercase; letter-spacing: .02em; line-height: 1.05; margin-top: 8px; text-wrap: pretty; }
.modal-when { font-family: "IBM Plex Mono", monospace; font-size: 11px; color: var(--ink-muted); letter-spacing: .06em; margin-top: 8px; }
.whos-going { font-family: "IBM Plex Mono", monospace; font-size: 9.5px; letter-spacing: .2em; color: #8a978f; text-transform: uppercase; margin: 20px 0 10px; }
.toggles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
.toggle-btn {
  border: 1.5px solid #d3cbb8; background: transparent; color: #a5afa8;
  padding: 12px 0 10px; cursor: pointer; display: flex; flex-direction: column;
  align-items: center; gap: 5px; font-family: Anton, sans-serif; font-size: 18px;
}
.toggle-btn .state { font-family: "IBM Plex Mono", monospace; font-size: 8px; letter-spacing: .14em; }
.toggle-btn.on { color: var(--ink); }
.spare-btn {
  width: 100%; margin-top: 8px; padding: 11px 12px 9px; cursor: pointer;
  border: 1.5px solid #d3cbb8; background: transparent; color: #a5afa8;
  display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
  font-family: Anton, sans-serif; font-size: 15px; letter-spacing: .08em;
  text-transform: uppercase;
}
.spare-btn .state { font-family: "IBM Plex Mono", monospace; font-size: 8px; letter-spacing: .14em; }
.spare-btn.on { background: var(--iron-red); border-color: var(--iron-red); color: #f7f2e6; }

.sync-note {
  font-family: "IBM Plex Mono", monospace; font-size: 8px; letter-spacing: .14em;
  text-transform: uppercase; color: #8a978f; margin-top: 7px; text-align: right;
}

.modal-note {
  font-family: "Space Grotesk", sans-serif; font-size: 13px; color: #3d4f46; line-height: 1.55;
  margin-top: 16px; border-left: 3px solid var(--wheat); padding-left: 10px; text-wrap: pretty;
}

/* ── Gameday page ── */
.gameday-page { padding: 22px 0 70px; max-width: 1400px; margin: 0 auto; }

.gd-banner {
  background: var(--cream-panel); color: var(--ink);
  display: flex; align-items: center; gap: 22px; padding: 22px 26px;
}
.gd-crest {
  flex: none; width: 92px; height: 92px; display: flex;
  align-items: center; justify-content: center; padding: 10px;
}
.gd-crest .logo-img { width: 100%; height: 100%; }
.gd-crest .logo-init { font-family: Anton, sans-serif; font-size: 22px; }
.gd-head { flex: 1; min-width: 0; text-align: center; }
.gd-kind {
  font-family: "IBM Plex Mono", monospace; font-size: 9.5px; letter-spacing: .2em;
  color: var(--ink-muted); text-transform: uppercase;
}
.gd-title {
  font-family: Anton, sans-serif; font-size: clamp(24px, 4vw, 38px);
  text-transform: uppercase; letter-spacing: .02em; line-height: 1.05;
  margin: 8px 0 0; text-wrap: pretty;
}
.gd-when {
  font-family: "IBM Plex Mono", monospace; font-size: 11px;
  letter-spacing: .06em; color: var(--ink-muted); margin-top: 8px;
}

.gd-lead {
  background: var(--cream-panel); color: var(--ink-muted-2);
  font-size: 15px; line-height: 1.6; margin: 2px 0 0;
  padding: 18px 26px; border-top: 3px solid var(--iron-red); text-wrap: pretty;
}

.gd-body { display: flex; flex-direction: column; gap: 2px; }
.gd-card { background: var(--cream-panel); color: var(--ink); padding: 20px 26px 22px; }
.gd-card-title {
  font-family: Anton, sans-serif; font-size: 22px; text-transform: uppercase;
  letter-spacing: .02em; margin: 0 0 12px; padding-bottom: 8px;
  border-bottom: 2px solid var(--ink);
}
.gd-list { margin: 0; padding-left: 18px; }
.gd-list li { font-size: 14px; line-height: 1.6; color: var(--ink-muted-2); margin-bottom: 6px; text-wrap: pretty; }
.gd-note {
  font-family: "IBM Plex Mono", monospace; font-size: 9.5px; letter-spacing: .12em;
  color: var(--ink-muted); text-transform: uppercase; margin-top: 10px;
}
.gd-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.gd-col-head {
  font-family: Anton, sans-serif; font-size: 15px; text-transform: uppercase;
  letter-spacing: .04em; margin-bottom: 8px;
}

/* Last ten, most recent first. */
.gd-form-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 10px; }
.gd-form-team {
  font-family: Anton, sans-serif; font-size: 15px; text-transform: uppercase;
  letter-spacing: .04em; min-width: 180px;
}
.gd-chips { display: flex; gap: 3px; flex-wrap: wrap; }
.gd-chip {
  width: 21px; height: 21px; display: flex; align-items: center; justify-content: center;
  font-family: Anton, sans-serif; font-size: 11px; color: var(--cream-panel);
}
.gd-chip.win { background: #1e6b4f; }
.gd-chip.loss { background: var(--iron-red); }
.gd-chip.draw { background: var(--wheat); color: var(--ink); }
.gd-form-tally {
  font-family: "IBM Plex Mono", monospace; font-size: 11px;
  letter-spacing: .1em; color: var(--ink-muted);
}

.gd-empty {
  background: var(--cream-panel); color: var(--ink-muted);
  padding: 30px 26px; font-size: 14px; border-top: 3px solid var(--iron-red);
}
.gd-updated {
  font-family: "IBM Plex Mono", monospace; font-size: 10px; letter-spacing: .14em;
  color: #4f6b60; text-transform: uppercase; margin-top: 12px;
}

@media (max-width: 700px) {
  .gameday-page { padding: 10px 0 28px; }
  .gd-banner { gap: 12px; padding: 16px 14px; }
  .gd-crest { width: 58px; height: 58px; padding: 4px; }
  .gd-lead { padding: 14px 16px; font-size: 14px; }
  .gd-card { padding: 16px 16px 18px; }
  .gd-card-title { font-size: 19px; }
  .gd-form-team { min-width: 0; flex-basis: 100%; font-size: 14px; }
  .gd-chip { width: 18px; height: 18px; font-size: 10px; }
}

/* ── Map page ── */
.map-page { padding: 22px 0 70px; max-width: 1400px; margin: 0 auto; }

.venue-tabs { display: flex; gap: 6px; margin-bottom: 14px; flex-wrap: wrap; }
.venue-tab {
  background: transparent; border: 1px solid var(--forest-line); color: var(--sage);
  font-family: Anton, sans-serif; font-size: 15px; letter-spacing: .08em;
  text-transform: uppercase; padding: 10px 18px 8px; cursor: pointer; white-space: nowrap;
}
.venue-tab:hover { color: var(--cream-text); }
.venue-tab.active { background: var(--wheat); border-color: var(--wheat); color: var(--forest-deep); }

.map-panel { background: var(--cream-panel); padding: 10px; }
#map { height: clamp(320px, 56vh, 560px); background: #e9e3d3; }
.map-fallback {
  padding: 40px 20px; text-align: center; color: var(--ink-muted);
  font-family: "Space Grotesk", sans-serif; font-size: 14px;
}
.map-fallback a { color: var(--iron-red); text-decoration: underline; }

.map-status {
  font-family: "IBM Plex Mono", monospace; font-size: 10px; letter-spacing: .14em;
  color: #4f6b60; text-transform: uppercase; margin: 12px 0 10px;
}

/* One pin per spot, numbered to match the list under the map. */
.map-pin {
  display: flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
  font-family: Anton, sans-serif; font-size: 13px; line-height: 1;
  border: 2px solid var(--cream-panel); box-shadow: 0 1px 4px rgba(0,0,0,.4);
}
.map-pin.spot { background: var(--ink); color: var(--cream-panel); }
.map-pin.ground { background: var(--iron-red); width: 20px; height: 20px; }

.map-legend {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2px; background: var(--forest-line);
}
.legend-row {
  display: flex; gap: 10px; align-items: baseline; text-align: left;
  background: var(--cream-panel); border: 0; padding: 11px 13px;
  cursor: pointer; font: inherit; color: var(--ink); width: 100%;
}
.legend-row:hover { background: #ece5d6; }
.legend-row.unplaced { cursor: default; opacity: .6; }
.legend-num {
  flex: none; font-family: Anton, sans-serif; font-size: 13px;
  color: var(--cream-panel); background: var(--ink);
  width: 20px; height: 20px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.legend-main { min-width: 0; }
.legend-name {
  display: block; font-family: Anton, sans-serif; font-size: 16px;
  text-transform: uppercase; letter-spacing: .02em;
}
.legend-meta {
  display: block; font-family: "IBM Plex Mono", monospace; font-size: 9.5px;
  letter-spacing: .12em; color: var(--ink-muted); text-transform: uppercase; margin-top: 3px;
}

/* The standard OSM style is louder than the rest of the site, so the
   tiles are knocked back a little and the pins keep the eye. */
.leaflet-tile-pane { filter: saturate(.6) contrast(.96) brightness(1.03); }

/* Leaflet's own chrome, brought into the site's palette. */
.leaflet-container { font-family: "Space Grotesk", sans-serif; }
.leaflet-popup-content { font-size: 13px; line-height: 1.5; }
.leaflet-popup-content strong { font-family: Anton, sans-serif; font-size: 15px; text-transform: uppercase; letter-spacing: .02em; }
.leaflet-popup-content-wrapper, .leaflet-popup-tip { background: var(--cream-panel); color: var(--ink); border-radius: 2px; }

@media (max-width: 700px) {
  .map-page { padding: 10px 0 28px; }
  .venue-tab { font-size: 12px; padding: 8px 12px 6px; }
  .map-panel { padding: 6px; }
  .map-legend { grid-template-columns: 1fr; }
}

/* ── The Menu page ── */
.menu-page { padding: 22px 0 80px; max-width: 1400px; margin: 0 auto; }
.banner {
  background: var(--iron-red); color: #f7f2e6; padding: 22px 26px 24px;
  display: flex; gap: 26px; flex-wrap: wrap; align-items: flex-start;
}
.banner-left { min-width: 220px; }
.banner-eyebrow { font-family: "IBM Plex Mono", monospace; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; opacity: .8; }
.banner-title { font-family: Anton, sans-serif; font-size: 36px; text-transform: uppercase; letter-spacing: .02em; line-height: .95; margin-top: 8px; }
.banner-when { font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: .1em; margin-top: 8px; opacity: .85; }
.truck-grid {
  flex: 1; min-width: 260px; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2px;
  background: rgba(247, 242, 230, .25);
}
.truck-card { background: var(--iron-red); padding: 12px 14px 14px; }
.truck-spot { font-family: "IBM Plex Mono", monospace; font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; opacity: .8; }
.truck-name { font-family: Anton, sans-serif; font-size: 19px; text-transform: uppercase; letter-spacing: .02em; margin-top: 6px; line-height: 1.05; }
.truck-hours { font-family: "IBM Plex Mono", monospace; font-size: 10px; letter-spacing: .08em; margin-top: 5px; opacity: .85; }

.menu-sections { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 22px; margin-top: 22px; }
.menu-card { background: var(--cream-panel); color: var(--ink); padding: 22px 24px 26px; }
.menu-card-head { border-bottom: 2px solid var(--ink); padding-bottom: 10px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.menu-card-title { font-family: Anton, sans-serif; font-size: 34px; text-transform: uppercase; letter-spacing: .02em; line-height: .9; }
.menu-card-sub { font-family: "IBM Plex Mono", monospace; font-size: 10px; letter-spacing: .16em; color: var(--ink-muted); text-transform: uppercase; }
.place-row { display: flex; gap: 14px; align-items: flex-start; padding: 13px 0; border-bottom: 1px solid #ded6c3; }
.place-main { flex: 1; min-width: 0; }
.place-head { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.place-name { font-family: Anton, sans-serif; font-size: 19px; text-transform: uppercase; letter-spacing: .02em; }
.place-meta { font-family: "IBM Plex Mono", monospace; font-size: 9.5px; letter-spacing: .14em; color: var(--ink-muted); text-transform: uppercase; }
.place-note { font-family: "Space Grotesk", sans-serif; font-size: 13px; color: var(--ink-muted-2); line-height: 1.5; margin-top: 4px; text-wrap: pretty; }
.flag-btn {
  flex: none; background: transparent; border: 1.5px solid #d3cbb8; color: #94a199;
  font-family: Anton, sans-serif; font-size: 12px; letter-spacing: .1em;
  text-transform: uppercase; padding: 7px 10px 5px; cursor: pointer;
}
.flag-btn.new { background: var(--iron-red); border-color: var(--iron-red); color: #f7f2e6; }
.menu-footnote {
  font-family: "IBM Plex Mono", monospace; font-size: 10px; letter-spacing: .14em;
  color: #4f6b60; margin-top: 18px; text-transform: uppercase;
}

@media (max-width: 700px) {
  .menu-sections { grid-template-columns: 1fr; }
}
