/* ============================================================
   LA CASA DELLA PASTA — styles
   Palette from the room: terracotta walls · barolo wine · candlelight gold · parchment
   Type: Fraunces (display) · Alegreya Sans (text/UI) · Italianno (script accents)
   Mood: candlelit trattoria — dark cinematic stages, warm parchment interludes
   ============================================================ */
:root {
  --crema: #F4E9D6;
  --crema-2: #EDDFC6;
  --crema-3: #E4D3B6;
  --nero: #160C0A;
  --nero-2: #221110;
  --terra: #A2432E;
  --terra-2: #8A3826;
  --terra-deep: #6E2C1E;
  --barolo: #63111E;
  --barolo-2: #7E1B2C;
  --oro: #C98F3D;
  --oro-2: #DBA954;
  --ink: #2C1712;
  --muted: #7C5A48;
  --line: rgba(110, 44, 30, .18);

  --display: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  --sans: 'Alegreya Sans', 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
  --script: 'Italianno', 'Snell Roundhand', cursive;

  --wrap: 1240px;
  --gutter: clamp(20px, 4vw, 56px);
  --radius: 16px;
  --shadow: 0 24px 60px -30px rgba(44, 23, 18, .4);
  --linen: repeating-linear-gradient(180deg, rgba(0,0,0,0) 0 27px, rgba(110, 44, 30, .05) 27px 28px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  margin: 0;
  background: var(--crema);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17.5px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--oro); outline-offset: 3px; border-radius: 4px; }
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }

