/* golfwinespa design system (palette Marco 2026-08-06, regola 60-30-10)
   Fuso dai 3 mockup approvati (corridoio Maremma, scheda Argentario, articolo
   Journal). Un solo set di componenti condivisi + le parti specifiche di
   ciascun template. Note di unificazione rispetto ai mockup originali:
   - .hero-word della scheda campo e' stato rinominato .course-hero-word (e
     .hero -> .course-hero) per non scontrarsi col .hero-word knockout del
     corridoio, che usa lo stesso nome per un effetto completamente diverso.
   - .hero-media dell'articolo e' diventato .article-hero-media (la scheda
     campo mantiene .hero-media per la sua foto+zoom a piena altezza).
   - .eyebrow torna salvia di default ovunque, oro solo su fondo scuro
     (.on-ink .eyebrow) o nella partner-card: la scheda campo nel mockup
     originale aveva perso questa regola, qui e' corretta secondo governance.
   - Le pagine Journal non usano un body::after fisso: il wrapper .on-ink
     del template articolo riusa la stessa grana/colore delle altre sezioni
     scure, invece di duplicare la regola.
   - fix wrap: la regola che ripristina il padding laterale del .wrap deve
     restare l'ULTIMA del file (le sezioni che fondono .wrap con un padding
     shorthand proprio azzererebbero altrimenti i lati). Non spostarla.

   ROLLOUT V3 "MARKETPLACE LIGHT" - ondata 1 (agosto 2026): sistema globale
   passato da scuro editoriale a marketplace light (bianco, card arrotondate,
   bottoni pillola verdi). Contratto visivo: golfwinespa-moodboard-v3.html.
   - --moro resta il valore #2B1D16 esistente e continua a fare da colore di
     sfondo per .on-ink (finora usato ovunque, ora eccezione rara: solo
     footer nell'ondata 1) oltre che da colore testo altrove; --ink e' il
     nuovo alias semantico "e' testo, non fondo" per i componenti nuovi.
     Non e' stato toccato alcun hex: zero rischio per i template non ancora
     rifiniti (courses/areas/regions/entities/journal/months), che restano
     scuri dove usavano .on-ink finche' l'ondata 2 non li riscrive.
   - --display e --body puntano entrambi a Inter: cambio di token globale,
     quindi TUTTI i titoli/numerali del sito (non solo la home) passano da
     Archivo a Inter. --accent (Bodoni) resta dichiarato per i template non
     ancora rifiniti; rimosso solo dal componente globale .concierge.
   - Il layer grana (.on-ink::after) e' stato ristretto al solo footer
     (.site-footer.on-ink::after): altrove semplicemente non esiste piu'.
     Il glow (.glow::before) e' disattivato ovunque (mai usato in footer).
   - Header ora bianco sticky (prima non-sticky per governance precedente):
     vedi --header-h e l'offset aggiunto a .contents-bar/scroll-margin-top
     per evitare la doppia barra sticky sulle pagine con contents-bar.
   - .corridors-section/.corridors-of-season (classi CSS orfane, mai usate
     in nessun layout, nome bandito da CLAUDE.md) sono state sostituite da
     .itineraries-of-season, la classe realmente usata in layouts/index.html.
*/

:root {
  --crema: #F9F6F0;
  --moro: #2B1D16;
  --oro: #B89759;
  --salvia: #7A8B7B;
  --hair-on-crema: rgba(43,29,22,0.16);
  --hair-on-crema-strong: rgba(43,29,22,0.32);
  --hair-on-moro: rgba(249,246,240,0.18);
  --hair-on-moro-strong: rgba(249,246,240,0.34);
  --display: "Inter", sans-serif;
  --body: "Inter", sans-serif;
  --accent: "Bodoni Moda", serif;
  --credit: ui-monospace, "SF Mono", Menlo, monospace;
  --radius: 4px;
  --contents-h: 52px;

  /* marketplace light (v3): fondi, testo, verde CTA/link, bordo, ombre.
     --oro resta riservato a rating/badge/numerali, mai a fondi o CTA. */
  --bg: #FFFFFF;
  --bg-alt: #F7F5F2;
  --ink: var(--moro);
  --muted: #6B5E55;
  --green: #4A5D4E;
  --green-hover: #3C4C40;
  --border: #E8E4DE;
  --radius-card: 16px;
  --radius-pill: 999px;
  --radius-input: 12px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.08);
  --shadow-md: 0 6px 16px rgba(0,0,0,0.12);
  --header-h: 82px;
  --section-pad-sm: 64px;
  --section-pad-lg: 88px;
}

/* ============ RESET & BASE ============ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
/* overflow-x solo su html (non piu' anche su body): con overflow-x su body,
   body diventa il "nearest scrolling ancestor" per i figli sticky (es.
   .site-header) e position:sticky smette di agganciarsi al viewport reale.
   html da solo basta gia' a bloccare lo scroll orizzontale. */
html { overflow-x: hidden; }
body, h1, h2, h3, h4, p, figure, blockquote, ul, ol { margin: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.08;
}

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

/* section-alt: alternanza chiara (marketplace light), sostituisce il
   ricorso a .on-ink per spezzare il bianco. Non e' un sinonimo di .on-ivory
   (che resta il crema legacy usato dai template non ancora rifiniti):
   e' la nuova classe di alternanza chiara, bg-alt puro. */
.section-alt { background: var(--bg-alt); }

.eyebrow {
  display: block;
  font-family: var(--body);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: var(--salvia);
}
.on-ink .eyebrow, .partner-card .eyebrow { color: var(--oro); }

.credit {
  font-family: var(--credit);
  font-size: 9.5px;
  letter-spacing: 0.05em;
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  background: var(--green);
  color: var(--bg);
  font-family: var(--body);
  font-weight: 600;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--green);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.btn:hover, .btn:focus-visible { background: var(--green-hover); border-color: var(--green-hover); }

/* .btn-outline: bordo/testo seguono currentColor, impostato dal modifier
   (--ink standard chiaro, --ivory su fondo scuro, --oro solo dove l'oro e'
   gia' un accento coerente, es. badge sponsor). Radius pillola per tutti. */
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  background: transparent;
  font-family: var(--body);
  font-weight: 600;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: var(--radius-pill);
  border: 1px solid currentColor;
  transition: background 0.15s ease, color 0.15s ease;
}
.btn-outline--ink { color: var(--green); }
.btn-outline--ink:hover { background: var(--green); color: var(--bg); }
.btn-outline--ivory { color: var(--crema); border-color: rgba(249,246,240,0.55); }
.btn-outline--ivory:hover { background: var(--crema); color: var(--moro); }
.btn-outline--oro { color: var(--oro); border-color: var(--oro); }
.btn-outline--oro:hover { background: var(--oro); color: var(--moro); }
.btn-outline--compact { min-height: 36px; padding: 8px 16px; font-size: 13px; }

/* .icon: dimensionamento standard per le SVG lineari dei componenti nuovi
   (benefit tile, hero fields). */
.icon { width: 22px; height: 22px; flex-shrink: 0; }

section[id] { scroll-margin-top: calc(var(--header-h) + var(--contents-h) + 8px); }

/* ============ ON-INK / ON-IVORY + PREMIUM AMBIENT LAYER ============ */
.on-ink { background: var(--moro); color: var(--crema); position: relative; }
.on-ivory { background: var(--crema); color: var(--moro); }

/* grana attiva SOLO in footer (v3: eccezione rara, non piu' layer di
   default su ogni sezione scura). Il glow e' disattivato ovunque: nessuna
   sezione scura del nuovo sistema lo richiede piu'. */
.site-footer.on-ink::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.05;
  pointer-events: none;
  z-index: 2;
}
.glow { overflow: hidden; }
.glow::before { content: none; }
.glow > .wrap { position: relative; z-index: 1; }
@keyframes glowDrift {
  from { transform: translate(0, 0); }
  to { transform: translate(28vmax, 16vmax); }
}
@keyframes heroPan {
  from { background-position: 35% 55%; }
  to { background-position: 65% 45%; }
}
@keyframes heroZoom {
  from { transform: scale(1); }
  to { transform: scale(1.07); }
}
@media (prefers-reduced-motion: reduce) {
  .glow::before, .page-hero__media img { animation: none !important; }
}

/* ============ INK-ON-INK ADJACENCY: readable seam where two dark
   blocks touch back to back (e.g. how-it-works -> planner on home,
   whenplay -> planner on the course template). Same treatment where
   the last block of <main> is dark and the dark footer follows it
   directly (journal articles). */
.on-ink + .on-ink { border-top: 1px solid var(--hair-on-moro-strong); }
main:has(> .on-ink:last-child) + .site-footer { border-top: 1px solid var(--hair-on-moro-strong); }

.day-media img, .story-card img, .land-media img, .gallery-item img, .overview-media img, .journal-featured__media img, .corp-media img {
  filter: saturate(0.85) sepia(0.06) contrast(1.02);
}

.data-note {
  margin-top: 18px;
  font-size: 13px;
  color: rgba(43,29,22,0.6);
}
.on-ink .data-note { color: rgba(249,246,240,0.55); }
.climate .data-note { margin-top: 32px; }

.hero-breadcrumb {
  margin-top: 22px;
  font-family: var(--body);
  font-size: 13px;
  color: var(--muted);
}
.hero-breadcrumb a { color: var(--muted); border-bottom: 1px solid var(--green); }
.hero-breadcrumb a:hover { color: var(--green); }
.hero-breadcrumb .current { color: var(--ink); font-weight: 600; }
.on-ink .hero-breadcrumb { color: rgba(249,246,240,0.55); }
.on-ink .hero-breadcrumb a { border-bottom-color: var(--oro); }
.on-ink .hero-breadcrumb a:hover { color: var(--oro); }

.wtg-row .pick {
  color: var(--bg);
  background: var(--salvia);
  padding: 3px 10px;
  border-radius: 999px;
  font-family: var(--body);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
}

/* ============ CARD PANEL: generic white bordered card, reused for chart
   wraps, tile groups, form panels and map frames (ondata 2). ============ */
.card-panel {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-sm);
  padding: 20px;
}
@media (min-width: 768px) {
  .card-panel { padding: 32px; }
}

/* ============ MINI CAROUSEL: horizontal row of small cards (continue the
   trip, around-it per category, entity relateds). ondata 2. ============ */
.mini-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.mini-card { flex: 0 0 190px; display: block; }
.mini-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius-card);
  background-color: var(--hair-on-crema);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.mini-card__media img { width: 100%; height: 100%; object-fit: cover; }
a.mini-card:hover .mini-card__media { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.mini-card__title { font-family: var(--display); font-weight: 700; font-size: 14.5px; margin-top: 10px; }
a.mini-card:hover .mini-card__title { color: var(--oro); }
.mini-card__meta { font-family: var(--body); font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.mini-card--flat {
  flex-basis: 210px;
  padding: 16px 18px;
  background: var(--bg-alt);
  border-radius: var(--radius-card);
}
.mini-card--flat .mini-card__title { margin-top: 0; }
@media (min-width: 768px) {
  .mini-card { flex-basis: 220px; }
  .mini-card--flat { flex-basis: 240px; }
}

/* ============ REACH BOX: bg-alt facts card (entity "how to reach it"). ============ */
.reach-box {
  background: var(--bg-alt);
  border-radius: var(--radius-card);
  padding: 20px 22px;
}
.reach-box h3 { font-size: 16px; margin-bottom: 12px; }
.reach-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--muted);
  padding: 8px 0;
}
.reach-line .icon { width: 16px; height: 16px; margin-top: 3px; color: var(--green); flex-shrink: 0; }

