@charset "UTF-8";
html {
  scroll-behavior: smooth; }

/* ============================================================
   COVER SHEET HEADER
   ============================================================ */
.cover {
  background: var(--cream-light);
  position: relative;
  z-index: 2;
  border-bottom: 6px solid var(--ink);
  padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 60px) 0;
  overflow: hidden; }

/* faint big star bg watermark — same vocabulary as homepage editorial */
.cover::before {
  content: "★";
  position: absolute;
  font-family: var(--serif-display);
  font-size: clamp(380px, 48vw, 620px);
  line-height: 0.8;
  top: -90px;
  right: -160px;
  color: var(--brick);
  opacity: 0.06;
  z-index: 0;
  pointer-events: none; }

.cover-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }

.cover-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: clamp(16px, 2.5vw, 28px);
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center; }

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

.cover-title {
  font-family: var(--serif-display);
  font-size: clamp(68px, 9vw, 128px);
  line-height: 0.85;
  letter-spacing: 0.005em;
  margin: 0;
  color: var(--brick-deep);
  text-transform: uppercase;
  text-shadow: var(--shadow-print), 4px 4px 0 var(--ink);
  position: relative; }

.cover-title .star {
  font-size: 0.42em;
  vertical-align: 0.55em;
  color: var(--mustard);
  margin: 0 0.18em;
  text-shadow: 2px 2px 0 var(--ink); }

.cover-sub {
  font-family: var(--sans-cond);
  font-weight: 500;
  font-size: clamp(15px, 1.5vw, 18px);
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: clamp(12px, 1.6vw, 18px) 0 clamp(28px, 4vw, 40px); }

/* — Cover marquee — smaller variant of homepage marquee — */
.cover-marquee {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  background: linear-gradient(180deg, #d2cfc8 0%, #a8a59e 8%, #76736d 28%, #4a4742 60%, #2c2925 92%, #1a1814 100%);
  padding: 8px 8px 10px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 -1px 0 rgba(0, 0, 0, 0.5), 0 2px 0 rgba(0, 0, 0, 0.5), 0 18px 36px rgba(0, 0, 0, 0.32);
  position: relative; }

.cover-marquee::before {
  content: "";
  position: absolute;
  inset: 3px 3px auto 3px;
  height: 6px;
  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; }

.cover-marquee-bulbs {
  height: 12px;
  margin: 3px 0 6px;
  background-image: radial-gradient(circle at center 50%, #fff4d0 0%, #ffd87a 22%, #d4a854 45%, #6a4818 68%, transparent 70%);
  background-size: 22px 12px;
  background-position: center;
  background-repeat: repeat-x;
  filter: drop-shadow(0 0 4px rgba(255, 216, 122, 0.55)); }

.cover-marquee-board {
  --row-h: clamp(46px, 6.5vw, 60px);
  --rail-h: 4px;
  --rib-period: 12px;
  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>");
  background-position: 0 8px, 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: 8px clamp(14px, 3vw, 26px) 10px;
  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); }

.cover-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; }

.cover-marquee-row {
  font-family: 'Bebas Neue', 'Arial Narrow', 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.7vw, 22px);
  letter-spacing: 0.025em;
  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; }

.cover-marquee-row .sep {
  color: var(--press-on-dim);
  margin: 0 0.3em;
  opacity: 0.6;
  vertical-align: bottom; }

.cover-marquee-row .gold {
  color: var(--mustard);
  vertical-align: bottom; }

.cover-marquee-row .phrase {
  display: inline; }

/* press-on flap reuse */
.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; }

.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); }

.flap.pre {
  transform: rotateX(-90deg) translateY(-4px) !important;
  opacity: 0; }

.cover-finepf {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: clamp(28px, 4vw, 40px);
  padding-top: 18px;
  padding-bottom: clamp(28px, 5vw, 56px);
  opacity: 0.7;
  max-width: 60ch; }

.cover-finepf::before {
  content: "—— ";
  letter-spacing: 0; }

