:root {
  --ink: #1d140c;
  --muted: #71665a;
  --paper: #fff7ea;
  --surface: #fffdf8;
  --line: #ead8bf;
  --tomato: #f26a1b;
  --tomato-dark: #b7460a;
  --mustard: #ffb02e;
  --teal: #287864;
  --leaf: #fff0d4;
  --charcoal: #0f0d0b;
  --charcoal-soft: #18120d;
  --orange-glow: rgba(242, 106, 27, 0.34);
  --shadow: 0 22px 60px rgba(35, 20, 8, 0.18);
  --header-height: 74px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fff8ee 0%, #fff1dd 46%, #fff8ee 100%);
  font-family: Arial, "Helvetica Neue", sans-serif;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 18px;
  top: 12px;
  z-index: 50;
  transform: translateY(-140%);
  background: var(--surface);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}

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

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 42px;
  background: rgba(15, 13, 11, 0.94);
  border-bottom: 1px solid rgba(255, 176, 46, 0.22);
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(15, 13, 11, 0.24);
  background: rgba(15, 13, 11, 0.98);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: var(--mustard);
  color: var(--charcoal);
  box-shadow:
    inset 0 0 0 2px rgba(15, 13, 11, 0.86),
    0 8px 22px rgba(255, 176, 46, 0.22);
  font-weight: 900;
}

.brand-copy {
  display: grid;
  min-width: 0;
}

.brand-copy strong {
  color: #fffaf0;
  font-size: 0.98rem;
  line-height: 1.2;
}

.brand-copy small {
  color: rgba(255, 176, 46, 0.92);
  font-size: 0.78rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  color: rgba(255, 250, 240, 0.76);
  font-weight: 700;
  font-size: 0.92rem;
}

.nav a:hover,
.nav a:focus-visible {
  color: #fffaf0;
  background: rgba(255, 176, 46, 0.14);
  outline: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 176, 46, 0.34);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.08);
}

.nav-line {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--mustard);
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
}

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

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(115deg, rgba(15, 13, 11, 0.93) 0%, rgba(15, 13, 11, 0.78) 45%, rgba(15, 13, 11, 0.24) 100%),
    linear-gradient(28deg, rgba(242, 106, 27, 0.34) 0%, rgba(242, 106, 27, 0.08) 36%, rgba(15, 13, 11, 0) 70%),
    linear-gradient(0deg, rgba(15, 13, 11, 0.82) 0%, rgba(15, 13, 11, 0.1) 58%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
  padding: 96px 0 64px;
  color: #fffdf7;
}

.hero-content::before {
  content: "";
  display: block;
  width: 78px;
  height: 6px;
  margin-bottom: 24px;
  border-radius: 8px;
  background: var(--mustard);
  box-shadow: 0 0 24px var(--orange-glow);
}

.kicker {
  margin: 0 0 14px;
  color: #ffbc42;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.kicker.dark {
  color: var(--tomato-dark);
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: 5.1rem;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
}

.lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 253, 247, 0.88);
  font-size: 1.2rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(15, 13, 11, 0.46);
  border: 1px solid rgba(255, 176, 46, 0.34);
  color: #fffdf7;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.trust-row strong {
  margin-right: 5px;
  color: var(--mustard);
}

.hero-actions,
.contact-actions,
.stack-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 28px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button.primary {
  background: linear-gradient(180deg, #ffbd45 0%, #f26a1b 100%);
  color: #21140a;
  box-shadow: 0 16px 34px rgba(242, 106, 27, 0.28);
}

.button.primary:hover,
.button.primary:focus-visible {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #ffc75f 0%, #ff7a24 100%);
  outline: 3px solid rgba(242, 106, 27, 0.22);
}

.button.light {
  background: #fff7ea;
  color: var(--ink);
  border-color: rgba(255, 176, 46, 0.24);
}

.button.light:hover,
.button.light:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
  outline: 3px solid rgba(255, 176, 46, 0.24);
}

.button.ghost {
  border-color: rgba(255, 176, 46, 0.52);
  color: #fffdf7;
  background: rgba(255, 176, 46, 0.08);
}

.button.ghost:hover,
.button.ghost:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 176, 46, 0.18);
  outline: 3px solid rgba(255, 176, 46, 0.18);
}

.button.outline {
  border-color: var(--line);
  color: var(--ink);
  background: transparent;
}

.button.outline:hover,
.button.outline:focus-visible {
  border-color: var(--tomato);
  outline: 3px solid rgba(242, 106, 27, 0.16);
}

.dark-button {
  background: var(--charcoal);
  color: #fffdf7;
}

.facts-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #302016;
  border-bottom: 1px solid rgba(255, 176, 46, 0.2);
}