/* directions: link esterni (Google/Apple Maps), zero iframe/embed */
.reach-directions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.reach-directions .maps-alt {
  font-family: var(--body);
  font-weight: 600;
  font-size: 13.5px;
  color: var(--green);
  border-bottom: 1px solid var(--green);
}
.reach-directions .maps-alt:hover { opacity: 0.8; }

/* ============ OWNER BOX: card chiara bordata, correzione dati (diversa
   dalla riga partner commerciale). In fondo a ogni scheda. ============ */
.owner-box {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 20px 22px;
}
.owner-box h3 { font-size: 16px; margin-bottom: 8px; }
.owner-box p { font-size: 14px; color: var(--muted); margin-bottom: 10px; max-width: 60ch; }
.owner-box a { color: var(--green); font-weight: 600; border-bottom: 1px solid var(--green); }
.owner-box a:hover { opacity: 0.8; }

/* ============ PRICE BOX: "from EUR X", nota unica su stagionalita'. ============ */
.price-box { background: var(--bg-alt); border-radius: var(--radius-card); padding: 20px 22px; }
.price-box h3 { font-size: 16px; margin-bottom: 12px; }
.price-list { list-style: none; padding: 0; margin: 0; }
.price-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--hair-on-crema);
  font-size: 15px;
}
.price-list li:last-child { border-bottom: none; }
.price-label { color: var(--ink); }
.price-amount { font-family: var(--display); font-weight: 700; color: var(--green); white-space: nowrap; }
.price-note { margin-top: 14px; font-size: 13px; color: var(--muted); }
.price-note a { color: var(--green); border-bottom: 1px solid var(--green); }
.price-note a:hover { opacity: 0.8; }

/* ============ TABLES: typographic, no box ============ */
.table-scroll { overflow-x: auto; }
table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 15px;
}
thead th {
  text-align: left;
  padding: 10px 12px;
  border-top: 1px solid var(--hair-on-crema-strong);
  border-bottom: 1px solid var(--hair-on-crema);
  font-family: var(--body);
  font-weight: 600;
  font-size: 13px;
  color: rgba(43,29,22,0.6);
}
tbody td {
  padding: 13px 12px;
  border-bottom: 1px solid var(--hair-on-crema);
  color: var(--moro);
  vertical-align: top;
}
tbody tr:last-child td { border-bottom: 1px solid var(--hair-on-crema-strong); }
td .figure {
  font-family: var(--display);
  font-weight: 700;
}
td.drive, .drive { color: rgba(43,29,22,0.7); white-space: nowrap; }
td.km-cell { white-space: nowrap; }
tr.route-group td {
  padding: 20px 12px 8px;
  border-bottom: none;
  border-top: none;
  font-family: var(--body);
  font-weight: 600;
  font-size: 13px;
  color: var(--oro);
}
tr.route-group:first-child td { padding-top: 4px; }
td.dest { font-family: var(--display); font-weight: 700; }
td.dest a:hover { color: var(--oro); }
td.role { color: rgba(43,29,22,0.75); }
.figure-lg { font-size: 20px; }
@media (min-width: 768px) {
  .figure-lg { font-size: 24px; }
}

/* ============ 1. HEADER (v3: bianco, sticky) ============ */
.site-header {
  background: var(--bg);
  color: var(--ink);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--border);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 16px;
}
.wordmark {
  font-family: var(--display);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--ink);
  white-space: normal;
}
.nav-links {
  display: none;
  gap: 28px;
  list-style: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.nav-links a { color: var(--ink); opacity: 0.82; }
.nav-links a:hover { color: var(--green); opacity: 1; }
.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 22px;
  height: 16px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.hamburger span {
  display: block;
  height: 1px;
  background: var(--ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.hamburger:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

@media (min-width: 768px) {
  .nav-links { display: flex; }
  .hamburger { display: none; }
}

/* sotto i 768px in alto restano lingua e hamburger: la CTA vive nel drawer,
   dove ha spazio per essere un bottone vero invece di una pillola stretta */
@media (max-width: 767.98px) {
  .header-actions .btn { display: none; }
  .header-actions { gap: 12px; }
}

/* ============ NAV DRAWER: mobile full-screen menu (<768px) ============ */
body.nav-open { overflow-y: hidden; }
.nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 95;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  overflow-y: auto;
  /* v3: fondo bianco (era .on-ink/moro). La regola vince su .on-ink per
     ordine nel foglio (stessa specificita', dichiarata dopo): nessuna
     modifica al markup ne' al focus trap in scripts.js. */
  background: var(--bg);
  color: var(--ink);
}
.nav-drawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.nav-drawer__panel {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px;
}
/* testata agganciata in alto: il fondo pieno copre le voci che le scorrono
   sotto, cosi' chiudere resta a portata di pollice a qualsiasi altezza */
.nav-drawer__top {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0 12px;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.nav-drawer__brand {
  font-family: var(--display);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.nav-drawer__close {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--ink);
  font-family: var(--display);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.nav-drawer__close:hover, .nav-drawer__close:focus-visible { color: var(--green); border-color: var(--green); }
.nav-drawer__main { margin-top: 8px; }
.nav-drawer__main ul { list-style: none; margin: 0; padding: 0; }
.nav-drawer__main a {
  display: block;
  padding: 15px 0;
  font-family: var(--display);
  font-weight: 700;
  /* era clamp(28,9vw,40): a quel corpo entravano tre voci per schermata e la
     fisarmonica aperta diventava una scalata. 26px resta un bersaglio grande */
  font-size: clamp(22px, 6.4vw, 26px);
  color: var(--ink);
  border-bottom: 1px solid var(--border);
}
.nav-drawer__main a:hover, .nav-drawer__main a:focus-visible { color: var(--green); }
.nav-drawer__sub { margin-top: 24px; }
.nav-drawer__sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}
.nav-drawer__sub a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-family: var(--body);
  font-size: 16px;
  color: var(--muted);
}
.nav-drawer__sub a:hover, .nav-drawer__sub a:focus-visible { color: var(--green); }
.nav-drawer__sub { padding-bottom: 12px; }
/* CTA agganciata in basso: resta raggiungibile anche a meta' di una lista lunga */
.nav-drawer__cta {
  position: sticky;
  bottom: 0;
  width: 100%;
  justify-content: center;
  margin-top: auto;
  min-height: 52px;
  font-size: 16px;
  box-shadow: 0 -14px 20px -8px var(--bg);
}

/* fisarmonica Destinations dentro il drawer: il bottone veste come le voci,
   la freccia ruota, il pannello elenca regioni e categorie in corpo piccolo */
.drawer-acc__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 15px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(22px, 6.4vw, 26px);
  color: var(--ink);
  text-align: left;
}
.drawer-acc__btn:hover, .drawer-acc__btn:focus-visible { color: var(--green); }
.drawer-acc__chev { width: 20px; height: 20px; flex: 0 0 auto; transition: transform 0.2s ease; }
.drawer-acc__btn[aria-expanded="true"] .drawer-acc__chev { transform: rotate(180deg); }
.drawer-acc__btn[aria-expanded="true"] { border-bottom: 0; }
.drawer-acc__panel {
  padding: 4px 0 16px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-alt);
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.drawer-acc__label {
  margin: 14px 0 4px;
  font-family: var(--body);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.drawer-acc__list { list-style: none; margin: 0; padding: 0; }
.drawer-acc__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 48px;
  font-family: var(--body);
  font-size: 17px;
  color: var(--ink);
  border-bottom: 1px solid var(--border);
}
.drawer-acc__list li:last-child a { border-bottom: 0; }
.drawer-acc__list a span { font-size: 13px; color: var(--muted); }
.drawer-acc__list a:hover, .drawer-acc__list a:focus-visible { color: var(--green); }
.drawer-acc__all { margin: 10px 0 0; }
/* inline-block con padding, non inline-flex: su un flex container il
   sottolineato si disegna al fondo della scatola e lascia una riga vagante
   staccata dal testo */
.drawer-acc__all a {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  color: var(--green);
  /* il bordo ereditato da .nav-drawer__main a, su un inline-block, disegnava
     una riga larga quanto il testo e staccata: qui basta il sottolineato */
  border-bottom: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ============ 2. PAGE HERO: pattern Michelin unico per tutti i template
   interni (aree, campi, regioni, entita'). Foto 16/9 arrotondata in card,
   titolo grande sotto, riga localita'/breadcrumb. Sostituisce i vecchi
   knockout (.hero-word, .course-hero-word): ondata 2, agosto 2026. ============ */
.page-hero { padding: 20px 0 8px; }
.page-hero__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-card);
  background-color: var(--hair-on-crema);
}
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; animation: heroZoom 40s ease-in-out infinite alternate; }
.page-hero__credit {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: rgba(249,246,240,0.75);
  text-transform: lowercase;
}
.page-hero__eyebrow { margin-top: 22px; }
.page-hero__title {
  margin-top: 8px;
  font-size: clamp(30px, 6.4vw, 46px);
}
.page-hero__tagline {
  margin-top: 10px;
  font-family: var(--body);
  font-weight: 600;
  font-size: 15px;
  color: var(--muted);
}
.page-hero__standfirst {
  margin-top: 18px;
  max-width: 62ch;
  font-size: clamp(16px, 2.2vw, 18px);
  line-height: 1.6;
  color: var(--muted);
}
@media (min-width: 768px) {
  .page-hero { padding: 32px 0 12px; }
  .page-hero__title { margin-top: 24px; }
}

/* ============ 3. SUMMARY BAR ============ */
.summary-bar { padding: 30px 0; }
.summary-bar .wrap {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 20px 16px;
}
.summary-cell {
  padding-top: 16px;
  border-top: 1px solid var(--hair-on-crema);
}
.summary-figure {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(32px, 7vw, 42px);
  line-height: 1;
  color: var(--green);
}
.summary-figure .unit {
  font-size: 0.4em;
  font-weight: 600;
  margin-left: 4px;
  color: var(--oro);
  text-transform: lowercase;
}
.summary-label {
  display: block;
  margin-top: 4px;
  font-family: var(--body);
  font-size: 13px;
  color: rgba(43,29,22,0.62);
}

@media (min-width: 768px) {
  .summary-bar { padding: 40px 0; }
  .summary-bar .wrap { grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr); gap: 24px; }
}

/* ============ 4. CONTENTS BAR: chip pillola sticky sotto l'header
   (ondata 2, era fondo crema con link a filetto) ============ */
