/* ==========================================================================
   VENTURA WYNWOOD — Hoja de estilos principal (v2)
   --------------------------------------------------------------------------
   Latin & Urban Eatery · Wynwood, Miami · "Taste the Colors of Wynwood"

   IDENTIDAD (alineada al manual de marca y a redes):
   · Tipografías: MONTSERRAT (Black titulares · Regular con tracking · Light cuerpo)
     + FELT THAT (script, solo frases cortas).
   · Colores: base NEGRO/BLANCO + CREMA cálida. Acento CELESTE #4c708b (siempre
     sobre fondos claros). VERDE #2d3b34 solo para detalles. LIMA #fafeac como
     "pop" de diversión, con moderación y sobre fondos oscuros.

   ORGANIZACIÓN
   1. Design tokens   2. Fuentes (@font-face)   3. Reset/base   4. Tipografía
   5. Layout   6. Botones   7. Header/nav/mobile   8. Footer   9. Cortina
   10. Reveal   11. Hero   12. Home sections   13. Menú   14. Reservations
   15. Private events   16. Our story   17. Gallery   18. Contact
   19. Formularios   20. Legales   21. Utilidades/a11y

   REGLA: los colores y fuentes salen del token block (sección 1). No hardcodear.
   ========================================================================== */


/* ==========================================================================
   1. DESIGN TOKENS
   ========================================================================== */
:root {
  /* --- Paleta ------------------------------------------------------------ */
  --cream:      #f2eee2;  /* fondo principal, crema de marca                 */
  --cream-deep: #eae4d5;  /* crema un tono más profundo (bandas alternas)    */
  --white:      #ffffff;  /* superficies limpias / cards                     */
  --black:      #22303a;  /* gris oscuro azulado — secciones oscuras, footer */
  --black-pure: #1a2530;  /* variante más profunda                           */

  --ink:        #1f2a32;  /* texto y titulares (azulado muy oscuro)          */
  --ink-soft:   #52606a;  /* texto secundario (gris azulado)                 */
  --ink-faint:  #8b98a1;  /* metadatos, captions                             */

  --accent:     #4c708b;  /* CELESTE — acento principal (sobre fondos claros)*/
  --accent-ink: #37576f;  /* celeste oscuro — texto/links pequeños (contraste)*/
  --accent-soft: rgba(76, 112, 139, .10);

  --lime:       #fafeac;  /* LIMA — "pop" de diversión (sobre fondos oscuros)*/
  --forest:     #2d3b34;  /* VERDE — SOLO detalles (rules, dots, patrón)     */

  --line:        rgba(26, 26, 26, .13);   /* bordes / divisores              */
  --line-strong: rgba(26, 26, 26, .24);
  --line-light:  rgba(255, 255, 255, .14); /* divisores sobre fondo oscuro    */

  /* --- Tipografía -------------------------------------------------------- */
  /* Fallbacks neutros (Arial/Helvetica) para que, incluso mientras cargan las
     fuentes, no se vea distinto en cada sistema operativo. */
  --font-sans:   "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-script: "FeltThat", "Segoe Script", "Brush Script MT", cursive;

  /* --- Escala tipográfica (fluida) -------------------------------------- */
  --text-xs:   clamp(.72rem, .69rem + .18vw, .8rem);
  --text-sm:   clamp(.83rem, .79rem + .28vw, .95rem);
  --text-base: clamp(1rem, .97rem + .2vw, 1.08rem);
  --text-lg:   clamp(1.1rem, 1.02rem + .45vw, 1.28rem);
  --text-xl:   clamp(1.3rem, 1.12rem + .8vw, 1.65rem);
  --text-2xl:  clamp(1.65rem, 1.3rem + 1.6vw, 2.4rem);
  --text-3xl:  clamp(2rem, 1.5rem + 2.4vw, 3.2rem);
  --text-4xl:  clamp(2.5rem, 1.8rem + 3.4vw, 4.4rem);
  --text-hero: clamp(2.9rem, 1.7rem + 6vw, 7rem);

  /* --- Espaciado -------------------------------------------------------- */
  --space-1: .25rem;  --space-2: .5rem;   --space-3: .75rem;  --space-4: 1rem;
  --space-6: 1.5rem;  --space-8: 2rem;    --space-10: 2.5rem; --space-12: 3rem;
  --space-16: 4rem;   --space-20: 5rem;   --space-24: 6rem;   --space-32: 8rem;

  /* --- Radios, sombras, easing ----------------------------------------- */
  --radius-sm: .3rem;
  --radius-md: .55rem;
  --radius-lg: .9rem;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 3px rgba(20, 20, 20, .07);
  --shadow-md: 0 12px 34px rgba(20, 20, 20, .10);
  --shadow-lg: 0 26px 64px rgba(20, 20, 20, .17);
  --ease:       cubic-bezier(.22, 1, .36, 1);
  --ease-inout: cubic-bezier(.65, 0, .35, 1);

  /* --- Layout ----------------------------------------------------------- */
  --container: 1200px;
  --container-narrow: 820px;
  --header-h: 100px;

  color-scheme: light;
}


/* ==========================================================================
   2. FUENTES (auto-alojadas — NO dependen de Google Fonts)
   Se alojan localmente para que el sitio se vea IGUAL en toda computadora/red.
   Archivos woff2 en assets/fonts/.
   ========================================================================== */