/* ============================================================
   TWO-COLUMN MENU LAYOUT
   ============================================================ */
.menu-layout {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 268px 1fr;
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(32px, 5vw, 56px) clamp(20px, 5vw, 60px) clamp(56px, 8vw, 96px);
  position: relative;
  z-index: 2; }

/* ============================================================
   LEFT RAIL — register-tape index
   ============================================================ */
.rail {
  position: sticky;
  top: calc(var(--topbar-h) + 20px);
  align-self: start;
  max-height: calc(100vh - var(--topbar-h) - 40px);
  overflow-y: auto;
  background: var(--paper-warm);
  border: 2px solid var(--ink);
  box-shadow: var(--shadow-card);
  padding: 22px 22px 26px;
  /* subtle paper-tape feel — top edge perforation */ }

.rail::before {
  content: "";
  display: block;
  height: 6px;
  margin: -22px -22px 18px;
  background-image: radial-gradient(circle, var(--ink) 1.5px, transparent 2px);
  background-size: 12px 6px;
  background-position: center;
  background-repeat: repeat-x;
  opacity: 0.5; }

.rail-eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--brick);
  margin-bottom: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px; }

.rail-eyebrow::after {
  content: "";
  flex: 1;
  height: 2px;
  background: var(--ink);
  opacity: 0.4; }

.rail-group {
  margin-bottom: 18px; }

.rail-group:last-child {
  margin-bottom: 0; }

.rail-group-name {
  font-family: var(--serif-display);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brick-deep);
  margin: 14px 0 8px;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 4px; }

.rail-group:first-child .rail-group-name {
  margin-top: 0; }

.rail-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.rail-link {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 5px 8px 5px 6px;
  margin: 0 -8px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  position: relative;
  transition: background 0.12s, color 0.12s;
  font-weight: 500; }

.rail-link .name {
  white-space: nowrap; }

.rail-link .dots {
  flex: 1;
  border-bottom: 1px dotted var(--ink);
  margin: 0 4px 3px;
  opacity: 0.4;
  min-width: 12px; }

.rail-link .count {
  color: var(--ink-soft);
  font-weight: 700;
  opacity: 0.7;
  font-size: 10px; }

.rail-link.active {
  background: var(--mustard);
  color: var(--ink);
  font-weight: 700; }

.rail-link.active .dots {
  opacity: 0.7;
  border-bottom-color: var(--brick-deep); }

.rail-link.active .count {
  opacity: 1;
  color: var(--brick-deep); }

.rail-link.active::before {
  content: "▶";
  position: absolute;
  left: -6px;
  color: var(--brick);
  font-size: 8px;
  top: 50%;
  transform: translateY(-50%); }

.rail-link:hover {
  background: rgba(212, 168, 84, 0.25); }

.rail-foot {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px dashed rgba(26, 20, 16, 0.3);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: 0.7;
  line-height: 1.5; }

/* ============================================================
   MAIN CONTENT
   ============================================================ */
.menu-content {
  min-width: 0; }

/* — super-category divider — */
.super-cat {
  margin: clamp(48px, 7vw, 80px) 0 clamp(24px, 3vw, 36px);
  display: flex;
  align-items: baseline;
  gap: 18px;
  position: relative; }

.super-cat:first-child {
  margin-top: 0; }

.super-cat h2 {
  font-family: var(--serif-display);
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.95;
  letter-spacing: 0.005em;
  margin: 0;
  color: var(--brick-deep);
  text-transform: uppercase;
  text-shadow: var(--shadow-print);
  white-space: nowrap; }

.super-cat .rule {
  flex: 1;
  height: 6px;
  background: var(--ink);
  margin-bottom: 12px;
  position: relative; }

.super-cat .rule::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  height: 2px;
  background: var(--ink); }

.super-cat .num {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--ink-soft);
  font-weight: 700;
  align-self: end;
  padding-bottom: 14px; }

/* ============================================================
   MENU SECTION
   ============================================================ */