.contents-bar {
  position: sticky;
  top: var(--header-h);
  z-index: 40;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.contents-bar .wrap {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.contents-bar .wrap::-webkit-scrollbar { display: none; }
.contents-bar ul {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.contents-bar li { flex: 0 0 auto; }
.contents-bar a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  font-family: var(--body);
  font-weight: 600;
  font-size: 13px;
  color: var(--ink);
  white-space: nowrap;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.contents-bar a:hover {
  color: var(--green);
  border-color: var(--green);
}

/* ============ 5. TIMELINE / DAYS ============ */
.days { padding: 56px 0 8px; border-top: 1px solid var(--hair-on-crema); }
.day {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 0;
  border-bottom: 1px solid var(--hair-on-crema);
}
.days .day:first-of-type { padding-top: 0; }

.day-media {
  background-color: var(--hair-on-crema);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius-card);
}
.day-media img { width: 100%; height: 100%; object-fit: cover; }

.day-numeral {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(46px, 11vw, 72px);
  line-height: 0.9;
  color: var(--green);
  margin-bottom: 10px;
}
.day-content h3 {
  font-size: clamp(22px, 4.4vw, 30px);
  margin-bottom: 16px;
}
.day-content p { margin-bottom: 14px; color: var(--moro); }
.day-content p:last-of-type { margin-bottom: 0; }
.day-content a { color: var(--moro); border-bottom: 1px solid var(--oro); }
.day-content a:hover { color: var(--oro); }

/* partner-card: card bianca, bordo verde sottile, badge pillola "Sponsored"
   al posto della semplice riga eyebrow (ondata 2). */
.partner-card {
  margin-top: 24px;
  background: var(--bg);
  border: 1px solid var(--green);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-sm);
  padding: 20px 22px;
}
.partner-card .eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  background: var(--bg-alt);
  color: var(--green);
  font-size: 11.5px;
}
.partner-card h4 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}
.partner-card p { margin-bottom: 12px; font-size: 15px; }
.partner-card a { font-size: 14px; font-weight: 600; color: var(--green); border-bottom: 1px solid var(--green); }
.partner-card a:hover { opacity: 0.8; }

@media (min-width: 768px) {
  .days { padding: 88px 0 8px; }
  .day {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 48px;
    align-items: center;
  }
  .day-media { order: 2; }
  .day-content { order: 1; }
  .day:nth-of-type(2n) .day-media { order: 1; }
  .day:nth-of-type(2n) .day-content { order: 2; }
}

/* ============ 6. THE RECOMMENDED ROUTE ============ */
.route-section { padding: 8px 0 56px; }
.route-section .eyebrow { margin-bottom: 20px; }

/* ============ 7. GETTING THERE: tile bg-alt, codice aeroporto verde ============ */
.getting-there { padding: 8px 0 56px; }
.getting-there h2 { font-size: clamp(26px, 5vw, 34px); margin-bottom: 28px; }
.gt-list { display: flex; flex-direction: column; gap: 14px; }
.gt-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px 24px;
  padding: 20px 22px;
  background: var(--bg-alt);
  border-radius: var(--radius-card);
}
.gt-code {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(34px, 8vw, 44px);
  line-height: 1;
  color: var(--green);
  flex: 0 0 auto;
}
.gt-copy { flex: 1 1 220px; min-width: 0; }
.gt-copy .eyebrow { margin-bottom: 6px; }
.gt-copy p { font-size: 15px; }

@media (min-width: 768px) {
  .gt-code { font-size: 46px; min-width: 110px; }
}

/* ============ 8. CLIMATE + course "when to play" (v3: chiare, grafico in
   card bianca bordata; ondata 2). ============ */
.climate { padding: 0; }
.climate .wrap { padding-top: 56px; padding-bottom: 56px; }
.whenplay-section { padding: 0; }
.whenplay-section .wrap { padding-top: 56px; padding-bottom: 56px; }
@media (min-width: 768px) {
  .climate .wrap, .whenplay-section .wrap { padding-top: 72px; padding-bottom: 72px; }
}
.climate h2, .whenplay-section h2 { font-size: clamp(26px, 5vw, 34px); margin-bottom: 24px; }
.when-single { font-size: 16px; max-width: 720px; color: var(--muted); }
.whenplay-section h3 {
  font-size: clamp(18px, 3.4vw, 22px);
  margin-top: 36px;
  margin-bottom: 16px;
}

.chart-card { margin-bottom: 4px; }

.climate-legend-line {
  display: block;
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 16px;
}
.whenplay-section .climate-legend-line { text-align: left; }

.climate-chart-wrap { max-width: 960px; margin: 0 auto; padding: 8px 4px 4px; }
.climate-chart-wrap svg { width: 100%; height: auto; display: block; }

.chart-month-full { font-family: var(--body); font-weight: 600; font-size: 26px; fill: rgba(43,29,22,0.68); }
.chart-month-short { font-family: var(--body); font-weight: 600; font-size: 40px; fill: rgba(43,29,22,0.68); display: none; }
@media (max-width: 479px) {
  .chart-month-full { display: none; }
  .chart-month-short { display: block; }
}
@media (min-width: 768px) {
  .chart-month-full { font-size: 13px; }
}

.chart-axis-label { font-family: var(--display); font-weight: 700; font-size: 20px; fill: rgba(43,29,22,0.45); }
@media (min-width: 768px) {
  .chart-axis-label { font-size: 12px; }
}

.chart-point-value { font-family: var(--display); font-weight: 700; font-size: 20px; fill: #B89759; display: none; }
@media (min-width: 640px) {
  .chart-point-value { display: block; }
}
@media (min-width: 768px) {
  .chart-point-value { font-size: 12px; }
}

.takeaway-grid {
  margin: 32px 0 4px;
  border-top: 1px solid var(--hair-on-crema);
}
.takeaway-row {
  padding: 22px 0;
  border-bottom: 1px solid var(--hair-on-crema);
}
.takeaway-numeral {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(30px, 6vw, 38px);
  color: var(--oro);
  margin-bottom: 8px;
}
.takeaway-row p { font-size: 16px; color: var(--muted); max-width: 60ch; }

@media (min-width: 768px) {
  .takeaway-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr); gap: 0 40px; border-top: 1px solid var(--hair-on-crema); }
  .takeaway-row { border-bottom: none; border-top: none; padding: 26px 0; }
}

.when-to-go { margin-top: 44px; }
.when-to-go h3 {
  font-size: clamp(20px, 4vw, 26px);
  margin-bottom: 8px;
}
.wtg-list { border-top: 1px solid var(--hair-on-crema-strong); }
.wtg-row {
  padding: 18px 0;
  border-bottom: 1px solid var(--hair-on-crema);
}
.wtg-row .period {
  font-family: var(--body);
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
}
.wtg-row p { margin-top: 8px; font-size: 15px; color: var(--muted); }

@media (min-width: 768px) {
  .wtg-list { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); column-gap: 40px; }
  .wtg-row:nth-child(1), .wtg-row:nth-child(2) { border-top: none; }
}

/* ============ 9. THE TERRITORY ============ */
.territory-divider {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 40svh;
  min-height: 260px;
  max-height: 440px;
  overflow: hidden;
  background-color: var(--moro);
}
.territory-divider img { width: 100%; height: 100%; object-fit: cover; }
.territory-divider-overlay { position: absolute; inset: 0; background: rgba(43,29,22,0.48); }
.territory-divider h2 {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  color: var(--crema);
  font-weight: 800;
  font-size: clamp(30px, 8vw, 56px);
}
.territory-divider .credit {
  position: absolute;
  right: 16px;
  bottom: 12px;
  z-index: 2;
  color: rgba(249,246,240,0.55);
  text-transform: lowercase;
}

.land { padding: 56px 0; }
.land h2 { font-size: clamp(26px, 5vw, 34px); margin-bottom: 28px; }
.land-grid { display: flex; flex-direction: column; gap: 32px; }
.land-text { display: flex; flex-direction: column; }
.land-block { max-width: 680px; margin-bottom: 30px; }
.land-block:last-child { margin-bottom: 0; }
.land-block .eyebrow { margin-bottom: 10px; }
.land-block p { font-size: 16px; line-height: 1.7; }
.land-media { aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius-card); background-color: var(--hair-on-crema); }
.land-media img { width: 100%; height: 100%; object-fit: cover; }

@media (min-width: 768px) {
  .land-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 48px; align-items: start; }
}

.courses, .cellars, .waters, .continue-trip { padding: 8px 0 56px; }
.courses h2, .cellars h2, .waters h2 { font-size: clamp(26px, 5vw, 34px); margin-bottom: 28px; }
.continue-trip .eyebrow { margin-bottom: 20px; }

/* ============ 9B. STORY CARDS: courses / cellars / waters ============ */
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 28px 16px;
}
.story-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: var(--hair-on-crema);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
a.story-card__link:hover .story-card__media { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.story-card__media img { width: 100%; height: 100%; object-fit: cover; }
.story-card__media img.obj-top { object-position: top; }
.story-card__media img.obj-bottom { object-position: bottom; }

/* card-badge: pillola bianca sulla foto (es. "Full itinerary"). Opt-in:
   markup aggiunto solo dove serve (home), nessun impatto altrove. */
.card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 700;
  font-size: 11.5px;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
}
.story-card__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: 18px;
  margin-top: 14px;
}
.story-card__detail {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.4;
  margin-top: 6px;
  color: rgba(43,29,22,0.7);
  /* niente troncamento su una riga: i conteggi finivano tagliati a meta'
     ("2 thermal s...") proprio dove sta l'informazione */
  white-space: normal;
  overflow-wrap: break-word;
}
a.story-card__link { display: block; cursor: pointer; }
a.story-card__link:hover .story-card__title { color: var(--oro); }

@media (min-width: 768px) {
  .card-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 28px; }
  .story-card__title { font-size: 20px; }
}

/* ============ ENTRY LIST: pack / continue the trip ============ */
.entry-list { border-top: 1px solid var(--hair-on-crema-strong); }
.entry-row { padding: 26px 0; border-bottom: 1px solid var(--hair-on-crema); }
.entry-row h3 { font-size: clamp(20px, 4.6vw, 28px); margin-bottom: 10px; }
.entry-row p { font-size: 15px; margin-bottom: 10px; color: var(--moro); }
.entry-facts {
  font-family: var(--body);
  font-weight: 600;
  font-size: 13px;
  color: rgba(43,29,22,0.62);
  margin-bottom: 0;
}
.entry-placeholder {
  font-family: var(--body);
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  color: rgba(43,29,22,0.42);
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px dashed var(--hair-on-crema);
}
.entry-link { margin-top: 10px; }
.entry-link a { font-weight: 600; border-bottom: 1px solid var(--oro); }

/* ============ 10. WHAT TO PACK ============ */
.pack { padding-top: 48px; padding-bottom: 56px; }  /* fascia a tutta larghezza: il contenuto sta nel .wrap interno */
.pack h2 { font-size: clamp(30px, 6.4vw, 42px); margin-bottom: 12px; }
.pack .wrap > p { max-width: 60ch; margin-bottom: 28px; color: rgba(43,29,22,0.75); }
.pack .entry-row h3 { font-family: var(--display); font-weight: 700; font-size: 20px; margin-bottom: 8px; }
.pack .entry-facts { margin-bottom: 14px; }
.pack .entry-row > a.btn-outline { margin-top: 4px; }

/* ============ 5B. GALLERY: editorial mosaic, no borders, uniform + lightbox ============ */
.gallery-section { padding: 8px 0 56px; }
.gallery-section h2 { font-size: clamp(26px, 5vw, 34px); margin-bottom: 20px; }
.gallery-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 6px;
}
.gallery-item {
  background-color: var(--hair-on-crema);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-card);
  cursor: pointer;
}
.gallery-item:focus-visible { outline: 2px solid var(--oro); outline-offset: 2px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }

@media (min-width: 768px) {
  .gallery-section h2 { font-size: clamp(28px, 4vw, 34px); }
  .gallery-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; }
}

