:root {
  --wine: #721d25;
  --wine-dark: #2e0b10;
  --mustard: #e5ad35;
  --cream: #f1eadb;
  --paper: #fffaf0;
  --teal: #16494a;
  --ink: #171510;
  --line: rgba(23, 21, 16, .18);
  --display: "Archivo Black", Impact, sans-serif;
  --body: Inter, Arial, sans-serif;
  --max: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); }
body, button, input, select, textarea { font-family: var(--body); }
img { width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto;
  min-height: 78px; padding: 10px max(22px, calc((100vw - var(--max)) / 2));
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px;
  color: #fff; background: linear-gradient(rgba(24, 5, 8, .82), transparent);
  transition: background .25s ease, min-height .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { min-height: 66px; background: rgba(31, 7, 10, .97); box-shadow: 0 5px 24px rgba(0,0,0,.24); }
.brand { width: 76px; justify-self: start; }
.brand img { max-height: 54px; object-fit: contain; }
.site-header nav { display: flex; gap: 30px; }
.site-header nav a { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.site-header > .button { justify-self: end; }

.button {
  min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 16px;
  border: 0; cursor: pointer; font-size: .73rem; font-weight: 900; letter-spacing: .045em; text-transform: uppercase;
  box-shadow: 5px 6px 0 rgba(0,0,0,.32); transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-3px); box-shadow: 3px 4px 0 rgba(0,0,0,.42); }
.button-small { min-height: 42px; padding: 0 16px; font-size: .68rem; }
.button-large { min-height: 58px; padding: 0 25px; }
.button-yellow { color: var(--ink); background: var(--mustard); }
.button-wine { color: #fff; background: var(--wine); }
.button-whatsapp { color: #fff; background: #128c52; }
.button-cream { color: var(--wine); background: var(--cream); }

.hero { position: relative; min-height: 930px; padding: 128px max(24px, calc((100vw - var(--max))/2)) 30px; overflow: hidden; color: #fff; background: var(--wine-dark); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 32px 32px; }
.hero::after { content: "JAÚ"; position: absolute; left: -32px; bottom: 77px; color: rgba(255,255,255,.025); font: 400 24rem/.7 var(--display); letter-spacing: -.1em; }
.hero-noise { position: absolute; inset: 0; opacity: .17; background: radial-gradient(circle at 12% 18%, var(--mustard) 0 2px, transparent 2px), radial-gradient(circle at 80% 70%, var(--wine) 0 2px, transparent 3px); background-size: 41px 41px, 63px 63px; }
.hero-stage { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(44px, 6vw, 92px); align-items: center; }
.hero-copy { padding-top: 10px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: .69rem; font-weight: 900; letter-spacing: .13em; }
.eyebrow span { width: 34px; height: 3px; background: var(--mustard); }
.hero h1 { margin: 28px 0 22px; font: 400 clamp(4rem, 7.4vw, 7.4rem)/.82 var(--display); letter-spacing: -.065em; }
.hero h1 em { color: var(--mustard); font-style: normal; text-shadow: 6px 6px 0 var(--wine); }
.hero-copy > p { max-width: 570px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.35vw, 1.17rem); line-height: 1.62; }
.hero-actions { margin-top: 31px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.hero-link { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.44); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }

.hero-mosaic { min-height: 560px; display: grid; grid-template-columns: 1.28fr .72fr; grid-template-rows: 1fr 1fr; gap: 12px; position: relative; }
.hero-photo { position: relative; margin: 0; overflow: hidden; border: 8px solid var(--cream); box-shadow: 10px 12px 0 rgba(113,29,37,.72), 0 22px 45px rgba(0,0,0,.32); }
.hero-photo::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(7,5,4,.68)); }
.hero-photo img { height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.06); transition: transform .6s ease; }
.hero-photo:hover img { transform: scale(1.025); }
.hero-photo figcaption { position: absolute; z-index: 2; left: 14px; bottom: 12px; font-size: .67rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.hero-photo-main { grid-row: 1 / -1; transform: rotate(-1.2deg); }
.hero-photo-main img { object-position: 53% center; }
.hero-photo-food { transform: rotate(2deg); }
.hero-photo-table { transform: rotate(-1deg); }
.hero-stamp { position: absolute; z-index: 3; right: -25px; top: 43%; width: 108px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--mustard); color: var(--wine); text-align: center; font: 400 .92rem/1.02 var(--display); transform: rotate(8deg); box-shadow: 6px 7px 0 var(--wine); }

