@charset "UTF-8";
/* ============================================================
   HERO — the poster IS the headline
   ============================================================ */
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1672 / 941;
  max-height: 88vh;
  min-height: 360px;
  background: url("/images/hero.webp") center/cover no-repeat var(--teal);
  overflow: hidden;
  border-bottom: 6px solid var(--ink);
  z-index: 2; }

/* OPEN status pill — top-right */
.open-pill {
  position: absolute;
  top: clamp(16px, 3vw, 36px);
  right: clamp(16px, 3vw, 40px);
  background: var(--ink);
  color: var(--press-on);
  padding: 14px 22px 12px;
  border: 3px solid var(--press-on);
  font-family: var(--mono);
  font-size: clamp(11px, 1.2vw, 14px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: var(--shadow-card-deep);
  z-index: 3;
  min-width: 180px;
  text-align: center; }

.open-pill .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 12px var(--neon-glow), 0 0 4px var(--neon-glow);
  margin-right: 8px;
  vertical-align: middle;
  animation: neon-flicker 4.5s infinite; }

.open-pill.closed .dot {
  background: #555;
  box-shadow: none;
  animation: none; }

.open-pill .status {
  font-weight: 700;
  font-size: clamp(15px, 1.6vw, 19px);
  letter-spacing: 0.18em;
  display: block;
  margin-bottom: 4px; }

.open-pill .sub {
  opacity: 0.75;
  font-size: 0.85em;
  letter-spacing: 0.08em; }

@keyframes neon-flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    opacity: 1;
    box-shadow: 0 0 12px var(--neon-glow), 0 0 4px var(--neon-glow); }
  20%, 24%, 55% {
    opacity: 0.4;
    box-shadow: none; } }

/* scroll-cue chip — bottom-center of hero, marquee styling */
.scroll-cue {
  position: absolute;
  bottom: clamp(18px, 3vw, 32px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--ink);
  color: var(--press-on);
  padding: 11px 18px 9px;
  border: 2px solid var(--press-on);
  font-family: var(--mono);
  font-weight: 500;
  font-size: clamp(11px, 1vw, 13px);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 3px 3px 0 var(--brick-shadow);
  z-index: 3;
  white-space: nowrap;
  transition: transform 0.2s, box-shadow 0.2s; }

.scroll-cue:hover {
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 4px 5px 0 var(--brick-shadow); }

.scroll-cue .arrow {
  display: inline-block;
  color: var(--mustard);
  font-weight: 700;
  animation: bob 1.8s ease-in-out infinite; }

@keyframes bob {
  0%, 100% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(4px);
    opacity: 0.7; } }

/* ============================================================
   QUICK ACTIONS STRIP — directly under hero
   ============================================================ */
.actions {
  background: var(--brick);
  color: var(--cream-light);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 6px solid var(--ink);
  position: relative;
  z-index: 2; }

.actions a, .actions div {
  padding: 22px 28px;
  border-right: 2px dashed rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: background 0.2s; }

.actions a:last-child, .actions div:last-child {
  border-right: none; }

.actions a:hover {
  background: var(--brick-deep); }

.actions .label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 4px; }

.actions .value {
  font-family: var(--serif-display);
  font-size: clamp(18px, 2.2vw, 26px);
  letter-spacing: 0.01em;
  line-height: 1.1; }

.actions .value.small {
  font-family: var(--serif-display);
  font-size: clamp(18px, 2.2vw, 26px);
  letter-spacing: 0.01em; }

/* ============================================================
   MARQUEE LETTERBOARD — full diner cabinet
   ============================================================ */