/* Type */
h1, h2, h3, .display { font-family: var(--display); font-weight: 560; font-variation-settings: "opsz" 100, "SOFT" 0, "WONK" 1; letter-spacing: -.015em; line-height: .96; margin: 0; color: var(--barolo); }
h1 { font-size: clamp(48px, 7.4vw, 118px); }
h2 { font-size: clamp(34px, 4.6vw, 64px); }
h3 { font-size: clamp(24px, 2.8vw, 34px); }
.display { font-size: clamp(34px, 4.3vw, 66px); }
.lead { font-size: clamp(17px, 1.35vw, 20px); line-height: 1.5; color: var(--ink); max-width: 56ch; }
.eyebrow { font: 700 13px/1.3 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--terra); margin: 0 0 16px; }
.script { font-family: var(--script); font-weight: 400; color: var(--barolo); font-size: clamp(44px, 6vw, 92px); line-height: 1; margin: 0; }
.script.light { color: var(--crema); text-shadow: 0 2px 30px rgba(0,0,0,.55); }
p { margin: 0 0 1em; }
em { font-style: italic; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; border-radius: 999px; font: 700 14px/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; border: 1.5px solid transparent; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-barolo { background: var(--barolo); color: var(--crema); box-shadow: 0 10px 30px -12px rgba(99, 17, 30, .6); }
.btn-barolo:hover { background: var(--barolo-2); }
.btn-cream { background: var(--crema); color: var(--barolo); }
.btn-cream:hover { background: #fff8ea; }
.btn-gold { background: var(--oro); color: var(--nero); }
.btn-gold:hover { background: var(--oro-2); }
.btn-ghost { background: rgba(22, 12, 10, .3); color: var(--crema); border-color: rgba(244, 233, 214, .5); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(22, 12, 10, .55); }
.btn-ghost-dark { background: transparent; color: var(--barolo); border-color: rgba(99, 17, 30, .45); }
.btn-ghost-dark:hover { background: rgba(99, 17, 30, .07); }
.btn-nav { padding: 11px 18px; font-size: 12.5px; background: var(--barolo); color: var(--crema); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Loader ---------- */
.loader { position: fixed; inset: 0; z-index: 100; background: var(--nero); display: grid; place-items: center; transition: opacity .7s ease, visibility .7s; --p: 0; }
.loader.done { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-inner { text-align: center; width: min(340px, 78vw); }
.loader-script { font-family: var(--script); font-size: 54px; line-height: 1; color: var(--oro); margin: 0 0 4px; }
.loader-word { font-family: var(--display); font-weight: 560; font-size: 30px; color: var(--crema); margin: 0 0 30px; letter-spacing: .01em; }
.loader-word span { font-family: var(--script); font-weight: 400; font-size: 1.25em; color: var(--oro); padding: 0 2px; }
.loader-bar { height: 2px; background: rgba(244, 233, 214, .14); border-radius: 2px; overflow: hidden; }
.loader-bar span { display: block; height: 100%; width: calc(var(--p) * 100%); background: var(--oro); transition: width .3s ease; }
.loader-note { margin: 14px 0 0; font: 500 12px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: rgba(244, 233, 214, .55); }

/* ---------- Nav ---------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: flex; align-items: center; gap: 28px; padding: 18px var(--gutter); transition: background .35s ease, box-shadow .35s ease, padding .35s ease; color: var(--crema); }
.nav.scrolled { background: rgba(22, 12, 10, .82); backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2); box-shadow: 0 1px 0 rgba(201, 143, 61, .25); padding-block: 12px; }
.brand { font-family: var(--display); font-weight: 560; font-size: 22px; letter-spacing: .01em; color: var(--crema); white-space: nowrap; }
.brand span { font-family: var(--script); font-weight: 400; font-size: 1.3em; color: var(--oro); padding: 0 2px; }
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a { font: 500 15px/1 var(--sans); letter-spacing: .03em; color: var(--crema); position: relative; padding: 6px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1.5px; background: var(--oro); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid rgba(244, 233, 214, .4); background: rgba(22, 12, 10, .4); cursor: pointer; position: relative; }
.nav-toggle span { position: absolute; left: 12px; right: 12px; height: 1.5px; background: var(--crema); transition: transform .3s ease, top .3s ease; top: 17px; }
.nav-toggle span:last-child { top: 25px; }
.nav-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 45; background: var(--nero); display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 96px var(--gutter) 40px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .35s ease, visibility .35s, transform .35s ease; }
.mobile-menu.open { opacity: 1; visibility: visible; transform: none; }
.mobile-menu > a:not(.btn) { font-family: var(--display); font-weight: 560; font-size: clamp(32px, 8.5vw, 48px); color: var(--crema); padding: 10px 0; border-bottom: 1px solid rgba(201, 143, 61, .25); }
.mobile-menu .btn { align-self: flex-start; margin-top: 22px; background: var(--barolo); color: var(--crema); }
.mm-foot { margin-top: auto; color: rgba(244, 233, 214, .6); font-size: 14px; }
.mm-foot a { color: var(--oro); }

/* ---------- Scrub sections ---------- */
.scrub { position: relative; height: 520vh; }
.scrub.pasta { height: 480vh; }
.scrub.cellar { height: 460vh; }
.stage { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; background: var(--nero); }
.stage canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.stage .poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 1; transition: opacity .4s ease; }
.scrub.has-frame .poster { opacity: 0; }
.stage-shade { position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(22, 12, 10, .62) 0%, rgba(22, 12, 10, .32) 26%, rgba(22, 12, 10, 0) 52%),
              linear-gradient(0deg, rgba(22, 12, 10, .58) 0%, rgba(22, 12, 10, 0) 32%),
              linear-gradient(180deg, rgba(22, 12, 10, .5) 0%, rgba(22, 12, 10, 0) 22%); }
.stage-shade.shade-warm { background: linear-gradient(90deg, rgba(22, 12, 10, .6) 0%, rgba(22, 12, 10, .3) 26%, rgba(22, 12, 10, 0) 50%),
              linear-gradient(270deg, rgba(22, 12, 10, .55) 0%, rgba(22, 12, 10, .25) 22%, rgba(22, 12, 10, 0) 46%),
              linear-gradient(0deg, rgba(22, 12, 10, .6) 0%, rgba(22, 12, 10, 0) 34%); }
.reveal-line { position: absolute; opacity: 0; will-change: opacity, transform; max-width: min(540px, 38vw); color: var(--crema); }
.reveal-line.ml { left: var(--gutter); top: 50%; transform: translateY(-50%); }
.reveal-line.mr { right: var(--gutter); top: 50%; transform: translateY(-50%); text-align: right; }
.reveal-line.mr .cta-row { justify-content: flex-end; }
.reveal-line.center { left: 50%; top: 50%; transform: translate(-50%, -50%) !important; text-align: center; max-width: min(760px, 86vw); margin-left: 0; }
.reveal-line.center.low { top: auto; bottom: 10vh; transform: translateX(-50%) !important; }
.scrub .display { color: var(--crema); text-shadow: 0 2px 26px rgba(0,0,0,.5); }
.scrub .lead { color: rgba(244, 233, 214, .95); margin-top: 20px; text-shadow: 0 1px 14px rgba(0,0,0,.6); }
.scrub .eyebrow { color: var(--oro-2); text-shadow: 0 1px 10px rgba(0,0,0,.6); }
/* Hero layout = film poster: title top-left over the wall, lead + CTAs bottom-left over the table */
.hero-title { left: var(--gutter); top: clamp(92px, 13vh, 150px); max-width: min(760px, 62vw); }
.hero-title h1 { color: var(--crema); text-shadow: 0 2px 34px rgba(0,0,0,.55); }
.hero-ctas { left: var(--gutter); bottom: 6vh; max-width: 620px; }
.hero-ctas .lead { max-width: 58ch; margin: 0 0 18px; font-size: 17px; }
.hero-mid { left: 0; right: 0; top: clamp(96px, 14vh, 150px); text-align: center; max-width: none; padding: 0 var(--gutter); }
.hero-mid .mid-note, .hero-end .mid-note { font-size: 17px; color: rgba(244, 233, 214, .92); max-width: 46ch; margin: 14px auto 0; text-shadow: 0 1px 14px rgba(0,0,0,.7); }
.hero-end { left: var(--gutter); bottom: 8vh; max-width: 620px; }
.hero-end .awards { font-family: var(--display); font-weight: 500; font-size: clamp(20px, 2.1vw, 30px); color: var(--crema); line-height: 1.2; margin: 0 0 6px; text-shadow: 0 2px 20px rgba(0,0,0,.6); }
.hero-end .awards small { font-family: var(--sans); font-weight: 500; font-size: .55em; letter-spacing: .14em; text-transform: uppercase; color: var(--oro-2); margin-left: 10px; }
.hero-end .btn { margin-top: 14px; }
.board-list { font-family: var(--display); font-weight: 500; font-size: clamp(16px, 1.6vw, 22px); line-height: 1.4; color: var(--crema); margin: 0 auto 18px; max-width: 36em; text-shadow: 0 1px 16px rgba(0,0,0,.65); }
.scroll-hint { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); font: 700 11px/1 var(--sans); letter-spacing: .26em; text-transform: uppercase; color: rgba(244, 233, 214, .85); display: flex; flex-direction: column; align-items: center; gap: 10px; transition: opacity .4s; }
.scroll-hint span { width: 1.5px; height: 44px; background: linear-gradient(var(--oro), transparent); animation: hint 1.8s ease-in-out infinite; }
@keyframes hint { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
.progress { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(244, 233, 214, .12); }
.progress-fill { height: 100%; width: 0; background: var(--oro); }

/* QA mode (?static=…): un-stick stages so full-page screenshots render every clip */
.static-preview .scrub, .static-preview .scrub.pasta, .static-preview .scrub.cellar { height: 100vh; }
.static-preview .stage { position: relative; height: 100vh; }
.static-preview .scroll-hint { display: none; }

/* ---------- Beltline (barolo band with serif ticker) ---------- */
.beltline { background: var(--barolo); color: var(--crema); overflow: hidden; border-top: 3px solid var(--oro); border-bottom: 3px solid var(--oro); position: relative; }
.beltline::before, .beltline::after { content: ""; position: absolute; left: 0; right: 0; height: 1px; background: rgba(201, 143, 61, .45); }
.beltline::before { top: 6px; } .beltline::after { bottom: 6px; }
.belt-track { display: flex; align-items: center; gap: 34px; padding: 17px 0; width: max-content; animation: belt 46s linear infinite; font-family: var(--display); font-weight: 500; font-size: 15px; letter-spacing: .2em; text-transform: uppercase; white-space: nowrap; }
.belt-track i { font-style: normal; font-size: 12px; color: var(--oro-2); }
@keyframes belt { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .belt-track { animation: none; } }

/* ---------- Story ---------- */
.story { background: var(--crema); background-image: var(--linen); padding: clamp(80px, 10vw, 140px) 0; position: relative; }
.story-grid, .owners-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 96px); align-items: center; }
.owners-grid { margin-top: clamp(90px, 11vw, 160px); }
.story-photo, .owners-photo, .parties-photo { margin: 0; position: relative; }
.story-photo img { border-radius: var(--radius); box-shadow: var(--shadow); }
.story-photo figcaption, .owners-photo figcaption { margin-top: 14px; font: 500 13px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.story-text h2, .owners-text h2 { margin-bottom: 26px; }
.story-text p, .owners-text p { font-size: 18px; color: var(--ink); max-width: 56ch; }
.story-text blockquote { margin: 30px 0 0; padding: 0 0 0 22px; border-left: 3px solid var(--oro); }
.story-text blockquote p { font-family: var(--script); font-size: clamp(38px, 3.6vw, 54px); line-height: 1; color: var(--barolo); margin: 0 0 10px; }
.story-text cite { font-style: normal; font: 700 13px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.owners-photo img { border-radius: var(--radius); box-shadow: var(--shadow); }
.facts { list-style: none; margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.facts li { border-top: 1px solid var(--line); padding-top: 12px; font-size: 15.5px; color: var(--ink); }
.facts strong { display: block; font: 700 12px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--terra); margin-bottom: 6px; }

/* ---------- Menu ---------- */
.menu { background: var(--terra-2); color: var(--crema); padding: clamp(80px, 10vw, 140px) 0; position: relative; }
.menu::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 50% 0%, rgba(255, 200, 120, .08), rgba(0,0,0,0) 55%), repeating-linear-gradient(180deg, rgba(0,0,0,0) 0 27px, rgba(22, 12, 10, .07) 27px 28px); pointer-events: none; }
.menu .wrap { position: relative; }
.menu-head { max-width: 780px; margin-bottom: clamp(40px, 5vw, 64px); }
.menu-head .eyebrow { color: var(--oro-2); }
.menu-head h2 { color: var(--crema); }
.menu-head .lead { color: rgba(244, 233, 214, .93); margin-top: 20px; }
.boards { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(20px, 3vw, 36px); align-items: start; }
.boards > .board:last-child { grid-column: 1 / -1; }
.board { background: var(--crema); color: var(--ink); border-radius: 10px; padding: clamp(26px, 3vw, 44px); box-shadow: 0 30px 70px -36px rgba(22, 12, 10, .7), inset 0 0 0 1px rgba(110, 44, 30, .14); position: relative; }
.board::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(99, 17, 30, .22); border-radius: 6px; pointer-events: none; }
.board header { text-align: center; margin-bottom: 22px; }
.board-script { font-family: var(--script); font-size: clamp(44px, 4.4vw, 62px); color: var(--barolo); line-height: 1; margin: 0; }
.board h3 { font-size: 14px; font-family: var(--sans); font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--terra); margin-top: 10px; }
.menu-list { list-style: none; margin: 0; padding: 0; }
.menu-list li { display: flex; align-items: baseline; gap: 12px; padding: 10px 0; border-bottom: 1px dashed rgba(110, 44, 30, .3); font-family: var(--display); font-weight: 500; font-size: clamp(18px, 1.6vw, 22px); color: var(--barolo); }
.menu-list li > span { flex: 1; }
.menu-list li > b, .menu-list span b { font-weight: 500; color: var(--terra); white-space: nowrap; }
.menu-list li > b::before, .menu-list span b::before { content: "$"; font-size: .68em; vertical-align: .18em; margin-right: 1px; opacity: .8; }
.menu-list.specialty { column-gap: 40px; }
.board-featured .menu-list.specialty { columns: 2; }
.menu-list.specialty li { display: block; padding: 12px 0; break-inside: avoid; }
.menu-list.specialty span { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.menu-list.specialty p { font-family: var(--sans); font-size: 15px; line-height: 1.45; color: var(--ink); margin: 5px 0 0; max-width: 58ch; }
.tag { display: inline-block; font: 700 10.5px/1.1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--crema); background: var(--barolo); border-radius: 999px; padding: 5px 10px 4px; vertical-align: middle; margin-left: 8px; font-style: normal; }
.board-notes { margin-top: 24px; border-top: 1px dashed rgba(110, 44, 30, .3); padding-top: 18px; }
.board-notes h4 { margin: 0 0 6px; font-family: var(--script); font-weight: 400; font-size: 30px; color: var(--barolo); line-height: 1; }
.board-notes p { margin: 0; font-size: 15px; line-height: 1.5; color: var(--ink); }
.board-notes b { font-family: var(--display); font-weight: 500; color: var(--terra); }
.board-notes b::before { content: "$"; font-size: .68em; vertical-align: .18em; margin-right: 1px; opacity: .8; }
.board-fine { margin: 18px 0 0; font-size: 13.5px; color: var(--muted); text-align: center; font-style: italic; }

