:root {
  --navy: #173B8C;
  --navy-deep: #0E2760;
  --navy-dark: #0A1D4A;
  --red: #E02629;
  --red-dark: #B91F21;
  --red-glow: rgba(224, 38, 41, 0.35);
  --gold: #D4A843;
  --gold-light: #E8C974;
  --dark: #0D1B3E;
  --dark-surface: #142750;
  --light: #F4F6FA;
  --warm: #FFF8F0;
  --warm-white: #FAF7F2;
  --white: #FFFFFF;
  --gray: #6B7280;
  --gray-light: #E2E5EB;
  --radius: 14px;
  --shadow: 0 4px 24px rgba(13,27,62,0.08);
  --shadow-lg: 0 8px 40px rgba(13,27,62,0.14);
  --font-body: 'DM Sans', sans-serif;
  --font-display: 'Noto Sans', 'DM Sans', sans-serif;
  --header-h: 128px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 16px; line-height: 1.6;
  color: var(--dark); background: var(--white);
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.fade-up {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* External Links */
a.external::after {
  content: '';
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.3em;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'/%3E%3Cpolyline points='7 7 17 7 17 17'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'/%3E%3Cpolyline points='7 7 17 7 17 17'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  vertical-align: middle;
}

/* === HEADER === */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--header-h); background: var(--white);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 16px; box-shadow: 0 2px 12px rgba(13,27,62,0.08);
  border-bottom: 2px solid var(--red);
}
.logo-link { display: flex; align-items: center; gap: 12px; height: 100%; }
.logo-img { height: 108px; width: auto; }
.logo-tagline {
  color: var(--navy); font-size: 11px; font-weight: 600;
  letter-spacing: 1.2px; text-transform: uppercase; display: none;
  opacity: 0.6;
}
@media (min-width: 420px) { .logo-tagline { display: block; } }

.hamburger {
  width: 48px; height: 48px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 5px;
}
.hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--navy); border-radius: 2px; transition: all 0.3s ease;
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.nav-overlay {
  position: fixed; top: var(--header-h); left: 0; right: 0; bottom: 0;
  background: var(--navy-dark); z-index: 999;
  display: flex; flex-direction: column; padding: 32px 24px;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-overlay.open { transform: translateX(0); }
.nav-overlay a {
  font-family: var(--font-display); font-size: 24px; font-weight: 600;
  color: var(--white); padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08); transition: color 0.2s;
}
.nav-overlay a:hover, .nav-overlay a:active { color: var(--gold); }