.menu-section {
  margin-bottom: clamp(40px, 5vw, 56px);
  scroll-margin-top: calc(var(--topbar-h) + 24px); }

.menu-section:last-child {
  margin-bottom: 0; }

.menu-section-header {
  margin-bottom: clamp(20px, 2.4vw, 28px);
  border-bottom: 4px double var(--ink);
  padding-bottom: 14px;
  position: relative; }

.menu-section-eyebrow {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brick);
  margin-bottom: 6px;
  font-weight: 700; }

.menu-section-title {
  font-family: var(--serif-display);
  font-size: clamp(28px, 3.8vw, 44px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  margin: 0;
  color: var(--ink);
  text-transform: uppercase; }

.menu-section-note {
  font-family: var(--sans-cond);
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  color: var(--ink-soft);
  margin-top: 8px;
  max-width: 60ch;
  line-height: 1.4; }

/* ============================================================
   ITEMS — dotted-leader pattern
   ============================================================ */
.menu-items {
  margin: 0;
  padding: 0;
  list-style: none; }

.menu-item {
  padding: 14px 0 16px;
  border-bottom: 1px dotted rgba(26, 20, 16, 0.22);
  position: relative; }

.menu-item:last-child {
  border-bottom: none; }

.menu-item-row {
  display: flex;
  align-items: baseline;
  gap: 14px; }

.menu-item-name {
  font-family: var(--sans-cond);
  font-weight: 700;
  font-size: clamp(17px, 1.6vw, 19px);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--brick-deep); }

.menu-item-dots {
  flex: 1;
  border-bottom: 2px dotted var(--ink);
  align-self: end;
  margin-bottom: 5px;
  min-width: 24px;
  opacity: 0.55; }

.menu-item-price {
  font-family: var(--mono);
  font-weight: 700;
  font-size: clamp(15px, 1.5vw, 17px);
  color: var(--ink);
  white-space: nowrap; }

.menu-item-price.from::before {
  content: "from ";
  font-weight: 400;
  font-size: 0.78em;
  color: var(--ink-soft);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-right: 4px; }

.menu-item-price.split {
  display: inline-flex;
  align-items: baseline;
  gap: 8px; }

.menu-item-price.split .lab {
  font-family: var(--mono);
  font-weight: 400;
  font-size: 0.7em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft); }

.menu-item-desc {
  font-family: var(--sans-cond);
  font-size: 17px;
  line-height: 1.45;
  color: var(--ink-soft);
  margin-top: 5px;
  max-width: 62ch; }

.menu-item-tag {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--mustard);
  padding: 3px 8px 2px;
  border: 1.5px solid var(--ink);
  vertical-align: middle;
  margin-left: 10px; }

.menu-item-tag.brick {
  background: var(--brick);
  color: var(--cream-light);
  border-color: var(--ink); }

/* ============================================================
   FLAT-PRICE SECTION VARIANT
   ============================================================ */
.menu-section.flat-price .menu-section-header {
  border-bottom: 4px double var(--ink);
  padding-bottom: 0; }

.flat-price-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap; }

.flat-price-row .titles {
  flex: 1;
  min-width: 200px;
  padding-bottom: 14px; }

.flat-price-tag {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background: var(--mustard);
  color: var(--ink);
  border: 3px solid var(--ink);
  padding: 12px 22px 10px;
  box-shadow: 4px 4px 0 var(--ink);
  font-family: var(--mono);
  font-weight: 700;
  position: relative;
  transform: rotate(-1.5deg);
  align-self: end;
  margin-bottom: 16px; }

.flat-price-tag .lab {
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brick-deep);
  margin-bottom: 2px; }

.flat-price-tag .amt {
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--ink); }

/* hoagie-style two-column item list — names only, no prices */
.flat-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(24px, 3vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none; }

.flat-list li {
  font-family: var(--sans-cond);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brick-deep);
  padding: 12px 0 12px 22px;
  border-bottom: 1px dotted rgba(26, 20, 16, 0.22);
  position: relative; }

