/* ============================================================
   Gran Camera Booth — Landing
   Palette ispirata alla landing Emotions Photo:
   charcoal/notte + crema alternati · rosso solo come ACCENTO
   (label, filetti disegnati, icone sottili, timeline) · oro vintage discreto.
   Font: Playfair Display (display + testo + corsivo) · logo Brittany via SVG.
   Accento unico: oro #d4ac2b (niente rosso).
   ============================================================ */

:root {
  /* Scuro */
  --night: oklch(0.205 0.006 45);     /* #1a1a1a near-black caldo */
  --ink: oklch(0.30 0.005 55);        /* #2e2e2e charcoal — sezioni scure */
  --card-dark: oklch(0.255 0.006 50); /* card su scuro */
  --line-dark: oklch(0.40 0.006 55);

  /* Chiaro */
  --cream: oklch(0.957 0.011 78);     /* #f5f0ea */
  --cream-2: oklch(0.945 0.013 76);   /* #f2ede8 */
  --line-cream: oklch(0.875 0.014 76);

  /* Testo */
  --on-dark: oklch(0.975 0.004 80);
  --on-dark-soft: oklch(0.74 0.006 70);
  --on-cream: oklch(0.245 0.008 50);
  --on-cream-soft: oklch(0.46 0.012 50);

  /* Accento unico: ORO #d4ac2b (niente rosso) */
  --rosso: oklch(0.765 0.128 88);     /* #d4ac2b — accento brand */
  --rosso-soft: oklch(0.765 0.128 88 / 0.18);
  --maroon: oklch(0.58 0.115 80);     /* oro profondo per testo piccolo su crema */
  --oro: oklch(0.765 0.128 88);       /* stesso oro, motivo diaframma */

  /* Tipografia fluida */
  --step--1: clamp(0.82rem, 0.78rem + 0.2vw, 0.94rem);
  --step-0: clamp(1.02rem, 0.97rem + 0.25vw, 1.16rem);
  --step-1: clamp(1.25rem, 1.12rem + 0.6vw, 1.6rem);
  --step-2: clamp(1.6rem, 1.35rem + 1.2vw, 2.4rem);
  --step-3: clamp(2.1rem, 1.7rem + 2vw, 3.6rem);
  --step-4: clamp(2.7rem, 2rem + 3.4vw, 5rem);

  --space-section: clamp(4.5rem, 3.6rem + 5.5vw, 8rem);
  --maxw: 1180px;
  --radius: 16px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--on-cream);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }

h1, h2, h3 { line-height: 1.14; font-weight: 700; letter-spacing: -0.01em; text-wrap: balance; }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); font-weight: 700; }
em { font-style: italic; font-weight: 500; }
p, .lead, .sub, .big, li, summary, .closer { text-wrap: pretty; }
p { max-width: 64ch; }

.wrap { width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; }

section { padding-block: var(--space-section); position: relative; }

/* Registri di sezione */
.sec-dark { background: var(--ink); color: var(--on-dark); }
.sec-night { background: var(--night); color: var(--on-dark); }
.sec-cream { background: var(--cream); color: var(--on-cream); }
.sec-cream-2 { background: var(--cream-2); color: var(--on-cream); }
.sec-dark h2, .sec-night h2, .sec-dark h3, .sec-night h3 { color: var(--on-dark); }
.sec-dark p, .sec-night p { color: var(--on-dark-soft); }

/* ---------- Eyebrow (label rossa con quadratino, come la reference) ---------- */
.eyebrow {
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rosso);
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 0.65em;
  margin-bottom: 1.05rem;
}
.eyebrow::before { content: ""; width: 0.55em; height: 0.55em; background: var(--rosso); flex: none; }
.eyebrow.center { margin-inline: auto; }

.lead { font-size: var(--step-1); font-weight: 500; line-height: 1.5; }
.sec-dark .lead, .sec-night .lead { color: var(--on-dark); }

/* ---------- Titoli con filetto rosso "disegnato" (come la reference) ---------- */
.title-mark { position: relative; display: inline; }
.title-mark .ul {
  position: absolute; left: 0; bottom: -0.26em; width: 100%; height: 0.28em; overflow: visible;
}
.title-mark .ul path {
  fill: none; stroke: var(--rosso); stroke-width: 2; stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1; stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.1s var(--ease);
}
.in-view .title-mark .ul path, .title-mark.in-view .ul path { stroke-dashoffset: 0; }

/* ============================================================
   Pre-headline a nastro (no menu) — come la reference
   ============================================================ */
.prestrip {
  background: var(--cream); color: var(--on-cream);
  text-align: center; padding: 0.7rem 1.25rem;
  font-size: clamp(0.78rem, 0.72rem + 0.3vw, 0.95rem); font-weight: 500;
  letter-spacing: 0.01em; line-height: 1.4;
}
.prestrip strong { color: var(--rosso); font-weight: 800; }

.wordmark { font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; font-size: var(--step--1); color: var(--on-dark); }

