/* ==========================================================================
   Osteria dei Ricordi — Rolo (RE)
   Foglio di stile unico. Nessuna dipendenza esterna.
   ========================================================================== */

/* ---------- Font self-hosted (nessuna chiamata a Google) ---------- */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-regular.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/geist-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Design tokens ---------- */
:root {
  --ink: #201912;
  --ink-soft: rgba(32, 25, 18, .73);
  --ink-faint: rgba(32, 25, 18, .5);
  --wine: #6e1f28;
  --wine-deep: #431218;
  --sage: #65715a;
  --cream: #f2eadc;
  --paper: #f8f3e9;
  --gold: #caa46a;
  --line: rgba(32, 25, 18, .18);
  --night: #19120d;

  --font-editorial: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-sans: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;

  --pad-x: 5vw;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, p, blockquote, dl, dd, figure { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }

::selection { color: var(--paper); background: var(--wine); }

:where(a, button, [tabindex]):focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  z-index: 999;
  top: 8px;
  left: 8px;
  padding: 12px 18px;
  color: var(--paper);
  background: var(--wine);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transform: translateY(-200%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.7vw;
  color: #fff8ec;
  background: linear-gradient(180deg, rgba(18, 10, 7, .66), transparent);
  transition: background .3s ease, border-color .3s ease;
}
.site-header.is-scrolled {
  border-bottom: 1px solid rgba(255, 248, 236, .12);
  background: var(--night);
}

.brand { display: flex; align-items: center; gap: 14px; }

.brand-mark {
  width: 48px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 248, 236, .5);
  border-radius: 50%;
  padding: 9px;
}
.brand-mark svg { width: 100%; height: 100%; }

.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong {
  font-family: var(--font-editorial);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.01em;
}
.brand-copy small {
  font-size: 8px;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: .68;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.main-nav > a { transition: opacity .18s ease; }
.main-nav > a:hover { opacity: .65; }
.main-nav .nav-book {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 14px 18px;
  color: var(--ink);
  background: var(--cream);
  transition: background .18s ease;
}
.main-nav .nav-book:hover { background: #fff; opacity: 1; }

.menu-toggle { display: none; }

/* ==========================================================================
   HERO CINEMATICO
   ========================================================================== */
.experience-scroll {
  position: relative;
  height: 390vh;
  background: #0c0a08;
}

.experience-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  color: #fff8ec;
  background: #0c0a08;
}

.journey-image {
  position: absolute;
  z-index: -4;
  inset: -2%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: opacity, transform;
}
.journey-exterior { background-image: url('../img/osteria-entrance.webp'); }
.journey-garden   { background-image: url('../img/osteria-garden.webp'); opacity: 0; }
.journey-pool     { background-image: url('../img/osteria-poolside.webp'); opacity: 0; }

.cinema-grain {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .055;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.cinema-vignette {
  position: absolute;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 3, 2, .35), transparent 36%, rgba(5, 3, 2, .36)),
    radial-gradient(circle at 50% 45%, transparent 25%, rgba(4, 3, 2, .48) 110%);
}

