/* ─── TOKENS ─────────────────────────────────────────────────── */
:root {
  --white:   #FFFFFF;
  --off:     #F7F7F5;
  --light:   #EAEAE8;
  --mid:     #9A9A96;
  --dark:    #4A4A46;
  --ink:     #1A1A18;
  --ink-deep: #100F0E;
  --navy:    #1A2B4A;
  --navy-lt: #243d6b;
  --gold:    #BC9220;
  --gold-lt: #BC9220;
  --gold-dk: #8A6E18;
  --gold-grad: #BC9220;
  --serif:   Georgia, "Times New Roman", serif;
  --sans:    system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --max:     1280px;
  --pad:     clamp(1.5rem, 5vw, 5rem);
  --nav:     72px;
  --ease:    cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ─── RESET ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
body {
  font-family: var(--sans); color: var(--ink); background: var(--white);
  font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { border: none; background: none; cursor: pointer; font: inherit; }
/* Focus da tastiera, fallback globale: stessa lingua visiva del menu (oro) su ogni elemento interattivo dei contenuti (CTA, link, card). Nessun anello al solo click del mouse. */
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
:focus:not(:focus-visible) { outline: none; }

/* ─── NAVBAR ─────────────────────────────────────────────────── */
#nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--light);
  transition: box-shadow .3s var(--ease);
}
#nav.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,.06); }
.nav-accent { height: 2px; background: var(--gold); }
.nav-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; align-items: center;
  height: var(--nav); padding: 0 var(--pad); gap: 0;
}
.nav-logo {
  font-family: var(--serif); font-size: 1.1rem; font-weight: normal;
  color: var(--navy); letter-spacing: .02em; white-space: nowrap; flex-shrink: 0;
  margin-right: 2.5rem;
}
.nav-logo em { font-style: normal; color: var(--gold); }

/* ── Primary nav list ── */
.nav-menu {
  display: flex; list-style: none; gap: 0;
  flex: 1; height: 100%;
}
.nav-menu > li {
  position: relative; display: flex; align-items: center; height: 100%;
}
/* Shared style: plain links AND dropdown triggers */
.nav-menu > li > a,
.nav-menu > li > button.drop-trigger {
  display: flex; align-items: center; gap: .3rem; height: 100%;
  padding: 0 .9rem;
  font-size: .72rem; letter-spacing: .07em; text-transform: uppercase;
  font-family: inherit; font-weight: 400;
  color: var(--dark); background: none; border: none; cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
}
.nav-menu > li > a:hover,
.nav-menu > li > button.drop-trigger:hover { color: var(--navy); }
/* Active state: individual page link */
.nav-menu > li > a.active {
  color: var(--navy); font-weight: 700; border-bottom-color: var(--gold);
}
/* Active state: group (one of its children is the current page) */
.nav-menu > li.group-active > button.drop-trigger {
  color: var(--navy); font-weight: 700; border-bottom-color: var(--gold);
}

/* ── Dropdown arrow ── */
.drop-arrow {
  display: inline-block; width: 7px; height: 7px;
  border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1.5px);
  transition: transform .2s var(--ease);
  flex-shrink: 0;
}
.nav-menu > li.open .drop-arrow {
  transform: rotate(-135deg) translateY(1.5px);
}

/* ── Dropdown panel ── */
.drop-panel {
  position: absolute; top: 100%; left: 0;
  background: var(--white);
  border: 1px solid var(--light); border-top: 2px solid var(--gold);
  box-shadow: 0 20px 56px rgba(0,0,0,.09);
  min-width: 230px; padding: .6rem 0;
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
}
.nav-menu > li.open .drop-panel {
  opacity: 1; visibility: visible; pointer-events: all; transform: translateY(0);
}
.drop-panel a {
  display: block; padding: .65rem 1.4rem;
  font-size: .72rem; letter-spacing: .06em; text-transform: uppercase;
  color: var(--dark); transition: color .15s, background .15s;
  border-bottom: none;
}
.drop-panel a:hover { color: var(--navy); background: var(--off); }
.drop-panel a.active { color: var(--navy); font-weight: 700; }
.drop-sep { height: 1px; background: var(--light); margin: .3rem 1.4rem; }

/* ── Nav right area ── */
.nav-right {
  display: flex; align-items: center; gap: 1rem;
  margin-left: auto; flex-shrink: 0;
}
/* CTA button inside nav */
.nav-cta {
  display: inline-flex; align-items: center;
  padding: .52rem 1.2rem;
  font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 600;
  color: var(--navy); border: 1.5px solid var(--navy); background: transparent;
  cursor: pointer; white-space: nowrap;
  transition: background .2s, color .2s;
}
.nav-cta:hover { background: var(--navy); color: var(--white); }
/* ── Focus-visible: navigazione da tastiera ── */
.nav-menu > li > a:focus-visible,
.nav-menu > li > button.drop-trigger:focus-visible,
.nav-cta:focus-visible,
.lang-switch:focus-visible,
.hamburger:focus-visible,
.mob-cta:focus-visible,
.mobile-menu a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 1px;
}
/* Thin vertical separator */
.nav-sep { width: 1px; height: 20px; background: var(--light); flex-shrink: 0; }
.lang-toggle {
  display: flex; align-items: center; gap: .35rem;
  font-size: .7rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--mid); cursor: pointer;
}
.lang-toggle .active { color: var(--navy); font-weight: 700; }
.lang-switch {
  font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
  font-weight: 600; color: var(--mid); text-decoration: none;
  padding: .2rem .45rem; border: 1px solid var(--light); border-radius: 2px;
  transition: color .2s, border-color .2s;
}
.lang-switch:hover { color: var(--navy); border-color: var(--navy); }

/* ── Hamburger (mobile) ── */
.hamburger {
  display: none; flex-direction: column; gap: 5px; padding: 4px; margin-left: .5rem;
}
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: all .2s; }

/* ── Mobile menu ── */
.mobile-menu {
  display: none; background: var(--white); border-bottom: 1px solid var(--light);
  padding: .5rem var(--pad) 1.5rem;
}
.mob-group { border-bottom: 1px solid var(--light); padding: .5rem 0; }
.mob-group:last-child { border-bottom: none; }
.mob-label {
  display: block; padding: .65rem 0 .4rem;
  font-size: .63rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--mid); font-weight: 600;
}
.mobile-menu a {
  display: block; padding: .6rem 0 .6rem 1rem;
  font-size: .8rem; letter-spacing: .04em; text-transform: uppercase;
  color: var(--dark); border-bottom: none;
}
.mobile-menu a:hover { color: var(--navy); }
/* Gerarchia menù mobile coerente col desktop: primo livello uniforme
   (Lo Studio, I casi, International, Blog, Contatti) e sottovoci indentate. */
.mob-parent {
  display: block; padding: .7rem 0 .45rem;
  font-size: .82rem; letter-spacing: .04em; text-transform: uppercase;
  color: var(--ink); font-weight: 600;
}
.mobile-menu a.mob-top {
  padding-left: 0; color: var(--ink); font-weight: 600; font-size: .82rem;
}
.mobile-menu a.mob-sub {
  padding-left: 1.4rem; color: var(--dark); font-weight: 400;
  text-transform: none; font-size: .85rem; letter-spacing: 0;
}
.mob-cta-wrap { padding: 1.2rem 0 .4rem; }
.mob-cta {
  display: block; padding: .8rem 1.2rem; text-align: center;
  font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 600;
  color: var(--navy); border: 1.5px solid var(--navy);
  transition: background .2s, color .2s;
}
.mob-cta:hover { background: var(--navy); color: var(--white) !important; }

/* ─── PAGE TRANSITIONS ────────────────────────────────────────── */
@keyframes pageIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─── REVEAL ANIMATION ───────────────────────────────────────── */
[data-reveal] {
  opacity: 0; transform: translateY(22px);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}