/* ============================================================
   HERO (scuro, una sola schermata, immagine grande, niente rosso/nomi)
   ============================================================ */
.hero {
  background: var(--night); color: var(--on-dark);
  padding-block: var(--space-section);
}
.hero-grid { display: grid; grid-template-columns: 1fr 1.06fr; grid-template-rows: auto 1fr; grid-template-areas: "brand figure" "copy figure"; gap: 0 clamp(1.8rem, 1rem + 4vw, 4.5rem); align-items: stretch; }
.hero-brand { grid-area: brand; display: block; margin-bottom: clamp(1rem, 2.4vh, 1.8rem); }
.hero .copy { grid-area: copy; align-self: center; }
.hero-figure { grid-area: figure; }
.brand-logo { display: block; width: auto; height: clamp(40px, 5.2vw, 58px); }
.hero-pre { margin-bottom: 1.1rem; }
.hero h1 { font-size: clamp(2rem, 1.55rem + 1.7vw, 3rem); line-height: 1.07; color: var(--on-dark); margin-bottom: 1rem; }
.hero h1 em { color: var(--oro); }
.hero .sub { font-size: clamp(0.98rem, 0.92rem + 0.35vw, 1.15rem); font-weight: 400; line-height: 1.55; color: var(--on-dark-soft); max-width: 46ch; margin-bottom: 1.5rem; }
.hero .sub em { color: var(--on-dark); }
.hero-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; }
.hero-note { font-size: var(--step--1); color: var(--on-dark-soft); font-weight: 500; max-width: 24ch; }

