/* Feta & Olives — Madre-inspired layout, olive brand palette */

:root {
  --olive: #8cc632;
  --olive-bright: #a8d63e;
  --olive-deep: #5a8214;
  --olive-deep-hover: #4e7010;
  --olive-ink: #1a2e0a;
  --olive-forest: #243818;
  --cream: #eef2e4;
  --cream-deep: #e2e8d4;
  --ink: #1a220f;
  --brown: #2a3318;
  --white: #ffffff;
  --muted: #5c6552;
  --radius-pill: 999px;
  --radius-card: 28px;
  --header-h: 78px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font: "Figtree", system-ui, sans-serif;
  --font-display: "Archivo Black", "Figtree", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
  scrollbar-width: thin;
  scrollbar-color: var(--olive-deep) transparent;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--brown);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

/* On-brand minimal scrollbar */
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--olive-deep) 55%, transparent);
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--olive-deep);
}

*::-webkit-scrollbar-corner {
  background: transparent;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 2000;
  background: var(--olive-deep);
  color: var(--white);
  padding: 0.65rem 1rem;
  border-radius: 10px;
  font-weight: 700;
}

.skip-link:focus {
  top: 1rem;
}

/* ——— Header (Madre split nav) ——— */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  transition: background 0.3s var(--ease), box-shadow 0.3s;
}

.site-header.is-scrolled {
  background: rgba(238, 242, 228, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(26, 34, 15, 0.06);
}

.header-shell {
  height: 100%;
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

.nav-left,
.nav-right nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.nav-left a,
.nav-right nav a {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brown);
  transition: color 0.2s;
}

.nav-left a:hover,
.nav-right nav a:hover {
  color: var(--olive-deep);
}

.nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.brand {
  display: grid;
  place-items: center;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  transition: transform 0.25s var(--ease);
}

.brand:hover {
  transform: scale(1.03);
}

.brand img {
  width: auto;
  height: 56px;
  object-fit: contain;
}

.btn-order {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.15rem;
  border-radius: var(--radius-pill);
  background: var(--olive-deep);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.2s, transform 0.2s var(--ease);
}

.btn-order:hover {
  background: var(--olive-deep-hover);
  transform: translateY(-1px);
}

.btn-order-arrow {
  font-size: 1rem;
  line-height: 1;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  flex-direction: column;
  gap: 6px;
  justify-self: end;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--brown);
}

.mobile-nav {
  display: none;
}

/* ——— Hero video ——— */

.hero {
  padding-top: var(--header-h);
  background: var(--cream);
}

.hero-stage {
  position: relative;
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  height: min(72vh, 720px);
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--olive-deep);
  isolation: isolate;
}

.hero-video,
.hero-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video {
  z-index: 1;
}

.hero-fallback {
  z-index: 0;
}

.hero-stage.has-video .hero-fallback {
  opacity: 0;
  pointer-events: none;
}

.hero-wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse 55% 48% at 50% 48%, rgba(10, 16, 6, 0.72), rgba(10, 16, 6, 0.28) 55%, transparent 75%),
    linear-gradient(180deg, rgba(14, 22, 8, 0.45) 0%, rgba(14, 22, 8, 0.35) 45%, rgba(14, 22, 8, 0.62) 100%);
  pointer-events: none;
}

.hero-title-wrap {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 1.5rem;
  pointer-events: none;
  gap: 0;
}

.hero-kicker {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55), 0 4px 18px rgba(0, 0, 0, 0.45);
}

.hero-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 12vw, 7.5rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 12px 40px rgba(0, 0, 0, 0.4);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
}

.hero-title.is-swap {
  opacity: 0;
  transform: translateY(12px);
}

.hero-offer {
  margin: 0.85rem auto 0;
  width: max-content;
  max-width: min(100%, 92vw);
  font-size: clamp(0.82rem, 1.7vw, 1rem);
  font-weight: 650;
  line-height: 1.3;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65), 0 6px 22px rgba(0, 0, 0, 0.55);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.25rem;
  pointer-events: auto;
}

.hero-cta {
  pointer-events: auto;
}

.hero-cta--ghost {
  background: rgba(10, 16, 6, 0.55);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.hero-cta--ghost:hover {
  background: rgba(10, 16, 6, 0.75);
  color: #fff;
  border-color: #fff;
}

/* ——— Floating menu (no cards) ——— */

.menu-float {
  padding: clamp(3rem, 8vw, 5.5rem) 0 clamp(2.5rem, 6vw, 4rem);
}

.menu-float-grid {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 4vw, 2.75rem) clamp(1rem, 3vw, 2rem);
  align-items: end;
}

.float-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.85rem;
  will-change: transform;
  transition: transform 0.35s var(--ease);
}

