@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

:root {
  --ink: #12100e;
  --ivory: #f6f0e5;
  --paper: #e8dfd1;
  --brass: #b7935d;
  --red: #8f1f22;
  --muted: #736b61;
  --line: rgba(18,16,14,.17);
  --font-display: 'Bodoni Moda', serif;
  --font-sans-custom: 'Instrument Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--font-sans-custom), sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: min(100% - 64px, 1280px); margin-inline: auto; }
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.eyebrow, .section-index {
  margin: 0;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 650;
}
h1, h2, h3, blockquote {
  font-family: var(--font-display), serif;
  font-weight: 450;
  line-height: .98;
  letter-spacing: -.035em;
}
h1, h2, p { margin-top: 0; }
h2 { font-size: clamp(3rem, 6.5vw, 7.2rem); margin-bottom: 0; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: .78rem 1.15rem;
  border: 1px solid currentColor;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .68rem;
  font-weight: 700;
  transition: .25s ease;
  cursor: pointer;
}
.button:hover { gap: 2.6rem; }
.button--light { color: var(--ivory); border-color: rgba(241,237,228,.7); }
.button--light:hover { color: var(--ink); background: var(--ivory); }
.button--dark { color: var(--ivory); background: var(--ink); border-color: var(--ink); }
.button--dark:hover { color: var(--ink); background: var(--brass); border-color: var(--brass); }
.button--brass { color: var(--ink); background: var(--brass); border-color: var(--brass); }
.button--cream { color: var(--ink); background: var(--ivory); border-color: var(--ivory); min-width: 205px; }
.button--cream:hover { background: var(--brass); border-color: var(--brass); }
.button--outline { color: var(--ivory); border-color: rgba(255,255,255,.7); min-width: 205px; }
.button--outline:hover { color: var(--ink); background: var(--ivory); }

.arrow-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  min-width: 240px;
  padding: .8rem 0;
  border-bottom: 1px solid currentColor;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
}
.text-link {
  padding: .7rem 0;
  border-bottom: 1px solid rgba(255,255,255,.55);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .68rem;
  font-weight: 700;
}

/* ==========================================================================
   Chrome / Topbar & Header
   ========================================================================== */
.site-chrome { position: relative; z-index: 30; color: var(--ink); background: var(--ivory); }
.site-chrome--overlay { position: absolute; inset: 0 0 auto; color: var(--ivory); background: transparent; }
.topbar { height: 42px; border-bottom: 1px solid var(--line); font-size: .6rem; text-transform: uppercase; letter-spacing: .13em; }
.site-chrome--overlay .topbar { border-color: rgba(255,255,255,.22); background: rgba(10,9,8,.2); }
.topbar__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar__inner > span:nth-child(2) { color: var(--brass); }
.topbar__inner div { display: flex; gap: 1.6rem; }
.site-header {
  position: relative;
  height: 118px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 126px minmax(0,1fr);
  align-items: center;
  gap: 2rem;
  width: min(100% - 64px, 1280px);
  margin-inline: auto;
  border-bottom: 1px solid var(--line);
}
.site-chrome--overlay .site-header { border-color: rgba(255,255,255,.24); }
.brand { display: flex; justify-content: center; }
.brand img { width: auto; height: 88px; object-fit: contain; filter: none; }
.site-chrome--overlay .brand img { filter: invert(1); }
.desktop-nav { display: flex; gap: clamp(1rem, 2vw, 2rem); }
.desktop-nav--left { justify-content: flex-end; }
.desktop-nav--right { justify-content: flex-start; }
.header-actions { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.desktop-nav a { position: relative; font-size: .67rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 650; }
.desktop-nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: .25s ease; }
.desktop-nav a:hover:after, .desktop-nav a.is-active:after { right: 0; }
.header-cta { padding: .78rem 1.2rem; border: 1px solid currentColor; text-transform: uppercase; font-size: .64rem; letter-spacing: .16em; font-weight: 700; transition: .25s ease; }
.header-cta:hover { background: var(--brass); color: var(--ink); border-color: var(--brass); }
.menu-button { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 9px; cursor: pointer; }
.menu-button span { display: block; width: 100%; height: 1px; margin: 7px 0; background: currentColor; }

/* ==========================================================================
   Mobile Drawer Navigation
   ========================================================================== */