.hero-figure { position: relative; align-self: stretch; min-height: clamp(340px, 46vh, 500px); }
.hero-figure .photo {
  position: absolute; inset: 0; z-index: 1;
  width: 100%; height: 100%; object-fit: cover; object-position: center 30%;
  border-radius: var(--radius);
  box-shadow: 0 30px 70px -40px oklch(0 0 0 / 0.7);
}
/* ============================================================
   CTA — chiare (mai blocco rosso), arrow rosso come accento
   ============================================================ */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 0.7em;
  font-family: inherit; font-weight: 700; font-size: var(--step-0); letter-spacing: 0.005em;
  border: none; border-radius: 999px; padding: 0.95em 1.7em; cursor: pointer; text-decoration: none;
  overflow: hidden;
  transition: transform 0.5s var(--ease), background-color 0.3s var(--ease), box-shadow 0.5s var(--ease), color 0.3s;
}
.btn svg { width: 1.1em; height: 1.1em; flex: none; color: var(--rosso); transition: transform 0.5s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn .flash { position: absolute; inset: 0; background: radial-gradient(circle at center, oklch(0.74 0.1 85 / 0.7), transparent 60%); opacity: 0; pointer-events: none; }
.btn.snap .flash { animation: snap 0.5s var(--ease); }
@keyframes snap { 0% { opacity: 0.9; } 100% { opacity: 0; } }

/* chiaro su scuro */
.btn-light { background: var(--cream); color: var(--night); box-shadow: 0 14px 30px -16px oklch(0 0 0 / 0.6); }
.btn-light:hover { transform: translateY(-3px); background: #fff; box-shadow: 0 20px 38px -16px oklch(0 0 0 / 0.7); }
/* scuro su chiaro */
.btn-dark { background: var(--night); color: var(--on-dark); box-shadow: 0 14px 30px -18px oklch(0 0 0 / 0.5); }
.btn-dark:hover { transform: translateY(-3px); background: var(--ink); box-shadow: 0 20px 38px -18px oklch(0 0 0 / 0.6); }
.btn-dark svg, .btn-light svg { color: var(--rosso); }
/* outline */
.btn-outline { background: transparent; color: var(--on-dark); box-shadow: inset 0 0 0 1.5px var(--line-dark); }
.btn-outline:hover { background: var(--cream); color: var(--night); box-shadow: inset 0 0 0 1.5px var(--cream); }

/* ============================================================
   "Suona familiare?" — paure in stile editoriale (no card, no icone)
   ============================================================ */
.fears .head { text-align: center; margin-bottom: clamp(2.8rem, 2rem + 3vw, 4.5rem); }
.fears-list {
  display: grid; grid-template-columns: 1fr 1fr;
  column-gap: clamp(2.5rem, 1.5rem + 4vw, 5.5rem); row-gap: 0;
  max-width: 1000px; margin-inline: auto;
}
.fear { display: flex; gap: clamp(1rem, 0.6rem + 1vw, 1.6rem); align-items: flex-start; padding: clamp(1.7rem, 1.3rem + 1.5vw, 2.5rem) 0; border-top: 1px solid var(--line-dark); }
.fear .n {
  font-family: "Playfair Display", Georgia, serif; font-style: italic; font-weight: 500;
  font-size: clamp(1.9rem, 1.3rem + 1.8vw, 2.9rem); line-height: 1; flex: none;
  color: transparent; -webkit-text-stroke: 1px var(--rosso);
}
.fear .q { font-style: italic; font-weight: 500; font-size: var(--step-1); line-height: 1.3; color: var(--on-dark); margin-bottom: 0.65rem; }
.fear p { font-size: 0.95rem; color: var(--on-dark-soft); line-height: 1.55; max-width: 42ch; }
@media (min-width: 721px) {
  /* prima riga di ogni colonna senza bordo sopra */
  .fear:nth-child(1), .fear:nth-child(2) { border-top: none; }
}

/* ============================================================
   Messaggio emotivo (crema) + galleria
   ============================================================ */
.emotive { text-align: center; }
.emotive .inner { max-width: 760px; margin-inline: auto; }
.emotive h2 { margin: 1rem auto 1.6rem; }
.emotive p { margin-inline: auto; color: var(--on-cream-soft); }
.emotive .big { font-size: var(--step-1); color: var(--on-cream); font-weight: 500; }
.emotive .big em { color: var(--rosso); font-style: italic; font-weight: 500; }
.gallery-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: clamp(2.5rem, 2rem + 2vw, 4rem); }
.gallery-strip figure { margin: 0; overflow: hidden; border-radius: 12px; aspect-ratio: 3/4; }
.gallery-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.gallery-strip figure:hover img { transform: scale(1.05); }

/* ============================================================
   Sezioni split testo + immagine
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 1rem + 5vw, 5.5rem); align-items: center; }
.split.reverse .copy { order: 2; }
.split .photo { border-radius: var(--radius); width: 100%; object-fit: cover; box-shadow: 0 26px 54px -30px oklch(0 0 0 / 0.5); }
.copy h2 { margin-bottom: 1.3rem; }
.copy h2 + .lead, .copy p + p { margin-top: 1.1rem; }
.copy .btn { margin-top: 2rem; }
.pull { font-size: var(--step-1); font-weight: 700; color: var(--rosso); margin-top: 1.6rem; max-width: 26ch; line-height: 1.4; }
.sec-dark .pull, .sec-night .pull { color: var(--oro); }

/* ============================================================
   Come funziona — timeline con nodi rossi (come la reference)
   ============================================================ */
.timeline-head { text-align: center; margin-bottom: clamp(2.5rem, 2rem + 2vw, 4rem); }
.timeline { position: relative; max-width: 880px; margin-inline: auto; }
.timeline::before { content: ""; position: absolute; left: 27px; top: 10px; bottom: 10px; width: 2px; background: linear-gradient(var(--rosso), oklch(0.765 0.128 88 / 0.12)); }
.tl-step { position: relative; padding-left: 78px; padding-bottom: clamp(2.2rem, 1.6rem + 1.5vw, 3.4rem); }
.tl-step:last-child { padding-bottom: 0; }
.tl-node {
  position: absolute; left: 0; top: 0; width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center; font-weight: 800; font-size: 1.1rem;
  color: var(--rosso); background: var(--card-dark);
  box-shadow: 0 0 0 1.5px var(--rosso), 0 0 24px -2px oklch(0.765 0.128 88 / 0.45);
}
.tl-step h3 { color: var(--on-dark); margin-bottom: 0.5rem; }
.tl-step p { color: var(--on-dark-soft); max-width: 60ch; }

/* ============================================================
   Comparazione — due card (scura vs crema), come la reference
   ============================================================ */
.compare .head { text-align: center; max-width: 44ch; margin-inline: auto; margin-bottom: clamp(2.5rem, 2rem + 2vw, 3.6rem); }
.compare .head p { margin-inline: auto; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 0.8rem + 1.5vw, 2rem); align-items: start; }
.cmp-card { border-radius: 16px; padding: clamp(1.8rem, 1.4rem + 1.5vw, 2.6rem); }
.cmp-card.them { background: var(--card-dark); color: var(--on-dark-soft); border: 1px solid var(--line-dark); }
.cmp-card.us { background: var(--cream); color: var(--on-cream); box-shadow: 0 30px 60px -34px oklch(0 0 0 / 0.5); }
.cmp-card .ctag { font-size: var(--step--1); font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.6rem; }
.cmp-card.them .ctag { color: var(--on-dark-soft); }
.cmp-card.us .ctag { color: var(--rosso); }
.cmp-card.us .ctag svg { width: 24px; height: 24px; color: var(--oro); }
.cmp-card ul { list-style: none; display: grid; gap: 1.05rem; }
.cmp-card li { display: flex; gap: 0.75rem; align-items: flex-start; font-weight: 500; line-height: 1.45; font-size: 0.96rem; }
.cmp-card li svg { width: 20px; height: 20px; flex: none; margin-top: 0.15em; }
.cmp-card.them li svg { color: var(--on-dark-soft); opacity: 0.55; }
.cmp-card.us li svg { color: var(--rosso); }
.cmp-card.us li { font-weight: 500; }

/* ============================================================
   Per chi è / per chi non è
   ============================================================ */