[data-reveal].visible { opacity: 1; transform: none; }
[data-reveal="slow"] { transition-duration: .9s; }
[data-reveal="delay1"] { transition-delay: .1s; }
[data-reveal="delay2"] { transition-delay: .2s; }
[data-reveal="delay3"] { transition-delay: .3s; }

/* Rispetta la richiesta di sistema di ridurre il movimento: niente reveal, niente animazioni d'ingresso, niente scroll animato. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* ─── TYPOGRAPHY UTILS ───────────────────────────────────────── */
.lbl {
  font-size: .68rem; letter-spacing: .15em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 1.25rem;
  display: flex; align-items: center; gap: .75rem;
}
.lbl::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
.display {
  font-family: var(--serif); font-weight: normal; line-height: 1.15;
  color: var(--navy); letter-spacing: -.015em;
}
.lead { font-size: 1.1rem; color: var(--dark); line-height: 1.85; }

/* ─── BUTTONS ────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .9rem 2rem; font-size: .75rem;
  letter-spacing: .1em; text-transform: uppercase; font-weight: 600;
  transition: all .25s var(--ease); cursor: pointer;
  border: 1.5px solid transparent;
}
.btn-navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-lt); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,.5); }
.btn-outline-white:hover { background: rgba(255,255,255,.12); border-color: var(--white); }
.link-arrow {
  font-size: .75rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--navy); font-weight: 600;
  display: inline-flex; align-items: center; gap: .4rem;
  border-bottom: 1px solid currentColor; padding-bottom: 1px;
  transition: gap .2s; cursor: pointer;
}
.link-arrow:hover { gap: .7rem; }
.link-gold { color: var(--gold); border-color: var(--gold); }

/* ─── IMAGE UTILITIES ────────────────────────────────────────── */
.cover { width: 100%; height: 100%; object-fit: cover; display: block; }
.ph {
  background: var(--light); display: flex; align-items: center; justify-content: center;
  font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--mid);
}
.ph-dark { background: #2C2C2A; color: #444; }

/* ─── PAGE HEADER (interior pages) ──────────────────────────── */
.page-header {
  position: relative; min-height: 72vh;
  display: flex; align-items: center;
  padding: 5rem var(--pad); overflow: hidden;
  border-bottom: 1px solid var(--light);
}
.page-header-bg {
  position: absolute; inset: 0;
  background-color: #fff;
}
.page-header-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.page-header-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, #fff 30%, rgba(255,255,255,.75) 50%, rgba(255,255,255,0) 72%);
  z-index: 1;
}
.page-header-content { position: relative; z-index: 2; max-width: var(--max); width: 100%; margin: 0 auto; }
.page-header .lbl { color: var(--navy); }
.page-header .lbl::before { background: var(--navy); }
.page-header h1.display { color: var(--ink); font-size: clamp(2.4rem, 5vw, 4.5rem); }
.page-header p.lead { color: var(--dark); max-width: 580px; margin-top: 1.5rem; }

/* ─── TYPOGRAPHIC PAGE HEADER (guide / pillar pages) ────────── */
.page-header--type {
  min-height: auto;
  padding: 9rem var(--pad) 5.5rem;
  background: #f7f5f0;
}
.page-header--type .page-header-bg { display: none; }
.page-header--type h1.display { font-size: clamp(3rem, 6vw, 5.5rem); max-width: 820px; }
.page-header--type p.lead { max-width: 660px; }

/* ─── HERO (homepage) ────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: calc(100vh - var(--nav));
  display: flex;
  align-items: stretch;
}
.hero-left {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; justify-content: center;
  padding: 7rem var(--pad) 6rem;
  padding-right: 5rem;
  width: 58%;
  background: linear-gradient(to right, rgba(255,255,255,.9) 0%, rgba(255,255,255,.6) 45%, rgba(255,255,255,0) 82%);
}
.hero-right { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-right img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* Velo di sicurezza sul lato testo dell'immagine: garantisce contrasto su qualunque scatto, lascia intatto il fuoco a destra. Disattivato su mobile (vedi responsive). */
.hero-right::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(to right, rgba(255,255,255,.55) 0%, rgba(255,255,255,.2) 50%, rgba(255,255,255,0) 78%);
}
.hero h1.display { font-size: clamp(2rem, 3.8vw, 3.8rem); max-width: 560px; margin-bottom: 1.2rem; }
.hero-sub {
  font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--dark); margin-bottom: 2.5rem;
}
.hero-body {
  font-size: 1.05rem; color: var(--dark); line-height: 1.85;
  max-width: 500px; margin-bottom: 3rem;
}
.hero-body strong { color: var(--ink); font-weight: 500; }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ─── CREDENTIALS BAND ───────────────────────────────────────── */
.creds {
  background: var(--off); border-bottom: 1px solid var(--light);
  padding: 1rem var(--pad);
}
.creds-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
}
.cred {
  font-size: .7rem; letter-spacing: .07em; text-transform: uppercase;
  color: var(--dark); padding: .35rem 1.75rem; border-right: 1px solid var(--mid);
}
.cred:last-child { border: none; }
.cred strong { color: var(--navy); }

/* ─── APPROCCIO PREVIEW (homepage) ──────────────────────────── */
.s-approach { padding: 9rem var(--pad); background: var(--white); }
.s-approach .inner { max-width: var(--max); margin: 0 auto; }
.s-approach .top { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; margin-bottom: 5rem; }
.s-approach h2.display { font-size: clamp(2rem, 3vw, 2.8rem); margin-bottom: 1.5rem; }
.s-approach p { color: var(--dark); line-height: 1.85; font-size: 1rem; margin-bottom: 1.2rem; }
.cards-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; }
.card-step {
  border: 1px solid var(--light); padding: 2.25rem 2rem;
  transition: border-color .25s, background .25s;
}
.card-step:hover { border-color: var(--navy); background: var(--navy); }
.card-img { overflow: hidden; margin: -2.25rem -2rem 1.75rem; height: 220px; }
.card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s; }
.card-step:hover .card-img img { transform: scale(1.04); }
.card-n { font-family: var(--serif); font-size: 3rem; color: var(--gold-lt); line-height: 1; margin-bottom: 1rem; transition: color .3s ease; }
.card-t { font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; color: var(--navy); font-weight: 700; margin-bottom: .6rem; transition: color .3s ease; }
.card-d { font-size: .92rem; color: var(--dark); line-height: 1.7; transition: color .3s ease; }
.card-step:hover .card-n { color: transparent; }
.card-step:hover .card-t { color: #fff; }
.card-step:hover .card-d { color: rgba(255,255,255,.75); }

/* ─── DR. CALESINI TEASER ────────────────────────────────────── */
.s-doctor {
  background: var(--ink-deep); color: var(--white);
  padding: 9rem var(--pad);
}
.s-doctor .inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 440px 1fr; gap: 7rem; align-items: center;
}
.dr-photo { position: relative; }
.dr-photo img { aspect-ratio: 3/4; width: 100%; object-fit: cover; object-position: top center; }
.dr-photo::after {
  content: ''; position: absolute; top: 20px; left: 20px; right: -20px; bottom: -20px;
  border: 1px solid rgba(201,169,110,.2); z-index: -1; pointer-events: none;
}
.dr-name { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: normal; margin-bottom: .4rem; }
.dr-title { font-size: .82rem; color: var(--mid); letter-spacing: .05em; margin-bottom: 2.5rem; }
.dr-bio { font-size: 1rem; line-height: 1.9; color: #C4C4BE; margin-bottom: 2.5rem; }
.dr-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2.5rem; }
.tag { font-size: .66rem; letter-spacing: .07em; text-transform: uppercase; border: 1px solid #333; color: #777; padding: .3rem .75rem; }

/* ─── ESTETICA BIO-MIMETICA ──────────────────────────────────── */
.s-estetica {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 560px; border-top: 1px solid var(--light);
}
.est-img { overflow: hidden; }
.est-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.est-img:hover img { transform: scale(1.03); }
.est-text {
  padding: 7rem var(--pad); display: flex; flex-direction: column; justify-content: center;
  background: var(--white);
}
.est-rule { width: 48px; height: 1px; background: var(--gold); margin-bottom: 3rem; }
.pullquote {
  font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2.1rem);
  font-weight: normal; line-height: 1.45; color: var(--navy);
  margin-bottom: 2rem; letter-spacing: -.01em;
  position: relative; padding-left: 1.75rem;
}
.pullquote::before {
  content: ''; position: absolute; left: 0; top: .2em; bottom: .2em;
  width: 2px; background: var(--gold);
}
.pullquote em { font-style: italic; color: var(--gold-dk); }