/* ============ LIGHTBOX (vanilla, no library) ============ */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(43,29,22,0.95);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox-img { max-width: 100%; max-height: 100%; width: auto; height: auto; display: block; }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  background: transparent;
  border: 1px solid rgba(249,246,240,0.4);
  border-radius: var(--radius);
  color: var(--crema);
  font-family: var(--display);
  font-size: 22px;
  cursor: pointer;
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { color: var(--oro); border-color: var(--oro); }
.lightbox-close { top: 16px; right: 16px; }
.lightbox-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 16px; top: 50%; transform: translateY(-50%); }

@media (min-width: 768px) {
  .lightbox-close { top: 28px; right: 28px; }
  .lightbox-prev { left: 28px; }
  .lightbox-next { right: 28px; }
}

/* ============ THE COURSE (overview) ============ */
.overview-section { padding: 56px 0 8px; border-top: 1px solid var(--hair-on-crema); }
.overview-content h2 { font-size: clamp(26px, 5vw, 34px); margin-bottom: 16px; }
.overview-content p { margin-bottom: 14px; }
.overview-content p:last-of-type { margin-bottom: 0; }
.overview-media {
  background-color: var(--hair-on-crema);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius-card);
  margin-top: 24px;
}
.overview-media img { width: 100%; height: 100%; object-fit: cover; }

@media (min-width: 768px) {
  .overview-section { padding: 72px 0 8px; }
  .overview-grid {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 48px;
    align-items: center;
  }
  .overview-content h2 { font-size: clamp(28px, 4vw, 34px); }
  .overview-media { margin-top: 0; }
}

/* ============ COURSE DATA: key/value, hairline rows ============ */
.course-data-section { padding: 8px 0 56px; }
.course-data-section .eyebrow { margin-bottom: 20px; }
.kv-table { min-width: 0; }
.kv-table td.field {
  font-family: var(--body);
  font-weight: 600;
  font-size: 14px;
  color: var(--moro);
  width: 42%;
}
.kv-table td.value { font-size: 15px; }
.kv-table td.value.placeholder {
  font-style: italic;
  color: rgba(43,29,22,0.5);
}

/* ============ THE COURSE, CHARTED: card bianche bordate (ondata 2) ============ */
.charts-section { padding: 0; }
.charts-section .wrap { padding-top: 56px; padding-bottom: 56px; }
.charts-section h2 { font-size: clamp(26px, 5vw, 34px); margin-bottom: 24px; }
.charts-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 24px;
}
.chart-block svg { width: 100%; height: auto; display: block; }
.chart-note {
  display: block;
  margin-top: 14px;
  text-align: center;
  font-family: var(--body);
  font-size: 13px;
  color: var(--muted);
}
.chart-legend {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 10px 0 2px;
  font-size: 12.5px;
  color: var(--muted);
}
.chart-legend .swatch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-right: 6px;
  vertical-align: -1px;
}

.radar-grid, .radar-axis { fill: none; stroke: var(--hair-on-crema); stroke-width: 1; }
.radar-shape { fill: var(--oro); fill-opacity: 0.18; stroke: var(--oro); stroke-width: 2; }
.radar-dot { fill: var(--oro); }
.radar-label {
  font-family: var(--body);
  font-weight: 500;
  font-size: 11px;
  fill: var(--moro);
  opacity: 0.72;
}

@media (min-width: 768px) {
  .charts-section .wrap { padding-top: 72px; padding-bottom: 72px; }
  .charts-section h2 { font-size: clamp(28px, 4vw, 34px); }
  .charts-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 48px; }
}

/* ============ PRACTICAL NOTES: liste a filetto ============ */
.practical-section { padding: 8px 0 56px; }
.practical-section h2 { font-size: clamp(26px, 5vw, 34px); margin-bottom: 20px; }
.practical-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.practical-list li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
}
.practical-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 1px;
  background: var(--oro);
}

@media (min-width: 768px) {
  .practical-section h2 { font-size: clamp(28px, 4vw, 34px); }
}

/* ============ HOW TO APPROACH IT ============ */
.howto-section { padding: 8px 0 56px; }
.howto-section h2 { font-size: clamp(26px, 5vw, 34px); margin-bottom: 20px; }
.tips-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tips-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.tips-num {
  font-family: var(--display);
  font-weight: 800;
  font-size: 20px;
  color: var(--oro);
  flex-shrink: 0;
  line-height: 1.4;
}
.tips-list p { margin: 0; font-size: 16px; }
.howto-note {
  display: block;
  font-family: var(--body);
  font-size: 13px;
  color: var(--oro);
}

@media (min-width: 768px) {
  .howto-section h2 { font-size: clamp(28px, 4vw, 34px); }
}

/* ============ AROUND IT, MEASURED ============ */
.aroundit-section { padding: 8px 0 56px; }
.aroundit-section .eyebrow { margin-bottom: 20px; }
.related-block { margin-top: 28px; }
.related-block:first-of-type { margin-top: 20px; }
.related-block .icons-subhead { margin: 0 0 14px; }

/* ============ CONCIERGE: striscia pulita, componente globale (header/
   footer/bottoni/concierge sono gli unici pezzi condivisi toccati
   nell'ondata 1). Niente piu' corsivo Bodoni: sans-serif, come da token
   --display/--body ora entrambi Inter. ============ */
.concierge { padding: var(--section-pad-sm) 0; border-top: 1px solid var(--hair-on-crema); border-bottom: 1px solid var(--hair-on-crema); }
.concierge .wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}
.concierge p {
  font-family: var(--body);
  font-weight: 500;
  font-size: clamp(18px, 3vw, 22px);
  max-width: 640px;
  line-height: 1.45;
  color: var(--ink);
}
/* below 700px the CTA always spans full width on its own line: never
   left dangling on the right of the paragraph. */
.concierge .btn-outline { width: 100%; }

@media (min-width: 700px) {
  .concierge .wrap { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px 40px; }
  .concierge .btn-outline { width: auto; flex-shrink: 0; }
}
@media (min-width: 768px) {
  .concierge { padding: var(--section-pad-lg) 0; }
}

/* ondata 2: la sezione planner teaser (id="plan") ora riusa integralmente il
   componente fotografico .home-planner (vedi piu' sotto), niente piu' fondo
   scuro con fake-select: gws-planner.html renderizza .home-planner. */

/* ============ FAQ ============ */
.faq { padding: 56px 0 64px; }
.faq h2 { font-size: clamp(26px, 5vw, 34px); margin-bottom: 24px; }
.faq details { border-top: 1px solid var(--hair-on-crema); padding: 18px 0; }
.faq details:last-of-type { border-bottom: 1px solid var(--hair-on-crema); }
.faq summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 28px;
  min-height: 44px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--display);
  font-weight: 700;
  color: var(--oro);
}
.faq details[open] summary::after { content: '\2212'; }
.faq details p { margin-top: 10px; font-size: 15px; max-width: 680px; }

/* ============ JOURNAL: article head, hero, standfirst (ondata 2: bianco,
   era on-ink) ============ */
.article-head {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 20px 0;
  text-align: center;
}
.article-head h1 {
  margin-top: 14px;
  font-weight: 800;
  font-size: clamp(34px, 6.5vw, 60px);
  letter-spacing: -0.01em;
}
.article-meta {
  margin-top: 16px;
  font-family: var(--body);
  font-size: 13px;
  color: var(--muted);
}

.article-hero {
  max-width: 920px;
  margin: 32px auto 0;
  padding: 0 20px;
}
.article-hero-media {
  aspect-ratio: 16 / 9;
  background-color: var(--hair-on-crema);
  overflow: hidden;
  border-radius: var(--radius-card);
}
.article-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photo-credit {
  margin-top: 8px;
  text-align: right;
  color: rgba(43,29,22,0.45);
  text-transform: lowercase;
}

.standfirst-wrap {
  max-width: 920px;
  margin: 32px auto 0;
  padding: 0 20px;
  text-align: center;
}
.standfirst {
  font-family: var(--body);
  font-weight: 400;
  font-size: clamp(22px, 3.6vw, 34px);
  line-height: 1.35;
  color: var(--muted);
}

/* ============ JOURNAL: reading column ============ */
.article-body {
  max-width: 700px;
  margin: 0 auto;
  padding: 48px 20px 0;
}
.article-body h2 {
  font-weight: 700;
  font-size: clamp(26px, 5vw, 32px);
  line-height: 1.16;
  margin: 44px 0 18px;
}
.article-body h2:first-child { margin-top: 0; }
.article-body p {
  font-family: var(--body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.75;
  color: var(--moro);
  margin-bottom: 20px;
}
.article-body a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-body a:hover { opacity: 0.82; }

.article-quote {
  margin: 44px 0;
  padding: 30px 0;
  border-top: 1px solid var(--hair-on-crema);
  border-bottom: 1px solid var(--hair-on-crema);
  font-family: var(--body);
  font-weight: 600;
  font-size: clamp(22px, 4vw, 28px);
  line-height: 1.4;
  color: var(--moro);
}

.data-callout {
  margin: 44px 0;
  padding: 30px 0;
  border-top: 1px solid var(--hair-on-crema);
  border-bottom: 1px solid var(--hair-on-crema);
}
.data-callout .callout-figure {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(44px, 10vw, 60px);
  line-height: 1;
  color: var(--green);
  margin-bottom: 14px;
}
.data-callout p {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--moro);
  margin-bottom: 14px;
  max-width: 52ch;
}
.data-callout a {
  font-family: var(--body);
  font-weight: 600;
  font-size: 14px;
  color: var(--green);
  border-bottom: 1px solid var(--green);
}
.data-callout a:hover { opacity: 0.82; }

.affiliate-row {
  margin: 44px 0 0;
  padding: 22px 24px;
  background: var(--bg-alt);
  border-radius: var(--radius-card);
}
.affiliate-row h4 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 8px;
}
.affiliate-row p {
  font-family: var(--body);
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 10px;
}
.affiliate-row .affiliate-meta {
  font-family: var(--body);
  font-weight: 600;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 0;
}
.affiliate-row .affiliate-meta a {
  color: var(--green);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.related-strip {
  max-width: 820px;
  margin: 56px auto 0;
  padding: 48px 20px 56px;
  text-align: center;
  border-top: 1px solid var(--hair-on-crema);
}
.related-strip .eyebrow {
  text-align: center;
  margin-bottom: 14px;
}
.related-strip .claim {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.35;
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  .article-head { padding-top: 64px; }
  .article-hero { margin-top: 44px; }
  .standfirst-wrap { margin-top: 44px; }
  .article-body { padding-top: 64px; }
  .article-body h2 { margin-top: 56px; }
  .article-quote, .data-callout { margin: 52px 0; padding: 36px 0; }
  .affiliate-row { margin-top: 52px; padding: 26px 0; }
  .related-strip { margin-top: 64px; padding: 60px 20px 64px; }
}

/* ============ FOOTER (resta l'unico blocco scuro del sito: raccordo
   netto col chiaro sopra via bordo superiore) ============ */
.site-footer { padding: 48px 0 28px; border-top: 1px solid var(--border); }
.footer-advertise { border-bottom: 1px solid rgba(249,246,240,0.18); padding-bottom: 30px; margin-bottom: 30px; }
.footer-advertise .eyebrow { margin-bottom: 12px; }
.footer-advertise p.claim {
  font-family: var(--accent);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(19px, 3.4vw, 23px);
  max-width: 560px;
  margin-bottom: 18px;
  color: var(--crema);
  line-height: 1.4;
}
.site-footer .wordmark { margin-bottom: 32px; color: var(--crema); }
.footer-cols { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 24px; margin-bottom: 32px; }
.footer-col h5 {
  font-family: var(--body);
  font-weight: 600;
  font-size: 12px;
  color: var(--oro);
  margin-bottom: 12px;
}
.footer-col a { display: block; color: var(--crema); font-size: 14px; margin-bottom: 10px; opacity: 0.85; min-height: 22px; }
.footer-col a:hover { color: var(--oro); opacity: 1; }
.footer-bottom {
  border-top: 1px solid rgba(249,246,240,0.15);
  padding-top: 20px;
  font-size: 12px;
  color: rgba(249,246,240,0.55);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: space-between;
}
.footer-bottom a { color: rgba(249,246,240,0.75); }
.footer-bottom a:hover { color: var(--oro); }

@media (min-width: 768px) {
  .footer-cols { grid-template-columns: repeat(4, auto); justify-content: flex-start; gap: 64px; }
}

/* ============ MOBILE ACTION BAR (fixed, not sticky) ============ */
.mobile-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: var(--moro);
  color: var(--crema);
  padding: 12px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transform: translateY(100%);
  transition: transform 0.25s ease;
  border-top: 1px solid rgba(249,246,240,0.14);
}
.mobile-bar.is-visible { transform: translateY(0); }
.mobile-bar span { font-size: 14px; }

