:root {
  --green-950: #24120f;
  --green-900: #4a201a;
  --green-800: #682d24;
  --green-700: #8a4234;
  --cream: #f8f3e9;
  --paper: #fffdf8;
  --sand: #e9decb;
  --gold: #e3a64d;
  --gold-dark: #b76b22;
  --ink: #213027;
  --muted: #68756d;
  --white: #fff;
  --shadow: 0 20px 60px rgba(22, 45, 34, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.demo-bar { min-height: 34px; padding: 7px 5vw; background: #0c1b15; color: #dce7df; display: flex; justify-content: center; align-items: center; gap: 28px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.demo-bar a { color: #f5be68; font-weight: 700; border-bottom: 1px solid currentColor; }
.site-header { height: 82px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; background: rgba(255,253,248,.97); border-bottom: 1px solid rgba(24,55,41,.08); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 42px; height: 42px; border: 1px solid var(--green-700); color: var(--green-800); border-radius: 50% 50% 46% 54%; display: grid; place-items: center; font-family: "Playfair Display", serif; font-size: 13px; font-weight: 800; transform: rotate(-4deg); }
.brand-mark { background: url("assets/logo-instagram.jpg") center/cover no-repeat; border: 0; font-size: 0; transform: none; }
.brand-copy { display: flex; flex-direction: column; line-height: .88; }
.brand-copy strong { color: var(--green-900); font-family: "Playfair Display", serif; font-size: 24px; letter-spacing: -.04em; }
.brand-copy small { color: var(--gold-dark); font-family: "Playfair Display", serif; font-size: 13px; font-style: italic; text-align: right; margin-top: 5px; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 36px); font-size: 13px; font-weight: 600; }
.nav-links > a:not(.nav-cta) { position: relative; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -7px; background: var(--gold); transition: .25s; }
.nav-links > a:hover::after { right: 0; }
.nav-cta { padding: 13px 19px; border-radius: 4px; background: var(--green-800); color: white; transition: .25s; }
.nav-cta:hover { background: var(--green-700); transform: translateY(-1px); }
.nav-toggle { display: none; border: 0; background: none; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; display: block; margin: 5px; background: var(--green-900); }

.hero { min-height: calc(100vh - 116px); position: relative; display: flex; align-items: center; background-image: url("assets/hero-sabor-prosa.png"); background-size: cover; background-position: center; color: white; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,24,18,.94) 0%, rgba(9,25,19,.78) 34%, rgba(9,25,19,.22) 67%, rgba(9,25,19,.07) 100%), linear-gradient(0deg, rgba(8,20,15,.35), transparent 45%); }
.hero-content { width: min(650px, 90vw); margin-left: 8vw; position: relative; z-index: 2; padding: 80px 0; }
.eyebrow, .section-kicker { color: var(--gold); text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 36px; height: 1px; background: var(--gold); }
.hero h1 { margin: 20px 0; font-family: "Playfair Display", serif; font-size: clamp(52px, 6vw, 82px); line-height: .98; letter-spacing: -.045em; }
.hero h1 em { color: #f3c078; font-weight: 600; }
.hero-text { max-width: 540px; color: rgba(255,255,255,.8); line-height: 1.8; font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 34px 0 44px; }
.button { min-height: 50px; padding: 0 23px; border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 13px; font-weight: 700; transition: .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #14251d; background: #e6a84d; box-shadow: 0 10px 30px rgba(217,154,62,.2); }
.button-primary:hover { background: #f0b760; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.04); }
.button-outline { border: 1px solid var(--green-800); color: var(--green-900); margin: 34px auto 0; }
.wa-icon { font-size: 17px; color: #1d7d49; }
.hero-details { display: flex; gap: 38px; }
.hero-details > div { display: flex; gap: 12px; align-items: center; }
.detail-icon { color: var(--gold); font-size: 22px; }
.hero-details p { display: flex; flex-direction: column; margin: 0; }
.hero-details small { color: rgba(255,255,255,.6); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.hero-details strong { font-family: "Playfair Display", serif; margin-top: 4px; font-size: 14px; }
.scroll-cue { position: absolute; z-index: 3; bottom: 0; right: 7vw; width: 52px; height: 64px; background: var(--paper); display: grid; place-items: center; border-radius: 26px 26px 0 0; }
.scroll-cue span { width: 1px; height: 22px; background: var(--green-900); position: relative; }
.scroll-cue span::after { content: ""; width: 7px; height: 7px; border-right: 1px solid; border-bottom: 1px solid; transform: rotate(45deg); position: absolute; bottom: 0; left: -3px; }

.trust-strip { padding: 25px 7vw; display: grid; grid-template-columns: repeat(4,1fr); background: var(--cream); border-bottom: 1px solid var(--sand); }
.trust-strip > div { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 8px 24px; border-right: 1px solid var(--sand); }
.trust-strip > div:last-child { border: 0; }
.trust-strip > div > span { color: var(--gold-dark); font-size: 21px; }
.trust-strip p { margin: 0; display: flex; flex-direction: column; }
.trust-strip strong { color: var(--green-900); font-family: "Playfair Display", serif; font-size: 14px; }
.trust-strip small { color: var(--muted); font-size: 10px; margin-top: 3px; }
.section { padding: 110px max(6vw, calc((100vw - 1220px)/2)); }
.story { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.story-visual { min-height: 560px; position: relative; }
.story-image { position: absolute; inset: 0 42px 30px 0; background: linear-gradient(145deg, rgba(74,32,26,.14), transparent), url("assets/hero-sabor-prosa.png") 72% center/cover; border-radius: 2px; }
.story-image::before { content: ""; position: absolute; width: 55%; height: 45%; left: -22px; top: -22px; border: 1px solid #d9c9ad; z-index: -1; }
.since-card { position: absolute; right: 0; bottom: 0; width: 180px; padding: 22px; background: var(--green-900); color: white; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.since-card strong { color: #d6b67d; text-transform: uppercase; font-size: 9px; letter-spacing: .2em; }
.since-card span { font: italic 700 26px "Playfair Display",serif; color: #f2c072; margin: 7px 0; }
.since-card small { font-size: 10px; color: rgba(255,255,255,.65); }
.story-copy h2, .section-heading h2, .visit h2 { color: var(--green-900); font: 700 clamp(38px,4vw,58px)/1.08 "Playfair Display",serif; letter-spacing: -.035em; margin: 15px 0 26px; }
.story-copy > p:not(.section-kicker), .visit-copy > p:not(.section-kicker) { color: var(--muted); line-height: 1.85; font-size: 15px; }
.signature { margin: 25px 0; color: var(--green-800); font: italic 20px "Playfair Display",serif; }
.signature span { display: block; color: var(--muted); font: 10px "DM Sans",sans-serif; letter-spacing: .12em; text-transform: uppercase; margin-top: 5px; }
.text-link { display: inline-flex; gap: 20px; padding-bottom: 7px; border-bottom: 1px solid var(--gold); color: var(--green-900); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.menu-section { background: var(--cream); text-align: center; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 80px; text-align: left; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 390px; color: var(--muted); line-height: 1.7; font-size: 14px; }
.menu-tabs { margin: 42px 0 28px; display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.menu-tabs button { padding: 10px 18px; border: 1px solid #d9cfbe; background: transparent; color: var(--muted); border-radius: 30px; cursor: pointer; font-size: 12px; font-weight: 600; }
.menu-tabs button.active { background: var(--green-800); border-color: var(--green-800); color: white; }
.menu-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; text-align: left; }
.dish-card { background: var(--paper); box-shadow: 0 10px 35px rgba(38,55,46,.06); transition: .3s; overflow: hidden; }
.dish-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.dish-card.hidden { display: none; }
.dish-image { height: 210px; position: relative; background-image: linear-gradient(135deg, rgba(74,32,26,.06), transparent), url("assets/hero-sabor-prosa.png"); background-size: 1200px auto; }
.dish-steak { background-position: 84% 88%; }
.dish-chicken { background-position: 91% 55%; filter: saturate(.75) sepia(.15); }
.dish-fish { background-position: 69% 52%; filter: hue-rotate(12deg) saturate(.72); }
.dish-snack { background-position: 99% 63%; filter: sepia(.25) saturate(1.2); }
.dish-dessert { background-position: 61% 57%; filter: sepia(.45) brightness(.95); }
.dish-potato { background-position: 96% 69%; }
.dish-image > span { position: absolute; left: 12px; top: 12px; color: #fff; background: var(--gold-dark); padding: 7px 10px; border-radius: 2px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.dish-info { padding: 21px; }
.dish-info > div { display: flex; justify-content: space-between; gap: 15px; align-items: baseline; }
.dish-info h3 { margin: 0; font: 700 19px "Playfair Display",serif; color: var(--green-900); }
.dish-info strong { color: var(--gold-dark); white-space: nowrap; font-size: 14px; }
.dish-info p { min-height: 55px; color: var(--muted); line-height: 1.6; font-size: 12px; }
.dish-order { padding: 8px 0; width: 100%; display: flex; justify-content: space-between; border: 0; border-top: 1px solid #eee6d8; color: var(--green-800); background: none; cursor: pointer; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.dish-order span { font-size: 18px; color: var(--gold-dark); }
.menu-note { color: #9b9285; font-size: 10px; margin-top: 15px; }

.quote-section { padding: 110px 20px; background: linear-gradient(rgba(48,20,16,.92),rgba(48,20,16,.92)), url("assets/hero-sabor-prosa.png") center 40%/cover fixed; color: white; text-align: center; }
.events-title { color: white; font: 700 clamp(38px,4vw,56px)/1.08 "Playfair Display",serif; letter-spacing: -.035em; margin: 15px 0 10px; }
.events-intro { max-width: 620px; margin: 0 auto 28px; color: rgba(255,255,255,.7); line-height: 1.7; font-size: 13px; }
.event-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: 920px; margin: 0 auto 30px; }
.event-card { display: block; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #24120f; }
.event-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; transition: .3s; }
.event-card:hover img { transform: scale(1.04); opacity: .82; }
.event-card span { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 9px; background: rgba(35,16,12,.88); color: #f2c072; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 700; }
.quote-inner { max-width: 850px; margin: auto; }
.section-kicker.light { color: #e5b160; }
.stars { color: #e6a84d; letter-spacing: .35em; margin: 20px; }
blockquote { margin: 15px 0 28px; font: italic 600 clamp(28px,3.3vw,43px)/1.35 "Playfair Display",serif; }
.review-author { display: flex; flex-direction: column; }
.review-author strong { font-size: 13px; }
.review-author span { color: rgba(255,255,255,.55); font-size: 10px; margin-top: 4px; }
.review-score { display: inline-grid; grid-template-columns: auto auto; align-items: center; gap: 0 14px; border: 1px solid rgba(255,255,255,.18); padding: 13px 20px; margin-top: 28px; }
.review-score strong { grid-row: 1/3; font: 700 32px "Playfair Display",serif; }
.review-score span { color: #e6a84d; letter-spacing: .15em; font-size: 10px; }
.review-score small { color: rgba(255,255,255,.55); font-size: 9px; }

.visit { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.visit-copy > p { max-width: 520px; }
.contact-list { margin: 32px 0; display: grid; gap: 17px; }
.contact-list > div { display: flex; gap: 15px; align-items: flex-start; }
.contact-list > div > span { color: var(--gold-dark); font-size: 20px; }
.contact-list p { margin: 0; display: flex; flex-direction: column; }
.contact-list small { color: #9a9387; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.contact-list strong { margin-top: 4px; color: var(--green-900); font-size: 13px; line-height: 1.5; }
.map-card { min-height: 480px; position: relative; overflow: hidden; background-color: #e2ddcf; background-image: linear-gradient(28deg, transparent 46%, rgba(255,255,255,.9) 47%, rgba(255,255,255,.9) 52%, transparent 53%), linear-gradient(115deg, transparent 43%, rgba(255,255,255,.75) 44%, rgba(255,255,255,.75) 49%, transparent 50%), repeating-linear-gradient(0deg, rgba(54,84,67,.1) 0 1px, transparent 1px 58px), repeating-linear-gradient(90deg, rgba(54,84,67,.1) 0 1px, transparent 1px 70px); box-shadow: var(--shadow); }
.map-card::before { content: ""; position: absolute; width: 220px; height: 520px; left: 48%; top: -20px; background: #b7d2ce; transform: rotate(16deg); opacity: .75; }
.map-pin { position: absolute; left: 50%; top: 43%; width: 60px; height: 60px; border-radius: 50% 50% 50% 4px; background: var(--green-900); color: #e8b45e; transform: translate(-50%,-50%) rotate(-45deg); display: grid; place-items: center; box-shadow: 0 12px 25px rgba(20,44,33,.3); }
.map-pin span { transform: rotate(45deg); font: 700 14px "Playfair Display",serif; }
.map-label { position: absolute; left: calc(50% - 88px); top: 55%; width: 176px; padding: 13px; text-align: center; background: white; box-shadow: 0 8px 20px rgba(0,0,0,.1); display: flex; flex-direction: column; }
.map-label strong { color: var(--green-900); font: 700 15px "Playfair Display",serif; }
.map-label small { color: var(--muted); font-size: 9px; margin-top: 4px; }
.map-card > a { position: absolute; right: 18px; bottom: 18px; padding: 11px 15px; background: white; box-shadow: 0 5px 18px rgba(0,0,0,.1); color: var(--green-900); font-size: 11px; font-weight: 700; }

footer { background: #0e241b; color: white; }
.footer-main { padding: 65px max(6vw,calc((100vw - 1220px)/2)); display: grid; grid-template-columns: 1.2fr 1.5fr 1fr auto; align-items: center; gap: 50px; }
.brand-light .brand-mark { color: #f0bb6c; border-color: #f0bb6c; }
.brand-light .brand-copy strong { color: white; }
.footer-main > p { color: rgba(255,255,255,.55); font: italic 16px/1.7 "Playfair Display",serif; }
.footer-links { display: grid; gap: 10px; font-size: 12px; color: rgba(255,255,255,.7); }
.socials { display: flex; gap: 8px; }
.socials a { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: grid; place-items: center; }
.footer-bottom { padding: 18px max(6vw,calc((100vw - 1220px)/2)); border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.36); display: flex; justify-content: space-between; font-size: 9px; }
.floating-wa { position: fixed; z-index: 60; right: 20px; bottom: 20px; background: #1f9256; color: white; padding: 12px 17px; border-radius: 30px; display: flex; align-items: center; gap: 9px; box-shadow: 0 8px 28px rgba(14,83,47,.35); font-size: 11px; transition: .25s; }
.floating-wa:hover { transform: translateY(-2px) scale(1.02); }
.floating-wa > span { font-size: 18px; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; padding: 34px 5vw 40px; background: var(--paper); box-shadow: 0 18px 35px rgba(16,37,29,.14); flex-direction: column; justify-content: center; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
  .menu-open .nav-links { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { font-size: 17px; }
  .hero { background-position: 60% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,24,18,.94), rgba(9,25,19,.65)); }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
  .trust-strip > div:nth-child(2) { border: 0; }
  .story { grid-template-columns: 1fr; }
  .story-visual { min-height: 500px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .menu-grid { grid-template-columns: repeat(2,1fr); }
  .visit { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: repeat(2,1fr); }
  .event-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 620px) {
  .demo-bar { justify-content: space-between; gap: 8px; font-size: 8px; }
  .site-header { height: 70px; padding: 0 18px; }
  .nav-links { top: 100%; padding: 28px 20px 34px; }
  .brand-copy strong { font-size: 20px; }
  .hero { min-height: calc(100svh - 104px); background-position: 68% center; }
  .hero-content { margin-left: 20px; padding: 65px 20px 70px 0; }
  .hero h1 { font-size: 48px; }
  .hero-text { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 280px; }
  .hero-details { gap: 20px; flex-direction: column; }
  .scroll-cue { display: none; }
  .trust-strip { grid-template-columns: 1fr; padding: 18px; }
  .trust-strip > div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--sand); }
  .section { padding: 80px 20px; }
  .story { gap: 50px; }
  .story-visual { min-height: 390px; }
  .story-image { right: 20px; }
  .since-card { width: 145px; }
  .menu-grid { grid-template-columns: 1fr; }
  .section-heading h2, .story-copy h2, .visit h2 { font-size: 39px; }
  .quote-section { padding: 80px 20px; background-attachment: scroll; }
  .event-grid { grid-template-columns: 1fr; max-width: 280px; }
  blockquote { font-size: 27px; }
  .map-card { min-height: 390px; }
  .footer-main { grid-template-columns: 1fr; padding: 55px 20px; gap: 25px; }
  .footer-bottom { padding: 20px; flex-direction: column; gap: 8px; line-height: 1.5; }
  .floating-wa strong { display: none; }
  .floating-wa { width: 50px; height: 50px; padding: 0; justify-content: center; }
}

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