/* === HERO === */
.hero {
  margin-top: var(--header-h); position: relative; overflow: hidden;
  background: var(--dark); height: calc(100dvh - var(--header-h));
  min-height: 520px; max-height: 900px;
}
.hero-track {
  display: flex; height: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.hero-slide {
  flex: 0 0 100%; height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  padding: 40px 28px; position: relative; overflow: hidden;
}
.hero-slide::before { content: ''; position: absolute; inset: 0; z-index: 0; }
.slide-app::before {
  background: radial-gradient(ellipse 120% 60% at 50% 100%, rgba(224,38,41,0.18) 0%, transparent 60%),
    linear-gradient(170deg, var(--navy-dark) 0%, var(--navy) 50%, var(--navy-deep) 100%);
}
.slide-sweepstakes::before {
  background: radial-gradient(ellipse 120% 60% at 50% 100%, rgba(212,168,67,0.25) 0%, transparent 60%),
    linear-gradient(170deg, #1A1000 0%, #3A2008 40%, var(--navy-dark) 100%);
}
.slide-careers::before {
  background: radial-gradient(ellipse 100% 50% at 70% 90%, rgba(23,59,140,0.3) 0%, transparent 60%),
    linear-gradient(170deg, var(--navy-dark) 0%, #152E20 50%, var(--dark) 100%);
}
.hero-slide::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 80px; z-index: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 80' preserveAspectRatio='none'%3E%3Cpath fill='rgba(255,255,255,0.03)' d='M0,80 L200,30 L350,55 L500,15 L650,45 L800,10 L950,40 L1100,20 L1200,50 L1200,80Z'/%3E%3C/svg%3E") no-repeat bottom center;
  background-size: 100% 100%;
}
.hero-slide > * { position: relative; z-index: 1; }
.hero-slide--image-text { padding: 40px 20px; }
.hero-slide--image-text .hero-bg-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.hero-slide--image-text::before {
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%) !important;
  z-index: 1;
}
.hero-slide--image-text::after { display: none; }
.hero-text-panel {
  background: rgba(13,27,62,0.65);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-radius: 20px; padding: 32px 28px;
  border: 1px solid rgba(255,255,255,0.1);
  max-width: 420px; width: 100%;
}

.hero-slide--image-only {
  padding: 0;
}
.hero-slide--image-only::before,
.hero-slide--image-only::after { display: none; }
.hero-slide-link {
  display: block; position: absolute; inset: 0; z-index: 2;
}
.hero-slide--image-only .hero-bg-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.hero-slide--image-only::before {
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%) !important;
  z-index: 1;
}
.hero-slide--image-only::after { display: none; }
.hero-slide--image-only .hero-img-placeholder {
  position: absolute; inset: 0; z-index: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 40px; color: rgba(255,255,255,0.5);
  background: linear-gradient(135deg, var(--navy-dark), var(--navy-deep));
}
.hero-img-placeholder-icon {
  width: 64px; height: 64px; border: 3px dashed rgba(255,255,255,0.25);
  border-radius: 16px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; font-size: 28px;
}
.hero-img-placeholder-text {
  font-size: 15px; font-weight: 600; margin-bottom: 4px; color: rgba(255,255,255,0.6);
}
.hero-img-placeholder-sub {
  font-size: 13px; color: rgba(255,255,255,0.35);
}
.hero-badge {
  display: inline-block; background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px); color: var(--gold);
  font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 1.5px; padding: 6px 16px; border-radius: 100px;
  margin-bottom: 20px; border: 1px solid rgba(212,168,67,0.2);
}
.hero-slide h1 {
  font-family: var(--font-display); font-size: clamp(32px, 8vw, 50px);
  font-weight: 700; color: var(--white); line-height: 1.1; margin-bottom: 16px;
}
.hero-slide p {
  color: rgba(255,255,255,0.8); font-size: 17px; line-height: 1.5;
  max-width: 340px; margin-bottom: 32px;
}
.hero-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 56px; padding: 0 36px; background: var(--red); color: var(--white);
  font-size: 17px; font-weight: 600; border-radius: 100px;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 24px var(--red-glow);
}
.hero-cta:active { transform: scale(0.97); background: var(--red-dark); }
.app-badges { display: flex; gap: 12px; margin-top: 20px; justify-content: center; flex-wrap: wrap; }
.app-badges a {
  height: 44px; background: rgba(255,255,255,0.1); border-radius: 10px;
  padding: 8px 16px; font-size: 13px; font-weight: 600; color: var(--white);
  display: flex; align-items: center; gap: 6px;
  border: 1px solid rgba(255,255,255,0.12); transition: background 0.2s;
}
.app-badges a:active { background: rgba(255,255,255,0.18); }
.app-badges svg { width: 20px; height: 20px; fill: var(--white); }
.hero-dots {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 10;
}
.hero-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,0.3); transition: all 0.3s ease;
}
.hero-dot.active {
  background: var(--red); width: 28px; border-radius: 5px;
  box-shadow: 0 0 10px var(--red-glow);
}

/* Hero nav arrows */
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 10; width: 52px; height: 52px;
  background: rgba(0,0,0,0.3); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: var(--white); cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  -webkit-tap-highlight-color: transparent;
}
.hero-arrow:hover { background: rgba(0,0,0,0.5); }
.hero-arrow:active { transform: translateY(-50%) scale(0.92); }
.hero-arrow svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.hero-arrow--prev { left: 12px; }
.hero-arrow--next { right: 12px; }
@media (min-width: 768px) {
  .hero-arrow { width: 56px; height: 56px; }
  .hero-arrow--prev { left: 24px; }
  .hero-arrow--next { right: 24px; }
}