/* Secondi board: two columns on wide screens */
.boards > .board:last-child .menu-list.specialty { columns: 2; }

/* ---------- Wine / cantina ---------- */
.wine { background: var(--nero-2); color: var(--crema); padding: clamp(80px, 10vw, 140px) 0; position: relative; }
.wine::before { content: ""; position: absolute; inset: 0; background: radial-gradient(90% 60% at 50% 0%, rgba(201, 143, 61, .09), rgba(0,0,0,0) 60%); pointer-events: none; }
.wine .wrap { position: relative; }
.wine-head { max-width: 760px; margin-bottom: clamp(40px, 5vw, 64px); }
.wine-head .eyebrow { color: var(--oro-2); }
.wine-head h2 { color: var(--crema); }
.wine-head .lead { color: rgba(244, 233, 214, .88); margin-top: 20px; }
.cellar-cols { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: clamp(20px, 3vw, 36px); align-items: start; }
.cellar-col { border: 1px solid rgba(201, 143, 61, .3); border-radius: 10px; padding: clamp(24px, 2.6vw, 36px); background: rgba(244, 233, 214, .03); }
.cellar-col h3 { color: var(--oro-2); font-family: var(--sans); font-weight: 700; font-size: 12.5px; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 18px; display: flex; flex-direction: column; gap: 8px; }
.cellar-col h3 .board-script { color: var(--oro); font-size: clamp(40px, 3.6vw, 52px); text-transform: none; letter-spacing: 0; }
.wine-list { list-style: none; margin: 0; padding: 0; }
.wine-list li { display: flex; align-items: baseline; gap: 12px; padding: 10px 0; border-bottom: 1px dashed rgba(201, 143, 61, .25); font-size: 16px; color: rgba(244, 233, 214, .94); }
.wine-list li span { flex: 1; }
.wine-list li b { font-family: var(--display); font-weight: 500; color: var(--oro-2); }
.wine-list li b::before { content: "$"; font-size: .7em; vertical-align: .15em; margin-right: 1px; opacity: .8; }
.wine .board-fine { color: rgba(244, 233, 214, .55); text-align: left; }

