/* ============================================================
   C'ERA UNA VOLTA IL TORDO MATTO — stylesheet v3
   Dark editorial · Verde · Oro · Bianco
   Ispirazione: masardona.it — narrativo, drammatico, heritage
   Font: Amarante · EB Garamond · Montserrat
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Amarante&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap');

:root {
  /* Light Theme backgrounds -> Softer, refined beige/cream (less "sparato") */
  --dark: #F0EBE1;
  --dark-mid: #E8E2D5;
  --dark-warm: #DFD8CA;
  --dark-accent: #D6CFBE;

  /* Verde -> Darker, deeper green (less minty) */
  --verde: #1E3020;
  --verde-dark: #142216;
  --verde-deep: #0D180F;
  --verde-light: #2A422D;

  /* Oro -> Adjusted for contrast on light backgrounds */
  --gold: #f9d596;
  --gold-deep: #d4943a;
  --gold-pale: #fce8b8;
  --gold-dim: rgba(249, 213, 150, .6);

  /* Red -> Burgundy/Wine */
  --red: #7A1C25;
  --red-light: #942531;

  /* Text -> Dark for legibility on light background */
  --text: rgba(10, 9, 8, .9);
  --text-bright: #0A0908;
  --text-gold: #f9d596;
  --text-muted: rgba(10, 9, 8, .75);

  --wa-green: #25D366;

  --font-display: 'Amarante', serif;
  --font-body: 'Montserrat', sans-serif;
  --font-sans: 'Montserrat', sans-serif;

  --radius: 8px;
  /* softer radius */
  --shadow: 0 12px 40px rgba(0, 0, 0, .08);
  --glass-bg: rgba(240, 235, 225, 0.85);
  /* Adjusted Light glass */
  --glass-border: rgba(249, 213, 150, 0.15);
  --transition: .4s cubic-bezier(.25, 1, .4, 1);
}

/* ── Reset ── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background: var(--dark);
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

ul {
  list-style: none;
}

/* ── Tipografia ── */
h1,
h4 {
  font-family: var(--font-display);
  line-height: 1.1;
  color: var(--text-bright); /* dark default — su sfondi chiari */
}

h2 {
  font-family: var(--font-display);
  line-height: 1.15;
  color: var(--text-bright);
}

h3 {
  font-family: var(--font-display);
  line-height: 1.25;
  color: var(--text-bright);
}

/* Headings su sfondi scuri/verde: tornano gold/chiari */
.hero-spin-outer h2,
.hero-spin-outer h3,
.tordo-panel h2,
.bg-verde h2,
.bg-verde h3,
.bg-verde-deep h2,
.bg-verde-deep h3,
.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4,
.newsletter-section h2 { /* ha già regola esplicita, ridondante ma safe */
  color: var(--gold);
}

/* .section--dark = bg-verde-deep via Tailwind @apply — i selettori sopra usano classe CSS
   diversa, quindi servono regole dedicate per p, label, link */
.section--dark .label { color: var(--gold); }
.section--dark p { color: rgba(240, 235, 225, 0.85); }
.section--dark a:not(.btn):not([class*="btn"]) { color: var(--gold-pale); }

/* Panel hero scroll — h2 più contenuto per stare nel pannello laterale */
.tordo-panel h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem) !important;
  line-height: 1.15;
}

h1 {
  font-size: clamp(2.8rem, 7vw, 6rem);
}

h2 {
  font-size: clamp(2.2rem, 4.5vw, 4rem) !important;
  text-transform: uppercase;
  letter-spacing: .03em;
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  letter-spacing: .01em;
}

p {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.75;
}

.label {
  font-family: var(--font-sans);
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--verde, #1E3020);
  opacity: 1;
}

.bg-dark .label, .bg-verde .label, .bg-verde-deep .label, .hero .label { color: var(--gold); }

/* ── Layout ── */
.container {
  width: min(1200px, 92%);
  margin-inline: auto;
  padding-inline: max(1rem, 4%);
}

.section {
  padding: 7rem 0;
}

.section--mid {
  background: var(--dark-mid);
  padding: 7rem 0;
}

.section-divider {
  text-align: center;
  padding: 1.5rem 0;
  margin: -1.5rem 0;
  position: relative;
  z-index: 5;
}

.section-divider img {
  width: clamp(200px, 35vw, 340px);
  opacity: 0.45;
  display: inline-block;
  vertical-align: middle;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

.section--warm {
  background: var(--dark-warm);
  padding: 5rem 0;
}

/* ── Utility ── */
.text-center {
  text-align: center;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

/* ── Bottoni ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .9rem 2.4rem;
  border-radius: 50px;
  font-family: var(--font-sans);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  transition: var(--transition);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  color: #111;
  box-shadow: 0 4px 15px rgba(249, 213, 150, .15);
}

.btn-primary:hover {
  box-shadow: 0 6px 20px rgba(249, 213, 150, .3);
  transform: translateY(-2px);
}

.btn-outline {
  border: 1px solid var(--gold);
  color: var(--gold);
  background: rgba(249, 213, 150, 0.03);
}

.btn-outline:hover {
  background: var(--gold);
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(249, 213, 150, .15);
}

.btn-verde {
  background: linear-gradient(135deg, var(--verde-light) 0%, var(--verde) 100%);
  color: var(--gold-pale);
}

.btn-verde:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(42, 66, 45, .3);
}

.btn-red {
  background: linear-gradient(135deg, var(--red-light) 0%, var(--red) 100%);
  color: #fff;
}

.btn-red:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(122, 28, 37, .3);
}

.btn-wa {
  background: var(--wa-green);
  color: #0a2d1a;
}

.btn-wa:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(37, 211, 102, .3);
}

/* ══════════════════════════════════════════
   HEADER
══════════════════════════════════════════ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.2rem 0;
  transition: background .4s, padding .4s, box-shadow .4s, transform .3s ease;
  background: transparent;
}

.site-header.scrolled {
  background: rgba(30, 48, 32, 0.95);
  padding: 1rem 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-header.scrolled .header-nav a {
  color: rgba(255, 255, 255, 0.7);
  /* make nav text readable on green */
}

.site-header.scrolled .header-nav a:hover,
.site-header.scrolled .header-nav a.active {
  color: var(--gold);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: .85rem;
}

.header-logotipo {
  height: clamp(22px, 2.8vw, 30px);
  width: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header-nav a {
  font-family: var(--font-sans);
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
  transition: color .2s;
}

.header-nav a:hover,
.header-nav a.active {
  color: var(--gold);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.header-cta .btn {
  padding: .5rem 1.2rem;
  font-size: .68rem;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--gold);
  border-radius: 2px;
  transition: var(--transition);
}

.hamburger.open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* Mobile nav */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  text-align: center;
}

.mobile-nav.open {
  display: flex;
}

#mobile-nav a:not(.mobile-nav-cta) {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--gold) !important;
  opacity: .8;
  transition: opacity .3s, transform .3s;
}

#mobile-nav a:not(.mobile-nav-cta):hover {
  opacity: 1;
  transform: scale(1.05);
}

/* Bottone WhatsApp nel menu mobile */
#mobile-nav .mobile-nav-cta {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--gold) !important;
  opacity: 1;
}

#mobile-nav .mobile-nav-cta:hover {
  background: var(--gold);
  color: var(--verde-deep) !important;
  transform: none;
}

