:root {
  --cream: #F4EDDD;
  --cream-2: #ECE3CE;
  --green: #33604A;        /* brand green, from the diner's wall lettering */
  --green-deep: #1F3A2B;   /* deep green for the masthead & dark bands */
  --mustard: #C9962E;      /* gold accent (kept) */
  --gold: #E8C879;
  --ink: #1E241F;          /* near-black, faintly green: frames, shadows, body text */
  --muted: #5F6A5C;        /* soft green-gray for fine print */
  --mist: #BAC3D2;         /* steel gray accent — photo & hero mats only */
  --slate: #626C7A;        /* gray detail text & "closed" status */
  --rhythm: clamp(60px, 9vw, 112px);
  --paper: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background-color: var(--cream);
  background-image: var(--paper);
  color: var(--ink);
  font-family: "Bitter", Georgia, serif;
  font-size: 17px;
  line-height: 1.6;
}
h1, h2, h3 { font-family: "Oswald", "Arial Narrow", sans-serif; margin: 0; }
a { color: inherit; }
img { max-width: 100%; display: block; }
a:focus-visible, button:focus-visible, iframe:focus-visible, .jump__chip:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
  box-shadow: 0 0 0 6px var(--mustard);
}
/* On the dark-green favorites band, use a light ring so focus stays visible (WCAG 1.4.11) */
.favorites a:focus-visible, .favorites button:focus-visible {
  outline-color: var(--cream);
  box-shadow: 0 0 0 6px var(--gold);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--ink);
  color: var(--cream);
  padding: 10px 16px;
  z-index: 100;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.skip-link:focus { left: 8px; top: 8px; }

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 clamp(18px, 5vw, 56px); }

.framed {
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 0 var(--ink);
  position: relative;
  background: var(--cream);
}
.framed::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid var(--ink);
  pointer-events: none;
}

.leader {
  flex: 1;
  border-bottom: 2px dotted var(--ink);
  transform: translateY(-4px);
  opacity: 0.4;
  min-width: 14px;
}

.sign {
  background: var(--green-deep);
  color: var(--cream);
  text-align: center;
  padding: clamp(30px, 6vw, 66px) 20px clamp(26px, 4.5vw, 54px);
  border-bottom: 6px solid var(--mustard);
  position: relative;
  background-image:
    radial-gradient(120% 130% at 50% -10%, rgba(255, 240, 200, 0.10), rgba(0, 0, 0, 0) 60%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0)),
    var(--paper);
}
.sign__kicker {
  font-family: "Caveat", cursive;
  font-size: clamp(26px, 4.5vw, 44px);
  color: var(--gold);
  line-height: 1;
  margin-bottom: 2px;
}
.sign__wordmark {
  font-weight: 700;
  font-size: clamp(54px, 12vw, 138px);
  line-height: 0.86;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 4px 0 12px;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.22);
}
.sign__wordmark a { color: inherit; text-decoration: none; cursor: pointer; }
.sign__locality {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(11px, 1.6vw, 15px);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
}
.sign__locality span { width: clamp(20px, 5vw, 48px); height: 1px; background: var(--mustard); }

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  background: var(--cream);
  border-bottom: 2px solid var(--green);
  box-shadow: 0 2px 8px rgba(33, 30, 26, 0.10);
}
.nav__inner {
  display: flex;
  width: 100%;
  max-width: 720px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(12px, 1.7vw, 14px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nav__inner a {
  flex: 1;
  text-align: center;
  padding: 15px 4px;
  text-decoration: none;
  color: var(--green-deep);
  border-bottom: 3px solid transparent;
  transition: border-color 0.15s ease;
}
.nav__inner a:hover { border-bottom-color: var(--mustard); }
.nav__inner a[aria-current="page"] { color: var(--green); font-weight: 600; border-bottom-color: var(--green); }

.infoband { background: rgba(51, 96, 74, 0.07); border-bottom: 1px solid rgba(31, 58, 43, 0.18); }
.infoband__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 13px clamp(18px, 5vw, 56px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
}
.infoband__track { display: flex; flex-wrap: wrap; gap: 8px 24px; align-items: center; justify-content: center; }
.infoband__track--dup { display: none; }
.infoband strong { font-family: "Oswald", sans-serif; font-weight: 600; color: var(--green-deep); }
.infoband .sep { color: var(--mustard); }
.infoband .cash { font-family: "Oswald", sans-serif; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--green-deep); }
.infoband a { font-family: "Oswald", sans-serif; font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--mustard); }