.facts-strip div {
  display: grid;
  gap: 4px;
  padding: 22px 42px;
  background:
    linear-gradient(180deg, #18120d 0%, #120f0c 100%);
  color: #fff7ea;
}

.facts-strip strong {
  font-size: 0.78rem;
  color: var(--mustard);
  text-transform: uppercase;
}

.facts-strip span {
  font-weight: 800;
}

.section {
  padding: 86px 42px;
}

.section-grid,
.map-layout,
.photo-band {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 36px;
  align-items: center;
}

.section-copy h2,
.section-header h2,
.feature-copy h2,
.contact-copy h2,
.photo-band h2 {
  margin: 0;
  font-size: 2.45rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.section-copy p,
.section-header p,
.feature-copy p,
.contact-copy p,
.photo-band p,
.quick-card p,
.service-card p,
.trust-grid p,
.location-details p,
.faq-list p {
  color: var(--muted);
}

.section-copy p {
  max-width: 720px;
}

.quick-card,
.service-card,
.trust-grid article,
.location-details,
.faq-list details {
  border: 1px solid rgba(242, 106, 27, 0.18);
  border-radius: 8px;
  background: var(--surface);
}

.quick-card {
  position: relative;
  padding: 26px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.quick-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--mustard), var(--tomato));
}

.quick-card strong {
  display: block;
  margin-top: 8px;
  font-size: 2rem;
  line-height: 1.1;
}

.mini-label {
  display: inline-block;
  color: var(--tomato-dark);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.intro-band {
  background:
    linear-gradient(180deg, #fff1d8 0%, #ffe6bf 100%);
  border-top: 1px solid rgba(255, 176, 46, 0.22);
  border-bottom: 1px solid rgba(255, 176, 46, 0.22);
}

.section-header {
  width: min(820px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.section-header.compact {
  margin-bottom: 28px;
}

.service-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-card {
  position: relative;
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(35, 20, 8, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--mustard), var(--tomato));
  opacity: 0.86;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 106, 27, 0.42);
  box-shadow: 0 22px 46px rgba(35, 20, 8, 0.14);
}

.service-card h3,
.trust-grid h3,
.location-details h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.25;
}

.service-card p,
.trust-grid p,
.quick-card p {
  margin: 0;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--charcoal);
  color: var(--mustard);
  box-shadow: inset 0 0 0 1px rgba(255, 176, 46, 0.34);
  font-weight: 900;
}