/* ══════════════════════════════════════════
   HERO SPIN — il tordo è il protagonista
   Il canvas animation È l'hero della pagina
══════════════════════════════════════════ */
.hero-spin-outer {
  position: relative;
  width: 100%;
  background: var(--verde);
  z-index: 10;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.12;
  /* Subtle presence */
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.hero-spin-track {
  height: 600vh;
  position: relative;
}

.hero-spin-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  will-change: transform;
  transform: translateZ(0);
}

#tordo-canvas {
  will-change: contents;
  transform: translateZ(0);
}

/* Glow ambientale attorno all'uccello */
.hero-spin-sticky::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 50% 50%, rgba(249, 213, 150, .12) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 50% 80%, rgba(253, 251, 247, .06) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

/* Hero nav dots — contenitore persistente su tutti i panel */
#hero-panel-dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: opacity .5s ease;
  pointer-events: auto;
}

/* Hero nav dots (intro) */
.hero-nav-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1.5px solid rgba(249, 213, 150, 0.45);
  background: transparent;
  pointer-events: auto;
  cursor: pointer;
  transition: background .3s, border-color .3s, transform .3s;
  padding: 0;
}

.hero-nav-dot:hover,
.hero-nav-dot.active {
  background: #f9d596;
  border-color: #f9d596;
  transform: scale(1.35);
}

/* Canvas dell'uccello — centro scena CSS gestito ora da Tailwind. */

/* Intro title — visibile all'apertura, svanisce con lo scroll */
.hero-intro {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 25;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  transition: opacity .6s ease;
  pointer-events: none;
  background: linear-gradient(to top, var(--verde) 0%, var(--verde-dark) 50%, transparent 100%);
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.hero-intro .label {
  margin-bottom: 1rem;
  opacity: .8;
  color: var(--gold-deep);
}

.hero-intro h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  color: var(--gold);
  line-height: 1.1;
  margin-bottom: .8rem;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 1), 0 0 100px rgba(10, 18, 10, .9);
}

.hero-intro h1 em {
  font-style: italic;
  color: var(--gold-pale);
}

.hero-scroll-hint {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  opacity: .4;
  animation: bounce 2s ease-in-out infinite;
  color: var(--gold);
}

.hero-scroll-hint span {
  font-family: var(--font-sans);
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-scroll-hint svg {
  width: 14px;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(6px);
  }
}

/* ── Hero skip button ── */
#hero-skip-btn {
  position: fixed;
  left: 2rem;
  bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: .5rem;
  pointer-events: auto;
  z-index: 150;
  transition: opacity .3s;
}
#hero-skip-btn.hidden-btn {
  opacity: 0;
  pointer-events: none;
}
/* Desktop: nasconde il bottone mobile */
#hero-skip-btn-mobile { display: none; }

@media (max-width: 1023px) {
  /* Desktop button: nascosto su mobile */
  #hero-skip-btn { display: none; }

  /* Mobile button: in-flow dentro hero-intro */
  #hero-skip-btn-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: .25rem;
    margin: 0 auto 1.1rem;
    pointer-events: auto;
    transition: opacity .3s;
  }
  #hero-skip-btn-mobile.hidden-btn {
    opacity: 0;
    pointer-events: none;
  }
}

.skip-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(249, 213, 150, .55);
  background: rgba(249, 213, 150, .07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f9d596;
  transition: background .3s, border-color .3s;
  animation: bounce 2.2s ease-in-out infinite;
}

.skip-circle svg {
  width: 22px;
  height: 22px;
}

#hero-skip-btn:hover .skip-circle {
  background: rgba(249, 213, 150, .16);
  border-color: rgba(249, 213, 150, .9);
}

#hero-skip-btn .skip-label {
  font-family: var(--font-sans);
  font-size: .75rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(249, 213, 150, .5);
}

#hero-skip-btn:hover {
  color: rgba(249, 213, 150, 0.9);
  transform: translateY(4px);
  animation: none;
}

#hero-skip-btn svg {
  width: 18px;
  height: 18px;
}









/* Logotipo hero — si riduce automaticamente su schermi corti (16:9, laptop) */
.hero-intro-logo {
  width: 80vw;
  max-width: clamp(200px, 38vh, 460px);
}

/* ── Schermi 16:9 (laptop, monitor wide): viewport height < 780px ── */
@media (max-height: 780px) and (min-width: 1024px) {
  /* Canvas: spostato in alto così non finisce dietro la scritta */
  .tordo-bird-center {
    top: 36% !important;
    transform: translate(-50%, -50%) !important;
    width: 36% !important;
  }

  /* Hero intro: padding-bottom deve superare i nav dots (bottom: 2rem) */
  .hero-intro {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }

  /* Pannelli laterali: font e padding ridotti */
  .tordo-panel {
    padding: 1.2rem !important;
    max-width: 300px !important;
  }

  .tordo-panel h2 {
    font-size: clamp(1.1rem, 2.2vh, 1.5rem) !important;
    margin-bottom: 0.5rem;
  }

  .tordo-panel p {
    font-size: 0.78rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.8rem !important;
  }

  /* Postcard: ridotta */
  .tordo-postcard {
    max-width: 260px !important;
  }
}

/* Mobile spin */
@media (max-width: 768px) {
  .hero-spin-track {
    height: 750vh;
  }

  .tordo-bird-center {
    width: clamp(220px, 60vw, 360px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
  }



  .hero-intro h1 {
    font-size: clamp(1.4rem, 5vw, 2rem);
  }

  .hero-intro {
    padding-inline: 1.5rem;
  }

  .inner-hero-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* ══════════════════════════════════════════
   LEAD BAR
══════════════════════════════════════════ */
.lead-bar {
  background: var(--red);
  padding: 1.1rem 0;
}

.lead-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.lead-bar p {
  font-family: var(--font-sans);
  font-size: .9rem;
  line-height: 1.4;
  color: #fff;
}

.lead-bar strong {
  font-weight: 600;
}

.lead-bar form {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
}

.lead-bar input {
  padding: .6rem 1rem;
  border-radius: var(--radius);
  border: none;
  background: rgba(255, 255, 255, .15);
  color: #fff;
  font-family: var(--font-sans);
  font-size: .82rem;
  min-width: 180px;
  outline: none;
  transition: background .2s;
}

.lead-bar input::placeholder {
  color: rgba(255, 255, 255, .55);
}

.lead-bar input:focus {
  background: rgba(255, 255, 255, .25);
}

.lead-bar .btn {
  padding: .6rem 1.2rem;
  font-size: .7rem;
}

/* ══════════════════════════════════════════
   SEZIONE NARRATIVA — "Chi siamo"
══════════════════════════════════════════ */
.narrative-section {
  background: var(--dark-mid);
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
}

.narrative-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(249, 213, 150, .2), transparent);
}

.narrative-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.narrative-text .label {
  display: block;
  margin-bottom: 1.2rem;
}

.narrative-text h2 {
  margin-bottom: 1.5rem;
}

.narrative-text p {
  color: var(--text);
  margin-bottom: 1.2rem;
}

.narrative-img {
  position: relative;
}

.narrative-img img {
  border-radius: 2px;
  border: 1px solid rgba(249, 213, 150, .1);
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .6);
}

/* Cornice dorata decorativa */
.narrative-img::after {
  content: '';
  position: absolute;
  inset: 1.5rem -1.5rem -1.5rem 1.5rem;
  border: 1px solid rgba(249, 213, 150, .15);
  border-radius: 4px;
  pointer-events: none;
  z-index: -1;
}

