/* ==========================================================================
   Cecilia's Ice Cream — shared stylesheet
   Sections: 1. Custom properties  2. Reset/base  3. Layout helpers
   4. Header/nav  5. Hero  6. Buttons  7. Flavor cards  8. Specialties
   9. About  10. Location  11. Footer  12. Tejuino page  13. Responsive
   ========================================================================== */

/* 1. Custom properties -------------------------------------------------- */
:root {
  /* page background — soft sky-aqua pastel (was warm cream) */
  --color-cream: #e8f6f6;
  --color-cream-deep: #d6efee;
  --color-strawberry: #ffc9d6;
  --color-strawberry-deep: #f6a8bb;
  --color-mango: #ffcfa0;
  --color-mango-deep: #ffb677;
  --color-mint: #c7f0e0;
  --color-mint-deep: #8fd6c9;
  --color-aqua: #cdeef4;
  --color-aqua-deep: #9fdce8;
  --color-vanilla: #fff0ad;
  --color-vanilla-deep: #ffe066;
  --color-peach-deep: #ffb98f;
  --color-cocoa: #6b4226;
  --color-cocoa-light: #8a5a3b;
  --color-text: #4a2f1c;
  --color-surface: #f8fdfc;
  --color-border: #eaded0;

  --font-heading: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Nunito', 'Segoe UI', system-ui, sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;

  --radius-sm: 0.5rem;
  --radius-md: 1rem;
  --radius-lg: 1.75rem;

  --shadow-soft: 0 10px 30px rgba(107, 66, 38, 0.12);
  --focus-ring: 3px solid #2b6e63;
}

/* 2. Reset / base -------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--color-cocoa); margin: 0 0 var(--space-sm); line-height: 1.2; }
p { margin: 0 0 var(--space-sm); }
img, svg { max-width: 100%; display: block; }
a { color: var(--color-cocoa); }
ul { padding-left: 1.2rem; }

/* accessible skip link */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--color-cocoa);
  color: #fff;
  padding: 0.75rem 1.25rem;
  z-index: 1000;
  border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus {
  left: 0;
}

/* visible focus indicator everywhere */
a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* 3. Layout helpers ------------------------------------------------------ */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 var(--space-md);
}
section { padding: var(--space-xl) 0; }
.section-heading { text-align: center; max-width: 640px; margin: 0 auto var(--space-lg); }

/* Tighten the stack between the two flavor sections and Specialties —
   the shared var(--space-xl) top+bottom padding compounded into a large gap */
#sabores { padding-bottom: var(--space-md); }
.flavor-section-water { padding-top: var(--space-md); padding-bottom: var(--space-md); }
#especialidades { padding-top: var(--space-lg); }
.section-heading h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }

.placeholder-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #7a4b1f;
  background: var(--color-vanilla);
  border: 1px solid var(--color-vanilla-deep);
  border-radius: 999px;
  padding: 0.1rem 0.6rem;
  margin-left: 0.4rem;
  vertical-align: middle;
}

/* 4. Header / nav --------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
  gap: var(--space-sm);
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}
.logo-mark { flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-name { font-family: var(--font-heading); font-weight: 700; font-size: 1.35rem; color: var(--color-cocoa); }
.logo-sub { font-size: 0.7rem; letter-spacing: 0.12em; font-weight: 600; color: var(--color-cocoa-light); text-transform: uppercase; }

/* Header wordmark only — the footer reuses .logo-name/.logo-sub at their
   original size, so the bump is scoped to .site-header here. Shared by
   index.html and tejuino.html so both headers stay the same size. */
.site-header .logo-name { font-size: 1.9rem; }
.site-header .logo-sub { font-size: 0.95rem; }

.nav-toggle {
  display: none;
  background: none;
  border: 2px solid var(--color-cocoa);
  border-radius: var(--radius-sm);
  padding: 0.4rem 0.6rem;
  cursor: pointer;
}
.nav-toggle-icon,
.nav-toggle-icon::before,
.nav-toggle-icon::after {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-cocoa);
  border-radius: 2px;
  position: relative;
}
.nav-toggle-icon::before { content: ""; position: absolute; top: -7px; }
.nav-toggle-icon::after { content: ""; position: absolute; top: 7px; }

.main-nav { display: flex; }
.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin: 0;
  padding: 0;
}
.nav-list a {
  text-decoration: none;
  font-weight: 700;
  color: var(--color-cocoa);
  padding: 0.4rem 0.2rem;
}
.nav-list a:hover,
.nav-list a[aria-current="page"] { color: var(--color-strawberry-deep); }

