/* ============ FONTS (self-hosted, variable) ============ */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('assets/fonts/cormorant-garamond.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('assets/fonts/cormorant-garamond-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('assets/fonts/inter.woff2') format('woff2');
}

/* ============ TOKENS / RESET ============ */
:root {
  --paper: #faf8f4;
  --cream: #f1eadd;
  --ink: #23201a;
  --ink-soft: #57503f;
  --gold: #a07c3e;
  --gold-bright: #c2a05e;
  --dark: #33291e;
  --darker: #221a12;
  --light-on-dark: #ece5d6;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', -apple-system, 'Segoe UI', sans-serif;
  --radius: 4px;
  --gap: clamp(8px, 1.4vw, 14px);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}
body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
figure { margin: 0; }
a { color: var(--gold); }

.container { width: min(1100px, 92vw); margin-inline: auto; }
.narrow { max-width: 720px; margin-inline: auto; }
.center { text-align: center; }
.hidden { display: none !important; }

/* ============ TYPOGRAPHY ============ */
.display {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.9rem, 4.6vw, 2.9rem);
  line-height: 1.18;
  letter-spacing: 0.005em;
  margin-bottom: 1.2em;
  text-wrap: balance;
}
.eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.4em;
}
.lead { font-size: clamp(1.2rem, 2.5vw, 1.35rem); line-height: 1.65; }
.micro { font-size: 1rem; color: var(--ink-soft); }
.cta-note { font-size: 1.125rem; line-height: 1.7; color: #494334; }
.section p + p { margin-top: 1em; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  padding: 1.15em 2.4em;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, transform 0.15s;
}
.btn:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn-gold:hover { background: #8d6c33; border-color: #8d6c33; }
.btn-outline-light { background: transparent; border-color: var(--gold-bright); color: var(--gold-bright); }
.btn-outline-light:hover { background: var(--gold-bright); color: var(--darker); }
.cta-row { text-align: center; margin-top: clamp(2rem, 5vw, 3rem); }
.cta-row.stack .micro { margin-top: 1.6em; }
.cta-row .micro + .micro { margin-top: 0.8em; }

/* ============ SECTIONS ============ */
.section { padding-block: clamp(4rem, 9vw, 7rem); }
.photos { padding-block: clamp(1rem, 2.5vw, 2rem); }
.dark, .darker { color: var(--light-on-dark); }
.dark { background: var(--dark); }
.darker { background: var(--darker); }
.dark .display, .darker .display { color: #f8f2e6; }
.dark strong, .darker strong { color: #fff; }
.dark .eyebrow, .darker .eyebrow { color: var(--gold-bright); }
.dark p { font-size: 1.15rem; line-height: 1.8; color: #f1eadb; }
#verita .display { color: #fff; font-weight: 700; text-align: center; }

/* ============ HERO ============ */
.hero { position: relative; min-height: 96svh; display: flex; }
.hero-media, .hero-media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-media img { object-position: 50% 32%; }
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(rgba(18, 15, 10, 0.18), rgba(18, 15, 10, 0.18)),
    linear-gradient(to top, rgba(18, 15, 10, 0.92) 0%, rgba(18, 15, 10, 0.68) 32%, rgba(18, 15, 10, 0.22) 60%, rgba(18, 15, 10, 0.5) 100%);
}
.hero-inner {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; justify-content: space-between;
  width: min(1100px, 92vw); margin-inline: auto;
  padding-block: clamp(1.4rem, 3vw, 2.2rem) clamp(3.4rem, 7vw, 4.5rem);
}
.wordmark {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f6f0e4;
  text-align: center;
}
.wordmark span { color: var(--gold-bright); font-style: italic; text-transform: none; letter-spacing: 0.1em; }
.hero-copy { max-width: 680px; color: #f6f0e4; margin-top: clamp(8rem, 22svh, 20rem); }
.hero-copy h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.1rem, 5.4vw, 3.4rem);
  line-height: 1.14;
  text-wrap: balance;
  text-shadow: 0 1px 24px rgba(0, 0, 0, 0.35);
}
.hero-sub { margin-block: 1.4em 2em; font-size: clamp(1.05rem, 2.3vw, 1.2rem); line-height: 1.7; color: #efe8da; text-shadow: 0 1px 16px rgba(0,0,0,0.4); max-width: 600px; }
.hero-sub strong { color: #fff; }

/* ============ TRUST BAR ============ */
.trust { background: var(--cream); padding-block: clamp(2.4rem, 5vw, 3.2rem); }
.trust-grid { display: grid; grid-template-columns: 1fr; gap: 1.9rem; text-align: center; }
.trust-item { max-width: 300px; margin-inline: auto; }
@media (min-width: 640px) { .trust-grid { grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 3vw, 2.5rem); } }
.trust-item p { font-size: clamp(1.1rem, 2.4vw, 1.15rem); line-height: 1.55; color: var(--ink-soft); }
.trust-item strong { color: var(--ink); }
.icon { width: 54px; height: 54px; stroke: var(--gold); fill: none; stroke-width: 1.7; margin-inline: auto; margin-bottom: 0.8rem; display: block; }

/* ============ COLLAGE / PHOTOS ============ */
.collage { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); }
.collage figure { overflow: hidden; border-radius: var(--radius); }
.collage img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.collage .tall { grid-row: span 2; }
.collage .tall img { aspect-ratio: auto; height: 100%; }
.collage .wide { grid-column: span 2; }
.collage .wide img { aspect-ratio: 16/9; }
.collage.duo figure:not(.wide) img { aspect-ratio: 3/4; }
.strip3 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); }
.strip3 figure { overflow: hidden; border-radius: var(--radius); }
.strip3 img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1/1; }
.strip3 figure:first-child { grid-column: span 2; }
.strip3 figure:first-child img { aspect-ratio: 4/3; }
@media (min-width: 640px) {
  .strip3 { grid-template-columns: repeat(3, 1fr); }
  .strip3 figure:first-child { grid-column: auto; }
  .strip3 figure:first-child img { aspect-ratio: 1/1; }
}