/* ══════════════════════════════════════════
   PAGE CARDS — destinazioni
══════════════════════════════════════════ */
.page-cards-section {
  background: var(--dark);
}

.page-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.page-card {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  cursor: pointer;
  background: var(--dark-accent);
}

.page-card-bg {
  position: absolute;
  inset: 0;
  background: var(--verde-deep);
  transition: transform 1s cubic-bezier(.25, .8, .25, 1);
}

.page-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .4;
  transition: opacity .6s, transform 1s;
}

.page-card:hover .page-card-bg img {
  opacity: .65;
}

.page-card:hover .page-card-bg {
  transform: scale(1.05);
}

.page-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 18, 10, .95) 0%, rgba(10, 18, 10, .3) 50%, transparent 100%);
}

.page-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 3rem 2rem;
  transform: translateY(2rem);
  transition: transform var(--transition);
}

.page-card:hover .page-card-content {
  transform: translateY(0);
}

.page-card-content .label {
  margin-bottom: .8rem;
}

.page-card-content h3 {
  color: var(--gold);
  margin-bottom: 1rem;
}

.page-card-content p {
  font-size: .95rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity .4s .1s, transform .4s .1s;
}

.page-card:hover .page-card-content p {
  opacity: 1;
  transform: translateY(0);
}

.blog-read-more {
  font-family: var(--font-sans);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: .4rem;
  transition: gap var(--transition);
}

.page-card:hover .blog-read-more {
  gap: .7rem;
}

/* ══════════════════════════════════════════
   ABOUT STRIP — verde pieno
══════════════════════════════════════════ */
.about-strip {
  background: var(--verde);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.about-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(249, 213, 150, .3), transparent);
}

.about-strip-inner {
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
}

.about-strip-icon img {
  width: 80px;
  height: 80px;
  opacity: .25;
}

.about-strip-text {
  flex: 1;
}

.about-strip-text h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--gold);
  margin-bottom: .8rem;
}

.about-strip-text p {
  font-size: 1.1rem;
  color: rgba(249, 213, 150, .7);
  max-width: 560px;
}

.about-strip .btn {
  margin-top: 1.8rem;
}

/* ══════════════════════════════════════════
   STATS
══════════════════════════════════════════ */
.key-numbers-section {
  padding: 6rem 0;
  background: var(--dark-mid);
  border-top: 1px solid rgba(249, 213, 150, 0.1);
  border-bottom: 1px solid rgba(249, 213, 150, 0.1);
}

.key-numbers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  text-align: center;
}

.kn-card {
  padding: 3rem 2rem;
  background: var(--dark);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  border: 1px solid rgba(249, 213, 150, 0.08);
}

.kn-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(50, 80, 52, 0.1);
  border-color: rgba(249, 213, 150, 0.25);
}

.kn-icon {
  color: var(--verde-light);
  margin-bottom: 1.5rem;
  display: inline-flex;
  padding: 1rem;
  background: rgba(50, 80, 52, 0.05);
  /* very light green background */
  border-radius: 50%;
}

.kn-number {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 4.5rem);
  color: var(--verde);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.kn-text {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  color: var(--text-muted);
  font-weight: 500;
}

/* ══════════════════════════════════════════
   BLOG PREVIEW
══════════════════════════════════════════ */
.blog-section {
  background: var(--dark-mid);
  padding: 8rem 0;
  position: relative;
}

.blog-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(249, 213, 150, .15), transparent);
}

.section-header {
  margin-bottom: 4rem;
}

.section-header .label {
  display: block;
  margin-bottom: 1rem;
  color: var(--gold-deep);
}

.section-header h2 {
  margin-top: .4rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.blog-card {
  background: var(--dark-warm);
  border: 1px solid rgba(249, 213, 150, .06);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
  border-color: rgba(249, 213, 150, .15);
}

.blog-card-img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--verde-deep);
  position: relative;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.25, .8, .25, 1);
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.08);
}

.blog-card-body {
  padding: 2rem;
}

.blog-card-body .label {
  margin-bottom: 1rem;
}

.blog-card-body h3 {
  color: var(--verde-dark);
  margin-bottom: 1rem;
  font-size: 1.25rem !important;
}

.blog-card-body p {
  font-size: .95rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.blog-card-read-more {
  font-family: var(--font-sans);
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 500;
  transition: gap var(--transition);
}

.blog-card:hover .blog-card-read-more {
  gap: .8rem;
}

/* DECK "SWIPE" PREVIEW FOR HOMEPAGE */
.blog-deck-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem 0;
  perspective: 1200px;
}

.blog-deck {
  position: relative;
  width: 100%;
  max-width: 380px;
  height: 520px;
  /* spazio per le card che spuntano sotto */
  margin-bottom: 28px;
}

.blog-deck-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-warm);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s ease;
  transform-origin: top center;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(249, 213, 150, 0.2);
  /* fix border-radius clipping con transform */
  will-change: transform;
  backface-visibility: hidden;
}

.blog-deck-card .bdc-img {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.blog-deck-card .bdc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.blog-deck-card:hover .bdc-img img {
  transform: scale(1.05);
}

.blog-deck-card .bdc-content {
  padding: 1.8rem;
  background: var(--dark-warm);
}

.blog-deck-card h3 {
  font-size: 1.35rem;
  margin: 0.5rem 0 1rem;
  color: var(--verde);
  line-height: 1.3;
}

.blog-deck-card .label {
  color: var(--verde-light);
}

.blog-deck-card:hover .blog-card-read-more {
  gap: .8rem;
}

/* Base stack transforms — le card 2 e 3 spuntano SOTTO la prima */
.bdc-1 {
  z-index: 3;
  transform: translateY(0) scale(1) rotateZ(0deg);
}

.bdc-2 {
  z-index: 2;
  transform: translateY(14px) translateX(6px) scale(0.97) rotateZ(2deg);
}

.bdc-3 {
  z-index: 1;
  transform: translateY(26px) translateX(-8px) scale(0.94) rotateZ(-2.5deg);
}

.bdc-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.2rem;
  align-items: center;
}

.btn-sm {
  padding: 0.5rem 1.1rem;
  font-size: 0.82rem;
}

@keyframes bdc-fly-out {
  0%   { transform: translateX(0) rotate(0deg); opacity: 1; }
  100% { transform: translateX(140%) rotate(12deg); opacity: 0; }
}

.bdc-swipe-out {
  animation: bdc-fly-out 0.38s cubic-bezier(0.4, 0, 1, 1) forwards;
  pointer-events: none;
}

/* ══════════════════════════════════════════
   REVIEWS
══════════════════════════════════════════ */
.reviews-section {
  background: var(--dark);
  padding: 7rem 0;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.review-card {
  background: var(--dark-warm);
  border: 1px solid rgba(249, 213, 150, .07);
  border-radius: var(--radius);
  padding: 2.2rem;
}

.review-stars {
  color: var(--gold-deep);
  font-size: 1rem;
  margin-bottom: 1rem;
  letter-spacing: .08em;
}

.review-text {
  font-style: italic;
  color: var(--text);
  font-size: 1rem;
  margin-bottom: 1.2rem;
  line-height: 1.7;
}

.review-author {
  font-family: var(--font-sans);
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--verde-dark, #142216);
}

/* ══════════════════════════════════════════
   NEWSLETTER CTA
══════════════════════════════════════════ */
.newsletter-section {
  background: var(--verde-deep);
  padding: 8rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.newsletter-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 90% at 50% 50%, rgba(42, 66, 45, .5) 0%, transparent 80%);
  pointer-events: none;
}