@font-face { font-family: "Montserrat"; font-weight: 300; font-style: normal; font-display: swap; src: url("../fonts/montserrat-300.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-weight: 400; font-style: normal; font-display: swap; src: url("../fonts/montserrat-400.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-weight: 500; font-style: normal; font-display: swap; src: url("../fonts/montserrat-500.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-weight: 700; font-style: normal; font-display: swap; src: url("../fonts/montserrat-700.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-weight: 900; font-style: normal; font-display: swap; src: url("../fonts/montserrat-900.woff2") format("woff2"); }
@font-face { font-family: "FeltThat"; font-weight: 400; font-style: normal; font-display: swap; src: url("../fonts/felt-that.woff2") format("woff2"); }


/* ==========================================================================
   3. RESET Y BASE
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + var(--space-4));
}

body {
  font-family: var(--font-sans);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.72;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, picture, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
ul, ol { list-style: none; padding: 0; }
input, textarea, select, button { font: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px; }


/* ==========================================================================
   4. TIPOGRAFÍA
   ========================================================================== */
h1, h2, h3, h4 {
  font-family: var(--font-sans);
  font-weight: 900;              /* Montserrat Black — impacto              */
  line-height: 1.04;
  letter-spacing: -.02em;
  color: var(--ink);
}

/* "Kicker": etiqueta pequeña en mayúsculas con tracking amplio (estilo manual) */
.kicker {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--accent-ink);
  margin-bottom: var(--space-4);
}

.section-title { font-size: var(--text-3xl); }

/* Frase manuscrita (Felt That) — SOLO frases cortas de acento */
.script {
  font-family: var(--font-script);
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.2;
}


/* ==========================================================================
   5. LAYOUT
   ========================================================================== */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--space-6); }
.container--narrow { max-width: var(--container-narrow); }

.section { padding-block: clamp(var(--space-12), 6vw, var(--space-20)); }
.section--tight { padding-block: clamp(var(--space-10), 5vw, var(--space-16)); }
.section--cream-deep { background: var(--cream-deep); }

/* Secciones oscuras = NEGRO (no verde). El celeste no va acá: usar lima/blanco. */
.section--night { background: var(--black); color: rgba(255, 255, 255, .82); }
.section--night h1, .section--night h2, .section--night h3 { color: #fff; }
.section--night .kicker { color: var(--lime); }

.section-head { max-width: 640px; margin-bottom: var(--space-12); }
.section-head--center { margin-inline: auto; text-align: center; }
.lead { font-size: var(--text-lg); font-weight: 300; color: var(--ink-soft); }


/* ==========================================================================
   6. BOTONES
   ========================================================================== */
.btn {
  --btn-pad-y: .85em;
  --btn-pad-x: 1.7em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  border: 1.5px solid transparent;
  transition: transform .3s var(--ease), background-color .3s var(--ease),
              color .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--fill    { background: var(--accent); color: #fff; border-color: var(--accent); box-shadow: var(--shadow-sm); }
.btn--fill:hover { background: var(--accent-ink); border-color: var(--accent-ink); box-shadow: var(--shadow-md); }

.btn--outline { border-color: var(--line-strong); color: var(--ink); }
.btn--outline:hover { border-color: var(--ink); background: var(--ink); color: var(--cream); }

.btn--ghost   { border-color: rgba(255, 255, 255, .55); color: #fff; }
.btn--ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }

.btn--sm { --btn-pad-y: .6em; --btn-pad-x: 1.3em; font-size: var(--text-xs); }
.btn--lg { --btn-pad-y: 1em;  --btn-pad-x: 2.2em; }

/* Link con subrayado animado */
.link-underline { position: relative; font-weight: 600; letter-spacing: .02em; color: var(--accent-ink); padding-bottom: 2px; }
.link-underline::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1.5px;
  background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease);
}
.link-underline:hover::after { transform: scaleX(1); transform-origin: left; }


/* ==========================================================================
   7. HEADER + NAVEGACIÓN + MENÚ MOBILE
   ========================================================================== */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background-color .4s var(--ease), box-shadow .4s var(--ease), backdrop-filter .4s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(242, 238, 226, .9);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  backdrop-filter: saturate(140%) blur(12px);
  box-shadow: 0 1px 0 var(--line);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); }
.brand__logo { width: 88px; height: 88px; object-fit: contain; transition: transform .4s var(--ease); }
.brand:hover .brand__logo { transform: scale(1.05) rotate(-2deg); }

.primary-nav { display: none; }
@media (min-width: 1000px) {
  .primary-nav { display: block; }
  .nav-list { display: flex; align-items: center; gap: var(--space-6); }
  .nav-link {
    position: relative; font-size: var(--text-sm); font-weight: 500;
    letter-spacing: .04em; color: var(--ink); padding: .4em 0;
  }
  .nav-link::after {
    content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px;
    background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease);
  }
  .nav-link:hover::after, .nav-link[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
  .nav-link[aria-current="page"] { color: var(--accent-ink); font-weight: 600; }
}
.primary-cta { display: none; }
@media (min-width: 1000px) { .primary-cta { display: flex; align-items: center; gap: var(--space-2); } }
/* "Order Online" (Toast) en el header: se muestra desde 1140px para no apretar */
.primary-cta .btn--order { display: none; }
@media (min-width: 1140px) { .primary-cta .btn--order { display: inline-flex; } }