.mobile-sheet-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}
.mobile-sheet-backdrop.is-open { opacity: 1; visibility: visible; }
.mobile-sheet {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(92vw, 430px);
  padding: 28px;
  background: var(--ink);
  color: var(--ivory);
  z-index: 101;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
  box-shadow: -10px 0 40px rgba(0,0,0,.5);
}
.mobile-sheet.is-open { transform: translateX(0); }
.mobile-sheet__top { display: flex; align-items: center; justify-content: space-between; }
.mobile-sheet__top img { width: 68px; filter: invert(1); }
.mobile-sheet__close {
  width: 42px; height: 42px;
  border: 1px solid rgba(255,255,255,.3);
  background: none; position: relative;
  cursor: pointer;
}
.mobile-sheet__close span {
  position: absolute; width: 20px; height: 1px;
  background: white; left: 10px; top: 20px;
  transform: rotate(45deg);
}
.mobile-sheet__close span:last-child { transform: rotate(-45deg); }
.mobile-nav { display: flex; flex-direction: column; margin-block: 2rem; }
.mobile-nav a {
  display: flex; gap: 1rem; align-items: baseline;
  padding: .55rem 0;
  font-family: var(--font-display), serif;
  font-size: 2.2rem; line-height: 1;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.mobile-nav a span { font: 600 .6rem var(--font-sans-custom); color: var(--brass); letter-spacing: .15em; }
.mobile-sheet > p { margin-top: auto; margin-bottom: 0; color: rgba(255,255,255,.55); font-size: .8rem; }

/* ==========================================================================
   Hero Cinema
   ========================================================================== */
.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; color: var(--ivory); overflow: hidden; }
.hero__image, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__image { object-position: center 48%; animation: hero-in 1.8s ease both; }
.hero__veil { background: linear-gradient(90deg,rgba(8,7,6,.48),rgba(8,7,6,.34)), linear-gradient(0deg,rgba(8,7,6,.72),rgba(8,7,6,.05) 72%); }
.hero__content { position: relative; z-index: 2; padding: 210px 0 125px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.hero__mark { width: 86px; height: 86px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; margin-bottom: 1.5rem; }
.hero__mark img { width: 55px; filter: invert(1); }
.hero__content .eyebrow { color: var(--brass); margin-bottom: 1rem; }
.hero h1 { max-width: 1050px; margin: 0 0 1.5rem; font-size: clamp(4rem, 7.5vw, 8.2rem); }
.hero h1 em { color: var(--ivory); font-weight: 400; }
.hero__copy { max-width: 650px; font-size: clamp(.98rem, 1.25vw, 1.15rem); color: rgba(255,255,255,.78); }
.hero__actions { display: flex; align-items: center; justify-content: center; gap: .8rem; margin-top: 1.8rem; }
.hero__footer { position: absolute; z-index: 2; bottom: 26px; left: 0; right: 0; display: flex; justify-content: space-between; font-size: .58rem; text-transform: uppercase; letter-spacing: .17em; color: rgba(255,255,255,.6); }
@keyframes hero-in { from { transform: scale(1.04); opacity: .75; } to { transform: scale(1); opacity: 1; } }

/* ==========================================================================
   Page Hero (Páginas Internas)
   ========================================================================== */
.page-hero { min-height: 620px; background: var(--paper); position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.page-hero--image { min-height: 78svh; color: var(--ivory); }
.page-hero__image, .page-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero__veil { background: linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.18)); }
.page-hero__content { position: relative; z-index: 2; padding: 210px 0 80px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.page-hero__mark { width: 72px; height: 72px; border: 1px solid rgba(143,31,34,.4); border-radius: 50%; display: grid; place-items: center; margin-bottom: 1.2rem; }
.page-hero__mark img { width: 46px; }
.page-hero--image .page-hero__mark { border-color: rgba(255,255,255,.45); }
.page-hero--image .page-hero__mark img { filter: invert(1); }
.page-hero__content .eyebrow { color: var(--red); margin-bottom: 1.2rem; }
.page-hero--image .eyebrow { color: var(--brass); }
.page-hero h1 { font-size: clamp(4.5rem, 9vw, 9rem); margin: 0; }
.page-hero__content .ornament { margin: 1.3rem 0; }
.page-hero__content > p:last-child { max-width: 620px; font-size: 1.08rem; }
.page-hero--image .page-hero__content > p:last-child { color: rgba(255,255,255,.7); }

/* ==========================================================================
   Typography Helpers & Ornaments
   ========================================================================== */
.script-label { margin: 0 0 .25rem; color: var(--red); font: italic 1.55rem var(--font-display), serif; }
.ornament { display: flex; align-items: center; gap: .8rem; width: 150px; margin: 1.5rem 0 2rem; color: var(--red); }
.ornament:before, .ornament:after { content: ""; flex: 1; height: 1px; background: currentColor; opacity: .45; }
.ornament span { font-size: .52rem; }
.ornament--light { color: var(--brass); }
.classic-link { display: inline-flex; align-items: center; gap: 2.5rem; padding: .75rem 0; border-bottom: 1px solid currentColor; text-transform: uppercase; letter-spacing: .14em; font-size: .67rem; font-weight: 750; }
.classic-link span { transition: transform .2s ease; }
.classic-link:hover span { transform: translateX(6px); }
.section-center { text-align: center; display: flex; flex-direction: column; align-items: center; }
.section-center h2 { font-size: clamp(3.3rem, 6.2vw, 6.7rem); margin: .75rem 0 0; }
.section-action { display: flex; justify-content: center; margin-top: 3.5rem; }

/* ==========================================================================
   Seções Home: Welcome, Specialties, House Feature, Chef, Awards, Booking
   ========================================================================== */
.welcome { padding: 150px 0; background: var(--ivory); overflow: hidden; }
.welcome__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(4rem, 8vw, 9rem); align-items: center; }
.welcome__photos { position: relative; min-height: 720px; }
.welcome__main { width: 78%; height: 650px; object-fit: cover; }
.welcome__detail { position: absolute; right: 0; bottom: 0; width: 43%; height: 330px; object-fit: cover; border: 10px solid var(--ivory); }
.welcome__seal { position: absolute; right: 25px; top: 48px; width: 155px; height: 155px; border-radius: 50%; background: var(--red); color: var(--ivory); display: flex; align-items: center; justify-content: center; gap: .7rem; transform: rotate(-8deg); box-shadow: 0 18px 45px rgba(70,20,15,.25); }
.welcome__seal img { width: 56px; filter: invert(1); }
.welcome__seal span { font: 450 1.05rem/1.05 var(--font-display), serif; text-transform: uppercase; letter-spacing: .09em; }
.welcome__copy h2 { font-size: clamp(3.6rem, 6vw, 6.5rem); margin: .7rem 0 0; }
.welcome__copy .lead { font: 450 clamp(1.45rem, 2vw, 2rem)/1.3 var(--font-display), serif; max-width: 610px; }
.welcome__copy > p:not(.lead,.script-label,.eyebrow) { max-width: 570px; color: var(--muted); }
.welcome__copy .classic-link { margin-top: 1.5rem; }

