@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Oswald:wght@500;600;700&display=swap");

:root {
  --black: #070605;
  --black-2: #0d0a08;
  --charcoal: #14110e;
  --charcoal-2: #1b1713;
  --cream: #fff8ee;
  --soft: rgba(255, 248, 238, 0.74);
  --muted: rgba(255, 248, 238, 0.58);
  --line: rgba(255, 248, 238, 0.12);
  --line-strong: rgba(255, 248, 238, 0.22);
  --red: #ff3636;
  --red-deep: #7a1815;
  --amber: #ffb000;
  --amber-soft: #c78a3a;
  --green: #2fa960;
  --font-display: "Oswald", Impact, "Arial Narrow", sans-serif;
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
  --shadow-red: 0 18px 46px rgba(255, 54, 54, 0.25);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 82% 2%, rgba(255, 176, 0, 0.12), transparent 30rem),
    linear-gradient(180deg, var(--black), #030303 72%);
  color: var(--cream);
  font-family: var(--font-body);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 248, 238, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 248, 238, 0.025) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.18;
  mask-image: linear-gradient(180deg, #000 0%, transparent 70%);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.container {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 6, 5, 0.9);
  border-bottom: 1px solid rgba(255, 248, 238, 0.12);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(100% - 32px, 1240px);
  min-height: 74px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--cream);
  font-size: clamp(1.25rem, 4.5vw, 1.9rem);
  font-weight: 500;
  letter-spacing: 0.045em;
  white-space: nowrap;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: var(--red);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 14px 32px rgba(255, 54, 54, 0.24);
}

.nav {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 248, 238, 0.68);
  font-size: 0.98rem;
  font-weight: 800;
}

.nav a {
  border-radius: 999px;
  padding: 10px 14px;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--cream);
  background: rgba(255, 248, 238, 0.07);
}

.nav-order {
  min-width: 104px;
  display: inline-flex;
  justify-content: center;
  background: var(--red);
  color: var(--cream) !important;
  box-shadow: var(--shadow-red);
}

.nav-order:hover,
.nav-order:focus-visible {
  background: #ff4747;
  transform: translateY(-1px);
}

section {
  scroll-margin-top: 84px;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100svh - 74px);
  display: grid;
  align-items: center;
  padding: 48px 0 56px;
  background: var(--black);
  border-bottom: 1px solid var(--line);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(7, 6, 5, 0.98) 0%, rgba(7, 6, 5, 0.94) 31%, rgba(7, 6, 5, 0.64) 66%, rgba(7, 6, 5, 0.88) 100%),
    linear-gradient(180deg, rgba(7, 6, 5, 0.22), rgba(7, 6, 5, 0.82)),
    url("assets/hero-tacos.png") center / cover no-repeat,
    var(--black);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 54, 54, 0.13), transparent 26rem),
    radial-gradient(circle at 82% 70%, rgba(255, 176, 0, 0.18), transparent 28rem),
    linear-gradient(90deg, transparent, rgba(255, 176, 0, 0.06) 52%, transparent);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -2;
  height: 34%;
  background: linear-gradient(180deg, transparent, var(--black));
}

.hero-layout {
  display: grid;
  gap: 34px;
  align-items: center;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow,
.card-label {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: clamp(0.72rem, 2.2vw, 0.86rem);
  font-weight: 800;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.018em;
  line-height: 0.94;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin-bottom: 28px;
  color: var(--cream);
  font-size: clamp(4.6rem, 18vw, 8.1rem);
}

h1 span {
  display: block;
  color: var(--red);
  white-space: nowrap;
}

h2 {
  margin-bottom: 16px;
  color: var(--cream);
  font-size: clamp(2.5rem, 9vw, 5.2rem);
}

h3 {
  margin: 0 0 18px;
  color: var(--cream);
  font-size: clamp(1.45rem, 5vw, 2.2rem);
}

.lead {
  max-width: 680px;
  margin-bottom: 6px;
  color: rgba(255, 248, 238, 0.72);
  font-size: clamp(1.12rem, 2.7vw, 1.35rem);
  font-weight: 600;
}

.tagline {
  max-width: 760px;
  margin-bottom: 34px;
  color: var(--amber);
  font-size: clamp(1.55rem, 6.2vw, 3rem);
  font-weight: 500;
  line-height: 1.16;
}

.actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.button,
.text-link {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.button {
  border: 1px solid transparent;
  padding: 13px 24px;
}

.button:hover,
.button:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--red);
  color: var(--cream);
  box-shadow: var(--shadow-red);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #ff4747;
}