.hamburger { display: inline-flex; flex-direction: column; gap: 5px; padding: 10px; }
@media (min-width: 1000px) { .hamburger { display: none; } }
.hamburger__bar { width: 26px; height: 2px; background: var(--ink); transition: transform .3s var(--ease), opacity .3s var(--ease); }

.mobile-menu {
  width: min(420px, 100%); max-width: 100%; height: 100dvh; margin: 0 0 0 auto;
  padding: var(--space-6); border: none; background: var(--cream); color: var(--ink); overflow-y: auto;
}
.mobile-menu::backdrop { background: rgba(20, 20, 20, .5); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.mobile-menu[open] { display: flex; flex-direction: column; animation: slideIn .4s var(--ease); }
@keyframes slideIn { from { transform: translateX(30px); opacity: 0; } to { transform: none; opacity: 1; } }
.mobile-menu__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--space-10); }
.mobile-menu__logo { width: 76px; height: 76px; object-fit: contain; }
.mobile-menu__close { padding: 8px; color: var(--ink); }
.mobile-menu__list { display: flex; flex-direction: column; gap: var(--space-1); }
.mobile-menu__link {
  display: block; font-family: var(--font-sans); font-weight: 800; font-size: var(--text-2xl);
  letter-spacing: -.01em; color: var(--ink); padding: var(--space-2) 0;
  transition: color .3s var(--ease), padding-left .3s var(--ease);
}
.mobile-menu__link:hover { color: var(--accent); padding-left: var(--space-2); }
.mobile-menu__cta { margin-top: auto; padding-top: var(--space-10); }
.mobile-menu__reserve { width: 100%; }

/* Header SOBRE un hero oscuro (arriba de todo, sin scroll): logo + links + burger
   en claro para que se distingan. Al hacer scroll el header gana fondo crema y
   todo vuelve a color oscuro. */
.site-header:not(.is-scrolled) .brand__logo { filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0, 0, 0, .55)); }
.site-header:not(.is-scrolled) .hamburger__bar { background: #fff; }
@media (min-width: 1000px) {
  .site-header:not(.is-scrolled) .nav-link { color: #fff; text-shadow: 0 1px 12px rgba(0, 0, 0, .55); }
  .site-header:not(.is-scrolled) .nav-link[aria-current="page"] { color: var(--lime); }
}
/* Botón "Order Online" (outline) legible sobre hero oscuro */
.site-header:not(.is-scrolled) .btn--order { border-color: rgba(255, 255, 255, .55); color: #fff; }
.site-header:not(.is-scrolled) .btn--order:hover { background: #fff; color: var(--ink); border-color: #fff; }


/* ==========================================================================
   8. FOOTER
   ========================================================================== */
.site-footer { background: var(--black); color: rgba(255, 255, 255, .74); padding-block: var(--space-24) var(--space-10); }
.site-footer h2, .site-footer h3 { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-12); }
@media (min-width: 640px)  { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1.2fr 1fr; } }
.footer-logo { width: 96px; height: 96px; object-fit: contain; margin-bottom: var(--space-4); filter: brightness(0) invert(1); }
.footer-tagline { font-family: var(--font-sans); font-weight: 600; font-size: var(--text-base); letter-spacing: .12em; text-transform: uppercase; color: #fff; }
.footer-slogan { font-family: var(--font-script); font-size: var(--text-xl); color: var(--lime); margin-top: var(--space-1); }
.footer-col__title { font-size: var(--text-base); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: var(--space-4); }
.footer-col ul { display: flex; flex-direction: column; gap: var(--space-2); }
.footer-col a, .footer-contact-link { color: rgba(255, 255, 255, .7); font-weight: 300; transition: color .25s var(--ease); }
.footer-col a:hover, .footer-contact-link:hover { color: var(--lime); }
.footer-address { font-style: normal; display: flex; flex-direction: column; gap: 2px; margin-bottom: var(--space-6); font-weight: 300; }
.footer-hours__title { font-size: var(--text-sm); letter-spacing: .1em; text-transform: uppercase; margin-bottom: var(--space-2); color: rgba(255, 255, 255, .9); }
.footer-hours li { display: flex; justify-content: space-between; gap: var(--space-4); padding: 3px 0; font-size: var(--text-sm); font-weight: 300; }
.footer-hours__day { color: rgba(255, 255, 255, .55); }
.footer-order { margin-top: var(--space-6); }
.footer-legal {
  display: flex; flex-wrap: wrap; gap: var(--space-4); justify-content: space-between; align-items: center;
  margin-top: var(--space-20); padding-top: var(--space-6); border-top: 1px solid var(--line-light);
  font-size: var(--text-xs); color: rgba(255, 255, 255, .5);
}
.footer-legal nav ul { display: flex; gap: var(--space-6); }


/* ==========================================================================
   9. CORTINA DE TRANSICIÓN ENTRE PÁGINAS
   ========================================================================== */
#curtain-transition {
  position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  background: var(--black); display: grid; place-items: center;
  transform: scaleY(0); transform-origin: bottom; transition: transform .5s var(--ease-inout);
}
#curtain-transition.is-active { transform: scaleY(1); transform-origin: top; pointer-events: all; }
.curtain-wordmark { font-family: var(--font-sans); font-weight: 800; font-size: var(--text-2xl); letter-spacing: .28em; color: var(--cream); opacity: 0; transition: opacity .3s var(--ease); }
.curtain-wordmark em { color: var(--lime); font-style: normal; }
#curtain-transition.is-active .curtain-wordmark { opacity: 1; }


/* ==========================================================================
   10. ANIMACIONES DE APARICIÓN (reveal)
   ========================================================================== */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal-stagger] > * { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal-stagger].is-visible > * { opacity: 1; transform: none; }
[data-reveal-stagger].is-visible > *:nth-child(1) { transition-delay: .05s; }
[data-reveal-stagger].is-visible > *:nth-child(2) { transition-delay: .12s; }
[data-reveal-stagger].is-visible > *:nth-child(3) { transition-delay: .19s; }
[data-reveal-stagger].is-visible > *:nth-child(4) { transition-delay: .26s; }
[data-reveal-stagger].is-visible > *:nth-child(5) { transition-delay: .33s; }
[data-reveal-stagger].is-visible > *:nth-child(6) { transition-delay: .40s; }


/* ==========================================================================
   11. HERO
   ========================================================================== */
.hero {
  position: relative; min-height: 100svh; display: grid; place-items: center;
  text-align: center; overflow: hidden; color: #fff;
  padding-block: calc(var(--header-h) + var(--space-16)) var(--space-20);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 22s ease-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1.02); } to { transform: scale(1.12); } }