.newsletter-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(249, 213, 150, .15), transparent);
}

.newsletter-section .container {
  position: relative;
  z-index: 1;
}

.newsletter-section h2 {
  color: var(--gold);
  margin-top: .8rem;
  margin-bottom: 1.2rem;
}

.newsletter-section p {
  color: rgba(249, 213, 150, 0.85);
  max-width: 520px;
  margin-inline: auto;
  margin-bottom: 3rem;
  font-size: 1.05rem;
}

.newsletter-form {
  display: flex;
  gap: 1rem;
  max-width: 520px;
  margin-inline: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.newsletter-form input {
  flex: 1;
  min-width: 220px;
  padding: 1rem 1.4rem;
  border: 1px solid rgba(249, 213, 150, .2);
  border-radius: 50px;
  background: rgba(14, 23, 14, .4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--text-bright);
  font-family: var(--font-sans);
  font-size: .9rem;
  outline: none;
  transition: border-color .3s, background .3s;
}

.newsletter-form input:focus {
  border-color: rgba(249, 213, 150, .6);
  background: rgba(14, 23, 14, .6);
}

.newsletter-form input::placeholder {
  color: var(--gold-dim);
}

.newsletter-privacy {
  font-family: var(--font-sans);
  font-size: .75rem;
  color: rgba(249, 213, 150, .75);
  margin-top: 1.5rem;
}

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
.site-footer {
  background: var(--dark);
  border-top: 1px solid rgba(249, 213, 150, .06);
  padding: 6rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  max-width: 860px;
  margin: 0 auto 5rem;
}

.footer-brand .logo-mark {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1.5rem;
}

.footer-brand .logo-mark span {
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 1rem;
}

.footer-brand p {
  font-size: .95rem;
  color: rgba(240, 235, 225, 0.55);
  line-height: 1.8;
  max-width: 300px;
}

.footer-social {
  display: flex;
  gap: .8rem;
  margin-top: 1.8rem;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(249, 213, 150, .15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  opacity: .6;
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

.footer-social a:hover {
  opacity: 1;
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(249, 213, 150, .15);
}

.footer-col h4 {
  font-family: var(--font-sans);
  font-size: .8rem;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 1.5rem;
}

.footer-col ul li {
  margin-bottom: .8rem;
}

.footer-col ul a {
  font-size: .95rem;
  color: rgba(240, 235, 225, 0.55);
  transition: color .3s;
}

.footer-col ul a:hover {
  color: var(--gold);
  padding-left: 2px;
}

.footer-bottom {
  border-top: 1px solid rgba(249, 213, 150, .05);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  font-family: var(--font-sans);
  font-size: .7rem;
  letter-spacing: .06em;
  color: rgba(240, 235, 225, 0.5);
  line-height: 1.5;
}

.footer-bottom a {
  color: rgba(249, 213, 150, 0.65);
  transition: color .3s;
}

.footer-bottom a:hover {
  color: var(--gold);
}

/* Made by Denkhub */
.footer-madeby {
  display: flex;
  align-items: center;
  gap: .5rem;
  opacity: .38;
  transition: opacity .25s;
  color: var(--text-muted);
}

.footer-madeby:hover {
  opacity: .8;
}

.footer-madeby span {
  font-family: var(--font-sans);
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-madeby img {
  height: 13px;
  width: auto;
  filter: brightness(0) invert(1);
}

/* ══════════════════════════════════════════
   COMPONENTI CONDIVISI (pagine interne)
══════════════════════════════════════════ */

/* Floating WA */
.wa-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: .8rem;
  background: var(--wa-green);
  color: #0a2d1a;
  padding: .8rem 1.4rem .8rem 1rem;
  border-radius: 50px;
  box-shadow: 0 4px 24px rgba(37, 211, 102, .35);
  font-family: var(--font-sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  transition: transform .25s, box-shadow .25s;
  animation: wa-pulse 3s ease-in-out infinite;
}

.wa-float:hover {
  transform: scale(1.06);
}

.wa-float svg {
  width: 22px;
  flex-shrink: 0;
}

@keyframes wa-pulse {

  0%,
  100% {
    box-shadow: 0 4px 24px rgba(37, 211, 102, .35);
  }

  50% {
    box-shadow: 0 4px 32px rgba(37, 211, 102, .55);
  }
}

/* Newsletter Popup */
.popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(6, 13, 6, .88);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s;
}

.popup-overlay.visible {
  opacity: 1;
  pointer-events: all;
}

.popup-box {
  background: var(--verde-deep);
  border: 1px solid rgba(249, 213, 150, .12);
  border-radius: 6px;
  padding: 3rem 2.5rem;
  max-width: 480px;
  width: 100%;
  text-align: center;
  position: relative;
  transform: scale(.92);
  transition: transform .4s;
}

.popup-overlay.visible .popup-box {
  transform: scale(1);
}

.popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .5;
  cursor: pointer;
  border: 1px solid rgba(249, 213, 150, .2);
  border-radius: 50%;
  color: rgba(249, 213, 150, .7);
  background: none;
  font-size: 1.1rem;
  transition: opacity .2s;
}

.popup-close:hover {
  opacity: 1;
}

.popup-bird {
  width: 52px;
  margin: 0 auto 1.5rem;
  filter: brightness(0) saturate(100%) invert(83%) sepia(30%) saturate(400%) hue-rotate(5deg);
}

.popup-box h3 {
  color: #f9d596;
  margin-bottom: .8rem;
  font-size: 1.5rem;
}

.popup-box p {
  color: rgba(249, 213, 150, .65);
  font-size: 1rem;
  margin-bottom: 1.8rem;
}

.popup-form {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.popup-form input {
  padding: .85rem 1.2rem;
  border: 1.5px solid rgba(249, 213, 150, .2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .06);
  color: #f9d596;
  font-family: var(--font-sans);
  font-size: .85rem;
  outline: none;
  transition: border-color .2s;
}

.popup-form input:focus {
  border-color: rgba(249, 213, 150, .55);
}

.popup-form input::placeholder {
  color: rgba(249, 213, 150, .35);
}

.popup-form .btn {
  width: 100%;
  justify-content: center;
}

.popup-privacy {
  font-family: var(--font-sans);
  font-size: .75rem;
  color: rgba(249, 213, 150, .75);
  margin-top: .8rem;
}

/* Toast */
.toast {
  position: fixed;
  bottom: 6rem;
  right: 2rem;
  z-index: 500;
  background: var(--verde);
  color: var(--gold);
  padding: 1rem 1.5rem;
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: .82rem;
  box-shadow: var(--shadow);
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: all .35s;
}

.toast.show {
  opacity: 1;
  transform: none;
}

/* ══ Mobile tordo panels ══ */
.tordo-panel-m {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(6,13,6,1) 0%, rgba(6,13,6,.97) 65%, transparent 100%);
  padding: 1.2rem 1.5rem 4.5rem;
  text-align: center;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease;
}

@media (min-width: 1024px) {
  .tordo-panel-m { display: none; }
}

.tordo-panel-m.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tordo-panel-m__img {
  width: 100%;
  max-height: 110px;
  object-fit: cover;
  border-radius: 4px;
  margin: 0 auto .9rem;
  border: 1px solid rgba(249,213,150,.12);
}

.tordo-panel-m .label {
  color: #f9d596;
  display: block;
  margin-bottom: .5rem;
}

.tordo-panel-m h2 {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 5.5vw, 1.8rem);
  color: #f9d596;
  line-height: 1.2;
  margin-bottom: .7rem;
}

.tordo-panel-m p {
  font-family: var(--font-sans);
  font-size: .82rem;
  color: rgba(249,213,150,.6);
  line-height: 1.65;
  max-width: 300px;
  margin: 0 auto 1.2rem;
}

/* Mobile: hero usa 100svh per correggere iOS Safari che include il chrome in 100vh */
@media (max-width: 1023px) {
  .hero-spin-sticky {
    height: 100svh !important;
  }
  .hero-intro {
    padding-bottom: max(3rem, calc(env(safe-area-inset-bottom, 0px) + 2rem));
  }
}

/* Bird sale quando un panel è attivo su mobile */
@media (max-width: 1023px) {
  .tordo-bird-center {
    transition: top .55s ease, transform .55s ease, max-height .55s ease, width .55s ease;
  }

  .hero-spin-sticky.panel-active .tordo-bird-center {
    top: 20% !important;
    transform: translateX(-50%) translateY(0) !important;
    max-height: 38vh !important;
    width: min(240px, 34vh) !important;
  }
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 {
  transition-delay: .1s;
}

.reveal-delay-2 {
  transition-delay: .2s;
}

.reveal-delay-3 {
  transition-delay: .3s;
}

/* Inner page hero */
.inner-hero {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: var(--verde-deep);
}

.inner-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.inner-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .22;
}

.inner-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(30, 51, 32, .4) 0%, rgba(30, 51, 32, .9) 100%);
}