/* Specials nav arrows */
.specials-wrap { position: relative; }
.specials-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 10; width: 40px; height: 40px;
  background: rgba(255,255,255,0.12); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%; display: none; align-items: center; justify-content: center;
  color: var(--white); cursor: pointer;
  transition: background 0.2s, opacity 0.2s, transform 0.15s;
  -webkit-tap-highlight-color: transparent;
}
.specials-arrow:hover { background: rgba(255,255,255,0.25); }
.specials-arrow:active { transform: translateY(-50%) scale(0.9); }
.specials-arrow svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.specials-arrow--prev { left: 4px; }
.specials-arrow--next { right: 4px; }
.specials-arrow.at-end { opacity: 0.25; pointer-events: none; }
@media (min-width: 768px) {
  .specials-arrow { display: flex; width: 44px; height: 44px; }
  .specials-arrow--prev { left: 8px; }
  .specials-arrow--next { right: 8px; }
}

/* === FOOD === */
.section-food { background: var(--warm); padding: 56px 20px; }
.section-label {
  display: block; text-align: center; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px; color: var(--red); margin-bottom: 8px;
}
.section-title {
  font-family: var(--font-display); font-size: clamp(28px, 6vw, 40px);
  font-weight: 700; color: var(--dark); text-align: center; margin-bottom: 8px;
}
.section-subtitle {
  text-align: center; color: var(--gray); font-size: 15px; margin-bottom: 36px;
}
.food-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px; max-width: 600px; margin: 0 auto;
}
.food-card {
  background: var(--white); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); transition: transform 0.2s;
}
.food-card:active { transform: scale(0.98); }
.food-card.featured { grid-column: 1 / -1; }
.food-card-img {
  width: 100%; aspect-ratio: 4/3; position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.food-card-img img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 2;
}
.food-card-img .food-card-placeholder { position: relative; z-index: 1; }
.food-card.featured .food-card-img { aspect-ratio: 16/9; }
.food-card-body { padding: 14px; }
.food-card-label {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; color: var(--red); margin-bottom: 4px;
}
.food-card-title {
  font-family: var(--font-display); font-size: 17px; font-weight: 700;
  color: var(--dark); line-height: 1.2; margin-bottom: 4px;
}
.food-card.featured .food-card-title { font-size: 22px; }
.food-card-desc { font-size: 13px; color: var(--gray); line-height: 1.4; }

/* === SPECIALS === */
.section-specials {
  background: var(--dark); padding: 56px 0; overflow: clip; position: relative;
}
.section-specials::before {
  content: ''; position: absolute; inset: 0; opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-rule='evenodd'%3E%3Ccircle cx='20' cy='20' r='1'/%3E%3C/g%3E%3C/svg%3E");
}
.section-specials > * { position: relative; z-index: 1; }
.section-specials .section-label { color: var(--gold); }
.section-specials .section-title { color: var(--white); padding: 0 20px; }
.section-specials .section-subtitle { color: rgba(255,255,255,0.5); padding: 0 20px; }
.specials-scroll {
  display: flex; gap: 16px; overflow-x: auto; padding: 0 20px 20px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none;
  cursor: grab; user-select: none;
}
.specials-scroll.dragging { cursor: grabbing; scroll-snap-type: none; }
.specials-scroll::-webkit-scrollbar { display: none; }
.special-card {
  flex: 0 0 275px; scroll-snap-align: start; background: var(--dark-surface);
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05); position: relative;
  display: flex; flex-direction: column;
}
.special-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-dark)); z-index: 1;
}
.special-card-img {
  width: 100%; height: 120px; overflow: hidden;
  background: rgba(255,255,255,0.04);
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.special-card-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.special-card-img .special-img-placeholder {
  font-size: 40px; opacity: 0.3;
}
.special-card-body { padding: 20px 24px; flex: 1; display: flex; flex-direction: column; }
.special-label {
  display: inline-block; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px; color: var(--red);
  background: rgba(224,38,41,0.1); padding: 4px 10px;
  border-radius: 6px; margin-bottom: 14px;
}
.special-title {
  font-family: var(--font-display); font-size: 20px; font-weight: 700;
  color: var(--white); margin-bottom: 8px; line-height: 1.2;
}
.special-desc {
  font-size: 14px; color: rgba(255,255,255,0.55); margin-bottom: 16px; line-height: 1.4;
  flex: 1;
}
.special-price {
  font-size: 28px; font-weight: 700; color: var(--gold); font-family: var(--font-display);
}
.special-price small { font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.45); }