/* ============ PAIN POINTS ============ */
.pains { list-style: none; margin-top: 0.5rem; }
.pains li {
  position: relative;
  padding: 1.1em 0 1.1em 2.2em;
  font-size: clamp(1.125rem, 2.3vw, 1.25rem);
  line-height: 1.6;
  border-bottom: 1px solid rgba(160, 124, 62, 0.25);
}
.pains li:last-child { border-bottom: 0; }
.pains li::before {
  content: '';
  position: absolute; left: 0; top: 1.75em;
  width: 9px; height: 9px;
  border: 1.5px solid var(--gold);
  transform: rotate(45deg);
}

/* ============ STEPS ============ */
.steps { margin-block: 2.2rem; display: grid; gap: 1.6rem; }
.step { display: flex; gap: 1rem; align-items: flex-start; }
.step-arrow { font-family: var(--serif); font-size: 1.5rem; color: var(--gold); line-height: 1.4; }
.result { border-left: 2px solid var(--gold); padding-left: 1.2em; }

/* ============ VIDEO FACADE ============ */
.video {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #0d0b08;
  cursor: pointer;
}
.video img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease, opacity 0.3s; }
.video:hover img { transform: scale(1.03); }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.play {
  position: absolute; inset: 0; margin: auto;
  width: 74px; height: 74px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(20, 16, 10, 0.45);
  backdrop-filter: blur(4px);
  cursor: pointer;
  display: grid; place-items: center;
  transition: background 0.25s, border-color 0.25s, transform 0.2s;
}
.play svg { width: 30px; height: 30px; fill: #fff; margin-left: 3px; }
.video:hover .play { background: var(--gold); border-color: var(--gold); transform: scale(1.06); }
.video-caption {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: inherit;
  opacity: 0.85;
  margin-top: 0.8em;
  text-align: center;
  line-height: 1.45;
}
.featured-video { background: var(--cream); }
.featured-video .video { box-shadow: 0 24px 60px -24px rgba(35, 32, 26, 0.45); }
.featured-video .eyebrow { text-align: center; }
.video-duo { display: grid; grid-template-columns: 1fr; gap: clamp(1.6rem, 4vw, 2.5rem); max-width: 1000px; margin-inline: auto; }
@media (min-width: 800px) { .video-duo { grid-template-columns: 1fr 1fr; } }
.confirm-video { background: var(--cream); }
.confirm-video .video { box-shadow: 0 24px 60px -24px rgba(35, 32, 26, 0.45); }

/* ============ AGITAZIONE ============ */
.dark blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.75rem, 5vw, 2.4rem);
  line-height: 1.35;
  color: var(--gold-bright);
  margin-block: 1.4em 0;
  padding-left: 0.9em;
  border-left: 2px solid var(--gold);
}