.whom .head { text-align: center; margin-bottom: clamp(2.5rem, 2rem + 2vw, 3.6rem); }
.whom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 1rem + 2vw, 2.5rem); }
.whom-card { border-radius: 16px; padding: clamp(1.8rem, 1.4rem + 1.5vw, 2.6rem); }
.whom-card.yes { background: var(--cream); color: var(--on-cream); box-shadow: 0 26px 54px -34px oklch(0 0 0 / 0.45); }
.whom-card.no { background: var(--card-dark); color: var(--on-dark-soft); border: 1px solid var(--line-dark); }
.whom-card .tag { display: inline-flex; align-items: center; gap: 0.55rem; font-weight: 800; margin-bottom: 1.4rem; font-size: var(--step-1); }
.whom-card.yes .tag { color: var(--rosso); }
.whom-card.no .tag { color: var(--on-dark); }
.whom-card ul { list-style: none; display: grid; gap: 0.95rem; margin-bottom: 1.6rem; }
.whom-card li { display: flex; gap: 0.75rem; align-items: flex-start; font-weight: 500; }
.whom-card li svg { width: 20px; height: 20px; flex: none; margin-top: 0.18em; }
.whom-card.yes li svg { color: var(--rosso); }
.whom-card.no li svg { color: var(--on-dark-soft); opacity: 0.55; }
.whom-card .closer { font-style: italic; font-weight: 500; padding-top: 1.3rem; border-top: 1px solid var(--line-cream); }
.whom-card.no .closer { border-top-color: var(--line-dark); color: var(--on-dark-soft); }
.whom-card.yes .closer { color: var(--on-cream); }

/* ============================================================
   Rassicurazione
   ============================================================ */
.reassure { text-align: center; }
.reassure .inner { max-width: 720px; margin-inline: auto; }
.reassure h2 { margin: 1rem auto 1.2rem; max-width: 18ch; }
.reassure p { margin-inline: auto; }
.reassure-points { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2.5rem; margin-top: 2.4rem; }
.reassure-points span { display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 700; font-size: var(--step--1); }
.reassure-points svg { width: 22px; height: 22px; color: var(--rosso); }

/* ============================================================
   FAQ
   ============================================================ */
.faq .head { text-align: center; margin-bottom: clamp(2.5rem, 2rem + 2vw, 3.4rem); }
.faq-list { max-width: 800px; margin-inline: auto; display: grid; gap: 0.9rem; }
.faq-item { background: var(--cream); border: 1px solid var(--line-cream); border-radius: 12px; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 1.4rem; font-weight: 700; font-size: var(--step-0); color: var(--on-cream); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus { position: relative; width: 18px; height: 18px; flex: none; }
.faq-item summary .plus::before, .faq-item summary .plus::after { content: ""; position: absolute; background: var(--rosso); border-radius: 2px; transition: transform 0.45s var(--ease), opacity 0.45s; }
.faq-item summary .plus::before { top: 8px; left: 0; width: 18px; height: 2px; }
.faq-item summary .plus::after { top: 0; left: 8px; width: 2px; height: 18px; }
.faq-item[open] summary .plus::after { transform: rotate(90deg); opacity: 0; }
.faq-item .ans { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.5s var(--ease); }
.faq-item[open] .ans { grid-template-rows: 1fr; }
.faq-item .ans > div { overflow: hidden; }
.faq-item .ans p { padding: 0 1.4rem 1.3rem; color: var(--on-cream-soft); font-weight: 500; font-size: 0.96rem; }

/* ============================================================
   Form disponibilità
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2.5rem, 1.5rem + 4vw, 5rem); align-items: start; }
.contact .intro p { margin-top: 1.2rem; }
.contact .intro .promise { margin-top: 2.4rem; padding-top: 2rem; border-top: 1px solid var(--line-dark); font-size: var(--step-1); font-weight: 700; color: var(--oro); line-height: 1.4; max-width: 24ch; }
.contact .intro .promise em { font-style: italic; }
form .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
form .field { margin-bottom: 1.1rem; }
form label { display: block; font-weight: 700; font-size: var(--step--1); margin-bottom: 0.45rem; color: var(--on-dark); }
form label .opt { color: var(--on-dark-soft); font-weight: 500; }
form input, form textarea {
  width: 100%; font-family: inherit; font-size: var(--step-0); font-weight: 500; color: var(--on-dark);
  background: oklch(0.26 0.006 50); border: 1.5px solid var(--line-dark); border-radius: 10px; padding: 0.85rem 1rem;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
form input::placeholder, form textarea::placeholder { color: oklch(0.58 0.006 60); }
form input:focus, form textarea:focus { outline: none; border-color: var(--rosso); box-shadow: 0 0 0 4px var(--rosso-soft); }
form textarea { resize: vertical; min-height: 110px; }
form .btn { width: 100%; justify-content: center; margin-top: 0.6rem; font-size: var(--step-1); padding-block: 1.05em; }
form .formnote { font-size: 0.78rem; color: var(--on-dark-soft); margin-top: 1rem; text-align: center; }
.form-success { display: none; text-align: center; padding: 2rem 1rem; }
.form-success.show { display: block; }
.form-success svg { width: 56px; height: 56px; color: var(--oro); margin-bottom: 1rem; }
.form-success h3 { color: var(--on-dark); margin-bottom: 0.6rem; }
.form-success p { color: var(--on-dark-soft); margin-inline: auto; }

/* ============================================================
   Footer
   ============================================================ */
.footer { background: oklch(0.165 0.006 45); color: var(--on-dark-soft); padding-block: clamp(2.5rem, 2rem + 2vw, 3.5rem); text-align: center; }
.footer .brand-logo { height: 52px; margin-inline: auto; margin-bottom: 1.6rem; }
.foot-social { display: flex; justify-content: center; gap: 0.9rem; margin-bottom: 1.7rem; }
.foot-social a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--on-dark-soft); box-shadow: inset 0 0 0 1px var(--line-dark); transition: color 0.3s var(--ease), background 0.3s var(--ease), box-shadow 0.3s var(--ease), transform 0.3s var(--ease); }
.foot-social a:hover { color: var(--night); background: var(--oro); box-shadow: inset 0 0 0 1px var(--oro); transform: translateY(-2px); }
.foot-social svg { width: 18px; height: 18px; }
.foot-info { font-size: var(--step--1); display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 0.4rem 0.7rem; margin-bottom: 1.2rem; }
.foot-info a { color: var(--on-dark-soft); text-decoration: none; transition: color 0.3s; }
.foot-info a:hover { color: var(--oro); }
.foot-info .sep { opacity: 0.35; }
.foot-legal { font-size: 0.78rem; color: oklch(0.55 0.006 60); line-height: 1.7; max-width: 72ch; margin-inline: auto; }
.foot-legal a { color: var(--oro); text-decoration: none; }
.foot-legal a:hover { text-decoration: underline; }
.foot-legal .sep { opacity: 0.4; margin-inline: 0.15rem; }