.hero__bg::after { /* velo más marcado para legibilidad del texto */
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,20,20,.55) 0%, rgba(20,20,20,.35) 42%, rgba(20,20,20,.78) 100%);
}
.hero__content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
/* Entrada del hero al cargar la página (escalonada) */
.hero__content > * { animation: heroIn .9s var(--ease) both; }
.hero__kicker { animation-delay: .1s; }
.hero__title { animation-delay: .2s; }
.hero__subtitle { animation-delay: .35s; }
.hero__description { animation-delay: .5s; }
.hero__actions { animation-delay: .65s; }
@keyframes heroIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.hero__kicker { font-family: var(--font-sans); font-size: var(--text-sm); font-weight: 500; letter-spacing: .3em; text-transform: uppercase; color: rgba(255,255,255,.9); margin-bottom: var(--space-6); }
.hero__title { font-size: var(--text-hero); font-weight: 900; letter-spacing: -.03em; color: #fff; margin-bottom: var(--space-3); text-shadow: 0 2px 40px rgba(0,0,0,.35); }
.hero__subtitle { font-family: var(--font-script); font-size: clamp(1.6rem, 1rem + 2.5vw, 2.6rem); color: var(--lime); margin-bottom: var(--space-6); line-height: 1.1; }
.hero__description { max-width: 46ch; font-size: var(--text-lg); font-weight: 300; color: rgba(255,255,255,.94); margin-bottom: var(--space-10); }
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--space-4); justify-content: center; }
.hero__scroll { position: absolute; bottom: var(--space-8); left: 50%; transform: translateX(-50%); z-index: 1; color: rgba(255,255,255,.85); font-size: var(--text-xs); letter-spacing: .2em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: var(--space-2); }
.hero__scroll::after { content: ""; width: 1px; height: 40px; background: rgba(255,255,255,.7); animation: scrollpulse 2s var(--ease-inout) infinite; }
@keyframes scrollpulse { 0%,100% { opacity: .3; transform: scaleY(.6); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); transform-origin: top; } }


/* ==========================================================================
   12. HOME — SECCIONES
   ========================================================================== */
/* --- "Acts": morning / midday / night ---------------------------------- */
.act { padding-block: clamp(var(--space-10), 5vw, var(--space-16)); }
.act__inner { display: grid; gap: var(--space-8); align-items: center; }
@media (min-width: 900px) {
  .act__inner { grid-template-columns: 1fr 1fr; gap: var(--space-16); }
  .act__inner--reverse .act__media { order: 2; }
}
.act__media { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.act__image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 1.2s var(--ease); }
.act__media:hover .act__image { transform: scale(1.04); }
.act__kicker { display: block; font-family: var(--font-script); font-size: var(--text-2xl); color: var(--accent); margin-bottom: var(--space-2); line-height: 1; }
.act__title { font-size: var(--text-3xl); margin-bottom: var(--space-4); }
.act__description { font-size: var(--text-lg); font-weight: 300; color: var(--ink-soft); max-width: 46ch; }

/* --- Menú destacado ---------------------------------------------------- */
.menu-hl { background: var(--cream-deep); }
.menu-hl__header { text-align: center; margin-bottom: var(--space-12); }
.menu-hl__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-4); }
@media (min-width: 720px) { .menu-hl__grid { grid-template-columns: repeat(4, 1fr); gap: var(--space-6); } }
.menu-card { background: var(--white); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.menu-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.menu-card__img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.menu-card__body { padding: var(--space-4); }
.menu-card__tag { font-size: var(--text-xs); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-ink); }
.menu-card__name { font-size: var(--text-lg); font-weight: 800; letter-spacing: -.01em; margin-top: var(--space-1); }
.menu-hl__cta { text-align: center; margin-top: var(--space-12); }

/* --- Teaser "Our Story" ------------------------------------------------ */
.about-teaser__inner { display: grid; gap: var(--space-10); align-items: center; }
@media (min-width: 900px) { .about-teaser__inner { grid-template-columns: 1fr 1fr; gap: var(--space-16); } }
.about-teaser__copy { font-size: var(--text-lg); font-weight: 300; color: var(--ink-soft); margin-block: var(--space-4) var(--space-8); }
.about-teaser__image { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }

/* --- Pull-quote -------------------------------------------------------- */
.pullquote { background: var(--black); color: var(--cream); text-align: center; padding-block: clamp(var(--space-16), 8vw, var(--space-24)); }
.pullquote__text { font-family: var(--font-sans); font-weight: 900; font-size: var(--text-4xl); line-height: 1.05; letter-spacing: -.02em; max-width: 18ch; margin-inline: auto; }
.pullquote__text em { font-style: normal; color: var(--lime); }

/* --- Marquee (banda de texto en movimiento) ---------------------------- */
.marquee { background: var(--black); color: var(--cream); padding-block: var(--space-4); overflow: hidden; }
.marquee__track { display: flex; width: max-content; animation: marquee 32s linear infinite; will-change: transform; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: inline-flex; align-items: center; gap: var(--space-8); padding-right: var(--space-8); font-family: var(--font-sans); font-weight: 900; font-size: var(--text-xl); letter-spacing: .03em; text-transform: uppercase; white-space: nowrap; }
.marquee__item::after { content: "✺"; color: var(--lime); font-size: .8em; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* --- El barrio --------------------------------------------------------- */
.neighborhood__header { text-align: center; max-width: 640px; margin: 0 auto var(--space-12); }
.neighborhood__copy { font-size: var(--text-lg); font-weight: 300; color: var(--ink-soft); margin-top: var(--space-4); }
.neighborhood__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-3); }
@media (min-width: 720px)  { .neighborhood__grid { grid-template-columns: repeat(3, 1fr); gap: var(--space-4); } }
@media (min-width: 1000px) { .neighborhood__grid { grid-template-columns: repeat(6, 1fr); } }
.neighborhood__figure { position: relative; overflow: hidden; border-radius: var(--radius-md); }
.neighborhood__image { width: 100%; aspect-ratio: 3/4; object-fit: cover; transition: transform .8s var(--ease); }
.neighborhood__figure:hover .neighborhood__image { transform: scale(1.08); }
.neighborhood__caption { position: absolute; inset: auto 0 0 0; padding: var(--space-6) var(--space-3) var(--space-3); font-size: var(--text-xs); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #fff; background: linear-gradient(transparent, rgba(20,20,20,.88)); opacity: 0; transform: translateY(8px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.neighborhood__figure:hover .neighborhood__caption { opacity: 1; transform: none; }
.neighborhood__cta { text-align: center; margin-top: var(--space-12); }

/* --- Ubicación --------------------------------------------------------- */
.location__inner { display: grid; gap: var(--space-10); align-items: center; }
@media (min-width: 900px) { .location__inner { grid-template-columns: 1fr 1.1fr; gap: var(--space-16); } }
.location__address { font-style: normal; display: flex; flex-direction: column; gap: 2px; font-size: var(--text-lg); font-weight: 300; margin-block: var(--space-6); }
.location__hours { margin-bottom: var(--space-6); }
.location__hours-title { font-size: var(--text-sm); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-ink); margin-bottom: var(--space-2); }
.location__hours-list li { display: flex; justify-content: space-between; max-width: 320px; padding: 3px 0; border-bottom: 1px dashed var(--line); }
.location__hours-note { font-size: var(--text-sm); color: var(--ink-faint); margin-top: var(--space-3); }
.location__phone { display: inline-block; font-family: var(--font-sans); font-weight: 800; font-size: var(--text-xl); color: var(--accent-ink); margin-bottom: var(--space-6); }
.location__image { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }

/* Google Maps embed */
.gmap { width: 100%; border: 0; display: block; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.location__map .gmap { aspect-ratio: 4/3; }
.gmap-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.gmap--wide { aspect-ratio: 21 / 9; min-height: 300px; border-radius: 0; box-shadow: none; }
@media (max-width: 700px) { .gmap--wide { aspect-ratio: 4 / 3; } }

/* --- Instagram --------------------------------------------------------- */
.instagram-teaser__header { text-align: center; margin-bottom: var(--space-10); }
.instagram-teaser__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-2); }
@media (min-width: 720px) { .instagram-teaser__grid { grid-template-columns: repeat(6, 1fr); gap: var(--space-3); } }
.ig-square { position: relative; overflow: hidden; border-radius: var(--radius-sm); aspect-ratio: 1; }
.ig-square__img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.ig-square::after { content: ""; position: absolute; inset: 0; background: var(--accent); opacity: 0; mix-blend-mode: multiply; transition: opacity .4s var(--ease); }
.ig-square:hover .ig-square__img { transform: scale(1.1); }
.ig-square:hover::after { opacity: .22; }
.instagram-teaser__cta { text-align: center; margin-top: var(--space-10); }


/* ==========================================================================
   13. PÁGINA MENÚ
   ========================================================================== */