.door-mask {
  position: absolute;
  z-index: -3;
  top: 0;
  bottom: 0;
  width: 50.2%;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  background:
    linear-gradient(90deg, rgba(8, 5, 3, .35), transparent 24%),
    linear-gradient(135deg, #1c120d 0%, #090604 72%);
  box-shadow: inset -18px 0 40px rgba(0, 0, 0, .65);
}
.door-mask-left  { left: 0;  transform-origin: left; }
.door-mask-right { right: 0; transform: scaleX(-1); transform-origin: right; }

.journey-copy {
  position: absolute;
  z-index: 4;
  left: 8vw;
  top: 50%;
  max-width: 920px;
  transform: translateY(-44%);
  transition: opacity .08s linear;
  will-change: opacity;
}
.garden-copy, .reveal-copy { opacity: 0; }

.kicker {
  margin-bottom: 24px;
  color: var(--wine);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .32em;
  text-transform: uppercase;
}
.kicker.light { color: #e1c596; }

/* Titoli editoriali */
h1, h2,
.display-1, .display-2,
.footer-wordmark {
  font-family: var(--font-editorial);
  font-weight: 400;
  letter-spacing: -.055em;
}

.journey-copy h1,
.display-1, .display-2 {
  line-height: .88;
  letter-spacing: -.065em;
}
.journey-copy h1 { max-width: 980px; font-size: clamp(74px, 10vw, 166px); }
.display-2 { font-size: clamp(64px, 8.5vw, 140px); }
.journey-copy em { color: #e1c596; font-style: italic; }

.intro-lead,
.garden-copy > p:last-of-type,
.reveal-copy > p:last-of-type {
  max-width: 560px;
  margin-top: 28px;
  color: rgba(255, 248, 236, .76);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6;
}

.reveal-copy { top: 54%; }
.display-1 {
  font-size: clamp(74px, 12.5vw, 188px);
  font-style: italic;
  line-height: .72;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 42px;
}
.story-link { color: #fff8ec; }

.scroll-rail {
  position: absolute;
  z-index: 5;
  right: 3.2vw;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transform: translateY(-50%);
  font-size: 8px;
  letter-spacing: .18em;
}
.scroll-rail > span:first-child { writing-mode: vertical-rl; }
.scroll-rail i {
  width: 1px;
  height: 112px;
  overflow: hidden;
  background: rgba(255, 248, 236, .3);
}
.scroll-rail b {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
  background: #fff8ec;
}

/* ==========================================================================
   SEZIONI CHIARE
   ========================================================================== */
.section-number {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: rgba(32, 25, 18, .56);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.intro-section {
  position: relative;
  overflow: hidden;
  padding: 110px var(--pad-x) 0;
  background: var(--paper);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.4fr .75fr;
  gap: 8vw;
  padding: 85px 0 120px;
}

.intro-grid h2,
.cuisine-copy h2,
.spaces-heading h2,
.instagram-heading h2,
.menu-head h2 {
  font-size: clamp(52px, 6.3vw, 96px);
  line-height: .95;
}
h2 em { color: var(--wine); font-style: italic; }

.intro-text { padding-top: 54px; }
.intro-text p,
.cuisine-copy > p,
.instagram-heading > div:last-child p {
  margin-bottom: 23px;
  color: var(--ink-soft);
  font-family: var(--font-editorial);
  font-size: 19px;
  line-height: 1.65;
}
.intro-text strong { font-weight: 600; color: var(--ink); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: gap .2s ease;
}
.text-link:hover { gap: 28px; }

/* Marquee */
.marquee {
  width: calc(100% + 10vw);
  margin-left: calc(var(--pad-x) * -1);
  padding: 24px 0;
  overflow: hidden;
  color: var(--cream);
  background: var(--wine);
}
.marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 38px;
  animation: marquee 34s linear infinite;
}
.marquee span {
  font-family: var(--font-editorial);
  font-size: 32px;
  font-style: italic;
  white-space: nowrap;
}
.marquee i { color: var(--gold); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ==========================================================================
   CUCINA
   ========================================================================== */
.cuisine-section {
  display: grid;
  min-height: 860px;
  grid-template-columns: 1.05fr .95fr;
  background: var(--cream);
}

.cuisine-image {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.image-food {
  background-color: #62402b;
  background-image:
    linear-gradient(180deg, transparent 65%, rgba(26, 14, 8, .78)),
    url('../img/osteria-cuisine.webp');
}

.cuisine-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(40px, 6vw, 100px);
}
.cuisine-copy .section-number { margin-bottom: 64px; }
.cuisine-copy .kicker { margin-top: 0; }
.cuisine-copy h2 { margin-bottom: 44px; }

.values-list {
  margin: 28px 0 44px;
  border-top: 1px solid var(--line);
}
.values-list > div {
  display: grid;
  grid-template-columns: 34px 1fr 1.15fr;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.values-list span,
.values-list small { color: var(--ink-faint); font-size: 10px; }
.values-list strong {
  font-family: var(--font-editorial);
  font-size: 18px;
  font-weight: 500;
}

/* ==========================================================================
   BOTTONI
   ========================================================================== */
.button {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 18px 22px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-3px); }
.dark-button  { color: #fff8ec; background: var(--ink); }
.light-button { color: var(--ink); background: var(--cream); }
.booking-button { color: #fff; background: var(--wine); }
.whatsapp-button { border: 1px solid var(--ink); }
.whatsapp-button:hover { color: var(--paper); background: var(--ink); }

/* ==========================================================================
   MENÙ
   ========================================================================== */
.menu-section {
  padding: 120px var(--pad-x) 130px;
  color: var(--cream);
  background: var(--night);
  background-image:
    radial-gradient(ellipse at 12% 0%, rgba(110, 31, 40, .34), transparent 55%),
    radial-gradient(ellipse at 92% 100%, rgba(101, 113, 90, .2), transparent 52%);
}

.menu-section .section-number {
  border-color: rgba(255, 248, 236, .18);
  color: rgba(255, 248, 236, .5);
}
.menu-section .kicker { color: var(--gold); }
.menu-section h2 em { color: var(--gold); }

.menu-head {
  max-width: 1320px;
  margin: 0 auto 62px;
}
.menu-head .kicker { margin-top: 52px; }
.menu-head h2 { margin-bottom: 34px; }

.menu-lead {
  max-width: 620px;
  color: rgba(242, 234, 220, .74);
  font-family: var(--font-editorial);
  font-size: 20px;
  line-height: 1.6;
}
/* Griglia dei piatti in evidenza */
.dish-grid {
  display: grid;
  max-width: 1320px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 30px;
}

.dish {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.dish-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #2b1d16;
}
.dish-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}
.dish:hover .dish-photo img { transform: scale(1.045); }

.dish-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(12, 8, 5, .42));
}

.dish-body {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  column-gap: 20px;
}
.dish-body h3 {
  font-family: var(--font-editorial);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}
.dish-body p {
  grid-column: 1 / 2;
  margin-top: 7px;
  color: rgba(242, 234, 220, .5);
  font-size: 14px;
  line-height: 1.55;
}
.dish-price {
  grid-row: 1;
  grid-column: 2;
  color: var(--gold);
  font-family: var(--font-editorial);
  font-size: 23px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.dish-price::before { content: "€ "; opacity: .45; font-size: .8em; }

/* Blocco "menù completo" */
.menu-full {
  display: grid;
  max-width: 1320px;
  margin: 92px auto 0;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 40px 7vw;
  padding-top: 52px;
  border-top: 1px solid rgba(255, 248, 236, .16);
}
.menu-full-copy h3 {
  margin-bottom: 22px;
  font-family: var(--font-editorial);
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
}
.menu-full-copy p {
  max-width: 520px;
  color: rgba(242, 234, 220, .58);
  font-size: 15px;
  line-height: 1.7;
}
.menu-full-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}
.cream-button {
  color: var(--night);
  background: var(--cream);
  padding: 21px 26px;
}
.cream-button:hover { background: #fff; }
.menu-call-link { color: rgba(242, 234, 220, .72); }
.menu-call-link:hover { color: #fff; }

/* ==========================================================================
   SPAZI
   ========================================================================== */
.spaces-section { padding: 120px var(--pad-x) 130px; background: var(--paper); }

.spaces-heading {
  max-width: 920px;
  margin: 0 auto 80px;
  text-align: center;
}
.spaces-heading .section-number { margin-bottom: 60px; }

.spaces-grid {
  display: grid;
  max-width: 1320px;
  min-height: 850px;
  margin: 0 auto;
  grid-template-columns: 1.12fr .88fr;
  grid-template-rows: 1fr 1.25fr;
  gap: 18px;
}
.space-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.space-card-tall { grid-row: 1 / 3; }
.image-room {
  background-color: #4b3022;
  background-image:
    linear-gradient(180deg, transparent 55%, rgba(24, 13, 8, .85)),
    url('../img/osteria-interior.webp');
}
.image-garden {
  background-color: var(--sage);
  background-image:
    linear-gradient(180deg, transparent 52%, rgba(21, 20, 10, .8)),
    url('../img/osteria-garden.webp');
}

.space-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding: 36px;
  color: #fff;
}
.space-card-overlay > span {
  align-self: flex-start;
  font-size: 10px;
  letter-spacing: .2em;
}
.space-card-overlay div { max-width: 320px; }
.space-card h3 {
  margin-bottom: 10px;
  font-family: var(--font-editorial);
  font-size: 45px;
  font-weight: 400;
}
.space-card p {
  color: rgba(255, 255, 255, .74);
  font-family: var(--font-editorial);
  font-size: 17px;
  line-height: 1.5;
}

.text-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  color: var(--cream);
  background: var(--wine);
}
.text-card blockquote {
  font-family: var(--font-editorial);
  font-size: clamp(28px, 3vw, 44px);
  font-style: italic;
  line-height: 1.15;
}
.text-card blockquote::before { content: "“"; }
.text-card blockquote::after  { content: "”"; }
.text-card small {
  color: rgba(255, 255, 255, .6);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

/* ==========================================================================
   ESTATE
   ========================================================================== */
.summer-section { padding: 0 var(--pad-x) 120px; background: var(--paper); }

.summer-panel {
  position: relative;
  min-height: 82vh;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 20, 10, .88) 0%, rgba(18, 20, 10, .4) 52%, rgba(18, 20, 10, .12)),
    url('../img/osteria-poolside.webp') center / cover,
    var(--sage);
}
.summer-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(13, 12, 7, .58));
}

.summer-copy {
  position: relative;
  z-index: 2;
  width: min(600px, 82%);
  padding: clamp(60px, 9vw, 130px);
}
.summer-copy h2 {
  margin-bottom: 38px;
  font-size: clamp(64px, 7vw, 110px);
  line-height: .87;
}
.summer-copy h2 em { color: #e9d3a8; }
.summer-copy > p {
  max-width: 460px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, .78);
  font-family: var(--font-editorial);
  font-size: 20px;
  line-height: 1.6;
}

.summer-roundel {
  position: absolute;
  z-index: 2;
  right: 6vw;
  bottom: 6vw;
  width: 160px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 50%;
  text-align: center;
  animation: float 4s ease-in-out infinite;
}
.summer-roundel span {
  font-size: 8px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.summer-roundel strong {
  margin: 3px 0;
  font-family: var(--font-editorial);
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
}
@keyframes float { 50% { transform: translateY(-12px); } }

/* ==========================================================================
   INSTAGRAM
   ========================================================================== */
.instagram-section {
  padding: 110px var(--pad-x) 130px;
  color: var(--cream);
  background: var(--ink);
}
.instagram-section .section-number {
  border-color: rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .55);
}
.instagram-section .kicker { color: var(--gold); }

.instagram-heading {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 8vw;
  margin-bottom: 75px;
}
.instagram-heading .section-number { margin-bottom: 55px; }
.instagram-heading > div:last-child { align-self: end; padding-bottom: 5px; }
.instagram-heading > div:last-child p { color: rgba(242, 234, 220, .62); }

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.post-card {
  position: relative;
  display: flex;
  min-height: 600px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 30px;
  overflow: hidden;
  background-color: #493426;
  background-position: center;
  background-size: cover;
  transition: transform .3s ease, filter .3s ease;
}
.post-food { background-image: linear-gradient(180deg, transparent 45%, rgba(17, 12, 8, .88)), url('../img/osteria-cuisine.webp'); }
.post-room { background-image: linear-gradient(180deg, transparent 45%, rgba(17, 12, 8, .88)), url('../img/osteria-interior.webp'); }
.post-pool { background-image: linear-gradient(180deg, transparent 45%, rgba(17, 12, 8, .88)), url('../img/osteria-poolside.webp'); }
.post-card:nth-child(2) { transform: translateY(48px); }
.post-card:hover { z-index: 2; transform: translateY(-8px) scale(1.012); filter: saturate(1.12); }
.post-card:nth-child(2):hover { transform: translateY(40px) scale(1.012); }

.post-index {
  position: absolute;
  top: 28px;
  left: 30px;
  font-size: 9px;
  letter-spacing: .2em;
}
.post-card small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .65);
  font-size: 8px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.post-card h3 {
  font-family: var(--font-editorial);
  font-size: 39px;
  font-weight: 400;
}
.post-arrow {
  width: 44px;
  aspect-ratio: 1;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
}

