:root {
  --red: #b52224;
  --red-dark: #8f1719;
  --cream: #fbefd9;
  --parchment: #fff7e8;
  --black: #121212;
  --gold: #ffc83d;
  --muted: #6d5645;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(0, 0, 0, .22);
  --soft-shadow: 0 12px 30px rgba(0, 0, 0, .13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  color: var(--black);
  background:
    radial-gradient(circle at top left, rgba(255, 200, 61, .18), transparent 34rem),
    linear-gradient(180deg, #f4e2c6 0%, #fff7e8 62%, #f1dfc0 100%);
}

a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(18, 18, 18, .97);
  border-bottom: 4px solid rgba(255, 200, 61, .85);
  box-shadow: 0 5px 22px rgba(0, 0, 0, .22);
}

.header-inner {
  max-width: 1220px;
  margin: 0 auto;
  min-height: 84px;
  padding: 10px 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}

.nav-links {
  display: flex;
  gap: clamp(12px, 2vw, 26px);
  flex-wrap: wrap;
}

.nav-links a {
  color: #fff1ce;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .04em;
}

.nav-links a:hover { color: var(--gold); }

.header-logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 235px;
  max-width: 38vw;
  margin-bottom: -46px;
  z-index: 2;
}

.header-logo img {
  width: 100%;
  border-radius: 999px;
  border: 6px solid var(--white);
  box-shadow: 0 12px 26px rgba(0,0,0,.28);
  background: var(--white);
}

.call-chip {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 20px;
  border-radius: 14px;
  background: linear-gradient(180deg, #d53a2e, #a41619);
  color: var(--white);
  border: 2px solid rgba(255,255,255,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .04em;
}

.phone-icon { font-size: 1.35rem; }

.hero {
  position: relative;
  max-width: 1220px;
  min-height: 650px;
  margin: 0 auto;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 247, 232, .96), rgba(255, 247, 232, .78) 48%, rgba(50, 24, 10, .16)),
    repeating-linear-gradient(0deg, rgba(127, 72, 42, .12) 0 3px, transparent 3px 54px),
    repeating-linear-gradient(90deg, rgba(127, 72, 42, .10) 0 3px, transparent 3px 124px);
  border-left: 1px solid rgba(0,0,0,.08);
  border-right: 1px solid rgba(0,0,0,.08);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 26%, rgba(255, 200, 61, .40), transparent 14rem),
    linear-gradient(180deg, transparent 70%, #a7191b 70%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(58%, 650px);
  padding: 96px 34px 0;
}

.script {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 900;
  color: var(--red);
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: .95;
}

.script.small {
  font-size: 2.4rem;
}

.hero h1 {
  margin: 0;
  text-transform: uppercase;
  line-height: .88;
  letter-spacing: -.045em;
}

.hero h1 span {
  display: block;
  font-size: clamp(3.2rem, 8vw, 6.7rem);
  font-weight: 950;
  color: #111;
  text-shadow: 2px 2px 0 rgba(255,255,255,.7);
}

.hero h1 strong {
  display: block;
  margin-top: 5px;
  font-size: clamp(3.3rem, 8.3vw, 7.1rem);
  color: var(--red);
  text-shadow: 2px 2px 0 rgba(255,255,255,.75);
}

.hero-lead {
  max-width: 620px;
  margin: 28px 0 0;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.1vw, 1.75rem);
  line-height: 1.35;
  color: #231b17;
}

.comfort {
  margin: 0;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 900;
  color: var(--red);
  font-size: clamp(1.85rem, 3.5vw, 3rem);
}

.hero-lines {
  width: min(460px, 92%);
  height: 6px;
  margin: 22px auto 0;
  border-radius: 99px;
  background: #151515;
}

.mascot-card {
  position: absolute;
  right: 18px;
  top: 70px;
  z-index: 1;
  width: min(46%, 525px);
  filter: drop-shadow(0 22px 18px rgba(0,0,0,.23));
}

.mascot-card img {
  width: 100%;
  border-radius: 26px;
  mix-blend-mode: multiply;
}

.food-rail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 132px;
  z-index: 3;
  height: 186px;
  overflow: hidden;
  border-top: 6px solid rgba(255,255,255,.72);
  border-bottom: 6px solid rgba(255,255,255,.72);
  background: repeating-linear-gradient(45deg, #be2023 0 22px, #fff0df 22px 44px);
  box-shadow: 0 -8px 24px rgba(0,0,0,.16), 0 12px 22px rgba(0,0,0,.18);
}