.page-hero { position: relative; padding-block: calc(var(--header-h) + var(--space-16)) var(--space-16); text-align: center; background: var(--black); color: #fff; overflow: hidden; }
.page-hero__kicker { font-family: var(--font-sans); font-size: var(--text-sm); font-weight: 500; letter-spacing: .3em; text-transform: uppercase; color: var(--lime); margin-bottom: var(--space-4); }
.page-hero__title { font-size: var(--text-4xl); font-weight: 900; letter-spacing: -.02em; color: #fff; }
.page-hero__subtitle { font-family: var(--font-sans); font-weight: 400; font-size: var(--text-lg); line-height: 1.5; color: rgba(255,255,255,.9); margin-top: var(--space-4); max-width: 54ch; margin-inline: auto; }

.menu-nav { position: sticky; top: var(--header-h); z-index: 40; background: rgba(242,238,226,.94); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.menu-nav__list { display: flex; gap: var(--space-2); overflow-x: auto; padding: var(--space-3) var(--space-6); scrollbar-width: thin; }
.menu-nav__link { flex: none; font-size: var(--text-sm); font-weight: 500; letter-spacing: .03em; padding: .45em .95em; border-radius: var(--radius-pill); color: var(--ink-soft); white-space: nowrap; transition: background-color .3s var(--ease), color .3s var(--ease); }
.menu-nav__link:hover, .menu-nav__link.is-active { background: var(--accent); color: #fff; }

/* Aviso de alérgenos (reemplaza los códigos de dieta) */
.menu-allergy { max-width: 860px; margin: var(--space-12) auto 0; padding: var(--space-4) var(--space-6); border-left: 3px solid var(--accent); background: var(--accent-soft); border-radius: var(--radius-sm); font-size: var(--text-sm); line-height: 1.6; color: var(--ink-soft); }
.menu-allergy strong { color: var(--ink); letter-spacing: .02em; }

.menu-section { padding-block: var(--space-12); border-bottom: 1px solid var(--line); scroll-margin-top: calc(var(--header-h) + 60px); }
.menu-section:last-of-type { border-bottom: none; }

/* MENÚ POR PESTAÑAS: con JS activo se muestra una categoría por vez (menos scroll).
   Sin JS, se ven todas las secciones (una debajo de otra) — degradación elegante. */
body.menu-tabs [data-menu-section] { display: none; border-bottom: none; }
body.menu-tabs [data-menu-section].is-active { display: block; }
.menu-section__head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: var(--space-2); margin-bottom: var(--space-10); }
.menu-section__title { font-size: var(--text-3xl); }
.menu-section__note { font-family: var(--font-sans); font-size: var(--text-xs); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-faint); }

.menu-subhead { display: flex; align-items: center; gap: var(--space-4); margin-block: var(--space-10) var(--space-6); font-size: var(--text-sm); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ink); }
.menu-subhead::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.menu-subhead--fav { color: var(--accent-ink); }
/* ago 2026: favoritos marcados por PLATO (estrellita) + leyenda, a pedido del cliente */
.mi__fav { color: var(--accent-ink); margin-right: .35em; font-size: .85em; }
.menu-favlegend { margin: var(--space-6) 0 0; font-size: var(--text-sm); font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--accent-ink); }
.menu-subhead:first-child { margin-top: 0; }

.menu-items { display: grid; gap: var(--space-6) var(--space-16); }
@media (min-width: 800px) { .menu-items { grid-template-columns: 1fr 1fr; } }
.menu-items--single { max-width: 760px; }
@media (min-width: 800px) { .menu-items--single { grid-template-columns: 1fr; } }

.mi { display: grid; grid-template-columns: 1fr auto; gap: 0 var(--space-4); align-items: baseline; }
.mi__name { font-family: var(--font-sans); font-size: var(--text-lg); font-weight: 700; letter-spacing: -.01em; color: var(--ink); }
.mi__diet { font-family: var(--font-sans); font-size: .62em; font-weight: 700; letter-spacing: .08em; color: var(--accent-ink); vertical-align: middle; margin-left: .4em; }
.mi__price { font-family: var(--font-sans); font-size: var(--text-lg); font-weight: 700; color: var(--accent-ink); white-space: nowrap; }
.mi__price .mi__price-2 { color: var(--ink-faint); font-weight: 400; }
.mi__desc { grid-column: 1 / -1; font-size: var(--text-sm); font-weight: 300; color: var(--ink-soft); margin-top: 3px; max-width: 54ch; }
.mi__region { font-family: var(--font-sans); font-weight: 400; font-style: italic; color: var(--ink-faint); font-size: .8em; margin-left: .5em; }

/* Cards con foto (usadas si una sección trae imágenes por ítem) */
.menu-cards { display: grid; grid-template-columns: 1fr; gap: var(--space-6); }
@media (min-width: 720px) { .menu-cards { grid-template-columns: repeat(3, 1fr); } }
.menu-photo-card { background: var(--white); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); text-align: center; }
.menu-photo-card__img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.menu-photo-card__body { padding: var(--space-6); }
.menu-photo-card__name { font-size: var(--text-lg); font-weight: 800; }
.menu-photo-card__desc { font-size: var(--text-sm); font-weight: 300; color: var(--ink-soft); margin-block: var(--space-2); }
.menu-photo-card__price { font-family: var(--font-sans); font-size: var(--text-lg); font-weight: 700; color: var(--accent-ink); }

.menu-note-box { display: flex; gap: var(--space-4); align-items: center; padding: var(--space-4) var(--space-6); margin-top: var(--space-10); background: var(--accent-soft); border-left: 3px solid var(--accent); border-radius: var(--radius-sm); font-size: var(--text-sm); color: var(--ink-soft); }
.menu-cta { text-align: center; padding-block: var(--space-16); }


/* ==========================================================================
   14. PÁGINA RESERVATIONS
   ========================================================================== */
.reservations__grid { display: grid; gap: var(--space-16); align-items: start; }
@media (min-width: 900px) { .reservations__grid { grid-template-columns: 1.3fr 1fr; } }

.ot-widget { width: 100%; margin-inline: auto; }
/* NUNCA recortar el iframe de OpenTable (si no, se corta el calendario).
   overflow visible = el desplegable de fecha se ve completo. */