/* ─── LABORATORIO ────────────────────────────────────────────── */
.s-lab { background: var(--off); padding: 9rem var(--pad); border-top: 1px solid var(--light); }
.s-lab .inner { max-width: var(--max); margin: 0 auto; }
.lab-head {
  display: grid; grid-template-columns: 1fr 1fr; gap: 6rem;
  align-items: end; margin-bottom: 4.5rem;
}
.lab-head h2.display { font-size: clamp(1.8rem, 2.8vw, 2.6rem); }
.lab-head p { font-size: .98rem; color: var(--dark); line-height: 1.85; }
.lab-grid {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: 210px 210px 180px; gap: 2px; margin-bottom: 3px;
}
.lab-main { grid-row: 1/4; overflow: hidden; }
.lab-cell-tall { grid-row: span 3; }
.lab-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.lab-main:hover img { transform: scale(1.04); }
.lab-cell { overflow: hidden; }
.lab-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.lab-cell:hover img { transform: scale(1.05); }
.lab-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; }
.lab-step {
  background: var(--white); border: 1px solid var(--light);
  padding: 2rem 1.75rem; transition: border-color .25s, background .25s;
}
.lab-step:hover { border-color: var(--navy); background: var(--navy); }
.step-n { font-family: var(--serif); font-size: 2.2rem; color: var(--gold-lt); line-height: 1; margin-bottom: .7rem; transition: color .3s ease; }
.step-t { font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; color: var(--navy); font-weight: 700; margin-bottom: .5rem; transition: color .3s ease; }
.step-d { font-size: .88rem; color: var(--dark); line-height: 1.65; transition: color .3s ease; }
.lab-step:hover .step-n { color: transparent; }
.lab-step:hover .step-t { color: #fff; }
.lab-step:hover .step-d { color: rgba(255,255,255,.75); }

/* ─── INTERNATIONAL ──────────────────────────────────────────── */
.s-intl { background: var(--navy); padding: 9rem var(--pad); }
.s-intl .inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center;
}
.s-intl .lbl { color: var(--gold-lt); }
.s-intl .lbl::before { background: var(--gold-lt); }
.s-intl h2.display { color: var(--white); font-size: clamp(1.6rem, 2.5vw, 2.4rem); margin-bottom: 1.5rem; }
.s-intl p { color: #A8A8A2; line-height: 1.85; margin-bottom: 1.5rem; font-size: .98rem; }
.intl-detail {
  font-size: .82rem; color: var(--mid); border-left: 2px solid var(--gold);
  padding-left: 1.25rem; margin-bottom: 2.5rem; line-height: 1.75;
}
.intl-img { margin-bottom: 1.5rem; overflow: hidden; }
.intl-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .8s var(--ease); }
.intl-img:hover img { transform: scale(1.03); }
.langs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; }
.lang {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  padding: .65rem .9rem; display: flex; align-items: center; gap: .55rem;
  transition: background .2s;
}
.lang:hover { background: rgba(255,255,255,.08); }
.lang-flag { font-size: 1.1rem; }
.lang-name { font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; color: #C0C0BA; }
.lang-note { font-size: .6rem; color: #666; }

/* ─── FOOTER ─────────────────────────────────────────────────── */
footer { background: var(--ink-deep); color: #aaa; padding: 6rem var(--pad) 2.5rem; }
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-brand {
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  position: relative;
  padding-bottom: 2.5rem; margin-bottom: 3rem;
}
/* Linea dorata: stessa sfumatura del logo (gradiente "Sfumatura_senza_nome_23") */
.footer-brand::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: var(--gold-grad);
}
.f-cta {
  flex-shrink: 0; display: inline-block; padding: .85rem 1.7rem;
  font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600;
  color: var(--white); border: 1.5px solid rgba(255,255,255,.4);
  transition: background .2s, color .2s, border-color .2s;
}
.f-cta:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr 1.4fr 1fr; gap: 3rem; margin-bottom: 4.5rem; }
.f-logo { font-family: var(--serif); font-size: 1.05rem; color: var(--white); margin-bottom: 0; }
.f-logo em { font-style: normal; color: var(--gold); }
.f-addr { font-size: .82rem; line-height: 2; color: #bbb; }
.f-addr a { color: #aaa; }
.f-addr a:hover { color: var(--gold); }
.f-col h4 { font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: #eee; margin-bottom: 1.25rem; font-weight: 600; }
.f-col ul { list-style: none; }
.f-col li { margin-bottom: .5rem; }
.f-col a { font-size: .8rem; color: #aaa; transition: color .2s; }
.f-col a:hover { color: var(--gold); }
.f-bottom {
  border-top: 1px solid #2e2e2c; padding-top: 2rem;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
}
.f-legal { font-size: .7rem; color: #999; }
.f-legal a { color: #aaa; }
.f-legal a:hover { color: var(--gold); }
.f-lang { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: #999; }
.f-lang .active { color: var(--gold); }
.f-muted { font-size: .62rem; color: #666; }
.f-pubsan {
  border-top: 1px solid #2e2e2c; margin-top: 2rem; padding-top: 2rem;
  font-size: .68rem; color: #bbb; line-height: 2;
}
.f-pubsan strong { color: #ddd; font-weight: 600; }
.f-pubsan .pubsan-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 3rem;
}
.f-pubsan .pubsan-note {
  margin-top: 1.25rem; padding-top: 1.25rem;
  border-top: 1px solid #2e2e2c;
  font-size: .63rem; color: #1a1a18; font-style: italic;
  background: #ffff00; padding: .4rem .6rem; display: inline-block;
}

/* ─── PAGE: APPROCCIO ────────────────────────────────────────── */
.s-phases { padding: 9rem var(--pad); background: var(--white); }
.s-phases .inner { max-width: var(--max); margin: 0 auto; }
.phase-list { margin-top: 6rem; }
.phase {
  display: grid; grid-template-columns: 100px 1fr 1fr; gap: 4rem;
  align-items: start; padding: 4rem 0; border-top: 1px solid var(--light);
}
.phase:last-child { border-bottom: 1px solid var(--light); }
.phase-n {
  font-family: var(--serif); font-size: 4.5rem; color: var(--gold-lt);
  line-height: 1; padding-top: .1em;
}
.phase h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: normal; color: var(--navy); margin-bottom: 1rem; }
.phase p { color: var(--dark); line-height: 1.85; font-size: .98rem; margin-bottom: 1rem; }
.phase-img { overflow: hidden; }
.phase-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.s-philosophy {
  background: var(--navy); color: var(--white);
  padding: 8rem var(--pad); text-align: center;
}
.s-philosophy .inner { max-width: 780px; margin: 0 auto; }
.s-philosophy blockquote {
  font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.4rem);
  font-weight: normal; line-height: 1.5; color: var(--white);
  margin-bottom: 2rem; letter-spacing: -.01em;
}
.s-philosophy cite { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); font-style: normal; }

/* ─── PAGE: DR. CALESINI ─────────────────────────────────────── */
.s-drbio { padding: 9rem var(--pad); background: var(--white); }
.s-drbio .inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 480px 1fr; gap: 7rem; align-items: start;
}
.dr-portrait { position: sticky; top: calc(var(--nav) + 29px + 3rem); }
.dr-portrait img { width: 100%; object-fit: cover; }
.dr-portrait .caption { font-size: .7rem; color: var(--mid); letter-spacing: .06em; margin-top: .75rem; text-transform: uppercase; }
.dr-content h2.display { font-size: clamp(2rem, 3.2vw, 3rem); margin-bottom: .4rem; }
.dr-content .subtitle { font-size: .85rem; color: var(--mid); letter-spacing: .05em; margin-bottom: 3rem; }
.dr-content p { color: var(--dark); line-height: 1.9; font-size: 1rem; margin-bottom: 1.5rem; }
.credentials-list { margin: 3rem 0; border-top: 1px solid var(--light); }
.cred-row {
  display: grid; grid-template-columns: 1fr 2fr; gap: 2rem;
  padding: 1.25rem 0; border-bottom: 1px solid var(--light); align-items: start;
}
.cred-key { font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; color: var(--mid); font-weight: 600; padding-top: .1rem; }
.cred-val { font-size: .95rem; color: var(--ink); }
.s-mtm { background: var(--off); padding: 9rem var(--pad); border-top: 1px solid var(--light); }
.s-mtm .inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.s-mtm h2.display { font-size: clamp(1.8rem, 2.8vw, 2.5rem); margin-bottom: 1.5rem; }
.s-mtm p { color: var(--dark); line-height: 1.9; font-size: 1rem; margin-bottom: 1.25rem; }
.mtm-img { overflow: hidden; }
.mtm-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

/* ─── PAGE: IL TEAM ──────────────────────────────────────────── */
.s-team { padding: 9rem var(--pad); background: var(--white); }
.s-team .inner { max-width: var(--max); margin: 0 auto; }
.team-lead {
  display: grid; grid-template-columns: 320px 1fr; gap: 5rem;
  align-items: center; margin-bottom: 7rem; padding-bottom: 7rem;
  border-bottom: 1px solid var(--light);
}
.team-lead img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; }
/* Foto mostrata integra, senza ritaglio (rapporto nativo) */
.team-lead img.team-img--full { aspect-ratio: auto; height: auto; object-fit: contain; }
.team-lead h2.display { font-size: clamp(1.8rem, 3vw, 2.8rem); margin-bottom: .3rem; }
.team-lead .role { font-size: .8rem; color: var(--mid); letter-spacing: .05em; text-transform: uppercase; margin-bottom: 2rem; }
.team-lead p { color: var(--dark); line-height: 1.85; margin-bottom: 1.25rem; font-size: .98rem; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.team-card { overflow: hidden; cursor: default; }
.team-card-img { overflow: hidden; }
.team-card-img img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; transition: transform .6s var(--ease); }
.team-card:hover img { transform: scale(1.04); }
.team-card-info { padding: 1rem 0; border-top: 1.5px solid var(--light); margin-top: 2px; }
.tc-name { font-size: .85rem; color: var(--ink); font-weight: 600; margin-bottom: .2rem; }
.tc-role { font-size: .72rem; color: var(--mid); letter-spacing: .05em; text-transform: uppercase; }

/* ─── PAGE: CASI CHE TRATTIAMO ───────────────────────────────── */
.s-casi { padding: 9rem var(--pad); background: var(--white); }
.s-casi .inner { max-width: var(--max); margin: 0 auto; }
.casi-intro { max-width: 680px; margin-bottom: 6rem; }
.casi-intro p { font-size: 1.05rem; color: var(--dark); line-height: 1.9; margin-bottom: 1.25rem; }
.caso-list { }
.caso {
  display: grid; grid-template-columns: 1fr 1fr; gap: 6rem;
  padding: 5rem 0; border-top: 1px solid var(--light); align-items: center;
}
.caso:last-child { border-bottom: 1px solid var(--light); }
.caso:nth-child(even) .caso-img { order: -1; }
.caso-img { overflow: hidden; }
.caso-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .8s var(--ease); }
/* Foto verticale mostrata integra (rapporto nativo 2:3, niente taglio) */
.caso-img--vert img { aspect-ratio: 2/3; }
.caso-img:hover img { transform: scale(1.04); }
.caso h3 { font-family: var(--serif); font-size: clamp(1.5rem, 2.2vw, 2.1rem); font-weight: normal; color: var(--navy); margin-bottom: 1.25rem; }
.caso p { color: var(--dark); line-height: 1.85; font-size: .98rem; margin-bottom: 1.25rem; }
.caso ul { list-style: none; margin: 1.25rem 0; }
.caso li { font-size: .92rem; color: var(--dark); padding: .5rem 0; border-bottom: 1px solid var(--light); padding-left: 1.25rem; position: relative; }
.caso li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }
.s-parere { background: var(--off); padding: 9rem var(--pad); border-top: 1px solid var(--light); }
.s-parere .inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; }
.s-parere h2.display { font-size: clamp(1.7rem, 2.5vw, 2.4rem); margin-bottom: 1.5rem; }
.s-parere p { color: var(--dark); line-height: 1.85; margin-bottom: 1.2rem; font-size: .98rem; }

/* ─── PAGE: PRIMA VISITA ─────────────────────────────────────── */
.s-visita { padding: 9rem var(--pad); background: var(--white); }
.s-visita .inner { max-width: var(--max); margin: 0 auto; }
.visita-intro { max-width: 660px; margin-bottom: 6rem; }
.visita-intro p { font-size: 1.05rem; color: var(--dark); line-height: 1.9; margin-bottom: 1.25rem; }
.visita-phases { display: flex; flex-direction: column; gap: 0; margin-bottom: 6rem; }
.visita-phase {
  display: grid; grid-template-columns: 110px 1fr; gap: 0 5rem;
  padding: 3.5rem 0; border-top: 1px solid var(--light); background: transparent;
}
.visita-phase:last-child { border-bottom: 1px solid var(--light); }
.visita-phase .phase-aside { padding-top: .2rem; }
.visita-phase .phase-num { font-family: var(--serif); font-size: 3.5rem; color: var(--gold-lt); line-height: 1; margin-bottom: .5rem; }
.visita-phase .phase-lbl { font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.visita-phase .phase-body h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: normal; color: var(--navy); margin-bottom: 1.25rem; }
.visita-phase .phase-body p { color: var(--dark); line-height: 1.85; font-size: .96rem; margin-bottom: 1rem; }
.visita-phase .phase-body ul { list-style: none; margin-top: 1rem; }
.visita-phase .phase-body li { font-size: .92rem; color: var(--dark); padding: .5rem 0; border-bottom: 1px solid var(--light); padding-left: 1.25rem; position: relative; }
.visita-phase .phase-body li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }
.visita-note {
  background: var(--navy); color: var(--white);
  padding: 4rem 3.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.visita-note p { font-size: 1rem; line-height: 1.85; color: #A8A8A2; }
.visita-note strong { color: var(--white); }
.visita-cta { margin-top: 6rem; text-align: center; padding: 5rem; border: 1px solid var(--light); background: var(--off); }
.visita-cta h3 { font-family: var(--serif); font-size: 2rem; font-weight: normal; color: var(--navy); margin-bottom: 1rem; }
.visita-cta p { color: var(--dark); margin-bottom: 2rem; }

/* ─── PAGE: INTL ─────────────────────────────────────────────── */
.s-intlpage { padding: 9rem var(--pad); background: var(--white); }
.s-intlpage .inner { max-width: var(--max); margin: 0 auto; }
.intl-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; margin-bottom: 8rem; align-items: center; }
.intl-hero h2.display { font-size: clamp(1.8rem, 3vw, 2.8rem); margin-bottom: 1.5rem; }
.intl-hero p { color: var(--dark); line-height: 1.9; margin-bottom: 1.5rem; font-size: 1rem; }
.intl-hero .intl-detail {
  font-size: .84rem; color: var(--mid); border-left: 2px solid var(--gold);
  padding-left: 1.25rem; line-height: 1.8; margin-bottom: 2rem;
}
.intl-hero-img { overflow: hidden; }
.intl-hero-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.intl-protocol { background: var(--off); padding: 5rem; border: 1px solid var(--light); margin-bottom: 6rem; }
.intl-protocol h3 { font-family: var(--serif); font-size: 1.7rem; font-weight: normal; color: var(--navy); margin-bottom: 2rem; }
.protocol-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.proto-step {
  padding: 2.5rem 2rem;
  background: var(--white);
  border: 1px solid var(--light);
  transition: background .3s ease, border-color .3s ease;
  cursor: default;
}
.proto-step:hover { background: var(--navy); border-color: var(--navy); }
.proto-n { font-family: var(--serif); font-size: 2.5rem; color: var(--gold); line-height: 1; margin-bottom: .6rem; transition: color .3s ease; }
.proto-t { font-size: .73rem; letter-spacing: .09em; text-transform: uppercase; color: var(--navy); font-weight: 700; margin-bottom: .75rem; transition: color .3s ease; }
.proto-d { font-size: .92rem; color: var(--dark); line-height: 1.75; transition: color .3s ease; }
.proto-step:hover .proto-t { color: #fff; }
.proto-step:hover .proto-d { color: rgba(255,255,255,.75); }
.langs-full { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; }
.lang-full {
  background: var(--off); border: 1px solid var(--light);
  padding: 1.25rem 1rem; display: flex; align-items: center; gap: .7rem;
  transition: background .2s, border-color .2s;
}
.lang-full:hover { background: var(--white); border-color: var(--navy); }
.lang-full .flag { font-size: 1.4rem; }
.lang-full .ln { font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; color: var(--dark); }
.lang-full .lm { font-size: .65rem; color: var(--mid); }

/* ═══ ARTICLE TYPOGRAPHIC COVERS — EDIZIONE ECCEZIONALE ═════════
   Logica editoriale: ogni articolo è un'uscita di una rivista.
   Il numero è l'eroe grafico. La citazione è la firma del tono.
   Riferimento: Paris Review · Frieze · Architectural Digest 1968.
   ════════════════════════════════════════════════════════════ */

/* ── Entry animations ──────────────────────────────────────────── */
@keyframes sc-rise {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Single article header ─────────────────────────────────────── */
.sc-art-header {
  background: var(--navy);
  padding: 9rem var(--pad) 7rem;
  position: relative;
  overflow: hidden;
}
/* Barra gold al top */
.sc-art-header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
}
/* Numero articolo enorme — texture di sfondo */
.sc-art-header__ghost {
  position: absolute;
  right: 1rem;
  bottom: -3rem;
  font-family: var(--serif);
  font-size: 30rem;
  line-height: 1;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: .12;
  user-select: none;
  pointer-events: none;
  font-weight: normal;
  letter-spacing: -.06em;
}
.sc-art-header__inner {
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
/* Linea-citazione: — N° 04 · IMPLANTOLOGIA · MAGGIO 2026 */
.sc-art-header__citation {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
  animation: sc-rise .75s cubic-bezier(.22,.61,.36,1) both;
}
.sc-art-header__citation::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}
.sc-art-header__citation span {
  font-size: .6rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
/* Titolo — il protagonista */
.sc-art-header__title {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5.8vw, 5rem);
  font-weight: normal;
  color: var(--white);
  line-height: 1.04;
  max-width: 960px;
  margin: 0 0 3rem 0;
  letter-spacing: -.025em;
  animation: sc-rise .9s .08s cubic-bezier(.22,.61,.36,1) both;
}
/* Regola oro sotto il titolo */
.sc-art-header__rule {
  width: 48px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 2.75rem;
  animation: sc-rise .6s .2s ease both;
}
/* Standfirst — corsivo, muted */
.sc-art-header__excerpt {
  font-size: 1.08rem;
  color: rgba(255,255,255,.42);
  line-height: 1.88;
  max-width: 580px;
  margin: 0;
  font-style: italic;
  letter-spacing: .012em;
  animation: sc-rise .7s .3s ease both;
}
.sc-art-header__excerpt p { margin: 0; }

/* ── Blog card wrapper (archive + EN blog) ─────────────────────── */
.sc-blog-card {
  background: var(--white);
  border: 1px solid var(--light);
  overflow: hidden;
  transition: border-color .3s;
}
.sc-blog-card:hover { border-color: var(--navy); }

/* ── Archive card thumbnail ────────────────────────────────────── */
.sc-art-thumb {
  height: 240px;
  background: var(--navy);
  padding: 1.6rem 1.85rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: background .4s;
}
/* Barra gold — si allunga al hover */
.sc-art-thumb::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
  transition: height .45s cubic-bezier(.22,.61,.36,1);
}
.sc-blog-card:hover .sc-art-thumb::before { height: 6px; }

/* Numero articolo — eroe grafico */
.sc-art-thumb__num {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-52%);
  font-family: var(--serif);
  font-size: 7rem;
  font-weight: normal;
  color: var(--gold);
  line-height: 1;
  opacity: .16;
  letter-spacing: -.04em;
  user-select: none;
  pointer-events: none;
  transition: opacity .45s;
}
.sc-blog-card:hover .sc-art-thumb__num { opacity: .28; }