/* ============================================================
   Reveal
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; } .reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; } .reveal.d4 { transition-delay: 0.32s; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; grid-template-areas: "brand" "figure" "copy"; row-gap: clamp(1.4rem, 4vw, 2rem); }
  .hero-brand { margin-bottom: 0; }
  .hero .copy { align-self: start; }
  .hero { min-height: 0; }
  .hero-figure { min-height: clamp(300px, 56vh, 460px); }
  .gallery-strip { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .gallery-strip figure { aspect-ratio: 16/10; }
  .split { grid-template-columns: 1fr; }
  .split.reverse .copy { order: 0; }
  .compare-grid, .whom-grid, .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .fears-list { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  form .field-row { grid-template-columns: 1fr; }
  .timeline::before { left: 22px; }
  .tl-step { padding-left: 62px; }
  .tl-node { width: 46px; height: 46px; font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   COMPONENTI v2 (copy definitivo)
   ============================================================ */
h2 em { color: var(--rosso); font-style: italic; }
.sec-night h2 em, .sec-dark h2 em { color: var(--oro); }
.head { text-align: center; max-width: 46ch; margin-inline: auto; margin-bottom: clamp(2.5rem, 2rem + 2vw, 4rem); }
.head p { margin-inline: auto; }
.cta-center { text-align: center; margin-top: clamp(2.5rem, 2rem + 2vw, 3.8rem); }

/* CTA "parlante" a due righe (tutti i bottoni verso il form) */
.btn-speak { flex-direction: column; align-items: center; text-align: center; gap: 0.5em; border-radius: 18px; padding: 1.15em 1.7em; max-width: 600px; line-height: 1.3; }
.btn-speak .bs-main { display: block; font-weight: 700; font-size: clamp(1rem, 0.94rem + 0.3vw, 1.18rem); line-height: 1.3; }
.btn-speak .bs-main svg { width: 0.95em; height: 0.95em; display: inline; vertical-align: -0.1em; margin-left: 0.4em; color: var(--rosso); }
.btn-speak .bs-sub { display: block; font-weight: 500; font-size: 0.8rem; line-height: 1.45; opacity: 0.78; max-width: 48ch; }
.btn-outline.btn-speak .bs-main svg { color: var(--oro); }

/* Sub-headline estesa */
.stance .wrap { max-width: 900px; }
.stance-text { text-align: center; margin-inline: auto; font-size: clamp(1.15rem, 1rem + 0.85vw, 1.65rem); line-height: 1.55; font-weight: 500; }
.stance-text em { color: var(--rosso); font-style: italic; }
.stance-claim { margin-top: 1.1rem; }

