.elementor-2853 .elementor-element.elementor-element-58bdaf5{--display:flex;--min-height:100vh;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2853 .elementor-element.elementor-element-26917e9{--display:flex;--min-height:60vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2853 .elementor-element.elementor-element-c5ad4bf{text-align:center;}.elementor-2853 .elementor-element.elementor-element-c5ad4bf .elementor-heading-title{font-family:"Neue Haas Display Black", Sans-serif;font-size:142px;font-weight:400;mix-blend-mode:overlay;color:var( --e-global-color-6f340d4 );}.elementor-2853 .elementor-element.elementor-element-a6921e0 .elementor-heading-title{font-family:"Neue Haas Display Black", Sans-serif;font-weight:200;text-transform:uppercase;letter-spacing:0.1em;color:var( --e-global-color-6f340d4 );}.elementor-2853 .elementor-element.elementor-element-188948a{--display:flex;--min-height:40vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-2853 .elementor-element.elementor-element-188948a:not(.elementor-motion-effects-element-type-background), .elementor-2853 .elementor-element.elementor-element-188948a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2853 .elementor-element.elementor-element-b73b47f{text-align:center;font-family:"Neue Haas Display Black", Sans-serif;font-size:62px;font-weight:200;line-height:72px;color:var( --e-global-color-6f340d4 );}.elementor-2853 .elementor-element.elementor-element-569722c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2853 .elementor-element.elementor-element-26917e9{--min-height:30vh;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2853 .elementor-element.elementor-element-c5ad4bf .elementor-heading-title{font-size:40px;}.elementor-2853 .elementor-element.elementor-element-a6921e0{text-align:center;}.elementor-2853 .elementor-element.elementor-element-a6921e0 .elementor-heading-title{font-size:14px;}.elementor-2853 .elementor-element.elementor-element-188948a{--min-height:70vh;}.elementor-2853 .elementor-element.elementor-element-b73b47f{font-size:32px;line-height:32px;}}/* Start custom CSS *//* ── TOKEN (identici a Nicola Bolla) ─────────────────────── */
:root {
  --wv-dark:        #0a0a0a;
  --wv-dark-mid:    #171717;
  --wv-cream:       #fafaf8;
  --wv-cream-alt:   #f3f1ed;
  --wv-text-dark:   #35302a;
  --wv-text-body:   #171717;
  --wv-text-light:  #f6f3ec;
  --wv-text-muted:  #7a7672;
  --wv-font:        "Neue Haas Display Black", sans-serif;
  --wv-accent:      #c9a96e;
}
 
.wv { max-width: 100%; overflow-x: hidden; }
.wv *, .wv *::before, .wv *::after { box-sizing: border-box; }
.wv-img picture,
.wv-img--screen picture { display: block; width: 100%; max-width: 100%; }
.wv img { display: block; max-width: 100%; height: auto; }
 
/* ── HERO (stesso pattern di Nicola Bolla) ─────────────── */
.wv-hero { width: 100%; display: flex; flex-direction: column; }
.wv-hero__vwrap {
  position: relative; width: 100%; height: 60vh; min-height: 520px;
  overflow: hidden; display: flex; align-items: flex-end;
  justify-content: center; padding-bottom: 48px;
}
.wv-hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.wv-hero__vwrap::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.55) 100%);
  z-index: 1;
}
.wv-hero__content { position: relative; z-index: 2; text-align: center; }
.wv-hero__title {
  font-family: var(--wv-font);
  font-size: clamp(60px, 9vw, 142px);
  font-weight: 400; color: var(--wv-text-light);
  line-height: 1; letter-spacing: -0.01em;
  margin: 0; opacity: 0;
}
.wv-hero__sub {
  font-family: var(--wv-font);
  font-size: 16px; font-weight: 200; color: var(--wv-text-light);
  letter-spacing: 1.6px; text-transform: uppercase;
  margin: 14px 0 0; opacity: 0;
}
.wv-hero__tagline {
  background: var(--wv-dark-mid);
  display: flex; align-items: center; justify-content: center;
  min-height: 40vh; padding: 80px 40px;
}
.wv-hero__tagline p {
  font-family: var(--wv-font);
  font-size: clamp(30px, 4vw, 62px);
  font-weight: 200; color: var(--wv-text-light);
  text-align: center; line-height: 1.25;
  max-width: 920px; margin: 0;
}
 