/* ==========================================================================
   PRENOTA
   ========================================================================== */
.booking-section {
  padding: 140px var(--pad-x) 80px;
  text-align: center;
  background: var(--cream);
}
.booking-section h2 {
  margin-bottom: 35px;
  color: var(--wine);
  font-size: clamp(80px, 11vw, 170px);
  line-height: .78;
}
.booking-address {
  margin-bottom: 42px;
  color: rgba(32, 25, 18, .64);
  font-family: var(--font-editorial);
  font-size: 19px;
  font-style: italic;
}
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hours-card {
  max-width: 560px;
  margin: 76px auto 0;
  padding: 34px 38px;
  border: 1px solid var(--line);
  text-align: left;
}
.hours-card h3 {
  margin-bottom: 22px;
  color: var(--ink-faint);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hours-list > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.hours-list > div:last-child { border-bottom: 0; }
.hours-list dt {
  font-family: var(--font-editorial);
  font-size: 19px;
  font-weight: 500;
}
.hours-list dd {
  color: var(--ink-soft);
  font-size: 13px;
  letter-spacing: .04em;
}
.hours-list .is-closed dt,
.hours-list .is-closed dd { color: var(--ink-faint); }
.hours-note {
  margin-top: 20px;
  color: var(--ink-faint);
  font-size: 12.5px;
  line-height: 1.6;
}

.booking-note {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  justify-content: center;
  gap: 50px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--ink-faint);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  padding: 100px var(--pad-x) 30px;
  color: var(--cream);
  background: var(--night);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 100px;
}
.footer-mark { width: 90px; padding: 16px; }
.footer-wordmark { font-size: clamp(54px, 6.5vw, 96px); line-height: .8; }

