:root {
  --wine: #9a302f;
  --wine-dark: #211414;
  --wine-soft: #bd5b52;
  --gold: #f4dd37;
  --gold-soft: #fff09a;
  --blue: #3e6fa7;
  --pink: #d5849c;
  --brown: #704735;
  --black: #090909;
  --ink: #181715;
  --muted: #6d6761;
  --cream: #f2ede4;
  --paper: #f8f4ec;
  --white: #fffdf8;
  --line: rgba(35, 29, 24, 0.14);
  --shadow: 0 24px 72px rgba(26, 20, 17, 0.15);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 200; padding: 11px 16px; color: var(--black); background: var(--gold); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 50%;
  width: min(1180px, calc(100% - 36px));
  height: 74px;
  display: flex;
  align-items: center;
  padding: 8px 10px 8px 16px;
  border: 1px solid rgba(244, 221, 55, 0.26);
  border-radius: 22px;
  background: rgba(9, 9, 9, 0.74);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px) saturate(125%);
  transform: translateX(-50%);
  transition: background .3s ease, box-shadow .3s ease, top .3s ease;
}
.header.is-scrolled { top: 10px; background: rgba(9, 9, 9, 0.91); box-shadow: 0 17px 55px rgba(0, 0, 0, 0.28); }
.brand { width: 70px; height: 56px; overflow: hidden; display: grid; place-items: center; padding: 0; border: 1px solid rgba(244,221,55,.34); border-radius: 15px; background: #000; box-shadow: 0 0 0 1px rgba(255,255,255,.04), 0 10px 28px rgba(0,0,0,.22); }
.brand img { width: 100%; height: 100%; max-width: none; object-fit: cover; transform: scale(1.55); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.brand:hover img { transform: scale(1.62); }
.nav { margin-left: auto; display: flex; align-items: center; gap: 27px; }
.nav > a { position: relative; color: rgba(255,255,255,.79); font-size: 13px; font-weight: 600; }
.nav > a:not(.nav-order)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--gold); transition: right .25s ease; }
.nav > a:not(.nav-order):hover::after { right: 0; }
.nav-order { min-height: 52px; display: inline-flex; align-items: center; padding: 0 21px; color: var(--black) !important; background: var(--gold); border-radius: 15px; box-shadow: 0 10px 25px rgba(244,221,55,.14); }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; border: 0; border-radius: 14px; background: var(--gold); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 1px; margin: 6px auto; background: var(--black); transition: transform .25s ease; }
.menu-toggle.is-active span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle.is-active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(55px, 7vw, 105px);
  padding: 140px max(24px, calc((100% - 1180px) / 2)) 86px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 22%, rgba(244, 221, 55, .13), transparent 28%),
    linear-gradient(180deg, var(--black) 0 68%, var(--blue) 68% 100%);
}
.hero-copy { position: relative; z-index: 3; }
.hero-logo { width: 205px; height: 210px; margin: -25px 0 4px -9px; object-fit: cover; transform: scale(1.18); transform-origin: left center; mix-blend-mode: screen; }
.overline { margin: 0 0 15px; color: var(--wine-soft); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.overline-light { color: var(--gold-soft); }
h1, h2, h3, p { overflow-wrap: break-word; }
.hero h1, .section-heading h2, .menu-heading h2, .visit h2, .closing h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}
.hero h1 { max-width: 640px; font-size: clamp(58px, 6.2vw, 88px); }
.hero h1 em, .section-heading h2 em, .menu-heading h2 em, .visit h2 em { color: var(--wine); font-style: italic; font-weight: 500; }
.hero h1 em { color: var(--gold-soft); }
.hero .overline { color: var(--gold-soft); }
.hero-text { max-width: 560px; margin: 27px 0 0; color: rgba(255,255,255,.69); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border: 0; border-radius: 14px; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--black); background: var(--gold); box-shadow: 0 13px 32px rgba(244, 221, 55, .16); }
.button-primary:hover { background: #ffe94a; box-shadow: 0 17px 38px rgba(244, 221, 55, .23); }
.button-quiet { color: var(--ink); border: 1px solid var(--line); background: rgba(255,255,255,.42); }
.hero .button-quiet { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.075); backdrop-filter: blur(14px); }
.button-gold { color: var(--black); background: var(--gold); }
.service-note { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: rgba(255,255,255,.58); font-size: 12px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #5e8f61; box-shadow: 0 0 0 5px rgba(94,143,97,.1); }

.hero-gallery { position: relative; z-index: 3; width: 100%; max-width: 570px; justify-self: end; }
.hero-frame { position: relative; height: 650px; padding: 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 34px; background: rgba(255,255,255,.09); box-shadow: 0 30px 90px rgba(0,0,0,.32); backdrop-filter: blur(20px) saturate(118%); }
.hero-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 25px; transition: opacity .3s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.hero-frame:hover > img { transform: scale(1.012); }
.hero-frame > img.is-changing { opacity: .18; }
.glass { border: 1px solid rgba(255,255,255,.55); background: rgba(255,253,249,.68); box-shadow: 0 18px 45px rgba(45,28,21,.13); backdrop-filter: blur(18px) saturate(110%); }
.hero-caption { position: absolute; left: 30px; right: 30px; bottom: 28px; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 20px; color: #fff; border-color: rgba(255,255,255,.22); border-radius: 18px; background: rgba(8,8,8,.61); }
.hero-caption div { display: grid; gap: 3px; }
.hero-caption small { color: rgba(255,255,255,.56); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-caption strong { font-family: var(--serif); font-size: 25px; font-weight: 600; }
.hero-caption > span { color: var(--gold-soft); font-family: var(--serif); font-size: 30px; font-weight: 600; }
.slider-controls { display: flex; align-items: center; gap: 8px; margin: 18px 0 0 16px; }
.slider-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.3); cursor: pointer; transition: width .25s ease, border-radius .25s ease, background .25s ease; }
.slider-dot.is-active { width: 28px; border-radius: 10px; background: var(--gold-soft); }
.hero-signature { position: absolute; right: -28px; bottom: 2px; margin: 0; color: var(--gold-soft); font-family: var(--serif); font-size: 18px; font-style: italic; transform: rotate(-4deg); }

.brand-motif { position: absolute; z-index: 1; pointer-events: none; user-select: none; }
.hero-crown { width: 330px; right: -80px; top: 72px; opacity: .075; transform: rotate(10deg); }
.hero-star { width: 250px; left: 43%; bottom: -70px; opacity: .08; transform: rotate(-9deg); }

.intro-strip { min-height: 88px; display: flex; align-items: center; justify-content: center; gap: clamp(24px, 5vw, 70px); padding: 22px; color: #6f655f; border-block: 1px solid var(--line); background: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.intro-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }
.section { width: min(1180px, calc(100% - 48px)); margin-inline: auto; padding-block: clamp(90px, 10vw, 145px); }
.specialties { width: 100%; max-width: none; padding-inline: max(24px, calc((100% - 1180px) / 2)); background: linear-gradient(180deg, var(--cream) 0 56%, var(--brown) 56% 100%); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 52px; }
.section-heading h2, .menu-heading h2, .visit h2 { font-size: clamp(48px, 5vw, 72px); }
.section-heading > p { max-width: 410px; margin: 0 0 7px; color: var(--muted); line-height: 1.75; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.42); border-radius: 26px; background: rgba(255,253,248,.72); box-shadow: 0 18px 55px rgba(32,24,20,.12); backdrop-filter: blur(18px) saturate(116%); transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease, border-color .45s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-card:hover { border-color: rgba(255,255,255,.78); }
.product-double { box-shadow: inset 0 3px 0 var(--wine), 0 18px 55px rgba(32,24,20,.12); }
.product-classic { box-shadow: inset 0 3px 0 var(--brown), 0 18px 55px rgba(32,24,20,.12); }
.product-pollo { box-shadow: inset 0 3px 0 var(--pink), 0 18px 55px rgba(32,24,20,.12); }
.product-smash { box-shadow: inset 0 3px 0 var(--blue), 0 18px 55px rgba(32,24,20,.12); }
.product-photo { position: relative; height: 390px; overflow: hidden; margin: 10px; border-radius: 18px; background: var(--cream); }
.product-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.product-card:hover .product-photo img { transform: scale(1.035); }
.product-price { position: absolute; right: 14px; bottom: 14px; min-width: 67px; height: 43px; display: grid; place-items: center; padding: 0 13px; color: var(--black); border: 1px solid rgba(255,255,255,.45); border-radius: 13px; background: rgba(244,221,55,.84); backdrop-filter: blur(14px) saturate(120%); font-family: var(--serif); font-size: 19px; }
.product-content { position: relative; padding: 22px 24px 27px; }
.product-number { position: absolute; right: 23px; top: 25px; color: #b4aaa4; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.product-content h3 { max-width: 80%; margin: 0; font-family: var(--serif); font-size: 31px; font-weight: 600; letter-spacing: -.035em; line-height: 1; }
.product-content p { min-height: 67px; margin: 17px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.product-content a { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; color: var(--wine); border-top: 1px solid var(--line); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-content a span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(115,23,28,.2); border-radius: 50%; transition: transform .25s ease; }
.product-content a:hover span { transform: rotate(45deg); }

.dish-gallery { position: relative; overflow: hidden; color: #fff; background: linear-gradient(180deg, var(--cream) 0 40%, var(--blue) 40% 100%); }
.dish-gallery .section { position: relative; z-index: 2; }
.section-heading-light h2 { color: var(--ink); }
.section-heading-light h2 em { color: var(--blue); }
.section-heading-light > p { color: var(--muted); }
.dish-gallery .overline-light { color: var(--blue); }
.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.dish-card { position: relative; height: 555px; overflow: hidden; padding: 9px; border: 1px solid rgba(255,255,255,.36); border-radius: 28px; background: rgba(255,255,255,.13); box-shadow: 0 28px 70px rgba(11,31,55,.22); backdrop-filter: blur(18px) saturate(118%); transition: transform .45s cubic-bezier(.2,.8,.2,1), border-color .4s ease, box-shadow .4s ease; }
.dish-card-offset { margin-top: 46px; }
.dish-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,.28); }
.dish-card > img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.dish-card:hover > img { transform: scale(1.035); }
.glass-food { border: 1px solid rgba(255,255,255,.24); background: rgba(7,13,20,.65); box-shadow: 0 16px 45px rgba(0,0,0,.2); backdrop-filter: blur(20px) saturate(120%); }
.dish-caption { position: absolute; left: 25px; right: 25px; bottom: 24px; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 18px; border-radius: 17px; }
.dish-caption div { display: grid; }
.dish-caption small { color: rgba(255,255,255,.53); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.dish-caption h3 { margin: 2px 0 0; font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.1; }
.dish-caption strong { color: var(--gold-soft); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-align: right; text-transform: uppercase; }
.gallery-crown { width: 390px; left: -125px; top: 15%; opacity: .065; transform: rotate(-12deg); }
.gallery-star { width: 270px; right: -70px; bottom: -40px; opacity: .08; transform: rotate(10deg); }

.menu-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(180deg, var(--black) 0 61%, var(--brown) 61% 100%); }
.menu-section::before { content: ""; position: absolute; width: 520px; height: 520px; left: -180px; top: 10%; border-radius: 50%; background: rgba(244,221,55,.08); filter: blur(8px); }
.menu-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 110px); }
.menu-crown { width: 340px; right: -90px; top: 7%; opacity: .055; transform: rotate(8deg); }
.menu-star { width: 250px; left: -80px; bottom: 4%; opacity: .06; transform: rotate(-8deg); }
.menu-heading { position: sticky; top: 125px; align-self: start; }
.menu-heading h2 em { color: var(--gold-soft); }
.menu-heading > p:not(.overline) { max-width: 410px; margin: 27px 0 31px; color: rgba(255,255,255,.62); line-height: 1.75; }
.menu-list { display: grid; gap: 14px; }
.glass-dark { border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.055); box-shadow: 0 24px 60px rgba(0,0,0,.1); backdrop-filter: blur(14px); }
.menu-group { padding: 27px 30px; border-radius: 24px; }
.menu-group-title { display: flex; align-items: center; gap: 17px; padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.11); }
.menu-group-title > span { color: rgba(255,255,255,.35); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.menu-group-title h3 { margin: 0; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.menu-group ul { margin: 0; padding: 13px 0 0; list-style: none; }
.menu-group li { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.menu-group li:last-child { border-bottom: 0; }
.menu-group li > span { display: grid; font-size: 13px; font-weight: 600; }
.menu-group small { margin-top: 2px; color: rgba(255,255,255,.42); font-size: 10px; font-weight: 400; }
.menu-group li strong { color: var(--gold-soft); font-family: var(--serif); font-size: 18px; font-weight: 500; }

.promotions { width: 100%; max-width: none; padding-inline: max(24px, calc((100% - 1180px) / 2)); background: linear-gradient(180deg, var(--pink) 0 49%, var(--brown) 49% 100%); }
.promotions .overline {
  width: fit-content;
  padding: 7px 11px;
  color: #211719;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  backdrop-filter: blur(14px) saturate(118%);
}
.promotions .section-heading > p {
  padding: 15px 17px;
  color: #211a1a;
  border: 1px solid rgba(255,255,255,.44);
  border-radius: 16px;
  background: rgba(255,255,255,.36);
  box-shadow: 0 12px 35px rgba(75,42,47,.08);
  backdrop-filter: blur(16px) saturate(118%);
  font-weight: 500;
}
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.promo-card { position: relative; min-height: 305px; display: flex; flex-direction: column; padding: 29px; overflow: hidden; border: 1px solid rgba(255,255,255,.42); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(248,241,232,.6)); box-shadow: 0 22px 60px rgba(49,28,27,.14); backdrop-filter: blur(18px) saturate(118%); transition: transform .42s cubic-bezier(.2,.8,.2,1), box-shadow .42s ease; }
.promo-card:hover { transform: translateY(-7px); box-shadow: 0 30px 75px rgba(49,28,27,.2); }
.promo-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -55px; bottom: -55px; border: 1px solid rgba(211,173,69,.26); border-radius: 50%; box-shadow: 0 0 0 25px rgba(211,173,69,.05); }
.promo-day { width: fit-content; padding: 7px 10px; color: var(--wine); border: 1px solid rgba(115,23,28,.14); border-radius: 100px; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.promo-card > strong { margin-top: auto; color: var(--wine); font-family: var(--serif); font-size: 58px; font-weight: 500; line-height: 1; }
.promo-card h3 { margin: 9px 0 5px; font-family: var(--serif); font-size: 25px; font-weight: 600; }
.promo-card p { max-width: 245px; margin: 0; color: var(--muted); font-size: 12px; }

.visit { width: 100%; max-width: none; padding: 70px max(24px, calc((100% - 1180px) / 2)) clamp(90px, 10vw, 145px); background: linear-gradient(180deg, var(--cream) 0 54%, var(--gold) 54% 100%); }
.visit-card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 8vw, 105px); padding: clamp(35px, 6vw, 72px); border-radius: 30px; background: rgba(255,255,255,.64); backdrop-filter: blur(20px) saturate(118%); }
.visit h2 { font-size: clamp(44px, 4.4vw, 64px); }
.visit-copy > p:not(.overline) { max-width: 500px; margin: 24px 0 29px; color: var(--muted); }
.social-links { display: flex; gap: 12px; }
.social-links a { min-height: 43px; display: inline-flex; align-items: center; gap: 12px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; font-size: 11px; font-weight: 700; }
.schedule { border-top: 1px solid var(--line); }
.schedule > div { display: grid; gap: 5px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.schedule span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.schedule strong { font-family: var(--serif); font-size: clamp(24px, 2.5vw, 34px); font-weight: 500; }
.schedule .button { width: 100%; margin-top: 19px; }
.map-card { position: relative; height: 430px; overflow: hidden; margin-top: 22px; padding: 9px; border: 1px solid rgba(255,255,255,.7); border-radius: 30px; background: rgba(255,255,255,.42); box-shadow: var(--shadow); backdrop-filter: blur(20px) saturate(118%); }
.map-card iframe { width: 100%; height: 100%; border: 0; border-radius: 21px; filter: saturate(.72) contrast(.94); }
.map-info { position: absolute; left: 29px; right: 29px; bottom: 28px; min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 17px 19px; border-radius: 18px; background: rgba(255,253,249,.82); }
.map-info > div { display: grid; }
.map-info small { color: var(--wine); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.map-info strong { margin-top: 2px; font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1.1; }
.map-info p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.map-info > a { flex: 0 0 auto; min-height: 42px; display: inline-flex; align-items: center; gap: 10px; padding: 0 14px; color: var(--black); border-radius: 12px; background: var(--gold); font-size: 10px; font-weight: 700; }

.closing { min-height: 525px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 24px; color: #fff; text-align: center; background: linear-gradient(180deg, var(--black) 0 74%, var(--blue) 74% 100%); }
.closing > img { width: 190px; height: 195px; margin-bottom: -8px; object-fit: cover; transform: scale(1.15); mix-blend-mode: screen; }
.closing > p { margin: 0 0 8px; color: var(--gold-soft); font-family: var(--serif); font-style: italic; }
.closing h2 { font-size: clamp(54px, 6vw, 86px); }
.closing .button { margin-top: 30px; }
.footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; padding-block: 42px 95px; }
.footer > div:first-child { display: flex; align-items: center; gap: 15px; }
.footer img { width: 66px; height: 66px; border-radius: 14px; object-fit: cover; transform: scale(1.02); }
.footer p { margin: 0; color: var(--muted); font-size: 11px; }
.footer-nav { display: flex; gap: 22px; color: var(--muted); font-size: 11px; font-weight: 600; }
.footer-nav a:hover { color: var(--wine); }
.footer > small { grid-column: 1 / -1; padding-top: 21px; color: #9b918b; border-top: 1px solid var(--line); font-size: 9px; }
.whatsapp { position: fixed; z-index: 90; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 10px; padding: 8px 16px 8px 8px; color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 100px; background: rgba(18,71,42,.92); box-shadow: 0 14px 35px rgba(24,106,58,.25); backdrop-filter: blur(14px) saturate(120%); font-size: 11px; transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, background .3s ease; }
.whatsapp:hover { transform: translateY(-4px); background: rgba(19,87,47,.96); box-shadow: 0 18px 42px rgba(24,106,58,.34); }
.burger-icon { position: relative; width: 37px; height: 37px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(37,211,102,.36); border-radius: 50%; background: #e8fff0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.62); }
.burger-icon::before {
  content: "";
  width: 21px;
  height: 7px;
  border-radius: 12px 12px 3px 3px;
  background: #25d366;
  box-shadow: 0 11px 0 #25d366;
  transform: translateY(-5.5px);
}
.burger-icon::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 4px;
  border-radius: 4px;
  background: #1dae52;
  box-shadow: 0 -4px 0 rgba(37,211,102,.24), 0 4px 0 rgba(37,211,102,.24);
}
.whatsapp strong { font-size: 12px; letter-spacing: .02em; }

.menu-dialog { width: min(1120px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; overflow: auto; color: var(--ink); border: 1px solid rgba(255,255,255,.7); border-radius: 25px; background: var(--paper); box-shadow: 0 35px 100px rgba(25,13,10,.35); }
.menu-dialog::backdrop { background: rgba(28,14,13,.72); backdrop-filter: blur(8px); }
.dialog-head { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid var(--line); background: rgba(251,248,243,.9); backdrop-filter: blur(14px); }
.dialog-head small { color: var(--wine); font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.dialog-head h2 { margin: 1px 0 0; font-family: var(--serif); font-size: 27px; font-weight: 600; }
.dialog-head button { width: 43px; height: 43px; border: 0; border-radius: 50%; color: #fff; background: var(--wine); font-size: 26px; line-height: 1; cursor: pointer; }
.menu-dialog > img { width: 100%; height: auto; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-short { transition-delay: .08s; }
.reveal-delay-long { transition-delay: .16s; }

@media (max-width: 980px) {
  .nav { gap: 16px; }
  .nav > a { font-size: 12px; }
  .hero { grid-template-columns: .9fr 1.1fr; gap: 36px; }
  .hero-frame { height: 590px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-photo { height: 420px; }
  .menu-layout { grid-template-columns: .8fr 1.2fr; gap: 45px; }
}

@media (max-width: 820px) {
  .header { height: 66px; top: 12px; width: calc(100% - 24px); padding: 6px 7px 6px 13px; border-radius: 18px; }
  .brand { width: 64px; height: 52px; }
  .brand img { width: 100%; height: 100%; }
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 75px; left: 0; right: 0; display: grid; gap: 2px; padding: 11px; border: 1px solid rgba(244,221,55,.22); border-radius: 19px; background: rgba(9,9,9,.96); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-9px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav > a { padding: 12px 14px; border-radius: 11px; font-size: 13px; }
  .nav-order { margin-top: 5px; justify-content: center; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 52px; padding: 118px 22px 75px; }
  .hero-copy { order: 1; }
  .hero-gallery { order: 2; max-width: 620px; justify-self: center; }
  .hero-logo { width: 145px; height: 155px; }
  .hero h1 { font-size: clamp(54px, 12vw, 84px); }
  .hero-frame { height: min(128vw, 700px); }
  .hero-signature { right: 2px; }
  .intro-strip { justify-content: flex-start; overflow-x: auto; white-space: nowrap; padding-inline: 24px; }
  .section { width: min(100% - 40px, 680px); }
  .specialties, .promotions, .visit { width: 100%; padding-inline: 20px; }
  .section-heading { display: grid; gap: 23px; }
  .product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .product-photo { height: min(62vw, 410px); }
  .dish-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .dish-card { height: min(70vw, 470px); }
  .dish-card-offset { margin-top: 0; }
  .menu-layout { grid-template-columns: 1fr; }
  .menu-heading { position: static; }
  .promo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .promo-card { min-height: 285px; }
  .visit-card { grid-template-columns: 1fr; }
  .map-card { height: 390px; }
  .footer { grid-template-columns: 1fr; align-items: start; }
  .footer-nav { flex-wrap: wrap; }
  .footer > small { grid-column: auto; }
}

@media (max-width: 520px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-frame { padding: 8px; border-radius: 26px; }
  .hero-frame > img { border-radius: 20px; }
  .hero-caption { left: 17px; right: 17px; bottom: 16px; min-height: 76px; padding: 13px 15px; border-radius: 15px; }
  .hero-caption strong { font-size: 20px; }
  .hero-caption > span { font-size: 25px; }
  .hero-signature { display: none; }
  .section { width: calc(100% - 32px); }
  .specialties, .promotions, .visit { width: 100%; padding-inline: 16px; }
  .section-heading h2, .menu-heading h2, .visit h2 { font-size: 45px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card { border-radius: 19px; }
  .product-photo { height: 54vw; max-height: 270px; margin: 6px; border-radius: 14px; }
  .product-price { right: 9px; bottom: 9px; min-width: 52px; height: 34px; padding-inline: 9px; border-radius: 10px; font-size: 15px; }
  .product-content { padding: 16px 13px 17px; }
  .product-number { right: 13px; top: 17px; font-size: 8px; }
  .product-content h3 { max-width: 82%; font-size: clamp(20px, 6vw, 27px); }
  .product-content p { min-height: 78px; margin: 12px 0 16px; font-size: 10px; line-height: 1.55; }
  .product-content a { padding-top: 12px; font-size: 8px; letter-spacing: .05em; }
  .product-content a span { width: 25px; height: 25px; }
  .dish-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .dish-card { height: 72vw; max-height: 360px; padding: 5px; border-radius: 19px; }
  .dish-card > img { border-radius: 14px; }
  .dish-caption { left: 11px; right: 11px; bottom: 10px; min-height: 66px; padding: 9px 10px; border-radius: 13px; }
  .dish-caption small { font-size: 6px; letter-spacing: .08em; }
  .dish-caption h3 { font-size: 18px; }
  .dish-caption strong { max-width: 58px; font-size: 7px; }
  .menu-group { padding: 23px 20px; }
  .menu-group-title h3 { font-size: 26px; }
  .promo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .promo-card { min-height: 255px; padding: 18px 15px; border-radius: 19px; }
  .promo-day { padding: 6px 8px; font-size: 7px; letter-spacing: .07em; }
  .promo-card > strong { font-size: 42px; }
  .promo-card h3 { font-size: 20px; }
  .promo-card p { font-size: 10px; line-height: 1.5; }
  .visit { width: 100%; padding-inline: 0; }
  .visit-card { padding: 28px 20px; border-radius: 0; }
  .map-card { height: 410px; margin-top: 0; padding: 6px; border-radius: 0; }
  .map-card iframe { border-radius: 0; }
  .map-info { left: 16px; right: 16px; bottom: 16px; align-items: stretch; flex-direction: column; gap: 12px; padding: 15px; }
  .map-info > a { justify-content: space-between; }
  .social-links { flex-direction: column; }
  .social-links a { justify-content: space-between; }
  .closing { min-height: 460px; }
  .closing h2 { font-size: 51px; }
  .footer { width: calc(100% - 32px); }
  .whatsapp { right: 12px; bottom: 12px; }
}

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