.specialties { padding: 130px 0 150px; background: var(--red); color: var(--ivory); }
.specialties .script-label { color: var(--brass); }
.specialties__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 65px; }
.specialty-card { position: relative; display: block; background: var(--ink); min-height: 590px; overflow: hidden; }
.specialty-card--raised { transform: translateY(-24px); }
.specialty-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: .65s ease; }
.specialty-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(5,4,3,.92),rgba(5,4,3,.05) 68%); }
.specialty-card:hover > img { transform: scale(1.035); }
.specialty-card > div { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 30px; }
.specialty-card > div > span { font-size: .6rem; letter-spacing: .2em; color: var(--brass); }
.specialty-card h3 { font-size: clamp(2.2rem, 3vw, 3.4rem); margin: .45rem 0; }
.specialty-card p { color: rgba(255,255,255,.64); font-size: .8rem; }
.specialty-card b { display: block; margin-top: 1.25rem; font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; }

.house-feature { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--paper); min-height: 850px; }
.house-feature__image { position: relative; min-height: 850px; }
.house-feature__image > img { width: 100%; height: 100%; object-fit: cover; position: absolute; }
.house-feature__badge { position: absolute; right: -82px; top: 80px; width: 164px; height: 164px; border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: .5rem; background: var(--ink); color: var(--ivory); z-index: 2; }
.house-feature__badge img { width: 52px; filter: invert(1); }
.house-feature__badge span { font: 450 1rem/1.1 var(--font-display), serif; text-transform: uppercase; letter-spacing: .06em; }
.house-feature__copy { padding: 120px clamp(55px, 8vw, 145px); display: flex; flex-direction: column; justify-content: center; }
.house-feature__copy h2 { font-size: clamp(3.5rem, 5.4vw, 6rem); margin: .7rem 0 0; }
.house-feature__copy .lead { font: 450 1.55rem/1.25 var(--font-display), serif; }
.house-feature__copy > p:not(.lead,.script-label,.eyebrow) { color: var(--muted); }
.house-feature__copy ul { list-style: none; padding: 0; margin: 1.7rem 0 2rem; border-top: 1px solid var(--line); }
.house-feature__copy li { display: flex; align-items: center; gap: 1.2rem; padding: .85rem 0; border-bottom: 1px solid var(--line); font: 450 1.1rem var(--font-display), serif; }
.house-feature__copy li span { font: 700 .58rem var(--font-sans-custom); color: var(--red); letter-spacing: .14em; }

.chef-home { background: var(--ink); color: var(--ivory); padding: 130px 0; }
.chef-home__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 8vw, 9rem); align-items: center; }
.chef-home__copy .script-label { color: var(--brass); }
.chef-home__copy h2 { font-size: clamp(3.8rem, 6vw, 6.7rem); margin: .7rem 0 0; }
.chef-home__copy blockquote { font-size: clamp(1.8rem, 2.5vw, 2.8rem); line-height: 1.22; margin: 0 0 1.8rem; color: var(--brass); }
.chef-home__copy > p:not(.script-label,.eyebrow) { color: rgba(255,255,255,.62); max-width: 570px; }
.chef-home__copy .button { margin-top: 1.4rem; }
.chef-home__photo { position: relative; }
.chef-home__photo img { width: 100%; height: 690px; object-fit: cover; }
.chef-home__photo > span { position: absolute; left: -30px; bottom: 35px; background: var(--red); padding: 1rem 1.5rem; font: 450 1.5rem/1.05 var(--font-display), serif; text-transform: uppercase; letter-spacing: .05em; }

.awards { background: var(--ivory); padding: 130px 0; }
.awards__intro { display: grid; grid-template-columns: 1.5fr .6fr; gap: 5rem; align-items: end; margin-bottom: 65px; }
.awards__intro .script-label { color: var(--red); }
.awards__intro h2 { font-size: clamp(3.5rem, 6vw, 6.5rem); margin: .7rem 0 0; }
.awards__intro > p { color: var(--muted); max-width: 420px; }
.awards__list { border-top: 1px solid var(--line); }
.award-row { display: grid; grid-template-columns: .6fr 1.2fr 1fr; align-items: center; min-height: 110px; border-bottom: 1px solid var(--line); transition: .25s ease; }
.award-row span { font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; }
.award-row strong { font: 450 clamp(1.7rem, 3vw, 3rem) var(--font-display), serif; }
.award-row span:last-child { text-align: right; color: var(--muted); }
.award-row:hover { background: var(--red); color: var(--ivory); }
.award-row:hover span:last-child { color: rgba(255,255,255,.65); }