/* ── LAYOUT SHELL ──────────────────────────────────────── */
.wv-section { position: relative; }
.wv-dark     { background: var(--wv-dark-mid); }
.wv-black    { background: var(--wv-dark); }
.wv-light    { background: var(--wv-cream); }
.wv-light-alt{ background: var(--wv-cream-alt); }
 
.wv-wrap  { max-width: 1400px; margin: 0 auto; padding: 0 80px; }
.wv-pv    { padding-top: 120px; padding-bottom: 120px; }
.wv-pv2   { padding-top: 80px;  padding-bottom: 80px; }
 
/* ── CAPITOLI NUMERATI (signature layout differenziante) ── */
.wv-chapter {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 64px;
}
.wv-chapter__num {
  font-family: var(--wv-font);
  font-size: 56px;
  font-weight: 200;
  color: var(--wv-text-dark);
  line-height: 1;
  letter-spacing: -1px;
  border-top: 1px solid rgba(53,48,42,0.35);
  padding-top: 22px;
}
.wv-chapter__num--inv {
  color: var(--wv-text-light);
  border-top-color: rgba(246,243,236,0.35);
}
.wv-chapter__head {
  border-top: 1px solid rgba(53,48,42,0.15);
  padding-top: 22px;
}
.wv-chapter__head--inv { border-top-color: rgba(246,243,236,0.15); }
.wv-chapter__label {
  display: block;
  font-family: var(--wv-font);
  font-size: 12px; font-weight: 200;
  letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--wv-text-muted);
  margin-bottom: 28px;
}
.wv-chapter__label--inv { color: rgba(246,243,236,0.45); }
.wv-chapter__title {
  font-family: var(--wv-font);
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 200;
  color: var(--wv-text-dark);
  line-height: 1.15; letter-spacing: -0.5px;
  margin: 0;
}
.wv-chapter__title--inv { color: var(--wv-text-light); }
 
/* ── TIPOGRAFIA ──────────────────────────────────────────── */
.wv-pull {
  font-family: var(--wv-font);
  font-size: clamp(34px, 5vw, 80px);
  font-weight: 200;
  color: var(--wv-text-dark);
  letter-spacing: -2px;
  line-height: 1.1;
  margin: 0 0 56px;
}
.wv-pull--inv { color: var(--wv-text-light); }
 
.wv-body {
  font-family: var(--wv-font);
  font-size: 19px; font-weight: 300;
  color: var(--wv-text-body);
  line-height: 1.8;
  max-width: 680px;
}
.wv-body--inv { color: var(--wv-text-light); }
.wv-body p + p { margin-top: 24px; }
.wv-body p:first-child { margin-top: 0; }
 
/* ── SPLIT STICKY (signature layout differenziante)
   Il testo resta sticky mentre la colonna immagini scorre.
─────────────────────────────────────────────────────── */
.wv-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: start;
}
.wv-split__text {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px 80px 80px;
}
.wv-split__media {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.wv-split__media img,
.wv-split__media video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}
.wv-split__reverse .wv-split__text { order: 2; padding: 80px 80px 80px 60px; }
.wv-split__reverse .wv-split__media { order: 1; }
 