@media (max-width: 767px) {
  .mobile-bar { display: flex; }
}

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

/* ============ G5: shared section utilities (region/month/home/destinations/planner) ============ */
.section-title { font-size: clamp(26px, 5vw, 34px); margin-bottom: 20px; }
.section-lede { max-width: 60ch; font-size: 16px; color: rgba(43,29,22,0.7); }
.on-ink .section-lede { color: rgba(249,246,240,0.75); }
.hero-cta { margin-top: 28px; }

/* on-ivory sections wrapped straight on .wrap (home + region + month pages).
   .itineraries-of-season sostituisce le vecchie .corridors-section/
   .corridors-of-season (mai usate in un layout, nome bandito da CLAUDE.md). */
.itineraries-of-season,
.months-section {
  padding: var(--section-pad-sm) 0;
}
/* how-it-works: esclusiva della home (v3: su bg-alt, non piu' on-ink). */
.how-it-works { padding: 0; }
.how-it-works .wrap { padding-top: var(--section-pad-sm); padding-bottom: var(--section-pad-sm); }
.how-it-works .takeaway-grid { border-top-color: var(--border); }
.how-it-works .takeaway-row { border-color: var(--border); }
.how-it-works .takeaway-row p { color: var(--muted); }
@media (min-width: 768px) {
  .itineraries-of-season, .months-section { padding: var(--section-pad-lg) 0; }
  .how-it-works .wrap { padding-top: var(--section-pad-lg); padding-bottom: var(--section-pad-lg); }
}

/* ============ STORY CARD: kicker (hero word caption above title) ============ */
.story-card__kicker {
  display: block;
  font-family: var(--body);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--salvia);
  margin-top: 14px;
}
.story-card__kicker + .story-card__title { margin-top: 4px; }

/* ============ PAGE HEAD: centered typographic header (destinations, planner) ============ */
.page-head { padding: 48px 0 8px; text-align: center; }
.page-head h1 { font-size: clamp(32px, 6.4vw, 48px); margin-top: 12px; }
.page-head p { max-width: 60ch; margin: 16px auto 0; font-size: 16px; color: rgba(43,29,22,0.72); }

/* ============ MAP: home + destinations hub ============ */
.map-section { padding: 8px 0 56px; text-align: center; }
.map-section .section-title { text-align: center; }
.map-lede { max-width: 50ch; margin: 0 auto 36px; text-align: center; }
.map-frame { max-width: 620px; margin: 0 auto; }
.italy-map { width: 100%; height: auto; display: block; }
.map-region {
  fill: rgba(43,29,22,0.12);
  stroke: rgba(43,29,22,0.4);
  stroke-width: 0.7;
  transition: fill 0.15s ease;
}
.map-region.is-active { fill: var(--salvia); }
a[href] .map-region.is-active { cursor: pointer; }
a[href]:hover .map-region.is-active,
a[href]:focus-visible .map-region.is-active { fill: var(--oro); }
.map-fallback {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--hair-on-crema);
  text-align: left;
}
.map-fallback-label {
  display: block;
  margin-bottom: 12px;
  font-family: var(--body);
  font-weight: 600;
  font-size: 13px;
  color: var(--salvia);
}
.map-fallback-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.map-fallback-list a { font-weight: 600; border-bottom: 1px solid var(--green); }
.map-fallback-list a:hover { color: var(--green); }

/* ============ MONTHS GRID: chip pillola (home + month page, v3) ============ */
.months-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.months-cell {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  background: var(--bg);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.months-cell__num { font-family: var(--display); font-weight: 700; font-size: 12px; color: var(--muted); }
.months-cell__name { font-family: var(--body); font-weight: 600; font-size: 14px; color: var(--ink); }
.months-cell:hover { border-color: var(--green); }
.months-cell:hover .months-cell__name { color: var(--green); }
.months-cell.is-current { background: var(--green); border-color: var(--green); }
.months-cell.is-current .months-cell__num,
.months-cell.is-current .months-cell__name { color: var(--bg); }
@media (min-width: 768px) {
  .months-cell { padding: 11px 18px; }
}

/* ============ ITINERARIES SECTION (region): card grid ============ */
.itineraries-section { padding: var(--section-pad-sm) 0; }
@media (min-width: 768px) {
  .itineraries-section { padding: var(--section-pad-lg) 0; }
}

/* ============ ICONS SECTION (region): iconic courses + cellars, filet rows ============ */
.icons-section { padding: 0; background: var(--bg-alt); }
.icons-section .wrap { padding-top: 56px; padding-bottom: 56px; }
@media (min-width: 768px) {
  .icons-section .wrap { padding-top: 72px; padding-bottom: 72px; }
}
.icons-subhead {
  margin: 36px 0 4px;
  font-size: clamp(18px, 3.4vw, 22px);
}
.icons-subhead:first-of-type { margin-top: 8px; }
.icon-list { border-top: 1px solid var(--hair-on-crema-strong); }
.icon-row { padding: 20px 0; border-bottom: 1px solid var(--hair-on-crema); }
.icon-row h4 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(17px, 3.6vw, 20px);
  margin-bottom: 6px;
}
.icon-row p { font-size: 14px; color: var(--muted); max-width: 62ch; margin: 0; }

/* ============ REGION "WHEN TO GO": reuses .takeaway-grid, adds link styling ============ */
.region-whentogo { padding: 0; }
.region-whentogo .wrap { padding-top: 56px; padding-bottom: 56px; }
@media (min-width: 768px) {
  .region-whentogo .wrap { padding-top: 72px; padding-bottom: 72px; }
}
.takeaway-row p a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.takeaway-row p a:hover { opacity: 0.82; }

.months-picker { padding: 40px 0; }
@media (min-width: 768px) {
  .months-picker { padding: 56px 0; }
}

/* ============ MONTH PAGE: ranked list, card bianca, verde ============ */
.rank-section { padding: 0; }
.rank-section .wrap { padding-top: 48px; padding-bottom: 56px; }
@media (min-width: 768px) {
  .rank-section .wrap { padding-top: 56px; padding-bottom: 72px; }
}
.rank-list { border-top: 1px solid var(--hair-on-crema-strong); }
.rank-list.card-panel { border-top: none; }
.rank-list.card-panel .rank-row:first-child { padding-top: 0; }
.rank-list.card-panel .rank-row:last-child { border-bottom: none; padding-bottom: 0; }
.rank-row {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  grid-template-rows: auto auto auto;
  column-gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--hair-on-crema);
}
.rank-num {
  grid-column: 1;
  grid-row: 1 / 4;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(22px, 5vw, 26px);
  line-height: 1;
  color: var(--green);
  padding-right: 4px;
}
.rank-name { grid-column: 2; grid-row: 1; font-size: clamp(17px, 3.6vw, 20px); }
.rank-name a { color: var(--ink); }
.rank-name a:hover { color: var(--oro); }
.rank-bar {
  grid-column: 2;
  grid-row: 2;
  margin-top: 10px;
  height: 6px;
  border-radius: 3px;
  background: var(--hair-on-crema);
  overflow: hidden;
}
.rank-bar > span { display: block; height: 100%; background: var(--salvia); border-radius: 3px; }
.rank-stats {
  grid-column: 2;
  grid-row: 3;
  margin-top: 10px;
  display: flex;
  gap: 18px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
}
.rank-stats .unit { font-size: 0.72em; color: var(--muted); margin-left: 1px; }
.rank-stats .rank-rain { font-family: var(--body); font-weight: 400; color: var(--muted); }
@media (min-width: 768px) {
  .rank-row {
    grid-template-columns: 48px minmax(180px,260px) minmax(0,1fr) auto;
    grid-template-rows: auto;
    align-items: center;
    column-gap: 24px;
  }
  .rank-num { grid-row: 1; }
  .rank-name { grid-column: 2; grid-row: 1; }
  .rank-bar { grid-column: 3; grid-row: 1; margin-top: 0; }
  .rank-stats { grid-column: 4; grid-row: 1; margin-top: 0; }
}

/* ============ DESTINATIONS HUB: per-region blocks ============ */
.destinations-region { padding: 32px 0 8px; border-top: 1px solid var(--hair-on-crema); }
.destinations-region:first-child { border-top: none; padding-top: 8px; }
.destinations-region h2 { font-size: clamp(22px, 4.6vw, 28px); margin-bottom: 4px; }
.destinations-region h2 a:hover { color: var(--oro); }
.destinations-region .section-lede { margin-bottom: 8px; font-size: 14px; }

/* ============ PLANNER PAGE: transparency line ============ */
.planner-transparency { padding: 56px 0 64px; text-align: center; }
.planner-transparency p {
  max-width: 56ch;
  margin: 0 auto;
  font-family: var(--accent);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(16px, 2.6vw, 20px);
  line-height: 1.5;
  color: rgba(43,29,22,0.72);
}
@media (min-width: 768px) {
  .planner-transparency { padding: 72px 0 80px; }
}

/* ============ PROSE: typographic column for plain .Content pages
   (credits, legal notes). Scoped so it never leaks into components. ============ */
.prose-wrap { padding: 8px 0 56px; }
@media (min-width: 768px) {
  .prose-wrap { padding: 8px 0 72px; }
}
.prose > *:first-child { margin-top: 0; }
.prose h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(24px, 4.4vw, 30px);
  margin: 40px 0 16px;
}
.prose h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(18px, 3.2vw, 22px);
  margin: 32px 0 12px;
}
.prose p { max-width: 68ch; font-size: 16px; line-height: 1.75; margin-bottom: 16px; color: var(--moro); }
.prose ul, .prose ol { max-width: 68ch; margin: 0 0 16px; padding-left: 22px; }
.prose li { margin-bottom: 8px; font-size: 16px; line-height: 1.6; }
.prose a { color: var(--green); border-bottom: 1px solid var(--green); }
.prose a:hover { opacity: 0.8; }
.prose strong { font-weight: 600; }
.prose img { border-radius: var(--radius-card); margin: 8px 0 20px; }
.prose code {
  font-family: var(--credit);
  font-size: 0.82em;
  background: var(--hair-on-crema);
  padding: 2px 5px;
  border-radius: 3px;
}
.prose .legal-updated { font-size: 13px; color: rgba(43,29,22,0.55); margin-bottom: 8px; }
.prose .legal-content > .legal-section:first-child > h2 { margin-top: 0; }