.float-item:hover {
  transform: translateY(-8px) !important;
}

.float-item img {
  width: min(100%, 220px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  /* Interim: circular crop until cutout PNGs arrive — drop-shadow keeps Madre float feel */
  filter: drop-shadow(0 18px 28px rgba(26, 34, 15, 0.22));
  background: transparent;
  border: 0;
  box-shadow: none;
}

.float-item:nth-child(even) img {
  border-radius: 42% 58% 55% 45% / 48% 42% 58% 52%;
}

.float-item h2 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brown);
}

.float-link {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--olive-deep);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s, transform 0.25s var(--ease);
}

.float-item:hover .float-link {
  opacity: 1;
  transform: translateY(0);
}

.menu-float-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(2rem, 5vw, 3.25rem);
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.75rem;
  border-radius: var(--radius-pill);
  background: var(--olive-deep);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.2s, transform 0.2s var(--ease);
}

.btn-pill:hover {
  background: var(--olive-deep-hover);
  transform: translateY(-2px);
}

.btn-pill:focus-visible,
.btn-order:focus-visible,
.link-learn:focus-visible {
  outline: 2px solid var(--olive-deep);
  outline-offset: 3px;
}

/* ——— Roll band ——— */

.roll-band {
  position: relative;
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto 2rem;
  min-height: 420px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: center;
  overflow: hidden;
}

.roll-type {
  display: flex;
  flex-direction: column;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 10vw, 7rem);
  line-height: 0.88;
  text-transform: uppercase;
  color: var(--olive);
  letter-spacing: -0.02em;
  user-select: none;
}

.roll-type span:nth-child(2) {
  color: var(--olive-deep);
  padding-left: 0.15em;
}

.roll-type span:nth-child(3) {
  color: var(--olive-ink);
  font-size: 0.72em;
}

.roll-figure {
  margin: 0;
  border-radius: var(--radius-card);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-height: 520px;
  justify-self: end;
  width: 100%;
  box-shadow: 0 24px 60px rgba(26, 34, 15, 0.16);
}

.roll-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ——— Story ——— */

.story {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5rem) 0;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.story-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--ink);
}

.story-copy p {
  margin: 0 0 1.5rem;
  color: var(--muted);
  max-width: 38ch;
  font-size: 1.05rem;
}

.link-learn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brown);
}

.link-learn-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--brown);
  font-size: 1.1rem;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.link-learn:hover .link-learn-icon {
  background: var(--olive);
  border-color: var(--olive);
  color: var(--white);
}

.link-learn--light {
  color: var(--white);
}

.link-learn--light .link-learn-icon {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.link-learn--light:hover .link-learn-icon {
  background: var(--white);
  border-color: var(--white);
  color: var(--olive-deep);
}

.story-figure {
  margin: 0;
  border-radius: var(--radius-card);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: 0 20px 50px rgba(26, 34, 15, 0.14);
}

.story-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ——— Feature cards ——— */

.feature-cards {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto clamp(2rem, 5vw, 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.feature-card {
  position: relative;
  min-height: 340px;
  border-radius: var(--radius-card);
  overflow: hidden;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  isolation: isolate;
}

.feature-card--olive {
  background:
    radial-gradient(ellipse 80% 70% at 70% 80%, rgba(255, 255, 255, 0.12), transparent 50%),
    linear-gradient(145deg, var(--olive-bright), var(--olive-deep));
}

.feature-card--deep {
  background:
    radial-gradient(ellipse 70% 60% at 80% 70%, rgba(140, 198, 50, 0.25), transparent 55%),
    linear-gradient(145deg, var(--olive-forest), var(--olive-ink));
}

.feature-card-copy h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
  text-transform: uppercase;
  max-width: 10ch;
}

.feature-card-copy p {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.feature-card > img {
  position: absolute;
  right: -4%;
  bottom: -8%;
  width: min(58%, 280px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 40% 60% 55% 45% / 50% 40% 60% 50%;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.35));
  z-index: -1;
  opacity: 0.92;
  transition: transform 0.45s var(--ease);
}

.feature-card:hover > img {
  transform: translateY(-10px) scale(1.04);
}

/* ——— Franchise banner ——— */

.loyalty {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto 2rem;
  border-radius: var(--radius-card);
  background:
    radial-gradient(ellipse 60% 80% at 15% 30%, rgba(168, 214, 62, 0.35), transparent 55%),
    linear-gradient(120deg, var(--olive) 0%, var(--olive-deep) 100%);
  color: var(--white);
  padding: clamp(2.5rem, 6vw, 4rem);
  position: relative;
  overflow: hidden;
}

.loyalty::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.12), transparent 40%),
    radial-gradient(circle at 10% 90%, rgba(26, 46, 10, 0.2), transparent 45%);
  pointer-events: none;
}