/* ============ WALL (video + recensioni) ============ */
.wall { columns: 1; column-gap: var(--gap); margin-top: 1rem; }
.video.vertical { max-width: 300px; margin-inline: auto; }
.wall-item { break-inside: avoid; margin-bottom: var(--gap); }
.wall-item.review { border-radius: 6px; overflow: hidden; border: 1px solid rgba(194, 160, 94, 0.28); background: #202020; }
.wall-item.review img { width: 100%; height: auto; }
.closing { margin-top: clamp(2.5rem, 6vw, 4rem); text-align: center; }

/* ============ METODO ============ */
.method-grid { display: grid; grid-template-columns: 1fr; gap: var(--gap); margin-top: 1rem; }
.method-card {
  background: #fff;
  border: 1px solid rgba(160, 124, 62, 0.18);
  border-radius: 6px;
  padding: clamp(1.6rem, 3.5vw, 2.4rem);
}
.method-card .icon { margin-inline: 0; margin-bottom: 1.1rem; width: 48px; height: 48px; }
.method-card h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.45rem;
  line-height: 1.25;
  margin-bottom: 0.6em;
}
.method-card h3 small { display: block; font-size: 0.95rem; font-weight: 500; font-style: italic; color: var(--ink-soft); margin-top: 0.2em; }
.method-card p { font-size: 1.06rem; line-height: 1.72; color: #464033; }
.method-card strong { color: var(--ink); }

/* ============ BIO ============ */
.bio { background: var(--cream); }
.bio-grid { display: grid; grid-template-columns: 1fr; gap: clamp(1.8rem, 4vw, 3.5rem); align-items: center; }
.bio-photo { border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 50px -22px rgba(35, 32, 26, 0.4); }
.bio-text .display { margin-bottom: 0.7em; }
.bio-text p + p { margin-top: 1em; }

/* ============ CONFRONTO ============ */
.compare { display: grid; grid-template-columns: 1fr; gap: var(--gap); margin-top: clamp(2rem, 5vw, 3rem); }
.compare-col { border-radius: 6px; padding: clamp(1.6rem, 3.5vw, 2.4rem); }
.compare-col h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1em;
  padding-bottom: 0.6em;
}
.compare-col ul { list-style: none; }
.compare-col li { padding: 0.9em 0 0.9em 2em; position: relative; line-height: 1.55; font-size: 1.05rem; }
.compare-col li + li { border-top: 1px solid; }
.classic { background: #efece6; color: var(--ink-soft); }
.classic h3 { color: var(--ink-soft); border-bottom: 1px solid rgba(87, 80, 63, 0.2); }
.classic li + li { border-top-color: rgba(87, 80, 63, 0.14); }
.classic li::before { content: '—'; position: absolute; left: 0; top: 0.9em; color: #a39a87; }
.method { background: var(--dark); color: var(--light-on-dark); box-shadow: 0 26px 60px -28px rgba(35, 32, 26, 0.55); }
.method h3 { color: var(--gold-bright); border-bottom: 1px solid rgba(194, 160, 94, 0.35); }
.method li + li { border-top-color: rgba(236, 229, 214, 0.12); }
.method li::before {
  content: '';
  position: absolute; left: 2px; top: 1.35em;
  width: 10px; height: 5px;
  border-left: 1.6px solid var(--gold-bright);
  border-bottom: 1.6px solid var(--gold-bright);
  transform: rotate(-45deg);
}

/* ============ GARANZIE ============ */
.guarantee { background: var(--cream); }
.guarantee-grid { display: grid; grid-template-columns: 1fr; gap: var(--gap); }
.guarantee-card {
  background: #fff;
  border: 1px solid rgba(160, 124, 62, 0.18);
  border-radius: 6px;
  padding: clamp(1.6rem, 3.5vw, 2.3rem);
  text-align: center;
}
.guarantee-card .icon { width: 46px; height: 46px; margin-bottom: 1rem; }
.guarantee-card h3 { font-family: var(--serif); font-weight: 600; font-size: 1.4rem; margin-bottom: 0.5em; }
.guarantee-card p { font-size: 1.03rem; color: var(--ink-soft); }

/* ============ FORM ============ */
.form-section { background: var(--paper); }
#lead-form {
  margin-top: clamp(2.2rem, 5vw, 3.2rem);
  background: #fff;
  border: 1px solid rgba(160, 124, 62, 0.22);
  border-radius: 8px;
  padding: clamp(1.6rem, 4.5vw, 3rem);
  box-shadow: 0 30px 70px -30px rgba(35, 32, 26, 0.35);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.field { grid-column: span 2; }
.field.half { grid-column: span 2; }
.field label { display: block; font-size: 0.95rem; font-weight: 600; letter-spacing: 0.02em; margin-bottom: 0.45em; }
.req { color: var(--gold); }
.opt { font-weight: 400; color: var(--ink-soft); }
.field input, .field textarea {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(87, 80, 63, 0.3);
  border-radius: var(--radius);
  padding: 0.85em 1em;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(160, 124, 62, 0.18);
}
.hint { font-size: 0.85rem; color: var(--ink-soft); margin-top: 0.45em; line-height: 1.5; }
.btn-submit { grid-column: span 2; width: 100%; font-size: 0.9rem; padding-block: 1.3em; }
.form-footnote { grid-column: span 2; text-align: center; font-size: 0.88rem; color: var(--ink-soft); }

/* ============ VIDEO GRID FINALE ============ */
.video-grid { display: grid; grid-template-columns: 1fr; gap: clamp(1.4rem, 3vw, 2rem); margin-top: 1rem; }
.more-videos .video-caption { font-size: 0.98rem; }

/* ============ FOOTER ============ */
.footer { background: var(--darker); color: rgba(236, 229, 214, 0.75); padding-block: clamp(3rem, 7vw, 4.5rem) 2rem; font-size: 0.92rem; }
.footer .wordmark { margin-bottom: 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 1.8rem; text-align: center; }
.footer h4 {
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 0.5em;
}
.footer a { color: rgba(236, 229, 214, 0.9); text-decoration: none; border-bottom: 1px solid rgba(194, 160, 94, 0.4); }
.footer a:hover { color: #fff; border-bottom-color: var(--gold-bright); }
.footer-legal { margin-top: 2.8rem; padding-top: 1.6rem; border-top: 1px solid rgba(236, 229, 214, 0.12); text-align: center; font-size: 0.85rem; color: rgba(236, 229, 214, 0.55); }
.footer-policies { margin-top: 0.7em; display: flex; gap: 1.6em; justify-content: center; }
.footer-disclaimer { font-size: 0.76rem; line-height: 1.6; max-width: 620px; margin: 0.9em auto 0; color: rgba(236, 229, 214, 0.42); }

/* ============ STICKY CTA ============ */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  padding: 0.7rem max(0.8rem, env(safe-area-inset-left)) max(0.7rem, env(safe-area-inset-bottom));
  background: rgba(25, 22, 18, 0.92);
  backdrop-filter: blur(8px);
  transform: translateY(110%);
  transition: transform 0.35s ease;
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta .btn { display: block; width: 100%; padding-block: 1.05em; }

/* ============ REVEAL ============ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============ TABLET / DESKTOP ============ */
@media (min-width: 640px) {
  .method-grid { grid-template-columns: 1fr 1fr; }
  .guarantee-grid { grid-template-columns: repeat(3, 1fr); }
  .wall { columns: 2; }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .field.half { grid-column: span 1; }
}
@media (min-width: 900px) {
  .hero::after {
    background:
      linear-gradient(100deg, rgba(18, 15, 10, 0.68) 0%, rgba(18, 15, 10, 0.34) 42%, rgba(18, 15, 10, 0.05) 68%),
      linear-gradient(to top, rgba(18, 15, 10, 0.82) 0%, rgba(18, 15, 10, 0.45) 34%, rgba(18, 15, 10, 0.08) 62%, rgba(18, 15, 10, 0.42) 100%);
  }
  .bio-grid { grid-template-columns: 480px 1fr; }
  .compare { grid-template-columns: 1fr 1.1fr; align-items: start; }
  .hero-copy { margin-top: clamp(10rem, 30svh, 20rem); }
}
@media (min-width: 1000px) {
  .wall { columns: 3; }
  .sticky-cta { display: none; }
}