/* Anno verticale — accento grafico sul bordo destro */
.sc-art-thumb__year {
  position: absolute;
  right: .55rem;
  bottom: 2rem;
  font-size: .52rem;
  letter-spacing: .2em;
  color: rgba(255,255,255,.18);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  user-select: none;
}

/* Riga categoria in cima */
.sc-art-thumb__top {
  display: flex;
  align-items: center;
  gap: .85rem;
  position: relative;
  z-index: 1;
}
.sc-art-thumb__top::before {
  content: '';
  display: block;
  width: 14px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
  transition: width .4s cubic-bezier(.22,.61,.36,1);
}
.sc-blog-card:hover .sc-art-thumb__top::before { width: 26px; }
.sc-art-thumb__cat {
  font-size: .56rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

/* Titolo in fondo — Georgia bianco, bordo top sottile */
.sc-art-thumb__title {
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: normal;
  color: rgba(255,255,255,.88);
  line-height: 1.32;
  margin: 0;
  padding-top: .85rem;
  padding-right: 2.5rem;     /* spazio per numero + anno */
  border-top: 1px solid rgba(255,255,255,.08);
  position: relative;
  z-index: 1;
  transition: color .3s;
}
.sc-blog-card:hover .sc-art-thumb__title { color: rgba(255,255,255,1); }

/* ── Article body editorial typography ───────────────────────── */
.article-body h2 {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.2vw, 1.65rem);
  font-weight: normal;
  color: var(--navy);
  margin: 4rem 0 1rem;
  line-height: 1.2;
  letter-spacing: -.01em;
}
.article-body h3 {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  font-weight: normal;
  color: var(--navy);
  margin: 2.75rem 0 .75rem;
  line-height: 1.3;
}
.article-body p { margin-bottom: 1.6rem; }
.article-body ul {
  margin: 0 0 1.6rem 0;
  padding-left: 1.25rem;
}
.article-body ul li {
  margin-bottom: .55rem;
  line-height: 1.75;
}
.article-body a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--gold);
}
.article-body a:hover { color: var(--gold-dk); }
.article-body strong { font-weight: 600; color: var(--ink); }