.food-rail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.order-section {
  position: relative;
  z-index: 5;
  max-width: 1220px;
  margin: -118px auto 0;
  padding: 0 34px 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.order-card {
  min-height: 330px;
  padding: 24px 28px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border-radius: 22px;
  border: 5px solid #ffe8aa;
  box-shadow: var(--shadow);
  color: var(--white);
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, filter .18s ease;
}

.order-card:hover,
.order-card:focus-visible {
  transform: translateY(-5px) scale(1.01);
  filter: brightness(1.05);
  outline: none;
}

.order-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 0%, rgba(255,255,255,.18), transparent 16rem),
    linear-gradient(135deg, rgba(255,255,255,.14), transparent 40%);
  pointer-events: none;
}

.order-card > * { position: relative; z-index: 1; }

.parkville { background: linear-gradient(160deg, #d12b27, #921315); }
.perryhall { background: linear-gradient(160deg, #292929, #050505); }

.stars {
  font-size: 1.4rem;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .22em;
}

.order-word {
  margin-top: 2px;
  text-transform: uppercase;
  font-weight: 950;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: .9;
  color: #fff8df;
  text-shadow: 3px 3px 0 rgba(0,0,0,.16);
}

.order-card strong {
  text-transform: uppercase;
  font-size: clamp(3.1rem, 6vw, 5.7rem);
  line-height: .88;
  letter-spacing: -.045em;
  color: #fff8df;
  text-shadow: 4px 4px 0 rgba(0,0,0,.22);
}

.address {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-top: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(0,0,0,.76);
  color: #fff8df;
  font-size: clamp(1rem, 1.9vw, 1.45rem);
  font-weight: 900;
}

.number {
  margin-top: 10px;
  font-size: clamp(2rem, 4.7vw, 4.4rem);
  line-height: 1;
  font-weight: 950;
  color: var(--gold);
  text-shadow: 4px 4px 0 rgba(0,0,0,.28);
}

.click {
  margin-top: auto;
  width: 100%;
  max-width: 500px;
  padding: 15px 18px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffd95d, #f4b820);
  color: #101010;
  text-transform: uppercase;
  font-weight: 950;
  letter-spacing: .035em;
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  border: 2px solid rgba(255,255,255,.65);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}

.click b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  width: 1.3em;
  height: 1.3em;
  border-radius: 99px;
  background: #111;
  color: var(--gold);
}

.info-section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 30px 34px 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
  gap: 26px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.55), rgba(255,255,255,.08)),
    var(--parchment);
  border-left: 1px solid rgba(0,0,0,.08);
  border-right: 1px solid rgba(0,0,0,.08);
}

.about-panel,
.rewards-panel {
  border-radius: 22px;
  padding: 28px;
  background: rgba(255, 252, 241, .88);
  box-shadow: var(--soft-shadow);
  border: 2px solid rgba(116, 58, 27, .12);
}

.about-panel {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.photo-stack img {
  width: 100%;
  border: 8px solid #fff;
  transform: rotate(-4deg);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.about-panel h2,
.rewards-panel h2 {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: clamp(2.3rem, 4.2vw, 4rem);
  line-height: .9;
}

.about-panel p {
  margin: 10px 0;
  font-size: 1.08rem;
  line-height: 1.55;
  color: #30241d;
}

.thanks {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 900;
  color: var(--red) !important;
  font-size: 1.5rem !important;
}

.rewards-panel {
  background: #fffaf0;
}

.reward-title {
  display: flex;
  gap: 14px;
  align-items: center;
}

.trophy {
  display: inline-grid;
  place-items: center;
  flex: 0 0 66px;
  height: 66px;
  border-radius: 999px;
  background: var(--red);
  color: var(--gold);
  border: 5px solid var(--gold);
  font-size: 2rem;
}

.reward-title h2 span {
  display: block;
  color: #111;
}

.reward-title h2 {
  color: var(--red);
}

.rewards-panel ul {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}

.rewards-panel li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid rgba(0,0,0,.11);
  font-weight: 900;
  font-size: 1.08rem;
}

.rewards-panel li span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 99px;
  background: #111;
  color: var(--gold);
}

.reward-button {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 16px 18px;
  border-radius: 10px;
  background: var(--red);
  color: #fff;
  text-transform: uppercase;
  font-weight: 950;
  letter-spacing: .04em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}

.feature-strip {
  max-width: 1220px;
  margin: 0 auto;
  padding: 18px 28px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  align-items: center;
  background: #111;
  color: #fff8df;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.feature-strip div {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-items: center;
  border-right: 1px solid rgba(255,255,255,.18);
  padding-right: 12px;
}

.feature-strip div:last-child { border-right: 0; }

.feature-strip span {
  grid-row: span 2;
  font-size: 1.7rem;
}

