/* =====================================================================
   El Cocol Food Truck — styles
   Authored mobile-first. Dark "carbón" base, flag + salsa-magenta accents.
   ===================================================================== */

:root {
  --bone: #f5f1e8;
  --magenta: #ed1c92;
  --magenta-deep: #a01166;
  --pink: #ff57b5;
  --pink-soft: #ff7bc4;
  --green: #2e9e43;
  --green-deep: #279b47;
  --green-bright: #3fbf5b;
  --maize: #f4c430;
  --ember: #f2911e;
  --ink: #0b0907;
  --card-top: #1b1016;
  --card-bottom: #120a10;

  --line: rgba(245, 241, 232, 0.08);
  --line-soft: rgba(245, 241, 232, 0.07);
  --line-med: rgba(245, 241, 232, 0.1);

  --font-display: "Anton", "Arial Narrow", sans-serif;
  --font-brush: "Permanent Marker", "Comic Sans MS", cursive;
  --font-label: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Barlow", system-ui, -apple-system, "Segoe UI", sans-serif;

  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

  --shell: 1180px;
  --header-offset: 92px;
}

/* ---------- reset / base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  font-family: var(--font-body);
  color: var(--bone);
  background: radial-gradient(120% 80% at 50% -8%, #1a0a16 0%, #100610 46%, #07050a 100%) fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

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

picture { display: contents; }

a { color: inherit; }

button { font: inherit; }

::selection {
  background: var(--magenta);
  color: var(--bone);
}

:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 3px;
  border-radius: 4px;
}

section[id],
[id="home"] { scroll-margin-top: var(--header-offset); }

.container {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 10px 16px;
  background: var(--magenta);
  color: #fff;
  font-family: var(--font-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 0 0 10px 0;
}
.skip-link: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;
}

#top-sentinel {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

/* ---------- typography helpers ---------- */
.h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(34px, 5.2vw, 62px);
  line-height: 0.95;
  text-transform: uppercase;
}
.h2--xl { font-size: clamp(40px, 6vw, 72px); line-height: 0.9; }
.h2--xxl { font-size: clamp(44px, 7vw, 84px); line-height: 0.9; }

.h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 23px;
  line-height: 1;
  text-transform: uppercase;
}

.script {
  margin: 0;
  font-family: var(--font-brush);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  color: var(--magenta);
  transform: rotate(-2deg);
}
.script--magenta { color: var(--magenta); }
.script--green { color: var(--green); }

.prose {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.66;
  color: rgba(245, 241, 232, 0.72);
}
.prose:last-child { margin-bottom: 0; }
.prose--sm {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(245, 241, 232, 0.74);
}

.section-head {
  text-align: center;
  margin-bottom: 42px;
}
.section-head .script { margin-bottom: 6px; }
.section-head__note {
  margin: 14px 0 0;
  font-family: var(--font-label);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 13px;
  color: rgba(245, 241, 232, 0.62);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 19px;
  text-decoration: none;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.2s ease, color 0.2s ease;
}
.btn--primary {
  color: #fff;
  background: var(--magenta);
  padding: 16px 34px;
  box-shadow: 0 6px 0 var(--magenta-deep), 0 10px 30px rgba(237, 28, 146, 0.4);
}
.btn--primary:active { transform: translateY(4px); box-shadow: 0 2px 0 var(--magenta-deep); }
.btn--ghost {
  color: var(--pink);
  background: rgba(237, 28, 146, 0.08);
  border: 2px solid var(--magenta);
  padding: 14px 28px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.btn--ghost:active { transform: scale(0.97); }

@media (hover: hover) {
  .btn--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 0 var(--magenta-deep), 0 14px 34px rgba(237, 28, 146, 0.5); }
  .btn--ghost:hover { background: var(--magenta); color: #fff; }
}

/* ---------- flag accent bars ---------- */
.flag-bar {
  height: 6px;
  background: linear-gradient(90deg, var(--green) 0 33.33%, var(--bone) 33.33% 66.66%, var(--magenta) 66.66% 100%);
}
.flag-bar--top {
  position: absolute;
  inset: 0 0 auto 0;
}
.flag-bar--hero {
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--green), var(--magenta) 45%, var(--pink) 55%, var(--maize));
}