.gallery-home { padding: 130px 0; background: var(--paper); }
.gallery-home__carousel { position: relative; margin-top: 55px; overflow: hidden; }
.gallery-home__track { display: flex; align-items: flex-start; transition: transform .4s ease; }
.gallery-home__slide { flex: 0 0 34%; padding-left: 12px; }
.gallery-home__slide a { display: block; }
.gallery-home__slide figure { position: relative; height: 520px; margin: 0; overflow: hidden; background: var(--ivory); }
.gallery-home__slide--lower figure { height: 430px; margin-top: 90px; }
.gallery-home__slide--short figure { height: 455px; margin-top: 35px; }
.gallery-home__slide img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery-home__slide figure:after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(6,5,4,.76)); }
.gallery-home__slide a:hover img { transform: scale(1.025); }
.gallery-home__slide figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; display: flex; gap: 1rem; align-items: center; color: var(--ivory); font-family: var(--font-display), serif; font-size: 1.35rem; }
.gallery-home__slide figcaption span { color: var(--brass); font: 650 .56rem var(--font-sans-custom), sans-serif; letter-spacing: .15em; }
.gallery-home__controls { width: min(100% - 64px, 1280px); margin: 28px auto 0; display: flex; align-items: center; justify-content: flex-end; gap: 1rem; }
.gallery-home__controls button { width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; font-size: 1.15rem; cursor: pointer; transition: .25s ease; }
.gallery-home__controls button:hover { color: var(--ivory); background: var(--red); border-color: var(--red); }
.gallery-home__controls span { margin-right: auto; color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; }

.booking-home { position: relative; min-height: 720px; display: flex; align-items: center; color: var(--ivory); text-align: center; overflow: hidden; }
.booking-home > img, .booking-home__veil { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.booking-home__veil { background: rgba(5,4,3,.7); }
.booking-home__content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.booking-home__content > img { width: 72px; filter: invert(1); margin-bottom: 1rem; }
.booking-home .script-label { color: var(--brass); }
.booking-home h2 { font-size: clamp(4rem, 7vw, 7.5rem); margin: .6rem 0 1.2rem; }
.booking-home__content > p:not(.script-label,.eyebrow) { max-width: 580px; color: rgba(255,255,255,.72); }
.booking-home .button { margin-top: 1.4rem; }

/* ==========================================================================
   Página A Forneria
   ========================================================================== */
.forneria-opening { position: relative; overflow: hidden; padding: 145px 0; background: var(--ivory); }
.forneria-opening__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 6rem; align-items: center; }
.forneria-opening__year { margin: 0; color: transparent; -webkit-text-stroke: 1px rgba(143,31,34,.34); font: 450 clamp(8rem, 18vw, 16rem)/.75 var(--font-display), serif; letter-spacing: -.08em; transform: rotate(-90deg); }
.forneria-opening__grid > div { max-width: 680px; }
.forneria-opening .script-label { color: var(--red); }
.forneria-opening h2 { font-size: clamp(3.8rem, 6.2vw, 7rem); margin: 1rem 0 1.6rem; }
.forneria-opening .lead { font: 450 1.5rem/1.45 var(--font-display), serif; color: var(--ink); }
.forneria-opening__grid > div > p:last-child { color: var(--muted); max-width: 590px; }

.forneria-manifesto { padding: 130px 0; background: var(--paper); }
.forneria-manifesto__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8rem; align-items: center; }
.forneria-manifesto__image { position: relative; min-height: 720px; overflow: hidden; }
.forneria-manifesto__image:after { content: ""; position: absolute; inset: 28px -28px -28px 28px; border: 1px solid var(--red); z-index: 0; }
.forneria-manifesto__image img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.forneria-manifesto h2 { font-size: clamp(3.6rem, 6vw, 6.5rem); margin: 1.5rem 0 2rem; }
.forneria-manifesto__grid > div:last-child > p:last-child { color: var(--muted); max-width: 540px; font-size: 1.05rem; }

.forneria-story { padding-block: 80px 140px; }
.forneria-chapter { display: grid; grid-template-columns: 90px .78fr 1.22fr; gap: 4.5rem; align-items: center; padding: 85px 0; border-bottom: 1px solid var(--line); }
.forneria-chapter--reverse { grid-template-columns: 90px 1.22fr .78fr; }
.forneria-chapter--reverse .forneria-chapter__copy { grid-column: 3; }
.forneria-chapter--reverse figure { grid-column: 2; grid-row: 1; }
.forneria-chapter__number { align-self: start; color: var(--red); font-size: .65rem; letter-spacing: .16em; padding-top: .5rem; }
.forneria-chapter__copy h2 { font-size: clamp(3rem, 5vw, 5.6rem); margin: 1.2rem 0 2rem; }
.forneria-chapter__copy > p:last-child { color: var(--muted); max-width: 530px; }
.forneria-chapter figure { margin: 0; min-height: 570px; overflow: hidden; background: var(--paper); }
.forneria-chapter figure img { width: 100%; height: 570px; object-fit: cover; transition: transform .7s ease; }
.forneria-chapter figure:hover img { transform: scale(1.025); }