/* ── HOVER-REVEAL CAPTION OVERLAY ─────────────────────────
   Hover sull'immagine → didascalia appare in basso.
   Esattamente come richiesto nel documento.
─────────────────────────────────────────────────────── */
.wv-figure {
  position: relative;
  overflow: hidden;
  line-height: 0;
  cursor: default;
}
.wv-figure img {
  width: 100%;
  height: auto;
  max-height: 85vh;
  object-fit: cover;
  display: block;
  transition: transform 1.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.wv-figure:hover img { transform: scale(1.025); }
 
.wv-figure__cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 28px 40px 24px;
  background: linear-gradient(to top, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0) 100%);
  color: var(--wv-text-light);
  font-family: var(--wv-font);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  pointer-events: none;
}
.wv-figure:hover .wv-figure__cap,
.wv-figure:focus-within .wv-figure__cap,
.wv-figure.is-tapped .wv-figure__cap {
  opacity: 1;
  transform: translateY(0);
}
.wv-figure__cap-title {
  display: block;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.wv-figure__cap-meta {
  display: block;
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(246,243,236,0.7);
}
 
/* ── WORK CARD (editorial metadata table) ─────────────────
   Pattern per le opere nominate: Mirage, Carro, Arcadia,
   Altare, Paesaggio. Differente da Nicola Bolla.
─────────────────────────────────────────────────────── */
.wv-workcard {
  background: var(--wv-cream-alt);
  padding: 100px 80px;
}
.wv-workcard__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.wv-workcard__media {
  line-height: 0;
}
.wv-workcard__media img,
.wv-workcard__media video {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: #000;
}
.wv-workcard__body { }
.wv-workcard__eyebrow {
  display: block;
  font-family: var(--wv-font);
  font-size: 11px; font-weight: 200;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--wv-text-muted);
  margin-bottom: 20px;
}
.wv-workcard__title {
  font-family: var(--wv-font);
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 200;
  color: var(--wv-text-dark);
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin: 0 0 28px;
}
.wv-workcard__meta {
  margin: 0 0 32px;
  border-top: 1px solid rgba(53,48,42,0.15);
}
.wv-workcard__meta dt,
.wv-workcard__meta dd {
  font-family: var(--wv-font);
  font-weight: 300;
}
.wv-workcard__meta .wv-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(53,48,42,0.10);
}
.wv-workcard__meta dt {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--wv-text-muted);
  margin: 0;
}
.wv-workcard__meta dd {
  font-size: 14px;
  color: var(--wv-text-body);
  margin: 0;
  line-height: 1.55;
}
.wv-workcard__desc {
  font-family: var(--wv-font);
  font-size: 16px;
  font-weight: 300;
  color: var(--wv-text-body);
  line-height: 1.8;
}
.wv-workcard__desc p + p { margin-top: 16px; }
.wv-workcard__desc em {
  font-style: italic; color: var(--wv-text-muted);
}
 
/* ── TRIPTYCH HORIZONTAL (Paesaggio da Tavola) ──────────
   Tre immagini full-height affiancate, scroll-snap.
   Diverso dalle gallerie con frecce di Nicola Bolla.
─────────────────────────────────────────────────────── */
.wv-trip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  background: var(--wv-cream-alt);
}
.wv-trip__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  line-height: 0;
}
.wv-trip__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.wv-trip__item:hover img { transform: scale(1.04); }
.wv-trip__num {
  position: absolute;
  top: 24px; left: 24px;
  font-family: var(--wv-font);
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--wv-text-light);
  padding: 8px 14px;
  background: rgba(10,10,10,0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
 
/* ── IMMAGINE FULL-BLEED (compatibilità con stile NB) ───── */
.wv-img { width: 100%; line-height: 0; overflow: hidden; }
.wv-img img {
  width: 100%; height: auto;
  max-height: 82vh;
  object-fit: cover;
  object-position: center;
  display: block;
}
.wv-img--inset { padding: 0 80px; background: var(--wv-cream); }
.wv-img--inset img { max-height: 90vh; }
.wv-img--portrait {
  display: flex; justify-content: center;
  padding: 64px 0; background: var(--wv-cream-alt);
}
.wv-img--portrait img {
  width: auto !important;
  height: 86vh !important;
  max-width: 100% !important;
  max-height: 86vh !important;
  object-fit: initial !important;
}
 
/* ── DUO (2 immagini affiancate, used per workshop 9-10) ── */
.wv-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  background: var(--wv-cream-alt);
}
.wv-duo img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 3/2;
}
 