.button.gold {
  background: var(--amber);
  color: #110b04;
  box-shadow: 0 18px 42px rgba(255, 176, 0, 0.15);
}

.button.gold:hover,
.button.gold:focus-visible {
  background: #ffc04a;
}

.button.cream {
  background: var(--cream);
  color: var(--black);
}

.button.cream:hover,
.button.cream:focus-visible {
  background: #fff0d7;
}

.button.outline {
  border-color: rgba(255, 248, 238, 0.2);
  background: rgba(7, 6, 5, 0.36);
  color: var(--cream);
  backdrop-filter: blur(12px);
}

.button.outline:hover,
.button.outline:focus-visible {
  border-color: rgba(255, 176, 0, 0.62);
  background: rgba(255, 248, 238, 0.06);
}

.hero-panel {
  position: relative;
  min-height: 430px;
}

.hero-photo {
  min-height: 430px;
  border: 1px solid rgba(255, 248, 238, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.08), rgba(7, 6, 5, 0.35)),
    url("assets/pastor-trompo.png") center / cover no-repeat,
    var(--charcoal);
  box-shadow: var(--shadow);
}

.hero-card {
  width: min(100%, 360px);
  margin: -92px auto 0;
  position: relative;
  border: 1px solid rgba(255, 248, 238, 0.14);
  border-radius: 18px;
  background: rgba(18, 14, 11, 0.92);
  padding: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-card span,
.hero-card strong,
.hero-card small {
  display: block;
}

.hero-card span {
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero-card strong {
  max-width: 320px;
  margin-bottom: 12px;
  color: var(--cream);
  font-size: clamp(1.55rem, 6vw, 2.05rem);
  font-weight: 900;
  line-height: 1.2;
}

.hero-card small {
  max-width: 320px;
  color: var(--soft);
  font-size: 1rem;
  line-height: 1.55;
}

.section {
  padding: 72px 0;
}

.menu-section {
  background:
    radial-gradient(circle at 85% 16%, rgba(255, 176, 0, 0.08), transparent 26rem),
    linear-gradient(180deg, var(--black), var(--black-2));
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head.centered {
  margin-inline: auto;
  text-align: center;
}

.section-head::after {
  content: "";
  width: 86px;
  height: 1px;
  display: block;
  margin-top: 24px;
  background: linear-gradient(90deg, transparent, var(--amber), transparent);
}

.section-head.centered::after {
  margin-inline: auto;
}

.section-head p:not(.eyebrow) {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
  font-weight: 500;
}

.section-head.centered p:not(.eyebrow) {
  margin-inline: auto;
}

.menu-grid {
  display: grid;
  gap: 14px;
}

.menu-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.045), rgba(255, 248, 238, 0.015)),
    var(--charcoal);
  padding: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.menu-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 176, 0, 0.42);
  background-color: var(--charcoal-2);
}

.menu-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 176, 0, 0.66), transparent);
}

.menu-card h3 {
  margin-bottom: 20px;
  font-size: 1.65rem;
}

.menu-card h3::after {
  content: "";
  width: 42px;
  height: 2px;
  display: block;
  margin-top: 14px;
  background: var(--amber-soft);
}