.forneria-today { position: relative; min-height: 760px; display: flex; align-items: center; text-align: center; color: var(--ivory); overflow: hidden; }
.forneria-today > img, .forneria-today__veil { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.forneria-today__veil { background: rgba(7,6,5,.72); }
.forneria-today__content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.forneria-today__content > img { width: 72px; filter: invert(1); margin-bottom: 1rem; }
.forneria-today .script-label { color: var(--brass); }
.forneria-today h2 { font-size: clamp(4rem, 7vw, 7.5rem); margin: .7rem 0 1.4rem; }
.forneria-today__content > p:not(.script-label,.eyebrow) { max-width: 610px; color: rgba(255,255,255,.72); }
.forneria-today__content > div { display: flex; gap: .8rem; margin-top: 1.8rem; }

/* ==========================================================================
   Página Menu Gastronómico
   ========================================================================== */
.menu-showcase { padding-block: 130px 105px; }
.menu-showcase__intro { display: grid; grid-template-columns: 1.45fr .55fr; gap: 6rem; align-items: end; margin-bottom: 70px; }
.menu-showcase__intro h2 { font-size: clamp(3.5rem, 6vw, 6.6rem); margin: .8rem 0 0; }
.menu-showcase__intro h2 em, .gallery-collection__intro h2 em { color: var(--red); font-weight: 450; }
.menu-showcase__intro > p { color: var(--muted); max-width: 420px; margin-bottom: .6rem; }
.menu-showcase__grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 320px 320px; gap: 14px; }
.menu-showcase__card { grid-column: span 3; margin: 0; position: relative; overflow: hidden; background: var(--paper); }
.menu-showcase__card--hero { grid-column: span 6; grid-row: span 2; }
.menu-showcase__card--wide { grid-column: span 6; }
.menu-showcase__card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.menu-showcase__card:after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(8,7,6,.78)); }
.menu-showcase__card:hover img { transform: scale(1.025); }
.menu-showcase__card figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 20px; display: flex; align-items: center; gap: 1rem; color: var(--ivory); font-family: var(--font-display), serif; font-size: 1.45rem; }
.menu-showcase__card figcaption span { color: var(--brass); font: 650 .58rem var(--font-sans-custom), sans-serif; letter-spacing: .15em; }

.menu-index { width: 100%; display: flex; justify-content: center; gap: 0; overflow-x: auto; padding: 0 18px; border: 0; position: sticky; top: 0; background: var(--ink); color: var(--ivory); z-index: 10; }
.menu-index a { white-space: nowrap; font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; padding: 1.45rem 1.6rem; border-inline-start: 1px solid rgba(255,255,255,.12); }
.menu-index a:last-child { border-inline-end: 1px solid rgba(255,255,255,.12); }
.menu-index a:hover, .menu-index a.is-active { background: var(--red); }

.menu-page { padding-block: 60px 120px; }
.menu-section { display: grid; grid-template-columns: .75fr 1.4fr; gap: 6rem; padding: 95px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 90px; }
.menu-section__heading > span { color: var(--red); font-size: .64rem; letter-spacing: .15em; }
.menu-section__heading h2 { font-size: clamp(3rem, 5vw, 5.5rem); margin: 1rem 0; }
.menu-section__heading p { color: var(--muted); max-width: 330px; }
.menu-section__image { margin: 2.2rem 0 0; overflow: hidden; aspect-ratio: 4/3; background: var(--paper); }
.menu-section__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.menu-section__image:hover img { transform: scale(1.025); }
.menu-items { display: grid; grid-template-columns: 1fr 1fr; gap: 0 3rem; }
.menu-item { display: grid; grid-template-columns: 28px 1fr; gap: .65rem; padding: 1.15rem 0 1.5rem; border-bottom: 1px solid var(--line); }
.menu-item__number { color: var(--red); font-size: .56rem; letter-spacing: .12em; padding-top: .48rem; }
.menu-item__title { display: flex; align-items: center; gap: .7rem; }
.menu-item h3 { font-family: var(--font-display), serif; font-size: 1.55rem; margin: 0; }
.menu-item__title span { background: var(--brass); padding: .15rem .45rem; font-size: .52rem; text-transform: uppercase; letter-spacing: .12em; }
.menu-item p, .menu-disclaimer, .menu-empty { margin: .45rem 0 0; color: var(--muted); font-size: .86rem; }
.menu-disclaimer { max-width: 680px; margin: 70px auto 0; text-align: center; }

/* ==========================================================================
   Página Chef Marcelo
   ========================================================================== */
.chef-intro { padding: 135px 0; background: var(--ivory); }
.chef-intro__grid { display: grid; grid-template-columns: .7fr 2fr; gap: 4rem; }
.chef-intro blockquote { font-size: clamp(2.8rem, 5.5vw, 6rem); margin: 0 0 2rem; color: var(--red); }
.chef-intro__grid > div p { max-width: 680px; color: var(--muted); }

.timeline { padding-bottom: 130px; }
.timeline__item { display: grid; grid-template-columns: .25fr .55fr 1.5fr; gap: 2rem; padding: 50px 25px; border-top: 1px solid var(--line); transition: .25s ease; }
.timeline__item:hover { background: var(--red); color: var(--ivory); }
.timeline__item:hover p { color: rgba(255,255,255,.65); }
.timeline__item:hover > span { color: var(--brass); }
.timeline__item > span { color: var(--red); font-size: .62rem; letter-spacing: .15em; }
.timeline__item > strong { font-family: var(--font-display), serif; font-size: 1.8rem; }
.timeline__item h2 { font-size: clamp(2rem, 4vw, 4rem); margin: 0; }
.timeline__item p { max-width: 560px; color: var(--muted); }

