/* ============================================================
   Template PURO — Design System (editoriale a posizioni-modulo)
   Grafica generica e riusabile; nessun brand incorporato.
   ============================================================ */

/* ---------- FONT SELF-HOSTED (nessuna chiamata a Google) ---------- */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/inter-400.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/inter-500.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/inter-600.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/inter-700.woff2") format("woff2"); }
@font-face { font-family: "Lora"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/lora-400.woff2") format("woff2"); }
@font-face { font-family: "Lora"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/lora-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Lora"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/lora-500.woff2") format("woff2"); }
@font-face { font-family: "Lora"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/lora-600.woff2") format("woff2"); }
@font-face { font-family: "Lora"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/lora-700.woff2") format("woff2"); }

/* ---------- TOKEN ---------- */
:root {
  --cream:        #FAF7F0;
  --cream-2:      #F3EEE3;
  --white:        #FFFFFF;
  --ink:          #272320;
  --ink-soft:     #5F584F;
  --olive:        #6B7444;
  --olive-deep:   #454E2C;   /* oliva scuro (Fase mov.2): contrasto piu alto su crema */
  --vino:         #7A2E3A;   /* accento profondo (testo su chiaro / fondo con testo bianco) */
  --oro:          #D6A23E;   /* oro: SOLO come fondo con testo SCURO (mai testo bianco) */
  --terracotta:   #B85C38;   /* testo grande/titoli; barra frase-chiave */
  --terracotta-deep: #A85A38; /* testo piccolo su crema (~4.7:1) e fondi chip con testo bianco (~5.0:1) — AA */
  --blush:        #F3EEE3;   /* ex rosa: ora neutro (= cream-2). Rosa rimosso dal sito. */
  --line:         #E7E0D2;
  --radius:       13px;
  --radius-sm:    9px;
  --shadow:       0 8px 30px rgba(39,35,32,.09);
  --shadow-sm:    0 4px 16px rgba(39,35,32,.07);
  --serif:        "Lora", Georgia, serif;
  --sans:         "Inter", system-ui, sans-serif;
  --wrap:         1200px;
}

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }

/* Rimuovi stili Joomla / Bootstrap se iniettati */
.container, .container-fluid { max-width: none !important; padding: 0 !important; }
.joomla-script-options { display: none; }

/* ---------- UTILITIES ---------- */
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; margin: 0; line-height: 1.08; letter-spacing: -.01em; }
.eyebrow {
  font: 600 11px/1 var(--sans);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--olive-deep);
}

/* ============================================================
   HEADER
   ============================================================ */
.vt-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250,247,240,.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}
.logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-decoration: none;
}
.logo .name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -.02em;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ink);
}
.logo .name svg { color: var(--olive-deep); }
.logo .tag {
  font: 600 9px/1 var(--sans);
  letter-spacing: .22em;
  color: var(--ink-soft);
  margin-top: 5px;
  margin-left: 2px;
}
nav.main {
  display: flex;
  gap: 26px;
  align-items: center;
}
nav.main a {
  font: 500 15px/1 var(--sans);
  color: var(--ink);
  padding: 6px 0;
  position: relative;
  text-decoration: none;
}
nav.main a .car { font-size: 10px; color: var(--ink-soft); margin-left: 3px; }
nav.main a:hover { color: var(--olive-deep); }
.actions {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--ink);
}
.ic {
  width: 21px;
  height: 21px;
  color: var(--ink);
  cursor: pointer;
  display: block;
}
.ic.dt { display: block; }
.lang {
  font: 600 14px/1 var(--sans);
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.burger {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--ink);
  padding: 0;
}
.mobnav { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #cdbfa3;
}
.hero .scene {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero .scene svg { width: 100%; height: 100%; display: block; }
.hero .veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(28,24,20,.62) 0%, rgba(28,24,20,.34) 42%, rgba(28,24,20,0) 72%);
}
.hero .wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero h1 {
  color: #fff;
  font-size: clamp(44px, 6.4vw, 84px);
  font-weight: 500;
  max-width: 13ch;
  text-shadow: 0 2px 30px rgba(0,0,0,.25);
}
.hero p.sub {
  color: rgba(255,255,255,.92);
  font-size: clamp(16px, 1.5vw, 20px);
  max-width: 42ch;
  margin: 22px 0 30px;
}
.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font: 600 15px/1 var(--sans);
  padding: 15px 26px;
  border-radius: 999px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: .18s;
  text-decoration: none;
}
.btn .ar { transition: transform .18s; }
.btn:hover .ar { transform: translateX(3px); }
.btn-primary { background: var(--olive); color: #fff; }
.btn-primary:hover { background: var(--olive-deep); }
.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.7); }
.btn-ghost:hover { background: rgba(255,255,255,.16); }

/* Pannello flottante hero */
.float {
  position: absolute;
  right: max(28px, calc((100vw - var(--wrap)) / 2 + 28px));
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 300px;
  background: rgba(30,26,22,.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  padding: 8px;
}
.float a {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 15px 16px;
  border-radius: 11px;
  transition: .15s;
  text-decoration: none;
}
.float a:hover { background: rgba(255,255,255,.08); }
.float a + a { border-top: 1px solid rgba(255,255,255,.12); }
.float .ti {
  font-family: var(--serif);
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: block;
}
.float .de {
  font-size: 12.5px;
  color: rgba(255,255,255,.74);
  margin-top: 3px;
  line-height: 1.45;
  display: block;
}
.float svg { flex: 0 0 auto; color: #dcd2bf; margin-top: 2px; }

/* ============================================================
   INTRO BAND
   ============================================================ */
.intro {
  background: var(--cream-2);
  border-bottom: 1px solid var(--line);
}
.intro .wrap {
  display: grid;
  grid-template-columns: 170px 1.1fr 2fr;
  gap: 40px;
  align-items: center;
  padding: 42px 28px;
}
.intro .art { color: var(--olive-deep); opacity: .85; }
.intro .lead {
  font-size: 15.5px;
  color: var(--ink-soft);
  line-height: 1.7;
}
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); }
.pillar { padding: 0 20px; border-left: 1px solid var(--line); }
.pillar:first-child { padding-left: 0; border-left: 0; }
.pillar svg { color: var(--olive-deep); margin-bottom: 10px; }
.pillar .pt { font: 600 13.5px/1.3 var(--sans); margin-bottom: 5px; }
.pillar .pd { font-size: 12.5px; color: var(--ink-soft); line-height: 1.45; }

/* ============================================================
   SEZIONI CONTENUTO
   ============================================================ */
section.block { padding: 62px 0; }
section.block.alt { background: var(--white); }
.head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 26px;
  gap: 20px;
}
.head h2 { font-size: clamp(26px, 3vw, 34px); }
.seeall {
  font: 600 14px/1 var(--sans);
  color: var(--olive-deep);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  text-decoration: none;
}
.seeall:hover { color: var(--olive-deep); }
.seeall .ar { transition: transform .18s; }
.seeall:hover .ar { transform: translateX(3px); }

/* ---------- RAIL (scroll orizzontale) ---------- */
.rail {
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: none;   /* NB: snap/layout reali li governa positions.css (caricato dopo): desktop OFF, mobile proximity. Qui solo per coerenza. */
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
}
.rail::-webkit-scrollbar { height: 6px; }
.rail::-webkit-scrollbar-thumb { background: var(--line); border-radius: 9px; }
.rail.five  { grid-auto-columns: minmax(210px, 1fr); }
.rail.three { grid-auto-columns: minmax(300px, 1fr); }
.card { scroll-snap-align: start; }