/* ═══════════════════════════════════════════════════════════════
   PILLAR / SATELLITE PAGES — layout editoriale
   ═══════════════════════════════════════════════════════════════ */

/* ── Sezioni contenitore ─────────────────────────────────────── */
.s-content-pillar {
  padding: 8rem var(--pad);
  background: var(--white);
}
.s-content-section {
  padding: 0 var(--pad) 8rem;
  background: var(--white);
}
.s-content-pillar .inner,
.s-content-section .inner {
  max-width: 900px;
  margin: 0 auto;
}

/* ── Intro ───────────────────────────────────────────────────── */
.content-intro {
  font-size: 1.08rem;
  line-height: 1.95;
  color: var(--dark);
  max-width: 760px;
  margin-bottom: 5rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid var(--light);
}
.content-intro p { margin: 0; }

/* ── Sezioni editoriali ──────────────────────────────────────── */
.content-section { margin-bottom: 5rem; }
.content-section:last-child { margin-bottom: 0; }

.content-section h2 {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: normal;
  color: var(--navy);
  margin: 0 0 1.25rem;
  line-height: 1.2;
  letter-spacing: -.015em;
}
.content-section h3 {
  font-family: var(--serif);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: normal;
  color: var(--navy);
  margin: 2rem 0 .65rem;
  line-height: 1.3;
}
.content-section p {
  color: var(--dark);
  line-height: 1.9;
  margin-bottom: 1.35rem;
}
.content-section p:last-child { margin-bottom: 0; }
.content-section a:not(.btn) {
  color: var(--navy);
  text-underline-offset: 3px;
  text-decoration-color: var(--gold);
}
.content-section a:not(.btn):hover { color: var(--gold-dk); }