.flat-list li::before {
  content: "▸";
  position: absolute;
  left: 0;
  top: 12px;
  color: var(--mustard-deep);
  font-size: 13px; }

.flat-list li:nth-last-child(1):not(:nth-child(odd)),
.flat-list li:last-child {
  border-bottom: none; }

/* ============================================================
   COMPACT GRID — sides, beverages
   ============================================================ */
.compact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 clamp(24px, 3vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--mono); }

.compact-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 9px 0;
  font-size: 13px;
  letter-spacing: 0.05em;
  border-bottom: 1px dotted rgba(26, 20, 16, 0.22); }

.compact-item .nm {
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 500; }

.compact-item .dts {
  flex: 1;
  border-bottom: 1px dotted var(--ink);
  align-self: end;
  margin-bottom: 4px;
  opacity: 0.4;
  min-width: 12px; }

.compact-item .pr {
  font-weight: 700;
  color: var(--brick-deep); }

/* ============================================================
   SPECIALS BOARD
   ============================================================ */
.specials-board {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.18)), var(--paper-warm);
  border: 2px solid var(--ink);
  box-shadow: var(--shadow-card);
  padding: clamp(24px, 3vw, 36px) clamp(20px, 3vw, 34px);
  position: relative;
  overflow: hidden; }

.specials-board::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  height: 6px;
  background-image: radial-gradient(circle, var(--ink) 1.4px, transparent 2px);
  background-size: 12px 6px;
  background-repeat: repeat-x;
  opacity: 0.22;
  pointer-events: none; }

.specials-board::after {
  content: "SPECIALS";
  position: absolute;
  right: -18px;
  top: 18px;
  font-family: var(--serif-display);
  font-size: clamp(70px, 10vw, 132px);
  line-height: 0.85;
  color: var(--brick);
  opacity: 0.06;
  transform: rotate(-8deg);
  pointer-events: none; }

.specials-board-header {
  border-bottom-style: solid;
  border-bottom-width: 3px; }

.specials-details {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px; }

.specials-details li {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brick-deep);
  background: rgba(212, 168, 84, 0.35);
  border: 1.5px solid rgba(26, 20, 16, 0.8);
  padding: 6px 10px 5px; }

.specials-group + .specials-group {
  margin-top: clamp(24px, 3vw, 32px); }

.specials-group-title {
  font-family: var(--serif-display);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--brick);
  margin: 0 0 12px;
  display: flex;
  align-items: baseline;
  gap: 10px; }

.specials-group-title::before {
  content: "★";
  font-size: 0.58em;
  color: var(--mustard-deep); }

.specials-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.specials-item {
  padding: 12px 0;
  border-bottom: 1px dotted rgba(26, 20, 16, 0.24); }

.specials-item:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.specials-item-row {
  display: flex;
  align-items: baseline;
  gap: 14px; }

.specials-item-row.no-price {
  align-items: flex-start;
  gap: 10px; }

.specials-item-row.no-price::before {
  content: "★";
  flex: 0 0 auto;
  font-family: var(--serif-display);
  font-size: 13px;
  line-height: 1;
  color: var(--mustard-deep);
  margin-top: 5px;
  text-shadow: 1px 1px 0 var(--cream-light); }

.specials-item-row.no-price .specials-item-name {
  color: var(--ink); }

.specials-item-name {
  font-family: var(--sans-cond);
  font-size: clamp(18px, 1.9vw, 22px);
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: var(--brick-deep); }

.specials-item-dots {
  flex: 1;
  border-bottom: 2px dotted var(--ink);
  align-self: end;
  margin-bottom: 5px;
  min-width: 24px;
  opacity: 0.45; }

.specials-item-price {
  font-family: var(--mono);
  font-size: clamp(15px, 1.55vw, 18px);
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap; }

.specials-item-desc {
  font-family: var(--sans-cond);
  font-size: 16px;
  line-height: 1.45;
  color: var(--ink-soft);
  margin-top: 4px;
  max-width: 64ch; }