.chef-values { background: var(--paper); padding: 110px 0; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); margin-top: 3rem; }
.values-grid > div { background: var(--paper); padding: 45px; }
.values-grid span { color: var(--red); font-size: .65rem; }
.values-grid h3 { font-size: 3rem; margin: 4rem 0 1rem; }
.values-grid p { color: var(--muted); }

/* ==========================================================================
   Página Galeria
   ========================================================================== */
.gallery-collection { padding-block: 130px; }
.gallery-collection__intro { display: grid; grid-template-columns: 1.4fr .6fr; gap: 6rem; align-items: end; margin-bottom: 65px; }
.gallery-collection__intro h2 { font-size: clamp(3.5rem, 6vw, 6.6rem); margin: .8rem 0 0; }
.gallery-collection__intro > p { color: var(--muted); max-width: 430px; margin-bottom: .5rem; }

.gallery-filters { display: flex; justify-content: center; border-block: 1px solid var(--line); margin-bottom: 50px; overflow-x: auto; }
.gallery-filters button { appearance: none; border: 0; border-inline-start: 1px solid var(--line); background: transparent; padding: 1.2rem 1.8rem; white-space: nowrap; color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; cursor: pointer; transition: .25s ease; }
.gallery-filters button:last-child { border-inline-end: 1px solid var(--line); }
.gallery-filters button:hover, .gallery-filters button.is-active { background: var(--red); color: var(--ivory); }

.gallery-page { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 135px; grid-auto-flow: dense; gap: 14px; }
.gallery-page figure { grid-column: span 4; grid-row: span 3; margin: 0; position: relative; overflow: hidden; background: var(--paper); }
.gallery-page .gallery-wide { grid-column: span 8; }
.gallery-page .gallery-tall { grid-row: span 6; }
.gallery-page figure img { width: 100%; height: 100%; object-fit: cover; position: absolute; transition: .7s ease; }
.gallery-page figure:after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(5,4,3,.72)); }
.gallery-page figure:hover img { transform: scale(1.025); }
.gallery-page figcaption { position: absolute; z-index: 2; left: 18px; bottom: 14px; color: white; text-shadow: 0 1px 8px #000; font-size: .72rem; text-transform: uppercase; letter-spacing: .11em; }
.gallery-page figcaption span { margin-right: 1rem; color: var(--brass); }

.social-callout { background: var(--red); color: var(--ivory); padding: 80px 0; }
.social-callout .shell { display: flex; align-items: center; justify-content: space-between; }
.social-callout p { font: 450 clamp(2.5rem, 5vw, 5rem) var(--font-display), serif; margin: 0; }

/* ==========================================================================
   Página Reservas
   ========================================================================== */
.reservation-page { display: grid; grid-template-columns: .8fr 1.3fr; gap: 8rem; padding-block: 130px; }
.reservation-page__aside h2 { font-size: clamp(3rem, 5vw, 5rem); margin: 1.5rem 0 2rem; }
.reservation-page__aside > p { color: var(--muted); }
.contact-block { border-top: 1px solid var(--line); padding-top: 1rem; margin-top: 2rem; }
.contact-block span { display: block; color: var(--red); font-size: .62rem; text-transform: uppercase; letter-spacing: .15em; margin-bottom: .5rem; }
.contact-block a { font: 450 1.5rem var(--font-display), serif; }

.reservation-form { background: var(--paper); padding: 60px; border-top: 6px solid var(--red); box-shadow: 0 24px 60px rgba(44,31,20,.1); }
.reservation-form label { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1.4rem; font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.reservation-form input, .reservation-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: .8rem 0; outline: none; text-transform: none; letter-spacing: normal; font-weight: 400; }
.reservation-form input:focus, .reservation-form textarea:focus { border-color: var(--red); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.form-note { margin: 1rem 0 0; color: var(--muted); font-size: .76rem; }
.form-success { color: var(--red); font-weight: 650; font-size: .82rem; margin-top: 1rem; display: none; }
.form-success.is-visible { display: block; }

/* ==========================================================================
   Página Contacto
   ========================================================================== */
.contact-intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 6rem; align-items: end; padding-block: 125px 75px; }
.contact-intro h2 { font-size: clamp(3.7rem, 6.4vw, 7rem); margin: 1rem 0 0; }
.contact-intro h2 em { color: var(--red); font-weight: 450; }
.contact-intro > p { color: var(--muted); max-width: 430px; margin-bottom: .7rem; }

.contact-location { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 620px; background: var(--paper); }
.contact-map { min-height: 620px; background: #d8d0c3; overflow: hidden; }
.contact-map iframe { width: 100%; height: 100%; min-height: 620px; border: 0; filter: saturate(.7) contrast(.95); }
.contact-location__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px; }
.contact-location__copy > span, .contact-channel > span { color: var(--red); font-size: .62rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; }
.contact-location__copy h2 { font-size: clamp(3rem, 4.8vw, 5.3rem); margin: 2.5rem 0 1.6rem; }
.contact-location__copy p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2.5rem; }