.inner-hero-content {
  position: relative;
  z-index: 2;
  padding: 8rem 1rem 4rem;
  max-width: 700px;
}

.inner-hero-content .label {
  margin-bottom: 1rem;
  color: #f9d596;
  opacity: 1;
}

.inner-hero-content h1 {
  color: #f9d596;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.inner-hero-content p {
  color: rgba(249, 213, 150, .85);
  margin-top: 1.2rem;
  font-style: italic;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

/* Content article */
.content-article {
  max-width: 780px;
  margin-inline: auto;
}

.content-article h2 {
  color: var(--verde-dark);
  margin-top: 3rem;
  margin-bottom: 1.2rem;
}

.content-article h3 {
  color: var(--verde);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.content-article p {
  color: var(--text);
  margin-bottom: 1.2rem;
}

.content-article p.intro {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-style: italic;
  color: var(--verde-light);
  margin-bottom: 2rem;
}

.content-article blockquote {
  border-left: 3px solid var(--gold);
  padding: 1.2rem 1.8rem;
  margin: 2rem 0;
  background: rgba(249, 213, 150, .08);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.content-article blockquote p {
  color: var(--verde-light);
  font-style: italic;
  margin: 0;
  font-size: 1.15rem;
}

.content-article figure {
  margin: 2.5rem 0;
  text-align: center;
}

.content-article figure img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.content-article figcaption {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  color: rgba(0, 0, 0, 0.35);
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
  font-style: italic;
  letter-spacing: 0.03em;
}

/* Blog post content (CMS-generated HTML) */
.blog-content h2 {
  margin-top: 2.5rem;
  margin-bottom: .8rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
}
.blog-content h3 {
  margin-top: 2rem;
  margin-bottom: .6rem;
}
.blog-content p {
  margin-bottom: 1.1rem;
  color: var(--text);
}
.blog-content p.intro {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  font-style: italic;
  color: var(--verde-light);
  margin-bottom: 2rem;
  line-height: 1.85;
}
.blog-content ul,
.blog-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.1rem;
  color: var(--text);
}
.blog-content li {
  margin-bottom: .4rem;
}

/* Macelleria page */
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.info-block h3 {
  color: var(--verde-dark);
  margin-bottom: 1.2rem;
}

.info-block p {
  color: var(--text-muted);
  margin-bottom: .8rem;
}

.info-block a {
  color: var(--verde);
  transition: opacity .2s;
}

.info-block a:hover {
  opacity: .75;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
}

.hours-table td {
  padding: .5rem 0;
  color: var(--text-muted);
  font-size: 1rem;
  border-bottom: 1px solid rgba(30, 48, 32, .1);
}

.hours-table td:first-child {
  font-weight: 600;
  color: var(--text);
  width: 45%;
}

.hours-table tr.closed td {
  opacity: .35;
}

.map-container {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(30, 48, 32, .15);
  aspect-ratio: 4/3;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* Contact form */
.contact-form {
  max-width: 600px;
}

.form-group {
  margin-bottom: 1.4rem;
}

.form-label {
  display: block;
  font-family: var(--font-sans);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--verde, #1E3020);
  margin-bottom: .5rem;
}

.form-control {
  width: 100%;
  padding: .9rem 1.1rem;
  border: 1.5px solid rgba(249, 213, 150, .15);
  border-radius: var(--radius);
  background: rgba(249, 213, 150, .04);
  color: var(--text-bright);
  font-family: var(--font-body);
  font-size: 1rem;
  outline: none;
  transition: border-color .2s;
}

.form-control:focus {
  border-color: rgba(249, 213, 150, .45);
}

.form-control::placeholder {
  color: var(--gold-dim);
}

textarea.form-control {
  resize: vertical;
  min-height: 130px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.form-success {
  display: none;
  background: rgba(37, 211, 102, .08);
  border: 1px solid rgba(37, 211, 102, .25);
  border-radius: var(--radius);
  padding: 1.2rem;
  color: #6deb8c;
  font-family: var(--font-sans);
  font-size: .85rem;
}

.form-error {
  display: none;
  background: rgba(155, 31, 46, .08);
  border: 1px solid rgba(155, 31, 46, .3);
  border-radius: var(--radius);
  padding: 1.2rem;
  color: #e87a86;
  font-family: var(--font-sans);
  font-size: .85rem;
  margin-top: 1rem;
}

/* Blog */
.blog-hero {
  padding: 9rem 0 4rem;
  background: var(--dark-mid);
}

.blog-hero h1 {
  color: var(--verde-dark);
  margin-bottom: 1rem;
}

.blog-hero p {
  color: var(--text-muted);
  max-width: 550px;
}

.blog-listing {
  padding: 5rem 0;
}

.blog-listing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.blog-card-large .blog-card-img {
  aspect-ratio: 3/2;
}

.blog-tag {
  display: inline-block;
  background: rgba(249, 213, 150, .12);
  color: var(--verde-light);
  font-family: var(--font-sans);
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: .3rem .7rem;
  border-radius: 2px;
  margin-bottom: .8rem;
}

.article-header {
  padding: 9rem 0 3rem;
  background: var(--dark-mid);
}

.article-header .label {
  margin-bottom: 1rem;
}

.article-header h1 {
  color: var(--gold);
  max-width: 720px;
}

.article-header .article-meta {
  font-family: var(--font-sans);
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 1.5rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.article-body {
  padding: 3rem 0 6rem;
}

.article-cta-box {
  background: var(--red);
  border-radius: var(--radius);
  padding: 2.5rem;
  text-align: center;
  margin-top: 4rem;
}

.article-cta-box h3 {
  color: #fff;
  margin-bottom: .8rem;
}

.article-cta-box p {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 1.5rem;
}

/* Episodes grid */
.episodes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.episode-card {
  position: relative;
  background: var(--dark-warm);
  border: 1px solid rgba(249, 213, 150, .08);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}

.episode-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.episode-thumb {
  aspect-ratio: 9/16;
  overflow: hidden;
  background: var(--verde-deep);
}

.episode-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
}

.episode-card:hover .episode-thumb img {
  transform: scale(1.05);
}

.episode-num {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: var(--font-display);
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: var(--red);
  color: #fff;
  padding: .3rem .7rem;
  border-radius: 2px;
}

.episode-body {
  padding: 1.6rem;
}

.episode-body h3 {
  color: var(--verde-dark);
  margin-bottom: .6rem;
  font-size: 1.15rem !important;
}

.episode-body p {
  font-size: .95rem;
  color: var(--text-muted);
}

/* Products grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.product-card {
  background: var(--dark-warm);
  border: 1px solid rgba(249, 213, 150, .08);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.product-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--verde-deep);
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
}

.product-card:hover .product-img img {
  transform: scale(1.05);
}

.product-body {
  padding: 1.6rem;
}

.product-body .label {
  margin-bottom: .6rem;
}

.product-body h3 {
  color: var(--verde-dark);
  margin-bottom: .7rem;
  font-size: 1.15rem !important;
}

.product-body p {
  font-size: .95rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 1200px) {
  .page-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .episodes-grid {
    grid-template-columns: 1fr 1fr;
  }

  .products-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {

  .header-nav,
  .header-cta .btn-outline {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .narrative-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .page-cards {
    grid-template-columns: 1fr;
  }

  .page-card {
    aspect-ratio: 4/3;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .info-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .blog-listing-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .episodes-grid {
    grid-template-columns: 1fr;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .about-strip-inner {
    flex-direction: column;
    gap: 2rem;
  }

  .lead-bar-inner {
    flex-direction: column;
    text-align: center;
  }

  .lead-bar form {
    justify-content: center;
  }

  .page-card-content {
    transform: none;
  }

  .page-card-content p {
    opacity: 1;
    transform: none;
  }

  .mobile-nav a {
    padding-inline: 2rem;
  }

  .wa-float span.wa-label {
    display: none;
  }

  .wa-float {
    padding: .9rem;
    border-radius: 50%;
    bottom: max(2.5rem, env(safe-area-inset-bottom, 2.5rem));
    right: 1.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    border-top-color: rgba(249, 213, 150, .12);
  }

  .footer-bottom p {
    font-size: .75rem;
  }

  .narrative-img::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form input {
    min-width: 0;
  }

  .popup-box {
    padding: 2rem 1.5rem;
  }
}

/* ══════════════════════════════════════════
   DOUBLE POLAROID — secondary postcard frame
   .postcard-stack è un wrapper INTERNO al .tordo-postcard
   così non sovrascrive il position:absolute di Tailwind
══════════════════════════════════════════ */
.postcard-stack {
  position: relative; /* crea il contesto per il secondary */
  width: 100%;
}

.postcard-stack > .postcard-frame {
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.postcard-frame--secondary {
  position: absolute;
  top: -16px;
  z-index: 1;
  background: var(--dark-warm);
  padding: 0.9rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.postcard-frame--secondary img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
}

/* Right-side: secondary ruotato, leggermente a destra */
.tordo-postcard--right .postcard-frame--secondary {
  right: -14px;
  left: 16px;
  transform: rotate(-5deg);
}

/* Left-side: secondary ruotato, leggermente a sinistra */
.tordo-postcard--left .postcard-frame--secondary {
  left: -14px;
  right: 16px;
  transform: rotate(5deg);
}

/* Hover: le due foto si allargano a ventaglio */
.postcard-stack:hover > .postcard-frame {
  transform: translateX(18px) rotate(5deg) scale(1.04);
}

.tordo-postcard--right .postcard-stack:hover > .postcard-frame {
  transform: translateX(22px) translateY(-8px) rotate(6deg) scale(1.04);
}

.tordo-postcard--right .postcard-stack:hover .postcard-frame--secondary {
  transform: translateX(-18px) translateY(6px) rotate(-12deg) scale(1.02);
}

.tordo-postcard--left .postcard-stack:hover > .postcard-frame {
  transform: translateX(-22px) translateY(-8px) rotate(-6deg) scale(1.04);
}

.tordo-postcard--left .postcard-stack:hover .postcard-frame--secondary {
  transform: translateX(18px) translateY(6px) rotate(12deg) scale(1.02);
}

/* ══════════════════════════════════════════
   EDITORIAL BENTO GRID
══════════════════════════════════════════ */
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 420px;
  gap: 16px;
  width: min(1200px, 92%);
  margin: 2.5rem auto 0;
}

.editorial-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  cursor: pointer;
}


.editorial-card-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--verde-deep);
}

.editorial-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  transition: opacity 0.6s ease, transform 0.9s cubic-bezier(.25,.8,.25,1);
}