/* ---------- badges & tags ---------- */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #fff;
  padding: 5px 12px;
  border-radius: 100px;
}
.badge--magenta { background: var(--magenta); box-shadow: 0 2px 12px rgba(237, 28, 146, 0.5); }
.badge--green { background: var(--green); }

.tag {
  font-family: var(--font-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 15px;
}
.tag--green { color: var(--green-bright); }
.tag--bone { color: var(--bone); }
.tag--magenta { color: var(--magenta); }
.tag-sep { color: rgba(245, 241, 232, 0.3); }

.pill-note {
  font-family: var(--font-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  color: var(--pink);
  border: 1.5px solid rgba(237, 28, 146, 0.5);
  padding: 3px 10px;
  border-radius: 100px;
  white-space: nowrap;
}

.price {
  font-family: var(--font-label);
  font-weight: 700;
  font-size: 22px;
  color: var(--magenta);
  white-space: nowrap;
}

/* ---------- scroll reveal (only active when JS is on) ---------- */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* =====================================================================
   HEADER
   ===================================================================== */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px clamp(15px, 4vw, 22px);
  border-bottom: 1px solid transparent;
  transition: padding 0.45s var(--ease), background 0.45s var(--ease), border-color 0.45s var(--ease), backdrop-filter 0.45s var(--ease);
}
.site-header.is-compact {
  padding-top: 11px;
  padding-bottom: 11px;
  background: rgba(11, 9, 7, 0.82);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--line-med);
}

.brand { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; }
.brand__logo {
  height: 44px;
  width: auto;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.5));
  transition: height 0.45s var(--ease);
}
.site-header.is-compact .brand__logo { height: 40px; }

.main-nav { display: none; }

