
:root {
  --red: #851012;
  --wine: #290907;
  --gold: #ffcc29;
  --green: #3c9648;
  --dark-green: #2d381d;
  --cream: #f5f0e7;
  --ink: #1d1714;
  --white: #fffdf7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Myriad Pro", "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-header { height: 96px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid rgba(41,9,7,.12); }
.brand { width: 132px; height: 76px; display: grid; place-items: center; }
.brand img { width: 126px; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); font-size: 14px; font-weight: 650; }
.nav > a:not(.nav-cta) { position: relative; padding: 10px 0; }
.nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--red); transition: .25s; }
.nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 13px 22px; background: var(--red); color: white; border-radius: 999px; transition: .25s; }
.nav-cta:hover { background: var(--wine); transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--wine); margin: 5px; }

.hero { min-height: 740px; height: min(900px, 100vh); padding: 150px 7vw 90px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 79% 50%, #fff9e8 0 25%, transparent 26%), linear-gradient(115deg, #f7f2e9 0 63%, #efe5d3 63%); }
.hero::before { content: ""; position: absolute; width: 60vw; height: 60vw; min-width: 640px; min-height: 640px; border-radius: 50%; right: -16vw; top: 12%; border: 90px solid rgba(255,204,41,.7); box-shadow: 0 0 0 42px var(--green), 0 0 0 68px var(--red); opacity: .92; }
.hero-rings { position: absolute; inset: auto -12vw -42vw auto; width: 75vw; height: 75vw; border: 1px solid rgba(133,16,18,.18); border-radius: 50%; }
.hero-rings::before,.hero-rings::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(133,16,18,.15); inset: 8%; }
.hero-rings::after { inset: 18%; }
.hero-copy { position: relative; z-index: 2; max-width: 680px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--red); font-size: 12px; text-transform: uppercase; letter-spacing: .22em; font-weight: 800; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--red); }
.hero h1,.section h2 { margin: 22px 0; font-size: clamp(55px, 6.1vw, 96px); line-height: .94; letter-spacing: -.055em; font-weight: 800; }
h1 em,.section h2 em { color: var(--red); font-style: normal; }
.hero-copy > p { max-width: 585px; color: #5d5049; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 3px; font-size: 14px; font-weight: 800; transition: .25s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(41,9,7,.16); }
.button-primary { background: var(--red); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; border-bottom: 1px solid var(--ink); padding: 8px 0; }
.hero-mark { position: relative; z-index: 3; justify-self: center; width: min(39vw, 530px); }
.hero-photo { aspect-ratio: 1; border-radius: 50%; background: white; overflow: hidden; position: relative; box-shadow: 0 28px 80px rgba(41,9,7,.2); animation: float 6s ease-in-out infinite; border: 12px solid rgba(255,255,255,.96); }
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(41,9,7,.36)); }
.hero-logo-badge { position: absolute; z-index: 2; left: 7%; bottom: 7%; width: 40%; min-width: 150px; padding: 9px 13px; background: rgba(255,255,255,.94); border-radius: 3px; box-shadow: 0 8px 24px rgba(41,9,7,.22); }
.hero-stamp { position: absolute; bottom: 8%; right: -3%; width: 90px; height: 90px; background: var(--wine); color: var(--gold); border-radius: 50%; display: grid; place-items: center; text-align: center; font-size: 11px; line-height: 1.4; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; transform: rotate(9deg); }
.scroll-cue { position: absolute; bottom: 30px; left: 7vw; font-size: 11px; text-transform: uppercase; letter-spacing: .17em; color: #6f625b; display: flex; align-items: center; gap: 12px; }
.scroll-cue span { width: 52px; height: 1px; background: #9f918a; position: relative; overflow: hidden; }
.scroll-cue span::after { content: ""; position: absolute; inset: 0; background: var(--red); animation: scroll 2.5s infinite; }

.section { padding: 120px 7vw; }
.section-kicker { display: flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--red); }
.section-kicker span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; }
.section-kicker.light { color: var(--gold); }
.manifesto { background: var(--white); }
.manifesto-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: end; }
.manifesto h2 { font-size: clamp(50px, 5.8vw, 87px); }
.manifesto-copy { padding-bottom: 8px; }
.manifesto-copy p { font-size: 18px; line-height: 1.7; color: #63554e; }
.manifesto-copy p:first-child { font-size: 22px; color: var(--ink); }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.pill-row span { padding: 9px 14px; border: 1px solid #d7ccc0; border-radius: 999px; font-size: 12px; font-weight: 700; }

.space-section { background: var(--cream); display: grid; grid-template-columns: .74fr 1.26fr; gap: 6vw; align-items: center; }
.space-heading h2 { font-size: clamp(50px, 5.2vw, 82px); }
.space-heading > p { max-width: 510px; font-size: 18px; line-height: 1.7; color: #63554e; }
.photo-grid { height: 680px; display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: 1fr .66fr; gap: 14px; }
.photo-grid figure { margin: 0; position: relative; overflow: hidden; background: #d9c8b8; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.photo-grid figure:hover img { transform: scale(1.035); }
.photo-grid figcaption { position: absolute; left: 18px; bottom: 17px; padding: 8px 11px; background: rgba(41,9,7,.85); color: white; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; font-weight: 750; }
.photo-wide { grid-row: 1 / 3; }
.photo-wide img { object-position: center; }
.photo-tall img { object-position: center 48%; }
.photo-small img { object-position: center 35%; }

.flavor-section { background: var(--wine); color: white; position: relative; overflow: hidden; }
.flavor-section::before { content: "SABOR"; position: absolute; right: -2vw; top: 25px; font-size: 16vw; font-weight: 900; color: rgba(255,255,255,.025); letter-spacing: -.07em; }
.section-topline { display: flex; justify-content: space-between; align-items: start; }
.section-topline > p { max-width: 350px; color: #cbb8ad; line-height: 1.6; margin: 0; }
.flavor-section h2 { font-size: clamp(58px, 7vw, 108px); margin: 60px 0; }
.flavor-section h2 em { color: var(--gold); }
.flavor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.flavor-card { min-height: 440px; padding: 30px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border-radius: 2px; transition: .35s; isolation: isolate; }
.flavor-card::before,.flavor-card::after { content: ""; position: absolute; border-radius: 50%; z-index: -1; transition: .5s; }
.flavor-card::before { width: 280px; height: 280px; right: -110px; top: -70px; border: 55px solid rgba(255,255,255,.14); }
.flavor-card::after { width: 160px; height: 160px; left: -80px; bottom: -70px; background: rgba(41,9,7,.14); }
.flavor-card:hover { transform: translateY(-8px); }
.flavor-card:hover::before { transform: scale(1.16) rotate(15deg); }
.card-fire { background: var(--red); }
.card-green { background: var(--dark-green); }
.card-gold { background: var(--gold); color: var(--wine); }
.card-number { align-self: flex-end; opacity: .65; font-size: 12px; letter-spacing: .16em; }
.flavor-card p { text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 800; margin: 0 0 12px; opacity: .72; }
.flavor-card h3 { font-size: clamp(35px, 3.4vw, 52px); line-height: .95; letter-spacing: -.04em; margin: 0 0 22px; }
.flavor-card div > span { font-size: 14px; line-height: 1.5; opacity: .75; }
.menu-note { margin: 35px 0 0; text-align: right; color: #cbb8ad; }
.menu-note a { color: white; display: inline-flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--gold); margin-left: 8px; font-weight: 700; }

.hours-section { background: var(--gold); }
.hours-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 8vw; align-items: center; }
.hours-grid > div:first-child > p { max-width: 500px; line-height: 1.7; font-size: 18px; }
.hours-section h2 { font-size: clamp(55px, 6vw, 92px); }
.hours-section h2 em { color: var(--red); }
.schedule-card { background: var(--white); padding: 38px 42px 42px; box-shadow: 18px 18px 0 rgba(41,9,7,.12); }
.schedule-icon { width: 52px; height: 52px; display: grid; place-items: center; background: var(--red); color: white; border-radius: 50%; margin-bottom: 25px; }
.schedule-icon svg { width: 25px; height: 25px; }
.schedule-row { display: flex; justify-content: space-between; gap: 15px; padding: 19px 0; border-bottom: 1px solid #e2d8ce; font-size: 16px; }
.schedule-row strong { color: var(--red); }
.schedule-row.muted { color: #8f8178; }
.schedule-row.muted strong { color: inherit; }
.button-dark { width: 100%; margin-top: 28px; background: var(--wine); color: white; }

.location-section { background: var(--red); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; min-height: 660px; }
.location-section h2 { font-size: clamp(58px, 6.5vw, 98px); }
.location-section h2 em { color: var(--gold); }
.address-block { display: flex; gap: 17px; align-items: flex-start; margin: 38px 0 28px; }
.address-block > svg { color: var(--gold); width: 28px; height: 28px; }
.address-block p { margin: 0; line-height: 1.7; font-size: 18px; }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.65); }
.map-art { min-height: 430px; position: relative; background: #a31b1d; overflow: hidden; border: 1px solid rgba(255,255,255,.13); }
.map-lines { position: absolute; inset: -20%; background: repeating-radial-gradient(ellipse at 65% 45%, transparent 0 34px, rgba(255,255,255,.13) 35px 37px, transparent 38px 72px), linear-gradient(35deg, transparent 47%, rgba(255,204,41,.32) 48% 50%, transparent 51%); transform: rotate(-10deg); }
.map-lines::before,.map-lines::after { content: ""; position: absolute; background: rgba(255,255,255,.16); transform: rotate(30deg); width: 130%; height: 3px; top: 42%; left: -10%; box-shadow: 0 80px rgba(255,255,255,.12), 0 -90px rgba(255,255,255,.1); }
.map-lines::after { transform: rotate(-35deg); top: 55%; }
.map-pin { position: absolute; inset: 50% auto auto 56%; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--gold); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.map-pin svg { width: 65px; height: 65px; filter: drop-shadow(0 8px 10px rgba(41,9,7,.3)); }

.reservation { display: flex; align-items: center; justify-content: space-between; gap: 50px; background: var(--cream); }
.reservation h2 { font-size: clamp(55px, 6vw, 90px); margin-bottom: 0; }
.reservation-button { min-width: min(100%, 440px); display: grid; grid-template-columns: 60px 1fr 24px; gap: 18px; align-items: center; background: var(--green); color: white; padding: 21px 24px; box-shadow: 12px 12px 0 var(--dark-green); transition: .25s; }
.reservation-button:hover { transform: translate(-3px,-3px); box-shadow: 16px 16px 0 var(--dark-green); }
.reservation-button > span { width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.14); display: grid; place-items: center; }
.reservation-button small,.reservation-button strong { display: block; }
.reservation-button small { opacity: .8; font-size: 12px; margin-bottom: 5px; }
.reservation-button strong { font-size: 21px; }

footer { background: var(--wine); color: white; padding: 70px 7vw 28px; text-align: center; }
footer > img { width: 180px; margin: 0 auto 25px; filter: brightness(0) invert(1); opacity: .92; }
footer > p { color: #baa8a0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 50px; padding-top: 25px; display: flex; justify-content: space-between; color: #8f7b73; font-size: 12px; }
.footer-bottom a:hover { color: var(--gold); }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 45; padding: 14px 18px; border-radius: 999px; background: var(--green); color: white; display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; box-shadow: 0 8px 30px rgba(0,0,0,.24); transition: .25s; }
.whatsapp-float:hover { transform: translateY(-3px); }

@keyframes float { 0%,100%{ transform: translateY(0) rotate(-1deg); } 50%{ transform: translateY(-12px) rotate(1deg); } }
@keyframes scroll { 0%{ transform: translateX(-100%); } 60%,100%{ transform: translateX(100%); } }

@media (max-width: 900px) {
  .site-header { height: 82px; position: absolute; }
  .brand { width: 104px; height: 65px; }
  .brand img { width: 100px; }
  .menu-toggle { display: block; z-index: 55; }
  .nav { display: none; position: absolute; top: 0; left: 0; right: 0; padding: 100px 7vw 35px; background: var(--cream); flex-direction: column; align-items: stretch; gap: 6px; box-shadow: 0 20px 40px rgba(41,9,7,.16); }
  .nav.open { display: flex; }
  .nav > a { padding: 12px !important; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero { min-height: 800px; height: auto; padding: 120px 7vw 75px; grid-template-columns: 1fr; gap: 45px; text-align: left; }
  .hero::before { min-width: 380px; min-height: 380px; width: 105vw; height: 105vw; right: -47vw; top: 49%; border-width: 50px; box-shadow: 0 0 0 26px var(--green), 0 0 0 40px var(--red); }
  .hero-mark { width: min(76vw, 440px); justify-self: center; }
  .hero-actions { flex-wrap: wrap; }
  .scroll-cue { display: none; }
  .section { padding: 85px 7vw; }
  .manifesto-grid,.hours-grid,.location-section { grid-template-columns: 1fr; }
  .space-section { grid-template-columns: 1fr; }
  .photo-grid { height: 580px; }
  .manifesto-grid { gap: 30px; }
  .section-topline { gap: 30px; }
  .flavor-grid { grid-template-columns: 1fr; }
  .flavor-card { min-height: 330px; }
  .location-section { min-height: auto; }
  .reservation { flex-direction: column; align-items: stretch; }
  .reservation-button { width: 100%; }
}

@media (max-width: 560px) {
  .hero h1,.section h2 { letter-spacing: -.045em; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .button-primary { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-stamp { width: 72px; height: 72px; font-size: 9px; right: -4%; }
  .hero-logo-badge { min-width: 115px; }
  .photo-grid { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 360px 270px; }
  .photo-wide { grid-column: 1 / 3; grid-row: auto; }
  .section-topline { flex-direction: column; }
  .flavor-section h2 { margin: 42px 0; }
  .menu-note { text-align: left; line-height: 1.7; }
  .schedule-card { padding: 28px 22px 30px; box-shadow: 10px 10px 0 rgba(41,9,7,.12); }
  .schedule-row { font-size: 14px; }
  .map-art { min-height: 330px; }
  .reservation-button { min-width: 0; grid-template-columns: 48px 1fr 18px; padding: 17px; gap: 12px; }
  .reservation-button > span { width: 44px; height: 44px; }
  .reservation-button strong { font-size: 17px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 54px; height: 54px; padding: 0; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