.editorial-card:hover .editorial-card-bg img {
  opacity: 0.75;
  transform: scale(1.06);
}

.editorial-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 24, 15, 0.95) 0%, rgba(13, 24, 15, 0.35) 50%, transparent 85%);
  z-index: 2;
  pointer-events: none;
}

.editorial-card-content {
  position: absolute;
  inset-x: 0;
  bottom: 0;
  padding: 2rem 2.5rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transform: translateY(6px);
  transition: transform 0.4s cubic-bezier(.25,1,.4,1);
}

.editorial-card:hover .editorial-card-content {
  transform: translateY(0);
}

.editorial-label {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold-pale);
  opacity: 0.85;
}

.editorial-card h3 {
  font-family: var(--font-display);
  font-size: 2rem !important;
  line-height: 1.1;
  color: #fff;
  margin: 0;
}

.editorial-card--hero h3 {
  font-size: 2rem;
}

.editorial-card p {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0.25rem 0 0.25rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s 0.05s ease, transform 0.35s 0.05s ease;
}

.editorial-card:hover p {
  opacity: 1;
  transform: translateY(0);
}

.editorial-card .blog-read-more {
  margin-top: 0.25rem;
}

/* Responsive — scroll orizzontale su mobile */
@media (max-width: 900px) {
  .editorial-grid {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    width: 100%;
    padding: 0 5% 1.25rem;
    scroll-padding-inline: 5%;
    margin: 2rem 0 0;
    scrollbar-width: none;
  }

  .editorial-grid::-webkit-scrollbar {
    display: none;
  }

  .editorial-card {
    flex: 0 0 78vw;
    height: 340px;
    scroll-snap-align: start;
    border-radius: 16px;
  }

  .editorial-card:last-child {
    margin-right: 5%;
  }

  .editorial-card h3 {
    font-size: 1.6rem;
  }

  .editorial-card p {
    opacity: 1;
    transform: none;
  }

  .editorial-card-content {
    padding: 1.5rem 1.5rem;
  }
}

/* ══════════════════════════════════════════
   CONTRASTO — override su sfondi chiari
   I colori gold/oro su crema falliscono WCAG.
   Su bg-dark / bg-dark-mid / bg-dark-warm
   usiamo testi scuri o verde per leggibilità.
══════════════════════════════════════════ */