/* PILOTA: gradiente oro del logo sui FILETTI/righe (non sul testo né sui fill dei bottoni). */
.nav-accent,
.lbl::before,
.est-rule,
.pullquote::before,
.sc-art-header::before,
.sc-art-header__citation::before,
.sc-art-header__rule,
.sc-art-thumb::before,
.sc-art-thumb__top::before {
  background: var(--gold-grad);
}

/* ── Elenco spaziato ─────────────────────────────────────────── */
.spaced-list {
  padding-left: 1.2rem;
  margin: 0 0 1.35rem;
}
.spaced-list li {
  color: var(--dark);
  line-height: 1.85;
  margin-bottom: .75rem;
}
.spaced-list li:last-child { margin-bottom: 0; }

/* ── Due colonne ─────────────────────────────────────────────── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  margin-top: .5rem;
}
@media (max-width: 700px) {
  .two-col { grid-template-columns: 1fr; gap: 2rem; }
}

/* ── Criteri numerati ────────────────────────────────────────── */
.criteria-list { margin-top: .5rem; }
.criterion {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.75rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--light);
}
.criterion:first-child { border-top: 1px solid var(--light); }
.criterion-num {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--gold);
  font-weight: normal;
  line-height: 1;
  padding-top: .2rem;
}
.criterion-body h3 { margin-top: 0; }
.criterion-body p:last-child { margin-bottom: 0; }

/* Gradiente oro del logo anche sui NUMERI/display grandi (testo, via background-clip). */
.proto-n,
.criterion-num,
.sc-art-thumb__num,
.visita-phase .phase-num,
.card-n,
.step-n,
.phase-n {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ── Blocco highlight — navy CTA ─────────────────────────────── */
.content-section--highlight {
  background: var(--navy);
  padding: 3.5rem 4rem;
}
.content-section--highlight .lbl { color: var(--gold-lt); }
.content-section--highlight .lbl::before { background: var(--gold-lt); }
.content-section--highlight h2 { color: var(--white); }
.content-section--highlight p { color: rgba(255,255,255,.8); }
.content-section--highlight a:not(.btn) {
  color: var(--gold-lt);
  text-decoration-color: transparent;
}
.content-section--highlight a:not(.btn):hover { color: var(--gold); }
.content-section--highlight .btn {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  margin-top: .5rem;
}
.content-section--highlight .btn:hover {
  background: var(--gold-dk);
  border-color: var(--gold-dk);
}
.content-section--highlight .btn--ghost {
  background: transparent;
  border-color: rgba(255,255,255,.35);
  color: var(--white);
}
.content-section--highlight .btn--ghost:hover { background: rgba(255,255,255,.1); }

/* ── Blocco credenziali ──────────────────────────────────────── */
.content-section--credentials {
  background: var(--off);
  padding: 2.75rem 3rem;
  border-left: 3px solid var(--gold);
}

/* ── FAQ ─────────────────────────────────────────────────────── */
.faq-item {
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--light);
}
.faq-item:first-of-type { border-top: 1px solid var(--light); }
.faq-item h3 {
  font-family: var(--serif);
  font-size: 1.02rem;
  color: var(--navy);
  font-weight: normal;
  margin: 0 0 .75rem;
  line-height: 1.4;
}
.faq-item p {
  font-size: .95rem;
  color: var(--dark);
  line-height: 1.85;
  margin: 0;
}
.faq-item p + p { margin-top: .75rem; }
.faq-item a { color: var(--navy); text-decoration-color: var(--gold); }

/* ── Link correlati ──────────────────────────────────────────── */
.content-section--links ul {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}
.content-section--links li {
  border-bottom: 1px solid var(--light);
  padding: .85rem 0;
}
.content-section--links li:first-child { border-top: 1px solid var(--light); }
.content-section--links a {
  color: var(--navy);
  text-decoration: none;
  font-size: .95rem;
}
.content-section--links a:hover {
  color: var(--gold-dk);
  text-decoration: underline;
  text-decoration-color: var(--gold);
}

/* ── CTA block di chiusura ───────────────────────────────────── */
.s-cta-block {
  background: var(--off);
  padding: 8rem var(--pad);
  border-top: 1px solid var(--light);
  text-align: center;
}
.s-cta-block .inner { max-width: 640px; margin: 0 auto; }
.s-cta-block h2 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  color: var(--navy);
  font-weight: normal;
  margin: 1.25rem 0 1rem;
  line-height: 1.2;
  letter-spacing: -.015em;
}
.s-cta-block p {
  color: var(--dark);
  line-height: 1.85;
  margin-bottom: 2.5rem;
}

/* ── Satellite → Pillar related block ────────────────────────── */
.sc-related-pillar {
  margin-top: 4rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--light);
}
.article-body .sc-rp-label {
  font-size: .6rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--mid);
  font-weight: 400;
  margin: 0 0 .65rem;
  font-family: var(--sans);
}
.article-body .sc-rp-link {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.1rem;
  line-height: 1.5;
}
.article-body .sc-rp-link a {
  color: var(--navy);
  text-decoration: none;
  font-style: italic;
}
.article-body .sc-rp-link a:hover {
  color: var(--gold-dk);
  text-decoration: none;
}

/* ─── CONTACT FORM ───────────────────────────────────────────── */
.s-contact-form {
  padding: 7rem var(--pad);
  background: #f7f5f0;
  border-bottom: 1px solid var(--light);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 6rem;
  align-items: start;
}

/* Form structure */
.sc-form { display: flex; flex-direction: column; gap: 2rem; }
.form-row--2col { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.form-field { display: flex; flex-direction: column; gap: .45rem; }
.form-field label,
.form-fieldset legend {
  font-size: .7rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--mid); font-weight: 600;
}
.form-field input,
.form-field select,
.form-field textarea {
  border: none;
  border-bottom: 1px solid var(--light);
  background: transparent;
  font-family: var(--sans);
  font-size: .95rem;
  color: var(--ink);
  padding: .6rem 0;
  outline: none;
  transition: border-color .2s;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}