/* ---------- PLACEHOLDER IMMAGINI (gradients) ---------- */
.ph {
  aspect-ratio: 4/3;
  position: relative;
}
.ph::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 80% at 50% 10%, rgba(255,255,255,.18), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.18));
}
.ph.h1 { background: linear-gradient(160deg, #cdb78a, #9c8a5d 55%, #6f7a48); }
.ph.h2 { background: linear-gradient(160deg, #c9b489, #8f9a5e 60%, #5f6c3c); }
.ph.h3 { background: linear-gradient(160deg, #a9c2c4, #7fa39a 55%, #5d7e6e); }
.ph.h4 { background: linear-gradient(160deg, #bcd0d6, #8fb0b6 55%, #caa57e); }
.ph.h5 { background: linear-gradient(160deg, #d6c2a0, #b89a74 55%, #8a6f54); }
.ph.w1 { background: linear-gradient(150deg, #cbb98c, #94935a 55%, #6c7846); }
.ph.w2 { background: linear-gradient(150deg, #c9a878, #b07f4f 55%, #7c5638); }
.ph.w3 { background: linear-gradient(150deg, #c2b79c, #9a8a72 55%, #746049); }
.ph.e1 { background: linear-gradient(160deg, #c8b888, #929a5d 60%, #5f6c3c); }
.ph.e2 { background: linear-gradient(160deg, #caa477, #9a5f3e 60%, #6f4326); }
.ph.e3 { background: linear-gradient(160deg, #c3ad8a, #8d7d56 60%, #5f5638); }
.ph.e4 { background: linear-gradient(160deg, #a9c2c4, #7497a0 55%, #566f74); }
.ph.e5 { background: linear-gradient(160deg, #c6bb90, #8f9a5e 60%, #5f6c3c); }

/* ---------- CARD DESTINAZIONE ---------- */
.dest {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: .2s;
  text-decoration: none;
  display: block;
}
.dest:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.dest .body { padding: 16px 17px 19px; }
.dest .body h3 { font-size: 21px; margin-bottom: 5px; }
.dest .body p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }

/* ---------- CARD ESPERIENZA ---------- */
.exp { display: block; text-decoration: none; }
.exp .ph {
  aspect-ratio: 1/1;
  border-radius: var(--radius);
  overflow: hidden;
}
.chip {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  font: 600 10px/1 var(--sans);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  background: var(--olive);
  padding: 7px 11px;
  border-radius: 999px;
}
.chip.tc { background: var(--terracotta-deep); }
.exp h3 { font-size: 18px; margin: 14px 0 4px; }
.exp p { font-size: 13px; color: var(--ink-soft); margin-bottom: 9px; line-height: 1.5; }
.meta {
  font: 500 12px/1 var(--sans);
  color: var(--ink-soft);
  display: flex;
  gap: 9px;
  align-items: center;
}
.meta .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ink-soft);
  opacity: .5;
}

/* ---------- CARD STORIA ---------- */
.story {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: .2s;
  text-decoration: none;
  display: block;
}
.story:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.story .ph { aspect-ratio: 16/10; }
.story .body { padding: 17px 18px 20px; }
.story .kc { display: flex; gap: 10px; align-items: center; margin-bottom: 8px; }
.story .kc .dt { font: 500 11.5px/1 var(--sans); color: var(--ink-soft); }
.story .body h3 { font-size: 21px; line-height: 1.18; margin-bottom: 6px; }
.story .body p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.news { background: var(--blush); }
.news .wrap {
  display: grid;
  grid-template-columns: 120px 1.3fr 1.3fr;
  gap: 34px;
  align-items: center;
  padding: 46px 28px;
}
.news .art { color: var(--olive-deep); opacity: .75; }
.news h2 { color: var(--terracotta); font-size: 30px; font-weight: 500; }
.news p { font-size: 14.5px; color: var(--ink-soft); margin: 8px 0 0; line-height: 1.6; }
.nlform {
  display: flex;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 6px 6px 22px;
  box-shadow: var(--shadow-sm);
}
.nlform input {
  border: 0;
  outline: 0;
  flex: 1;
  font: 500 15px/1 var(--sans);
  background: transparent;
  color: var(--ink);
}
.nlform input::placeholder { color: #a59c8f; }
.nlform button {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: var(--olive);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: .18s;
}
.nlform button:hover { background: var(--olive-deep); }

/* ============================================================
   FOOTER
   ============================================================ */
.vt-footer {
  background: var(--cream-2);
  border-top: 1px solid var(--line);
  padding: 48px 0 26px;
}
.fgrid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 32px;
}
.fbrand .name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ink);
}
.fbrand .name svg { color: var(--olive-deep); }
.fbrand .tag {
  font: 600 9px/1 var(--sans);
  letter-spacing: .22em;
  color: var(--ink-soft);
  margin: 6px 0 18px;
}
.social { display: flex; gap: 14px; color: var(--ink-soft); }
.social a { text-decoration: none; }
.social a:hover { color: var(--olive-deep); }
.fcol h4 {
  font: 600 12px/1 var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 14px;
}
.fcol a {
  display: block;
  font-size: 14px;
  color: var(--ink-soft);
  margin-bottom: 9px;
  text-decoration: none;
}
.fcol a:hover { color: var(--olive-deep); }
.fbot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 12.5px;
  color: var(--ink-soft);
}
.fbot .links { display: flex; gap: 18px; flex-wrap: wrap; }
.fbot a { text-decoration: none; }
.fbot a:hover { color: var(--olive-deep); }

/* ============================================================
   PAGINE INTERNE (hub, articolo, tema, itinerario)
   ============================================================ */
.vt-main {
  min-height: 60vh;
  padding: 40px 0 64px;
}
.vt-main.no-hero {
  border-top: none;
}
.vt-content-area {
  max-width: 820px;
}

/* Breadcrumbs */
.vt-breadcrumb,
.breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 32px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.vt-breadcrumb a,
.breadcrumb a { color: var(--olive-deep); text-decoration: none; }
.vt-breadcrumb a:hover,
.breadcrumb a:hover { color: var(--olive-deep); text-decoration: underline; }
.vt-breadcrumb .divider { opacity: .45; }

/* Joomla article output overrides */
.item-page h1,
.page-header h1 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0 0 20px;
}
.item-page h2 { font-family: var(--serif); font-size: 28px; font-weight: 500; margin: 40px 0 14px; }
.item-page h3 { font-family: var(--serif); font-size: 22px; font-weight: 500; margin: 32px 0 10px; }
.item-page p  { font-size: 16px; line-height: 1.75; color: var(--ink); margin: 0 0 20px; }
.item-page img { border-radius: var(--radius-sm); }
.item-page ul, .item-page ol { padding-left: 22px; margin: 0 0 20px; }
.item-page li { margin-bottom: 8px; font-size: 16px; line-height: 1.6; }
.article-info { font-size: 13px; color: var(--ink-soft); margin-bottom: 28px; }
.article-info a { color: var(--olive-deep); text-decoration: none; }

/* Blog/featured layout */
.blog .page-header h1,
.blog-featured .page-header h1 {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 32px;
}
.blog-item { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.blog-item:last-child { border-bottom: 0; }
.blog-item h2 a { color: var(--ink); text-decoration: none; font-family: var(--serif); }
.blog-item h2 a:hover { color: var(--olive-deep); }

/* Category list */
.category-list { list-style: none; padding: 0; }
.category-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.category-list li a { color: var(--ink); text-decoration: none; font-size: 16px; }
.category-list li a:hover { color: var(--olive-deep); }

/* Hub macroarea / hub comune — struttura per contenuti futuri */
.vt-hub-header {
  margin-bottom: 48px;
}
.vt-hub-header .eyebrow { margin-bottom: 10px; display: block; }
.vt-hub-header h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 18px;
  line-height: 1.05;
}
.vt-hub-header .intro-text {
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 60ch;
  line-height: 1.65;
}
.vt-hub-hero-img {
  width: 100%;
  aspect-ratio: 16/7;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 48px;
}
.vt-hub-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vt-section-title {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 20px;
}
.vt-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.vt-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

/* ============================================================
   MODULO LANGUAGE SWITCHER
   ============================================================ */
.mod-languages { display: flex; gap: 8px; align-items: center; }
.mod-languages ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; }
.mod-languages li a {
  font: 600 14px/1 var(--sans);
  color: var(--ink);
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 0;
}
.mod-languages li.lang-active a { color: var(--olive-deep); }
.mod-languages li a:hover { color: var(--olive-deep); }

/* ============================================================
   RESPONSIVE MOBILE-FIRST
   ============================================================ */
@media (max-width: 980px) {
  nav.main { display: none; }
  .actions .ic.dt { display: none; }
  .burger { display: block; }
  .float { display: none; }

  .intro .wrap {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 32px 18px;
  }
  .intro .art { display: none; }
  .pillars {
    grid-template-columns: 1fr 1fr;
    gap: 22px 0;
  }
  .pillar { border-left: 0; padding: 0 14px 0 0; }

  .news .wrap { grid-template-columns: 1fr; gap: 20px; }
  .news .art { display: none; }

  .fgrid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .fbrand { grid-column: 1 / -1; }

  .mobnav.open {
    display: block;
    border-top: 1px solid var(--line);
    background: var(--cream);
  }
  .mobnav a {
    display: block;
    padding: 14px 28px;
    font: 500 16px/1 var(--sans);
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    text-decoration: none;
  }
  .mobnav a:hover { color: var(--olive-deep); }

  .vt-grid-2 { grid-template-columns: 1fr; }
  .vt-grid-3 { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .wrap { padding: 0 18px; }
  .hero { min-height: 78vh; }
  .pillars { grid-template-columns: 1fr; }
  .fgrid { grid-template-columns: 1fr; }
  section.block { padding: 44px 0; }
}

/* ============================================================
   HUB MACROAREA / HUB COMUNE (override category)
   ============================================================ */
.vt-page { background: var(--cream); }

/* override: le pagine interne non devono ereditare il padding di .vt-main */
.vt-interior .vt-main { padding: 0; }
.vt-interior .vt-content-area { max-width: none; }

/* ---- HERO HUB ---- */
.hub-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.hub-hero.ph { aspect-ratio: auto; }
.hub-hero__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,17,14,.10) 0%, rgba(20,17,14,.20) 45%, rgba(20,17,14,.72) 100%);
}
.hub-hero__inner { position: relative; z-index: 2; width: 100%; padding-top: 28px; padding-bottom: 44px; }
.hub-hero .vt-breadcrumb { color: rgba(255,255,255,.85); margin-bottom: 22px; }
.hub-hero .vt-breadcrumb a { color: #fff; }
.hub-hero .vt-breadcrumb .divider { color: rgba(255,255,255,.6); }
.hub-hero h1 {
  font-family: var(--serif);
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 500;
  line-height: 1.02;
  text-shadow: 0 2px 24px rgba(0,0,0,.3);
  margin: 0;
}
.hub-hero .hub-sub {
  font-size: clamp(16px, 1.6vw, 21px);
  color: rgba(255,255,255,.92);
  max-width: 48ch;
  margin: 16px 0 0;
}
.hub-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.hub-badge {
  font: 600 11px/1 var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.5);
  backdrop-filter: blur(6px);
  color: #fff;
  padding: 8px 13px;
  border-radius: 999px;
}
.hub-hero__actions { margin-top: 26px; }
.hub-hero__actions .btn-ghost.on { background: var(--terracotta-deep); border-color: var(--terracotta-deep); }

/* ---- INTRO + FACT CHIPS ---- */
.hub-intro { background: var(--cream-2); border-bottom: 1px solid var(--line); }
.hub-intro__inner {
  display: grid;
  gap: 48px;
  align-items: center;
  padding: 44px 28px;
}
.hub-intro__text p { font-size: 16.5px; line-height: 1.75; color: var(--ink-soft); }
/* colonne intro secondo cosa esiste: t=testo, i=illustrazione, f=fact chips (niente buco se un pezzo manca) */
.hub-intro__inner.cols-t   { grid-template-columns: 1fr; }
.hub-intro__inner.cols-t   .hub-intro__text { max-width: 70ch; }
.hub-intro__inner.cols-tf  { grid-template-columns: 1.2fr 1fr; }
.hub-intro__inner.cols-it  { grid-template-columns: 240px 1fr; }
.hub-intro__inner.cols-itf { grid-template-columns: 220px 1.3fr 1fr; }
/* illustrazione del territorio: colonna sinistra su desktop, predisposta e vuota oggi */
.hub-intro__illo { align-self: center; }
.hub-intro__illo img { display: block; width: 100%; height: auto; }
.hub-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fact-chip {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  box-shadow: var(--shadow-sm);
}
.fact-chip__label { display: block; font: 600 11px/1.2 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: var(--olive-deep); }
.fact-chip__value { display: block; font-family: var(--serif); font-size: 18px; color: var(--ink); margin-top: 5px; }

/* ---- TEMA CARD ---- */
.tema-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: .2s; display: block; }
.tema-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.tema-card .ph { aspect-ratio: 16/11; }
.tema-card .body { padding: 18px 19px 20px; }
.tema-card .body h3 { font-size: 22px; margin-bottom: 7px; }
.tema-card .body p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; margin-bottom: 12px; }
/* Griglia 5 card-tema (hub macroarea) impaginata 3 + 2 su DESKTOP:
   flex a capo, tutte le card della STESSA larghezza (1/3 di riga); la seconda riga (2 card)
   resta della stessa misura e viene solo CENTRATA (spazio vuoto ripartito ai lati).
   Il -1px è margine anti-arrotondamento perché 3 card entrino sicuramente nella prima riga. */
.tema-grid-5 { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.tema-grid-5 > * { flex: 0 0 calc((100% - 40px) / 3 - 1px); max-width: calc((100% - 40px) / 3 - 1px); }
/* MOBILE: striscia scorrevole orizzontale con accenno della card successiva, come le altre strisce */
@media (max-width: 760px) {
  .tema-grid-5 { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
  .tema-grid-5 > * { flex: 0 0 85%; max-width: 85%; scroll-snap-align: start; }
}

/* Strisce dell'hub MACROAREA a tutta larghezza: le card .comune-rail, a piena riga, si
   allargherebbero (poche e giganti). Larghezza-card FISSA (≈ come nella colonna dell'hub
   comune, ~250px) così se ne vedono di più affiancate, stile "borghi" della home di riferimento.
   Scope SOLO desktop e SOLO sotto .vt-hub-macroarea: l'hub comune (Greve) e il riflusso mobile
   (accenno 90% da positions.css @760) restano INTATTI. Vale per tutte le strisce dell'hub
   macroarea (Borghi e comuni, Itinerari, Esperienze, Magazine). La proporzione immagine 4/3
   e l'altezza card restano quelle di Greve. */
@media (min-width: 761px) {
  .vt-hub-macroarea .comune-rail > .card.dest { flex: 0 0 250px; width: 250px; }
}

/* ---- ITINERARIO CARD ---- */
.itin-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: .2s; padding-bottom: 16px; }
.itin-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.itin-card .ph { aspect-ratio: 16/10; border-radius: 0; }
.itin-card h3 { font-size: 19px; margin: 14px 18px 5px; }
.itin-card p { font-size: 13px; color: var(--ink-soft); line-height: 1.5; margin: 0 18px 10px; }
.itin-card .meta { margin: 0 18px; }

/* ---- MAPPA ---- */
.vt-map {
  width: 100%;
  height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  z-index: 1;
}

@media (max-width: 980px) {
  .hub-intro__inner,
  .hub-intro__inner.cols-t, .hub-intro__inner.cols-tf,
  .hub-intro__inner.cols-it, .hub-intro__inner.cols-itf { grid-template-columns: 1fr; gap: 26px; padding: 32px 18px; }
  .hub-intro__illo { display: none; }   /* illustrazione territorio nascosta su mobile */
  .tema-grid.vt-grid-3 { grid-template-columns: 1fr; }
  .hub-hero { min-height: 52vh; }
  .vt-map { height: 320px; }
}

/* ============================================================
   HUB COMUNE
   ============================================================ */
.comune-tabs {
  position: sticky; top: 74px; z-index: 30;
  background: rgba(250,247,240,.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.comune-tabs__inner { display: flex; gap: 26px; overflow-x: auto; scrollbar-width: none; }
.comune-tabs__inner::-webkit-scrollbar { display: none; }
.comune-tabs a {
  font: 500 14px/1 var(--sans);
  color: var(--ink-soft);
  padding: 16px 0;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.comune-tabs a:hover { color: var(--olive-deep); border-bottom-color: var(--olive-deep); }

.comune-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;   /* minmax(0,…): la colonna sinistra puo' restringersi; senza, la rail scorrevole la espande e spinge fuori la spalla destra */
  gap: 44px;
  padding-top: 48px;
  padding-bottom: 64px;
  align-items: start;
}
.comune-main { min-width: 0; }   /* il figlio scorrevole (.comune-rail) resta contenuto, non allarga la colonna */
.comune-sec { margin-bottom: 52px; scroll-margin-top: 130px; }
.comune-sec:last-child { margin-bottom: 0; }
.comune-intro { font-size: 16.5px; line-height: 1.75; color: var(--ink); margin-bottom: 22px; }
.comune-intro p { margin-bottom: 16px; }
.comune-facts { margin-top: 8px; }
.muted { color: var(--ink-soft); }
.comune-empty {
  font-size: 14.5px; color: var(--ink-soft);
  background: var(--cream-2); border: 1px dashed var(--line);
  border-radius: var(--radius-sm); padding: 20px 22px;
}

/* Sidebar — NEL FLUSSO NORMALE, niente sticky.
   Il layout .comune-layout è una griglia 2 colonne con align-items:start, quindi la
   spalla si allinea in ALTO accanto all'inizio della colonna centrale: "Info utili" in
   alto a destra e la mappa INTERA subito sotto, visibili all'inizio della pagina.
   La colonna centrale (più lunga) prosegue lo scroll da sola; a destra resta spazio
   vuoto in fondo (accettabile). NB: lo sticky qui è la scelta SBAGLIATA — quando la
   spalla (Info utili + mappa) supera l'altezza della viewport, un elemento sticky si
   incolla col bordo alto e la mappa in basso resta fuori schermo fino in fondo pagina. */
.comune-aside { display: flex; flex-direction: column; gap: 20px; }
.aside-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.aside-card h3 { font-family: var(--serif); font-size: 19px; font-weight: 500; margin: 0 0 14px; }
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li { display: flex; flex-direction: column; gap: 2px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.info-list li:last-child { border-bottom: 0; }
.info-k { font: 600 11px/1.2 var(--sans); letter-spacing: .07em; text-transform: uppercase; color: var(--olive-deep); }
.info-v { font-size: 14.5px; color: var(--ink); }
.aside-map { padding: 22px; }
.vt-map--mini { height: 200px; margin-top: 2px; }
.nearby-list { list-style: none; padding: 0; margin: 0; }
.nearby-list li { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }
.nearby-list li:last-child { border-bottom: 0; }
.nearby-list a { font-size: 15px; color: var(--ink); }
.nearby-list a:hover { color: var(--olive-deep); }
.nearby-dist { font: 500 12.5px/1 var(--sans); color: var(--ink-soft); }

/* ===== Hub comune (Tappa D bis): rail localita, info utili a icone, dintorni compatto ===== */
.comune-rail { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: none; -webkit-overflow-scrolling: touch; padding-bottom: 8px; scrollbar-width: thin; }   /* NB: gap/snap/scrollbar reali li governa positions.css (caricato dopo): desktop snap OFF, mobile proximity. Qui solo per coerenza. */
/* NB: la LARGHEZZA delle card della rail è governata da positions.css (variabile --per su
   .comune-rail), che è caricato dopo questo file e quindi vince. Non rimettere qui regole di
   larghezza per .comune-rail .card: perderebbero. Vedi positions.css "--per". */
.comune-rail::-webkit-scrollbar { height: 8px; }
.comune-rail::-webkit-scrollbar-thumb { background: var(--line); border-radius: 8px; }
.seeall--sm { font-size: 13px; margin-top: 12px; display: inline-flex; }
.vt-ic { width: 18px; height: 18px; flex: 0 0 auto; color: var(--olive-deep); }
.comune-idrow { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.id-chip { display: inline-flex; align-items: center; gap: 6px; background: var(--cream-2); border: 1px solid var(--line); border-radius: 18px; padding: 6px 12px; font: 600 12.5px/1.2 var(--sans); color: var(--ink); }
.id-chip .vt-ic { width: 15px; height: 15px; }
.comune-pratiche { list-style: none; padding: 0; margin: 0; }
.comune-pratiche li { display: flex; gap: 10px; align-items: flex-start; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; line-height: 1.5; color: var(--ink); }
.comune-pratiche li:last-child { border-bottom: 0; }
.comune-pratiche .vt-ic { margin-top: 1px; }
.comune-pratiche a { color: var(--olive-deep); font-weight: 600; }
.comune-pratiche a:hover { text-decoration: underline; }
.nearby-list li.nearby-item { display: block; padding: 0; border: 0; }
.nearby-item a { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.nearby-item:last-child a { border-bottom: 0; }
.nearby-thumb { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 8px; background: var(--cream-2) center/cover no-repeat; border: 1px solid var(--line); }
.nearby-name { flex: 1; font-size: 14.5px; color: var(--ink); }
.nearby-item a:hover .nearby-name { color: var(--olive-deep); }
/* Pagina-elenco "Vedi tutti": spazio sotto l'hero + back link a pulsante in cima e in fondo */
.vt-elenco-wrap { padding: 48px 0 64px; }
/* Pagina semplice di servizio (es. Crediti fotografici): sobria, niente grafica pesante */
.vt-pagina-hero { background: var(--cream, #f6f1e7); border-bottom: 1px solid rgba(0,0,0,.07); padding: 30px 0 26px; }
.vt-pagina-hero h1 { margin: 6px 0 0; font: 600 34px/1.1 var(--serif, Georgia, serif); color: var(--olive-deep, #3f4a2a); }
.vt-pagina-body { padding: 40px 0 64px; }
.vt-pagina-content { max-width: 820px; }
.vt-pagina-content h2 { font: 600 19px/1.3 var(--sans); color: var(--olive-deep, #3f4a2a); margin: 26px 0 8px; padding-bottom: 6px; border-bottom: 1px solid rgba(0,0,0,.07); }
.vt-pagina-content .vt-crediti-riga { font-size: 15px; color: #4a4a40; padding: 3px 0; margin: 0; }
.vt-pagina-content .vt-crediti-riga a { color: var(--olive-deep, #3f4a2a); }
.vt-tema-back { text-align: center; } /* ritorno alla macroarea in fondo alla pagina tema */
.vt-tema-gruppo { margin-top: 30px; }
.vt-tema-gruppo:first-of-type { margin-top: 6px; }
.vt-tema-gruppo__titolo { font: 600 21px/1.2 var(--serif, Georgia, serif); color: var(--olive-deep, #3f4a2a); margin: 0 0 16px; padding-bottom: 8px; border-bottom: 1px solid rgba(0,0,0,.08); }
.vt-tema-back-top { margin: 0 0 22px; }
.vt-tema-back-top .prev { display: inline-flex; align-items: center; gap: 6px; color: var(--olive-deep, #3f4a2a); text-decoration: none; font-weight: 600; }
.vt-tema-back-top .prev:hover { text-decoration: underline; }
.vt-elenco-back { margin: 28px 0 0; } /* spazio sopra il "Torna" in fondo, staccato dall'immagine sopra */
.vt-elenco-back--top { margin: 0 0 30px; } /* quello in cima resta com'era: niente margine sopra */
/* Il pulsante "Torna" sta sul fondo CHIARO del contenuto: la variante ghost (bianco su bianco) sarebbe invisibile -> override scuro e ben visibile, generico per ogni comune */
.vt-elenco-back .btn-ghost { background: #fff; color: var(--olive-deep); border-color: var(--olive); }
.vt-elenco-back .btn-ghost:hover { background: var(--olive); color: #fff; border-color: var(--olive); }
.aside-itin { background: linear-gradient(155deg, var(--olive), var(--olive-deep)); color: #fff; border: 0; }
.aside-itin h3 { color: #fff; margin: 6px 0 8px; }
.aside-itin p { font-size: 14px; color: rgba(255,255,255,.9); line-height: 1.55; margin-bottom: 16px; }
.aside-itin .btn-primary { background: #fff; color: var(--olive-deep); }
.aside-itin .btn-primary:hover { background: var(--cream); }

@media (max-width: 980px) {
  .comune-layout { grid-template-columns: 1fr; gap: 32px; }
  .comune-aside { position: static; }
  .comune-tabs { top: 0; }
}

/* ============================================================
   ARTICOLO "COSA VEDERE" (override article/default.php — classi vt-*)
   ============================================================ */
.vt-article .vt-hero, .vt-hub .vt-hero {
  position: relative; min-height: 56vh; display: flex; align-items: flex-end;
  color: #fff; overflow: hidden; background: linear-gradient(160deg, #c9b489, #8f9a5e 60%, #5f6c3c);
}
/* Hero articolo: banner contenuto e centrato, allineato alla colonna di lettura */
.vt-article .vt-hero-article { max-width: none; width: 100vw; position: relative; left: 50%; margin-left: -50vw; margin-top: 0; border-radius: 0; overflow: hidden; min-height: 58vh; }
.vt-article .vt-hero-article .vt-wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px 44px; }
.vt-hero .scene { position: absolute; inset: 0; z-index: 0; }
.vt-hero .scene img { width: 100%; height: 100%; object-fit: cover; }
.vt-hero .veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(20,17,14,.20) 0%, rgba(20,17,14,.42) 55%, rgba(20,17,14,.80) 100%); }
.vt-hero .vt-wrap { position: relative; z-index: 2; max-width: var(--wrap); margin: 0 auto; width: 100%; padding: 0 28px 46px; }
.vt-chip { display: inline-block; font: 600 11px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.5); color: #fff; padding: 8px 13px; border-radius: 999px; margin-bottom: 14px; }
.vt-hero h1 { font-family: var(--serif); font-size: clamp(38px, 6vw, 72px); font-weight: 500; line-height: 1.03; text-shadow: 0 2px 24px rgba(0,0,0,.3); }
.vt-hero .sub { font-size: clamp(16px,1.6vw,21px); color: rgba(255,255,255,.92); max-width: 50ch; margin-top: 14px; }
.vt-article .vt-content, .vt-hub .vt-wrap .vt-content { max-width: 960px; margin: 0 auto; padding: 44px 32px 72px; }
.vt-article .vt-content p { font-size: 18.5px; line-height: 1.85; color: var(--ink); margin-bottom: 24px; }
.vt-article .vt-content h2 { font-family: var(--serif); font-size: 30px; font-weight: 500; margin: 44px 0 14px; }
.vt-article .vt-content h3 { font-family: var(--serif); font-size: 23px; font-weight: 500; margin: 32px 0 10px; }
.vt-article .vt-content img { border-radius: var(--radius-sm); margin: 24px 0; }
/* hub vt-* (blog.php) */
.vt-hub .vt-block { padding: 56px 0; }
.vt-hub .vt-block.alt { background: var(--white); }
.vt-hub .vt-wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
.vt-hub .vt-head h2 { font-family: var(--serif); font-size: clamp(26px,3vw,34px); font-weight: 500; margin-bottom: 24px; }
.vt-hub .vt-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.vt-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: .2s; display: block; }
.vt-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.vt-card .vt-ph { aspect-ratio: 4/3; background: linear-gradient(160deg, #cdb78a, #9c8a5d 55%, #6f7a48); }
.vt-card .vt-ph img { width: 100%; height: 100%; object-fit: cover; }
.vt-card .body { padding: 16px 17px 19px; }
.vt-card .body h3 { font-family: var(--serif); font-size: 20px; font-weight: 500; margin-bottom: 5px; }
.vt-card .body p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }
@media (max-width: 980px) { .vt-hub .vt-grid { grid-template-columns: 1fr; } }

/* ---------- Lettura articolo su mobile: testo generoso (v2.3) ---------- */
@media (max-width: 640px) {
  .vt-article .vt-content { padding: 26px 20px 48px; }
  .vt-article .vt-content p { font-size: 19.5px; line-height: 1.85; margin-bottom: 22px; }
  .vt-article .vt-content li { font-size: 19.5px; line-height: 1.72; }
  .vt-article .vt-content h2 { font-size: 26px; margin: 34px 0 12px; }
  .vt-article .vt-content h3 { font-size: 21px; margin: 26px 0 9px; }
  .vt-article .vt-hero-article { min-height: 44vh; }
}

/* ---------- Hub comune: hero a tutta larghezza (v2.5) ---------- */
.vt-hub-comune .hub-hero { width: 100vw; position: relative; left: 50%; margin-left: -50vw; border-radius: 0; min-height: 60vh; }
@media (max-width: 640px) { .vt-hub-comune .hub-hero { min-height: 52vh; } }

/* ============================================================
   ARTICOLO DI LIVELLO TOP — layout ricco (v2.6, sotto-blocco A)
   ============================================================ */

/* Accessibilità: salta al contenuto */
.vt-skip {
  position: absolute; left: 12px; top: -64px; z-index: 200;
  background: var(--olive-deep); color: #fff;
  padding: 11px 18px; border-radius: 0 0 9px 9px;
  font: 600 14px/1 var(--sans); text-decoration: none;
  transition: top .16s ease;
}
.vt-skip:focus { top: 0; }

/* Accessibilità: focus sempre visibile */
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid var(--olive-deep); outline-offset: 2px; border-radius: 3px;
}
.vt-hero a:focus-visible, .hub-hero a:focus-visible,
.aside-comune a:focus-visible, .aside-itin a:focus-visible { outline-color: #fff; }

/* Breadcrumb articolo nell'hero */
.vt-article-rich .vt-hero-article .vt-breadcrumb { color: rgba(255,255,255,.9); margin-bottom: 16px; }
.vt-article-rich .vt-hero-article .vt-breadcrumb a { color: #fff; }
.vt-article-rich .vt-hero-article .vt-breadcrumb a:hover { text-decoration: underline; }
.vt-article-rich .vt-hero-article .vt-breadcrumb [aria-current] { color: rgba(255,255,255,.78); }
.vt-article-rich .vt-hero-article .vt-breadcrumb .divider { color: rgba(255,255,255,.55); }
/* leggibilità del testo dell'hero anche su foto chiare */
.vt-article-rich .vt-hero-article .vt-breadcrumb,
.vt-article-rich .vt-hero-article .sub { text-shadow: 0 1px 12px rgba(0,0,0,.55); }

/* "Esplora la zona": due blocchi gemelli (comune + macroarea) con la stessa dignità */
.aside-comune .vt-explore-block + .vt-explore-block { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.22); }
.aside-comune .vt-explore-block p { margin-bottom: 13px; }
.aside-comune .vt-explore-block .btn-primary { display: inline-flex; }

/* Griglia: colonna di lettura ampia + spalla */
.vt-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px;
  align-items: start;
  padding-top: 40px;
  padding-bottom: 16px;
}
.vt-article-main { min-width: 0; }

/* La colonna di lettura riempie la sua cella (niente più max-960 centrato) */
.vt-article-rich .vt-content { max-width: none; margin: 0; padding: 6px 0 20px; }
.vt-article-rich .vt-content p { font-size: 18px; line-height: 1.8; color: var(--ink); margin-bottom: 22px; }
.vt-article-rich .vt-content h2 { font-family: var(--serif); font-size: 29px; font-weight: 500; margin: 40px 0 13px; }
.vt-article-rich .vt-content h3 { font-family: var(--serif); font-size: 22px; font-weight: 500; margin: 30px 0 9px; }
.vt-article-rich .vt-content img { border-radius: var(--radius-sm); margin: 22px 0; }
.vt-article-rich .vt-content ul, .vt-article-rich .vt-content ol { padding-left: 22px; margin: 0 0 22px; }
.vt-article-rich .vt-content li { font-size: 18px; line-height: 1.7; margin-bottom: 8px; }

/* Spalla: riusa .aside-card del comune, titoli h2 per gerarchia corretta */
/* La spalla scorre NATURALMENTE col testo: niente sticky, così ogni card e raggiungibile durante la lettura. */
.vt-article-aside { display: flex; flex-direction: column; gap: 20px; }
.vt-article-aside .aside-card h2 { font-family: var(--serif); font-size: 18px; font-weight: 500; margin: 0 0 13px; }
.vt-article-aside .aside-comune h2 { color: #fff; }
.vt-aside-label { font: 600 11px/1.2 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--olive-deep); }

/* Contenitore mappa segnaposto (mappa vera nel sotto-blocco B) */
.vt-map-placeholder {
  height: 200px; border-radius: var(--radius-sm);
  border: 1px dashed var(--line);
  background:
    repeating-linear-gradient(0deg, transparent, transparent 27px, rgba(107,116,68,.07) 28px),
    repeating-linear-gradient(90deg, transparent, transparent 27px, rgba(107,116,68,.07) 28px),
    var(--cream-2);
  display: grid; place-items: center;
}
.vt-map-placeholder span { font: 600 12.5px/1 var(--sans); color: var(--ink-soft); letter-spacing: .04em; }

/* Mappa articolo (sotto-blocco B): mini OSM lazy + alternativa testuale + Google Maps */
.aside-map .vt-map--mini { position: relative; cursor: zoom-in; }
.aside-map .vt-map--mini::after {
  content: "⤢ Ingrandisci"; position: absolute; right: 8px; top: 8px; z-index: 500;
  font: 600 11px/1 var(--sans); color: #fff; background: rgba(39,35,32,.74);
  padding: 6px 9px; border-radius: 999px; pointer-events: none;
}
/* Mappa perimetro (territorio macroarea): etichette comuni leggibili, azioni */
.vt-map--peri { cursor: default; }
.leaflet-tooltip.vt-peri-label { background: transparent; border: 0; box-shadow: none; padding: 0; color: var(--ink); font: 600 12px/1.1 var(--sans); white-space: nowrap; text-shadow: 0 1px 2px rgba(255,255,255,.95), 0 0 3px rgba(255,255,255,.95); }
.leaflet-tooltip.vt-peri-label::before { display: none; border: 0; }
.vt-map-actions { display: flex; gap: 20px; align-items: center; margin-top: 12px; flex-wrap: wrap; }
.vt-map-expand { background: none; border: 0; cursor: pointer; font: 600 13.5px/1.3 var(--sans); color: var(--olive-deep); padding: 0; }
.vt-map-expand:hover { color: var(--ink); text-decoration: underline; }
.vt-map-coords { font: 600 13px/1.3 var(--sans); color: var(--ink); letter-spacing: .01em; }
.vt-map-copy { background: none; border: 1px solid var(--line); border-radius: 16px; cursor: pointer; font: 600 12.5px/1 var(--sans); color: var(--olive-deep); padding: 6px 12px; }
.vt-map-copy:hover { background: var(--cream-2); color: var(--ink); }
.vt-map-where { margin-top: 12px; font-size: 13.5px; line-height: 1.5; color: var(--ink); }
.vt-map-where strong { font-weight: 600; }
.vt-map-gmaps { display: inline-block; margin-top: 10px; font: 600 13.5px/1.3 var(--sans); color: var(--olive-deep); }
.vt-map-gmaps:hover { color: var(--ink); text-decoration: underline; }
.vt-place-list li { display: flex; justify-content: space-between; align-items: center; gap: 12px; }

/* Riquadro CONTATTI scheda attivita (spalla articolo). Mobile-first: bersagli tocco ampi, testo comodo. */
.aside-contatti .vt-contatti { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.aside-contatti .vt-contatti li { font: 500 15px/1.45 var(--sans); color: var(--ink); }
.aside-contatti .vt-contatti a { color: var(--olive-deep); text-decoration: none; font-weight: 600; }
.aside-contatti .vt-contatti a:hover { color: var(--ink); text-decoration: underline; }
.aside-contatti .vt-contatti-tel a { font-size: 17px; letter-spacing: .01em; }
.aside-contatti .vt-contatti-social { display: flex; flex-wrap: wrap; gap: 6px 10px; color: var(--ink-soft); }
.aside-contatti .vt-btn-prenota { margin-top: 14px; width: 100%; justify-content: center; background: var(--olive); color: #fff; }
.aside-contatti .vt-btn-prenota:hover { background: var(--olive-deep); }

/* Lightbox: mappa interattiva grande */
.vt-map-lightbox { position: fixed; inset: 0; z-index: 1000; display: none; background: rgba(20,17,14,.74); padding: 4vh 4vw; }
.vt-map-lightbox.open { display: block; }
.vt-map-lightbox__inner { position: relative; width: 100%; height: 92vh; max-width: 1100px; margin: 0 auto; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.vt-map-big { width: 100%; height: 100%; }
.vt-map-close { position: absolute; top: 12px; right: 12px; z-index: 1100; width: 42px; height: 42px; border-radius: 50%; border: 0; background: rgba(39,35,32,.85); color: #fff; font-size: 18px; line-height: 1; cursor: pointer; display: grid; place-items: center; }
.vt-map-close:hover { background: var(--ink); }
@media (max-width: 640px) { .vt-map-lightbox { padding: 0; } .vt-map-lightbox__inner { height: 100vh; border-radius: 0; } }

/* ====== Pulsante flottante "Torna su" (globale, pagine lunghe) ====== */
.vt-totop {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 48px; height: 48px; border-radius: 50%;
  border: 0; cursor: pointer;
  background: var(--olive); color: #fff;
  box-shadow: var(--shadow-sm);
  display: grid; place-items: center;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, background .18s ease, visibility .2s;
}
.vt-totop.show { opacity: 1; visibility: visible; transform: translateY(0); }
.vt-totop:hover { background: var(--olive-deep); }
.vt-totop:focus-visible { outline: 3px solid var(--olive-deep); outline-offset: 3px; }
.vt-totop svg { display: block; }
@media (max-width: 560px) { .vt-totop { right: 14px; bottom: 14px; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .vt-totop { transition: opacity .01s, visibility .01s; transform: none; }
}

/* ====== Fase movimento 1 (v3.0): striscia fatti, frase-chiave, lo sapevi, glossario popover ====== */
/* Frase-chiave (pull quote tra i paragrafi) — barra terracotta */
.vt-frase { font-family: var(--serif); font-size: clamp(21px, 2.5vw, 29px); line-height: 1.32; font-weight: 500; color: var(--olive-deep); border-left: 4px solid var(--terracotta); padding: 4px 0 4px 22px; margin: 34px 0; }
/* Lo sapevi (riquadro spalla) — cardina ORO piena, testo scuro (AA) */
.aside-losapevi { background: var(--oro); border: 0; box-shadow: var(--shadow-sm); }
.aside-losapevi h2 { color: var(--ink); }
.aside-losapevi p { font-size: 14.5px; line-height: 1.6; color: var(--ink); }
/* Glossario: termine marcato + popover */
.vt-term { border-bottom: 2px solid var(--olive); padding-bottom: 1px; cursor: help; transition: background .15s ease, border-color .15s ease; }
.vt-term:hover { background: rgba(214,162,62,.24); border-color: var(--olive-deep); }
.vt-term:focus-visible { outline: 3px solid var(--olive-deep); outline-offset: 2px; border-radius: 2px; background: rgba(214,162,62,.24); }
.vt-pop { position: absolute; z-index: 1200; width: 280px; max-width: calc(100vw - 32px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow); padding: 14px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .16s ease, transform .16s ease, visibility .16s; }
.vt-pop.open { opacity: 1; visibility: visible; transform: translateY(0); }
.vt-pop__img { width: 100%; height: 120px; object-fit: cover; border-radius: 6px; margin: 0 0 10px; display: block; }
.vt-pop__t { font-family: var(--serif); font-size: 17px; font-weight: 500; margin: 0 0 6px; }
.vt-pop__d { font-size: 13.5px; line-height: 1.5; color: var(--ink-soft); margin: 0; }
.vt-pop__more { display: inline-block; margin-top: 9px; font: 600 13px/1 var(--sans); color: var(--olive-deep); }
.vt-pop__more:hover { color: var(--ink); }
@media (prefers-reduced-motion: reduce) { .vt-pop { transition: opacity .01s, visibility .01s; transform: none; } }

/* ====== Fase movimento 2: capolettera, citazione storica, fregio, figure inline ====== */
.vt-article-rich .vt-content > p:first-of-type::first-letter { font-family: var(--serif); font-weight: 600; font-size: 3.4em; line-height: .82; float: left; margin: 6px 10px -2px 0; color: var(--olive-deep); }
.vt-cite { font-family: var(--serif); font-style: italic; font-size: 19px; line-height: 1.55; color: var(--ink); border-left: 3px solid var(--oro); background: var(--cream-2); padding: 16px 20px; margin: 30px 0; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.vt-cite .vt-cite-src { display: block; font-style: normal; font: 600 12.5px/1.3 var(--sans); color: var(--ink-soft); margin-top: 8px; }
.vt-fregio { display: block; margin: 42px auto; width: 100px; height: 22px; color: var(--olive); opacity: .65; }
.vt-fregio svg { width: 100%; height: 100%; display: block; }
.vt-content figure.vt-figure { margin: 26px 0; }
.vt-content figure.vt-figure img { width: 100%; height: auto; border-radius: var(--radius-sm); display: block; cursor: zoom-in; }
.vt-content figure.vt-figure figcaption { font: 400 13px/1.45 var(--sans); color: var(--ink-soft); margin-top: 8px; }

/* Stato "in arrivo" morbido */
.vt-soft {
  font-size: 14px; color: var(--ink-soft);
  background: var(--cream-2); border: 1px dashed var(--line);
  border-radius: var(--radius-sm); padding: 14px 16px;
}

/* Card "In questo comune" */
.aside-comune { background: linear-gradient(155deg, var(--olive), var(--olive-deep)); color: #fff; border: 0; }
.aside-comune p { font-size: 14px; line-height: 1.55; color: rgba(255,255,255,.92); margin-bottom: 15px; }
.aside-comune .btn-primary { background: #fff; color: var(--olive-deep); }
.aside-comune .btn-primary:hover { background: var(--cream); }

/* Liste spalla */
.vt-place-list { list-style: none; padding: 0; margin: 0; }
.vt-place-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.vt-place-list li:last-child { border-bottom: 0; }
.vt-place-list a { font-size: 15px; color: var(--ink); }
.vt-place-list a:hover { color: var(--olive-deep); }
.vt-theme-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.vt-theme-tags a {
  font: 600 12px/1 var(--sans); color: var(--olive-deep);
  background: var(--cream-2); border: 1px solid var(--line);
  padding: 8px 13px; border-radius: 999px;
}
.vt-theme-tags a:hover { background: var(--blush); }

/* Footer "Continua a esplorare" */
.vt-article-foot { background: var(--cream-2); border-top: 1px solid var(--line); padding: 50px 0 62px; margin-top: 10px; }
.vt-article-foot .vt-aside-label { display: block; margin-bottom: 8px; }
.vt-article-foot h2 { font-family: var(--serif); font-size: clamp(24px, 3vw, 33px); font-weight: 500; margin: 0 0 24px; }
.vt-foot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
.vt-foot-grid .dest .ph { aspect-ratio: 16/10; }
.vt-foot-nav { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 22px; }
.vt-foot-nav a { font: 600 15px/1.35 var(--sans); color: var(--olive-deep); display: inline-flex; align-items: center; gap: 8px; }
.vt-foot-nav a:hover { color: var(--ink); }
.vt-foot-nav .next { margin-left: auto; text-align: right; }

/* Zone pubblicitarie: riservate ma SPENTE (hidden). Marcate "Pubblicità". */
.vt-ad-slot[hidden] { display: none !important; }
.vt-ad-slot { margin: 26px 0; }
.vt-ad-slot .vt-ad-label { display: block; text-align: center; font: 600 10px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); opacity: .7; margin-bottom: 7px; }
.vt-ad-box {
  min-height: 90px; border: 1px dashed var(--line); border-radius: var(--radius-sm);
  background: repeating-linear-gradient(45deg, var(--cream-2), var(--cream-2) 11px, var(--cream) 11px, var(--cream) 22px);
}
.vt-article-aside .vt-ad-slot { margin: 0; }
.vt-ad-band { padding: 8px 0 0; }
.vt-ad-band .vt-ad-box { min-height: 120px; }

/* Mobile-first: la spalla scende SOTTO il testo, colonna di lettura piena */
@media (max-width: 980px) {
  .vt-article-layout { grid-template-columns: 1fr; gap: 30px; }
  .vt-article-aside { position: static; }
  .vt-foot-grid { grid-template-columns: 1fr; }
  .vt-foot-nav .next { margin-left: 0; }
}
@media (max-width: 640px) {
  .vt-article-rich .vt-content p,
  .vt-article-rich .vt-content li { font-size: 19px; line-height: 1.8; }
  .vt-article-rich .vt-content h2 { font-size: 25px; margin: 32px 0 11px; }
  .vt-article-rich .vt-content h3 { font-size: 20px; margin: 24px 0 8px; }
  .vt-article-foot { padding: 38px 0 48px; }
}

/* ============================================================
   CORNICE A MODULI (Tappa A): menu, lingue, ricerca, briciole, avvisi, banner, sidebar
   ============================================================ */
/* Menu principale (mod_menu) nell'header */
nav.main ul.mod-menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 26px; align-items: center; }
nav.main ul.mod-menu > li { position: relative; }
nav.main ul.mod-menu a { font: 500 15px/1 var(--sans); color: var(--ink); padding: 6px 0; text-decoration: none; display: block; white-space: nowrap; }
nav.main ul.mod-menu a:hover,
nav.main ul.mod-menu .current > a,
nav.main ul.mod-menu .active > a { color: var(--olive-deep); }
nav.main ul.mod-menu ul { list-style: none; margin: 0; padding: 8px 0; position: absolute; top: 100%; left: 0; min-width: 230px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 12px 30px rgba(0,0,0,.08); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .16s; z-index: 60; }
nav.main ul.mod-menu li:hover > ul,
nav.main ul.mod-menu li:focus-within > ul { opacity: 1; visibility: visible; transform: none; }
nav.main ul.mod-menu ul a { padding: 8px 18px; font-size: 14px; }
nav.main ul.mod-menu ul a:hover { background: var(--cream-2); }

/* Lingue + ricerca (menu-actions) */
.actions .mod-languages ul { list-style: none; display: flex; gap: 8px; margin: 0; padding: 0; align-items: center; }
.actions .mod-languages a,
.actions .mod-languages span { font: 600 13px/1 var(--sans); color: var(--ink); text-decoration: none; text-transform: uppercase; }
.actions .mod-languages .lang-active a,
.actions .mod-languages .active a { color: var(--olive-deep); }
.actions form[role="search"], .actions .mod-finder, .actions form.form-search { display: flex; align-items: center; margin: 0; }
.actions input[type="search"], .actions .mod-finder input, .actions .form-search input { font: 400 13px/1 var(--sans); padding: 7px 12px; border: 1px solid var(--line); border-radius: 20px; width: 130px; background: var(--cream); }
.actions input[type="search"]::placeholder { color: #a59c8f; }

/* Menu mobile (mod_menu) */
.mobnav.open { display: block; border-top: 1px solid var(--line); background: var(--white); }
.mobnav ul.mod-menu { list-style: none; margin: 0; padding: 8px 0; }
.mobnav ul.mod-menu a { display: block; padding: 11px 28px; color: var(--ink); text-decoration: none; font: 500 16px/1 var(--sans); }
.mobnav ul.mod-menu ul { list-style: none; margin: 0; padding: 0 0 0 16px; }

/* Briciole (mod_breadcrumbs in posizione "briciole") */
.vt-briciole-bar { border-bottom: 1px solid var(--line); background: var(--cream-2); }
.vt-briciole-bar ol, .vt-briciole-bar ul, .vt-briciole-bar .breadcrumb { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; padding: 10px 0; font: 500 13px/1.4 var(--sans); }
.vt-briciole-bar a { color: var(--ink-soft); text-decoration: none; }
.vt-briciole-bar a:hover { color: var(--olive-deep); }
.vt-briciole-bar .active, .vt-briciole-bar [aria-current="page"] { color: var(--ink); }
.vt-briciole-bar .divider, .vt-briciole-bar li + li::before { color: var(--ink-soft); }

/* Avvisi (striscia in cima) + banner (posizioni predisposte, vuote) */
.vt-avvisi { background: var(--olive-deep); color: #fff; font: 500 14px/1.5 var(--sans); }
.vt-avvisi .wrap { padding: 10px 28px; }
.vt-avvisi a { color: #fff; text-decoration: underline; }
.vt-banner .wrap { padding: 14px 28px; text-align: center; }
.vt-banner--sidebar .wrap { padding: 0; }

/* Layout con sidebar (posizione vuota in Tappa A: nessun effetto finche non ha moduli) */
.vt-main__grid { display: block; }
.vt-main.has-sidebar .vt-main__grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 34px; align-items: start; }
.vt-sotto-contenuto { margin-top: 24px; }
@media (max-width: 900px) { .vt-main.has-sidebar .vt-main__grid { grid-template-columns: 1fr; } }

/* Override nav (vt-mainmenu): etichette di sezione non cliccabili + territori sotto "Dove andare" */
nav.main ul.mod-menu .vt-nav-label { font: 500 15px/1 var(--sans); color: var(--ink); padding: 6px 0; cursor: default; display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
nav.main ul.mod-menu > li:hover .vt-nav-label { color: var(--olive-deep); }
nav.main ul.mod-menu .vt-car { font-size: 10px; color: var(--ink-soft); }
nav.main ul.mod-menu ul ul { top: 0; left: 100%; }   /* comuni: flyout laterale sotto la macroarea */
.mobnav ul.mod-menu .vt-nav-label { display: block; padding: 11px 28px; font: 600 16px/1 var(--sans); color: var(--ink); }
.mobnav ul.mod-menu .mod-menu__sub { list-style: none; margin: 0; padding: 0 0 0 16px; }
.mobnav ul.mod-menu .mod-menu__sub a { font-weight: 500; padding: 9px 28px; }

/* ACCORDION menu mobile: livelli collassati, si aprono al tocco */
.vt-sub-toggle { display: none; }   /* su desktop comanda l'hover, niente toggle */
.mobnav ul.mod-menu li.vt-has-sub { display: flex; flex-wrap: wrap; align-items: center; }
.mobnav ul.mod-menu li.vt-has-sub > a,
.mobnav ul.mod-menu li.vt-has-sub > .vt-nav-label { flex: 1 1 auto; }
.mobnav ul.mod-menu li.vt-has-sub > .mod-menu__sub { flex: 0 0 100%; }
.mobnav .vt-sub-toggle { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; background: none; border: 0; color: var(--ink-soft); cursor: pointer; padding: 11px 28px; }
.mobnav ul.mod-menu .vt-acc { cursor: pointer; }
.mobnav ul.mod-menu .mod-menu__sub { display: none; }                       /* collassato di default */
.mobnav ul.mod-menu li.vt-open > .mod-menu__sub { display: block; }          /* aperto al tocco */
.mobnav ul.mod-menu li.vt-open > .vt-acc .vt-car,
.mobnav ul.mod-menu li.vt-open > .vt-sub-toggle .vt-car { transform: rotate(180deg); display: inline-block; }

/* Selettore lingua a tendina (vt-lang): bandiera piccola + sigla */
.vt-flag { width: 18px; height: 12px; border-radius: 2px; border: 1px solid rgba(0,0,0,.12); object-fit: cover; vertical-align: middle; display: inline-block; }
.vt-sigla { font-weight: 600; letter-spacing: .02em; }
.vt-lang { position: relative; }
.vt-lang__btn { background: none; border: 0; cursor: pointer; font: 600 13px/1 var(--sans); color: var(--ink); text-transform: uppercase; display: flex; align-items: center; gap: 4px; }
.vt-lang__btn .vt-car { font-size: 10px; color: var(--ink-soft); }
.vt-lang__menu { list-style: none; margin: 0; padding: 6px 0; position: absolute; right: 0; top: 100%; min-width: 150px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 12px 30px rgba(0,0,0,.08); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .16s; z-index: 70; }
.vt-lang.open .vt-lang__menu { opacity: 1; visibility: visible; transform: none; }
.vt-lang__menu a, .vt-lang__menu span { display: flex; align-items: center; gap: 8px; padding: 7px 16px; font: 500 13px/1 var(--sans); color: var(--ink); text-decoration: none; }
.vt-lang__menu a:hover { background: var(--cream-2); }
.vt-lang__menu .is-active span { color: var(--olive-deep); font-weight: 700; }

/* Newsletter come modulo Custom dentro il footer */
.vt-footer .news { background: var(--blush); border-radius: var(--radius, 14px); margin-bottom: 26px; }
.vt-footer .news__inner { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 26px 30px; }
.vt-footer .news h2 { color: var(--terracotta); font-size: 26px; font-weight: 500; }
.vt-footer .news p { font-size: 14px; color: var(--ink-soft); margin: 8px 0 0; line-height: 1.6; }
.vt-footer .nlform button { font-size: 20px; line-height: 1; }
@media (max-width: 640px) { .vt-footer .news__inner { grid-template-columns: 1fr; gap: 16px; } }

/* ============================================================
   Segnaposto "In arrivo" — strisce hub comune senza contenuto vero (TAPPA 2 parte 2).
   Dichiaratamente provvisori: bordo tratteggiato oro, banda diagonale sull'immagine,
   chip "In arrivo". Accesi/spenti in blocco dall'UNICO interruttore $VT_SEGNAPOSTO in
   html/com_content/category/comune.php.
   ============================================================ */
.card.dest.is-soon { cursor: default; border-style: dashed; border-color: var(--oro); }
.card.dest.is-soon:hover { transform: none; box-shadow: var(--shadow-sm); }
.card.dest.is-soon .ph { position: relative; }
.card.dest.is-soon .ph::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: repeating-linear-gradient(45deg, rgba(255,255,255,.16) 0 14px, rgba(255,255,255,0) 14px 28px);
}
.chip.soon { background: var(--oro); color: #3a2c10; }
.card.dest.is-soon .body h3 { color: var(--ink); }
.card.dest.is-soon .body p { color: var(--ink-soft); }

/* "Vedi tutti" SPENTO: presente ma non cliccabile finché la sezione non ha contenuto vero. */
.seeall--off { color: var(--ink-soft); opacity: .5; cursor: not-allowed; pointer-events: none; }
/* Pagina-elenco "cosa vedere": griglia FITTA con card piccole.
   DEFAULT desktop = 4 colonne. Per provare 5 colonne, cambia il 4 in 5 nella riga qui sotto
   (e ribumpa $ver in index.php). Tablet = 3, telefono = 2. Generica per ogni comune. */
.vt-elenco-localita .vt-grid-3 { grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 1100px) { .vt-elenco-localita .vt-grid-3 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px)  { .vt-elenco-localita .vt-grid-3 { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