/* Autorità */
.auth-head { text-align: center; margin-bottom: clamp(2.5rem, 2rem + 2vw, 4rem); }
.auth-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(2rem, 1rem + 4vw, 4.5rem); align-items: center; }
.auth-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.auth-photos figure { margin: 0; }
.auth-photos img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 12px; box-shadow: 0 24px 50px -30px oklch(0 0 0 / 0.7); }
.auth-photos figcaption { margin-top: 0.7rem; text-align: center; font-size: var(--step--1); letter-spacing: 0.04em; color: var(--oro); font-style: italic; }
.auth-copy .btn { margin-top: 2rem; }
.stats { display: flex; flex-wrap: wrap; gap: clamp(1.5rem, 1rem + 2.5vw, 3rem); margin-top: 2.2rem; }
.stat { flex: 1 1 auto; min-width: 130px; }
.stat .num { display: block; font-weight: 700; font-size: clamp(2.4rem, 1.9rem + 2vw, 3.6rem); line-height: 1; color: var(--oro); }
.stat .num small { font-size: 0.45em; vertical-align: super; font-weight: 500; }
.stat .lab { display: block; margin-top: 0.5rem; font-size: 0.8rem; line-height: 1.35; color: var(--on-dark-soft); max-width: 20ch; }

/* Benefici (lista editoriale) */
.benefits-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(2.5rem, 1.5rem + 4vw, 5rem); row-gap: 0; max-width: 1000px; margin-inline: auto; }
.b-item { padding: clamp(1.6rem, 1.2rem + 1.4vw, 2.3rem) 0; border-top: 1px solid var(--line-cream); }
.b-item .b-lead { font-weight: 700; font-size: var(--step-1); line-height: 1.25; color: var(--on-cream); margin-bottom: 0.6rem; max-width: 28ch; }
.b-item p { font-size: 0.95rem; color: var(--on-cream-soft); line-height: 1.55; max-width: 42ch; }
@media (min-width: 721px) { .b-item:nth-child(1), .b-item:nth-child(2) { border-top: none; } }

/* Banda foto a tutta larghezza */
.photoband { margin: 0; height: clamp(220px, 30vw, 420px); overflow: hidden; }
.photoband img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; display: block; }

/* Problema long-form */
.problem-wrap { max-width: 760px; margin-inline: auto; }
.problem .p-open { text-align: center; max-width: 30ch; margin: 1.1rem auto clamp(2rem, 1.5rem + 2vw, 3rem); font-size: clamp(1.4rem, 1.1rem + 1.4vw, 2.1rem); line-height: 1.32; font-weight: 500; color: var(--on-dark); }
.problem .p-open em { color: var(--oro); }
.problem .prose p { color: var(--on-dark-soft); margin-bottom: 1.1rem; }
.problem .prose .p-turn, .problem .prose .p-close { color: var(--on-dark); font-weight: 500; font-size: var(--step-1); line-height: 1.4; }
.problem .prose .p-close { margin-top: 1.6rem; }

/* Soluzione */
.solution .sol-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.6rem, 1rem + 2vw, 3rem); margin-top: clamp(3rem, 2rem + 3vw, 5rem); }
.sol-step .n { display: block; font-family: "Playfair Display", Georgia, serif; font-style: italic; font-weight: 500; font-size: clamp(2rem, 1.5rem + 1.8vw, 3rem); line-height: 1; color: transparent; -webkit-text-stroke: 1px var(--rosso); margin-bottom: 0.6rem; }
.sol-step h3 { margin-bottom: 0.55rem; }
.sol-step p { color: var(--on-cream-soft); font-size: 0.95rem; line-height: 1.55; }
.sol-close { text-align: center; max-width: 42ch; margin: clamp(2.5rem, 2rem + 2vw, 3.6rem) auto 0; font-size: var(--step-1); font-weight: 500; line-height: 1.4; }
.sol-close em { color: var(--rosso); }

/* Tabella comparativa v2 */
.ctable2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 0.5rem + 1.5vw, 1.6rem); max-width: 1000px; margin-inline: auto; align-items: start; }
.ct-col { border-radius: 16px; overflow: hidden; }
.ct-col.them { background: var(--cream); border: 1px solid var(--line-cream); }
.ct-col.us { background: color-mix(in oklch, var(--oro) 7%, var(--cream)); border: 1px solid color-mix(in oklch, var(--oro) 30%, var(--line-cream)); box-shadow: 0 30px 60px -38px oklch(0 0 0 / 0.4); }
.ct-h { padding: 1.15rem 1.4rem; font-weight: 700; font-size: var(--step-0); }
.ct-col.them .ct-h { background: var(--paper-3); color: var(--on-cream-soft); }
.ct-col.us .ct-h { background: var(--oro); color: var(--night); }
.ct-cell { padding: 1.1rem 1.4rem; font-size: 0.92rem; line-height: 1.5; display: flex; gap: 0.75rem; align-items: flex-start; border-top: 1px solid var(--line-cream); }
.ct-col.them .ct-cell { color: var(--on-cream-soft); }
.ct-col.us .ct-cell { color: var(--on-cream); font-weight: 500; border-top-color: color-mix(in oklch, var(--oro) 22%, var(--line-cream)); }
.ct-cell .mk { flex: none; font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 800; padding: 0.2em 0.5em; border-radius: 5px; margin-top: 0.15em; }
.ct-col.them .ct-cell .mk { color: var(--on-cream-soft); box-shadow: inset 0 0 0 1px var(--line-cream); }
.ct-col.us .ct-cell .mk { color: var(--night); background: var(--oro); }