/* ============ CORPORATE PAGES: alternating text/photo sections + closing CTA
   (about, methodology, partners, contact) ============ */
.corp-section { padding: 56px 0; }
.corp-section--band { border-top: 1px solid var(--hair-on-crema); border-bottom: 1px solid var(--hair-on-crema); }
.corp-grid { display: flex; flex-direction: column; gap: 32px; }
.corp-text { display: flex; flex-direction: column; }
.corp-text h2 { font-size: clamp(26px, 5vw, 34px); margin-bottom: 18px; }
.corp-text p { max-width: 60ch; font-size: 16px; line-height: 1.7; color: var(--moro); }
.corp-media { aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius-card); background-color: var(--hair-on-crema); }
.corp-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.corp-cta { padding: 56px 0 64px; text-align: center; border-top: 1px solid var(--hair-on-crema); }
.corp-cta .claim {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(20px, 3.6vw, 28px);
  max-width: 640px;
  margin: 0 auto 26px;
  line-height: 1.35;
  color: var(--moro);
}

@media (min-width: 768px) {
  .corp-section { padding: 72px 0; }
  .corp-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 56px; align-items: center; }
  .corp-media { order: 2; }
  .corp-text { order: 1; }
  .corp-grid--reverse .corp-media { order: 1; }
  .corp-grid--reverse .corp-text { order: 2; }
  .corp-cta { padding: 72px 0 80px; }
}

/* ============ COOKIE BANNER: fixed bottom bar, above the mobile action bar
   (v3: bianco con ombra alta, non piu' moro) ============ */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  padding: 16px 20px calc(16px + env(safe-area-inset-bottom, 0px));
  background: var(--bg);
  color: var(--ink);
  border-top: 1px solid var(--border);
  box-shadow: 0 -6px 20px rgba(0,0,0,0.12);
}
.cookie-banner[hidden] { display: none; }
.cookie-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cookie-txt {
  font-family: var(--body);
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--muted);
}
.cookie-txt a { color: var(--green); border-bottom: 1px solid var(--green); }
.cookie-txt a:hover { opacity: 0.82; }
.cookie-btns { display: flex; flex-direction: column; gap: 10px; }
.cookie-btn { width: 100%; }

@media (min-width: 768px) {
  .cookie-banner { padding: 18px 20px; }
  .cookie-inner { flex-direction: row; align-items: center; gap: 32px; }
  .cookie-btns { flex-direction: row; flex-shrink: 0; gap: 12px; }
  .cookie-btn { width: auto; min-width: 120px; }
}

/* fix: le sezioni con classe wrap fusa perdevano il padding laterale (i loro
   shorthand padding vincono sul .wrap dichiarato prima). Questa regola deve
   restare l'ultima del file. */
.wrap { padding-left: 20px; padding-right: 20px; }

/* ============ MAPPA: layer accendibili (golf/vino/terme/shopping) ============ */
.map-stack { position: relative; }
.italy-map-overlay { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.italy-map-overlay .map-layer { display: none; }
.italy-map-overlay .map-layer.is-on { display: block; }
#layer-golf circle { fill: var(--crema); stroke: var(--moro); stroke-width: 0.9; }
#layer-wine circle { fill: var(--moro); opacity: 0.7; }
#layer-spa circle { fill: var(--oro); opacity: 0.85; }
#layer-shopping circle { fill: var(--crema); stroke: var(--oro); stroke-width: 2; }
.map-toggles { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.map-toggles label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  font-family: var(--body);
  font-weight: 600;
  font-size: 13.5px;
  color: var(--ink);
  transition: border-color 0.15s ease;
}
.map-toggles label:has(input:checked) { border-color: var(--green); color: var(--green); }
.map-toggles input { width: 15px; height: 15px; accent-color: var(--green); }

/* ============ FOOTER: riga correzioni (policy trasparenza, E-E-A-T) ============ */
.footer-corrections { border-top: 1px solid rgba(249,246,240,0.18); padding-top: 20px; margin-top: 26px; }
.footer-corrections p { font-size: 14.5px; color: rgba(249,246,240,0.7); max-width: none; width: 100%; }
.footer-corrections a { color: var(--oro); border-bottom: 1px solid rgba(184,151,89,0.5); }

/* ============ JOURNAL ARCHIVE: featured hero + per-category grids ============ */
.journal-featured { padding: 24px 0 0; }
.journal-featured__link { display: block; }
.journal-featured__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-card);
  background-color: var(--hair-on-crema);
}
.journal-featured__media img { width: 100%; height: 100%; object-fit: cover; }
.journal-featured__body { max-width: 720px; padding-top: 22px; }
.journal-featured__cat {
  display: block;
  font-family: var(--body);
  font-weight: 600;
  font-size: 13px;
  color: var(--salvia);
  margin-bottom: 10px;
}
.journal-featured__title { font-size: clamp(28px, 6.4vw, 44px); margin-bottom: 12px; }
.journal-featured__link:hover .journal-featured__title { color: var(--oro); }
.journal-featured__desc { font-size: 16px; color: rgba(43,29,22,0.72); margin-bottom: 10px; }
.journal-featured__date { font-family: var(--body); font-size: 13px; color: rgba(43,29,22,0.55); }

.journal-category { padding: 40px 0 8px; border-top: 1px solid var(--hair-on-crema); scroll-margin-top: calc(var(--header-h) + var(--contents-h) + 8px); }
.journal-category:first-of-type { border-top: none; }
.journal-category h2 { font-size: clamp(24px, 4.8vw, 30px); margin-bottom: 22px; }

.card-grid--journal { gap: 28px 16px; }

/* card-grid card usato anche fuori dal journal: qui la description e'
   una frase intera (non un dettaglio breve), serve wrap su due righe. */
.story-card__detail--clamp2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

@media (min-width: 768px) {
  .journal-featured { padding-top: 32px; }
  .journal-featured__body { padding-top: 28px; }
  .card-grid--journal { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 32px 24px; }
}

/* ============ DESTINATIONS: accordion regioni ============ */
.destinations-accordion { border-top: 1px solid var(--hair-on-crema); padding: 0; }
.destinations-accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none; min-height: 64px; padding: 14px 0; }
.destinations-accordion summary::-webkit-details-marker { display: none; }
.destinations-accordion summary::after { content: '+'; font-family: var(--display); font-weight: 700; font-size: 26px; color: var(--green); }
.destinations-accordion[open] summary::after { content: '\2212'; }
.destinations-accordion .dr-name { font-family: var(--display); font-weight: 700; font-size: clamp(20px, 3.4vw, 26px); }
.destinations-accordion .dr-count { font-size: 13.5px; color: rgba(43,29,22,0.6); margin-left: auto; padding-right: 14px; }
.destinations-accordion[open] { padding-bottom: 20px; }

/* ============ PLANNER PAGE: questionnaire, bg-alt con form in card bianca
   (ondata 2, era on-ink) ============ */
.quiz-section { padding: 0; background: var(--bg-alt); }
.quiz-section .wrap { padding-top: 48px; padding-bottom: 56px; }
@media (min-width: 768px) {
  .quiz-section .wrap { padding-top: 64px; padding-bottom: 72px; }
}
.quiz-section .section-lede { margin-bottom: 36px; }

.quiz-form { display: flex; flex-direction: column; gap: 36px; }
.quiz-form.card-panel { gap: 32px; }
.quiz-q { border: 0; margin: 0; padding: 0; }
.quiz-legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(17px, 3.4vw, 20px);
}

/* pill/chip base: hidden native input, styled label. Shared by month and
   duration radios (single-select) and the needs checkboxes (multi-select):
   same visual language, only the input type changes. */
.q-pill { position: relative; display: block; }
.q-pill input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.q-pill span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-family: var(--body);
  font-weight: 600;
  font-size: 13.5px;
  line-height: 1.25;
  text-align: center;
  color: var(--ink);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.q-pill input:hover + span { border-color: var(--green); }
.q-pill input:focus-visible + span { outline: 2px solid var(--green); outline-offset: 2px; }
.q-pill input:checked + span { background: var(--green); border-color: var(--green); color: var(--bg); }

.q-pillgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
}
@media (min-width: 768px) {
  .q-pillgrid { grid-template-columns: repeat(6, minmax(0,1fr)); }
}

.q-pillrow { display: flex; flex-direction: column; gap: 10px; }
.q-pillrow .q-pill span { min-height: 52px; padding: 14px 16px; font-size: 15px; }
@media (min-width: 768px) {
  .q-pillrow { flex-direction: row; }
  .q-pillrow .q-pill { flex: 1; }
}

.q-chipgrid { display: flex; flex-wrap: wrap; gap: 10px; }
.q-chipgrid .q-pill { flex: 0 0 auto; }
.q-chipgrid .q-pill span { min-height: 44px; padding: 11px 20px; border-radius: 999px; font-size: 14px; white-space: nowrap; }

.q-select-wrap { position: relative; max-width: 420px; }
.q-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  min-height: 48px;
  font-family: var(--body);
  font-size: 16px;
  font-weight: 600;
  color: var(--moro);
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-input);
  padding: 12px 44px 12px 16px;
  cursor: pointer;
}
.q-select:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.q-select-wrap::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  border-right: 2px solid var(--moro);
  border-bottom: 2px solid var(--moro);
  transform: rotate(45deg);
  pointer-events: none;
}

.quiz-submit { margin-top: 4px; }
.quiz-submit .btn { width: 100%; }
@media (min-width: 768px) {
  .quiz-submit .btn { width: auto; padding-left: 40px; padding-right: 40px; }
}

/* ============ PLANNER PAGE: results (three matched itineraries) ============ */
.quiz-results { padding: 0; }
.quiz-results .wrap { padding-top: 48px; padding-bottom: 56px; }
@media (min-width: 768px) {
  .quiz-results .wrap { padding-top: 56px; padding-bottom: 72px; }
}
.result-list { border-top: 1px solid var(--hair-on-crema-strong); }
.result-row { display: flex; gap: 16px; padding: 28px 0; border-bottom: 1px solid var(--hair-on-crema); }
.result-num {
  flex-shrink: 0;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(22px, 5vw, 26px);
  line-height: 1.2;
  color: var(--green);
}
.result-body { min-width: 0; flex: 1; }
.result-name { font-size: clamp(19px, 4vw, 24px); margin-bottom: 4px; }
.result-name a { color: var(--ink); }
.result-name a:hover { color: var(--oro); }
.result-region {
  display: block;
  font-family: var(--body);
  font-weight: 600;
  font-size: 13px;
  color: var(--salvia);
  margin-bottom: 16px;
}
.result-reasons { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 8px; }
.result-reasons li { position: relative; padding-left: 16px; font-size: 14.5px; color: var(--muted); }
.result-reasons li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--oro);
}
#resultsEmpty a, #resultsError a { color: var(--oro); border-bottom: 1px solid var(--oro); }
#resultsEmpty a:hover, #resultsError a:hover { opacity: 0.82; }

/* ============ ENTITY PAGES: minimal schede (wineries/spas/shopping) ============ */
.entity-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--muted);
}
.entity-location .icon { width: 15px; height: 15px; color: var(--green); }
.status-note {
  margin: 0 0 28px;
  padding: 14px 18px;
  border-left: 3px solid var(--oro);
  background: rgba(184,151,89,0.08);
  font-size: 14.5px;
  line-height: 1.5;
}
#shopping .entry-row h3 a:hover { color: var(--oro); }
.icon-row h4 a:hover { color: var(--oro); }

