:root {
  --yellow: #ffc313;
  --yellow-soft: #ffdc70;
  --cream: #fff8eb;
  --paper: #f5ead8;
  --white: #fffdf8;
  --ink: #21140d;
  --charcoal: #18130f;
  --muted: #715e50;
  --red: #ef4b2d;
  --line: rgba(33, 20, 13, 0.13);
  --shadow: 0 24px 70px rgba(52, 29, 14, 0.14);
  --radius-lg: 32px;
  --radius-md: 22px;
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 12px 16px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 10px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.content-shell { width: min(var(--content), calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: 92px; }
.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.section-heading h2,
.promo h2,
.order h2,
.location h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.65rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

/* Navigation */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}
.site-header.scrolled,
.site-header.menu-open {
  color: var(--ink);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 10px 35px rgba(40, 20, 8, 0.11);
  backdrop-filter: blur(14px);
}
.nav-shell {
  width: min(1280px, calc(100% - 34px));
  min-height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.3rem; font-weight: 950; letter-spacing: -0.04em; }
.brand img { width: 38px; height: 52px; object-fit: contain; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; font-size: 0.91rem; font-weight: 750; }
.main-nav > a { position: relative; }
.main-nav > a:not(.nav-order):not(.nav-franchise)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--yellow);
  transition: right 180ms ease;
}
.main-nav > a:hover::after,
.main-nav > a:focus-visible::after { right: 0; }
.nav-franchise { padding: 10px 15px; border: 1px solid currentColor; border-radius: 999px; }
.nav-franchise:hover { background: rgba(255, 255, 255, 0.1); }
.site-header.scrolled .nav-franchise:hover,
.site-header.menu-open .nav-franchise:hover { background: var(--paper); }
.nav-order { padding: 12px 18px; color: var(--ink); background: var(--yellow); border-radius: 999px; }
.header-actions { margin-left: 16px; display: flex; align-items: center; gap: 7px; }
.language-switcher {
  min-height: 38px;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: inherit;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
}
.site-header.scrolled .language-switcher,
.site-header.menu-open .language-switcher { background: var(--white); border-color: var(--line); }
.language-switcher button {
  min-width: 30px;
  min-height: 28px;
  padding: 4px 7px;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
}
.language-switcher button[aria-pressed="true"] { color: var(--ink); background: var(--yellow); }
.language-switcher > span { opacity: 0.48; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; color: inherit; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }

/* Hero */
.hero {
  min-height: 760px;
  height: min(900px, 100svh);
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
}
.hero picture,
.hero-image,
.hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 60% center; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(20, 12, 8, 0.92) 0%, rgba(20, 12, 8, 0.66) 48%, rgba(20, 12, 8, 0.12) 78%),
    linear-gradient(0deg, rgba(20, 12, 8, 0.58) 0%, transparent 43%);
}
.hero-content { position: relative; z-index: 1; padding-bottom: clamp(84px, 12vh, 130px); }
.location-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 13px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3.65rem, 8.1vw, 7.7rem);
  line-height: 0.87;
  letter-spacing: -0.067em;
}
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-content > p { max-width: 590px; margin: 28px 0 0; color: rgba(255, 255, 255, 0.78); font-size: clamp(1.02rem, 1.6vw, 1.27rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  min-height: 52px;
  padding: 14px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--yellow); box-shadow: 0 14px 34px rgba(255, 195, 19, 0.24); }