.nav-link {
  font-family: var(--font-label);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 15px;
  color: rgba(245, 241, 232, 0.75);
  text-decoration: none;
  padding: 8px 10px;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.nav-link:hover { color: var(--bone); }

.lang-switch {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid rgba(245, 241, 232, 0.22);
  border-radius: 100px;
  overflow: hidden;
  margin-left: 6px;
}
.lang-btn {
  font-family: var(--font-label);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 13px;
  padding: 6px 13px;
  border: 0;
  background: transparent;
  color: rgba(245, 241, 232, 0.74);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.lang-btn.is-active { background: var(--bone); color: #110f0d; }

.btn-order {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 15px;
  color: #fff;
  background: var(--magenta);
  padding: 11px 22px;
  border-radius: 100px;
  text-decoration: none;
  margin-left: 8px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(237, 28, 146, 0.45);
  transition: transform 0.12s ease, box-shadow 0.2s ease;
}
.btn-order:active { transform: translateY(1px); }
@media (hover: hover) {
  .btn-order:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(237, 28, 146, 0.65); }
}

/* hamburger */
.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: 1.5px solid rgba(245, 241, 232, 0.25);
  border-radius: 12px;
  background: rgba(245, 241, 232, 0.06);
  cursor: pointer;
}
.nav-toggle__bar {
  width: 20px;
  height: 2px;
  background: var(--bone);
  border-radius: 2px;
  transition: transform 0.3s var(--ease), opacity 0.2s ease;
}
.nav-toggle.is-open .nav-toggle__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open .nav-toggle__bar:nth-child(2) { opacity: 0; }
.nav-toggle.is-open .nav-toggle__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- mobile nav overlay ---------- */
.mobile-nav[hidden] { display: none; }
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 89;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgba(7, 5, 8, 0.975);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}
.mobile-nav .flag-bar--top {
  background: linear-gradient(90deg, var(--green) 0 33.33%, var(--magenta) 33.33% 66.66%, var(--maize) 66.66% 100%);
  height: 5px;
}
.mobile-nav__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.mobile-nav__link {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--bone);
  text-decoration: none;
  padding: 9px 0;
  transition: color 0.2s ease;
}
.mobile-nav__link:hover { color: var(--magenta); }
.lang-switch--mobile { margin-top: 24px; }
.lang-switch--mobile .lang-btn { padding: 11px 20px; font-size: 14px; }
.mobile-nav__cta { margin-top: 22px; font-size: 18px; padding: 15px 38px; }

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 116px 22px 80px;
  overflow: hidden;
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  animation: ec-expose 2.1s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(6, 4, 7, 0.78) 0%, rgba(6, 4, 7, 0) 26%, rgba(6, 4, 7, 0) 64%, rgba(6, 4, 7, 0.96) 100%),
    radial-gradient(120% 95% at 50% 18%, rgba(8, 5, 9, 0.42) 0%, rgba(8, 5, 9, 0.72) 58%, rgba(6, 4, 7, 0.93) 100%);
  box-shadow: inset 0 0 220px 40px rgba(230, 23, 143, 0.18);
}
.hero__expose {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #060407;
  opacity: 0;
  pointer-events: none;
  animation: ec-cover-out 2.1s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.hero__petals {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.petal {
  position: absolute;
  top: -6%;
  border-radius: 60% 0 60% 0;
  opacity: 0;
  animation: ec-fall linear infinite;
}
.petal:nth-child(1) { left: 12%; width: 13px; height: 13px; background: var(--magenta); animation-duration: 9s; }
.petal:nth-child(2) { left: 34%; width: 9px; height: 9px; background: var(--pink); animation-duration: 11s; animation-delay: 2.5s; }
.petal:nth-child(3) { left: 62%; width: 12px; height: 12px; background: var(--magenta); animation-duration: 8.5s; animation-delay: 1.2s; }
.petal:nth-child(4) { left: 82%; width: 10px; height: 10px; background: var(--maize); animation-duration: 12s; animation-delay: 4s; }
.petal:nth-child(5) { left: 48%; width: 8px; height: 8px; background: var(--green); animation-duration: 10.5s; animation-delay: 3.3s; }

.hero__inner {
  position: relative;
  z-index: 3;
  max-width: 920px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  padding: 8px 16px;
  border: 1.5px solid rgba(237, 28, 146, 0.6);
  border-radius: 100px;
  background: rgba(237, 28, 146, 0.08);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  font-family: var(--font-label);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--pink-soft);
}
.eyebrow__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 12px var(--pink);
  flex-shrink: 0;
}
.hero__logo {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px 0;
}
.hero__logo img {
  width: min(760px, 92%);
  height: auto;
  filter: drop-shadow(0 18px 44px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 40px rgba(237, 28, 146, 0.25));
  animation: ec-logo-in 1.3s var(--ease-spring) both;
}
.hero__script {
  font-size: clamp(30px, 5vw, 56px);
  color: var(--pink);
  margin-top: 6px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.6);
}
.hero__lead {
  max-width: 560px;
  margin: 22px 0 0;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(245, 241, 232, 0.82);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}
.hero__meta {
  margin: 28px 0 0;
  font-family: var(--font-label);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 13px;
  color: rgba(245, 241, 232, 0.55);
}
.scroll-cue {
  position: absolute;
  inset: auto 0 22px 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-family: var(--font-label);
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(245, 241, 232, 0.55);
  text-decoration: none;
}
.scroll-cue__line {
  width: 1px;
  height: 26px;
  background: linear-gradient(rgba(245, 241, 232, 0.55), transparent);
}

/* =====================================================================
   STORY
   ===================================================================== */