.specials-item-row.no-price + .specials-item-desc {
  margin-left: 23px; }

/* ============================================================
   SPECIALTY BANNER — full-width brick poster
   ============================================================ */
.specialty {
  background: var(--brick);
  color: var(--cream-light);
  border: 2px solid var(--ink);
  box-shadow: var(--shadow-card-deep);
  padding: clamp(28px, 3.5vw, 40px) clamp(28px, 4vw, 48px) clamp(40px, 5vw, 52px);
  margin: 32px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
  position: relative;
  overflow: visible; }

/* halftone overlay */
.specialty::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.18) 1px, transparent 0);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
  opacity: 0.55;
  pointer-events: none; }

/* faint star watermark in corner */
.specialty::after {
  content: "★";
  position: absolute;
  font-family: var(--serif-display);
  font-size: 280px;
  line-height: 0.8;
  top: -50px;
  left: -40px;
  color: var(--brick-deep);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0; }

.specialty-body {
  position: relative;
  z-index: 2;
  max-width: 56ch; }

.specialty-eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--mustard);
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px; }

.specialty-eyebrow::before {
  content: "★";
  font-family: var(--serif-display);
  font-size: 14px; }

.specialty-title {
  font-family: var(--serif-display);
  font-size: clamp(28px, 3.8vw, 42px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 14px;
  text-shadow: 2px 2px 0 var(--brick-shadow), 4px 4px 0 var(--ink);
  color: var(--cream-light); }

.specialty-desc {
  font-family: var(--sans-cond);
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.5;
  margin: 0 0 8px;
  font-weight: 400; }

.specialty-served {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mustard);
  margin-top: 14px;
  border-top: 2px dashed rgba(244, 236, 213, 0.3);
  padding-top: 12px;
  font-weight: 500; }

.specialty-illo {
  position: relative;
  z-index: 2;
  width: clamp(110px, 14vw, 156px);
  height: clamp(110px, 14vw, 156px);
  color: var(--cream-light);
  flex-shrink: 0;
  filter: drop-shadow(2px 2px 0 var(--brick-shadow)); }

img.specialty-illo {
  width: clamp(200px, 24vw, 280px);
  height: clamp(200px, 24vw, 280px);
  object-fit: cover;
  border: 2px solid var(--ink);
  box-shadow: var(--shadow-card);
  filter: none; }

/* price-tag sticker overhanging bottom-right */
.specialty-price {
  position: absolute;
  bottom: -18px;
  right: clamp(20px, 3vw, 36px);
  background: var(--mustard);
  color: var(--ink);
  border: 3px solid var(--ink);
  padding: 12px 18px 10px;
  box-shadow: 4px 4px 0 var(--ink);
  font-family: var(--mono);
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 26px);
  letter-spacing: 0.01em;
  transform: rotate(-3deg);
  white-space: nowrap;
  z-index: 3; }

.specialty-price::before {
  content: "•";
  position: absolute;
  top: 4px;
  left: 6px;
  font-size: 11px;
  color: var(--brick-deep); }

/* ============================================================
   KIDS' DINNER PANEL
   ============================================================ */
.kids-section {
  background: var(--paper-warm);
  border: 2px dashed var(--ink);
  padding: clamp(24px, 3vw, 36px) clamp(20px, 3vw, 32px);
  position: relative; }

.kids-section .menu-section-header {
  border-bottom-style: solid;
  border-bottom-width: 3px; }

.kids-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.6vw, 18px);
  margin-top: 4px; }

.kid-card {
  background: var(--cream-light);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.15s, box-shadow 0.15s; }

.kid-card:nth-child(2n) {
  transform: rotate(-0.6deg); }

.kid-card:nth-child(3n+1) {
  transform: rotate(0.5deg); }

.kid-card:nth-child(5n+2) {
  transform: rotate(-0.3deg); }

.kid-card:nth-child(7n+3) {
  transform: rotate(0.8deg); }

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