/* ---------- Visit ---------- */
.visit { background: var(--crema); background-image: var(--linen); padding: clamp(80px, 10vw, 140px) 0; }
.visit-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(36px, 6vw, 96px); align-items: center; }
.visit-text .lead { margin: 22px 0 26px; }
.order-links { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.order-links a { display: inline-block; font: 700 13px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: var(--barolo); border: 1px solid rgba(99, 17, 30, .4); border-radius: 999px; padding: 11px 16px; transition: background .25s ease; }
.order-links a:hover { background: rgba(99, 17, 30, .07); }
.hours-card { background: var(--barolo); border-radius: 20px; padding: clamp(16px, 2.2vw, 26px); box-shadow: var(--shadow); transform: rotate(1.1deg); }
.hours-inner { background: var(--crema); border-radius: 10px; padding: clamp(24px, 2.8vw, 38px); box-shadow: inset 0 0 0 1px rgba(110, 44, 30, .14); }
.hours-title { font-family: var(--script); font-size: clamp(40px, 3.8vw, 54px); color: var(--barolo); text-align: center; margin: 0 0 18px; line-height: 1; }
.hours-list { list-style: none; margin: 0 0 20px; padding: 0; }
.hours-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 10px 0; border-bottom: 1px dashed rgba(110, 44, 30, .3); font-family: var(--display); font-weight: 500; font-size: 19px; color: var(--barolo); }
.hours-list strong { font-weight: 560; }
.hours-facts { list-style: none; margin: 0; padding: 16px 0 0; display: grid; gap: 14px; }
.hours-facts li { font-size: 16px; color: var(--ink); line-height: 1.4; }
.hours-facts strong { display: block; font: 700 11px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--terra); margin-bottom: 5px; }
.hours-facts a { color: var(--barolo); font-weight: 700; }