.story {
  position: relative;
  padding: 88px 22px;
  overflow: hidden;
}
.story__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.story__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    repeating-linear-gradient(0deg, transparent 0 44px, rgba(245, 241, 232, 0.015) 44px 45px),
    linear-gradient(180deg, rgba(11, 9, 7, 0.93) 0%, rgba(13, 11, 9, 0.82) 45%, rgba(11, 9, 7, 0.95) 100%);
}
.story__grid {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.story__col { flex: 1 1 320px; }
.story .h2 { max-width: 16ch; }
.flag-brush {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 28px 0 22px;
  height: 12px;
}
.brush {
  height: 9px;
  border-radius: 100px;
  transform: scaleX(0);
  transform-origin: left;
}
.js .brush { transition: transform 0.7s var(--ease); }
.brush--green { width: 46px; background: var(--green-deep); }
.brush--bone { width: 64px; height: 11px; background: var(--bone); transition-delay: 0.12s; }
.brush--magenta { width: 46px; background: var(--magenta); transition-delay: 0.24s; }
.brush.is-painted { transform: scaleX(1); }

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.photo-card {
  position: relative;
  flex: 1 1 300px;
  max-width: 440px;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(245, 241, 232, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
}
.photo-card img { width: 100%; height: auto; }
.photo-card .flag-bar { position: absolute; inset: auto 0 0 0; }
.photo-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 13px;
}

/* =====================================================================
   PILLARS
   ===================================================================== */
.pillars {
  padding: 72px 22px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.pillars__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.pillar {
  background: linear-gradient(180deg, var(--card-top), var(--card-bottom));
  border: 1px solid rgba(245, 241, 232, 0.09);
  border-radius: 20px;
  padding: 32px 28px;
  transition: transform 0.35s var(--ease), border-color 0.35s ease;
}
.pillar .h3 { font-size: 28px; margin-bottom: 10px; }
.pillar__icon {
  position: relative;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
}
.pillar__glyph { font-size: 26px; line-height: 1; }
.pillar__glyph--tortilla {
  width: 30px;
  height: 15px;
  background: var(--maize);
  border-radius: 0 0 40px 40px;
  border-top: 3px solid var(--bone);
}
.burst {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  -webkit-mask: radial-gradient(circle, transparent 52%, #000 55%, #000 88%, transparent 92%);
  mask: radial-gradient(circle, transparent 52%, #000 55%, #000 88%, transparent 92%);
}
.burst--magenta { background: repeating-conic-gradient(from 0deg, rgba(237, 28, 146, 0.7) 0deg 1deg, transparent 1deg 9deg); }
.burst--maize { background: repeating-conic-gradient(from 0deg, rgba(244, 196, 48, 0.75) 0deg 1deg, transparent 1deg 9deg); }
.burst--green { background: repeating-conic-gradient(from 0deg, rgba(39, 155, 71, 0.7) 0deg 1deg, transparent 1deg 9deg); }

@media (hover: hover) {
  .pillar:hover { transform: translateY(-8px); }
  .pillar:nth-child(1):hover { border-color: rgba(237, 28, 146, 0.45); }
  .pillar:nth-child(2):hover { border-color: rgba(244, 196, 48, 0.5); }
  .pillar:nth-child(3):hover { border-color: rgba(39, 155, 71, 0.4); }
}

/* =====================================================================
   FAVORITES
   ===================================================================== */
.favorites { padding: 80px 22px 40px; }
.fav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr));
  gap: 24px;
}
.fav-card {
  background: linear-gradient(180deg, var(--card-top), var(--card-bottom));
  border: 1px solid rgba(245, 241, 232, 0.09);
  border-radius: 22px;
  padding: 18px;
  transition: transform 0.35s var(--ease), border-color 0.35s ease;
}
.fav-card__media {
  position: relative;
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.fav-card__media--glow-magenta { background: radial-gradient(circle at 50% 42%, rgba(237, 28, 146, 0.24), rgba(237, 28, 146, 0.05) 54%, transparent 72%); }
.fav-card__media--glow-maize { background: radial-gradient(circle at 50% 40%, rgba(244, 196, 48, 0.16), rgba(237, 28, 146, 0.05) 55%, transparent 74%); }
.fav-card__media img {
  max-height: 224px;
  max-width: 92%;
  width: auto;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.55));
}
.fav-card__media--cover img {
  max-height: none;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}
.fav-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 5, 9, 0.05), rgba(8, 5, 9, 0.5));
}
.fav-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.fav-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}
.fav-card .prose--sm { margin-top: 6px; font-size: 14px; line-height: 1.5; }

@media (hover: hover) {
  .fav-card:hover { transform: translateY(-8px); border-color: rgba(237, 28, 146, 0.45); }
}

/* =====================================================================
   MENU
   ===================================================================== */