.quick-booking { position: relative; z-index: 3; width: min(var(--max), 100%); margin: 42px auto 0; padding: 18px; display: grid; grid-template-columns: 1.1fr .7fr .55fr 1fr auto; gap: 12px; align-items: end; color: var(--ink); background: var(--cream); border: 2px solid rgba(255,255,255,.48); box-shadow: 10px 12px 0 var(--mustard); transform: rotate(-.25deg); }
.quick-title { align-self: center; padding: 0 12px 0 4px; }
.quick-title span { display: inline-block; margin-bottom: 6px; color: var(--wine); font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.quick-title h2 { margin: 0; font: 400 clamp(1.25rem, 2vw, 2rem)/.92 var(--display); letter-spacing: -.04em; }
.quick-booking label { display: grid; gap: 6px; }
.quick-booking label > span { font-size: .63rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.quick-booking input, .quick-booking select { width: 100%; min-height: 48px; padding: 0 11px; color: var(--ink); background: var(--paper); border: 1px solid rgba(23,21,16,.25); border-radius: 0; }
.quick-booking .button { min-height: 48px; white-space: nowrap; box-shadow: none; }
.quick-note { position: relative; z-index: 3; margin: 16px 0 0; color: rgba(255,255,255,.57); font-size: .66rem; text-align: center; }

.entry-strip { display: grid; grid-template-columns: 1.2fr .95fr 1.15fr .8fr .95fr; height: 225px; overflow: hidden; background: var(--ink); }
.entry-strip figure { position: relative; margin: 0; overflow: hidden; border-right: 3px solid var(--ink); }
.entry-strip img { height: 100%; object-fit: cover; filter: saturate(.85) contrast(1.1); }
.entry-strip figure:nth-child(2) img { object-position: center 42%; }
.entry-strip figcaption { position: absolute; left: 11px; bottom: 10px; padding: 5px 7px; color: #fff; background: var(--wine); font-size: .58rem; font-weight: 900; letter-spacing: .08em; }

.ticker { overflow: hidden; color: var(--cream); background: var(--wine); border-block: 2px solid var(--mustard); }
.ticker-track { width: max-content; display: flex; animation: ticker 25s linear infinite; }
.ticker span { padding: 14px 0; white-space: nowrap; font: 400 1rem/1 var(--display); letter-spacing: .08em; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-kicker { margin-bottom: 17px; color: var(--wine); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-kicker.light { color: var(--mustard); }

.portions { padding: clamp(90px, 10vw, 150px) max(24px, calc((100vw - var(--max))/2)); overflow: hidden; background-color: var(--cream); background-image: linear-gradient(rgba(23,21,16,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(23,21,16,.055) 1px, transparent 1px); background-size: 28px 28px; }
.portions-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.portions-heading h2, .atmosphere h2, .gallery h2, .reservation h2, .location h2 { margin: 0; font: 400 clamp(3.1rem, 6.3vw, 6.7rem)/.87 var(--display); letter-spacing: -.06em; }
.portions-heading h2 em { color: var(--wine); font-style: normal; }
.portions-heading > p { max-width: 520px; margin: 0; color: #514b41; font-size: 1rem; line-height: 1.7; }
.food-hero { position: relative; height: min(690px, 63vw); min-height: 520px; margin: 0; overflow: hidden; color: #fff; background: var(--ink); border: 10px solid var(--paper); box-shadow: 12px 14px 0 var(--wine); }
.food-hero::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(7,5,3,.88)); }
.food-hero img { height: 100%; object-fit: cover; object-position: center 54%; }
.food-hero figcaption { position: absolute; z-index: 2; left: clamp(24px, 5vw, 66px); bottom: clamp(26px, 5vw, 60px); }
.food-hero figcaption > span, .food-piece span { display: inline-block; margin-bottom: 10px; padding: 5px 8px; color: var(--ink); background: var(--mustard); font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.food-hero h3 { margin: 0; font: 400 clamp(2.6rem, 5.8vw, 6.2rem)/.86 var(--display); letter-spacing: -.055em; }
.food-hero p { max-width: 470px; margin: 14px 0 0; color: rgba(255,255,255,.75); line-height: 1.55; }
.food-hero > b { position: absolute; z-index: 3; top: 28px; right: 28px; width: 124px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--wine); background: var(--mustard); font: 400 1rem/1.02 var(--display); text-align: center; transform: rotate(8deg); box-shadow: 7px 8px 0 var(--wine); }
.food-editorial { margin-top: 76px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 400px 330px; gap: 25px; align-items: stretch; }
.food-piece { position: relative; overflow: hidden; color: #fff; background: var(--ink); border: 8px solid var(--paper); box-shadow: 9px 11px 0 var(--ink); }
.food-piece::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(8,6,4,.88)); }
.food-piece img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.food-piece:hover img { transform: scale(1.035); }
.food-piece > div { position: absolute; z-index: 2; left: 23px; right: 23px; bottom: 21px; }
.food-piece h3 { margin: 0; font: 400 clamp(1.5rem, 3.3vw, 3.5rem)/.9 var(--display); letter-spacing: -.05em; }
.food-piece-tall { grid-row: 1 / span 2; transform: rotate(-1deg); }
.food-piece-wide { transform: rotate(1deg); }
.food-piece-small { width: 82%; justify-self: end; transform: rotate(-1.5deg); }
.food-film { margin-top: 82px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.food-film figure { margin: 0; padding: 9px 9px 16px; background: var(--paper); border: 1px solid var(--line); box-shadow: 8px 10px 0 var(--wine); }
.food-film figure:nth-child(1) { transform: rotate(1.4deg); }
.food-film figure:nth-child(2) { transform: rotate(-1.2deg); }
.food-film figure:nth-child(3) { transform: rotate(1deg); }
.food-film img { height: 290px; object-fit: cover; }
.food-film figcaption { padding: 13px 6px 0; display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.food-film b { font: 400 1rem/1 var(--display); }
.food-film span { color: #6a6257; font-size: .68rem; }
.portions-cta { margin-top: 56px; text-align: center; }

.atmosphere { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 820px; color: #fff; background: var(--teal); }
.atmosphere-photo { position: relative; min-height: 690px; overflow: hidden; }
.atmosphere-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, var(--teal)); }
.atmosphere-photo img { height: 100%; object-fit: cover; object-position: center; }
.atmosphere-photo > span { position: absolute; z-index: 2; left: 32px; bottom: 30px; padding: 12px 15px; color: var(--wine); background: var(--mustard); font: 400 1.25rem/.95 var(--display); transform: rotate(-3deg); box-shadow: 6px 7px 0 var(--wine); }
.atmosphere-copy { padding: clamp(80px, 9vw, 135px) max(24px, calc((100vw - var(--max))/2)) clamp(80px, 9vw, 135px) clamp(40px, 7vw, 100px); }
.atmosphere h2 em { color: var(--mustard); font-style: normal; }
.atmosphere-copy > p { max-width: 560px; margin: 28px 0 36px; color: rgba(255,255,255,.74); font-size: 1rem; line-height: 1.7; }
.roll-list { border-top: 1px solid rgba(255,255,255,.27); }
.roll-list a { min-height: 67px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.27); transition: padding .2s ease, color .2s ease; }
.roll-list a:hover { padding-left: 8px; color: var(--mustard); }
.roll-list span { color: var(--mustard); font-size: .68rem; font-weight: 900; }
.roll-list b { font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; }
.roll-list i { font-style: normal; }

.gallery { padding: clamp(95px, 11vw, 160px) max(24px, calc((100vw - var(--max))/2)); overflow: hidden; background-color: var(--cream); background-image: radial-gradient(rgba(114,29,37,.16) 1px, transparent 1px); background-size: 19px 19px; }
.gallery-heading { max-width: 900px; margin-bottom: 70px; }
.gallery h2 span { color: var(--wine); }
.gallery-heading > p { max-width: 640px; margin: 25px 0 0; color: #564f45; line-height: 1.68; }
.photo-wall { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 88px; gap: 22px; position: relative; }
.photo-wall figure { position: relative; margin: 0; padding: 9px 9px 36px; background: var(--paper); box-shadow: 9px 12px 28px rgba(56,42,28,.24); }
.photo-wall figure img { height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05); }
.photo-wall figcaption { position: absolute; left: 12px; bottom: 11px; font-size: .65rem; font-weight: 800; }
.wall-a { grid-column: 1 / span 7; grid-row: 1 / span 5; transform: rotate(-2deg); }
.wall-b { grid-column: 8 / span 5; grid-row: 1 / span 4; transform: rotate(2.5deg); }
.wall-c { grid-column: 7 / span 6; grid-row: 5 / span 5; transform: rotate(-1deg); }
.wall-d { grid-column: 1 / span 6; grid-row: 7 / span 5; transform: rotate(1.6deg); }
.wall-e { grid-column: 2 / span 4; grid-row: 12 / span 4; transform: rotate(-2.2deg); }
.wall-f { grid-column: 6 / span 7; grid-row: 11 / span 5; transform: rotate(2deg); }
.wall-g { grid-column: 1 / span 5; grid-row: 17 / span 4; transform: rotate(-1deg); }
.wall-note { grid-column: 7 / span 5; grid-row: 17 / span 3; align-self: center; justify-self: center; padding: 27px; color: var(--wine); background: var(--mustard); font: 400 clamp(1.2rem, 2.4vw, 2.5rem)/.94 var(--display); transform: rotate(4deg); box-shadow: 8px 9px 0 var(--wine); }

.sincero { min-height: 600px; padding: 95px max(24px, calc((100vw - var(--max))/2)); position: relative; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--wine); text-align: center; }
.sincero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(circle at 10% 20%, var(--mustard) 0 2px, transparent 3px), radial-gradient(circle at 80% 60%, var(--mustard) 0 2px, transparent 3px); background-size: 38px 38px, 53px 53px; }
.sincero-label { position: absolute; top: 38px; left: 50%; transform: translateX(-50%) rotate(-3deg); padding: 7px 12px; color: var(--wine); background: var(--mustard); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.sincero > div { position: relative; z-index: 2; }
.sincero > div > b { display: block; height: 55px; color: var(--mustard); font: 400 7rem/1 var(--display); }
.sincero h2 { margin: 0 0 18px; font: 400 clamp(3.8rem, 8vw, 8.2rem)/.82 var(--display); letter-spacing: -.065em; }
.sincero p { margin: 0 0 28px; color: rgba(255,255,255,.75); }
.sincero-word { position: absolute; right: -40px; bottom: -100px; color: rgba(255,255,255,.045); font: 400 18rem/1 var(--display); }

.reservation { padding: clamp(95px, 10vw, 150px) max(24px, calc((100vw - var(--max))/2)); color: #fff; background: var(--wine-dark); }
.reservation-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin-bottom: 54px; }
.reservation-head > p { margin: 0; color: rgba(255,255,255,.7); line-height: 1.65; }
.reservation-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 28px; align-items: stretch; }
.reservation-form { padding: clamp(24px, 4vw, 46px); display: grid; grid-template-columns: 1fr 1fr; gap: 18px; color: var(--ink); background: var(--cream); border: 2px solid rgba(255,255,255,.3); box-shadow: 11px 13px 0 var(--mustard); }
.field { display: grid; gap: 8px; }
.field-wide { grid-column: 1 / -1; }
.field > span { font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--paper); border: 1px solid rgba(23,21,16,.25); border-radius: 0; outline: none; }
.field input, .field select { min-height: 50px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(114,29,37,.13); }
.form-trust { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: #625b4f; font-size: .67rem; font-weight: 700; }
.reservation-aside { padding: 34px; display: flex; flex-direction: column; justify-content: space-between; gap: 40px; background: var(--teal); border: 2px solid rgba(255,255,255,.25); }
.aside-brand { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.aside-brand img { width: 90px; }
.aside-brand span, .reservation-aside > div:nth-child(2) > span { color: var(--mustard); font-size: .67rem; font-weight: 900; letter-spacing: .11em; }
.reservation-aside h3 { margin: 13px 0 18px; font: 400 clamp(2.3rem, 4vw, 4rem)/.9 var(--display); letter-spacing: -.04em; }
.reservation-aside p { color: rgba(255,255,255,.72); line-height: 1.55; font-size: .86rem; }
.reservation-aside > a { width: fit-content; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .73rem; font-weight: 900; text-transform: uppercase; }

.location { min-height: 720px; position: relative; overflow: hidden; display: grid; align-items: center; }
.location-photo { position: absolute; inset: 0; }
.location-photo img { height: 100%; object-fit: cover; object-position: center 55%; }
.location-photo div { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,5,5,.18), rgba(4,5,5,.12) 42%, rgba(4,5,5,.85)); }
.location-card { position: relative; z-index: 2; width: min(560px, calc(100% - 48px)); margin: 0 max(24px, calc((100vw - var(--max))/2)) 0 auto; padding: clamp(35px, 5vw, 66px); color: #fff; background: rgba(48,10,15,.94); border: 2px solid rgba(255,255,255,.2); box-shadow: 13px 14px 0 var(--mustard); }
.location h2 span { color: var(--mustard); }
.location-card > p { color: rgba(255,255,255,.78); font-size: 1rem; line-height: 1.55; }
.location-meta { margin: 26px 0; display: flex; flex-wrap: wrap; gap: 8px; }
.location-meta span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.28); font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.location-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.location-actions > a:last-child { border-bottom: 1px solid rgba(255,255,255,.45); font-size: .75rem; font-weight: 800; }

footer { padding: 48px max(24px, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; color: #fff; background: #171311; }
.footer-brand img { width: 90px; }
.footer-brand p { margin: 12px 0 0; color: rgba(255,255,255,.58); font-size: .76rem; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; }
.footer-links a { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.footer-address { color: rgba(255,255,255,.58); text-align: right; font-size: .75rem; line-height: 1.55; }
.mobile-cta { display: none; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .site-header nav { display: none; }
  .hero-stage { grid-template-columns: .7fr 1.3fr; gap: 30px; }
  .hero-mosaic { min-height: 500px; }
  .quick-booking { grid-template-columns: 1fr .7fr .6fr 1fr; }
  .quick-booking .button { grid-column: 1 / -1; }
  .quick-title { padding-left: 0; }
  .atmosphere { grid-template-columns: 1fr 1fr; }
  .reservation-layout { grid-template-columns: 1fr; }
  .reservation-aside { min-height: 390px; }
}

@media (max-width: 780px) {
  body { padding-bottom: 66px; }
  .site-header { min-height: 66px; padding: 8px 16px; grid-template-columns: 1fr auto; }
  .brand { width: 62px; }
  .site-header > .button { display: none; }
  .hero { min-height: auto; padding: 96px 16px 28px; }
  .hero::after { display: none; }
  .hero-stage { grid-template-columns: 1fr; gap: 38px; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.5rem); }
  .hero-copy > p { font-size: .96rem; }
  .hero-actions { gap: 18px; }
  .hero-mosaic { min-height: 540px; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr .75fr; }
  .hero-photo { border-width: 5px; }
  .hero-stamp { right: -5px; width: 88px; }
  .quick-booking { margin-top: 42px; padding: 17px; grid-template-columns: 1fr 1fr; transform: none; }
  .quick-title, .quick-occasion, .quick-booking .button { grid-column: 1 / -1; }
  .quick-title { margin-bottom: 7px; }
  .quick-note { line-height: 1.4; }
  .entry-strip { height: 170px; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .entry-strip figure { min-width: 66vw; scroll-snap-align: start; }
  .portions { padding-inline: 17px; }
  .portions-heading, .reservation-head { grid-template-columns: 1fr; gap: 25px; }
  .portions-heading h2, .atmosphere h2, .gallery h2, .reservation h2, .location h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .food-hero { height: 620px; min-height: 0; border-width: 6px; }
  .food-hero img { object-position: 47% center; }
  .food-hero > b { width: 94px; right: 18px; top: 18px; font-size: .8rem; }
  .food-hero h3 { font-size: clamp(2.7rem, 12vw, 4.4rem); }
  .food-hero figcaption { left: 22px; right: 22px; bottom: 26px; }
  .food-editorial { margin-top: 58px; grid-template-columns: 1fr; grid-template-rows: none; gap: 30px; }
  .food-piece, .food-piece-tall, .food-piece-wide, .food-piece-small { width: 100%; min-height: 430px; grid-row: auto; transform: none; }
  .food-film { margin-top: 62px; display: flex; gap: 18px; overflow-x: auto; padding: 12px 12px 26px; scroll-snap-type: x mandatory; }
  .food-film figure { min-width: 82vw; scroll-snap-align: center; transform: none !important; }
  .food-film img { height: 260px; }
  .atmosphere { grid-template-columns: 1fr; }
  .atmosphere-photo { min-height: 520px; }
  .atmosphere-photo::after { background: linear-gradient(transparent 68%, var(--teal)); }
  .atmosphere-copy { padding: 55px 18px 88px; }
  .gallery { padding-inline: 17px; }
  .photo-wall { display: flex; gap: 17px; overflow-x: auto; padding: 14px 13px 36px; scroll-snap-type: x mandatory; }
  .photo-wall figure { min-width: 78vw; height: 460px; transform: none !important; scroll-snap-align: center; }
  .wall-note { min-width: 72vw; min-height: 300px; display: grid; place-items: center; transform: none; text-align: center; }
  .sincero { min-height: 540px; }
  .sincero h2 { font-size: clamp(3.5rem, 16vw, 5.7rem); }
  .reservation { padding-inline: 17px; }
  .reservation-form { grid-template-columns: 1fr; padding: 22px; box-shadow: 7px 8px 0 var(--mustard); }
  .field-wide { grid-column: auto; }
  .form-trust { display: grid; }
  .location { min-height: 700px; align-items: end; padding-bottom: 34px; }
  .location-photo div { background: linear-gradient(transparent 10%, rgba(4,5,5,.22) 35%, rgba(4,5,5,.82)); }
  .location-card { width: calc(100% - 34px); margin: 0 auto; padding: 32px 24px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand img { margin: 0 auto; }
  .footer-address { text-align: center; }
  .mobile-cta { position: fixed; z-index: 110; inset: auto 0 0; min-height: 66px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: var(--wine); background: var(--mustard); border-top: 2px solid var(--wine); font: 400 .9rem/1 var(--display); box-shadow: 0 -7px 26px rgba(0,0,0,.26); }
}

@media (max-width: 440px) {
  .hero-actions .button, .hero-link { width: 100%; }
  .hero-link { text-align: center; }
  .hero-mosaic { min-height: 490px; }
  .quick-booking { grid-template-columns: 1fr; }
  .quick-title, .quick-occasion, .quick-booking .button { grid-column: auto; }
  .food-film figure { min-width: 88vw; }
  .photo-wall figure { min-width: 86vw; height: 420px; }
}

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