/* ── Hero: the roadside marquee ─────────────────────────────── */
.hero { padding: var(--rhythm) 0 0; }
.hero__mat {
  position: relative;
  background: var(--mist);
  background-image: linear-gradient(158deg, rgba(255, 255, 255, 0.55), rgba(31, 58, 43, 0.10));
  border: 3px solid var(--ink);
  box-shadow: 10px 10px 0 0 var(--ink);
  padding: clamp(9px, 1.5vw, 16px);
}
.hero__frame { position: relative; overflow: hidden; aspect-ratio: 2 / 1; border: 2px solid var(--ink); background: var(--ink); }
.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.05) brightness(0.98);
}
.hero__tint { position: absolute; inset: 0; background: var(--green); mix-blend-mode: multiply; opacity: 0.20; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20, 32, 24, 0.82), rgba(20, 32, 24, 0.04) 48%, rgba(20, 32, 24, 0.30)); }
.hero__inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  padding: clamp(18px, 4vw, 46px);
  gap: clamp(9px, 1.5vw, 15px);
}
.hero__kicker {
  font-family: "Oswald", sans-serif;
  font-size: clamp(11px, 1.5vw, 14px);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
}
.hero__tagline {
  font-family: "Caveat", cursive;
  color: var(--gold);
  font-size: clamp(36px, 6.4vw, 72px);
  line-height: 0.92;
  margin: 0;
  transform: rotate(-2deg);
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.45);
}
.hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 4px; }
.hero__seal {
  position: absolute;
  top: clamp(-16px, -1.1vw, -8px);
  right: clamp(12px, 3vw, 34px);
  width: clamp(84px, 12vw, 132px);
  height: clamp(84px, 12vw, 132px);
  transform: rotate(-9deg);
  filter: drop-shadow(3px 4px 0 rgba(20, 32, 24, 0.45));
  z-index: 3;
}
@media (max-width: 520px) { .hero__seal { width: 74px; height: 74px; right: 8px; } }
.btn {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 1.8vw, 17px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  border: 2px solid var(--ink);
  background: var(--mustard);
  color: var(--ink);
  box-shadow: 4px 4px 0 0 var(--ink);
  transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.15s ease;
}
.btn:hover { background: #b9851f; }
.btn:active { transform: translate(4px, 4px); box-shadow: 0 0 0 0 var(--ink); }
.btn--ghost { background: transparent; color: var(--green); border-color: var(--green); box-shadow: 4px 4px 0 0 var(--green); }
.btn--ghost:hover { background: var(--green); color: var(--cream); }
.btn--dark { background: var(--ink); color: var(--cream); }
.btn--dark:hover { background: var(--green-deep); }

.essentials {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: var(--rhythm) 0 0;
}
.ecard { position: relative; border: 2px solid var(--ink); box-shadow: 5px 5px 0 0 var(--ink); background: var(--cream); }
.ecard__cap {
  background: var(--green-deep);
  color: var(--cream);
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 9px;
}
.ecard__body { padding: 18px 20px; }
.open-status { display: inline-flex; align-items: center; gap: 7px; font-family: "Oswald", sans-serif; font-size: 12.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 12px; }
.open-status__dot { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.open-status.is-open { color: #2f6b34; }
.open-status.is-open .open-status__dot { background: #3f8a44; }
.open-status.is-closed { color: var(--slate); }
.open-status.is-closed .open-status__dot { background: var(--slate); }
.open-status__sub { color: var(--muted); font-weight: 500; }
.ecard__body .row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 9px; }
.ecard__body .row:last-child { margin-bottom: 0; }
.ecard__body .row .k { font-family: "Oswald", sans-serif; font-weight: 500; letter-spacing: 0.03em; }
.ecard__body .row .v { font-weight: 600; font-variant-numeric: tabular-nums; }
.ecard__body .row .closed { color: var(--green); font-style: italic; font-weight: 400; }
.ecard--cash { background: var(--green); color: var(--cream); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 22px 16px; }
.ecard--cash .big { font-family: "Oswald", sans-serif; font-weight: 700; font-size: clamp(24px, 4vw, 30px); letter-spacing: 0.04em; text-transform: uppercase; line-height: 1; }
.ecard--cash .sub { margin-top: 8px; font-size: 14px; }
.ecard--cash .sub2 { margin-top: 2px; font-size: 13px; color: var(--cream); }
.ecard--call { background: var(--ink); color: var(--cream); text-decoration: none; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 22px 16px; }
.ecard--call .lab { font-family: "Oswald", sans-serif; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mustard); }
.ecard--call .num { font-family: "Oswald", sans-serif; font-weight: 600; font-size: clamp(24px, 3.6vw, 32px); margin-top: 4px; }
.ecard--call .addr { font-size: 13px; margin-top: 6px; color: #cabfa6; }

.intro { margin: var(--rhythm) 0 0; padding: clamp(42px, 6vw, 82px) 0; background: var(--cream-2); background-image: var(--paper); border-top: 1px solid rgba(31, 58, 43, 0.22); border-bottom: 1px solid rgba(31, 58, 43, 0.22); }
.intro__inner { display: grid; grid-template-columns: 1fr; align-items: center; text-align: center; gap: clamp(24px, 4vw, 46px); }
.intro__photo { padding: clamp(8px, 1.2vw, 12px); background: var(--mist); width: 100%; max-width: 400px; margin: 0 auto; transform: rotate(-1.6deg); }
.intro__photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border: 1px solid var(--ink); }
.intro__body { display: flex; flex-direction: column; align-items: center; gap: clamp(18px, 3vw, 30px); }
.intro__kicker { font-family: "Oswald", sans-serif; font-weight: 600; font-size: clamp(13px, 1.6vw, 15px); letter-spacing: 0.24em; text-transform: uppercase; color: var(--green); line-height: 1; margin: 0; }
.intro__text { max-width: 60ch; margin: 0; font-size: clamp(16px, 2vw, 20px); line-height: 1.65; color: #2a261f; }
.intro__icons { display: flex; justify-content: center; gap: clamp(18px, 4vw, 36px); color: var(--green); }
.intro__icons svg { width: clamp(46px, 7vw, 72px); height: clamp(46px, 7vw, 72px); }

.favorites { background: var(--green); color: var(--cream); border-top: 4px solid var(--ink); border-bottom: 4px solid var(--ink); background-image: var(--paper); margin: var(--rhythm) 0 0; }
.favorites__inner { display: flex; flex-wrap: wrap; gap: clamp(24px, 4vw, 48px); align-items: center; padding: clamp(28px, 5vw, 56px) clamp(18px, 5vw, 56px); }
.favorites__photo { flex: 1 1 280px; }
.favorites__photo .framed { transform: rotate(2deg); padding: 8px; background: var(--cream); }
.favorites__photo img { filter: saturate(1.12) contrast(1.04) brightness(1.05); border: 1px solid var(--ink); aspect-ratio: 1 / 1; object-fit: cover; object-position: 50% 62%; }
.favorites__list { flex: 1 1 320px; }
.favorites__list h2 { font-size: clamp(28px, 4.5vw, 44px); text-transform: uppercase; letter-spacing: 0.03em; border-bottom: 2px solid var(--gold); padding-bottom: 10px; margin-bottom: clamp(20px, 3vw, 28px); }
.favorites__box { padding: clamp(20px, 4vw, 30px); border: 2px solid var(--gold); box-shadow: 5px 5px 0 0 var(--ink); background: rgba(33, 30, 26, 0.12); }
.fav__row { display: flex; align-items: baseline; gap: 8px; margin-bottom: clamp(16px, 2.5vw, 22px); font-size: clamp(15px, 1.9vw, 18px); }
.fav__row .item__name { min-width: 0; overflow-wrap: anywhere; }
.fav__row .leader { flex: 1 1 16px; border-bottom-color: var(--cream); opacity: 0.5; }
.fav__row .item__price { flex: 0 0 auto; font-variant-numeric: tabular-nums; white-space: nowrap; font-family: "Oswald", sans-serif; }
.favorites__box .fav__row:last-child { margin-bottom: 0; }
.favorites__list .btn { margin-top: 16px; }

.section-head { display: flex; align-items: center; gap: clamp(14px, 3vw, 22px); margin: 0 0 clamp(28px, 4vw, 44px); }
.section-head h2 { font-size: clamp(24px, 4vw, 40px); letter-spacing: 0.04em; text-transform: uppercase; color: var(--green); }
.section-head span { flex: 1; height: 0; border-top: 2px solid var(--green); }

.visit { max-width: 1100px; margin: var(--rhythm) auto; scroll-margin-top: 70px; }
.visit__grid { display: grid; grid-template-columns: 1fr; gap: clamp(24px, 4vw, 40px); align-items: center; margin-bottom: clamp(24px, 4vw, 36px); }
.visit__col { min-width: 0; }
.visit__photo { padding: clamp(8px, 1.2vw, 12px); background: var(--mist); }
.visit__photo img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border: 1px solid var(--ink); }
.visit__photo.framed::after { border-color: var(--mustard); }
.visit__addr { margin: 0 0 16px; font-size: clamp(17px, 2.2vw, 22px); line-height: 1.4; font-weight: 500; }
.visit__col p { font-size: clamp(15px, 1.9vw, 17px); line-height: 1.65; color: #2a261f; }
.visit__cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin: 0 0 18px; }
.map-frame { min-height: 300px; padding: 6px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 300px; border: 0; display: block; filter: grayscale(0.12) contrast(1.02); }
.yelp { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; border: 2px solid var(--ink); box-shadow: 4px 4px 0 0 var(--ink); background: var(--cream); padding: 9px 15px; transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.15s ease; }
.yelp:hover { background: var(--cream-2); }
.yelp:active { transform: translate(4px, 4px); box-shadow: 0 0 0 0 var(--ink); }
.yelp__rating { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 19px; color: var(--green); letter-spacing: 0.02em; line-height: 1; }
.yelp__star { color: var(--mustard); }
.yelp__label { font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; color: var(--ink); }

.footer { background: var(--ink); color: #c9bda4; padding: clamp(30px, 5vw, 48px) clamp(18px, 5vw, 56px) clamp(26px, 4vw, 40px); margin-top: clamp(28px, 4vw, 48px); }
.footer__inner { max-width: 1100px; margin: 0 auto; }
.footer__signoff { font-family: "Caveat", cursive; font-size: clamp(28px, 4vw, 40px); color: var(--mustard); text-align: center; margin-bottom: 20px; }
.footer__notes { display: flex; flex-wrap: wrap; gap: 14px 44px; justify-content: center; max-width: 820px; margin: 0 auto; }
.footer__notes p { flex: 1 1 220px; margin: 0; font-size: 12px; line-height: 1.55; }
.footer__line { border-top: 1px solid rgba(201, 150, 46, 0.3); margin-top: 26px; padding-top: 18px; text-align: center; font-family: "Oswald", sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #9b8f76; }
.footer__hours { text-align: center; font-family: "Oswald", sans-serif; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: #9b8f76; margin-top: 10px; }
.footer a { color: var(--gold); }

.menu-main { padding-bottom: clamp(20px, 4vw, 40px); }
.allergy {
  max-width: 760px;
  margin: clamp(22px, 4vw, 40px) auto clamp(8px, 2vw, 18px);
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
  padding: 10px 0;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.jump { position: sticky; top: 51px; z-index: 15; background: var(--cream-2); border-bottom: 1px solid rgba(31, 58, 43, 0.22); }
.jump__inner { max-width: 1100px; margin: 0 auto; padding: 10px clamp(14px, 4vw, 40px); display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; }
.jump__group { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.jump__head { font-family: "Oswald", sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 13px; color: var(--green); text-decoration: none; margin-right: 4px; }
.jump__chip { font-family: "Oswald", sans-serif; font-size: 11.5px; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; color: var(--ink); border: 1px solid rgba(33, 30, 26, 0.35); padding: 4px 9px; background: var(--cream); white-space: nowrap; }
.jump__chip:hover { background: var(--green); color: var(--cream); border-color: var(--green); }
.jump__chip.is-active { background: var(--green); color: var(--cream); border-color: var(--green); }

.menu-sheet { margin: clamp(16px, 3vw, 30px) 0; padding: clamp(18px, 4vw, 44px); border: 4px solid var(--ink); box-shadow: 8px 8px 0 0 var(--ink); background: var(--cream); background-image: var(--paper); position: relative; }
.menu-sheet::after { content: ""; position: absolute; inset: 6px; border: 1px solid var(--ink); pointer-events: none; }

.course { margin-bottom: clamp(20px, 3vw, 36px); }
.band { display: flex; align-items: center; gap: clamp(12px, 3vw, 26px); justify-content: center; margin: clamp(10px, 2vw, 20px) 0 clamp(20px, 3vw, 32px); scroll-margin-top: var(--sticky-offset, 150px); }
.band__rule { flex: 1; max-width: 170px; height: 0; border-top: 2px solid var(--green); }
.band h2 { font-size: clamp(34px, 6vw, 62px); letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); }
.band__icon { width: clamp(38px, 6vw, 56px); height: clamp(38px, 6vw, 56px); color: var(--green); }

.columns { column-width: 320px; column-gap: clamp(30px, 4vw, 54px); }
.section { break-inside: avoid; -webkit-column-break-inside: avoid; margin: 0 0 30px; scroll-margin-top: var(--sticky-offset, 150px); }
.section__title { font-weight: 700; font-size: 20px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--green); margin: 0 0 4px; text-align: center; }
.section__rule { border-top: 2px solid var(--green); }
.section__rule::after { content: ""; display: block; border-top: 1px solid var(--green); opacity: 0.5; margin-top: 2px; }
.section__note { text-align: center; font-size: 13px; font-style: italic; color: var(--muted); margin: 8px 0 14px; line-height: 1.45; }

.item { margin-bottom: 9px; }
.item__row { display: flex; align-items: baseline; gap: 6px; }
.item__name { font-size: 16px; }
.item__price { font-variant-numeric: tabular-nums; white-space: nowrap; font-family: "Oswald", sans-serif; font-weight: 500; }
.item__desc { font-size: 13px; font-style: italic; color: var(--muted); margin: 1px 0 0; }
.item--addon { margin-left: 16px; }
.item--addon .item__name, .item--addon .item__price { font-size: 13.5px; color: var(--muted); }
.item--addon .leader { opacity: 0.3; }

.back-home { text-align: center; margin: clamp(18px, 4vw, 36px) 0 0; }

.load-error { text-align: center; font-style: italic; color: var(--green); padding: 30px 12px; }

@media (min-width: 720px) {
  .essentials { grid-template-columns: 1.3fr 1fr 1.2fr; }
  .visit__grid { grid-template-columns: 0.9fr 1.1fr; }
  .intro__inner { grid-template-columns: 0.82fr 1fr; text-align: left; gap: clamp(32px, 5vw, 62px); }
  .intro__photo { max-width: none; margin: 0; }
  .intro__body { align-items: flex-start; }
  .intro__icons { justify-content: flex-start; }
}

@keyframes ib-ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 719px) {
  .hero__frame { aspect-ratio: 4 / 3; }
  .hero__inner { justify-content: flex-end; }
  .hero__tagline { font-size: clamp(38px, 11vw, 54px); }
  /* Roomier vertical rhythm on phones so stacked sections read as separate,
     not one crowded block (desktop rhythm reaches ~112px; the old 60px floor
     felt cramped once everything stacks). */
  :root { --rhythm: clamp(78px, 15vw, 100px); }
  .hero { padding-top: 0; }
  /* On phones, lead the Welcome block with the copy so the hero photo and the
     interior photo don't stack back-to-back. */
  .intro__body { order: -1; }
  .jump__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
    padding: 9px 0;
  }
  .jump__group {
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 7px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
    padding: 2px 42px 2px 0;
  }
  .jump__group::-webkit-scrollbar { display: none; }
  .jump__head {
    position: sticky;
    left: 0;
    z-index: 2;
    align-self: stretch;
    display: flex;
    align-items: center;
    background: var(--cream-2);
    padding: 4px 14px;
    margin-right: 0;
    box-shadow: 6px 0 0 0 var(--cream-2), 11px 0 9px -6px rgba(33, 30, 26, 0.4);
    white-space: nowrap;
  }
  .jump__chip { flex: 0 0 auto; scroll-snap-align: start; }
  .jump::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(to right, rgba(236, 226, 204, 0), var(--cream-2));
    pointer-events: none;
    z-index: 3;
  }

  .infoband { overflow: hidden; }
  .infoband__inner {
    justify-content: flex-start;
    width: max-content;
    max-width: none;
    margin: 0;
    padding: 11px 0;
    gap: 0;
    animation: ib-ticker 24s linear infinite;
    will-change: transform;
  }
  .infoband__inner.is-paused { animation-play-state: paused; }
  .infoband__track { flex-wrap: nowrap; gap: 0 22px; padding-right: 22px; flex: 0 0 auto; }
  .infoband__track--dup { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .nav__inner a, .yelp { transition: none; }
  .infoband__inner { animation: none; width: auto; margin: 0 auto; justify-content: center; }
  .infoband__track { flex-wrap: wrap; }
  .infoband__track--dup { display: none; }
}