.form-field select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239A9A96' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .25rem center;
  padding-right: 1.5rem;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-bottom-color: var(--navy); }
/* Focus-visible: indicatore per navigazione da tastiera (WCAG 2.4.7) */
.form-field input:focus-visible,
.form-field select:focus-visible,
.form-field textarea:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}
.form-field textarea { resize: vertical; min-height: 130px; line-height: 1.6; }
.form-field input::placeholder,
.form-field textarea::placeholder { color: var(--mid); font-size: .9rem; }

/* Fieldset */
.form-fieldset { border: none; padding: 0; }
.form-fieldset legend { margin-bottom: 1rem; }
.checkbox-grid { display: flex; flex-direction: column; gap: .75rem; }

/* Checkbox labels */
.checkbox-label {
  display: flex; align-items: flex-start; gap: .75rem;
  cursor: pointer; font-size: .9rem; color: var(--dark); line-height: 1.5;
}
.checkbox-label input[type="checkbox"] {
  flex-shrink: 0;
  width: 16px; height: 16px;
  margin-top: .15rem;
  accent-color: var(--navy);
  cursor: pointer;
}
.checkbox-label--gdpr { font-size: .82rem; color: var(--mid); }
.checkbox-label--gdpr a { color: var(--navy); }

/* Submit row */
.form-row--submit {
  display: flex; align-items: center; gap: 2rem; flex-wrap: wrap;
  padding-top: .5rem;
}
.form-note {
  font-size: .78rem; color: var(--mid); line-height: 1.5;
}
.req  { color: var(--navy); }
.optional { color: var(--mid); font-size: .85em; text-transform: none; letter-spacing: 0; }

/* Success / error */
.form-success {
  padding: 2.5rem;
  background: var(--white);
  border-left: 3px solid var(--navy);
}
.form-success p { color: var(--dark); margin-top: .75rem; }
.form-error {
  padding: 1rem 1.25rem;
  background: #fff3f3;
  border-left: 3px solid #c0392b;
  font-size: .9rem;
  color: #7a1a1a;
}

/* Right column */
.contact-info-col { position: sticky; top: calc(var(--nav) + 2rem); }
.contact-scope {
  background: var(--white);
  padding: 2rem 2rem 2rem;
  margin-bottom: 2rem;
  border: 1px solid var(--light);
}
.contact-scope p { font-size: .9rem; color: var(--dark); line-height: 1.7; margin-top: .75rem; }
.contact-scope ul {
  margin: .75rem 0 .75rem 1.1rem;
  font-size: .9rem; color: var(--dark); line-height: 1.8;
}

.contact-direct { display: flex; flex-direction: column; gap: 0; }
.contact-channel {
  display: grid; grid-template-columns: 100px 1fr;
  gap: .75rem; padding: .9rem 0;
  border-bottom: 1px solid var(--light);
  text-decoration: none; color: inherit;
  transition: color .15s;
}
.contact-channel:first-child { border-top: 1px solid var(--light); }
.contact-channel:hover .contact-channel-value { color: var(--navy); }
.contact-channel-label {
  font-size: .65rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--mid); font-weight: 600; padding-top: .15rem;
}
.contact-channel-value { font-size: .9rem; color: var(--ink); line-height: 1.6; }
.contact-channel--text { cursor: default; }
.contact-channel--text:hover .contact-channel-value { color: var(--ink); }

/* Location section meta labels */
.contact-meta-lbl {
  font-size: .65rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--mid); font-weight: 600; padding-top: .15rem;
}