/* Label piccole su sfondo chiaro → verde scuro */
.section--mid .label,
.blog-section .label,
.reviews-section .label,
.key-numbers-section .label,
.bg-dark .label,
.bg-dark-mid .label,
.bg-dark-warm .label {
  color: var(--verde-light);
  opacity: 1;
}

/* "Leggi →" link su card con sfondo chiaro */
.blog-card .blog-card-read-more,
.blog-card-body .blog-card-read-more {
  color: var(--verde);
}

/* Autore recensioni su sfondo chiaro */
.review-author {
  color: var(--verde-dark);
  opacity: 1;
}

/* Section header h2 su sfondo chiaro (blog preview, reviews, ecc.) */
.blog-section .section-header h2,
.reviews-section .section-header h2,
.key-numbers-section .section-header h2 {
  color: var(--text-bright);
}

/* .section-header label su sfondo chiaro */
.section-header .label {
  color: var(--verde-light);
  opacity: 1;
}

/* ══ HERO MOBILE ══ */
.hero-mobile {
  background: var(--dark);
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero-mobile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 35%, rgba(57,90,59,.5) 0%, transparent 65%);
  pointer-events: none;
}

.hero-mobile-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6rem 1.5rem 3rem;
  width: 100%;
  max-width: 460px;
  position: relative;
  z-index: 1;
}

.hero-mobile-bird {
  width: clamp(110px, 36vw, 190px);
  animation: bird-float 4.5s ease-in-out infinite;
  filter: drop-shadow(0 0 28px rgba(249,213,150,.3));
  background: transparent;
  display: block;
}

@keyframes bird-float {
  0%, 100% { transform: translateY(0) rotate(-1.5deg); }
  50%       { transform: translateY(-14px) rotate(1.5deg); }
}

.hero-mobile-logo {
  width: clamp(200px, 70vw, 300px);
  margin-top: 2rem;
}

.hero-mobile-tagline {
  font-family: var(--font-sans);
  font-size: .75rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #f9d596;
  opacity: .65;
  margin-top: .75rem;
}

.hero-mobile-panels {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  width: 100%;
  margin-top: 2.5rem;
}

.hero-mobile-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(57,90,59,.14);
  border: 1px solid rgba(249,213,150,.1);
  border-radius: 4px;
  padding: 1rem 1.2rem;
  text-align: left;
  text-decoration: none;
  transition: background .2s, border-color .2s;
}

.hero-mobile-card:active {
  background: rgba(57,90,59,.3);
  border-color: rgba(249,213,150,.28);
}

.hero-mobile-card .label {
  margin-bottom: .4rem;
  font-size: .62rem;
}

.hero-mobile-card h3 {
  font-family: var(--font-display);
  font-size: clamp(.95rem, 4.5vw, 1.15rem);
  color: #f9d596;
  line-height: 1.3;
  margin: 0;
}

/* Blog preview section header — sfondo scuro */
.blog-preview-section .section-header h2 { color: var(--gold); }
.blog-preview-section .section-header .label { color: var(--gold-deep); opacity: 1; }

/* Blog tag su card scura */
.blog-preview-card .blog-tag {
  color: rgba(249,213,150,.75);
  background: rgba(249,213,150,.1);
}

/* Blog preview grid (home) */
/* Blog preview strip — Tinder-card style, 3 colonne desktop, scroll mobile */
.blog-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (max-width: 640px) {
  .blog-preview-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 1rem;
    padding: 0.5rem 1.25rem 2rem;
    margin-inline: -1.25rem;
  }
  .blog-preview-grid::-webkit-scrollbar { display: none; }
}

.blog-preview-card {
  display: flex;
  flex-direction: column;
  background: #162518;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(249,213,150,.18);
  box-shadow: 0 8px 32px rgba(0,0,0,.35);
  text-decoration: none;
  transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease, border-color .25s;
  will-change: transform;
}

.blog-preview-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,.32);
  border-color: rgba(249,213,150,.4);
}

@media (max-width: 640px) {
  .blog-preview-card {
    flex: 0 0 80%;
    scroll-snap-align: center;
  }
}

.blog-preview-img {
  aspect-ratio: 3/2;
  overflow: hidden;
  flex-shrink: 0;
}

.blog-preview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.blog-preview-card:hover .blog-preview-img img {
  transform: scale(1.05);
}

.blog-preview-body {
  padding: 1.5rem 1.6rem 1.8rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-preview-body h3 {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.3rem) !important;
  color: var(--gold);
  line-height: 1.25;
  margin: .6rem 0 auto;
}

.blog-preview-body .blog-read-more {
  margin-top: 1.2rem;
  font-family: var(--font-sans);
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: .6;
  transition: opacity .2s;
}

.blog-preview-card:hover .blog-read-more {
  opacity: 1;
}

/* Macelleria — products grid */
.macelleria-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 768px) {
  .macelleria-products-grid {
    grid-template-columns: 1fr;
  }
}

/* Zagarolo — zone grid (4 cols → 2 → 1) */
.zagarolo-zone-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
  .zagarolo-zone-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .zagarolo-zone-grid {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════
   FIX — tordo-postcard visibile da lg (1024px)
   tailwind.css la mostra solo a xl (1280px).
   Style.css è caricato prima → serve specificità più alta
   per vincere sul .tordo-postcard { display:none } di tailwind.
══════════════════════════════════════════ */
@media (min-width: 1024px) {
  .hero-spin-outer .tordo-postcard {
    display: block;
    max-width: 320px;
  }
}

/* ══════════════════════════════════════════
   PAGE HERO — hero unificato pagine interne
   Rimpiazza: .inner-hero / .mauro-hero / .emma-hero
══════════════════════════════════════════ */
.page-hero {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--verde-deep);
}
.page-hero--center {
  justify-content: center;
  text-align: center;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
}
.page-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .35;
}
.page-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(6,13,6,.4) 0%, rgba(6,13,6,.6) 60%, rgba(6,13,6,1) 100%);
}
.page-hero-content {
  position: relative;
  z-index: 2;
  padding: 10rem 1rem 5rem;
  max-width: 820px;
}
.page-hero--center .page-hero-content {
  margin-inline: auto;
}
.page-hero-content .label {
  margin-bottom: 1rem;
  color: var(--gold);
  display: block;
}
.page-hero-content h1 {
  color: var(--gold);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
}
.page-hero-content p {
  color: rgba(249,213,150,.85);
  margin-top: 1.2rem;
  max-width: 600px;
}
.page-hero--center .page-hero-content p {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .page-hero-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* Portrait circolare (es. Sora Emma hero) */
.hero-portrait {
  width: clamp(120px, 18vw, 180px);
  height: clamp(120px, 18vw, 180px);
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 2rem;
  border: 3px solid rgba(249,213,150,.4);
  box-shadow: 0 0 60px rgba(249,213,150,.15);
}
.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ══════════════════════════════════════════
   SPLIT BLOCK — layout 2 colonne testo + immagine
   Rimpiazza: .intro-grid, .emma-intro-grid,
              .mauro-bio-inner, .tordi-matti-inner
══════════════════════════════════════════ */
.split-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.split-block--reverse > :first-child { order: 2; }
.split-block--reverse > :last-child  { order: 1; }
.split-block-text .label {
  display: block;
  margin-bottom: 1rem;
}
.split-block-text h2  { margin-bottom: 1.5rem; }
.split-block-text p   { margin-bottom: 1.2rem; }
.split-block-text .btn { margin-top: .5rem; }
.split-block-img {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--glass-border);
}
.split-block-img img { width: 100%; display: block; }
@media (max-width: 900px) {
  .split-block { grid-template-columns: 1fr; gap: 3rem; }
  .split-block--reverse > :first-child { order: 0; }
  .split-block--reverse > :last-child  { order: 0; }
}