/* Responsive v2 */
@media (max-width: 940px) {
  .auth-grid { grid-template-columns: 1fr; }
  .auth-photos { max-width: 520px; margin-inline: auto; }
}
@media (max-width: 720px) {
  .benefits-list { grid-template-columns: 1fr; }
  .sol-steps { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .stats { gap: 1.4rem; }
  .stat { min-width: 100px; }
}

/* ============================================================
   v3 — UX pass: simmetria, hover, animazioni, responsive
   ============================================================ */

/* Tabella: due colonne affiancate (desktop); su mobile si impilano (prima No, poi Sì) */

/* Beneficio in evidenza (7°): a tutta larghezza, per simmetria */
.b-item.featured { grid-column: 1 / -1; text-align: center; border-top: 1px solid var(--line-cream); padding-top: clamp(2rem, 1.5rem + 2vw, 3.2rem); margin-top: 0.5rem; }
.b-item.featured .b-lead { margin-inline: auto; font-size: var(--step-2); max-width: 22ch; }
.b-item.featured p { margin-inline: auto; }

/* Numeri autorità (count-up) */
.stat .cv { font-variant-numeric: tabular-nums; }

/* ---------- HOVER ---------- */
@media (hover: hover) {
  .b-item { transition: transform 0.45s var(--ease); }
  .b-item:not(.featured):hover { transform: translateY(-4px); }
  .b-item .b-lead { transition: color 0.3s var(--ease); }
  .b-item:hover .b-lead { color: var(--maroon); }
  .whom-card { transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease); }
  .whom-card:hover { transform: translateY(-5px); }
  .whom-card.yes:hover { box-shadow: 0 32px 64px -34px oklch(0 0 0 / 0.55); }
  .faq-item { transition: border-color 0.3s var(--ease); }
  .faq-item:hover { border-color: var(--oro); }
  .ct-col.us .ct-cell { transition: background 0.4s var(--ease); }
  .ct-col.us .ct-cell:hover { background: color-mix(in oklch, var(--oro) 16%, var(--cream)); }
  .auth-photos figure { overflow: hidden; }
  .auth-photos img { transition: transform 0.9s var(--ease); }
  .auth-photos figure:hover img { transform: scale(1.05); }
  .sol-step { transition: transform 0.45s var(--ease); }
  .sol-step:hover { transform: translateY(-5px); }
  .stat { transition: transform 0.45s var(--ease); }
  .stat:hover { transform: translateY(-4px); }
  .photoband img { transition: transform 1.3s var(--ease); }
  .photoband:hover img { transform: scale(1.045); }
  .hero-figure .photo, .split .photo { transition: transform 1s var(--ease), box-shadow 0.6s; }
  .hero-figure:hover .photo, .split:hover .photo { transform: scale(1.02); }
  .footer .meta a { transition: color 0.3s; }
  .footer .meta a:hover { color: var(--paper); }
  .faq-item summary { transition: color 0.3s; }
  .faq-item summary:hover { color: var(--rosso); }
}