/* ─── BLOG CARD HOVER (sostituisce onmouseover inline) ──────── */
.sc-blog-preview-card {
  background: var(--white); border: 1px solid var(--light);
  overflow: hidden; transition: border-color .25s, background .3s;
}
.sc-blog-preview-card:hover { border-color: var(--navy); background: var(--navy); }
.sc-blog-preview-card__img { overflow: hidden; height: 200px; }
.sc-blog-preview-card__img img {
  width: 100%; height: 100%; object-fit: cover; transition: transform .6s;
}
.sc-blog-preview-card:hover .sc-blog-preview-card__img img { transform: scale(1.04); }
/* corpo preview card: vira al navy come le altre card */
.sc-bpc-body h3, .sc-bpc-body h3 a, .sc-bpc-body p, .sc-bpc-body .link-arrow { transition: color .3s; }
.sc-blog-preview-card:hover .sc-bpc-body h3,
.sc-blog-preview-card:hover .sc-bpc-body h3 a,
.sc-blog-preview-card:hover .sc-bpc-body .link-arrow { color: #fff !important; }
.sc-blog-preview-card:hover .sc-bpc-body p { color: rgba(255,255,255,.82) !important; }

/* ─── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1060px) {
  .hero { display: flex; flex-direction: column; }
  .hero-right { position: relative; height: 50vh; }
  .hero-right::after { display: none; }
  .hero-left { width: 100%; background: var(--white); padding-right: var(--pad); }
  .s-approach .top,
  .s-doctor .inner,
  .s-intl .inner,
  .lab-head,
  .s-drbio .inner,
  .s-mtm .inner,
  .team-lead,
  .s-parere .inner,
  .intl-hero { grid-template-columns: 1fr; gap: 3rem; }
  .dr-portrait { position: static; }
  .s-estetica { grid-template-columns: 1fr; }
  .est-img { min-height: 380px; }
  .phase { grid-template-columns: 60px 1fr; }
  .phase-img { display: none; }
  .caso { grid-template-columns: 1fr; gap: 3rem; }
  .caso:nth-child(even) .caso-img { order: 0; }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .lab-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 200px 200px 180px; }
  .lab-main { grid-row: auto; }
  .lab-cell-wide { grid-column: span 2; }
  .lab-steps { grid-template-columns: 1fr 1fr; }
  .langs-full { grid-template-columns: repeat(3, 1fr); }
  .visita-phase { grid-template-columns: 1fr; }
  .visita-phase .phase-aside { display: flex; align-items: baseline; gap: 1.25rem; margin-bottom: 1.5rem; }
  .visita-phase .phase-num { font-size: 2.5rem; margin-bottom: 0; }
  .visita-note { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .protocol-steps { grid-template-columns: 1fr; gap: 2rem; }
  .sc-art-header { padding: 8rem var(--pad) 5rem; }
  .sc-art-header__ghost { font-size: 16rem; }
  .sc-art-header__title { font-size: clamp(2.4rem, 5vw, 4rem); }
}
/* Navbar mobile: passa all'hamburger sotto i 1024px. Sopra gli 860 la nav desktop
   era troppo stretta e nascondeva il bottone "Prima visita" e lo switch lingue. */
@media (max-width: 1024px) {
  .hamburger { display: flex; }
  .nav-menu { display: none; }
  .nav-cta { display: none; }
  .nav-sep { display: none; }
}
@media (max-width: 860px) {
  .cards-row { grid-template-columns: 1fr; }
  .creds-inner { flex-direction: column; align-items: flex-start; padding-left: var(--pad); }
  .cred { border: none; padding: .2rem 0; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .langs-full { grid-template-columns: repeat(2, 1fr); }
  .lang-grid-sm { grid-template-columns: repeat(2, 1fr) !important; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .lab-grid { grid-template-columns: 1fr; }
  .lab-steps { grid-template-columns: 1fr; }
  .phase { grid-template-columns: 1fr; }
  .phase-n { display: none; }
  .intl-protocol { padding: 2.5rem; }
  .f-pubsan .pubsan-grid { grid-template-columns: 1fr; }
  .sc-art-header { padding: 6rem var(--pad) 4rem; }
  .sc-art-header__ghost { display: none; }
  .sc-art-thumb__num { font-size: 5rem; }
  .sc-art-thumb__year { display: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .contact-info-col { position: static; }
  .form-row--2col { grid-template-columns: 1fr; }
  .form-row--submit { flex-direction: column; align-items: flex-start; gap: 1rem; }
  /* Collassa le griglie inline senza classe CSS dedicata: 1fr 1fr e prima colonna fissa */
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"],
  [style*="grid-template-columns:340px"],
  [style*="grid-template-columns: 340px"],
  [style*="grid-template-columns:120px"],
  [style*="grid-template-columns: 120px"],
  [style*="grid-template-columns:110px"],
  [style*="grid-template-columns: 110px"] {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }
  /* Griglie inline a 3 colonne (schede di testo o strisce immagini): colonna singola su mobile */
  [style*="grid-template-columns:repeat(3,1fr)"],
  [style*="grid-template-columns:repeat(3, 1fr)"],
  [style*="grid-template-columns: repeat(3, 1fr)"] {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
}
/* ─── COOKIE BANNER ──────────────────────────────────────────── */
.sc-cb {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9999;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 -4px 24px rgba(0,0,0,.28);
  font-family: var(--sans);
  font-size: .88rem;
  line-height: 1.55;
}
.sc-cb-bar {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.25rem var(--pad);
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}
.sc-cb-text {
  flex: 1 1 400px;
}
.sc-cb-text p { color: rgba(255,255,255,.85); }
.sc-cb-text a { color: var(--gold-lt); text-underline-offset: 3px; }
.sc-cb-text a:hover { color: var(--gold); }

.sc-cb-actions {
  display: flex;
  gap: .75rem;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.sc-cb-btn {
  cursor: pointer;
  border: none;
  font-family: var(--sans);
  font-size: .82rem;
  letter-spacing: .03em;
  padding: .6rem 1.3rem;
  border-radius: 2px;
  transition: background .18s, color .18s, opacity .18s;
  white-space: nowrap;
}
.sc-cb-btn--accept {
  background: var(--gold);
  color: var(--navy);
  font-weight: 600;
}
.sc-cb-btn--accept:hover { background: var(--gold-dk); }
.sc-cb-btn--reject {
  background: transparent;
  color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.35);
}
.sc-cb-btn--reject:hover {
  border-color: rgba(255,255,255,.7);
  color: #fff;
}
.sc-cb-btn--manage {
  background: none;
  color: rgba(255,255,255,.55);
  padding: .6rem .6rem;
  font-size: .78rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sc-cb-btn--manage:hover { color: #fff; }

/* ── Pannello impostazioni ─────────────────────────────────── */
.sc-cb-panel {
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,.1);
}
.sc-cb-panel[hidden] { display: none; }
.sc-cb-panel-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2rem var(--pad) 2.25rem;
}
.sc-cb-panel-title {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.5rem;
  letter-spacing: .02em;
}
.sc-cb-cats {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sc-cb-cat {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.sc-cb-cat:last-child { border-bottom: none; }
.sc-cb-cat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .4rem;
}
.sc-cb-cat-name {
  font-size: .88rem;
  font-weight: 600;
  color: #fff;
}
.sc-cb-cat-desc {
  font-size: .8rem;
  color: rgba(255,255,255,.6);
  max-width: 680px;
}
.sc-cb-always-on {
  font-size: .75rem;
  color: var(--gold-lt);
  letter-spacing: .04em;
}

/* Toggle switch */
.sc-cb-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.sc-cb-toggle input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0; height: 0;
}
.sc-cb-toggle-track {
  width: 40px; height: 22px;
  background: rgba(255,255,255,.2);
  border-radius: 11px;
  position: relative;
  transition: background .2s;
}
.sc-cb-toggle-track::after {
  content: '';
  position: absolute;
  top: 3px; left: 3px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: transform .2s;
}
.sc-cb-toggle input:checked + .sc-cb-toggle-track {
  background: var(--gold);
}
.sc-cb-toggle input:checked + .sc-cb-toggle-track::after {
  transform: translateX(18px);
}
.sc-cb-toggle input:focus-visible + .sc-cb-toggle-track {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.sc-cb-panel-actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

/* ── Link "Gestisci cookie" nel footer ─────────────────────── */
.sc-cookie-reopen {
  cursor: pointer;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
}
.sc-cookie-reopen:hover { opacity: .75; }

/* Accessibilità */
.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;
}

@media (max-width: 700px) {
  .sc-cb-bar { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .sc-cb-actions { width: 100%; }
  .sc-cb-btn--accept, .sc-cb-btn--reject { flex: 1; text-align: center; }
}

/* ═══ GOOGLE MAPS — dark/gold theme ══════════════════════════════ */
.sc-map-outer {
  overflow: hidden;
  border: 1px solid var(--light);
  margin-bottom: 1.5rem;
  aspect-ratio: 1 / 1;
  background: #0d0d0d;
}
.sc-map-outer > div {
  height: 100%;
  width: 100%;
}
/* Versione EN */
.sc-map-outer--en {
  margin-bottom: 0;
}


/* ─── Link a video esterno (sobrio, niente embed) ─── */
.sc-video-link { margin: 1.6rem 0; }
.sc-video-link a { font-weight: 600; }


/* ─── Prima visita: due card (cosa portare / accesso privato) ─── */
.visita-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 3rem; }
.visita-card { background: var(--off); border: 1px solid var(--light); padding: 2.75rem; transition: background .3s ease, border-color .3s ease; }
.visita-card .lbl { color: var(--mid); }
.visita-card h3 { font-family: var(--serif); font-weight: normal; color: var(--navy); font-size: 1.3rem; margin: .5rem 0 1.1rem; transition: color .3s ease; }
.visita-card p { color: var(--dark); line-height: 1.85; font-size: .95rem; margin-bottom: .75rem; transition: color .3s ease; }
.visita-card:hover { background: var(--navy); border-color: var(--navy); }
.visita-card:hover .lbl { color: var(--gold); }
.visita-card:hover h3 { color: #fff; }
.visita-card:hover p { color: rgba(255,255,255,.8); }
@media (max-width: 860px) { .visita-cards { grid-template-columns: 1fr; } }

/* Apice titolo femminile (Dr.ssa) */
sup { font-size: .58em; vertical-align: super; line-height: 0; font-weight: inherit; }


/* Contatti: testata Piazza di Spagna spostata a destra del 20% (sfumatura standard) */
.page-header--piazza .page-header-bg img { transform: translateX(20%); }
@media (max-width: 860px) { .page-header--piazza .page-header-bg img { transform: none; } }

/* Hero mobile: i testi sopra l'immagine non erano leggibili → overlay nero 75%
   sopra l'immagine e sotto i testi, titolo in oro e resto in bianco.
   Solo pagine CON immagine (i pillar `--type` non hanno immagine: esclusi). */
@media (max-width: 860px) {
  .page-header:not(.page-header--type) .page-header-bg::after { background: rgba(0,0,0,.75); }
  .page-header:not(.page-header--type) .lbl { color: #fff; }
  .page-header:not(.page-header--type) .lbl::before { background: #fff; }
  .page-header:not(.page-header--type) h1.display {
    background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .page-header:not(.page-header--type) p.lead { color: #fff; }
}


/* FAQ a comparsa su .faq-item (domanda+risposta) — attivo solo con JS (progressive enhancement) */
.js-faq .faq-item > h3 { cursor: pointer; display: flex; justify-content: space-between; align-items: flex-start; gap: 1.25rem; margin: 0; }
.js-faq .faq-item > h3::after { content: '+'; color: var(--gold); font-size: 1.3rem; line-height: 1.25; flex-shrink: 0; font-weight: 400; }
.js-faq .faq-item.is-open > h3 { margin-bottom: .9rem; }
.js-faq .faq-item.is-open > h3::after { content: '–'; }
.js-faq .faq-item > p { display: none; }
.js-faq .faq-item.is-open > p { display: block; }