/* ── CLOSING (quote in overlay sull'ultima foto) ──────────
   Sostituisce la nb-essence + foto finale di Nicola Bolla.
─────────────────────────────────────────────────────── */
.wv-closing {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--wv-dark);
}
.wv-closing__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.85;
}
.wv-closing::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(10,10,10,0.75) 0%, rgba(10,10,10,0.35) 60%, rgba(10,10,10,0.55) 100%);
  z-index: 1;
}
.wv-closing__inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  width: 100%;
  padding: 100px 80px;
  text-align: left;
}
.wv-closing__label {
  display: block;
  font-family: var(--wv-font);
  font-size: 12px; font-weight: 200;
  letter-spacing: 3.5px; text-transform: uppercase;
  color: rgba(246,243,236,0.55);
  margin-bottom: 36px;
}
.wv-closing__quote {
  font-family: var(--wv-font);
  font-size: clamp(38px, 6vw, 92px);
  font-weight: 200;
  color: var(--wv-text-light);
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin: 0 0 36px;
  max-width: 900px;
}
.wv-closing__coda {
  font-family: var(--wv-font);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 300;
  color: rgba(246,243,236,0.6);
  letter-spacing: 0.5px;
  margin: 0;
}
 
/* ── MOBILE ≤ 767px ────────────────────────────────────── */
@media (max-width: 767px) {
  .wv-wrap  { padding: 0 24px; }
  .wv-pv    { padding-top: 72px; padding-bottom: 72px; }
  .wv-pv2   { padding-top: 48px; padding-bottom: 48px; }
 
  .wv-hero__vwrap   { height: 50vh; min-height: 340px; padding-bottom: 32px; }
  .wv-hero__tagline { min-height: 30vh; padding: 50px 24px; }
 
  .wv-chapter {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 40px;
  }
  .wv-chapter__num { font-size: 40px; padding-top: 16px; }
  .wv-chapter__head { padding-top: 0; border-top: none; }
 
  .wv-split { grid-template-columns: 1fr; }
  .wv-split__text,
  .wv-split__reverse .wv-split__text {
    position: static;
    min-height: auto;
    padding: 56px 24px;
  }
  .wv-split__media img,
  .wv-split__media video { height: auto; max-height: 80vh; }
  .wv-split__reverse .wv-split__text { order: 1; }
  .wv-split__reverse .wv-split__media { order: 2; }
 
  .wv-workcard { padding: 64px 24px; }
  .wv-workcard__inner { grid-template-columns: 1fr; gap: 40px; }
 
  .wv-trip { grid-template-columns: 1fr; }
  .wv-trip__item { aspect-ratio: 4/3; }
 
  .wv-duo { grid-template-columns: 1fr; }
 
  .wv-img--inset { padding: 0 24px; }
  .wv-img--portrait { padding: 40px 0; }
  .wv-img--portrait img { height: auto !important; max-height: 80vh !important; width: 86vw !important; }
 
  .wv-figure__cap {
    opacity: 1;          /* su mobile sempre visibile */
    transform: none;
    padding: 22px 24px 18px;
  }
  .wv-figure__cap-title { font-size: 15px; }
 
  .wv-closing__inner { padding: 80px 24px; }
 
  .wv-body { margin-left: 0 !important; }
}
 
@media (prefers-reduced-motion: reduce) {
  .wv-hero__title, .wv-hero__sub { opacity: 1 !important; }
  .wv-figure img, .wv-trip__item img { transition: none !important; }
}/* End custom CSS */