/* ---------- RESPONSIVE migliorato (impilamento leggibile) ---------- */
@media (max-width: 980px) {
  .benefits-list { grid-template-columns: 1fr; max-width: 580px; }
  .b-item.featured { text-align: left; padding-top: clamp(1.6rem, 1.2rem + 1.4vw, 2.3rem); }
  .b-item.featured .b-lead { margin-inline: 0; font-size: var(--step-1); max-width: 28ch; }
  .b-item.featured p { margin-inline: 0; }
  .b-item { border-top: 1px solid var(--line-cream); }
  .b-item:first-child { border-top: none; }
  .solution .sol-steps { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
}
@media (max-width: 760px) {
  .ctable2 { grid-template-columns: 1fr; gap: 1.3rem; }
  .auth-photos { max-width: 440px; }
}
@media (max-width: 480px) {
  .auth-photos { grid-template-columns: 1fr; max-width: 300px; }
}

/* ============================================================
   v4 — CTA sottotesto fuori dal bottone, banda foto, form, numeri
   ============================================================ */
.cta-block { display: flex; flex-direction: column; gap: 0.85rem; max-width: 600px; }
.cta-block .btn-speak { width: 100%; max-width: none; }
.btn-speak .bs-sub { display: none; }
.cta-sub { font-size: 0.9rem; line-height: 1.5; color: var(--on-dark-soft); max-width: 56ch; }
.sec-cream .cta-sub, .sec-cream-2 .cta-sub { color: var(--on-cream-soft); }
.hero .cta-block, .auth-copy .cta-block, .copy .cta-block { align-items: flex-start; text-align: left; }
.cta-center .cta-block { margin-inline: auto; align-items: center; text-align: center; }

/* Banda foto più alta (non taglia le teste) */
.photoband { height: clamp(340px, 40vw, 560px); }
.photoband img { object-position: center 28%; }

/* Form: colonne bilanciate/allineate */
.contact-grid { align-items: center; }

/* Numeri autorità: simmetrici e impilati su mobile */
@media (max-width: 560px) {
  .stats { flex-direction: column; align-items: center; text-align: center; gap: 0; }
  .stat { min-width: 0; width: 100%; max-width: 300px; padding-block: 1.3rem; }
  .stat .lab { margin-inline: auto; max-width: 26ch; }
  .stat + .stat { border-top: 1px solid var(--line-dark); }
}

/* ============================================================
   Pagine legali (privacy / cookie)
   ============================================================ */
.legalbar { background: var(--night); border-bottom: 1px solid var(--line-dark); padding: 0.9rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.legalbar .brand-logo { height: 36px; width: auto; }
.legalbar a.back { color: var(--on-dark-soft); text-decoration: none; font-size: var(--step--1); font-weight: 500; display: inline-flex; align-items: center; gap: 0.45rem; transition: color 0.3s; }
.legalbar a.back:hover { color: var(--oro); }
.legalbar a.back svg { width: 1em; height: 1em; }
.legal { background: var(--cream); color: var(--on-cream); padding-block: clamp(2.8rem, 2rem + 4vw, 5.5rem); }
.wrap-legal { width: min(100% - 2.5rem, 760px); margin-inline: auto; }
.legal .eyebrow { margin-bottom: 1rem; }
.legal h1 { font-size: var(--step-3); margin-bottom: 0.5rem; line-height: 1.12; }
.legal .updated { color: var(--on-cream-soft); font-size: var(--step--1); margin-bottom: 2.4rem; }
.legal h2 { font-size: var(--step-1); margin-top: 2.6rem; margin-bottom: 0.7rem; }
.legal h3 { font-size: var(--step-0); margin-top: 1.5rem; margin-bottom: 0.4rem; font-weight: 700; }
.legal p, .legal li { color: var(--on-cream); font-size: 1rem; line-height: 1.7; }
.legal p { margin-bottom: 1rem; max-width: none; }
.legal ul { padding-left: 1.25rem; margin-bottom: 1.1rem; }
.legal li { margin-bottom: 0.45rem; }
.legal a { color: var(--maroon); text-decoration: underline; text-underline-offset: 2px; }
.legal .box { background: var(--cream-2); border: 1px solid var(--line-cream); border-radius: 12px; padding: 1.3rem 1.5rem; margin-bottom: 1.6rem; }
.legal .box p:last-child { margin-bottom: 0; }
.legal .note { font-size: 0.9rem; color: var(--on-cream-soft); font-style: italic; }

.foot-legal .pair { white-space: nowrap; }

/* Selettore prefisso telefono con bandiere */
.tel-row { display: flex; gap: 0.5rem; }
.tel-row input { flex: 1 1 auto; min-width: 0; }
.tel-prefix { flex: 0 0 auto; width: auto; font-family: inherit; font-size: var(--step-0); font-weight: 500; color: var(--on-dark); background-color: oklch(0.26 0.006 50); border: 1.5px solid var(--line-dark); border-radius: 10px; padding: 0.85rem 1.9rem 0.85rem 0.8rem; cursor: pointer; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23d4ac2b' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.65rem center; background-size: 0.7rem; transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.tel-prefix:focus { outline: none; border-color: var(--rosso); box-shadow: 0 0 0 4px var(--rosso-soft); }
.tel-prefix option { background: var(--night); color: var(--on-dark); }

/* Honeypot antispam (nascosto agli utenti) */
.hp { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
/* Messaggi del form */
.form-error { display: none; color: oklch(0.68 0.14 38); font-size: 0.85rem; margin-top: 1rem; text-align: center; }
.form-error:not(:empty) { display: block; }
.form-success .success-claim { color: var(--oro); font-style: italic; margin-top: 0.9rem; max-width: 42ch; margin-inline: auto; }

/* Nota form + reCAPTCHA */
.formnote a { color: var(--oro); text-decoration: none; }
.formnote a:hover { text-decoration: underline; }
.grecaptcha-badge { visibility: hidden; }

/* Switcher lingua IT / EN */
.hero { position: relative; }
.lang-switch { position: absolute; top: clamp(0.9rem, 2.5vw, 1.6rem); right: clamp(0.9rem, 2.5vw, 2rem); z-index: 6; display: inline-flex; align-items: center; gap: 0.55rem; font-size: var(--step--1); font-weight: 700; letter-spacing: 0.06em; background: oklch(0.205 0.006 45 / 0.6); padding: 0.4rem 0.85rem; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line-dark); }
.lang-switch a { color: var(--on-dark-soft); text-decoration: none; transition: color 0.3s; }
.lang-switch a:hover, .lang-switch a.active { color: var(--oro); }
.lang-switch .div { color: var(--line-dark); }