.ot-widget__host { position: relative; width: 100%; overflow: visible; border-radius: var(--radius-md); }
/* Home: barra HORIZONTAL (tema "wide") */
.ot-widget__host[data-ot-theme="wide"] { min-height: 90px; }
/* Reservations: tarjeta vertical autocontenida (tema "tall") */
.ot-widget__host[data-ot-theme="tall"] { min-height: 490px; }
.ot-widget__host:not(.ot-loaded)::before {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius-md);
  background: linear-gradient(100deg, var(--cream-deep) 40%, var(--white) 50%, var(--cream-deep) 60%);
  background-size: 200% 100%; animation: shimmer 1.4s ease-in-out infinite;
}
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.ot-widget__host iframe { position: relative; z-index: 1; max-width: 100%; }

.reserve-alt { background: var(--white); border-radius: var(--radius-lg); padding: var(--space-8); box-shadow: var(--shadow-sm); }
.reserve-alt__title { font-size: var(--text-2xl); margin-bottom: var(--space-6); }
.contact-methods { display: grid; gap: var(--space-4); }
.contact-method { display: flex; align-items: center; gap: var(--space-4); padding: var(--space-4); border: 1px solid var(--line); border-radius: var(--radius-md); transition: border-color .3s var(--ease), transform .3s var(--ease); background: var(--white); }
.contact-method:hover { border-color: var(--accent); transform: translateY(-2px); }
.contact-method__icon { flex: none; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--accent-soft); color: var(--accent-ink); }
.contact-method__label { font-size: var(--text-xs); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); }
.contact-method__value { font-family: var(--font-sans); font-weight: 700; font-size: var(--text-base); color: var(--ink); }

.visit-card { background: var(--black); color: rgba(255,255,255,.82); border-radius: var(--radius-lg); padding: var(--space-8); }
.visit-card h2, .visit-card h3 { color: #fff; }
.visit-card__address { font-style: normal; font-size: var(--text-lg); font-weight: 300; display: flex; flex-direction: column; gap: 2px; margin-bottom: var(--space-6); }
.visit-card__hours li { display: flex; justify-content: space-between; padding: 3px 0; border-bottom: 1px solid var(--line-light); }
.visit-card__note { font-size: var(--text-sm); color: rgba(255,255,255,.6); margin-top: var(--space-3); }


/* ==========================================================================
   15. PÁGINA PRIVATE EVENTS
   ========================================================================== */
.spaces__grid { display: grid; gap: var(--space-8); }
@media (min-width: 900px) { .spaces__grid { grid-template-columns: repeat(3, 1fr); } }
.space-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.space-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.space-card__img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.space-card__body { padding: var(--space-6); display: flex; flex-direction: column; flex: 1; }
.space-card__tag { font-size: var(--text-xs); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-ink); }
.space-card__title { font-size: var(--text-2xl); margin-block: var(--space-1) var(--space-3); }
.space-card__desc { font-size: var(--text-sm); font-weight: 300; color: var(--ink-soft); }
.space-card__list { margin-top: var(--space-4); display: flex; flex-direction: column; gap: var(--space-1); }
.space-card__list li { font-size: var(--text-sm); color: var(--ink-soft); padding-left: var(--space-4); position: relative; }
.space-card__list li::before { content: "—"; position: absolute; left: 0; color: var(--accent); }

