:root {
  --bg: #050505;
  --bg-soft: #0d0d0f;
  --surface: rgba(255, 255, 255, 0.05);
  --surface-strong: rgba(255, 255, 255, 0.08);
  --text: #f5f5f5;
  --muted: #b7b7bc;
  --red: #ff2a2a;
  --red-bright: #ff4d4d;
  --line: rgba(255, 255, 255, 0.1);
  --glow: 0 0 30px rgba(255, 42, 42, 0.28);
  --radius: 24px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: #050505;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: "Inter", sans-serif;
  background-color: #050505;
  background:
    radial-gradient(circle at top, rgba(255, 42, 42, 0.14), transparent 28%),
    linear-gradient(180deg, #080808 0%, #030303 100%);
  color: var(--text);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.05), transparent 40%),
    linear-gradient(315deg, rgba(255, 42, 42, 0.03), transparent 40%);
  pointer-events: none;
  z-index: -2;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.page-noise {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, black, transparent 85%);
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}

.ember-layer {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.ember {
  position: absolute;
  bottom: -12vh;
  left: 0;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 235, 200, 0.95) 0%, rgba(255, 98, 0, 0.9) 28%, rgba(255, 42, 42, 0.5) 56%, transparent 75%);
  filter: blur(0.4px);
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.7);
  animation: ember-rise var(--duration) linear infinite;
  animation-delay: var(--delay);
  mix-blend-mode: screen;
}

.ember::after {
  content: "";
  position: absolute;
  inset: -30%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 68, 68, 0.28), transparent 70%);
}

@keyframes ember-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.45);
  }

  8% {
    opacity: var(--opacity);
  }

  50% {
    opacity: calc(var(--opacity) * 0.75);
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--drift-x), -120vh, 0) scale(1.2);
  }
}

.cursor-glow {
  position: fixed;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 42, 42, 0.26), transparent 65%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 2;
  mix-blend-mode: screen;
  opacity: 0.9;
  transition: width 0.2s ease, height 0.2s ease, opacity 0.2s ease;
}

.navbar {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 24px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(16px);
  border-radius: 999px;
  z-index: 10;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  isolation: isolate;
}

.navbar.scrolled {
  background: rgba(5, 5, 5, 0.9);
  border-color: rgba(255, 42, 42, 0.22);
  box-shadow: var(--glow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-text,
.hero h1,
.section h2,
.footer h3 {
  font-family: "Syne", sans-serif;
}

.brand-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 14px rgba(255, 42, 42, 0.18));
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand-text strong {
  font-size: 1rem;
  letter-spacing: 0.18em;
  font-weight: 800;
}

.brand-text small {
  color: #cfcfd3;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 24px;
}

.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.navbar.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.navbar.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.navbar.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-links a,
.footer-links a {
  color: var(--muted);
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--text);
  text-shadow: 0 0 16px rgba(255, 42, 42, 0.55);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.nav-cta,
.button-primary {
  color: white;
  background: linear-gradient(135deg, #ff1d25, #a10000);
  box-shadow: 0 0 24px rgba(255, 42, 42, 0.35);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 30px rgba(255, 42, 42, 0.5);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 120px min(7vw, 80px) 56px;
  overflow: hidden;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.46) 45%, rgba(0, 0, 0, 0.75) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.34) 48%, rgba(0, 0, 0, 0.96) 100%);
}

.hero-content,
.hero-scroll {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.hero-logo {
  width: min(440px, 50vw);
  margin: 0 auto 26px;
  filter:
    drop-shadow(0 0 26px rgba(255, 42, 42, 0.22));
}

.eyebrow {
  margin: 0 0 14px;
  color: #ff7f7f;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 7rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.hero h1 span,
.section h2 span {
  color: var(--red);
  text-shadow: 0 0 20px rgba(255, 42, 42, 0.35);
}

.hero-copy,
.section-heading p,
.about-panel p,
.cta-panel p,
.footer p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy {
  max-width: 620px;
  font-size: 1.08rem;
  margin: 22px 0 0;
}

.hero-actions,
.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}

.hero-scroll {
  justify-self: center;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  text-align: center;
}

.section {
  padding: 110px min(7vw, 80px);
}

.section-transition {
  position: relative;
  height: clamp(140px, 18vw, 220px);
  margin-top: calc(clamp(140px, 18vw, 220px) * -1);
  margin-bottom: -2px;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, rgba(6, 6, 6, 0.08) 12%, rgba(10, 8, 8, 0.18) 26%, rgba(15, 9, 9, 0.34) 42%, rgba(21, 10, 10, 0.56) 58%, rgba(28, 11, 11, 0.76) 74%, rgba(36, 12, 12, 0.92) 88%, rgba(42, 13, 13, 1) 100%);
}

.section-transition::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 4%, rgba(255, 42, 42, 0.035), transparent 48%);
  filter: blur(18px);
}

