:root {
  --burgundy: #5b1f29;
  --red: #a6192e;
  --dark-red: #741827;
  --gold: #c6922e;
  --cream: #eee1cf;
  --blue: #007c95;
  --ink: #281e20;
  --muted: #786963;
  --white: #fffdf9;
  --serif: "Droid Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
[id] { scroll-margin-top: 82px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.site-header {
  align-items: center; background: rgba(40, 30, 32, .92); color: var(--white); display: flex;
  height: 88px; justify-content: space-between; left: 0; padding: 0 5vw; position: fixed; right: 0;
  top: 0; z-index: 10; backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.12);
  transition: background .3s ease, box-shadow .3s ease, height .3s ease;
}
.site-header.is-scrolled:not(.internal-header) { background: rgba(40,30,32,.97); box-shadow: 0 10px 35px rgba(20,8,10,.2); height: 76px; position: fixed; }
.site-header.is-scrolled:not(.internal-header) .header-logo { height: 60px; }
.brand { align-items: center; display: flex; }
.header-logo { height: 70px; object-fit: contain; object-position: left center; transition: height .3s ease; width: 120px; }
.main-nav { align-items: center; display: flex; font-size: 13px; font-weight: 600; gap: 34px; }
.main-nav > a:not(.button) { padding: 15px 0; position: relative; }
.main-nav > a:not(.button)::after { background: var(--gold); bottom: 8px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: .25s; width: 100%; }
.main-nav > a:hover::after { transform: scaleX(1); }
.main-nav > a.is-current::after { transform: scaleX(1); }
.main-nav > a.call-center-link { border: 1px solid rgba(198,146,46,.7); color: var(--gold); padding: 10px 14px; transition: .25s; }
.main-nav > a.call-center-link::after { display: none; }
.main-nav > a.call-center-link:hover { background: rgba(198,146,46,.13); color: var(--white); }
.menu-toggle { display: none; }

.button {
  background: var(--red); border: 1px solid var(--red); color: var(--white); display: inline-block; font-size: 12px;
  font-weight: 700; letter-spacing: .08em; padding: 17px 25px; text-transform: uppercase; transition: .25s; cursor: pointer;
}
.button:hover { background: var(--dark-red); border-color: var(--dark-red); transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.button-small { padding: 13px 20px; }
.button-gold { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.button-light { background: var(--white); border-color: var(--white); color: var(--red); }
.text-link { border-bottom: 1px solid rgba(37,29,25,.25); font-size: 12px; font-weight: 700; letter-spacing: .06em; padding-bottom: 7px; text-transform: uppercase; }
.text-link span { color: var(--red); margin-left: 8px; }
.light-link { border-color: rgba(255,255,255,.4); color: var(--white); }
.light-link span { color: var(--gold); }
.eyebrow { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .28em; margin: 0 0 18px; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); }
h2 { font-size: clamp(38px, 5vw, 68px); line-height: 1.02; margin-bottom: 0; }

.hero { color: var(--white); height: min(900px, 100vh); min-height: 680px; overflow: hidden; position: relative; }
.hero-image {
  background: url("assets/hero-pollo-brasas-hd.jpg") center 48%/cover;
  inset: 0; position: absolute; transform: scale(1.02); animation: reveal 1.2s ease-out both;
}
.hero-shade { background: linear-gradient(90deg, rgba(35,15,19,.92) 0%, rgba(35,15,19,.68) 58%, rgba(35,15,19,.52) 100%), linear-gradient(0deg, rgba(30,15,17,.72), rgba(30,15,17,.18) 55%); inset: 0; position: absolute; }
.hero-content { animation: hero-copy-in .85s .15s ease-out both; left: 8vw; max-width: 720px; position: absolute; top: 49%; transform: translateY(-42%); }
.hero h1 { font-size: clamp(62px, 8vw, 116px); letter-spacing: -.045em; line-height: .92; margin: 0 0 28px; }
.hero-copy { font-size: clamp(16px, 1.5vw, 20px); line-height: 1.6; max-width: 560px; }
.hero-actions { align-items: center; display: flex; gap: 30px; margin-top: 38px; }
.hero-call-center { align-items: baseline; display: inline-flex; gap: 9px; margin-top: 24px; transition: color .2s; }
.hero-call-center span { color: rgba(255,255,255,.72); font-size: 12px; }
.hero-call-center strong { color: var(--gold); font-size: 13px; letter-spacing: .04em; }
.hero-call-center:hover strong { color: var(--white); }
.scroll-cue { align-items: center; bottom: 30px; display: flex; font-size: 9px; font-weight: 700; gap: 12px; left: 8vw; letter-spacing: .18em; position: absolute; text-transform: uppercase; }
.scroll-cue span { border: 1px solid rgba(255,255,255,.7); border-radius: 50%; display: block; height: 24px; position: relative; width: 24px; }
.scroll-cue span::after { background: var(--gold); content: ""; height: 6px; left: 11px; position: absolute; top: 8px; width: 1px; }

.section { padding: 120px 8vw; }
.about { background: var(--cream); }
.story { display: grid; gap: 7vw; grid-template-columns: 1.1fr 1fr .5fr; overflow: hidden; position: relative; }
.story::before { color: rgba(159,24,31,.045); content: "1981"; font-family: var(--serif); font-size: 30vw; font-weight: 700; left: -2vw; line-height: .7; position: absolute; top: 24%; z-index: -1; }
.brand-pattern, .locations-pattern {
  background-color: transparent;
  background-image:
    linear-gradient(45deg, transparent 44%, currentColor 45%, currentColor 50%, transparent 51%),
    linear-gradient(-45deg, transparent 44%, currentColor 45%, currentColor 50%, transparent 51%);
  background-size: 28px 28px;
  color: var(--gold);
  opacity: .08;
  pointer-events: none;
  position: absolute;
}
.brand-pattern { height: 230px; right: -20px; top: 0; transform: rotate(45deg); width: 230px; }
.story-intro h2 { font-size: clamp(42px, 5vw, 70px); }
.story-copy { color: var(--muted); font-size: 14px; line-height: 1.8; padding-top: 40px; }
.story-copy .lead { color: var(--ink); font-family: var(--serif); font-size: 20px; line-height: 1.6; }
.story-copy .royal-note { border-left: 2px solid var(--gold); color: var(--burgundy); font-family: var(--serif); font-style: italic; margin: 25px 0; padding-left: 18px; }
.story-copy .text-link { color: var(--ink); display: inline-block; margin-top: 20px; }
.story-stat { align-items: flex-start; border-left: 1px solid rgba(37,29,25,.18); display: flex; margin-top: 42px; padding-left: 25px; padding-top: 6px; }
.story-stat div { align-items: flex-start; display: flex; gap: 12px; }
.story-stat strong { color: var(--red); font-family: var(--serif); font-size: 64px; line-height: .8; }
.story-stat span { font-size: 10px; font-weight: 700; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }

.menu-section { background: var(--burgundy); color: var(--white); padding: 110px 5vw 90px; position: relative; }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin: 0 auto 55px; max-width: 1500px; }
.section-heading h2 { max-width: 760px; }
.section-heading > p { color: #b9aaa0; font-size: 13px; line-height: 1.7; margin-bottom: 4px; max-width: 330px; }
.dish-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin: auto; max-width: 1500px; }
.dish-card { background: #401e25; border: 1px solid rgba(255,255,255,.06); overflow: hidden; transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease; }
.dish-photo { background-position: center; background-size: cover; height: 330px; transition: transform .6s ease; }
.dish-card:hover { border-color: rgba(198,146,46,.4); box-shadow: 0 24px 55px rgba(24,8,12,.22); transform: translateY(-5px); }
.dish-card:hover .dish-photo { transform: scale(1.045); }
.dish-main { grid-column: span 2; }
.dish-main .dish-photo { height: 410px; }
.photo-chicken { background-image: url("assets/hero-pollo-real.jpg"); background-position: center 66%; }
.photo-starters { background-image: url("assets/carta-piqueos.jpg"); background-position: center 72%; }
.photo-salads { background-image: url("assets/carta-ensaladas.jpg"); background-position: center 76%; }
.photo-grill { background-image: url("assets/carta-parrillas.jpg"); background-position: center 78%; }
.photo-crispy { background-image: url("assets/carta-pollo-crispy.jpg"); background-position: center 72%; }
.photo-kings { background-image: url("assets/carta-reyes-esquina.jpg"); background-position: center 76%; }
.photo-desserts { background-image: url("assets/carta-postres.jpg"); background-position: center 78%; }
.dish-info { min-height: 180px; padding: 28px 30px; position: relative; }
.dish-tag { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.dish-info h3 { font-size: 30px; margin-bottom: 10px; }
.dish-info > p:last-child { color: #b9aaa0; font-size: 12px; line-height: 1.6; max-width: 340px; }
.menu-cta { align-items: center; display: flex; justify-content: flex-end; margin: 45px auto 0; max-width: 1500px; }
.menu-cta p { color: #b9aaa0; font-family: var(--serif); font-style: italic; margin: 0 22px 0 0; }

.promise { display: grid; gap: 8vw; grid-template-columns: 1.1fr 1fr; padding-bottom: 0; padding-top: 0; }
.promise-brand { align-items: center; display: flex; justify-content: center; min-height: 690px; overflow: hidden; position: relative; }
.promise-brand img { filter: drop-shadow(0 18px 30px rgba(91,31,41,.13)); max-width: 92%; position: relative; z-index: 1; }
.promise-brand-pattern {
  background-image:
    linear-gradient(45deg, transparent 44%, currentColor 45%, currentColor 50%, transparent 51%),
    linear-gradient(-45deg, transparent 44%, currentColor 45%, currentColor 50%, transparent 51%);
  background-size: 34px 34px;
  color: var(--burgundy);
  inset: -50px;
  opacity: .1;
  position: absolute;
  transform: rotate(45deg);
}
.promise-content { align-self: center; padding: 80px 8vw 80px 0; }
.promise h2 em { color: var(--red); font-weight: 600; }
.promise-content > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.8; margin: 30px 0 40px; max-width: 500px; }
.promise-values { border-top: 1px solid rgba(37,29,25,.15); display: flex; gap: 40px; padding-top: 25px; }
.promise-values span { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.locations { background: var(--white); overflow: hidden; position: relative; }
.locations-pattern { bottom: -80px; height: 280px; left: -70px; transform: rotate(45deg); width: 280px; }
.locations .section-heading, .locations .location-grid { position: relative; z-index: 1; }
.section-heading.dark > p { color: var(--muted); }
.locations-contact { max-width: 330px; }
.locations-contact > p { color: var(--muted); font-size: 13px; line-height: 1.7; margin-bottom: 20px; }
.locations-contact > a { color: var(--red); font-family: var(--serif); font-size: 24px; font-weight: 700; }
.locations-contact > a span { color: var(--muted); display: block; font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .18em; margin-bottom: 5px; text-transform: uppercase; }
.location-grid { border-top: 1px solid rgba(37,29,25,.15); display: grid; grid-template-columns: repeat(5, 1fr); margin: auto; max-width: 1500px; }
.location-grid article { border-right: 1px solid rgba(37,29,25,.15); padding: 32px 25px 20px 0; transition: padding .25s ease; }
.location-grid article:not(:first-child) { padding-left: 25px; }
.location-grid article:last-child { border-right: 0; }
.location-grid span { color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.location-grid h3 { font-size: 24px; margin: 28px 0 10px; }
.location-grid h3 a { transition: color .2s; }
.location-grid h3 a:hover { color: var(--red); }
.location-grid article:hover h3 a { color: var(--red); }
.location-grid p { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.location-grid p b { color: var(--red); font-size: 13px; margin-left: 5px; }

.delivery-band { align-items: center; background: linear-gradient(120deg, var(--red), var(--dark-red)); color: var(--white); display: flex; justify-content: space-between; padding: 70px 8vw; }
.delivery-band h2 { font-size: clamp(36px, 4vw, 58px); }

footer { align-items: start; background: var(--burgundy); color: var(--white); display: grid; gap: 60px; grid-template-columns: repeat(3, 1fr); padding: 70px 8vw 35px; }
.footer-nav { display: flex; flex-direction: column; gap: 15px; }
.footer-nav a { font-family: var(--serif); font-size: clamp(22px, 2vw, 30px); line-height: 1.1; transition: color .2s; }
.footer-nav a:hover, .footer-social a:hover { color: var(--gold); }
.footer-social { justify-self: center; padding-top: 5px; text-align: center; }
.footer-social p { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .18em; margin-bottom: 16px; text-transform: uppercase; }
.footer-social div { display: flex; gap: 12px; justify-content: center; }
.social-icon { align-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; display: flex; height: 46px; justify-content: center; transition: .2s; width: 46px; }
.social-icon:hover { border-color: var(--gold); }
.social-icon svg { fill: currentColor; height: 20px; width: 20px; }
.complaints-link { border-bottom: 1px solid rgba(255,255,255,.18); padding: 5px 30px 18px 0; position: relative; }
.complaints-link span { color: var(--gold); display: block; font-size: 8px; font-weight: 700; letter-spacing: .18em; margin-bottom: 8px; text-transform: uppercase; }
.complaints-link strong { font-family: var(--serif); font-size: 18px; }
.complaints-link b { color: var(--gold); font-size: 18px; position: absolute; right: 0; top: 25px; }
.complaints-link:hover strong { color: var(--gold); }
.copyright { border-top: 1px solid rgba(255,255,255,.12); color: #b29294; font-size: 9px; grid-column: 1 / -1; margin: 10px 0 0; padding-top: 24px; text-align: left; }
.floating-order { background: var(--gold); bottom: 22px; box-shadow: 0 10px 30px rgba(0,0,0,.2); color: var(--ink); display: none; padding: 12px 18px; position: fixed; right: 16px; z-index: 20; }
.floating-order span, .floating-order strong { display: block; }
.floating-order span { font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.floating-order strong { font-family: var(--serif); font-size: 16px; }
.mobile-call-center { display: none; }

@keyframes reveal { from { opacity: .5; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(calc(-42% + 22px)); } to { opacity: 1; transform: translateY(-42%); } }

.reveal-item { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
.dish-grid .reveal-item:nth-child(2n), .location-grid .reveal-item:nth-child(2n) { transition-delay: .08s; }
.dish-grid .reveal-item:nth-child(3n), .location-grid .reveal-item:nth-child(3n) { transition-delay: .16s; }

@media (max-width: 900px) {
  .site-header { height: 72px; padding: 0 20px; }
  .header-logo { height: 58px; width: 100px; }
  .menu-toggle { background: none; border: 0; display: block; height: 36px; padding: 8px; width: 40px; }
  .menu-toggle span:not(.sr-only) { background: var(--white); display: block; height: 1px; margin: 6px 0; width: 24px; }
  .main-nav { align-items: flex-start; background: var(--burgundy); display: none; flex-direction: column; gap: 15px; left: 0; padding: 25px 20px 35px; position: absolute; right: 0; top: 72px; }
  .main-nav.open { box-shadow: 0 18px 30px rgba(25,8,12,.2); display: flex; }
  .hero { min-height: 720px; }
  .hero-image { background-position: 58% center; }
  .hero-content { left: 20px; right: 20px; top: 48%; }
  .hero h1 { font-size: clamp(54px, 18vw, 78px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 25px; }
  .hero-call-center { margin-top: 26px; }
  .floating-order, .mobile-call-center { bottom: auto; box-shadow: 0 10px 30px rgba(0,0,0,.2); display: block; font-size: 12px; font-weight: 700; left: 20px; letter-spacing: .06em; padding: 15px 18px; position: fixed; right: 20px; text-align: center; text-transform: uppercase; width: auto; }
  .floating-order { background: var(--red); bottom: 76px; color: var(--white); right: 20px; z-index: 20; }
  .mobile-call-center { background: var(--gold); bottom: 16px; color: var(--ink); z-index: 19; }
  .scroll-cue { left: 20px; }
  .section { padding: 80px 20px; }
  .story { display: block; }
  .story-copy { padding-top: 35px; }
  .story-stat { margin-top: 55px; }
  .menu-section { padding: 75px 20px; }
  .section-heading { align-items: flex-start; display: block; }
  .section-heading > p { margin-top: 25px; }
  .locations-contact { margin-top: 25px; }
  .dish-grid { display: block; }
  .dish-card { margin-bottom: 18px; }
  .dish-main { grid-column: auto; }
  .dish-photo, .dish-main .dish-photo { height: 310px; }
  .dish-info { min-height: 0; }
  .menu-cta { align-items: flex-start; flex-direction: column; }
  .menu-cta p { margin-bottom: 18px; }
  .promise { display: flex; flex-direction: column; padding: 0; }
  .promise-brand { min-height: 460px; }
  .promise-brand img { max-width: 92%; }
  .promise-content { padding: 70px 20px; }
  .promise-values { gap: 18px; justify-content: space-between; }
  .location-grid { display: block; }
  .location-grid article, .location-grid article:not(:first-child) { border-bottom: 1px solid rgba(37,29,25,.15); border-right: 0; padding: 25px 0; }
  .location-grid h3 { margin: 14px 0 7px; }
  .delivery-band { align-items: flex-start; flex-direction: column; gap: 30px; padding: 60px 20px; }
  footer { display: block; padding: 55px 20px 100px; }
  .footer-contact { margin: 35px 0; }
  .copyright { text-align: left; }
  .mobile-actions-hidden { opacity: 0; pointer-events: none; transform: translateY(12px); }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal-item { opacity: 1; transform: none; }
}