.amenities__grid { display: grid; gap: var(--space-6); grid-template-columns: 1fr; }
@media (min-width: 640px)  { .amenities__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .amenities__grid { grid-template-columns: repeat(3, 1fr); } }
.amenity { padding: var(--space-6); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.amenity__title { font-size: var(--text-lg); font-weight: 800; margin-bottom: var(--space-2); }
.amenity__desc { font-size: var(--text-sm); font-weight: 300; color: var(--ink-soft); }


/* ==========================================================================
   16. PÁGINA OUR STORY
   ========================================================================== */
.story-block { padding-block: clamp(var(--space-16), 8vw, var(--space-24)); }
.story-block__inner { display: grid; gap: var(--space-10); align-items: center; }
@media (min-width: 900px) {
  .story-block__inner { grid-template-columns: 1fr 1fr; gap: var(--space-16); }
  .story-block--reverse .story-block__media { order: 2; }
}
.story-block__image { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.story-block__title { font-size: var(--text-3xl); margin-block: var(--space-2) var(--space-4); }
.story-block__copy { font-size: var(--text-lg); font-weight: 300; color: var(--ink-soft); }
.story-block__copy + .story-block__copy { margin-top: var(--space-4); }


/* ==========================================================================
   17. PÁGINA GALLERY
   ========================================================================== */
.gallery-grid { columns: 2; column-gap: var(--space-4); }
@media (min-width: 720px)  { .gallery-grid { columns: 3; } }
@media (min-width: 1100px) { .gallery-grid { columns: 4; } }
.gallery-item { break-inside: avoid; margin-bottom: var(--space-4); border-radius: var(--radius-md); overflow: hidden; cursor: zoom-in; }
.gallery-item img { width: 100%; transition: transform .6s var(--ease); }
.gallery-item:hover img { transform: scale(1.05); }

.lightbox { position: fixed; inset: 0; z-index: 9998; display: none; place-items: center; background: rgba(20,20,20,.95); padding: var(--space-6); }
.lightbox.is-open { display: grid; }
.lightbox__img { max-width: 92vw; max-height: 88vh; border-radius: var(--radius-sm); box-shadow: var(--shadow-lg); }
.lightbox__close { position: absolute; top: var(--space-6); right: var(--space-6); color: #fff; padding: var(--space-2); font-size: 2rem; line-height: 1; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); color: #fff; font-size: 2.5rem; padding: var(--space-4); opacity: .7; transition: opacity .3s var(--ease); }
.lightbox__nav:hover { opacity: 1; }
.lightbox__nav--prev { left: var(--space-2); }
.lightbox__nav--next { right: var(--space-2); }


/* ==========================================================================
   18. PÁGINA CONTACT
   ========================================================================== */
.contact__grid { display: grid; gap: var(--space-16); align-items: start; }
@media (min-width: 900px) { .contact__grid { grid-template-columns: 1fr 1.2fr; } }
.contact-info__block { margin-bottom: var(--space-8); }
.contact-info__label { font-size: var(--text-sm); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-ink); margin-bottom: var(--space-2); }


/* ==========================================================================
   19. FORMULARIOS
   ========================================================================== */
.form { background: var(--white); border-radius: var(--radius-lg); padding: clamp(var(--space-6), 4vw, var(--space-10)); box-shadow: var(--shadow-sm); }
.form__grid { display: grid; gap: var(--space-4); }
@media (min-width: 620px) { .form__grid--2 { grid-template-columns: 1fr 1fr; } }
.field { display: flex; flex-direction: column; gap: var(--space-2); }
.field--full { grid-column: 1 / -1; }
.field__label { font-size: var(--text-sm); font-weight: 600; color: var(--ink); }
.field__label .req { color: var(--accent); }
.field__input, .field__select, .field__textarea {
  width: 100%; padding: .8em 1em; background: var(--cream); color: var(--ink);
  border: 1.5px solid var(--line); border-radius: var(--radius-md);
  transition: border-color .25s var(--ease), background-color .25s var(--ease);
}
.field__input:focus, .field__select:focus, .field__textarea:focus { border-color: var(--accent); background: #fff; outline: none; }
.field__textarea { resize: vertical; min-height: 130px; }
.field__select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%234c708b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1em center; padding-right: 2.6em; }
.field__hint { font-size: var(--text-xs); color: var(--ink-faint); }

/* Honeypot anti-spam (campo oculto). Si viene lleno = bot. NO borrar. */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form__turnstile { margin-block: var(--space-2); min-height: 65px; }
.form__submit { margin-top: var(--space-2); }
.form__status { margin-top: var(--space-4); padding: var(--space-4); border-radius: var(--radius-md); font-size: var(--text-sm); display: none; }
.form__status.is-visible { display: block; }
.form__status--success { background: rgba(76,112,139,.12); color: var(--accent-ink); border: 1px solid var(--accent); }
.form__status--error { background: rgba(200,80,80,.1); color: #a33; border: 1px solid #d99; }


/* ==========================================================================
   20. PÁGINAS LEGALES
   ========================================================================== */
.legal { padding-block: var(--space-16); }
.legal__content { max-width: var(--container-narrow); margin-inline: auto; }
.legal__content h2 { font-size: var(--text-2xl); margin-block: var(--space-10) var(--space-4); }
.legal__content h3 { font-size: var(--text-lg); font-weight: 700; margin-block: var(--space-6) var(--space-2); }
.legal__content p, .legal__content li { color: var(--ink-soft); font-weight: 300; }
.legal__content ul { list-style: disc; padding-left: var(--space-6); display: flex; flex-direction: column; gap: var(--space-2); margin-block: var(--space-4); }
.legal__content a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 3px; }
.legal__updated { font-size: var(--text-sm); color: var(--ink-faint); margin-bottom: var(--space-8); }


/* ==========================================================================
   21. UTILIDADES Y ACCESIBILIDAD
   ========================================================================== */
.skip-to-main { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--ink); color: var(--cream); padding: var(--space-3) var(--space-6); border-radius: 0 0 var(--radius-md) 0; }
.skip-to-main:focus { left: 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; }
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  [data-reveal], [data-reveal-stagger] > * { opacity: 1 !important; transform: none !important; }
}


/* ==========================================================================
   AJUSTES RONDA 4 (ago 2026) — firma Popcorn, Order Online, fixes mobile
   ========================================================================== */

/* Firma "Hecho con amor por Popcorn" — linea propia centrada al pie */
.footer-credit { margin-left: .25rem; }
.footer-credit a { color: rgba(255, 255, 255, .85); text-decoration: underline; }
.footer-credit a:hover { color: #fff; }

/* Order Online: que se lea claramente como boton */
.mobile-menu__cta .btn--outline { background: var(--ink); color: var(--cream); border-color: var(--ink); }  /* menu mobile (fondo crema) */
.footer-order .btn { background: var(--accent); color: #fff; border-color: var(--accent); }                 /* footer (fondo oscuro) */
.footer-order .btn:hover { background: var(--accent-ink); border-color: var(--accent-ink); }

/* Mobile: ocultar el indicador "Scroll" para que no se pise con los botones del hero */
@media (max-width: 768px) { .hero__scroll { display: none; } }

/* Cortina de transicion: wordmark siempre centrado (y mas chico en mobile) */
.curtain-wordmark { text-align: center; }
@media (max-width: 600px) {
  .curtain-wordmark { font-size: var(--text-lg); letter-spacing: .16em; max-width: 90vw; padding: 0 var(--space-6); }
}