.contact-channels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); margin-block: 80px 125px; }
.contact-channel { min-height: 390px; display: flex; flex-direction: column; align-items: flex-start; padding: 38px; background: var(--ivory); transition: .3s ease; }
a.contact-channel:hover { color: var(--ivory); background: var(--red); }
a.contact-channel:hover span, a.contact-channel:hover b { color: var(--brass); }
.contact-channel--accent { color: var(--ivory); background: var(--ink); }
.contact-channel--accent > span { color: var(--brass); }
.contact-channel h3 { font-size: clamp(2.2rem, 3vw, 3.4rem); margin: 4rem 0 1.4rem; }
.contact-channel strong { font-family: var(--font-display), serif; font-size: clamp(1.35rem, 1.8vw, 2rem); font-weight: 450; line-height: 1.2; }
.contact-channel b { margin-top: auto; color: var(--red); font-size: .64rem; text-transform: uppercase; letter-spacing: .13em; }
.contact-channel p { color: var(--muted); }
.contact-channel small { margin-top: auto; color: var(--muted); font-size: .72rem; }

.reserve-teaser { background: var(--brass); padding: 110px 0; }
.reserve-teaser__grid { display: grid; grid-template-columns: 1.5fr .7fr; gap: 5rem; align-items: end; }
.reserve-teaser__grid h2 { margin-top: 1rem; }
.reserve-teaser__grid > div:last-child p { max-width: 430px; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer { background: var(--ink); color: var(--ivory); padding: 95px 0 25px; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr .6fr; gap: 4rem; }
.footer__brand img { width: 210px; filter: invert(1); margin-bottom: 1.5rem; }
.footer__brand p, .footer address { color: rgba(255,255,255,.55); font-style: normal; }
.footer__label { color: var(--brass); font-size: .64rem; text-transform: uppercase; letter-spacing: .18em; }
.footer__grid > div > a, .footer__nav a { display: block; margin: .6rem 0; font-size: .84rem; }
.footer__nav a { text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.16); padding-top: 24px; margin-top: 70px; display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: .62rem; text-transform: uppercase; letter-spacing: .13em; }

/* ==========================================================================
   Responsividade (1050px e 720px)
   ========================================================================== */
@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .header-actions { display: none; }
  .menu-button { display: block; }
  .header-cta { display: none; }
  .brand { justify-content: flex-start; }
  .topbar__inner > span:nth-child(2) { display: none; }
  .footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer__nav { display: none; }
  .reservation-page { gap: 4rem; }
  .contact-location { grid-template-columns: 1fr 1fr; }
  .contact-location__copy { padding: 45px; }
  .contact-channels { grid-template-columns: 1fr 1fr; }
  .welcome__grid { gap: 4rem; }
  .welcome__photos { min-height: 620px; }
  .welcome__main { height: 570px; }
  .specialties__grid { gap: 12px; }
  .specialty-card { min-height: 520px; }
  .house-feature { grid-template-columns: 1fr 1fr; }
  .house-feature__copy { padding: 90px 55px; }
  .house-feature__badge { right: -65px; width: 130px; height: 130px; }
  .chef-home__grid { gap: 4rem; }
  .gallery-home__slide { flex-basis: 43%; }
  .menu-showcase__grid { grid-template-rows: 280px 280px; }
  .menu-section { gap: 3.5rem; }
  .gallery-page { grid-auto-rows: 110px; }
  .forneria-opening__grid { gap: 3rem; }
  .forneria-manifesto__grid { gap: 4rem; }
  .forneria-manifesto__image { min-height: 610px; }
  .forneria-chapter, .forneria-chapter--reverse { grid-template-columns: 60px 1fr 1fr; gap: 2.5rem; }
  .forneria-chapter figure, .forneria-chapter figure img { height: 500px; min-height: 500px; }
}