.menu { padding: 88px 22px; }
.menu-group { margin-bottom: 44px; }
.menu-group__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.menu-group__head--sm { gap: 12px; margin-bottom: 6px; }
.menu-group__title {
  font-size: 34px;
  color: var(--magenta);
}
.menu-group__head--sm .menu-group__title { font-size: 30px; }
.menu-group__title--green { color: var(--green-deep); }
.menu-group__title--bone { color: var(--bone); }
.menu-group__note {
  font-family: var(--font-label);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  color: rgba(245, 241, 232, 0.45);
}
.menu-group__rule {
  flex: 1;
  height: 2px;
  min-width: 24px;
}
.menu-group__rule--maize { background: linear-gradient(90deg, rgba(244, 196, 48, 0.5), transparent); }
.menu-group__rule--magenta { background: linear-gradient(90deg, rgba(237, 28, 146, 0.5), transparent); }
.menu-group__rule--green { background: linear-gradient(90deg, rgba(39, 155, 71, 0.5), transparent); }
.menu-group__rule--ember { background: linear-gradient(90deg, rgba(242, 145, 30, 0.5), transparent); }
.menu-group__rule--bone { background: linear-gradient(90deg, rgba(245, 241, 232, 0.4), transparent); }

.menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 48px;
}
.menu-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 16px;
  align-items: baseline;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.menu-row--compact { padding: 13px 0; }