.marquee {
  background: radial-gradient(ellipse 70% 55% at center 35%, #1a1310 0%, #050302 100%), #050302;
  color: var(--press-on);
  padding: clamp(60px, 9vw, 100px) clamp(20px, 5vw, 60px);
  position: relative;
  border-bottom: 6px solid var(--brick-deep);
  z-index: 2; }

/* outer chrome cabinet */
.marquee-cabinet {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(180deg, #d2cfc8 0%, #a8a59e 8%, #76736d 28%, #4a4742 60%, #2c2925 92%, #1a1814 100%);
  padding: 12px 12px 14px;
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 -1px 0 rgba(0, 0, 0, 0.5), inset 1px 0 0 rgba(255, 255, 255, 0.15), inset -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.5), 0 28px 56px rgba(0, 0, 0, 0.55), 0 10px 18px rgba(0, 0, 0, 0.4); }

/* brushed-metal vertical streaks on the bezel */
.marquee-cabinet::before {
  content: "";
  position: absolute;
  inset: 4px 4px auto 4px;
  height: 8px;
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent 2px, rgba(255, 255, 255, 0.06) 2px, rgba(255, 255, 255, 0.06) 3px, rgba(0, 0, 0, 0.05) 3px, rgba(0, 0, 0, 0.05) 5px);
  pointer-events: none;
  border-radius: 2px; }

/* incandescent bulb strip across top */
.bulb-row {
  height: 16px;
  margin: 4px 0 8px;
  background-image: radial-gradient(circle at center 50%, #fff4d0 0%, #ffd87a 22%, #d4a854 45%, #6a4818 68%, transparent 70%);
  background-size: 26px 16px;
  background-position: center;
  background-repeat: repeat-x;
  filter: drop-shadow(0 0 5px rgba(255, 216, 122, 0.55)) drop-shadow(0 0 2px rgba(255, 216, 122, 0.4)); }

/* dark red header strip */
.marquee-header {
  background: linear-gradient(180deg, var(--brick) 0%, var(--brick-deep) 100%);
  color: var(--cream-light);
  text-align: center;
  font-family: var(--serif-display);
  font-size: clamp(14px, 1.7vw, 19px);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 12px 8px 10px;
  border: 2px solid #1a1612;
  border-bottom: none;
  position: relative;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); }

.marquee-header::before, .marquee-header::after {
  content: "★";
  margin: 0 14px;
  color: var(--mustard);
  font-size: 0.85em;
  vertical-align: 1px; }

/* the letterboard panel itself */
.marquee-board {
  --row-h: clamp(50px, 7vw, 72px);
  --rail-h: 5px;
  --rib-period: 14px;
  background-color: #0c0a08;
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0, rgba(0, 0, 0, 0.55) 1.5px, rgba(255, 255, 255, 0.04) 1.5px, rgba(255, 255, 255, 0.04) 2.5px, transparent 2.5px, transparent calc(var(--row-h) - var(--rail-h)), rgba(0, 0, 0, 0.95) calc(var(--row-h) - var(--rail-h)), rgba(0, 0, 0, 0.95) calc(var(--row-h) - 2px), rgba(255, 255, 255, 0.16) calc(var(--row-h) - 2px), rgba(255, 255, 255, 0.16) calc(var(--row-h) - 0.5px), transparent calc(var(--row-h) - 0.5px), transparent var(--row-h)), repeating-linear-gradient(to bottom, transparent 0, transparent calc(var(--rib-period) - 2px), rgba(0, 0, 0, 0.45) calc(var(--rib-period) - 2px), rgba(0, 0, 0, 0.45) calc(var(--rib-period) - 1px), rgba(255, 255, 255, 0.06) calc(var(--rib-period) - 1px), rgba(255, 255, 255, 0.06) var(--rib-period)), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='90' height='90'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='1' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.45 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  /* row rail offset by padding-top; ribs and noise start at panel top */
  background-position: 0 10px, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 90px 90px;
  border: 2px solid #1a1612;
  border-top: 1px solid #2a2622;
  padding: 10px clamp(14px, 3vw, 30px) 14px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 5px 14px rgba(0, 0, 0, 0.75), inset 0 -2px 4px rgba(0, 0, 0, 0.5); }

