:root {
  --bg: #120f0d;
  --bg-soft: #1a1411;
  --surface: rgba(37, 27, 22, 0.86);
  --surface-strong: rgba(26, 19, 15, 0.96);
  --cream: #f6ebd8;
  --muted: #d2c2aa;
  --gold: #d5ad60;
  --gold-strong: #f4c16d;
  --chili: #d73b2f;
  --agave: #3f9a4a;
  --line: rgba(213, 173, 96, 0.25);
  --shadow: 0 24px 55px rgba(0, 0, 0, 0.4);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: min(1120px, 92vw);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Outfit", "Helvetica Neue", sans-serif;
  color: var(--cream);
  background: radial-gradient(circle at 5% 0%, #3a2418 0%, rgba(58, 36, 24, 0) 30%),
    radial-gradient(circle at 92% 10%, #2d1c3f 0%, rgba(45, 28, 63, 0) 26%),
    linear-gradient(160deg, #0f0c0a 0%, #17110e 45%, #0c0a09 100%);
  line-height: 1.55;
  overflow-x: hidden;
}

.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(closest-side at 20% 70%, rgba(215, 59, 47, 0.11), transparent),
    radial-gradient(closest-side at 80% 30%, rgba(63, 154, 74, 0.08), transparent),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: auto, auto, 30px 30px, 30px 30px;
  opacity: 0.7;
  z-index: -1;
}

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

a {
  color: var(--cream);
  text-decoration: none;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  padding: clamp(3.25rem, 2.5rem + 2vw, 6rem) 0;
}

.eyebrow {
  margin: 0 0 0.5rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.77rem;
  color: var(--gold-strong);
  font-weight: 600;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  line-height: 1.1;
}

h1,
h2 {
  font-family: "Bodoni Moda", Georgia, serif;
  letter-spacing: 0.01em;
}

h1 {
  font-size: clamp(2.2rem, 4vw, 4.2rem);
}

h2 {
  font-size: clamp(1.85rem, 2.4vw, 3rem);
}

p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(246, 235, 216, 0.08);
  background: rgba(14, 10, 8, 0.88);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.brand img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(213, 173, 96, 0.45);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.brand span {
  display: grid;
}

.brand strong {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 1.08rem;
  letter-spacing: 0.03em;
}

.brand em {
  font-style: normal;
  color: var(--gold);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  color: rgba(246, 235, 216, 0.78);
  font-weight: 500;
  transition: color 220ms ease;
}

.site-nav a.active,
.site-nav a:hover {
  color: var(--gold-strong);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(246, 235, 216, 0.15);
  border-radius: 10px;
  background: transparent;
  padding: 10px;
  gap: 8px;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle span {
  height: 2px;
  background: var(--cream);
  border-radius: 2px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  border: 0;
  border-radius: 999px;
  padding: 0.84rem 1.4rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #190f0b;
  background: linear-gradient(110deg, var(--gold) 0%, var(--gold-strong) 55%, #ffe2a2 100%);
  box-shadow: 0 10px 22px rgba(244, 193, 109, 0.35);
}

.btn-ghost {
  color: var(--cream);
  border: 1px solid rgba(246, 235, 216, 0.35);
  background: rgba(246, 235, 216, 0.04);
}

.btn-small {
  padding: 0.6rem 1rem;
  font-size: 0.88rem;
}

.hero {
  padding-top: clamp(2.5rem, 2rem + 2vw, 5rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.6rem, 2vw, 3rem);
  align-items: center;
}

.hero-copy p {
  color: rgba(246, 235, 216, 0.86);
  max-width: 58ch;
}

.hero-actions {
  margin: 1.8rem 0 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-badges {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
}

.hero-badges li {
  border: 1px solid rgba(213, 173, 96, 0.45);
  background: rgba(22, 14, 11, 0.72);
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem;
  color: var(--muted);
}

.hero-media {
  position: relative;
  min-height: 530px;
}

.hero-photo {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid rgba(246, 235, 216, 0.17);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-main {
  height: 410px;
}

.hero-photo-accent {
  position: absolute;
  right: -0.5rem;
  bottom: 0;
  width: 56%;
  height: 220px;
  border-color: rgba(213, 173, 96, 0.45);
  animation: floatSlow 5.6s ease-in-out infinite;
}

.glass-card {
  position: absolute;
  left: 1rem;
  bottom: 1.1rem;
  background: rgba(15, 10, 8, 0.76);
  border: 1px solid rgba(213, 173, 96, 0.4);
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  backdrop-filter: blur(8px);
}

.glass-card p {
  font-size: 0.75rem;
  margin-bottom: 0.18rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.glass-card strong {
  display: block;
  font-size: 1.02rem;
}

.glass-card span {
  font-size: 0.75rem;
  color: rgba(246, 235, 216, 0.8);
}

.section-head {
  margin-bottom: 1.4rem;
}

.section-head p {
  margin-bottom: 0.38rem;
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.three-cols {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  background: linear-gradient(145deg, rgba(33, 24, 19, 0.95), rgba(21, 16, 13, 0.95));
  border: 1px solid rgba(213, 173, 96, 0.22);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.feature-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.feature-card div {
  padding: 1rem;
}

.feature-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.22rem;
}

.feature-card p {
  color: rgba(246, 235, 216, 0.8);
}

.split-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 2rem);
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.story-panel,
.quote-card {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: var(--surface);
  padding: clamp(1.2rem, 1rem + 1.2vw, 2rem);
}

.story-panel p + p {
  margin-top: 0.95rem;
}

.text-link {
  margin-top: 1rem;
  display: inline-flex;
  color: var(--gold-strong);
  border-bottom: 1px solid rgba(244, 193, 109, 0.4);
}

.quote-card {
  position: relative;
}

.quote-mark {
  position: absolute;
  top: 0.4rem;
  left: 0.9rem;
  font-size: 3rem;
  color: rgba(213, 173, 96, 0.35);
}

.quote-card blockquote {
  margin: 1.6rem 0 1.1rem;
  color: rgba(246, 235, 216, 0.88);
}

.quote-card cite {
  color: var(--gold-strong);
  font-style: normal;
}

.cta-band {
  padding-top: 0;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(213, 173, 96, 0.24);
  padding: clamp(1.3rem, 1rem + 2vw, 2rem);
  background: linear-gradient(160deg, rgba(39, 25, 19, 0.95), rgba(24, 17, 13, 0.95));
}

.vip-form {
  display: grid;
  gap: 0.68rem;
}

label {
  display: grid;
  gap: 0.33rem;
  color: rgba(246, 235, 216, 0.88);
  font-size: 0.91rem;
}

input,
textarea {
  border: 1px solid rgba(246, 235, 216, 0.24);
  border-radius: 10px;
  background: rgba(246, 235, 216, 0.05);
  color: var(--cream);
  font: inherit;
  padding: 0.66rem 0.75rem;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(244, 193, 109, 0.35);
  outline-offset: 1px;
}

.vip-form small,
.form-note {
  color: rgba(210, 194, 170, 0.82);
  font-size: 0.75rem;
}

.form-feedback {
  margin-top: 0.1rem;
  color: var(--gold-strong);
}

.page-hero {
  background-size: cover;
  background-position: center;
  position: relative;
  border-bottom: 1px solid rgba(213, 173, 96, 0.2);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(10, 7, 6, 0.82) 18%, rgba(20, 13, 10, 0.58) 100%);
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero-menu {
  background-image: url("assets/images/menu-appetizers.jpg");
}

.page-hero-events {
  background-image: url("assets/images/event-fajita-day.png");
}

.page-hero-contact {
  background-image: url("assets/images/brand-cover.jpg");
}

.menu-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
  margin-bottom: 1.2rem;
}

.chip {
  border: 1px solid rgba(213, 173, 96, 0.34);
  color: var(--muted);
  background: rgba(246, 235, 216, 0.04);
  border-radius: 999px;
  padding: 0.5rem 0.88rem;
  font: inherit;
  font-size: 0.82rem;
  cursor: pointer;
}

.chip.is-active,
.chip:hover {
  color: #170f0a;
  border-color: transparent;
  background: linear-gradient(120deg, var(--gold) 10%, var(--gold-strong) 100%);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.menu-card {
  border: 1px solid rgba(246, 235, 216, 0.12);
  border-radius: var(--radius-md);
  background: var(--surface-strong);
  padding: 1.05rem;
  display: grid;
  gap: 0.48rem;
  transition: transform 210ms ease, border-color 210ms ease;
}

.menu-card:hover {
  transform: translateY(-3px);
  border-color: rgba(244, 193, 109, 0.45);
}

.menu-card h3 {
  font-size: 1.06rem;
  margin: 0;
}

.menu-card p {
  font-size: 0.93rem;
  color: rgba(246, 235, 216, 0.8);
}

.menu-card strong {
  color: var(--gold-strong);
}

.menu-card.is-hidden {
  display: none;
}

.image-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.image-strip-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(213, 173, 96, 0.33);
}

.scan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.scan-card {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(213, 173, 96, 0.26);
  background: rgba(17, 13, 10, 0.9);
}

.scan-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: transform 300ms ease;
}

.scan-card:hover img {
  transform: scale(1.04);
}

.scan-card span {
  display: block;
  padding: 0.78rem 0.85rem 0.95rem;
  color: rgba(246, 235, 216, 0.9);
}

.event-visual {
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--line);
}

.event-visual img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}

.event-visual div {
  padding: 0.86rem;
}

.event-visual h3 {
  margin-bottom: 0.25rem;
}

.event-visual p {
  color: var(--gold-strong);
  font-weight: 500;
}

.timeline {
  display: grid;
  gap: 0.82rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: 105px 1fr;
  align-items: start;
  gap: 0.88rem;
  border: 1px solid rgba(246, 235, 216, 0.12);
  border-radius: 13px;
  background: var(--surface-strong);
  padding: 0.88rem;
}

.timeline-date {
  color: var(--gold-strong);
  font-weight: 700;
  font-size: 0.9rem;
}

.timeline-item h3 {
  margin-bottom: 0.2rem;
}

.timeline-item p {
  color: rgba(246, 235, 216, 0.84);
}

.private-photo {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line);
}

.private-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 1rem;
}

.contact-cards {
  display: grid;
  gap: 0.7rem;
}

.info-card,
.contact-form-wrap {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  padding: 1rem;
}

.info-card h3 {
  margin-bottom: 0.4rem;
}

.info-card p {
  color: rgba(246, 235, 216, 0.86);
}

.contact-form {
  display: grid;
  gap: 0.64rem;
}

.form-status {
  min-height: 1.2em;
  color: var(--gold-strong);
  font-size: 0.85rem;
}

.map-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map-card img {
  width: 100%;
  height: auto;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.64rem;
  align-items: center;
}

.site-footer {
  margin-top: 1.2rem;
  border-top: 1px solid rgba(246, 235, 216, 0.12);
  background: rgba(10, 8, 7, 0.95);
  padding: 2.2rem 0 1.2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.site-footer h3,
.site-footer h4 {
  margin-bottom: 0.5rem;
}

.site-footer p {
  color: rgba(246, 235, 216, 0.8);
  margin: 0.18rem 0;
}

.site-footer a {
  color: var(--gold);
}

.copyright {
  margin: 1.4rem auto 0;
  width: var(--container);
  color: rgba(246, 235, 216, 0.56);
  font-size: 0.84rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 680ms ease, transform 680ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatSlow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 1024px) {
  .hero-grid,
  .split-grid,
  .cta-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 470px;
  }

  .three-cols,
  .menu-grid,
  .scan-grid,
  .image-strip-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-nav {
    gap: 0.85rem;
  }
}

@media (max-width: 760px) {
  .hide-mobile {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: rgba(12, 9, 7, 0.98);
    border-bottom: 1px solid rgba(246, 235, 216, 0.13);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 4vw;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    pointer-events: none;
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .site-nav.open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  .hero-photo-accent {
    width: 62%;
    right: 0;
  }

  .hero-hours {
    left: 0.5rem;
  }

  .three-cols,
  .menu-grid,
  .scan-grid,
  .image-strip-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .copyright {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
