:root {
  --ink: #090909;
  --red: #e61d25;
  --yellow: #f7b500;
  --soft: #f7f2ea;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Fredoka", Arial, sans-serif;
}

.site-header {
  min-height: 104px;
  padding: 10px clamp(18px, 4vw, 42px);
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img {
  width: 96px;
  height: 84px;
  object-fit: contain;
}
nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
}
nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .03em;
}
.order-nav {
  background: var(--yellow);
  color: #111;
  padding: 14px 20px;
}

.hero-slider {
  position: relative;
  overflow: hidden;
}
.hero-slide {
  display: none;
  min-height: min(35vw, 470px);
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.hero-slide.active { display: block; }
.hero-slide-content {
  min-height: inherit;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.hero-slide.copy-right .hero-slide-content { justify-content: flex-end; }
.hero-copy {
  max-width: 420px;
}
.hero-kicker {
  color: var(--red);
  font-family: "Pacifico", cursive;
  font-size: clamp(1.5rem, 2.3vw, 2.15rem);
  margin: 0 0 4px;
}
.hero-copy h1 {
  margin: 0;
  font-family: "Bungee", sans-serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.05;
}
.hero-order,
.download-link,
.button,
.promo-copy a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  background: var(--yellow);
  color: #111;
  text-decoration: none;
  font-weight: 700;
}
.hero-order { margin-top: 18px; }
.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.hero-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(0,0,0,.25);
}
.hero-dots button.active { background: var(--red); }

.content-wrap {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
}
.intro-section,
.smash-section {
  padding: 60px 0 28px;
}
.eyebrow {
  margin: 0 0 8px;
  color: var(--red);
  font-family: "Bungee", sans-serif;
  font-size: 1rem;
}
h2 {
  margin: 0 0 14px;
  font-family: "Bungee", sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
  line-height: 1.1;
}
.smash-section {
  padding-top: 54px;
}
.section-copy {
  max-width: 560px;
}
.promo-banner {
  position: relative;
  min-height: clamp(250px, 31vw, 390px);
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
}
.promo-banner img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}
.promo-overlay {
  position: absolute;
  inset: 0;
  width: min(42%, 420px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(18px, 3vw, 34px);
}
.promo-overlay p {
  margin: 0 0 4px;
  color: var(--red);
  font-family: "Pacifico", cursive;
  font-size: clamp(1.35rem, 2vw, 2rem);
}
.promo-overlay h3 {
  margin: 0;
  font-family: "Bungee", sans-serif;
  font-size: clamp(1.65rem, 2.8vw, 2.8rem);
  line-height: 1.08;
}
.promo-overlay a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  margin-top: 18px;
  background: var(--yellow);
  color: #111;
  text-decoration: none;
  font-weight: 700;
}
.promo-burger .promo-overlay {
  left: 0;
}
.promo-sides .promo-overlay {
  left: 0;
}

.feature-band {
  display: none;
}

.menu-section {
  padding: 54px 0 70px;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}
.menu-stack,
.menu-portrait {
  display: grid;
  gap: 24px;
}
.menu-stack img,
.menu-portrait img {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
}
.menu-portrait { display: none; }

.order-section {
  text-align: center;
  padding: 0 0 34px;
}
.order-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.order-buttons a:first-child { background: #00cdbc; }

.trust-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-bottom: 64px;
}
.opening-card {
  min-height: 150px;
  background: var(--red);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}
.opening-card span {
  font-family: "Bungee", sans-serif;
}
.opening-card strong {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}
.hygiene-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

footer {
  background: #000;
  color: #fff;
}
.simple-footer .footer-bottom {
  border-top: 0;
}
.footer-contact {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.footer-contact h2 { margin-bottom: 6px; }
.footer-contact p { margin: 0; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.16);
  text-align: center;
  padding: 18px;
}
.footer-bottom img {
  width: 72px;
  display: block;
  margin: 0 auto 10px;
}
.footer-bottom p { margin: 0; }

.page-hero {
  padding: 50px 0 24px;
}
.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-bottom: 64px;
}
.contact-card {
  background: var(--soft);
  padding: 24px;
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.contact-wide { grid-column: 1 / -1; }

@media (orientation: portrait) {
  .menu-stack { display: none; }
  .menu-portrait { display: grid; }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 0;
    flex-direction: column;
    gap: 12px;
  }
  nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-slide {
    min-height: 340px;
    background-size: auto 100%;
  }
  .hero-slide:nth-child(1),
  .hero-slide:nth-child(3) {
    background-position: left center;
  }
  .hero-slide:nth-child(2),
  .hero-slide:nth-child(4) {
    background-position: right center;
  }
  .hero-slide-content {
    width: calc(100% - 28px);
    align-items: flex-end;
    padding-bottom: 40px;
  }
  .hero-copy {
    background: rgba(255,255,255,.84);
    padding: 16px;
    max-width: 280px;
  }
  .intro-section,
  .smash-section,
  .trust-strip,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }
  .intro-section {
    padding: 42px 0 22px;
  }
  .smash-section {
    padding: 42px 0 22px;
  }
  .promo-banner {
    min-height: 260px;
  }
  .promo-banner img {
    min-height: 260px;
    object-fit: cover;
  }
  .promo-overlay {
    width: 56%;
  }
  .section-top,
  .footer-contact {
    align-items: flex-start;
    flex-direction: column;
  }
  .menu-stack { display: none; }
  .menu-portrait { display: grid; }
}