.footer-columns {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 60px;
  padding: 42px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
}
.footer-columns > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer-columns small {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.footer-columns p,
.footer-columns a {
  color: rgba(242, 234, 220, .68);
  font-family: var(--font-editorial);
  font-size: 17px;
  line-height: 1.6;
}
.footer-columns a:hover { color: #fff; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(242, 234, 220, .38);
  font-size: 8px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

/* ==========================================================================
   ANIMAZIONI DI ENTRATA
   ========================================================================== */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s cubic-bezier(.22, .61, .36, 1),
              transform .8s cubic-bezier(.22, .61, .36, 1);
}
.reveal.is-visible { opacity: 1; transform: none; }

/* ==========================================================================
   RESPONSIVE — TABLET
   ========================================================================== */
@media (max-width: 980px) {
  .site-header { height: 78px; padding: 0 22px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 42px; padding: 8px; }

  .menu-toggle {
    position: relative;
    z-index: 102;
    width: 42px;
    height: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%;
    color: #fff;
    background: rgba(20, 12, 8, .3);
  }
  .menu-toggle span {
    width: 17px;
    height: 1px;
    background: currentColor;
    transition: transform .25s ease, opacity .25s ease;
  }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child  { transform: translateY(-3.5px) rotate(-45deg); }

  .main-nav {
    position: fixed;
    inset: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
    padding: 80px 10vw;
    opacity: 0;
    color: var(--cream);
    background: var(--wine-deep);
    transition: opacity .24s ease, visibility .24s ease;
  }
  .main-nav.is-open { visibility: visible; opacity: 1; }
  .main-nav > a {
    font-family: var(--font-editorial);
    font-size: clamp(32px, 7.5vw, 52px);
    font-weight: 400;
    letter-spacing: -.03em;
    text-transform: none;
  }
  .main-nav .nav-book {
    margin-top: 14px;
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .experience-scroll { height: 350vh; }
  .journey-copy { left: 24px; right: 24px; max-width: none; }
  .journey-copy h1 { font-size: clamp(64px, 17vw, 112px); }
  .display-2 { font-size: clamp(58px, 15vw, 104px); }
  .display-1 { font-size: clamp(84px, 23vw, 150px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .scroll-rail { display: none; }

  .intro-grid,
  .instagram-heading { grid-template-columns: 1fr; gap: 30px; }
  .intro-text { max-width: 620px; padding-top: 0; }

  .cuisine-section { grid-template-columns: 1fr; }
  .cuisine-image { min-height: 70vh; }

  .dish-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
  .menu-full { grid-template-columns: 1fr; gap: 34px; }

  .spaces-grid { min-height: auto; }
  .post-card { min-height: 520px; padding: 22px; }
  .post-card h3 { font-size: 30px; }
}

/* ==========================================================================
   RESPONSIVE — MOBILE
   ========================================================================== */
@media (max-width: 680px) {
  :root { --pad-x: 22px; }

  .brand-copy strong { font-size: 17px; }
  .experience-stage { min-height: 560px; }

  .journey-image { inset: 0; }
  .journey-exterior { background-position: 50% center; }
  .journey-garden   { background-position: 48% center; }
  .journey-pool     { background-position: 64% center; }

  .journey-copy { top: 48%; left: 22px; right: 22px; }
  .journey-copy h1 { font-size: 17vw; line-height: .86; }
  .display-2 { font-size: 15vw; }
  .display-1 { font-size: 22vw; line-height: .76; }

  .intro-lead,
  .garden-copy > p:last-of-type,
  .reveal-copy > p:last-of-type { margin-top: 22px; font-size: 16px; }
  .hero-actions { margin-top: 30px; }

  .intro-grid { padding: 56px 0 75px; }
  .intro-grid h2,
  .cuisine-copy h2,
  .spaces-heading h2,
  .instagram-heading h2,
  .menu-head h2 { font-size: 14vw; }
  .intro-text p,
  .cuisine-copy > p,
  .instagram-heading > div:last-child p { font-size: 17px; }

  .marquee span { font-size: 24px; }

  .cuisine-image { min-height: 62vh; }
  .cuisine-copy { padding: 70px 22px 80px; }
  .cuisine-copy .section-number { margin-bottom: 48px; }
  .values-list > div { grid-template-columns: 28px 1fr; }
  .values-list small { display: none; }

  .menu-section { padding-top: 90px; padding-bottom: 95px; }
  .menu-head { margin-bottom: 42px; }
  .menu-head .kicker { margin-top: 42px; }
  .menu-lead { font-size: 18px; }
  /* area di tocco confortevole sui link di testo */
  .text-link { padding-top: 11px; padding-bottom: 11px; }
  .dish-grid { grid-template-columns: 1fr; gap: 40px; }
  .dish-body h3 { font-size: 23px; }
  .dish-price { font-size: 21px; }
  .menu-full { margin-top: 62px; padding-top: 40px; }
  .menu-full-actions { align-self: stretch; }
  .cream-button { width: 100%; }

  .spaces-section { padding-top: 90px; padding-bottom: 80px; }
  .spaces-heading { margin-bottom: 50px; }
  .spaces-heading .section-number { margin-bottom: 42px; }
  .spaces-grid { display: flex; flex-direction: column; }
  .space-card { min-height: 58vh; }
  .text-card { min-height: 370px; }
  .space-card-overlay {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px;
  }

  .summer-section { padding: 0; }
  .summer-panel { min-height: 90vh; }
  .summer-copy { width: 100%; padding: 80px 28px; }
  .summer-copy h2 { font-size: 17vw; }
  .summer-roundel { right: 25px; bottom: 25px; width: 125px; }

  .instagram-section { padding-top: 85px; padding-bottom: 100px; }
  .post-grid {
    display: flex;
    overflow-x: auto;
    margin-right: -22px;
    padding: 0 22px 50px 0;
    scroll-snap-type: x mandatory;
  }
  .post-card,
  .post-card:nth-child(2) {
    width: 82vw;
    min-width: 82vw;
    min-height: 520px;
    transform: none;
    scroll-snap-align: start;
  }
  .post-card:hover,
  .post-card:nth-child(2):hover { transform: none; }

  .booking-section { padding-top: 100px; }
  .booking-section h2 { font-size: 21vw; }
  .booking-actions { flex-direction: column; align-items: stretch; }
  .booking-actions .button { width: 100%; }
  .hours-card { padding: 26px 22px; }
  .booking-note { flex-direction: column; align-items: center; gap: 15px; }

  .site-footer { padding: 80px 22px 28px; }
  .footer-brand { align-items: flex-start; margin-bottom: 70px; }
  .footer-mark { width: 66px; padding: 12px; }
  .footer-columns { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; }
}

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

/* ==========================================================================
   STAMPA — il menù su carta
   ========================================================================== */
@media print {
  .site-header, .experience-scroll, .marquee, .cuisine-image,
  .spaces-section, .summer-section, .instagram-section,
  .scroll-rail, .skip-link { display: none !important; }

  body { background: #fff; color: #000; }
  .menu-section {
    padding: 0;
    color: #000;
    background: #fff;
    background-image: none;
  }
  .dish-grid { grid-template-columns: 1fr 1fr; gap: 18px 30px; }
  .dish { break-inside: avoid; }
  .dish-photo { display: none; }
  .dish-price { color: #000; }
  .dish-body p, .menu-full-copy p { color: #444; }
  .menu-full { border-color: #ccc; }
  .menu-full-actions { display: none; }
  .reveal { opacity: 1; transform: none; }
}