/* tape strip on top of each card */
.kid-card::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 44px;
  height: 14px;
  background: rgba(212, 168, 84, 0.55);
  border: 1px dashed rgba(26, 20, 16, 0.3);
  z-index: 1; }

.kid-name {
  font-family: var(--serif-display);
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1;
  text-transform: uppercase;
  color: var(--brick);
  margin: 0 0 8px;
  text-shadow: var(--shadow-print);
  letter-spacing: 0.01em; }

.kid-item {
  font-family: var(--sans-cond);
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  flex: 1;
  margin: 0 0 12px;
  line-height: 1.35; }

.kid-price {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  border-top: 2px dotted var(--ink);
  padding-top: 8px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px; }

.kid-price .nb {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: 0.75; }

/* ============================================================
   MID-PAGE MARQUEE INSET
   ============================================================ */
.menu-marquee-inset {
  margin: clamp(48px, 6vw, 72px) 0;
  background: linear-gradient(180deg, #d2cfc8 0%, #a8a59e 8%, #76736d 28%, #4a4742 60%, #2c2925 92%, #1a1814 100%);
  padding: 6px 6px 8px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 -1px 0 rgba(0, 0, 0, 0.5), 0 16px 28px rgba(0, 0, 0, 0.28);
  position: relative; }

.menu-marquee-inset::before {
  content: "";
  position: absolute;
  inset: 3px 3px auto 3px;
  height: 5px;
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent 2px, rgba(255, 255, 255, 0.06) 2px, rgba(255, 255, 255, 0.06) 3px);
  pointer-events: none; }

.menu-marquee-inset .bulb-strip {
  height: 10px;
  margin: 2px 0 5px;
  background-image: radial-gradient(circle at center 50%, #fff4d0 0%, #ffd87a 22%, #d4a854 45%, #6a4818 68%, transparent 70%);
  background-size: 18px 10px;
  background-position: center;
  background-repeat: repeat-x;
  filter: drop-shadow(0 0 3px rgba(255, 216, 122, 0.5)); }

.menu-marquee-inset .board {
  --row-h: clamp(44px, 5.5vw, 56px);
  --rail-h: 4px;
  --rib-period: 12px;
  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));
  background-position: 0 8px, 0 0;
  background-repeat: repeat, repeat;
  border: 2px solid #1a1612;
  border-top: 1px solid #2a2622;
  padding: 6px clamp(14px, 3vw, 24px) 8px;
  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); }

.menu-marquee-inset .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; }

.menu-marquee-inset .row {
  font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 3vw, 30px);
  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; }

.menu-marquee-inset .row .star {
  color: var(--mustard);
  vertical-align: bottom;
  margin: 0 0.4em; }

.menu-marquee-inset .row .sep {
  color: var(--press-on-dim);
  margin: 0 0.45em;
  opacity: 0.6;
  vertical-align: bottom; }

.menu-marquee-inset .row .phrase {
  display: inline; }

/* ============================================================
   FOOT NOTE — bottom of menu
   ============================================================ */
.menu-foot {
  margin-top: clamp(56px, 7vw, 80px);
  padding: clamp(28px, 4vw, 40px) clamp(24px, 3vw, 36px);
  background: var(--ink);
  color: var(--cream-light);
  border: 2px solid var(--ink);
  box-shadow: var(--shadow-card);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center; }

.menu-foot-text {
  max-width: 56ch; }

.menu-foot-eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--mustard);
  font-weight: 700;
  margin-bottom: 8px; }

.menu-foot-title {
  font-family: var(--serif-display);
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 12px; }

.menu-foot p {
  font-family: var(--sans-cond);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  opacity: 0.85; }

.menu-foot-cta {
  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(--mustard);
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 3px 3px 0 var(--brick);
  white-space: nowrap; }

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

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

/* ============================================================
   MOBILE JUMP-TO PILL + OVERLAY
   ============================================================ */