.feature-strip strong {
  text-transform: uppercase;
  font-weight: 950;
}

.feature-strip small {
  color: #e8d5a6;
}

.feature-strip .love {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  color: #fff2ca;
}

.feature-strip .love strong {
  text-transform: none;
  font-size: 1.4rem;
}

footer {
  padding: 30px 18px 45px;
  text-align: center;
  color: #6b5846;
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .header-logo {
    order: -1;
    margin-bottom: 0;
    width: 210px;
  }

  .call-chip { justify-self: center; }

  .hero {
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-copy {
    width: 100%;
    padding: 34px 24px 24px;
    text-align: center;
  }

  .mascot-card {
    position: relative;
    inset: auto;
    width: min(94%, 520px);
    margin: 0 auto;
  }

  .food-rail {
    position: relative;
    bottom: auto;
    height: 180px;
    margin-top: 18px;
  }

  .order-section {
    margin-top: 0;
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .info-section {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .feature-strip {
    grid-template-columns: 1fr 1fr;
    border-radius: 0;
  }

  .feature-strip .love {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .nav-links {
    justify-content: center;
    font-size: .9rem;
  }

  .call-chip {
    width: 100%;
    justify-content: center;
  }

  .hero h1 span,
  .hero h1 strong {
    letter-spacing: -.06em;
  }

  .order-section,
  .info-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .order-card {
    min-height: 300px;
    padding: 20px 16px;
  }

  .about-panel {
    grid-template-columns: 1fr;
  }

  .photo-stack {
    max-width: 190px;
    margin: 0 auto;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

  .feature-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
    padding-bottom: 10px;
  }

  .feature-strip div:last-child {
    border-bottom: 0;
  }
}

/* ------------------------------
   Mobile fixes added by Samantha
   ------------------------------ */
html, body {
  width: 100%;
  overflow-x: hidden;
}

a, button {
  -webkit-tap-highlight-color: rgba(255, 200, 61, .35);
}

.mobile-sticky-order {
  display: none;
}

@media (max-width: 980px) {
  body {
    padding-bottom: 86px;
  }

  .site-header {
    position: relative;
  }

  .header-inner {
    min-height: 0;
    padding: 12px 14px;
    gap: 10px;
  }

  .header-logo {
    width: min(190px, 78vw);
    max-width: none;
    margin-bottom: 0;
  }

  .nav-links {
    width: 100%;
    justify-content: center;
    gap: 10px;
  }

  .nav-links a {
    font-size: .86rem;
    padding: 8px 6px;
  }

  .call-chip {
    display: none;
  }

  .hero {
    max-width: 100%;
    min-height: 0;
    border: 0;
  }

  .hero-copy {
    width: 100%;
    padding: 24px 16px 12px;
    text-align: center;
  }

  .script {
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .hero h1 span {
    font-size: clamp(2.6rem, 13vw, 4.6rem);
  }

  .hero h1 strong {
    font-size: clamp(2.7rem, 13vw, 4.8rem);
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 1.14rem;
  }

  .comfort {
    font-size: 1.65rem;
  }

  .mascot-card {
    position: relative;
    inset: auto;
    width: min(92%, 430px);
    margin: 0 auto;
  }

  .mascot-card img {
    border-radius: 18px;
  }

  .food-rail {
    position: relative;
    bottom: auto;
    height: 135px;
    margin-top: 18px;
  }

  .order-section {
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .order-card {
    min-height: auto;
    padding: 20px 16px;
    border-width: 4px;
    border-radius: 18px;
  }

  .order-word {
    font-size: 2.2rem;
  }

  .order-card strong {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .address {
    white-space: normal;
    border-radius: 14px;
    font-size: 1rem;
    line-height: 1.3;
  }

  .number {
    font-size: clamp(2rem, 11vw, 3.3rem);
    white-space: nowrap;
  }

  .click {
    margin-top: 18px;
    font-size: 1.06rem;
    padding: 16px 12px;
  }

  .info-section {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

  .about-panel,
  .rewards-panel {
    padding: 22px 18px;
  }

  .about-panel h2,
  .rewards-panel h2 {
    font-size: 2.6rem;
  }

  .feature-strip {
    grid-template-columns: 1fr 1fr;
    border-radius: 0;
  }

  .feature-strip .love {
    grid-column: 1 / -1;
  }

  .mobile-sticky-order {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px;
    background: rgba(18, 18, 18, .96);
    border-top: 3px solid var(--gold);
    box-shadow: 0 -10px 28px rgba(0,0,0,.28);
  }

  .mobile-sticky-order a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 58px;
    padding: 9px 8px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    color: #fff8df;
    background: linear-gradient(180deg, #d3312c, #961719);
    font-weight: 900;
    line-height: 1.1;
  }

  .mobile-sticky-order a:nth-child(2) {
    background: linear-gradient(180deg, #333, #050505);
    border: 1px solid rgba(255,255,255,.18);
  }

  .mobile-sticky-order strong {
    font-size: .95rem;
    text-transform: uppercase;
  }

  .mobile-sticky-order span {
    margin-top: 4px;
    color: var(--gold);
    font-size: .86rem;
  }
}

@media (max-width: 520px) {
  .nav-links a:nth-child(3),
  .nav-links a:nth-child(4) {
    display: none;
  }

  .hero-copy {
    padding-top: 18px;
  }

  .hero-lines {
    width: 70%;
    height: 4px;
  }

  .food-rail {
    height: 112px;
  }

  .order-section {
    padding: 16px 12px 24px;
  }

  .stars {
    font-size: 1rem;
  }

  .order-word {
    font-size: 1.9rem;
  }

  .order-card strong {
    font-size: clamp(2.65rem, 15vw, 4rem);
  }

  .number {
    font-size: clamp(1.85rem, 10vw, 2.7rem);
  }

  .info-section {
    padding: 18px 12px 24px;
  }

  .photo-stack {
    display: none;
  }

  .about-panel {
    display: block;
  }

  .reward-title {
    align-items: flex-start;
  }

  .trophy {
    flex-basis: 54px;
    height: 54px;
    font-size: 1.55rem;
    border-width: 4px;
  }

  footer {
    padding-bottom: 108px;
  }
}


/* ---------------------------------------------------------
   2026 responsive polish pass
   - Clean logo asset so the top header image is not cropped.
   - Better wide-screen proportions.
   - Safer mobile nav so links wrap into tap-friendly rows.
   - Safe-area support for modern phones.
   --------------------------------------------------------- */
:root {
  --content-max: 1440px;
}

@media (min-width: 1700px) {
  :root { --content-max: 1540px; }
}

html {
  scroll-padding-top: 112px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--gold);
  color: #111;
  font-weight: 950;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .16s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  overflow: visible;
}

.header-inner,
.hero,
.order-section,
.info-section,
.feature-strip {
  max-width: var(--content-max);
}

.header-inner {
  min-height: 88px;
  padding-left: clamp(18px, 2.3vw, 36px);
  padding-right: clamp(18px, 2.3vw, 36px);
}

.nav-links {
  align-items: center;
  row-gap: 8px;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  white-space: nowrap;
}

.header-logo {
  width: clamp(220px, 17vw, 300px);
  max-width: none;
  margin-bottom: 0;
  transform: translateY(24px);
}

.header-logo img {
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: 0 16px 34px rgba(0,0,0,.32);
}

.call-chip {
  white-space: nowrap;
}

.hero {
  min-height: clamp(650px, 48vw, 760px);
  overflow: visible;
}

.hero-copy {
  width: min(56%, 760px);
  padding-top: clamp(96px, 7vw, 125px);
  padding-left: clamp(34px, 4vw, 76px);
}

.hero-lead,
.comfort {
  text-wrap: balance;
}

.mascot-card {
  right: clamp(18px, 3.2vw, 62px);
  top: clamp(72px, 5.5vw, 104px);
  width: min(48%, 620px);
}

.food-rail {
  height: clamp(186px, 13vw, 230px);
  bottom: clamp(120px, 8.5vw, 148px);
}

.food-rail img,
.mascot-card img {
  display: block;
}

.order-section {
  margin-top: clamp(-132px, -8vw, -112px);
}

.order-card {
  min-height: clamp(318px, 22vw, 370px);
}

.order-card:focus-visible,
.reward-button:focus-visible,
.call-chip:focus-visible,
.nav-links a:focus-visible,
.mobile-sticky-order a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.info-section {
  align-items: stretch;
}

.about-panel,
.rewards-panel {
  height: 100%;
}

@media (min-width: 981px) and (max-width: 1180px) {
  .header-logo {
    width: 220px;
    transform: translateY(18px);
  }

  .nav-links {
    gap: 12px;
  }

  .nav-links a,
  .call-chip {
    font-size: .88rem;
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 14px;
  }

  body {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .site-header {
    position: relative;
  }

  .header-inner {
    max-width: 100%;
    min-height: 0;
    padding: 10px 12px 12px;
    gap: 10px;
  }

  .header-logo {
    order: -1;
    width: min(230px, 72vw);
    transform: none;
  }

  .header-logo img {
    box-shadow: 0 10px 22px rgba(0,0,0,.26);
  }

  .nav-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100%, 680px);
    gap: 8px;
    flex-wrap: nowrap;
  }

  .nav-links a {
    justify-content: center;
    min-width: 0;
    min-height: 42px;
    padding: 9px 6px;
    border-radius: 999px;
    background: rgba(255, 241, 206, .08);
    border: 1px solid rgba(255, 241, 206, .20);
    font-size: .82rem;
    line-height: 1.1;
    text-align: center;
    white-space: normal;
  }

  .call-chip {
    display: none;
  }

  .hero {
    max-width: 100%;
    min-height: 0;
    overflow: hidden;
    border: 0;
  }

  .hero-copy {
    width: 100%;
    padding: 24px 16px 12px;
  }

  .mascot-card {
    width: min(92%, 430px);
    margin-top: 4px;
  }

  .food-rail {
    height: clamp(116px, 31vw, 150px);
    margin-top: 16px;
  }

  .food-rail img {
    object-position: center center;
  }

  .order-section {
    margin-top: 0;
  }

  .mobile-sticky-order {
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 620px) {
  .nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 430px;
  }

  .nav-links a {
    font-size: .84rem;
  }
}

@media (max-width: 520px) {
  .nav-links a:nth-child(3),
  .nav-links a:nth-child(4) {
    display: inline-flex;
  }

  .header-logo {
    width: min(210px, 74vw);
  }

  .hero-copy {
    padding-top: 20px;
  }

  .mobile-sticky-order strong {
    font-size: .88rem;
  }
}

/* Desktop layout guardrails
   Keep the poster-style hero bold without allowing its three layers to collide. */
@media (min-width: 981px) {
  .header-inner {
    position: relative;
    min-height: 92px;
    grid-template-columns: 1fr 1fr;
    gap: 280px;
  }

  .header-logo {
    position: absolute;
    left: 50%;
    top: 10px;
    width: clamp(210px, 17vw, 250px);
    transform: translateX(-50%);
  }

  .nav-links {
    flex-wrap: nowrap;
    gap: clamp(10px, 1.35vw, 19px);
  }

  .nav-links a {
    font-size: .9rem;
  }

  .hero {
    min-height: clamp(680px, 52vw, 760px);
    overflow: hidden;
  }

  .hero-copy {
    width: 54%;
    max-width: 760px;
    padding-top: clamp(64px, 5vw, 78px);
    padding-left: clamp(34px, 3.5vw, 60px);
    padding-right: clamp(18px, 2vw, 34px);
  }

  .hero h1 span {
    font-size: clamp(3.35rem, 5vw, 4.8rem);
  }

  .hero h1 strong {
    font-size: clamp(3.3rem, 4.7vw, 4.65rem);
  }

  .mascot-card {
    right: clamp(18px, 2.5vw, 42px);
    width: min(43%, 590px);
  }

  .food-rail {
    bottom: 0;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .header-inner {
    gap: 220px;
  }

  .header-logo {
    width: 200px;
  }

  .nav-links {
    gap: 8px;
  }

  .nav-links a,
  .call-chip {
    font-size: .78rem;
  }

  .call-chip {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Phone and tablet repair
   Explicitly clear desktop positioning that otherwise survives the cascade. */
@media (max-width: 980px) {
  .header-logo {
    width: min(185px, 60vw);
  }

  .hero-copy {
    padding: 22px 16px 14px;
  }

  .script {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .hero h1 span {
    font-size: clamp(2.45rem, 11vw, 3.25rem);
  }

  .hero h1 strong {
    font-size: clamp(2.4rem, 10.8vw, 3.2rem);
  }

  .hero-lead {
    margin-top: 16px;
    font-size: 1.05rem;
  }

  .comfort {
    font-size: 1.45rem;
  }

  .hero-lines {
    width: min(260px, 72%);
    height: 4px;
    margin-top: 14px;
  }

  .mascot-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(88%, 360px);
    margin: 12px auto 0;
  }

  .mascot-card img {
    width: 100%;
    height: auto;
  }

  .food-rail {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: clamp(108px, 29vw, 138px);
    margin-top: 12px;
  }
}

@media (max-width: 520px) {
  .header-inner {
    padding-top: 8px;
  }

  .header-logo {
    width: min(175px, 58vw);
  }

  .nav-links {
    gap: 6px;
  }

  .nav-links a {
    min-height: 38px;
    padding: 7px 5px;
    font-size: .78rem;
  }

  .mobile-sticky-order {
    gap: 6px;
    padding: 7px;
  }

  .mobile-sticky-order a {
    min-height: 54px;
    padding: 7px 5px;
  }
}