/* ============ PARTNER LINE: riga con link verde (entita' minimali,
   momento 03 moodboard), ondata 2. ============ */
.partner-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 0;
  border-top: 1px solid var(--border);
  font-size: 13.5px;
  color: var(--muted);
}
.partner-line a {
  color: var(--green);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.partner-line a svg { width: 14px; height: 14px; }
.partner-line a:hover { opacity: 0.8; }

/* ============ V3 HOME: hero fotografico + card fluttuante ============ */
/* hero a tutta larghezza: la foto occupa lo schermo, la card ci galleggia sopra */
.home-hero { padding: 0 0 var(--section-pad-sm); }
.home-hero__frame { position: relative; }
.home-hero__photo {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  height: min(74svh, 560px);
  object-fit: cover;
  border-radius: 0;
  display: block;
}
.home-hero__card {
  background: var(--bg);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-md);
  padding: 24px;
  margin: -64px 16px 0;
  position: relative;
  z-index: 2;
}
.home-hero__title {
  font-size: clamp(24px, 5.6vw, 27px);
  margin-bottom: 10px;
  max-width: 22ch;
}
.home-hero__lede {
  font-family: var(--body);
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 20px;
  max-width: 46ch;
}
.home-hero__fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}
.hh-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid var(--border);
  border-radius: var(--radius-input);
  padding: 9px 14px;
  background: var(--bg);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.hh-field:focus-within { border-color: var(--green, #4A5D4E); box-shadow: 0 0 0 3px rgba(74,93,78,.12); }
/* i select nativi stonavano con tutto il resto: stessa tipografia della card,
   nessuna cornice di sistema, freccia disegnata da noi */
.hh-field select {
  appearance: none; -webkit-appearance: none;
  width: 100%;
  border: 0;
  padding: 0 22px 0 0;
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  line-height: 1.4;
}
.hh-field select:focus { outline: none; }
.hh-field__value {
  position: relative;
}
.hh-field__value::after {
  content: "";
  position: absolute; right: 2px; top: 50%;
  width: 9px; height: 9px; margin-top: -6px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg);
  pointer-events: none;
}
.hh-field__label {
  font-family: var(--body);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}
.hh-field__value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
}
.hh-field__value svg { width: 14px; height: 14px; color: var(--muted); flex-shrink: 0; }
.home-hero__cta { width: 100%; }

@media (min-width: 900px) {
  .home-hero__photo { height: min(78svh, 620px); }
  .home-hero__card {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 420px;
    margin: 0;
    padding: 30px;
  }
  .home-hero__title { font-size: 27px; }
}

/* ============ V3 HOME: benefits row (3 tile su bg-alt) ============ */
.home-benefits { padding: var(--section-pad-sm) 0; }
.home-benefits__grid {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 14px;
}
.home-benefits__tile {
  background: var(--bg);
  border-radius: var(--radius-card);
  padding: 22px;
}
.home-benefits__tile .icon { width: 30px; height: 30px; color: var(--green); margin-bottom: 14px; }
.home-benefits__tile h3 { font-size: 16px; margin-bottom: 8px; }
.home-benefits__tile p { font-family: var(--body); font-size: 13.5px; color: var(--muted); margin: 0; }
@media (min-width: 640px) {
  .home-benefits__grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (min-width: 768px) {
  .home-benefits { padding: var(--section-pad-lg) 0; }
}

/* ============ V3 HOME: map-section diventa una card bianca (solo home,
   .map-section resta condivisa e non tocca destinations/months) ============ */
.map-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-sm);
  padding: 20px;
}
/* bump del solo padding-top, scoping opt-in: non tocca .map-section altrove */
.section-pad-top { padding-top: var(--section-pad-sm); }
@media (min-width: 768px) {
  .section-pad-top { padding-top: var(--section-pad-lg); }
  .map-card { padding: 32px; }
}

/* ============ V3 HOME: planner, full-width con foto di sfondo (CTA piu'
   visibile del sito) ============ */
.home-planner { padding: var(--section-pad-sm) 0; }
.home-planner__card {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}
.home-planner__overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 28px 24px;
  background: linear-gradient(to top, rgba(43,29,22,0.82) 0%, rgba(43,29,22,0.35) 65%, rgba(43,29,22,0) 100%);
}
.home-planner__overlay h2 {
  color: var(--bg);
  font-size: clamp(24px, 5vw, 34px);
  max-width: 22ch;
  margin-bottom: 10px;
}
.home-planner__overlay p {
  font-family: var(--body);
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 20px;
}
.home-planner__cta { font-size: 16px; padding: 16px 32px; }
@media (min-width: 768px) {
  .home-planner { padding: var(--section-pad-lg) 0; }
  .home-planner__card { min-height: 420px; }
  .home-planner__overlay { padding: 48px; }
}