.menu-section {
  background:
    radial-gradient(circle at top left, rgba(255, 176, 46, 0.24), transparent 34%),
    linear-gradient(180deg, #1a120b 0%, #0f0d0b 100%);
  color: #fff8ee;
}

.menu-section .section-header p {
  color: rgba(255, 248, 238, 0.76);
}

.menu-section .section-header strong {
  color: var(--mustard);
}

.menu-shell {
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(255, 176, 46, 0.24);
  border-radius: 8px;
  background: rgba(255, 248, 238, 0.06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.menu-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 4px 20px;
}

.menu-toolbar strong {
  display: block;
  color: #fff8ee;
}

.menu-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.menu-filter {
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 176, 46, 0.28);
  border-radius: 8px;
  background: rgba(255, 176, 46, 0.08);
  color: #fff8ee;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.menu-filter:hover,
.menu-filter:focus-visible,
.menu-filter.is-active {
  color: #1d140c;
  background: var(--mustard);
  outline: none;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.menu-card,
.menu-loading {
  min-height: 250px;
  border: 1px solid rgba(242, 106, 27, 0.2);
  border-radius: 8px;
  background: #fffaf2;
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.menu-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 18px;
}

.menu-photo {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(242, 106, 27, 0.16);
  background: #ead8bf;
}

.menu-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.menu-loading {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  padding: 28px;
  color: var(--muted);
  font-weight: 900;
}

.menu-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.menu-badge {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 8px;
  background: #1a120b;
  color: var(--mustard);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-price {
  color: var(--tomato-dark);
  font-size: 0.98rem;
}

.menu-card h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.22;
}

.menu-card p {
  margin: 0;
  color: var(--muted);
}

.menu-availability {
  color: #3f342a;
  font-size: 0.86rem;
  font-weight: 900;
}

.menu-action {
  width: fit-content;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 9px 13px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffbd45 0%, #f26a1b 100%);
  color: #21140a;
  font-weight: 900;
  text-decoration: none;
}

.menu-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 176, 46, 0.2);
  border-radius: 8px;
  background: rgba(15, 13, 11, 0.72);
}

.menu-note p {
  margin: 0;
  color: rgba(255, 248, 238, 0.78);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  align-items: stretch;
  background:
    linear-gradient(135deg, #0f0d0b 0%, #1f140c 100%);
  color: #fffdf7;
  border-top: 1px solid rgba(255, 176, 46, 0.22);
  border-bottom: 1px solid rgba(255, 176, 46, 0.22);
}

.feature-media {
  min-height: 520px;
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-copy {
  display: grid;
  align-content: center;
  gap: 20px;
  padding: 64px;
  border-left: 1px solid rgba(255, 176, 46, 0.16);
}

.feature-copy p {
  color: rgba(255, 253, 247, 0.78);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 253, 247, 0.9);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mustard);
  box-shadow: 0 0 18px var(--orange-glow);
}

.text-link {
  width: fit-content;
  color: var(--mustard);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.map-section {
  background: #fffaf2;
}

.map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 20px;
}

.map-frame {
  min-height: 460px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--charcoal);
  box-shadow: var(--shadow);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.location-details {
  padding: 28px;
  box-shadow: 0 16px 40px rgba(35, 20, 8, 0.1);
}

.location-details h3 {
  margin-top: 12px;
}

.location-details dl {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.location-details dt {
  color: var(--tomato-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.location-details dd {
  margin: 2px 0 0;
  overflow-wrap: anywhere;
  font-weight: 800;
}

.stack-actions {
  display: grid;
}

.trust-section {
  background:
    linear-gradient(180deg, #fff7ea 0%, #ffe8c4 100%);
}

.trust-grid {
  width: min(1040px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.trust-grid article {
  padding: 26px;
  box-shadow: 0 14px 34px rgba(35, 20, 8, 0.08);
}

.stat {
  display: block;
  margin-bottom: 12px;
  color: var(--tomato-dark);
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 900;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 70px 42px;
  background:
    linear-gradient(90deg, rgba(15, 13, 11, 0.97), rgba(15, 13, 11, 0.84)),
    linear-gradient(28deg, rgba(242, 106, 27, 0.34), rgba(242, 106, 27, 0.04)),
    url("assets/hero-comidas-rapidas.jpg") center / cover;
  color: #fffdf7;
  border-top: 1px solid rgba(255, 176, 46, 0.24);
  border-bottom: 1px solid rgba(255, 176, 46, 0.24);
}

.contact-copy {
  width: min(720px, 100%);
}

.contact-copy p {
  max-width: 680px;
  color: rgba(255, 253, 247, 0.78);
}

.contact-actions {
  justify-content: flex-end;
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  width: min(900px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0;
  box-shadow: 0 10px 24px rgba(35, 20, 8, 0.06);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 900;
  color: var(--ink);
}

.faq-list details[open] {
  border-color: rgba(242, 106, 27, 0.42);
}

.faq-list p {
  margin: 0;
  padding: 0 22px 20px;
}

.photo-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 72px 42px 86px;
}

.photo-band img {
  width: 100%;
  max-height: 340px;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: center 62%;
  border-radius: 8px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(242, 106, 27, 0.2);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 42px;
  background: #0f0d0b;
  color: rgba(255, 253, 247, 0.78);
  border-top: 1px solid rgba(255, 176, 46, 0.2);
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer strong {
  color: #fffdf7;
}

@media (max-width: 1100px) {
  .hero {
    min-height: 78svh;
    align-items: center;
  }

  .hero-content {
    padding: 64px 0 48px;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 14px 22px;
  }

  .nav-toggle {
    display: block;
  }

  .nav {
    position: fixed;
    inset: var(--header-height) 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid rgba(255, 176, 46, 0.28);
    border-radius: 8px;
    background: rgba(15, 13, 11, 0.98);
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    justify-content: center;
  }

  .hero-content {
    width: min(720px, calc(100% - 32px));
  }

  .hero h1 {
    font-size: 3.4rem;
  }

  .lead {
    font-size: 1.08rem;
  }

  .facts-strip,
  .section-grid,
  .feature-band,
  .map-layout,
  .trust-grid,
  .contact-band,
  .photo-band {
    grid-template-columns: 1fr;
  }

  .facts-strip div,
  .section,
  .contact-band,
  .site-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu-toolbar,
  .menu-note {
    align-items: stretch;
    flex-direction: column;
  }

  .menu-filters {
    justify-content: flex-start;
  }

  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-media {
    min-height: 360px;
  }

  .feature-copy {
    padding: 44px 24px;
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .photo-band {
    padding-left: 24px;
    padding-right: 24px;
    gap: 22px;
  }

  .photo-band img {
    width: 100%;
    max-width: none;
    max-height: 260px;
    aspect-ratio: 16 / 10;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 68px;
  }

  .site-header {
    padding: 11px 16px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-copy strong {
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero {
    min-height: 88svh;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(12, 14, 13, 0.88) 0%, rgba(12, 14, 13, 0.7) 100%),
      linear-gradient(0deg, rgba(12, 14, 13, 0.82) 0%, rgba(12, 14, 13, 0.18) 60%);
  }

  .hero-content {
    width: calc(100% - 28px);
    padding: 74px 0 34px;
  }

  .hero h1 {
    font-size: 2.85rem;
  }

  .trust-row span {
    width: 100%;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-copy h2,
  .section-header h2,
  .feature-copy h2,
  .contact-copy h2,
  .photo-band h2 {
    font-size: 2rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .menu-shell {
    padding: 14px;
  }

  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-card,
  .menu-loading {
    min-height: 0;
  }

  .service-card {
    min-height: 0;
  }

  .map-frame {
    min-height: 360px;
  }
}

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