.lang-switch {
  font-family: var(--font-heading);
  font-weight: 700;
  background: var(--color-mint);
  border: 2px solid var(--color-mint-deep);
  color: var(--color-cocoa);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  cursor: pointer;
}
.lang-switch:hover { background: var(--color-mint-deep); }

/* 5. Hero ----------------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 60% at 12% 15%, var(--color-strawberry) 0%, transparent 60%),
    radial-gradient(ellipse 65% 55% at 90% 10%, var(--color-mango) 0%, transparent 60%),
    radial-gradient(ellipse 70% 70% at 85% 90%, var(--color-mint) 0%, transparent 60%),
    radial-gradient(ellipse 60% 60% at 10% 95%, var(--color-aqua) 0%, transparent 55%),
    linear-gradient(180deg, var(--color-cream) 0%, var(--color-cream-deep) 100%);
  padding: var(--space-xl) 0;
}

.hero-splash {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-splash svg { width: 100%; height: 100%; }

.sprinkle {
  position: absolute;
  border-radius: 999px;
  opacity: 0.55;
}
@media (prefers-reduced-motion: no-preference) {
  .sprinkle { animation: float-sprinkle 9s ease-in-out infinite; }
}

/* Tejuino hero only (.tejuino-hero doesn't exist on index.html) — a
   slightly stronger opacity so the larger dot set reads clearly without
   affecting the homepage hero's sprinkles, which share the base rule above */
.tejuino-hero .sprinkle {
  opacity: 0.75;
}

.hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-lg);
  align-items: center;
}
/* Homepage hero photo only — larger image column than the Tejuino hero,
   which keeps its own narrower portrait ratio via .hero-photo-frame--portrait.
   Gated to desktop widths so it can't out-specificity the mobile 1-column
   collapse below (that rule has lower specificity but is media-gated too). */
@media (min-width: 901px) {
  .hero:not(.tejuino-hero) .container {
    grid-template-columns: 1fr 1.15fr;
  }
}

.hero-content { order: 1; }
.hero-visual { order: 2; }

.hero-heading { font-size: clamp(2.1rem, 5vw, 3.4rem); margin-bottom: 0.25rem; }
.hero-heading .line-1 { display: block; }
.hero-heading .line-2 {
  display: block;
  font-size: 0.55em;
  color: var(--color-strawberry-deep);
  font-weight: 600;
}

.hero-badge {
  display: inline-block;
  background: var(--color-vanilla);
  border: 2px solid var(--color-vanilla-deep);
  color: var(--color-cocoa);
  font-weight: 700;
  border-radius: 999px;
  padding: 0.3rem 1rem;
  margin: var(--space-sm) 0;
}

.hero-benefits {
  list-style: none;
  padding: 0;
  margin: var(--space-md) 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
}
.hero-benefits li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--color-strawberry-deep);
  flex-shrink: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-top: var(--space-md);
}

.hero-photo-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: var(--color-surface);
  aspect-ratio: 4 / 3;
}
/* object-position keeps the cup/garnish in frame when cropping tall
   phone photos down to this landscape box, at any viewport width */
.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 27%;
  transform-origin: center;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-photo-frame img {
    animation: hero-photo-zoom 10s ease-in-out infinite;
  }
}
/* taller portrait frame for the Tejuino photo, which is itself a tall
   phone shot — matching its own ratio shows the full cup and garnish
   with no crop, on both desktop and mobile */
.hero-photo-frame--portrait {
  aspect-ratio: 3 / 4;
  max-width: 420px;
  margin: 0 auto;
}
.hero-photo-frame--portrait img {
  object-position: center;
}
@keyframes hero-photo-zoom {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.07); }
}

/* 6. Buttons --------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.85rem 1.75rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: var(--color-strawberry-deep);
  color: #4a1622;
  box-shadow: var(--shadow-soft);
}
.btn-primary:hover { background: #f291a8; }

.btn-secondary {
  background: transparent;
  border-color: var(--color-cocoa);
  color: var(--color-cocoa);
}
.btn-secondary:hover { background: var(--color-cocoa); color: #fff; }

/* 7. Flavor cards ------------------------------------------------------ */
.flavor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--space-md);
}

.flavor-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(107, 66, 38, 0.08);
  box-shadow: 0 2px 8px rgba(107, 66, 38, 0.1);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.flavor-card:hover,