.jump-pill {
  display: none;
  position: fixed;
  bottom: 16px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
  right: 12px;
  right: calc(env(safe-area-inset-right, 0px) + 12px);
  z-index: 25;
  background: var(--ink);
  color: var(--mustard);
  border: 2px solid var(--mustard);
  padding: 12px 18px 11px;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 var(--brick-deep);
  cursor: pointer;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  max-width: calc(100vw - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px) - 24px); }

.jump-pill .ic {
  font-family: var(--serif-display);
  font-size: 14px;
  line-height: 1; }

.jump-overlay {
  position: fixed;
  inset: 0;
  background: var(--ink);
  color: var(--cream-light);
  z-index: 50;
  padding: 24px 24px 80px;
  overflow-y: auto;
  display: none; }

.jump-overlay.open {
  display: block; }

.jump-overlay-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px dashed rgba(244, 236, 213, 0.3); }

.jump-overlay-title {
  font-family: var(--serif-display);
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--mustard); }

.jump-close {
  background: transparent;
  border: 2px solid var(--cream-light);
  color: var(--cream-light);
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-family: var(--serif-display);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.jump-overlay .rail-group-name {
  color: var(--mustard);
  border-bottom-color: var(--mustard);
  font-size: 14px;
  margin-top: 22px; }

.jump-overlay .rail-link {
  color: var(--cream-light);
  font-size: 13px;
  padding: 10px 8px;
  margin: 0 -8px; }

.jump-overlay .rail-link .dots {
  border-bottom-color: rgba(244, 236, 213, 0.4); }

.jump-overlay .rail-link .count {
  color: var(--press-on-dim); }

.jump-overlay .rail-link:hover {
  background: rgba(212, 168, 84, 0.18);
  color: var(--mustard); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .menu-layout {
    grid-template-columns: 220px 1fr; }
  .kids-grid {
    grid-template-columns: repeat(2, 1fr); }
  .compact-grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 900px) {
  .menu-layout {
    grid-template-columns: 1fr;
    padding-top: 28px; }
  .rail {
    display: none; }
  .jump-pill {
    display: inline-flex; }
  .super-cat h2 {
    font-size: clamp(34px, 8vw, 48px); }
  .specials-board {
    padding: 22px 18px 24px; }
  .specialty {
    grid-template-columns: 1fr;
    text-align: left; }
  .specialty-illo {
    width: 92px;
    height: 92px;
    align-self: start; }
  .specialty::after {
    font-size: 200px;
    top: -30px;
    left: -30px; }
  .menu-foot {
    grid-template-columns: 1fr; }
  .flat-list {
    grid-template-columns: 1fr; }
  .flat-list li {
    border-bottom: 1px dotted rgba(26, 20, 16, 0.22) !important; }
  img.specialty-illo {
    width: 220px;
    height: 220px; } }

@media (max-width: 560px) {
  .jump-pill {
    left: auto;
    right: 8px;
    bottom: 12px;
    transform: none;
    padding: 10px 12px 9px;
    font-size: 10px;
    letter-spacing: 0.14em;
    gap: 7px;
    width: auto;
    max-width: none;
    box-shadow: 3px 3px 0 var(--brick-deep); }
  .jump-pill .ic {
    font-size: 12px; }
  .jump-pill span:last-child {
    white-space: nowrap; }
  .compact-grid {
    grid-template-columns: 1fr; }
  .kids-grid {
    grid-template-columns: 1fr; }
  .cover {
    padding: 30px 16px 0; }
  .cover::before {
    font-size: 340px;
    top: -54px;
    right: -164px; }
  .cover-eyebrow {
    gap: 9px;
    font-size: 10px;
    letter-spacing: 0.18em;
    margin-bottom: 16px;
    max-width: 36ch; }
  .cover-eyebrow::before,
  .cover-eyebrow::after {
    width: 28px; }
  .cover-title {
    width: 100%;
    max-width: 100%;
    display: block;
    white-space: nowrap;
    font-size: clamp(48.75px, 12.5vw, 60px);
    line-height: 0.9;
    text-shadow: var(--shadow-print), 3px 3px 0 var(--ink); }
  .cover-sub {
    width: 100%;
    max-width: 34ch;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.2em;
    margin: 14px auto 22px; }
  .cover-marquee-board {
    --row-h: 50px;
    padding: 6px 10px 8px; }
  .cover-marquee-row {
    font-size: clamp(18px, 5.8vw, 24px);
    letter-spacing: 0.04em;
    height: auto;
    min-height: var(--row-h);
    line-height: 1.15;
    white-space: normal;
    overflow: visible;
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  .cover-marquee-row .phrase {
    display: block;
    width: 100%; }
  .cover-marquee-row .sep {
    display: none; }
  .cover-marquee-row + .cover-marquee-row {
    border-top: 2px solid rgba(255, 255, 255, 0.1); }
  .cover-finepf {
    width: 100%;
    max-width: 42ch;
    font-size: 10px;
    line-height: 1.55;
    letter-spacing: 0.12em;
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 24px;
    overflow-wrap: break-word; }
  .menu-marquee-inset .board {
    --row-h: 48px;
    padding: 8px 10px 10px; }
  .menu-marquee-inset .row {
    height: auto;
    min-height: calc(var(--row-h) * 2);
    line-height: 1.15;
    white-space: normal;
    overflow: visible;
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: clamp(18px, 5.8vw, 24px);
    letter-spacing: 0.04em; }
  .menu-marquee-inset .row .phrase {
    display: block;
    width: 100%; }
  .menu-marquee-inset .row .sep {
    display: none; }
  .menu-marquee-inset .row .star {
    margin: 0 0.18em; }
  .super-cat-sides-amp-drinks {
    display: grid;
    grid-template-columns: minmax(0, auto) 1fr;
    column-gap: 18px;
    row-gap: 8px;
    align-items: end; }
  .super-cat-sides-amp-drinks h2 {
    max-width: 100%;
    white-space: normal;
    font-size: clamp(34px, 8vw, 48px);
    min-width: 0; }
  .super-cat-sides-amp-drinks .rule {
    min-width: 44px; }
  .super-cat-sides-amp-drinks .num {
    grid-column: 1 / -1;
    padding-bottom: 0;
    font-size: 11px;
    letter-spacing: 0.16em;
    white-space: nowrap;
    justify-self: start; }
  .menu-section-header {
    padding-bottom: 10px; }
  .specials-details {
    display: grid;
    gap: 8px; }
  .specials-item-row {
    gap: 10px; }
  .specials-item-name {
    font-size: clamp(17px, 5.1vw, 20px); }
  .specials-item-desc {
    font-size: 15px; }
  .specialty-price {
    right: auto;
    left: 18px;
    bottom: -16px; } }

@media (max-width: 380px) {
  .cover {
    padding-top: 24px; }
  .cover-title {
    font-size: clamp(46.25px, 12.25vw, 55px); }
  .cover-eyebrow {
    font-size: 9px;
    letter-spacing: 0.14em; }
  .cover-sub {
    font-size: 13px;
    letter-spacing: 0.16em;
    margin-bottom: 16px; }
  .cover-marquee {
    padding: 6px 6px 8px; }
  .cover-marquee-bulbs {
    height: 10px;
    margin: 2px 0 5px;
    background-size: 18px 10px; }
  .cover-marquee-board {
    --row-h: 52px; }
  .cover-marquee-row {
    font-size: 17px;
    line-height: 1.12; }
  .cover-finepf {
    margin-top: 16px;
    padding-bottom: 20px; } }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; }
  .topbar-status .dot {
    animation: none; }
  .flap {
    transition: none;
    transform: none !important;
    opacity: 1; }
  .kid-card,
  .flat-price-tag,
  .specialty-price {
    transform: none; } }

@media (hover: none) {
  .kid-card:hover {
    transform: none;
    box-shadow: 3px 3px 0 var(--ink); } }