.menu-row::before {
  content: "";
  position: absolute;
  inset: -2px -14px;
  border-radius: 13px;
  background: linear-gradient(90deg, rgba(237, 28, 146, 0.17), rgba(237, 28, 146, 0.04) 78%);
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 0.26s ease, transform 0.26s var(--ease);
  pointer-events: none;
}
.menu-row__main {
  grid-column: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.menu-row__desc {
  grid-column: 1;
  margin: 3px 0 0;
  font-size: 13.5px;
  line-height: 1.4;
  color: rgba(245, 241, 232, 0.7);
  position: relative;
  z-index: 1;
}
.menu-row__price {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--font-label);
  font-weight: 700;
  font-size: 21px;
  color: var(--magenta);
  white-space: nowrap;
  position: relative;
  z-index: 1;
  transform-origin: right center;
  transition: transform 0.3s var(--ease-spring), text-shadow 0.3s ease;
}
.menu-row--compact .menu-row__price { font-size: 19px; }
.menu-item {
  font-family: var(--font-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 20px;
}
.menu-item--sm { font-size: 18px; }

.menu-tag {
  font-family: var(--font-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  color: #fff;
  background: var(--magenta);
  padding: 3px 9px;
  border-radius: 100px;
}
.menu-tag--magenta { background: var(--magenta); }
.menu-tag--special { border: 1.5px solid var(--magenta); padding: 3px 10px; box-shadow: 0 2px 12px rgba(237, 28, 146, 0.55); }
.menu-tag--maize { color: #110f0d; background: var(--maize); }

@media (hover: hover) {
  .menu-row:hover::before { opacity: 1; transform: scale(1); }
  .menu-row:hover .menu-row__price { transform: scale(1.1); text-shadow: 0 0 18px rgba(237, 28, 146, 0.75); }
}

.menu-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}

.addons {
  margin-top: 40px;
  background: linear-gradient(180deg, var(--card-top), var(--card-bottom));
  border: 1px solid rgba(245, 241, 232, 0.09);
  border-radius: 18px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.addons__label {
  font-family: var(--font-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 15px;
  color: rgba(245, 241, 232, 0.62);
  margin-right: 6px;
}
.addon {
  font-family: var(--font-label);
  font-weight: 600;
  font-size: 16px;
  color: rgba(245, 241, 232, 0.82);
}
.addon b { color: var(--magenta); }
.addon-sep { color: rgba(245, 241, 232, 0.25); }

/* =====================================================================
   HOURS & LOCATION
   ===================================================================== */
.hours {
  padding: 80px 22px;
  border-top: 1px solid var(--line-soft);
}
.hours__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: stretch;
}
.hours__card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #1c1016, #100810);
  border: 1px solid var(--line-med);
  border-radius: 22px;
  padding: 34px 26px;
}
.hours__burst {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, rgba(244, 196, 48, 0.1) 0deg 1deg, transparent 1deg 10deg);
  -webkit-mask: radial-gradient(circle, transparent 40%, #000 44%, #000 90%, transparent 94%);
  mask: radial-gradient(circle, transparent 40%, #000 44%, #000 90%, transparent 94%);
}
.hours__card .script { margin-bottom: 8px; font-size: 24px; }
.hours .h2 { font-size: clamp(34px, 4.5vw, 52px); margin-bottom: 18px; }
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 9px 18px;
  border-radius: 100px;
  background: rgba(46, 158, 67, 0.14);
  border: 1.5px solid rgba(46, 158, 67, 0.5);
  font-family: var(--font-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 14px;
  color: var(--green-bright);
}
.status-pill__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green-bright);
  box-shadow: 0 0 10px var(--green-bright);
}
.hours__time {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 10px;
}
.hours__day {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.4vw, 34px);
  text-transform: uppercase;
  line-height: 1;
}
.hours__range {
  font-family: var(--font-label);
  font-weight: 700;
  font-size: clamp(28px, 3.8vw, 38px);
  color: var(--magenta);
  line-height: 1;
}
.hours__note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  font-size: 14.5px;
  color: rgba(245, 241, 232, 0.62);
}
.note-pill {
  font-family: var(--font-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: var(--pink);
  border: 1.5px solid rgba(237, 28, 146, 0.5);
  padding: 2px 10px;
  border-radius: 100px;
  white-space: nowrap;
}
.hours__loc {
  margin: 0 0 26px;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(245, 241, 232, 0.7);
  max-width: 460px;
}
.hours__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.hours__map {
  position: relative;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line-med);
  min-height: 320px;
}
.hours__map img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hours__map-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 11, 9, 0.15), rgba(13, 11, 9, 0.78));
}
.hours__map-caption {
  position: absolute;
  inset: auto 22px 20px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.map-pin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  color: var(--bone);
  background: rgba(17, 15, 13, 0.7);
  padding: 7px 14px;
  border-radius: 100px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.map-note { font-size: 13.5px; color: rgba(245, 241, 232, 0.7); }

/* =====================================================================
   FIND US
   ===================================================================== */
.find {
  position: relative;
  padding: 80px 22px;
  overflow: hidden;
}
.find__inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
  padding-top: 56px;
  text-align: center;
}
.find__script {
  position: relative;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 8px;
  transform: rotate(-1.5deg);
}
.find__script .heart {
  position: absolute;
  left: 50%;
  top: -44px;
  transform: translateX(-50%);
  font-family: var(--font-brush);
  font-size: 34px;
  color: var(--magenta);
  animation: ec-beat 2.6s ease-in-out infinite;
}
.find .h2 { font-size: clamp(34px, 5.5vw, 64px); line-height: 0.94; margin: 0 0 16px; }
.find__lead {
  margin: 0 auto 32px;
  max-width: 540px;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(245, 241, 232, 0.65);
}
.social-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 17px;
  color: var(--bone);
  text-decoration: none;
  background: linear-gradient(180deg, #201019, #120a10);
  border: 1.5px solid rgba(245, 241, 232, 0.15);
  padding: 13px 24px;
  border-radius: 100px;
  transition: transform 0.25s var(--ease), border-color 0.25s ease;
}
@media (hover: hover) {
  .social-link:hover { transform: translateY(-4px); border-color: var(--magenta); }
}

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer {
  position: relative;
  padding: 56px 22px 38px;
  border-top: 1px solid rgba(245, 241, 232, 0.09);
  background: var(--ink);
}
.footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}
.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer__brand img {
  height: 96px;
  width: auto;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.5));
}
.footer__brand .script { font-size: 28px; }
.footer__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  justify-content: center;
}
.footer-link {
  font-family: var(--font-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: rgba(245, 241, 232, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-link:hover { color: var(--magenta); }
.footer__status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-family: var(--font-label);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: rgba(245, 241, 232, 0.7);
}
.footer__loc {
  margin: 0;
  font-family: var(--font-label);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  color: rgba(245, 241, 232, 0.62);
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.footer__made {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: var(--font-label);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: rgba(245, 241, 232, 0.5);
}
.footer__made .heart {
  color: var(--magenta);
  font-size: 15px;
  animation: ec-beat 2.6s ease-in-out infinite;
}
.footer__legal {
  margin: 0;
  font-family: var(--font-label);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: rgba(245, 241, 232, 0.62);
}
.footer__dot { color: rgba(245, 241, 232, 0.3); }
.footer__credit {
  color: rgba(245, 241, 232, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__credit:hover { color: var(--magenta); }

/* =====================================================================
   KEYFRAMES
   ===================================================================== */
@keyframes ec-expose {
  0% { transform: scale(1.12); }
  100% { transform: scale(1); }
}
@keyframes ec-cover-out {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes ec-logo-in {
  0% { transform: scale(0.86); }
  100% { transform: scale(1); }
}
@keyframes ec-fall {
  0% { opacity: 0; transform: translateY(-30px) rotate(0); }
  12% { opacity: 1; }
  100% { opacity: 0; transform: translateY(120px) rotate(220deg); }
}
@keyframes ec-beat {
  0%, 100% { transform: scale(1); }
  14% { transform: scale(1.22); }
  28% { transform: scale(1); }
  42% { transform: scale(1.13); }
  56% { transform: scale(1); }
}
.find__script .heart { transform-origin: center; }
.find__script .heart { animation-name: ec-beat-centered; }
@keyframes ec-beat-centered {
  0%, 100% { transform: translateX(-50%) scale(1); }
  14% { transform: translateX(-50%) scale(1.22); }
  28% { transform: translateX(-50%) scale(1); }
  42% { transform: translateX(-50%) scale(1.13); }
  56% { transform: translateX(-50%) scale(1); }
}

/* =====================================================================
   RESPONSIVE — progressive enhancement upward
   ===================================================================== */
@media (min-width: 600px) {
  .hours__card { padding: 40px 36px; }
}

@media (min-width: 760px) {
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-cols { grid-template-columns: repeat(3, 1fr); }
  .story .prose { text-align: justify; }
}

@media (min-width: 840px) {
  .pillars__grid { grid-template-columns: repeat(3, 1fr); }
  .hours__grid { grid-template-columns: 1.1fr 0.9fr; }
}

@media (min-width: 881px) {
  .main-nav { display: flex; align-items: center; gap: 6px; }
  .nav-toggle { display: none; }
  .brand__logo { height: 54px; }
  .site-header { padding: 16px clamp(15px, 4vw, 22px); }
  .site-header.is-compact { padding-top: 11px; padding-bottom: 11px; }
  .site-header.is-compact .brand__logo { height: 42px; }
  .footer__top { flex-direction: row; justify-content: space-between; text-align: left; }
  .footer__brand { align-items: flex-start; }
  .footer__brand .script { transform: rotate(-2deg); }
  .footer__right { align-items: flex-end; }
  .footer-nav { justify-content: flex-end; }
  .footer__bottom { flex-direction: row; justify-content: space-between; text-align: left; }
}

@media (min-width: 1024px) {
  .hero { padding-top: 124px; }
  .story { padding: 104px 28px; }
  .story__grid { gap: 56px; }
  .menu { padding: 104px 28px; }
  .pillars { padding: 88px 28px; }
  .favorites { padding: 92px 28px 44px; }
  .hours { padding: 96px 28px; }
  .find { padding: 96px 28px; }
  .hours__card { padding: 44px 40px; }
  .find__inner { padding-top: 60px; }
}

/* =====================================================================
   REDUCED MOTION
   ===================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .js [data-reveal] { opacity: 1 !important; transform: none !important; filter: none !important; }
  .brush { transform: scaleX(1) !important; }
  .petal { display: none !important; }
  .hero__video { animation: none !important; filter: none !important; transform: none !important; }
  .hero__expose { animation: none !important; opacity: 0 !important; }
}

/* =====================================================================
   FORCED COLORS / HIGH CONTRAST
   ===================================================================== */
@media (forced-colors: active) {
  .lang-btn.is-active { border: 2px solid Highlight; }
  .nav-link:hover,
  .footer-link:hover,
  .social-link:hover { text-decoration: underline; }
}