.flavor-card:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}
.flavor-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.flavor-card:hover .flavor-photo,
.flavor-card:focus-within .flavor-photo {
  transform: scale(1.06);
}
.flavor-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(58, 33, 20, 0.75) 0%, rgba(58, 33, 20, 0.18) 55%, transparent 78%);
  pointer-events: none;
}
.flavor-name {
  position: relative;
  z-index: 1;
  padding: var(--space-sm) var(--space-sm) var(--space-xs);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

/* fallback colors show only if a photo fails to load */
.flavor-card--vainilla { background-color: var(--color-vanilla); }
.flavor-card--nuez { background-color: #e7cdb0; }
.flavor-card--coco { background-color: #fff3dd; }
.flavor-card--mamey { background-color: var(--color-mango); }
.flavor-card--chocolate { background-color: #d9b89a; }
.flavor-card--guayaba { background-color: var(--color-strawberry); }
.flavor-card--oreo { background-color: #e4d8d0; }
.flavor-card--fresa { background-color: var(--color-strawberry-deep); }
.flavor-card--cafe { background-color: #cbb093; }
.flavor-card--limon { background-color: var(--color-mint); }
.flavor-card--mango { background-color: var(--color-mango-deep); }
.flavor-card--guanabana { background-color: var(--color-aqua); }

.flavor-disclosure {
  margin: var(--space-md) 0 0;
  font-size: 0.8rem;
  font-style: italic;
  color: var(--color-cocoa-light);
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* 8. Specialties ---------------------------------------------------------- */
.specialty-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--space-md);
}
.specialty-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(107, 66, 38, 0.08);
  box-shadow: 0 2px 8px rgba(107, 66, 38, 0.1);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.specialty-card:hover,
.specialty-card:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}
.specialty-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.specialty-card:hover .specialty-photo,
.specialty-card:focus-within .specialty-photo {
  transform: scale(1.06);
}
.specialty-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(58, 33, 20, 0.75) 0%, rgba(58, 33, 20, 0.18) 55%, transparent 78%);
  pointer-events: none;
}
.specialty-name {
  position: relative;
  z-index: 1;
  padding: var(--space-sm) var(--space-sm) var(--space-xs);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

/* fallback colors show only if a photo fails to load */
.specialty-card--diablitos { background-color: var(--color-strawberry); }
.specialty-card--mangonadas { background-color: var(--color-mango); }
.specialty-card--tamarindo { background-color: #e7cdb0; }
.specialty-card--maracuya { background-color: var(--color-vanilla); }
.specialty-card--chongos { background-color: #fff3dd; }
.specialty-card--cajeta { background-color: #d9b89a; }
.specialty-card--elote { background-color: #f5e6a8; }

/* 8b. Aguas Frescas (tejuino.html) ----------------------------------------- */
.aguas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.agua-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(107, 66, 38, 0.08);
  box-shadow: var(--shadow-soft);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.agua-card:hover,
.agua-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(107, 66, 38, 0.18);
}
.agua-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.agua-card:hover .agua-photo,
.agua-card:focus-within .agua-photo {
  transform: scale(1.06);
}
.agua-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(58, 33, 20, 0.75) 0%, rgba(58, 33, 20, 0.18) 55%, transparent 78%);
  pointer-events: none;
}
.agua-name {
  position: relative;
  z-index: 1;
  padding: var(--space-md) var(--space-md) var(--space-sm);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

/* fallback colors show only if a photo fails to load */
.agua-card--fresa { background-color: var(--color-strawberry-deep); }
.agua-card--limon { background-color: var(--color-mint); }
.agua-card--mango { background-color: var(--color-mango-deep); }
.agua-card--guanabana { background-color: var(--color-aqua); }
.agua-card--tamarindo { background-color: #e7cdb0; }
.agua-card--maracuya { background-color: var(--color-vanilla); }

/* 9. About ---------------------------------------------------------------- */
.about-section {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.about-content { max-width: 720px; margin: 0 auto; text-align: center; }

/* 10. Location -------------------------------------------------------------- */
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-lg);
  align-items: start;
}

/* Real Google Maps embed (replaces the old CSS-drawn reference map).
   Fixed height (not aspect-ratio) so it reliably lands in the ~350-450px
   desktop range regardless of column width; scaled down at narrower
   breakpoints below. */
.map-embed {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(107, 66, 38, 0.12);
  box-shadow: 0 6px 18px rgba(107, 66, 38, 0.08);
}
.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: var(--space-md) 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-weight: 600;
}

.contact-list a {
  text-decoration: none;
}

/* 11. Footer --------------------------------------------------------------- */
.site-footer {
  background: var(--color-aqua-deep);
  color: var(--color-text);
  padding: var(--space-lg) 0 var(--space-md);
}
.site-footer a {
  color: var(--color-cocoa);
  font-weight: 700;
  text-decoration: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-md);
  margin-bottom: var(--space-md);
}
.footer-grid h3 { color: var(--color-cocoa);
  font-size: 1rem;
}

.footer-location {
  color: var(--color-cocoa);
  font-weight: 700;
}

.footer-grid strong {
  color: var(--color-cocoa);
  font-weight: 700;
}

.footer-bottom {
  border-top: 1px solid rgba(107, 66, 38, 0.2);
  padding-top: var(--space-sm);
  text-align: center;
  font-size: 0.85rem;
  color: var(--color-cocoa-light);
}

/* 12. Tejuino page --------------------------------------------------------- */
/* page-scoped pastel wash — only body.page-tejuino (tejuino.html) picks
   these up, so index.html's shared #ubicacion markup is unaffected */
body.page-tejuino {
  background:
    radial-gradient(ellipse 55% 45% at 12% 8%, rgba(255, 201, 214, 0.35) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 88% 12%, rgba(205, 238, 244, 0.4) 0%, transparent 65%),
    radial-gradient(ellipse 55% 45% at 10% 92%, rgba(199, 240, 224, 0.35) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 90% 95%, rgba(255, 240, 173, 0.35) 0%, transparent 65%),
    var(--color-surface);
}

.tejuino-hero {
  background:
    radial-gradient(ellipse 70% 60% at 85% 15%, var(--color-mint) 0%, transparent 60%),
    radial-gradient(ellipse 65% 55% at 10% 10%, var(--color-vanilla) 0%, transparent 60%),
    radial-gradient(ellipse 55% 50% at 90% 85%, var(--color-strawberry) 0%, transparent 60%),
    radial-gradient(ellipse 70% 70% at 15% 90%, var(--color-aqua) 0%, transparent 60%),
    linear-gradient(180deg, var(--color-cream) 0%, var(--color-cream-deep) 100%);
}
.tejuino-note {
  font-size: 0.9rem;
  color: var(--color-cocoa-light);
  font-style: italic;
}

/* blended pastel color washes only — no decorative dot texture here */
.aguas-section {
  background:
    radial-gradient(ellipse 62% 55% at 8% 10%, rgba(255, 201, 214, 0.55) 0%, transparent 68%),
    radial-gradient(ellipse 58% 50% at 92% 8%, rgba(255, 224, 102, 0.4) 0%, transparent 68%),
    radial-gradient(ellipse 62% 55% at 10% 95%, rgba(159, 220, 232, 0.5) 0%, transparent 68%),
    radial-gradient(ellipse 58% 50% at 90% 92%, rgba(143, 214, 201, 0.5) 0%, transparent 68%),
    radial-gradient(ellipse 65% 60% at 50% 50%, rgba(255, 240, 173, 0.2) 0%, transparent 72%),
    var(--color-surface);
}

/* tejuino.html's own #ubicacion treatment; index.html's #ubicacion is
   untouched since it lives under a body without .page-tejuino */
.page-tejuino #ubicacion {
  background:
    radial-gradient(ellipse 55% 50% at 90% 6%, rgba(205, 238, 244, 0.45) 0%, transparent 65%),
    radial-gradient(ellipse 50% 45% at 6% 92%, rgba(199, 240, 224, 0.4) 0%, transparent 65%),
    radial-gradient(ellipse 45% 40% at 95% 95%, rgba(255, 201, 214, 0.3) 0%, transparent 65%),
    var(--color-surface);
}

/* 13. Responsive ------------------------------------------------------------ */
@keyframes float-sprinkle {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-18px) rotate(12deg); }
}

@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-content { order: 1; }
  .hero-visual { order: 2; }
  .location-grid { grid-template-columns: 1fr; }
  .aguas-grid { grid-template-columns: repeat(2, 1fr); }
  .map-embed { height: 320px; }
}

@media (max-width: 760px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-surface);
    border-bottom: 1px solid var(--color-border);
    display: none;
  }
  .main-nav.is-open { display: block; }
  .nav-list {
    flex-direction: column;
    align-items: stretch;
    padding: var(--space-sm) var(--space-md);
    gap: var(--space-sm);
  }
}

@media (max-width: 640px) {
  .aguas-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .flavor-grid, .specialty-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
  section { padding: var(--space-lg) 0; }
  .map-embed { height: 260px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sprinkle { animation: none !important; }
  .btn:hover, .flavor-card:hover, .specialty-card:hover, .agua-card:hover { transform: none; }
  .flavor-card:hover .flavor-photo, .flavor-card:focus-within .flavor-photo { transform: none; }
  .specialty-card:hover .specialty-photo, .specialty-card:focus-within .specialty-photo { transform: none; }
  .agua-card:hover .agua-photo, .agua-card:focus-within .agua-photo { transform: none; }
}