.section-menu {
  position: relative;
  z-index: 1;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.section h2 {
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.menu-posters-panel {
  margin-top: 18px;
}

.product-gallery {
  display: grid;
  gap: 28px;
}

.product-group {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03)),
    linear-gradient(120deg, rgba(255, 42, 42, 0.08), transparent 50%);
  box-shadow: var(--shadow);
}

.product-group-head {
  margin-bottom: 20px;
}

.product-group-head .eyebrow {
  margin-bottom: 10px;
}

.product-group h3 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.product-group-head--tacos {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 20px;
  margin-bottom: 20px;
}

.product-group-head--tacos .product-group-head-text {
  min-width: min(100%, 260px);
}

.product-group-head--tacos .composition-open {
  flex-shrink: 0;
}

.composition-modal[hidden] {
  display: none;
}

.composition-modal:not([hidden]) {
  display: block;
}

.composition-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
}

.composition-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
}

.composition-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(560px, calc(100vw - 28px));
  max-height: min(88vh, 720px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(18, 12, 12, 0.98), rgba(8, 6, 6, 0.99)),
    linear-gradient(120deg, rgba(255, 42, 42, 0.12), transparent 45%);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.65), var(--glow);
  display: flex;
  flex-direction: column;
}

.composition-panel-inner {
  padding: 28px 26px 26px;
  overflow-y: auto;
  flex: 1;
}

.composition-modal .eyebrow {
  margin-bottom: 8px;
}

.composition-modal h2 {
  margin: 0 0 12px;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.35rem, 4.2vw, 1.85rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.composition-intro {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.composition-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.composition-step {
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.composition-step h3 {
  margin: 0 0 10px;
  font-family: "Syne", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.25;
}

.composition-step h3 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff1d25, #a10000);
  font-size: 0.82rem;
  font-weight: 800;
  flex-shrink: 0;
}

.composition-list {
  margin: 0;
  padding: 0 0 0 1.1em;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.composition-list li {
  margin-bottom: 6px;
}

.composition-list li:last-child {
  margin-bottom: 0;
}

.composition-sub {
  margin: 0 0 6px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff8c8c;
}

.composition-chips {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.composition-step .composition-sub:first-of-type {
  margin-top: 0;
}

.composition-note {
  margin: 0 0 8px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}

.composition-footer {
  margin: 22px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
}

.composition-mixte-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 6px;
}

.composition-mixte-col {
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.composition-mixte-col h4 {
  margin: 0 0 12px;
  font-family: "Syne", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #ff8c8c;
}

.composition-list--plain {
  list-style: none;
  padding: 0;
  margin: 0;
}

.composition-list--plain li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.92rem;
  color: var(--muted);
}

.composition-list--plain li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.composition-sub--spaced {
  margin-top: 20px;
}

.composition-note--below-sub {
  margin-bottom: 14px;
}

.composition-mixte-suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.composition-mixte-suggestions li {
  padding: 12px 14px;
  margin-bottom: 10px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.45;
}

.composition-mixte-suggestions li:last-child {
  margin-bottom: 0;
}

.composition-mixte-suggestions strong {
  color: var(--text);
}

.composition-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.composition-close:hover {
  background: rgba(255, 42, 42, 0.18);
  border-color: rgba(255, 42, 42, 0.35);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
  transition:
    transform 0.35s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 42, 42, 0.28);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.55), var(--glow);
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover img {
  transform: scale(1.03);
}

.product-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px 18px;
}

.product-card-body h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.product-card-body strong {
  flex-shrink: 0;
  color: #ff9a9a;
  font-size: 1.02rem;
}

.product-card-recipe {
  margin: 0;
  padding: 0 18px 16px;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(183, 183, 188, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 12px;
}

.product-gallery-item-note {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  font-style: italic;
}

.gallery-item img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.section-about {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 26px;
  align-items: stretch;
}

.about-panel,
.cta-panel,
.about-card {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03)),
    linear-gradient(120deg, rgba(255, 42, 42, 0.08), transparent 50%);
  box-shadow: var(--shadow);
}

.about-panel,
.cta-panel {
  padding: 34px;
}

.about-visual {
  display: grid;
  gap: 18px;
}

.about-card {
  min-height: 190px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.about-card-large {
  min-height: 300px;
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #090909;
}

.about-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.72) invert(0.88) contrast(1.08) brightness(0.5);
}

.about-map-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.48)),
    linear-gradient(120deg, rgba(255, 42, 42, 0.14), transparent 42%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06));
  pointer-events: none;
  z-index: 2;
}

.about-map-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.36), transparent 24%, transparent 74%, rgba(0, 0, 0, 0.24)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 24%, transparent 78%, rgba(0, 0, 0, 0.38));
  pointer-events: none;
}

.about-map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  z-index: 3;
  pointer-events: none;
}

.about-map-flame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 42, 42, 0.3), rgba(255, 42, 42, 0.08) 58%, transparent 72%);
  color: transparent;
  box-shadow:
    0 0 24px rgba(255, 42, 42, 0.55),
    0 0 44px rgba(255, 42, 42, 0.2);
}