.loyalty-inner {
  position: relative;
  max-width: 42rem;
}

.loyalty-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-pill);
  background: var(--white);
  color: var(--olive-deep);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.loyalty h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.loyalty p {
  margin: 0 0 1.75rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  max-width: 48ch;
}

/* ——— Contact ——— */

.contact-strip {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto clamp(3rem, 6vw, 4.5rem);
  padding: 2rem 0;
}

.contact-strip h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.contact-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.contact-row a {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.25rem 1.35rem;
  border-radius: 20px;
  background: var(--white);
  font-weight: 800;
  font-size: 0.95rem;
  transition: transform 0.2s var(--ease), box-shadow 0.2s;
}

.contact-row a:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(26, 34, 15, 0.08);
}

.contact-row span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--olive-deep);
}

/* ——— Footer ——— */

.site-footer {
  position: relative;
  background: var(--olive-ink);
  color: var(--white);
  padding: 4rem 0 0;
  overflow: hidden;
}

.footer-curve {
  position: absolute;
  left: 0;
  right: 0;
  top: -48px;
  height: 56px;
  background: var(--cream);
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.footer-grid {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
}

.footer-brand p {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.65);
  max-width: 28ch;
  font-size: 0.95rem;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-nav a {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.footer-nav a:hover {
  color: var(--olive-bright);
}

.footer-loc {
  display: inline-flex;
  padding: 0.55rem 1rem;
  border-radius: var(--radius-pill);
  background: var(--cream);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-copy {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer-mega {
  margin: 1rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 14vw, 9rem);
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
  color: var(--olive);
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: -0.02em;
  opacity: 0.95;
  user-select: none;
}

/* ——— Reveal ——— */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ——— Modal ——— */

.modal[hidden] {
  display: none !important;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 20, 8, 0.65);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  background: var(--white);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.modal-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.modal-body {
  padding: 1.35rem 1.5rem 1.6rem;
}

.modal-cat {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--olive-deep);
}

.modal-body h3 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
}

.modal-body p {
  margin: 0;
  color: var(--muted);
}

.modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1.4rem;
  line-height: 1;
}

.legal-panel .modal-image {
  display: none;
}

body.modal-open {
  overflow: hidden;
}

/* ——— Responsive ——— */

@media (max-width: 980px) {
  .nav-left {
    display: none;
  }

  .header-shell {
    grid-template-columns: minmax(0, 1fr) auto auto;
    width: calc(100% - 1.25rem);
    gap: 0.5rem;
    align-items: center;
  }

  .brand {
    justify-self: start;
    min-width: 0;
  }

  .brand img {
    height: 40px;
    max-width: 100%;
  }

  .nav-right {
    gap: 0;
    justify-self: end;
  }

  .btn-order--header {
    padding: 0.55rem 0.85rem;
    font-size: 0.68rem;
    letter-spacing: 0.04em;
  }

  .nav-toggle {
    display: flex;
    width: 40px;
    height: 40px;
    justify-self: end;
  }

  .mobile-nav:not([hidden]) {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.25rem 1.25rem;
    background: var(--cream);
    border-bottom: 1px solid rgba(26, 34, 15, 0.08);
  }

  .mobile-nav a {
    padding: 0.7rem 0.25rem;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
  }

  .mobile-nav .btn-order {
    justify-content: center;
    margin-top: 0.5rem;
  }

  .menu-float-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .roll-band,
  .story,
  .feature-cards,
  .footer-grid,
  .contact-row {
    grid-template-columns: 1fr;
  }

  .roll-figure,
  .story-figure {
    max-height: none;
    aspect-ratio: 16 / 11;
  }

  .hero-stage {
    height: min(68vh, 560px);
    width: calc(100% - 1.25rem);
    border-radius: 20px;
  }

  .hero-title {
    font-size: clamp(2.6rem, 16vw, 4.5rem);
  }

  .hero-offer {
    white-space: nowrap;
    font-size: clamp(0.72rem, 3.4vw, 0.92rem);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 280px);
    margin-inline: auto;
  }

  .hero-actions .hero-cta {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 560px) {
  :root {
    --header-h: 68px;
  }

  .brand img {
    height: 34px;
  }

  .btn-order--header {
    padding: 0.5rem 0.75rem;
  }

  .float-item img {
    width: min(100%, 160px);
  }

  .feature-card {
    min-height: 280px;
  }

  .menu-float-grid {
    gap: 1.25rem 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .float-item,
  .hero-title,
  .feature-card > img {
    transition: none !important;
  }
}