.menu-card ul {
  list-style: none;
  display: grid;
  margin: 0;
  padding: 0;
  color: var(--soft);
  font-weight: 600;
}

.menu-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 40px;
  border-bottom: 1px solid rgba(255, 248, 238, 0.08);
}

.menu-card li:last-child {
  border-bottom: 0;
}

.note {
  margin: 24px auto 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
}

.promo-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 6, 5, 0.98), rgba(7, 6, 5, 0.9)),
    url("assets/grill-fire.png") center / cover no-repeat,
    var(--black);
  color: var(--cream);
  border-block: 1px solid var(--line);
}

.promo-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 54, 54, 0.08), transparent 24rem),
    radial-gradient(circle at 90% 72%, rgba(255, 176, 0, 0.12), transparent 24rem);
}

.promo-section .container {
  position: relative;
}

.promo-grid {
  display: grid;
  gap: 16px;
}

.promo-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(20, 17, 14, 0.84);
  padding: 26px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.promo-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 176, 0, 0.58), transparent);
}

.promo-card h3 {
  max-width: 520px;
}

.promo-card p:not(.card-label) {
  max-width: 560px;
  color: var(--soft);
}

.text-link {
  justify-content: flex-start;
  width: fit-content;
  min-height: auto;
  border-bottom: 1px solid rgba(255, 176, 0, 0.72);
  border-radius: 0;
  color: var(--cream);
  padding: 0 0 5px;
}

.text-link::after {
  content: "→";
  margin-left: 8px;
  color: var(--amber);
}

.footer {
  padding: 36px 0;
  background: #080706;
  border-top: 1px solid var(--line);
  color: var(--cream);
}

.footer-layout {
  display: grid;
  gap: 22px;
}

.footer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--cream);
  font-size: 1.55rem;
  font-weight: 900;
}

.footer p {
  margin: 0;
  color: var(--muted);
}

.footer-location {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-style: normal;
  font-weight: 600;
}

.footer-location a {
  color: inherit;
  transition: color 160ms ease;
}

.footer-location a:hover,
.footer-location a:focus-visible {
  color: var(--cream);
}

.footer-location span {
  display: block;
  margin-bottom: 7px;
  color: var(--amber);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer a {
  color: var(--soft);
  font-weight: 800;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--amber);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(47, 169, 96, 0.96);
  color: #fff;
  padding: 0 18px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 22px, 1180px);
  }

  .nav-shell {
    width: min(100% - 20px, 1240px);
    min-height: 66px;
  }

  .brand {
    gap: 10px;
    letter-spacing: 0.025em;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }

  .nav a:not(.nav-order) {
    display: none;
  }

  .nav-order {
    min-width: 92px;
    padding-inline: 14px;
  }

  .hero {
    min-height: auto;
    padding: 42px 0 48px;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(7, 6, 5, 0.74), rgba(7, 6, 5, 0.96)),
      url("assets/hero-tacos.png") 58% 20% / cover no-repeat,
      var(--black);
  }

  .tagline {
    margin-bottom: 28px;
  }

  .button {
    width: 100%;
  }

  .hero-panel {
    min-height: auto;
  }

  .hero-photo {
    min-height: 310px;
    border-radius: 18px;
  }

  .hero-card {
    margin-top: -56px;
    padding: 20px;
  }

  .section {
    padding: 58px 0;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
  }
}

@media (min-width: 640px) {
  .actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .button {
    min-width: 156px;
  }

  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 46%);
  }

  .hero-copy {
    padding-top: 18px;
  }

  .hero-panel {
    min-height: 520px;
  }

  .hero-photo {
    min-height: 500px;
  }

  .hero-card {
    margin: -158px 24px 0 auto;
    width: min(430px, 78%);
    padding: 30px;
  }

  .menu-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr) auto;
    align-items: start;
  }
}

@media (min-width: 1260px) {
  .hero-layout {
    grid-template-columns: minmax(0, 0.93fr) minmax(500px, 0.84fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