.about-map-flame::before {
  content: " ";
  width: 22px;
  height: 32px;
  display: block;
  background: linear-gradient(180deg, #ffb26b 0%, #ff3d2e 55%, #d90b12 100%);
  clip-path: polygon(50% 0%, 68% 18%, 78% 37%, 72% 56%, 86% 68%, 67% 100%, 49% 86%, 32% 100%, 13% 68%, 27% 56%, 21% 37%, 31% 18%);
  filter: drop-shadow(0 0 10px rgba(255, 72, 42, 0.65));
}

.about-map-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.08), rgba(10, 10, 10, 0.68));
  pointer-events: auto;
}

.about-route-button {
  justify-self: start;
  margin-top: 16px;
}

.about-card span {
  color: #ff8c8c;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
}

.about-card strong {
  margin-top: 12px;
  max-width: 20ch;
  font-size: 1.4rem;
  line-height: 1.2;
}

.gallery-grid {
  column-count: 3;
  column-gap: 20px;
}

.gallery-item {
  break-inside: avoid;
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.gallery-item img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.gallery-item:hover img {
  filter: saturate(1.15) contrast(1.08);
}

.section-cta {
  padding-top: 40px;
}

.cta-panel {
  position: relative;
  overflow: hidden;
}

.cta-panel::before {
  content: "";
  position: absolute;
  inset: -20% auto auto 55%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255, 42, 42, 0.28), transparent 68%);
  pointer-events: none;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 0 min(7vw, 80px) 42px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 14px rgba(255, 42, 42, 0.18));
}

.footer-links {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.reveal {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ember-layer {
    display: none;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1100px) {
  .section-about {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-poster-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    column-count: 2;
  }
}

@media (max-width: 900px) {
  .hero .eyebrow,
  .hero h1,
  .hero-copy {
    display: none;
  }

  .cursor-glow {
    display: none;
  }

  .ember:nth-child(n + 16) {
    display: none;
  }

  .navbar {
    top: 10px;
    width: calc(100% - 16px);
    padding: 12px 12px 10px;
    border-radius: 26px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .nav-toggle {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .nav-cta {
    display: none;
    order: 3;
    width: 100%;
    padding: 13px 18px;
  }

  .nav-links {
    display: none;
    order: 4;
    width: 100%;
    padding: 10px 4px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
  }

  .navbar.nav-open .nav-links {
    display: flex;
  }

  .navbar.nav-open .nav-cta {
    display: inline-flex;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    padding: 108px 16px 34px;
    align-items: center;
    align-content: center;
    grid-template-rows: 1fr auto;
  }

  .brand {
    width: auto;
    flex: 1 1 auto;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    max-width: calc(100% - 58px);
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .brand-text strong,
  .brand-text small {
    text-align: left;
  }

  .brand-text strong {
    font-size: 0.84rem;
    letter-spacing: 0.08em;
    line-height: 1.05;
  }

  .brand-text small {
    font-size: 0.5rem;
    line-height: 1.1;
  }

  .hero-content {
    max-width: min(100%, 360px);
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-self: center;
  }

  .hero-logo {
    width: min(210px, 56vw);
    margin: 0 auto 26px;
  }

  .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 10vw, 3.8rem);
    line-height: 0.9;
    max-width: 7ch;
    overflow-wrap: anywhere;
  }

  .hero-copy {
    font-size: 0.88rem;
    line-height: 1.45;
    max-width: 28ch;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 52px;
    font-size: 0.98rem;
  }

  .section,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-scroll {
    justify-self: center;
    align-self: end;
    margin-top: 12px;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .product-group-head--tacos {
    flex-direction: column;
    align-items: stretch;
  }

  .product-group-head--tacos .composition-open {
    width: 100%;
  }

  .composition-mixte-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    column-count: 1;
  }

  .footer {
    flex-direction: column;
  }

  .footer-links {
    justify-items: start;
  }
}

@media (max-width: 480px) {
  .navbar {
    padding: 10px 10px 8px;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
  }

  .brand-text strong {
    font-size: 0.78rem;
    letter-spacing: 0.06em;
  }

  .brand-text small {
    font-size: 0.46rem;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    padding: 104px 14px 28px;
  }

  .hero-logo {
    width: min(196px, 56vw);
  }

  .hero h1 {
    font-size: clamp(1.95rem, 11.5vw, 3.2rem);
    max-width: 6.5ch;
  }

  .hero-copy {
    font-size: 0.84rem;
    max-width: 24ch;
  }

  .hero-actions .button {
    min-height: 50px;
    font-size: 0.94rem;
  }

  .section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .product-group,
  .about-panel,
  .cta-panel {
    padding: 22px;
  }

  .product-card-body {
    padding: 12px 12px 14px;
  }

  .product-card-body h4 {
    font-size: 0.92rem;
  }

  .product-card-body strong {
    font-size: 0.96rem;
  }
}