/* glass reflection diagonal across the top-left */
.marquee-board::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(158deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.025) 22%, transparent 42%, transparent 100%);
  pointer-events: none; }

/* a row of letterboard text — sits ON a groove */
/* a row of letterboard text — letters sit ON the bottom rail.
   Bottom-alignment uses line-height (= row-h - rail-h) plus vertical-align: bottom
   on inline children. NOT flex — flex collapses the whitespace text nodes between
   letters, which would join words together ("FRENCHONION"). */
.marquee-row {
  font-family: 'Bebas Neue', 'Arial Narrow', 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 3.6vw, 40px);
  letter-spacing: 0.06em;
  height: var(--row-h);
  line-height: calc(var(--row-h) - var(--rail-h));
  text-align: center;
  text-transform: uppercase;
  color: var(--press-on);
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.marquee-row .price,
.marquee-row .sep {
  vertical-align: bottom; }

.marquee-row .price {
  color: var(--mustard);
  margin-left: 0.55em; }

.marquee-row .sep {
  color: var(--press-on-dim);
  margin: 0 0.45em;
  opacity: 0.55; }

/* per-letter (.flap spans created by JS) — press-on letter look */
.flap {
  display: inline-block;
  vertical-align: bottom;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.95), 0 2px 2px rgba(0, 0, 0, 0.55), 0 0 1px rgba(0, 0, 0, 0.4);
  transition: transform 0.35s cubic-bezier(0.6, 0.05, 0.4, 1.05), opacity 0.35s;
  transform-origin: center bottom;
  will-change: transform; }

/* faux hand-pressed irregularity — vertical drift + tiny rotation per letter */
.flap:nth-child(3n) {
  transform: translateY(-1px); }

.flap:nth-child(5n+1) {
  transform: translateY(1px); }

.flap:nth-child(7n+2) {
  transform: translateY(-0.5px) rotate(0.4deg); }

.flap:nth-child(11n+3) {
  transform: translateY(0.5px) rotate(-0.5deg); }

.flap:nth-child(13n+4) {
  transform: translateY(-1px) rotate(0.6deg); }

/* split-flap reveal state — must come AFTER nth-child to win specificity tie */
.flap.pre {
  transform: rotateX(-90deg) translateY(-4px) !important;
  opacity: 0; }

/* ============================================================
   GRIDDLE — featured items
   ============================================================ */
.griddle {
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 60px);
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap; }

.section-header h2 {
  font-family: var(--serif-display);
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: 0.95;
  letter-spacing: 0.005em;
  margin: 0;
  color: var(--brick-deep);
  text-transform: uppercase;
  /* offset shadow for screenprint feel */
  text-shadow: var(--shadow-print); }

.section-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap; }

.section-eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--ink); }

.griddle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 28px); }

.dish {
  background: var(--cream-light);
  border: 2px solid var(--ink);
  padding: 26px 24px 22px;
  position: relative;
  box-shadow: var(--shadow-card);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column; }

.dish:hover {
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-card-deep); }

.dish-illo {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  color: var(--brick); }

/* photo treatment for griddle dish cards — full color, square crop,
   bleeds to card edges */
.dish-photo {
  display: block;
  width: calc(100% + 48px);
  /* compensate for negative horizontal margin */
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: -26px -24px 18px;
  /* bleed to card edges, override card padding */
  border-bottom: 2px solid var(--ink);
  transition: transform 0.4s ease; }

/* hover: subtle scale on the photo, paired with the card's existing lift */
.dish {
  overflow: hidden;
  /* clip the photo on hover-scale */ }

.dish:hover .dish-photo {
  transform: scale(1.03); }

.dish-name {
  font-family: var(--serif-display);
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1;
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--ink); }

.dish-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brick);
  margin-bottom: 12px; }

.dish-desc {
  font-size: 15px;
  line-height: 1.45;
  color: var(--ink-soft);
  margin: 0 0 22px;
  flex: 1; }