/* === STORE LOCATOR === */
.section-stores { background: var(--light); padding: 56px 20px; }

.store-controls {
  max-width: 700px; margin: 0 auto 20px;
  display: flex; flex-direction: column; gap: 12px;
}
.store-search-wrap { position: relative; }
.store-search-icon {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; stroke: var(--gray); pointer-events: none;
}
.store-search {
  width: 100%; height: 52px; padding: 0 16px 0 46px;
  border: 2px solid var(--gray-light); border-radius: var(--radius);
  font-family: var(--font-body); font-size: 16px; color: var(--dark);
  background: var(--white); outline: none; transition: border-color 0.2s;
}
.store-search:focus { border-color: var(--navy); }
.store-search::placeholder { color: #9CA3AF; }

.state-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.state-filters.single-state { display: none; }
.state-filter-btn {
  padding: 8px 16px; border-radius: 100px;
  font-size: 13px; font-weight: 600;
  background: var(--white); color: var(--gray);
  border: 1.5px solid var(--gray-light);
  transition: all 0.2s; min-height: 40px;
}
.state-filter-btn.active {
  background: var(--navy); color: var(--white); border-color: var(--navy);
}
.state-filter-btn:active { transform: scale(0.97); }

.store-count {
  text-align: center; font-size: 14px; color: var(--gray); margin-bottom: 4px;
  max-width: 700px; margin-left: auto; margin-right: auto;
}
.store-count strong { color: var(--dark); font-weight: 600; }

.store-list {
  max-width: 700px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 16px;
}
.store-card {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden;
  display: flex; flex-direction: column;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.store-card.hidden-overflow { display: none; }

.store-card-top {
  display: flex; gap: 0;
}

/* Thumbnail */
.store-card-thumb {
  width: 120px; min-height: 120px; flex-shrink: 0;
  background: var(--gray-light);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
}
.store-card-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  position: absolute; inset: 0;
}
.store-thumb-placeholder {
  color: var(--gray); opacity: 0.35; font-size: 32px;
}

.store-card-thumb-overlay {
  position: absolute; inset: 0; z-index: 2;
  background: rgba(13,27,62,0.65);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; gap: 4px;
}
.store-card-thumb-overlay-emoji { font-size: 24px; }
.store-card-thumb-overlay-text {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.8px; color: var(--gold);
}

/* Main info area */
.store-card-info {
  flex: 1; padding: 16px; min-width: 0;
}
.store-card-name {
  font-family: var(--font-display); font-size: 17px; font-weight: 800;
  color: var(--dark); line-height: 1.2; margin-bottom: 8px;
}
.store-card-address {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 14px; margin-bottom: 6px;
}
.store-card-address svg {
  width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; stroke: var(--gray);
}
.store-card-address a {
  color: var(--navy); font-weight: 500; text-decoration: underline;
  text-decoration-color: rgba(23,59,140,0.2); text-underline-offset: 2px;
  min-height: 44px; display: flex; align-items: center; line-height: 1.35;
}
.store-card-address a:active { color: var(--red); }

.store-card-phone {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; margin-bottom: 2px;
}
.store-card-phone svg {
  width: 15px; height: 15px; flex-shrink: 0; stroke: var(--gray);
}
.store-card-phone a {
  color: var(--gray); min-height: 44px;
  display: flex; align-items: center;
}
.store-card-phone a:active { color: var(--navy); }

/* Hours section */
.store-card-bottom {
  padding: 0 16px 16px;
}

.store-hours-summary {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px; background: var(--light); border-radius: 10px;
  cursor: pointer; min-height: 44px; gap: 8px;
  -webkit-tap-highlight-color: transparent;
}
.store-hours-today {
  display: flex; align-items: center; gap: 8px; font-size: 14px;
}
.store-hours-dot {
  width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0;
}
.store-hours-dot.open { background: #16A34A; animation: pulse-dot 2s ease infinite; }
.store-hours-dot.closed { background: #DC2626; }
.store-hours-label { font-weight: 600; color: var(--dark); }
.store-hours-value { color: var(--gray); }
.store-hours-toggle {
  font-size: 12px; font-weight: 600; color: var(--navy);
  display: flex; align-items: center; gap: 4px; flex-shrink: 0;
}
.store-hours-toggle svg {
  width: 14px; height: 14px; stroke: var(--navy);
  transition: transform 0.3s;
}
.store-hours-detail {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease;
}
.store-hours-detail.expanded { max-height: 300px; }
.store-hours-table {
  padding: 10px 14px 4px; font-size: 13px; color: var(--gray);
}
.store-hours-row {
  display: flex; justify-content: space-between;
  padding: 4px 0; border-bottom: 1px solid var(--gray-light);
}
.store-hours-row:last-child { border-bottom: none; }
.store-hours-row.today { font-weight: 700; color: var(--dark); }
.store-hours-day { width: 80px; }

/* Amenities */
.store-amenities {
  display: flex; gap: 6px; flex-wrap: wrap; padding: 0 16px 16px;
}
.store-amenity-tag {
  font-size: 11px; font-weight: 600; color: var(--navy);
  background: rgba(23,59,140,0.06); padding: 4px 10px;
  border-radius: 100px; white-space: nowrap;
}

@keyframes pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.show-all-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; max-width: 700px; margin: 20px auto 0; padding: 16px;
  background: var(--white); border: 2px solid var(--navy);
  border-radius: var(--radius); font-size: 16px; font-weight: 600;
  color: var(--navy); transition: all 0.2s; min-height: 56px;
}
.show-all-btn:active { background: var(--navy); color: var(--white); }
.show-all-btn svg { width: 20px; height: 20px; transition: transform 0.3s; }
.show-all-btn.expanded svg { transform: rotate(180deg); }
.show-all-btn.hidden-btn { display: none; }

.store-no-results {
  text-align: center; padding: 40px 20px; color: var(--gray);
  font-size: 15px; display: none;
}
.store-no-results.visible { display: block; }
.store-no-results strong { color: var(--dark); display: block; margin-bottom: 4px; font-size: 17px; }

/* Desktop: thumbnail grows, 2-col grid */
@media (min-width: 768px) {
  .store-card-thumb { width: 160px; min-height: 140px; }
}

/* === FOOTER === */
.site-footer {
  background: var(--navy-dark); padding: 48px 20px 32px; color: rgba(255,255,255,0.7);
}
.footer-brand { text-align: center; margin-bottom: 32px; }
.footer-brand-name {
  font-family: var(--font-display); font-size: 20px; font-weight: 700;
  color: var(--white); margin-bottom: 2px;
}
.footer-brand-tag { font-size: 13px; color: rgba(255,255,255,0.45); font-style: italic; }
.footer-links {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  max-width: 400px; margin: 0 auto 32px;
}
.footer-links a {
  font-size: 14px; color: rgba(255,255,255,0.65); padding: 10px 0; transition: color 0.2s;
}
.footer-links a:hover, .footer-links a:active { color: var(--gold); }
.footer-bottom {
  text-align: center; font-size: 13px; color: rgba(255,255,255,0.35);
  border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px;
}
.footer-bottom p + p { margin-top: 4px; }

/* === DESKTOP === */
@media (min-width: 768px) {
  :root { --header-h: 128px; }
  .site-header { padding: 0 32px; }
  .logo-img { height: 108px; }
  .hero-slide { padding: 60px 48px; }
  .hero-slide h1 { font-size: 48px; }
  .hero-slide p { font-size: 18px; max-width: 480px; }
  .section-food { padding: 80px 40px; }
  .food-grid { grid-template-columns: 1fr 1fr 1fr; gap: 20px; max-width: 900px; }
  .section-specials { padding: 80px 0; }
  .specials-scroll { padding: 0 40px 24px; gap: 20px; }
  .special-card { flex: 0 0 300px; }
  .section-stores { padding: 80px 40px; }
  .store-list, .store-controls { max-width: 800px; }
  .footer-links { grid-template-columns: repeat(3, auto); justify-content: center; gap: 6px 32px; max-width: none; }
}
@media (min-width: 1024px) {
  .food-grid { grid-template-columns: repeat(4, 1fr); max-width: 1100px; }
  .food-card.featured { grid-column: 1 / 3; grid-row: 1 / 3; }
  .food-card.featured .food-card-img { aspect-ratio: 1/1; }
  .store-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
}