/* --- Pagina mese: destinazioni al loro picco stagionale --- */
.peak-section { padding-top: 64px; padding-bottom: 64px; background: var(--surface-alt, #F7F5F2); }
.peak-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); gap: 16px; margin-top: 28px; }
.peak-card { background: #fff; border: 1px solid var(--line, #E8E4DE); border-radius: 16px; padding: 20px; box-shadow: 0 1px 2px rgba(0,0,0,.08); }
.peak-badge { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: .02em; color: var(--green, #4A5D4E); background: rgba(74,93,78,.08); border-radius: 999px; padding: 4px 12px; }
.peak-card h3 { font-size: 19px; font-weight: 700; margin: 12px 0 6px; }
.peak-card h3 a { color: inherit; text-decoration: none; }
.peak-card h3 a:hover { color: var(--green, #4A5D4E); }
.peak-facts { font-size: 14px; color: var(--muted, #6B625B); margin: 0; }
.rank-peak { display: inline-block; font-size: 12px; font-weight: 600; color: var(--green, #4A5D4E); background: rgba(74,93,78,.08); border-radius: 999px; padding: 3px 10px; white-space: nowrap; }
.region-intro { padding-top: 8px; padding-bottom: 40px; }  /* idem */
.region-intro .prose { max-width: 68ch; }
.region-intro .prose p { margin: 0 0 16px; }
.corp-prose { padding-top: 8px; padding-bottom: 48px; }  /* mai padding abbreviato su .wrap: azzera i lati */
.corp-prose .prose { max-width: 68ch; }
.corp-prose .prose h2 { margin: 32px 0 12px; }
.corp-prose .prose p { margin: 0 0 16px; }

/* Fascia "Part of the itinerary" in fondo alle schede: la sola classe di sfondo
   non dava respiro verticale e il blocco restava incollato al box sopra. */
.related-band { margin-top: 48px; padding-top: 40px; padding-bottom: 48px; }
.related-band .eyebrow { display: block; margin-bottom: 16px; }
.related-band .mini-carousel { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 4px; }
.related-band .mini-card { flex: 0 0 240px; text-decoration: none; color: inherit; }

/* ============ FOOTER v3 ============ */
.site-footer { background: var(--ink, #2B1D16); color: #EDE8E2; padding: 64px 0 32px; margin-top: 80px; font-family: Inter, system-ui, sans-serif; }
.site-footer a { color: #EDE8E2; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-top { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 32px; align-items: start; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-wordmark { font-size: 22px; font-weight: 800; letter-spacing: -.01em; }
.footer-claim { margin: 10px 0 0; max-width: 46ch; font-size: 15px; line-height: 1.6; color: rgba(237,232,226,.78); }
.footer-partner p { margin: 0 0 14px; font-size: 15px; color: rgba(237,232,226,.78); }
.btn--light { display: inline-block; background: #fff; color: var(--ink, #2B1D16); border-radius: 999px; padding: 11px 22px; font-size: 15px; font-weight: 600; }
.btn--light:hover { background: #F2EFEA; color: var(--ink, #2B1D16); text-decoration: none; }
.footer-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr)); gap: 28px; padding: 36px 0; }
.footer-col h5 { margin: 0 0 12px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(237,232,226,.55); }
.footer-col a { display: block; padding: 5px 0; font-size: 15px; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); font-size: 14px; color: rgba(237,232,226,.7); }
.footer-bottom a { text-decoration: underline; }
@media (max-width: 760px) {
  .footer-top { grid-template-columns: 1fr; }
  .site-footer { padding-top: 48px; }
}

/* ============ MODULO CONTATTI ============ */
.corp-form { padding-top: 8px; padding-bottom: 16px; }
.corp-form h2 { margin: 0 0 20px; }
.gws-form { max-width: 620px; }
.gws-form__row { margin-bottom: 18px; display: flex; flex-direction: column; gap: 6px; }
.gws-form label { font-size: 14px; font-weight: 600; color: var(--ink, #2B1D16); }
.gws-form input[type="text"], .gws-form input[type="email"], .gws-form input[type="number"],
.gws-form input[type="tel"], .gws-form select, .gws-form textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line, #E8E4DE); border-radius: 12px;
  font: inherit; font-size: 16px; background: #fff; color: var(--ink, #2B1D16); }
.gws-form textarea { resize: vertical; min-height: 130px; }
.gws-form input:focus, .gws-form select:focus, .gws-form textarea:focus {
  outline: 2px solid var(--green, #4A5D4E); outline-offset: 1px; border-color: transparent; }
.gws-form__honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.gws-form__check { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; font-weight: 400; font-size: 14px; line-height: 1.5; color: var(--muted, #6B625B); }
.gws-form__check input { margin-top: 3px; flex: 0 0 auto; }
.gws-form .btn { margin-top: 12px; }
.gws-form__note { margin: 12px 0 0; font-size: 14px; color: var(--muted, #6B625B); }
.gws-form__error { margin-top: 12px; font-size: 14px; color: #A3372B; }
.gws-form__ok { max-width: 620px; padding: 18px 20px; border: 1px solid var(--line, #E8E4DE); border-radius: 16px; background: var(--bg-alt, #F7F5F2); font-size: 15px; }
.site-footer .btn--light { color: var(--ink, #2B1D16); background: #fff; }
.site-footer .footer-corrections { border: 0; padding: 0; margin: 0; text-align: right; }
#nearby .related-block { margin-top: 24px; }
#nearby .icons-subhead { font-size: 15px; font-weight: 700; margin: 0 0 12px; }
#nearby .mini-card { flex: 0 0 220px; }
/* il contenitore ha proporzione 4:3, l'immagine deve riempirlo: fissandole
   un'altezza restava una fascia grigia sotto la foto */
#nearby .mini-card__media { aspect-ratio: 4 / 3; border-radius: 12px; }
#nearby .mini-card__media img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; display: block; }
#nearby .mini-card__title { margin-top: 8px; font-weight: 600; font-size: 15px; line-height: 1.35; }
#nearby .mini-card__meta { font-size: 13px; color: var(--muted, #6B625B); }

/* Vino simbolo in evidenza sulle schede cantina */
.flagship-line { padding-top: 4px; padding-bottom: 4px; }
.flagship-line p { margin: 0 0 6px; font-size: 17px; }
.flagship-label { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--green, #4A5D4E); background: rgba(74,93,78,.08); border-radius: 999px; padding: 4px 12px; margin-right: 8px; vertical-align: middle; }
.flagship-grapes { color: var(--muted, #6B625B); font-size: 15px; }
.flagship-also { font-size: 14px; color: var(--muted, #6B625B); }
.page-hero__credit a { color: inherit; text-decoration: none; }
.page-hero__credit a:hover { text-decoration: underline; }
.reach-address { font-size: 17px; margin: 0 0 8px; }
.reach-contacts { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 0; font-size: 15px; color: var(--muted, #6B625B); }
.reach-contacts a { color: var(--green, #4A5D4E); }
/* Home, itinerari della stagione: due righe da quattro su desktop */
@media (min-width: 1000px) {
  .itineraries-of-season .card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ============ MEGA MENU (solo desktop) ============ */
.nav-links .has-mega > a { display: inline-flex; align-items: center; gap: 5px; }
.nav-links .has-mega svg { width: 14px; height: 14px; transition: transform .15s ease; }
.site-header.mega-open .has-mega svg { transform: rotate(180deg); }
.megamenu { position: absolute; left: 0; right: 0; top: 100%; background: #fff;
  border-top: 1px solid var(--line, #E8E4DE); border-bottom: 1px solid var(--line, #E8E4DE);
  box-shadow: 0 18px 40px rgba(0,0,0,.10); z-index: 60; }
.megamenu__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; padding-top: 28px; padding-bottom: 32px; }
.megamenu h3 { font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  color: var(--muted, #6B625B); margin: 0 0 14px; }
.megamenu ul { list-style: none; margin: 0; padding: 0; }
.megamenu__regions { columns: 2; column-gap: 28px; }
.megamenu__regions li, .megamenu__links li { break-inside: avoid; margin-bottom: 9px; }
.megamenu a { color: var(--ink, #2B1D16); text-decoration: none; font-size: 15px; font-weight: 500; }
.megamenu a:hover { color: var(--green, #4A5D4E); text-decoration: underline; }
.megamenu__regions span { color: var(--muted, #6B625B); font-size: 13px; font-weight: 400; }
.megamenu__cta { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line, #E8E4DE); }
.megamenu__cta p { margin: 0 0 10px; font-size: 14px; color: var(--muted, #6B625B); }
.megamenu__cta .btn { font-size: 14px; padding: 10px 18px; }
@media (max-width: 899px) { .megamenu { display: none !important; } }

/* ============ HOME: cosa abbinare al golf ============ */
.pair-section { padding-top: 56px; padding-bottom: 8px; }
.pair-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 16px; margin-top: 26px; }
.pair-card { display: block; padding: 24px 22px 20px; background: #fff; border: 1px solid var(--line, #E8E4DE);
  border-radius: 16px; text-decoration: none; color: var(--ink, #2B1D16);
  box-shadow: 0 1px 2px rgba(0,0,0,.06); transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.pair-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,.10); border-color: var(--green, #4A5D4E); }
.pair-card .pair-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px;
  border-radius: 999px; background: rgba(74,93,78,.14); margin-bottom: 14px; }
.pair-card .pair-icon svg { stroke: #3C4C40; stroke-width: 1.8; }
.pair-card:hover .pair-icon { background: rgba(74,93,78,.18); }
.pair-icon svg { width: 24px; height: 24px; }
.pair-card h3 { font-size: 19px; font-weight: 700; margin: 0 0 6px; }
.pair-card p { margin: 0 0 12px; font-size: 14.5px; line-height: 1.5; color: var(--muted, #6B625B); }
.pair-count { font-size: 13px; font-weight: 600; color: var(--green, #4A5D4E); }

/* Nel drawer mobile la voce Destinations riusa il markup dell'header: senza
   vincolo di dimensione la freccia del mega menu diventava gigante */
.nav-drawer .has-mega svg,
.nav-drawer__main svg { width: 18px; height: 18px; flex: 0 0 auto; }
.nav-drawer .has-mega > a { display: flex; align-items: center; justify-content: space-between; gap: 8px; }

/* ============ ARCHIVI DI SEZIONE ============ */
.page-head__lede { max-width: 62ch; color: var(--muted, #6B625B); font-size: 17px; }
.archive-filters { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 8px; padding-bottom: 20px; }
.archive-filters .chip { font: inherit; font-size: 14px; padding: 8px 16px; border-radius: 999px;
  border: 1px solid var(--line, #E8E4DE); background: #fff; color: var(--ink, #2B1D16); cursor: pointer; }
.archive-filters .chip:hover { border-color: var(--green, #4A5D4E); }
.archive-filters .chip.is-on { background: var(--green, #4A5D4E); border-color: var(--green, #4A5D4E); color: #fff; }
.archive-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: 22px; padding-bottom: 64px; }
.archive-card { display: block; text-decoration: none; color: inherit; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--line, #E8E4DE); background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.06);
  transition: transform .15s ease, box-shadow .15s ease; }
.archive-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,.10); }
.archive-card__media img { width: 100%; height: 168px; object-fit: cover; display: block; }
.archive-card__body { padding: 14px 16px 18px; }
.archive-card__body h2 { font-size: 17px; font-weight: 700; line-height: 1.3; margin: 0 0 6px; }
.archive-card__meta { margin: 0; font-size: 14px; color: var(--muted, #6B625B); }
.archive-card__tag { margin: 8px 0 0; font-size: 13px; font-weight: 600; color: var(--green, #4A5D4E); }
.stock-note { font-size: 12.5px; color: var(--muted, #6B625B); margin: 6px 0 12px; }
.stock-note a { color: var(--green, #4A5D4E); text-decoration: underline; }
/* Continue the trip: griglia a tre colonne, niente scorrimento laterale */
.continue-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 18px; }
@media (min-width: 900px) { .continue-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.continue-grid .mini-card { flex: none; width: auto; }

/* ============ BLOCCO AFFILIAZIONE (journal) ============ */
.affiliate-box { padding: 32px 0 48px; }
.affiliate-box h2 { font-size: 22px; margin: 6px 0 18px; }
.affiliate-list { list-style: none; margin: 0; padding: 0; }
.affiliate-list li { display: flex; flex-wrap: wrap; gap: 14px 24px; align-items: center; justify-content: space-between;
  padding: 16px 0; border-top: 1px solid var(--line, #E8E4DE); }
.affiliate-list li:last-child { border-bottom: 1px solid var(--line, #E8E4DE); }
.affiliate-text { flex: 1 1 340px; }
.affiliate-text h3 { font-size: 17px; font-weight: 700; margin: 0 0 4px; }
.affiliate-text p { margin: 0; font-size: 14.5px; color: var(--muted, #6B625B); }
.affiliate-note { margin-top: 16px; font-size: 13px; color: var(--muted, #6B625B); }
.backlinks { padding: 26px 0 8px; }
.backlinks ul { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 8px; }
.backlinks a { color: var(--green, #4A5D4E); font-weight: 600; font-size: 15.5px; text-decoration: none; border-bottom: 1px solid rgba(74,93,78,.35); }
.backlinks a:hover { border-bottom-color: var(--green, #4A5D4E); }

/* ============ LANDING PREVENTIVO ============ */
.request-head { padding-top: 44px; padding-bottom: 4px; }
.request-head h1 { margin: 6px 0 12px; }
.request-lede { max-width: 58ch; font-size: 18px; line-height: 1.6; color: var(--muted); margin: 0; }
.request-body { padding-top: 28px; padding-bottom: 72px; }
.request-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 44px; align-items: start; }
.request-form-col { min-width: 0; }
.request-form { max-width: none; }
.request-form .gws-form__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: 0 18px; }
.gws-form__checks { border: 0; padding: 0; margin: 2px 0 20px; min-width: 0; }
.gws-form__checks legend { font-size: 14px; font-weight: 600; color: var(--ink); padding: 0 0 10px; }
.request-side { position: sticky; top: calc(var(--header-h) + 16px); }
.request-card { background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius-card); padding: 20px 22px; margin-bottom: 16px; }
.request-card h3 { font-size: 16px; margin: 0 0 8px; }
.request-card p { margin: 0; font-size: 14.5px; line-height: 1.65; color: var(--muted); }
.request-card--quiet { background: #fff; }
.request-card a { color: var(--green); }
.request-ok { padding: 24px 26px; border: 1px solid var(--border); border-radius: var(--radius-card); background: var(--bg-alt); }
.request-ok h2 { margin: 0 0 8px; font-size: 20px; }
.request-ok p { margin: 0; color: var(--muted); line-height: 1.65; }
.request-prose { padding-bottom: 64px; }
.request-prose .prose { max-width: 64ch; }
@media (max-width: 900px) {
  .request-grid { grid-template-columns: 1fr; gap: 32px; }
  .request-side { position: static; }
  .request-head { padding-top: 28px; }
  .request-lede { font-size: 17px; }
}

/* il rimando alla mappa, in testa alla colonna delle regioni del mega menu */
.megamenu__all { margin: 0 0 14px; font-size: 14.5px; }
.megamenu__all a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.megamenu__all a:hover { color: var(--green-hover); }

/* fascia di green fee: una stima dichiarata, non un listino */
.fee-band { border: 1px solid var(--border); border-radius: var(--radius-card); padding: 18px 20px; margin: 0 0 24px; background: var(--bg-alt); max-width: 620px; }
.fee-band__label { display: block; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--salvia); margin-bottom: 4px; }
.fee-band__value { display: block; font-size: 22px; font-weight: 600; }
.fee-band__note { margin: 8px 0 0; font-size: 13.5px; line-height: 1.55; color: var(--muted); }
.fee-band__note a { color: var(--green); }

/* rimando agli indici testuali dalla pagina della mappa */
.dest-index { margin: 6px 0 0; font-size: 15px; color: var(--muted); }
.dest-index a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }

/* selettore di lingua a tendina */
.lang-dd { position: relative; }
.lang-dd__btn { display: inline-flex; align-items: center; gap: 6px; font: inherit; font-size: 13px;
  letter-spacing: .05em; color: var(--ink); background: none; border: 1px solid var(--border);
  border-radius: 999px; padding: 7px 12px; cursor: pointer; transition: border-color .15s ease; }
.lang-dd__btn:hover { border-color: var(--ink); }
.lang-dd__btn svg { width: 15px; height: 15px; }
.lang-dd__chev { width: 12px !important; height: 12px !important; opacity: .6; transition: transform .15s ease; }
.lang-dd__btn[aria-expanded="true"] .lang-dd__chev { transform: rotate(180deg); }
.lang-dd__menu { position: absolute; right: 0; top: calc(100% + 8px); margin: 0; padding: 6px;
  list-style: none; background: #fff; border: 1px solid var(--border); border-radius: 12px;
  box-shadow: var(--shadow-md); min-width: 148px; z-index: 60; }
.lang-dd__menu a { display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 9px 12px; border-radius: 8px; font-size: 14.5px; color: var(--ink); text-decoration: none; }
.lang-dd__menu a:hover { background: var(--bg-alt); }
.lang-dd__menu a.is-current { color: var(--muted); pointer-events: none; }
.lang-dd__menu a.is-current::after { content: "\2713"; font-size: 13px; color: var(--green); }
@media (max-width: 640px) { .lang-dd__btn { padding: 6px 10px; } .lang-dd__btn span { font-size: 12px; } }

/* preferenze del CMP dentro il banner */
.cookie-prefs { display: grid; gap: 8px; margin: 12px 0 4px; }
.cookie-pref { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; line-height: 1.5; }
.cookie-pref input { margin-top: 2px; flex: 0 0 auto; }
.cookie-link { background: none; border: 0; padding: 8px 4px; font: inherit; font-size: 13.5px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; color: inherit; opacity: .85; }
.cookie-link:hover { opacity: 1; }
