:root {
  --red: #d92323;
  --red-dark: #ae1212;
  --black: #121212;
  --ink: #282828;
  --muted: #696969;
  --cream: #f7f3ec;
  --paper: #fffdf9;
  --line: #e7ded4;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(20, 17, 15, .10);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -50px; z-index: 999; background: var(--black); color: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 253, 249, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 74px; height: 74px; object-fit: contain; }
.nav-list { list-style: none; display: flex; gap: 26px; padding: 0; margin: 0; }
.nav-list a { text-decoration: none; font-weight: 800; font-size: .92rem; }
.nav-list a:hover, .nav-list a:focus-visible { color: var(--red); }

.hero { position: relative; min-height: 690px; overflow: hidden; background: var(--cream); isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(247,243,236,.98) 0%, rgba(247,243,236,.92) 42%, rgba(247,243,236,.18) 72%, rgba(247,243,236,.06) 100%); }
.hero-media { position: absolute; inset: 0 0 0 36%; z-index: -2; background-image: url('assets/hero.webp'); background-size: cover; background-position: 42% 25%; }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, 610px) 1fr; align-items: center; }
.hero-copy { padding: 72px 0; }
.eyebrow { margin: 0 0 12px; color: var(--red); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 900; }
h1, h2, h3, h4 { margin-top: 0; color: var(--black); line-height: 1.04; }
h1 { max-width: 780px; margin-bottom: 22px; font-size: clamp(3.2rem, 6vw, 6.4rem); letter-spacing: -.065em; }
h2 { margin-bottom: 14px; font-size: clamp(2.35rem, 4vw, 4.35rem); letter-spacing: -.05em; }
h3 { font-size: 2rem; letter-spacing: -.035em; }
h4 { margin-bottom: 5px; font-size: 1.13rem; }
.hero-text { max-width: 580px; margin: 0; font-size: 1.17rem; color: #4b4742; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 28px 0; font-weight: 850; }
.hero-facts span { position: relative; }
.hero-facts span + span::before { content: "•"; position: absolute; left: -15px; color: var(--red); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 900; }
.button-dark { color: white; background: var(--black); }
.button-dark:hover, .button-dark:focus-visible { background: var(--red); }

.info-strip { color: white; background: var(--black); }
.info-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.info-strip-grid div { min-height: 108px; padding: 22px 24px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); }
.info-strip-grid div:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.info-strip-grid strong { margin-bottom: 4px; color: #fff; }
.info-strip-grid span { color: #d5d5d5; }

.section { padding: 112px 0; }
.section-heading { max-width: 720px; margin-bottom: 46px; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.06rem; }
.menu-section { background: #fff; }
.menu-layout { display: grid; grid-template-columns: 1.22fr .78fr; gap: 24px; align-items: stretch; }
.side-stack { display: grid; gap: 24px; }
.menu-panel { border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; background: var(--paper); box-shadow: var(--shadow); }
.menu-title-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 18px; }
.menu-title-simple { margin-bottom: 8px; }
.menu-title-row h3 { margin: 0; }
.price-pill { flex: 0 0 auto; border-radius: 999px; background: var(--red); color: white; padding: 7px 13px; font-weight: 950; }
.price-pill.light { background: white; color: var(--red); }
.menu-list { display: grid; }
.menu-list-simple { gap: 0; }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 20px 0; border-top: 1px dashed #d7ccc1; }
.menu-item-simple { grid-template-columns: 1fr; }
.menu-item p { margin: 0; color: var(--muted); }
.menu-item > strong { color: var(--red); font-size: 1.2rem; }
.accent-panel { color: white; background: linear-gradient(145deg, var(--red), var(--red-dark)); border: 0; }
.accent-panel h3, .accent-panel .panel-intro { color: white; }
.panel-intro { margin: 22px 0 8px; font-weight: 750; }
.sauce-list { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; margin: 0; padding: 0; }
.sauce-list li { padding: 7px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(255,255,255,.1); font-weight: 800; }
.combo-panel { overflow: hidden; padding-bottom: 0; }
.combo-panel > p:not(.eyebrow) { color: var(--muted); }
.combo-photo { min-height: 300px; margin: 28px -34px 0; background-image: linear-gradient(to top, rgba(0,0,0,.18), transparent 45%), url('assets/galeria-7.webp'); background-size: cover; background-position: center 28%; }
.menu-note { margin: 24px 0 0; color: var(--muted); font-size: .9rem; }

.gallery-section { background: var(--cream); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 40px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; gap: 18px; }
.gallery-grid-expanded { grid-auto-rows: 230px; }
.gallery-card { margin: 0; overflow: hidden; border-radius: 20px; background: #ddd; box-shadow: 0 10px 32px rgba(0,0,0,.09); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

.about-section { background: white; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; }
.about-card { min-height: 470px; border-radius: var(--radius); padding: 46px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; position: relative; }
.red-card { color: white; background: var(--red); }
.red-card::before { content: "ALA"; position: absolute; right: -20px; top: -38px; color: rgba(255,255,255,.09); font-size: 13rem; line-height: 1; font-weight: 1000; letter-spacing: -.08em; }
.red-card h2 { position: relative; color: white; }
.light-text { color: white; }
.about-copy { border-radius: var(--radius); padding: 46px; background: var(--cream); }
.about-copy > p { margin-top: 0; font-size: 1.16rem; }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; }
.value-grid div { display: flex; align-items: center; gap: 12px; padding: 18px; border-radius: 14px; background: white; }
.value-grid span { color: var(--red); font-weight: 950; }

.details-section { background: var(--black); color: white; }
.details-section h2, .details-section h3 { color: white; }
.details-section .section-heading > p:last-child { color: #bdbdbd; }
.details-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.detail-card { min-height: 250px; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.045); }
.detail-icon { display: block; margin-bottom: 26px; font-size: 2rem; }
.detail-card h3 { margin-bottom: 12px; font-size: 1.35rem; }
.detail-card p { margin: 0; color: #d2d2d2; }
.business-address { margin: 0; color: #d2d2d2; font-style: normal; }
.detail-card small { display: block; margin-top: 12px; color: #9f9f9f; }
.phone-number { color: white !important; font-size: 1.5rem; font-weight: 950; letter-spacing: .02em; }

.site-footer { padding: 30px 0; background: #090909; color: white; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; }
.footer-grid img { width: 84px; height: 84px; object-fit: contain; background: white; border-radius: 50%; }
.footer-grid p { margin: 2px 0 0; color: #aaa; }
.footer-note { text-align: right; }

@media (max-width: 900px) {
  .nav-list { gap: 16px; }
  .gallery-grid-expanded { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: 760px; }
  .hero::after { background: linear-gradient(180deg, rgba(247,243,236,.98) 0%, rgba(247,243,236,.86) 52%, rgba(247,243,236,.22) 100%); }
  .hero-media { inset: 42% 0 0 0; background-position: 37% 26%; }
  .hero-grid { min-height: 760px; align-items: start; }
  .hero-copy { padding-top: 74px; }
  .info-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .info-strip-grid div { border-bottom: 1px solid rgba(255,255,255,.14); }
  .menu-layout, .about-grid { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .details-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { position: relative; }
  .nav-wrap { min-height: auto; padding: 12px 0; flex-direction: column; }
  .brand img { width: 78px; height: 78px; }
  .nav-list { width: 100%; overflow-x: auto; padding-bottom: 4px; gap: 20px; }
  .nav-list a { white-space: nowrap; }
  .hero, .hero-grid { min-height: 720px; }
  .hero-copy { padding-top: 48px; }
  h1 { font-size: clamp(3rem, 16vw, 4.35rem); }
  .hero-facts { display: grid; gap: 4px; }
  .hero-facts span + span::before { display: none; }
  .hero-media { inset: 50% 0 0 0; background-position: 34% 30%; }
  .info-strip-grid { grid-template-columns: 1fr; }
  .info-strip-grid div { min-height: 88px; border-left: 0 !important; border-right: 0; }
  .section { padding: 78px 0; }
  .menu-panel, .about-card, .about-copy { padding: 25px; }
  .combo-photo { margin-inline: -25px; }
  .menu-title-row { align-items: center; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
  .gallery-grid-expanded { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery-wide { grid-column: span 2; }
  .gallery-grid-expanded .gallery-wide { grid-column: auto; }
  .gallery-grid-expanded .gallery-tall { grid-row: auto; }
  .gallery-tall { grid-row: span 2; }
  .value-grid, .details-grid { grid-template-columns: 1fr; }
  .about-card { min-height: 380px; }
  .footer-grid { grid-template-columns: auto 1fr; }
  .footer-note { grid-column: 1 / -1; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gallery-card img { transition: none; }
}