.button-light { color: var(--white); border-color: rgba(255, 255, 255, 0.48); background: rgba(255, 255, 255, 0.08); backdrop-filter: blur(8px); }
.button-dark { color: var(--white); background: var(--ink); }
.hero-scroll {
  position: absolute;
  right: 4vw;
  bottom: 44px;
  z-index: 2;
  padding-right: 54px;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-scroll::after { content: ""; position: absolute; top: 50%; right: 0; width: 42px; height: 1px; background: var(--yellow); }

/* About */
.intro { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(42px, 8vw, 100px); align-items: start; }
.intro-heading h2 { max-width: 680px; }
.intro-copy > p { margin: 38px 0 0; color: var(--muted); font-size: 1.12rem; line-height: 1.78; }
.intro-points { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid var(--line); }
.intro-points span { padding-block: 15px; display: flex; gap: 16px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.intro-points strong { min-width: 62px; color: var(--ink); }

/* Highlights */
.highlights { background: var(--paper); }
.heading-row { margin-bottom: 42px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.heading-row > p { max-width: 390px; margin: 0 0 6px; color: var(--muted); line-height: 1.7; }
.highlight-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.highlight-card {
  grid-column: span 4;
  min-height: 330px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 45px rgba(44, 24, 12, 0.12);
}
.highlight-wide { grid-column: span 8; }
.highlight-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.highlight-card::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(0deg, rgba(22, 13, 8, 0.88), rgba(22, 13, 8, 0) 67%); }
.highlight-card > div { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 1; }
.highlight-card > div > span { color: var(--yellow); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.highlight-card h3 { margin: 5px 0 9px; font-size: clamp(1.45rem, 2.5vw, 2.2rem); line-height: 1; letter-spacing: -0.04em; }
.highlight-card a { font-size: 0.84rem; font-weight: 800; }
.highlight-card a span { color: var(--yellow); }
.highlight-card:hover img { transform: scale(1.035); }

/* Product photography */
.food-gallery { background: var(--white); }
.food-gallery-heading { margin-bottom: 34px; }
.food-gallery-heading h2 { max-width: 650px; }
.food-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.food-photo-card {
  grid-column: span 4;
  min-height: 265px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 42px rgba(44, 24, 12, 0.12);
}
.food-photo-featured { grid-column: span 8; }
.food-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}
.food-photo-card::after {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(22, 13, 8, 0.86), rgba(22, 13, 8, 0));
}
.food-photo-card > span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 3px;
}
.food-photo-card small {
  color: var(--yellow);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.food-photo-card strong {
  font-size: clamp(1.22rem, 2.2vw, 1.85rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.food-photo-card:hover img { transform: scale(1.035); }

/* Promotion */
.promo { color: var(--ink); background: var(--yellow); }
.promo-shell { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(42px, 8vw, 100px); align-items: center; }
.promo-label { display: inline-block; margin-bottom: 18px; padding: 8px 12px; color: var(--white); background: var(--red); border-radius: 999px; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.promo h2 strong { color: var(--red); }
.promo-intro p { max-width: 360px; margin: 22px 0 0; line-height: 1.65; }
.promo-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 42px; }
.promo-list > div { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(33, 20, 13, 0.17); font-weight: 760; }
.promo-list strong { color: var(--red); font-size: 1.2rem; }

/* Full menu */
.full-menu { background: var(--cream); }
.menu-heading { max-width: 650px; }
.menu-heading > p { margin: 20px 0 0; color: var(--muted); line-height: 1.65; }
.category-jump { margin-block: 34px 42px; padding-bottom: 10px; display: flex; gap: 9px; overflow-x: auto; scrollbar-width: thin; }
.category-jump a { flex: 0 0 auto; padding: 10px 14px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: 0.86rem; font-weight: 780; }
.category-jump a:hover { border-color: var(--red); }
.menu-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.menu-category { padding: 28px; background: var(--white); border: 1px solid rgba(33, 20, 13, 0.08); border-radius: var(--radius-md); box-shadow: 0 12px 34px rgba(66, 38, 17, 0.055); scroll-margin-top: 98px; }
.category-title { display: flex; align-items: center; gap: 13px; padding-bottom: 18px; border-bottom: 2px solid var(--ink); }
.category-title > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 0.72rem; font-weight: 950; }
.category-title h3 { margin: 0; font-size: 1.5rem; letter-spacing: -0.035em; }
.price-list { margin: 5px 0 0; padding: 0; list-style: none; }
.price-list li { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-bottom: 1px solid var(--line); }
.price-list li:last-child { border-bottom: 0; }
.price-list span { line-height: 1.35; }
.price-list strong { flex: 0 0 auto; color: var(--red); font-size: 1.03rem; }
.menu-category h4 { margin: 22px 0 5px; color: var(--muted); font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; }
.price-list.compact li { min-height: 41px; }
.add-ons { background: var(--ink); color: var(--white); }
.add-ons .category-title { border-color: rgba(255, 255, 255, 0.4); }
.add-ons .price-list li { border-color: rgba(255, 255, 255, 0.13); }

/* Ordering */
.order { color: var(--white); background: var(--charcoal); }
.order-shell { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(44px, 8vw, 100px); align-items: center; }
.eyebrow-light { color: var(--yellow); }
.order h2 { max-width: 550px; }
.order-shell > div:first-child > p { max-width: 540px; margin: 24px 0 30px; color: rgba(255, 255, 255, 0.67); line-height: 1.7; }
.channel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.channel { min-height: 135px; padding: 20px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 18px; color: rgba(255, 255, 255, 0.62); background: rgba(255, 255, 255, 0.045); }
.channel > span { width: 38px; height: 38px; margin-bottom: 14px; display: grid; place-items: center; border-radius: 11px; background: rgba(255, 255, 255, 0.09); font-size: 0.72rem; font-weight: 900; }
.channel strong { color: var(--white); }
.channel small { margin-top: 5px; }
.channel.active { color: var(--ink); border-color: var(--yellow); background: var(--yellow); }
.channel.active strong { color: var(--ink); }
.channel.active > span { color: var(--white); background: var(--ink); }

/* Location and footer */
.location { background: var(--white); }
.location-shell { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(42px, 8vw, 100px); align-items: stretch; }
.location-copy { padding-block: 30px; }
.location address { margin-top: 28px; color: var(--muted); font-style: normal; line-height: 1.75; }
.location-actions { margin-top: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.text-link { font-weight: 820; }
.text-link span { color: var(--red); }
.map-card { min-height: 390px; display: grid; place-items: center; align-content: center; gap: 8px; text-align: center; color: var(--white); background: var(--red); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.map-mark { width: 112px; height: 112px; margin-bottom: 14px; display: grid; place-items: center; background: var(--yellow); border-radius: 50% 50% 50% 12px; transform: rotate(-45deg); box-shadow: 0 20px 40px rgba(67, 20, 8, 0.22); }
.map-mark img { width: 52px; height: 72px; object-fit: contain; transform: rotate(45deg); }
.map-card strong { font-size: 2rem; letter-spacing: -0.04em; }
.map-card span { color: rgba(255, 255, 255, 0.78); }
.franchise { background: var(--white); }
.franchise-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 6vw, 76px);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 7vw, 90px);
  align-items: end;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.franchise-shell::before { content: ""; position: absolute; inset: 0 0 auto; height: 8px; background: var(--yellow); }
.franchise-heading,
.franchise-copy { position: relative; z-index: 1; }
.franchise-heading .eyebrow { margin-bottom: 17px; }
.franchise h2 { margin: 0; font-size: clamp(2.35rem, 5vw, 4.5rem); line-height: 0.98; letter-spacing: -0.055em; }
.franchise-copy > p:first-child { margin: 0; color: rgba(255, 255, 255, 0.73); font-size: 1.06rem; line-height: 1.72; }
.franchise-form { margin-top: 30px; }
.franchise-form h3 { margin: 0 0 20px; font-size: 1.25rem; letter-spacing: -0.025em; }
.franchise-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 15px; }
.franchise-form-wide { grid-column: 1 / -1; }
.form-field { display: grid; gap: 7px; }
.form-field label { color: rgba(255, 255, 255, 0.88); font-size: 0.86rem; font-weight: 800; }
.form-field input,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  border: 2px solid transparent;
  border-radius: 12px;
  font: inherit;
  line-height: 1.4;
}
.form-field textarea { min-height: 126px; resize: vertical; }
.form-field input:focus,
.form-field textarea:focus { border-color: var(--yellow); outline: 0; box-shadow: 0 0 0 3px rgba(255, 194, 15, 0.2); }
.form-field input[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] { border-color: #ff785c; }
.field-error { min-height: 1.15em; color: #ffb19f; font-size: 0.78rem; line-height: 1.25; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.franchise-form-footer { margin-top: 20px; display: flex; align-items: center; gap: 17px; }
.franchise-form-footer .button { flex: 0 0 auto; border: 0; cursor: pointer; }
.franchise-form-footer .button:disabled { cursor: wait; opacity: 0.68; }
.franchise-form-footer p { margin: 0; color: rgba(255, 255, 255, 0.62); font-size: 0.78rem; line-height: 1.45; }
.form-status { min-height: 1.4em; margin: 13px 0 0; color: #ffb19f; font-size: 0.86rem; font-weight: 750; }
.form-status[data-state="success"] { color: #a8e8b1; }
.social-strip { padding-block: 32px; color: var(--ink); background: var(--yellow); }
.social-shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.social-shell p { margin: 0; }
.social-shell a { flex: 0 0 auto; font-weight: 900; }
.site-footer { padding-block: 34px; color: var(--white); background: var(--ink); }
.footer-shell { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; justify-self: start; }
.footer-brand img { width: 35px; height: 48px; object-fit: contain; }
.footer-brand span { display: grid; }
.footer-brand strong { font-size: 1.05rem; }
.footer-brand small { color: rgba(255, 255, 255, 0.58); }
.site-footer nav { display: flex; gap: 22px; color: rgba(255, 255, 255, 0.72); font-size: 0.86rem; }
.footer-meta { justify-self: end; display: grid; gap: 5px; text-align: right; }
.site-footer p { margin: 0; color: rgba(255, 255, 255, 0.58); font-size: 0.82rem; }
.site-footer .footer-credit { color: rgba(255, 255, 255, 0.4); font-size: 0.72rem; }
.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: #1fa855;
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(20, 50, 25, 0.28);
  font-size: 0.82rem;
  font-weight: 950;
}

:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }

@media (max-width: 900px) {
  .section { padding-block: 76px; }
  .intro,
  .promo-shell,
  .order-shell,
  .location-shell,
  .franchise-shell { grid-template-columns: 1fr; }
  .heading-row { align-items: start; flex-direction: column; gap: 20px; }
  .highlight-card { grid-column: span 6; }
  .highlight-wide { grid-column: span 12; }
  .food-photo-card { grid-column: span 6; }
  .food-photo-featured { grid-column: span 12; }
  .promo-shell { gap: 42px; }
  .promo-list { column-gap: 28px; }
  .order-shell { gap: 50px; }
  .map-card { min-height: 330px; }
  .franchise-shell { gap: 30px; }
  .footer-shell { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-brand,
  .footer-meta { justify-self: center; }
  .footer-meta { text-align: center; }
  .main-nav { gap: 17px; }
}

@media (max-width: 860px) {
  .nav-shell { min-height: 68px; }
  .header-actions { margin-left: auto; }
  .site-header.scrolled .brand,
  .site-header.menu-open .brand { color: var(--ink); }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: absolute;
    top: 68px;
    left: 14px;
    right: 14px;
    padding: 14px;
    display: none;
    align-items: stretch;
    gap: 3px;
    color: var(--ink);
    background: var(--white);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: grid; }
  .main-nav a { min-height: 46px; padding: 13px 14px; display: flex; align-items: center; border-radius: 12px; }
  .main-nav > a:not(.nav-order):not(.nav-franchise)::after { display: none; }
  .nav-franchise { justify-content: center; margin-top: 5px; border-color: var(--line); background: var(--paper); }
  .nav-order { justify-content: center; margin-top: 5px; }
  .hero { min-height: 690px; height: 93svh; }
  .hero-image { object-position: 59% center; }
  .hero-shade {
    background:
      linear-gradient(0deg, rgba(20, 12, 8, 0.94) 0%, rgba(20, 12, 8, 0.55) 61%, rgba(20, 12, 8, 0.15) 100%),
      linear-gradient(90deg, rgba(20, 12, 8, 0.36), transparent);
  }
  .hero-content { padding-bottom: 62px; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .hero-content > p { font-size: 1rem; line-height: 1.55; }
  .hero-scroll { display: none; }
  .highlight-card,
  .highlight-wide { grid-column: span 12; min-height: 290px; }
  .food-photo-card,
  .food-photo-featured { grid-column: span 12; min-height: 250px; }
  .promo-list { grid-template-columns: 1fr; }
  .menu-columns { grid-template-columns: 1fr; }
  .channel-grid { grid-template-columns: 1fr 1fr; }
  .social-shell { align-items: start; flex-direction: column; gap: 14px; }
  .site-footer nav { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 480px) {
  .content-shell { width: min(100% - 28px, var(--content)); }
  .section { padding-block: 64px; }
  .brand { font-size: 1.18rem; }
  .brand img { width: 33px; height: 46px; }
  .location-kicker { margin-bottom: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .button { min-height: 50px; padding-inline: 17px; font-size: 0.92rem; text-align: center; }
  .intro-copy > p { margin-top: 7px; }
  .highlight-grid { gap: 12px; }
  .highlight-card { min-height: 260px; }
  .food-gallery-grid { gap: 12px; }
  .food-photo-card,
  .food-photo-featured { min-height: 220px; }
  .promo-list > div { min-height: 54px; }
  .menu-category { padding: 22px 19px; }
  .price-list li { min-height: 50px; align-items: start; padding-block: 13px; }
  .price-list span { padding-right: 6px; }
  .price-list strong { font-size: 0.98rem; }
  .channel-grid { grid-template-columns: 1fr; }
  .channel { min-height: 112px; }
  .map-card { min-height: 300px; }
  .location-actions { align-items: stretch; flex-direction: column; }
  .franchise-form-grid { grid-template-columns: 1fr; }
  .franchise-form-wide { grid-column: auto; }
  .franchise-form-footer { align-items: stretch; flex-direction: column; }
  .franchise-form-footer .button { width: 100%; }
  .text-link { padding-left: 8px; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