@media (max-width: 720px) {
  .shell, .site-header { width: min(100% - 36px, 1280px); }
  .topbar { display: none; }
  .site-header { height: 96px; }
  .brand img { width: auto; height: 72px; }
  h2 { font-size: clamp(2.9rem, 14vw, 5rem); }
  .hero__content { padding: 150px 0 105px; }
  .hero__mark { width: 68px; height: 68px; }
  .hero__mark img { width: 43px; }
  .hero h1 { font-size: clamp(3.45rem, 16vw, 5.6rem); }
  .hero__copy br { display: none; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: .65rem; width: min(100%, 300px); }
  .hero__footer { bottom: 18px; }
  .hero__footer span:nth-child(2), .hero__footer span:nth-child(3) { display: none; }
  .page-hero { min-height: 440px; }
  .page-hero--image { min-height: 70svh; }
  .page-hero__content { padding: 140px 0 55px; }
  .page-hero h1 { font-size: clamp(4rem, 18vw, 7rem); }
  .forneria-opening { padding: 90px 0; }
  .forneria-opening__grid { grid-template-columns: 1fr; gap: 3rem; }
  .forneria-opening__year { font-size: clamp(7rem, 32vw, 10rem); transform: none; }
  .forneria-opening h2 { font-size: clamp(3.5rem, 16vw, 5.5rem); }
  .forneria-opening .lead { font-size: 1.3rem; }
  .forneria-manifesto { padding: 90px 0; }
  .forneria-manifesto__grid { grid-template-columns: 1fr; gap: 5rem; }
  .forneria-manifesto__image { min-height: 500px; }
  .forneria-manifesto h2 { font-size: clamp(3.4rem, 15vw, 5.2rem); }
  .forneria-story { padding-block: 35px 90px; }
  .forneria-chapter, .forneria-chapter--reverse { grid-template-columns: 1fr; gap: 1.5rem; padding: 65px 0; }
  .forneria-chapter__number { grid-row: 1; }
  .forneria-chapter__copy, .forneria-chapter--reverse .forneria-chapter__copy { grid-column: 1; grid-row: 2; }
  .forneria-chapter figure, .forneria-chapter--reverse figure { grid-column: 1; grid-row: 3; margin-top: 1.5rem; min-height: 440px; }
  .forneria-chapter figure img { height: 440px; }
  .forneria-chapter__copy h2 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .forneria-today { min-height: 690px; }
  .forneria-today h2 { font-size: clamp(3.7rem, 16vw, 6rem); }
  .forneria-today__content > div { width: min(100%, 300px); flex-direction: column; }
  .menu-showcase { padding-block: 85px 70px; }
  .menu-showcase__intro { grid-template-columns: 1fr; gap: 2rem; margin-bottom: 45px; }
  .menu-showcase__intro h2 { font-size: clamp(3.4rem, 15vw, 5.2rem); }
  .menu-showcase__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 250px 280px; }
  .menu-showcase__card, .menu-showcase__card--hero, .menu-showcase__card--wide { grid-column: auto; grid-row: auto; }
  .menu-showcase__card--hero { grid-column: span 2; }
  .menu-showcase__card--wide { grid-column: span 2; }
  .menu-showcase__card figcaption { left: 16px; right: 16px; bottom: 14px; font-size: 1.15rem; }
  .menu-index { width: 100%; justify-content: flex-start; padding-inline: 18px; }
  .menu-section { grid-template-columns: 1fr; gap: 1.5rem; padding: 60px 0; }
  .menu-section__image { aspect-ratio: 16/10; }
  .menu-items { grid-template-columns: 1fr; }
  .chef-intro__grid, .timeline__item { grid-template-columns: 1fr; }
  .timeline__item > span { display: none; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid h3 { margin-top: 2rem; }
  .gallery-collection { padding-block: 85px; }
  .gallery-collection__intro { grid-template-columns: 1fr; gap: 2rem; margin-bottom: 45px; }
  .gallery-collection__intro h2 { font-size: clamp(3.4rem, 15vw, 5.2rem); }
  .gallery-filters { justify-content: flex-start; margin-inline: -18px; padding-inline: 18px; }
  .gallery-page { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-page .gallery-wide, .gallery-page .gallery-tall, .gallery-page figure { grid-column: auto; grid-row: auto; min-height: 420px; }
  .social-callout .shell { align-items: flex-start; flex-direction: column; gap: 2rem; }
  .reservation-page { grid-template-columns: 1fr; gap: 3rem; padding-block: 70px; }
  .reservation-form { padding: 28px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-intro { grid-template-columns: 1fr; gap: 2rem; padding-block: 85px 55px; }
  .contact-intro h2 { font-size: clamp(3.4rem, 15vw, 5.2rem); }
  .contact-location { grid-template-columns: 1fr; }
  .contact-map, .contact-map iframe { min-height: 440px; }
  .contact-location__copy { padding: 48px 24px; }
  .contact-location__copy h2 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .contact-channels { grid-template-columns: 1fr; margin-block: 55px 85px; }
  .contact-channel { min-height: 330px; padding: 30px; }
  .welcome { padding: 90px 0; }
  .welcome__grid { grid-template-columns: 1fr; gap: 4rem; }
  .welcome__photos { min-height: 510px; }
  .welcome__main { height: 470px; width: 88%; }
  .welcome__detail { height: 230px; width: 45%; border-width: 7px; }
  .welcome__seal { width: 115px; height: 115px; right: 12px; top: 35px; }
  .welcome__seal img { width: 40px; }
  .welcome__seal span { font-size: .82rem; }
  .welcome__copy h2 { font-size: clamp(3.5rem, 16vw, 5.5rem); }
  .specialties { padding: 90px 0; }
  .specialties__grid { grid-template-columns: 1fr; margin-top: 45px; }
  .specialty-card, .specialty-card--raised { min-height: 500px; transform: none; }
  .house-feature { grid-template-columns: 1fr; }
  .house-feature__image { min-height: 540px; }
  .house-feature__badge { right: 18px; top: auto; bottom: -62px; }
  .house-feature__copy { padding: 110px 24px 80px; }
  .house-feature__copy h2 { font-size: clamp(3.4rem, 15vw, 5.2rem); }
  .chef-home { padding: 90px 0; }
  .chef-home__grid { grid-template-columns: 1fr; }
  .chef-home__photo { grid-row: 1; }
  .chef-home__photo img { height: 500px; }
  .chef-home__photo > span { left: -8px; }
  .awards__intro { grid-template-columns: 1fr; gap: 2rem; }
  .gallery-home { padding: 90px 0; }
  .gallery-home__slide { flex-basis: 84%; padding-left: 10px; }
  .gallery-home__slide figure, .gallery-home__slide--lower figure, .gallery-home__slide--short figure { height: 430px; margin-top: 0; }
  .gallery-home__slide:nth-child(even) figure { height: 370px; margin-top: 60px; }
  .gallery-home__controls { width: min(100% - 36px, 1280px); }
  .gallery-home__controls span { font-size: .56rem; }
  .booking-home { min-height: 650px; }
  .booking-home h2 { font-size: clamp(3.7rem, 16vw, 6rem); }
}

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