/* ---------- Parties ---------- */
.parties { background: var(--nero); color: var(--crema); padding: clamp(80px, 10vw, 140px) 0; }
.parties-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(36px, 6vw, 96px); align-items: center; }
.parties-photo img { border-radius: var(--radius); box-shadow: 0 30px 80px -30px rgba(0,0,0,.7); }
.parties .eyebrow { color: var(--oro-2); }
.parties h2 { color: var(--crema); }
.parties .lead { color: rgba(244, 233, 214, .9); margin: 22px 0 26px; }
.parties .lead a { color: var(--oro-2); font-weight: 700; }
#request-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-wide { grid-column: 1 / -1; }
.field label { font: 700 12px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--oro-2); }
.field input, .field textarea { font: 400 16px/1.4 var(--sans); color: var(--crema); background: rgba(244, 233, 214, .06); border: 1px solid rgba(244, 233, 214, .24); border-radius: 10px; padding: 13px 14px; transition: border-color .25s ease, background .25s ease; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(244, 233, 214, .38); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--oro); background: rgba(244, 233, 214, .1); }
.form-actions { flex-direction: row; align-items: center; gap: 18px; flex-wrap: wrap; }
.form-alt { font-size: 14.5px; color: rgba(244, 233, 214, .7); }
.form-alt a { color: var(--oro-2); text-decoration: underline; text-underline-offset: 3px; }
.form-done { grid-column: 1 / -1; margin: 0; padding: 14px 16px; border-radius: 12px; background: rgba(201, 143, 61, .14); border: 1px solid rgba(201, 143, 61, .45); font-size: 15.5px; }
.form-done strong { color: var(--oro-2); }
#request-form.sent .field { opacity: .45; pointer-events: none; }