/* ══════════════════════════════════════════
   SECTION HEADER — intestazione di sezione centrata
══════════════════════════════════════════ */
.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 4rem;
}
.section-header .label {
  margin-bottom: .8rem;
  display: block;
}
.section-header h2 { margin-bottom: 1rem; }

/* ══════════════════════════════════════════
   CARDS GRID + CARD ITEM — griglia universale
   Rimpiazza: .episode-card, .product-card,
              episodi/prodotti inline grid
══════════════════════════════════════════ */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.cards-grid--2 { grid-template-columns: repeat(2, 1fr); }

.card-item {
  background: var(--dark-warm);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
  text-decoration: none;
  color: inherit;
  display: block;
}
.card-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.card-img {
  overflow: hidden;
  background: var(--verde-deep);
  position: relative;
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
  display: block;
}
.card-item:hover .card-img img { transform: scale(1.05); }
.card-img--landscape { aspect-ratio: 4/3; }
.card-img--portrait  { aspect-ratio: 9/16; }

.card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: var(--font-sans);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  background: var(--red);
  color: #fff;
  padding: .3rem .7rem;
  border-radius: 2px;
  z-index: 2;
}

.card-body { padding: 1.8rem; }
.card-body .label {
  margin-bottom: .6rem;
  display: block;
}
.card-body h3 {
  margin-bottom: .7rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--text);
}
.card-body p {
  font-size: .98rem;
  color: var(--text-muted);
  margin-bottom: 1.2rem;
}

/* Card semplice — senza immagine (es. categorie prodotti macelleria) */
.card-simple {
  background: var(--dark-warm);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
}
.card-simple-icon { font-size: 2rem; margin-bottom: 1rem; }
.card-simple h3 {
  font-size: 1.1rem;
  margin-bottom: .6rem;
  color: var(--text);
}
.card-simple p {
  color: var(--text-muted);
  font-size: .95rem;
}

@media (max-width: 900px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .cards-grid,
  .cards-grid--2 { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════
   SECTION VERDE — CTA con sfondo brand verde
══════════════════════════════════════════ */
.section--verde {
  background: var(--verde);
  padding: 7rem 0;
}
.section--verde h1,
.section--verde h2,
.section--verde h3 { color: var(--gold); }
.section--verde h4 { color: var(--gold-pale); }
.section--verde .label { color: var(--gold); }
.section--verde p { color: rgba(249,213,150,.75); }
.section--verde a:not(.btn) { color: var(--gold-pale); }

/* Form su sfondo verde (macelleria contatti) */
.section--verde .form-label { color: var(--gold-pale); font-size: .78rem; }
.section--verde .form-control {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(249,213,150,.25);
  color: var(--gold-pale);
}
.section--verde .form-control::placeholder { color: rgba(249,213,150,.35); }
.section--verde .form-control:focus { border-color: rgba(249,213,150,.6); outline: none; }
.section--verde .info-block h3 { color: var(--gold); }
.section--verde .info-block p,
.section--verde .info-block a { color: rgba(249,213,150,.75); }
.section--verde .info-grid { gap: 5rem; }

/* ══════════════════════════════════════════
   CTA BLOCK — blocco call to action centrato
══════════════════════════════════════════ */
.cta-block {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
}
.cta-block .label { display: block; margin-bottom: .8rem; }
.cta-block h2 { margin-bottom: 1rem; }
.cta-block p  { margin-bottom: 2.5rem; }
.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ══════════════════════════════════════════
   SERIES BADGE — etichetta "Serie · n episodi"
══════════════════════════════════════════ */
.series-badge {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: var(--red);
  color: #fff;
  font-family: var(--font-sans);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: .4rem 1rem;
  border-radius: 2px;
  margin-bottom: 1.8rem;
}

/* ══════════════════════════════════════════
   PLATFORM LINKS — bottoni social (Instagram/TikTok)
══════════════════════════════════════════ */
.platform-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.platform-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .7rem 1.4rem;
  border: 1.5px solid rgba(249,213,150,.4);
  border-radius: 50px;
  font-family: var(--font-sans);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  transition: background .25s, border-color .25s;
}
.platform-link:hover {
  background: rgba(249,213,150,.12);
  border-color: var(--gold);
}
.platform-link svg { width: 18px; height: 18px; flex-shrink: 0; }

@media (max-width: 480px) {
  .platform-links { flex-direction: column; align-items: center; }
}

/* ── Legal pages (Privacy Policy / Cookie Policy) ── */
.page-hero--short {
  min-height: 40vh;
}
.page-hero--short .page-hero-content {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.legal-prose {
  font-family: 'Montserrat', sans-serif;
  font-size: .95rem;
  line-height: 1.75;
  color: #0A0908;
}
.legal-prose h2 {
  font-family: 'Amarante', serif;
  font-size: 1.5rem;
  color: var(--verde);
  margin: 2.5rem 0 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid var(--dark-warm);
}
.legal-prose h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--verde);
  margin: 1.8rem 0 .8rem;
}
.legal-prose h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  color: #0A0908;
  margin: 1.4rem 0 .6rem;
}
.legal-prose p {
  margin-bottom: 1rem;
}
.legal-prose ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.legal-prose ul li {
  margin-bottom: .4rem;
}
.legal-prose a {
  color: var(--verde);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-prose a:hover {
  color: var(--gold-deep);
}
.legal-prose strong {
  font-weight: 600;
}
.legal-prose code {
  background: var(--dark-mid);
  padding: .15em .4em;
  border-radius: 3px;
  font-size: .85em;
}
.legal-subtitle {
  font-style: italic;
  color: #0A0908cc;
  margin-bottom: 1rem;
}
.legal-prose .table-wrap {
  overflow-x: auto;
  margin: 1.2rem 0;
  border-radius: 8px;
  border: 1px solid var(--dark-warm);
}
.legal-prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: .85rem;
  min-width: 600px;
}
.legal-prose thead {
  background: var(--verde);
  color: var(--gold);
}
.legal-prose th {
  padding: .8rem 1rem;
  text-align: left;
  font-weight: 600;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.legal-prose td {
  padding: .8rem 1rem;
  border-top: 1px solid var(--dark-warm);
  vertical-align: top;
}
.legal-prose tbody tr:nth-child(even) {
  background: var(--dark-mid);
}

/* ══ FAQ ACCORDION ══ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.faq-item {
  border-bottom: 1px solid var(--dark-warm);
}
.faq-item:first-child {
  border-top: 1px solid var(--dark-warm);
}
.faq-question {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--text);
  padding: 1.4rem 2.5rem 1.4rem 0;
  cursor: pointer;
  list-style: none;
  position: relative;
  line-height: 1.4;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-sans);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--gold-deep);
  transition: transform .3s ease;
}
.faq-item[open] .faq-question::after {
  content: '−';
}
.faq-answer {
  padding: 0 0 1.4rem 0;
}
.faq-answer p {
  font-family: var(--font-body, var(--font-sans));
  font-size: .95rem;
  line-height: 1.7;
  color: var(--text-muted);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}