.dish-price {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  border-top: 2px dotted var(--ink);
  padding-top: 14px; }

.dish-price::before {
  content: "";
  flex: 1; }

/* ============================================================
   EDITORIAL BEAT
   ============================================================ */
.editorial {
  background: var(--brick);
  color: var(--cream-light);
  padding: clamp(72px, 10vw, 120px) clamp(20px, 5vw, 60px);
  position: relative;
  z-index: 2;
  border-top: 6px solid var(--ink);
  border-bottom: 6px solid var(--ink);
  overflow: hidden; }

/* big decorative star bg */
.editorial::before {
  content: "★";
  position: absolute;
  font-family: var(--serif-display);
  font-size: clamp(400px, 50vw, 700px);
  line-height: 0.8;
  top: -120px;
  right: -180px;
  color: var(--brick-deep);
  opacity: 0.65;
  z-index: 0;
  pointer-events: none; }

.editorial-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start; }

.editorial-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mustard);
  margin-bottom: 22px; }

.editorial-eyebrow::before {
  content: "—— "; }

.editorial p {
  font-family: var(--sans-cond);
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 18px;
  max-width: 52ch; }

.editorial p strong {
  font-weight: 700;
  color: var(--cream-light); }

.servers {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 2px dashed rgba(255, 255, 255, 0.3); }

.servers-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 8px; }

.servers-names {
  font-family: var(--serif-display);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
  letter-spacing: 0.01em; }

.pullquote {
  border-left: 5px solid var(--mustard);
  padding: 8px 0 8px 28px; }

.pullquote .mark {
  font-family: var(--serif-display);
  font-size: 80px;
  line-height: 0.4;
  color: var(--mustard);
  display: block;
  margin-bottom: 14px; }

.pullquote blockquote {
  font-family: var(--sans-cond);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.45;
  margin: 0 0 18px; }

.pullquote cite {
  font-family: var(--mono);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.7; }

/* ============================================================
   VISIT US — punch card hours + illustrated map
   ============================================================ */
.visit {
  padding: clamp(72px, 10vw, 120px) clamp(20px, 5vw, 60px);
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: stretch; }

/* punch card hours */
.punchcard {
  background: var(--cream-light);
  border: 2px solid var(--ink);
  padding: 32px 30px 30px;
  box-shadow: var(--shadow-card-deep);
  position: relative; }

/* punch holes */
.punchcard::before, .punchcard::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--paper);
  border: 2px solid var(--ink);
  top: 50%;
  transform: translateY(-50%); }

.punchcard::before {
  left: -9px; }

.punchcard::after {
  right: -9px; }

.punchcard-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--brick);
  margin-bottom: 6px; }

.punchcard h3 {
  font-family: var(--serif-display);
  font-size: clamp(28px, 3.4vw, 38px);
  text-transform: uppercase;
  margin: 0 0 24px;
  line-height: 1; }

.hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--mono);
  font-size: 16px; }

.hours-list li {
  display: flex;
  align-items: baseline;
  padding: 9px 0;
  border-bottom: 1px dotted rgba(26, 20, 16, 0.3);
  letter-spacing: 0.04em; }

.hours-list li:last-child {
  border-bottom: none; }

.hours-list .day {
  flex: 0 0 110px;
  text-transform: uppercase;
  font-weight: 500; }

.hours-list .dots {
  flex: 1;
  border-bottom: 2px dotted var(--ink);
  margin: 0 12px 4px;
  height: 1px; }

.hours-list .time {
  font-weight: 700; }

.hours-list li.today {
  background: var(--mustard);
  margin: 0 -14px;
  padding-left: 14px;
  padding-right: 14px;
  border-bottom-color: transparent;
  position: relative; }

.hours-list li.today::before {
  content: "▶";
  position: absolute;
  left: -14px;
  color: var(--brick);
  font-size: 11px;
  top: 50%;
  transform: translateY(-50%); }