/* ---------- Instagram strip ---------- */
.ig { background: var(--crema-2); padding: clamp(60px, 7vw, 100px) 0; }
.ig-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 26px; flex-wrap: wrap; }
.ig-head .eyebrow { margin: 0; }
.ig-handle { font-family: var(--display); font-weight: 560; font-size: clamp(20px, 2.6vw, 36px); color: var(--barolo); }
.ig-strip { display: flex; gap: 14px; padding: 0 var(--gutter); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.ig-strip::-webkit-scrollbar { display: none; }
.ig-strip a { flex: 0 0 auto; width: clamp(220px, 24vw, 320px); aspect-ratio: 4 / 3; border-radius: 12px; overflow: hidden; scroll-snap-align: start; box-shadow: var(--shadow); }
.ig-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.ig-strip a:hover img { transform: scale(1.04); }

/* ---------- Footer ---------- */
.footer { background: var(--nero); color: var(--crema); }
.beltline-foot { border-top-color: var(--oro); }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: clamp(30px, 5vw, 70px); padding: clamp(56px, 7vw, 90px) 0 40px; }
.foot-word { font-family: var(--display); font-weight: 560; font-size: 30px; color: var(--crema); margin: 0; }
.foot-word span { font-family: var(--script); font-weight: 400; font-size: 1.25em; color: var(--oro); padding: 0 2px; }
.foot-brand > p:not(.foot-word):not(.foot-script) { margin: 18px 0 0; max-width: 42ch; color: rgba(244, 233, 214, .75); font-size: 15.5px; }
.foot-script { font-family: var(--script); font-size: 38px; color: var(--oro); margin: 22px 0 0; line-height: 1; }
.foot-col h3 { margin: 0 0 16px; font: 700 12px/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--oro-2); }
.foot-col a { display: block; padding: 6px 0; color: var(--crema); font-size: 16px; }
.foot-col a:hover { color: var(--oro-2); }
.foot-legal { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 22px 0 34px; border-top: 1px solid rgba(244, 233, 214, .12); font-size: 13.5px; color: rgba(244, 233, 214, .55); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .boards { grid-template-columns: 1fr; }
  .board-featured .menu-list.specialty, .boards > .board:last-child .menu-list.specialty { columns: 2; }
  .cellar-cols { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .nav { gap: 14px; }
  .nav-links, .btn-nav { display: none; }
  .nav-toggle { display: block; }
  .brand { font-size: 19px; }
  .story-grid, .owners-grid, .visit-grid, .parties-grid { grid-template-columns: 1fr; }
  .owners-photo { order: -1; }
  .story-photo { max-width: 560px; }
  .hours-card { transform: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
  #request-form { grid-template-columns: 1fr; }
  .board-featured .menu-list.specialty, .boards > .board:last-child .menu-list.specialty { columns: 1; }

  /* Scrub overlays: pin copy to the bottom over a bottom shade so the subject stays visible */
  .reveal-line { max-width: none; left: var(--gutter); right: var(--gutter); }
  .reveal-line.ml, .reveal-line.mr { top: auto; bottom: 8vh; transform: none; text-align: left; }
  .reveal-line.mr .cta-row { justify-content: flex-start; }
  .reveal-line.center, .reveal-line.center.low { left: var(--gutter); right: var(--gutter); transform: none !important; top: auto; bottom: 8vh; text-align: left; max-width: none; }
  .hero-title { top: 13vh; max-width: none; }
  .hero-title h1 { font-size: clamp(44px, 12vw, 64px); }
  .hero-ctas, .hero-end { bottom: 7vh; max-width: none; }
  .hero-ctas .lead { margin: 0 0 16px; font-size: 15.5px; }
  .hero-mid { top: 13vh; text-align: left; }
  .hero-mid .mid-note, .hero-end .mid-note { margin-left: 0; }
  .stage-shade, .stage-shade.shade-warm { background: linear-gradient(180deg, rgba(22, 12, 10, .62) 0%, rgba(22, 12, 10, .2) 20%, rgba(22, 12, 10, 0) 36%),
                    linear-gradient(0deg, rgba(22, 12, 10, .88) 0%, rgba(22, 12, 10, .55) 26%, rgba(22, 12, 10, 0) 54%); }
  .display { font-size: clamp(34px, 9.5vw, 56px); }
  .script { font-size: clamp(44px, 12vw, 66px); }
  .board-list { margin-left: 0; font-size: 15.5px; }
  .scroll-hint { display: none; }
  .scrub { height: 420vh; }
  .scrub.pasta { height: 400vh; }
  .scrub.cellar { height: 380vh; }
}
@media (max-width: 560px) {
  .facts { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .ig-strip a { width: 78vw; }
  .hours-list li { font-size: 17px; }
}