.hours-list li.today + li {
  border-top: 1px dotted rgba(26, 20, 16, 0.3); }

.hours-list li.closed .time {
  font-weight: 400;
  font-style: italic;
  opacity: 0.6; }

/* illustrated map */
.map-card {
  background: var(--teal);
  border: 2px solid var(--ink);
  box-shadow: var(--shadow-card-deep);
  padding: 28px 30px 26px;
  display: flex;
  flex-direction: column;
  color: var(--cream-light);
  position: relative;
  overflow: hidden; }

.map-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mustard);
  margin-bottom: 6px; }

.map-card h3 {
  font-family: var(--serif-display);
  font-size: clamp(28px, 3.4vw, 38px);
  text-transform: uppercase;
  margin: 0 0 6px;
  line-height: 1;
  color: var(--cream-light); }

.map-address {
  font-family: var(--sans-cond);
  font-size: 17px;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
  opacity: 0.92; }

.map-svg {
  flex: 1;
  width: 100%;
  min-height: 240px;
  display: block;
  background: var(--teal-deep);
  border: 2px solid var(--ink);
  border-radius: 2px; }

.map-cta {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--mustard);
  color: var(--ink);
  padding: 14px 22px;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 2px solid var(--ink);
  align-self: flex-start;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 3px 3px 0 var(--ink); }

.map-cta:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 var(--ink); }

.map-cta::after {
  content: "→";
  font-size: 16px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .actions {
    grid-template-columns: 1fr; }
  .actions a, .actions div {
    border-right: none;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.18); }
  .actions a:last-child, .actions div:last-child {
    border-bottom: none; }
  .griddle-grid {
    grid-template-columns: repeat(2, 1fr); }
  .editorial-inner {
    grid-template-columns: 1fr; }
  .visit-grid {
    grid-template-columns: 1fr; } }

@media (max-width: 640px) {
  .hero {
    aspect-ratio: 16 / 9;
    max-height: none;
    min-height: 0; }
  .scroll-cue {
    display: none; }
  .open-pill {
    display: none; } }

@media (max-width: 560px) {
  .griddle-grid {
    grid-template-columns: 1fr; }
  .actions a, .actions div {
    padding: 16px 28px; }
  .actions .label {
    font-size: 10px;
    margin-bottom: 3px; }
  .actions .value {
    font-size: 21px;
    max-width: 100%;
    overflow-wrap: break-word; }
  .actions a:nth-child(2) .value {
    font-family: var(--sans-cond);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.02em; }
  .actions .value.small {
    font-size: 14px; }
  .open-pill {
    min-width: 0;
    padding: 10px 14px 8px; }
  .open-pill .status {
    font-size: 13px;
    letter-spacing: 0.12em; }
  .open-pill .sub {
    font-size: 10px; }
  .marquee {
    padding: 40px 16px 48px; }
  .marquee-cabinet,
  .marquee-board {
    box-sizing: border-box;
    width: 100%; }
  .marquee-row {
    font-size: 18px;
    letter-spacing: 0.04em; }
  .marquee-row:last-child {
    font-size: 16px;
    letter-spacing: 0.02em; }
  .marquee-header {
    font-size: 12px;
    letter-spacing: 0.22em; }
  .section-header {
    display: block;
    margin-bottom: 34px; }
  .section-header h2 {
    margin-bottom: 22px; }
  .section-eyebrow {
    display: block;
    width: 100%;
    white-space: normal;
    line-height: 1.45;
    font-size: 9px;
    letter-spacing: 0.14em; }
  .section-eyebrow::before {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle; } }

/* prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .open-pill .dot {
    animation: none; }
  .flap {
    transition: none;
    transform: none;
    opacity: 1; }
  .scroll-cue .arrow {
    animation: none; } }

/* hover for actions on touch */
@media (hover: none) {
  .dish:hover {
    transform: none;
    box-shadow: var(--shadow-card); } }
