/* ============================================================
   Piscitello – design system del handoff Claude Design
   Portato da design-reference/Home.html (<style>), token → --pcl-*
   Caricato dopo Bootstrap. :root vive in style.css.
   ============================================================ */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: var(--pcl-font-sans);
  font-size: 1.125rem;
  /* 18px — prima applicato dal reboot di Bootstrap via --bs-body-font-size */
  color: var(--pcl-ink);
  background: var(--pcl-cream-light);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

.wrap {
  max-width: var(--pcl-maxw);
  margin: 0 auto;
  padding: 0 30px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--pcl-font-serif);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: .005em
}

/* ===== ceramic craquelure texture ===== */
body.tex::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: .5;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320'%3E%3Cg fill='none' stroke='%23000' stroke-width='.5' opacity='.05'%3E%3Cpath d='M0 60 80 30 160 70 240 40 320 80'/%3E%3Cpath d='M0 160 70 138 130 178 210 148 320 182'/%3E%3Cpath d='M0 250 90 224 150 262 230 232 320 268'/%3E%3Cpath d='M44 0 64 84 32 168 78 250 52 320'/%3E%3Cpath d='M160 0 182 74 148 158 188 244 162 320'/%3E%3Cpath d='M262 0 282 92 246 168 286 258 262 320'/%3E%3C/g%3E%3C/svg%3E");
}

/* ===== eyebrow ===== */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-family: var(--pcl-font-sans);
  font-weight: 800;
  font-size: .76rem;
  color: var(--pcl-accent);
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1.3;
}

.eyebrow::before {
  display: none
}

/* ===== buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-weight: 700;
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 1rem 1.8rem;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: .22s ease;
  font-family: var(--pcl-font-sans);
}

/* a.btn-* ha specificità (0,1,1) = stessa di .page-template a in style.css;
   piscitello.css carica dopo → vince il cascade senza !important */
.btn-accent,
a.btn-accent {
  background: var(--pcl-accent);
  color: #fff
}

.btn-accent:hover,
a.btn-accent:hover {
  background: var(--pcl-accent-deep);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .16)
}

.btn-ink,
a.btn-ink {
  background: var(--pcl-ink);
  color: var(--pcl-paper)
}

.btn-ink:hover,
a.btn-ink:hover {
  background: #000;
  transform: translateY(-2px)
}

.btn-ghost,
a.btn-ghost {
  background: #f4f2e0;
  border-color: #f4f2e0;
  color: var(--pcl-ink)
}

.btn-ghost:hover,
a.btn-ghost:hover {
  background: #fff;
  border-color: #fff;
  color: var(--pcl-ink);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(42, 36, 24, .18)
}

.btn-light,
a.btn-light {
  background: transparent;
  border-color: rgba(255, 255, 255, .5);
  color: #fff
}

.btn-light:hover,
a.btn-light:hover {
  background: #fff;
  color: var(--pcl-ink);
  border-color: #fff
}

.btn-fill,
a.btn-fill {
  background: var(--pcl-ochre);
  border-color: var(--pcl-ochre);
  color: #2c1d0e
}

.btn-fill:hover,
a.btn-fill:hover {
  background: var(--pcl-ochre-deep);
  border-color: var(--pcl-ochre-deep);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .3)
}

.arrow {
  font-size: .95em;
  transition: transform .22s
}

.btn:hover .arrow {
  transform: translateX(4px)
}

/* ===== top utility bar ===== */
.topbar {
  background: var(--pcl-ink);
  color: #cfc6ad;
  font-size: .76rem;
  position: relative;
  z-index: 60
}

.topbar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px
}

.topbar .tb-left,
.topbar .tb-right {
  display: flex;
  align-items: center;
  gap: 1.4rem
}

.topbar a:hover {
  color: #fff
}

.tb-left .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--pcl-ochre)
}

.lang {
  display: flex;
  gap: .2rem;
  align-items: center;
  font-weight: 800;
  letter-spacing: .06em
}

.lang button {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  padding: 2px 4px;
  color: #8a8266;
  font-weight: 800;
  letter-spacing: .06em
}

.lang button.active {
  color: #fff
}

.lang span {
  opacity: .35
}

.ico {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round
}

/* ===== header ===== */
header.site {
  position: sticky;
  top: 0;
  z-index: 55;
  background: rgba(246, 239, 221, .9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--pcl-line);
  transition: height .25s;
}

header.site .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  gap: 1.5rem
}

.brand {
  display: flex;
  align-items: center;
  gap: .9rem;
  flex-shrink: 0
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .12))
}

.brand-tx b {
  font-family: var(--pcl-font-serif);
  font-size: 1.2rem;
  display: block;
  line-height: 1.05;
  letter-spacing: .005em;
  color: var(--pcl-ink)
}

.brand-tx small {
  font-size: .6rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--pcl-accent);
  font-weight: 800
}

nav.main {
  display: flex;
  gap: 2rem
}

nav.main a {
  font-weight: 700;
  font-size: .76rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--pcl-ink);
  position: relative;
  padding: 5px 0;
}

nav.main a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: var(--pcl-accent);
  transition: width .25s
}

nav.main a:hover::after,
nav.main a.active::after {
  width: 100%
}

nav.main a.active {
  color: var(--pcl-accent-deep)
}

.head-icons {
  display: flex;
  align-items: center;
  gap: 1.25rem
}

.head-icons button.ic,
.head-icons a.ic {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  display: grid;
  place-items: center;
  color: var(--pcl-ink);
  padding: 0
}

.head-icons .ic:hover {
  color: var(--pcl-accent)
}

.head-icons .ico {
  width: 21px;
  height: 21px;
  stroke-width: 1.5
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -10px;
  background: var(--pcl-teal);
  color: #fff;
  font-size: .6rem;
  font-weight: 800;
  min-width: 17px;
  height: 17px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  transition: transform .2s;
}

.cart-count.bump {
  transform: scale(1.35)
}

.burger {
  display: none
}

/* hamburger → X animato */
.burger-box {
  position: relative;
  display: block;
  width: 26px;
  height: 18px
}

.burger-inner,
.burger-inner::before,
.burger-inner::after {
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform .3s cubic-bezier(.4, 0, .1, 1), opacity .2s
}

.burger-inner {
  top: 50%;
  margin-top: -1px
}

.burger-inner::before {
  content: "";
  top: -8px
}

.burger-inner::after {
  content: "";
  top: 8px
}

body.nav-open .burger-inner {
  transform: rotate(45deg)
}

body.nav-open .burger-inner::before {
  top: 0;
  opacity: 0
}

body.nav-open .burger-inner::after {
  top: 0;
  transform: rotate(-90deg)
}

/* ===== HERO ===== */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--pcl-cream-light);
}

/* Immagine hero come <img> reale (srcset/LCP), non più background CSS.
   Stratificazione: .hero-bg (0) → ::before gradiente (1) → .wrap contenuto (2). */
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  z-index: 0;
}

/* Slideshow hero in crossfade (solo quando ci sono ≥2 slide → .is-rotator).
   Tutte le slide sono impilate (.hero-bg già absolute inset:0). La slide attiva
   è visibile; quella entrante sfuma sopra di essa, evitando il flash di sfondo.
   isolation:isolate confina gli z-index interni (0/1/2) in un proprio contesto,
   così il gradiente .hero::before resta sopra le slide come nell'hero a immagine
   singola (altrimenti la slide attiva lo coprirebbe). */
.hero-picture.is-rotator {
  isolation: isolate;
}

.hero-picture.is-rotator .hero-bg {
  opacity: 0;
  z-index: 0;
  transition: opacity var(--hero-fade, 1600ms) ease-in-out;
  will-change: opacity;
}

.hero-picture.is-rotator .hero-bg.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-picture.is-rotator .hero-bg.is-entering {
  opacity: 1;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .hero-picture.is-rotator .hero-bg {
    transition: none;
  }
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(100deg,
      color-mix(in oklab, var(--pcl-cream-light) 92%, transparent) 0%,
      color-mix(in oklab, var(--pcl-cream-light) 82%, transparent) 36%,
      color-mix(in oklab, var(--pcl-cream-light) 55%, transparent) 66%,
      color-mix(in oklab, var(--pcl-cream-light) 36%, transparent) 100%),
    linear-gradient(180deg,
      color-mix(in oklab, var(--pcl-cream-light) 38%, transparent) 0%,
      transparent 22%,
      transparent 72%,
      color-mix(in oklab, var(--pcl-cream-light) 58%, transparent) 100%);
}

/* Desktop: il testo è solo a sinistra → l'overlay sfuma a totale trasparenza
   sulla metà destra, così le ceramiche nella foto si vedono nitide.
   Niente velo verticale (servirebbe solo sotto al testo, già coperto). */
@media (min-width: 981px) {
  .hero::before {
    background:
      linear-gradient(100deg,
        color-mix(in oklab, var(--pcl-cream-light) 94%, transparent) 0%,
        color-mix(in oklab, var(--pcl-cream-light) 84%, transparent) 26%,
        color-mix(in oklab, var(--pcl-cream-light) 48%, transparent) 46%,
        transparent 60%,
        transparent 100%);
  }
}

/* Tutti gli hero del sito (shop, prodotto, categorie, blog, archivi, ricerca,
   404) riusano il gradiente direzionale della home: testo a sinistra su sfumatura
   cream, foto nitida a destra. Il div.hero-overlay è neutralizzato in style.css. */

.hero .wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 46rem) 1fr;
  gap: 2.5rem;
  align-items: center;
  padding: 88px 30px 96px
}

.hero-copy {
  max-width: 36rem
}

.hero-copy>* {
  opacity: 1
}

.hero-copy>*:nth-child(1) {
  animation-delay: .05s
}

.hero-copy>*:nth-child(2) {
  animation-delay: .2s
}

.hero-copy>*:nth-child(3) {
  animation-delay: .35s
}

.hero-copy>*:nth-child(4) {
  animation-delay: .5s
}

.hero-copy>*:nth-child(5) {
  animation-delay: .62s
}

.hero .eyebrow {
  margin-bottom: 1.2rem
}

.hero h1 {
  font-size: clamp(2.7rem, 5.6vw, 4.6rem);
  color: var(--pcl-ink)
}

.hero h1 em {
  font-style: normal;
  color: var(--pcl-accent-deep)
}

.hero p.lead {
  font-size: 1.08rem;
  color: var(--pcl-ink-soft);
  max-width: 31rem;
  margin: 1.6rem 0 2.1rem
}

.hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap
}

.hero-trust {
  display: flex;
  gap: 1.8rem;
  margin-top: 2.4rem;
  flex-wrap: wrap
}

.hero-trust div {
  display: flex;
  flex-direction: column;
  gap: .1rem
}

.hero-trust b {
  font-family: var(--pcl-font-serif);
  font-size: 1.55rem;
  color: var(--pcl-accent-deep);
  line-height: 1
}

.hero-trust small {
  font-size: .72rem;
  letter-spacing: .05em;
  color: var(--pcl-ink-soft);
  text-transform: uppercase;
  font-weight: 700
}

.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 480px
}

.hero-jug {
  width: min(420px, 88%);
  height: auto;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 18px 26px rgba(42, 36, 24, .22));
}

.estd {
  position: absolute;
  top: 4%;
  right: 2%;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  z-index: 3;
  background: radial-gradient(circle at 50% 35%, var(--pcl-accent), var(--pcl-accent-deep));
  box-shadow: 0 12px 26px rgba(0, 0, 0, .22);
}

.estd span {
  font-family: var(--pcl-font-serif);
  font-size: 1.6rem;
  line-height: .9
}

.estd small {
  display: block;
  font-size: .5rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  margin-top: .1rem;
  opacity: .9
}

.plate-tag {
  position: absolute;
  bottom: 8%;
  left: -2%;
  background: #fff;
  padding: .75rem 1.15rem;
  border-radius: 3px;
  z-index: 3;
  box-shadow: 0 16px 38px rgba(42, 36, 24, .2);
  border-left: 3px solid var(--pcl-accent);
}

.plate-tag small {
  font-size: .66rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--pcl-olive);
  font-weight: 700;
  display: block
}

.plate-tag b {
  font-family: var(--pcl-font-serif);
  font-size: 1.1rem;
  display: block;
  margin-top: .1rem
}

@keyframes rise {
  to {
    opacity: 1;
    transform: none
  }
}

/* ===== EXPLORE / collezioni a pantalla completa ===== */
.explore {
  background: var(--pcl-paper);
  position: relative;
  z-index: 2
}

.explore .lead {
  text-align: center;
  padding: 74px 30px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .55rem
}

.explore .lead h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
  color: var(--pcl-ink)
}

.explore .lead p {
  font-size: .95rem;
  color: var(--pcl-ink-soft);
  max-width: 34rem
}

.explore .lead .lead-logo {
  width: 74px;
  height: auto;
  margin-bottom: .3rem;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .14))
}

.explore-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: min(84vh, 840px);
  min-height: 560px
}

.exp-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.6rem 1.9rem;
  text-decoration: none;
  isolation: isolate
}

.exp-panel+.exp-panel {
  border-left: 1px solid rgba(255, 255, 255, .14)
}

.exp-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2
}

.exp-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: opacity .4s;
  background: linear-gradient(180deg, rgba(20, 16, 8, .5) 0%, rgba(20, 16, 8, .08) 38%, rgba(20, 16, 8, .06) 60%, rgba(20, 16, 8, .62) 100%)
}


.exp-panel:hover::after {
  background: linear-gradient(180deg, rgba(20, 16, 8, .55) 0%, rgba(157, 67, 41, .32) 55%, rgba(20, 16, 8, .72) 100%)
}

.exp-k {
  font-family: var(--pcl-font-sans);
  font-weight: 800;
  font-size: .68rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #fff;
  opacity: .82;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .5)
}

.exp-panel h3 {
  font-family: var(--pcl-font-serif);
  color: #fff;
  font-size: clamp(1.7rem, 2.1vw, 2.35rem);
  line-height: 1.04;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .45);
  max-width: 8em;
  margin-top: .4rem
}

.exp-top {
  margin-bottom: auto
}

.exp-cta {
  align-self: flex-start;
  background: var(--pcl-paper-soft);
  color: var(--pcl-ink);
  font-family: var(--pcl-font-sans);
  font-weight: 800;
  font-size: .7rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  padding: .85rem 1.35rem;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  transition: .25s;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .22)
}

.exp-cta .arrow {
  transition: transform .25s
}

.exp-panel:hover .exp-cta {
  background: var(--pcl-accent);
  color: #fff;
  transform: translateY(-3px)
}

.exp-panel:hover .exp-cta .arrow {
  transform: translateX(4px)
}

/* ===== section shell ===== */
section.block {
  padding: 88px 0;
  position: relative;
  z-index: 2
}

section.block.cream {
  background: var(--pcl-cream-light)
}

.sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 2.6rem;
  flex-wrap: wrap
}

.sec-head h2 {
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  color: var(--pcl-ink);
  margin-top: .35rem
}

.sec-head .link {
  font-size: .74rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--pcl-accent);
  display: inline-flex;
  gap: .5rem;
  align-items: center
}

.sec-head .link:hover {
  color: var(--pcl-accent-deep)
}

.sec-head .link:hover .arrow {
  transform: translateX(4px)
}

/* ===== botanical background decorations ===== */
.deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  opacity: .9;
  height: auto
}

@media(max-width:760px) {
  .deco {
    display: none
  }
}

/* ===== products ===== */
.prod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem
}

.card {
  background: #f4f2e0;
  border: 1px solid var(--pcl-line);
  border-radius: 6px;
  overflow: hidden;
  transition: .3s;
  position: relative;
  display: flex;
  flex-direction: column
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(42, 36, 24, .13);
  border-color: var(--pcl-paper-deep)
}

.card .thumb {
  position: relative;
  aspect-ratio: 1;
  background: #faf8ec
}

.card .thumb image-slot::part(frame) {
  background: transparent
}

.card .thumb image-slot {
  width: 100%;
  height: 100%
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  white-space: nowrap;
  background: var(--pcl-accent);
  color: #fff;
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .32rem .58rem;
  border-radius: 2px
}

.wish {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 4;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: .2s;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.wish:hover {
  background: #fff;
  transform: scale(1.1)
}

.wish .ico {
  display: block;
  width: 16px;
  height: 16px;
  stroke: var(--pcl-accent)
}

.wish.on .ico {
  fill: var(--pcl-accent)
}

.card .body {
  padding: 1.15rem 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  flex: 1
}

.card .cat {
  font-size: .64rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--pcl-olive);
  font-weight: 800
}

.card h3 {
  font-size: 1.2rem;
  margin: .3rem 0 .55rem;
  line-height: 1.16
}

.card .meta {
  font-size: .74rem;
  color: var(--pcl-ink-soft);
  margin-bottom: .85rem
}

.card .price {
  display: flex;
  align-items: baseline;
  gap: .5rem;
  margin: auto 0 .95rem
}

.card .price .now {
  font-family: var(--pcl-font-serif);
  font-size: 1.4rem;
  color: var(--pcl-ink)
}

.card .price .was {
  font-size: .85rem;
  color: #a89c80;
  text-decoration: line-through
}

.card .price .off {
  font-size: .64rem;
  font-weight: 800;
  color: var(--pcl-accent);
  letter-spacing: .05em
}

.card .add {
  width: 100%;
  justify-content: center
}

/* ===== inspirational full-bleed CTA ===== */
.inspire {
  position: relative;
  min-height: min(86vh, 720px);
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  color: #fff;
  z-index: 2
}

.inspire img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2
}

.inspire::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(20, 16, 8, .62), rgba(20, 16, 8, .52) 55%, rgba(20, 16, 8, .66)),
    radial-gradient(70% 70% at 50% 45%, rgba(157, 67, 41, .22), transparent 72%)
}

.inspire .inner {
  max-width: 780px;
  padding: 90px 30px
}

.inspire .eyebrow {
  justify-content: center;
  color: rgba(255, 255, 255, .82)
}

.inspire .eyebrow::before {
  display: none
}

.inspire h2 {
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 3.9rem);
  line-height: 1.08;
  margin: .7rem 0 1.1rem;
  text-shadow: 0 2px 30px rgba(0, 0, 0, .45)
}

.inspire p {
  color: rgba(255, 255, 255, .9);
  font-size: 1.06rem;
  max-width: 38rem;
  margin: 0 auto 2.2rem;
  line-height: 1.7
}

.inspire .cta-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap
}

.btn-pill {
  border-radius: 40px
}

.btn-paper,
a.btn-paper {
  background: var(--pcl-paper-soft);
  color: var(--pcl-ink);
  border-color: var(--pcl-paper-soft)
}

.btn-paper:hover,
a.btn-paper:hover {
  background: #fff;
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .25)
}

/* ===== heritage / awards ===== */
.heritage {
  background: var(--pcl-heritage-bg);
  color: var(--pcl-heritage-ink);
  position: relative;
  overflow: hidden;
  z-index: 2
}

.heritage .wrap {
  position: relative;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 3.4rem;
  align-items: center;
  padding: 84px 30px
}

.heritage-shot {
  width: min(320px, 100%);
  aspect-ratio: 4/5;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .4)
}

.heritage-shot image-slot {
  width: 100%;
  height: 100%
}

.heritage-shot image-slot::part(frame) {
  background: var(--pcl-paper-deep)
}

.medal {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  margin: 0 auto 1.4rem;
  background: radial-gradient(circle at 50% 34%, #ecc873, #a9802f);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .4);
  color: #3a2c0c;
  font-family: var(--pcl-font-serif)
}

.medal span {
  font-size: 2.4rem;
  line-height: .85
}

.medal small {
  font-size: .56rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: .2rem
}

.heritage h2 {
  font-size: clamp(2rem, 3.3vw, 2.7rem);
  color: #fff;
  margin: .4rem 0 1rem
}

.heritage .eyebrow {
  color: color-mix(in oklab, var(--pcl-heritage-ink) 80%, #fff)
}

.heritage p {
  color: color-mix(in oklab, var(--pcl-heritage-ink) 90%, transparent);
  max-width: 40rem
}

.awards {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 1.7rem 0 2rem
}

.awards span {
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 30px;
  padding: .38rem .9rem;
  font-size: .74rem;
  letter-spacing: .03em;
  transition: .2s
}

.awards span:hover {
  background: rgba(255, 255, 255, .12)
}

/* ===== events + news ===== */
.split {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 3.6rem
}

.ev {
  display: flex;
  gap: 1.15rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--pcl-line);
  align-items: flex-start;
  transition: .2s;
  color: inherit;
  text-decoration: none
}

.ev:first-of-type {
  border-top: 1px solid var(--pcl-line)
}

.ev:hover {
  padding-left: .4rem
}

.ev .date {
  flex-shrink: 0;
  width: 64px;
  min-height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .15rem;
  text-align: center;
  border: 1px solid var(--pcl-olive);
  border-radius: 5px;
  padding: .5rem 0;
  color: var(--pcl-olive-deep)
}

.ev .date b {
  font-family: var(--pcl-font-serif);
  font-size: 1.6rem;
  display: block;
  line-height: 1
}

.ev .date small {
  font-size: .6rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800
}

.ev .info h4 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: .25rem
}

.ev .info p {
  font-size: .84rem;
  color: var(--pcl-ink-soft);
  font-style: italic
}

.ev:hover h4 {
  color: var(--pcl-accent)
}

.news-item {
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--pcl-line);
  transition: .2s;
  color: inherit;
  text-decoration: none;
  display: block
}

.news-item:hover {
  padding-left: .4rem
}

.news-item .d {
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--pcl-olive);
  font-weight: 800
}

.news-item h4 {
  font-size: 1.14rem;
  margin: .32rem 0 .35rem
}

.news-item p {
  font-size: .85rem;
  color: var(--pcl-ink-soft)
}

.news-item:hover h4 {
  color: var(--pcl-accent)
}

.aside-head {
  margin-bottom: .6rem
}

/* ===== newsletter ===== */
.news-band {
  background: var(--pcl-band2);
  color: var(--pcl-band2-ink);
  padding: 70px 0;
  position: relative;
  z-index: 2
}

.news-band .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center
}

.news-band h2 {
  font-size: clamp(1.9rem, 3.1vw, 2.6rem);
  color: #fff
}

.news-band .eyebrow {
  color: color-mix(in oklab, var(--pcl-band2-ink) 85%, #fff)
}

.news-band p {
  color: color-mix(in oklab, var(--pcl-band2-ink) 88%, transparent);
  margin-top: .7rem;
  max-width: 31rem
}

.nl-form {
  display: flex;
  gap: .7rem;
  max-width: 440px;
  margin-left: auto;
  width: 100%
}

.nl-form input {
  flex: 1;
  border: none;
  padding: 1rem 1.15rem;
  border-radius: 2px;
  font: inherit;
  color: var(--pcl-ink)
}

.nl-form input::placeholder {
  color: #9a9486
}

/* ===== footer ===== */
footer.site {
  background: var(--pcl-ink);
  color: var(--pcl-cream-light);
  padding: 70px 0 0;
  position: relative;
  z-index: 2
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
  gap: 2.6rem;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, .12)
}

footer h5 {
  font-family: var(--pcl-font-serif);
  font-size: 1.34rem;
  color: var(--pcl-cream-light);
  margin-bottom: 1.15rem;
  letter-spacing: .01em
}

.f-brand {
  display: flex;
  flex-direction: column;
  gap: .2rem
}

.f-seal {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: .4rem
}

.f-seal svg {
  width: 62px;
  height: 62px;
  color: var(--pcl-ochre);
  flex-shrink: 0
}

.f-brand b {
  font-family: var(--pcl-font-serif);
  font-size: 1.22rem;
  color: #fff;
  display: block;
  line-height: 1.15
}

.f-brand .sub {
  font-size: .6rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--pcl-olive-bright);
  font-weight: 800
}

footer p,
footer li {
  font-size: 16px;
  line-height: 1.9
}


/* I selettori sotto hanno specificità (0,1,2) o superiore →
   battono .page-template a (0,1,1) di style.css senza !important */
footer.site ul a {
  color: var(--pcl-cream-light);
  text-decoration: none
}

footer.site ul a:hover {
  color: #fff
}

footer.site a.contact-line {
  color: #fff
}

footer.site .subfoot a {
  color: var(--pcl-cream-light)
}

footer.site .subfoot a:hover {
  color: #fff
}

.f-brand p {
  margin-top: 1rem;
  color: var(--pcl-cream-light);
  max-width: 23rem
}

.contact-line {
  color: #fff
}

.socials {
  display: flex;
  gap: .6rem;
  margin-top: 1.3rem
}

.socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  display: grid;
  place-items: center;
  transition: .25s
}

.socials a:hover {
  background: var(--pcl-accent);
  border-color: var(--pcl-accent)
}

.socials .ico {
  width: 17px;
  height: 17px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.6
}

.subfoot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 24px 0;
  flex-wrap: wrap
}

.subfoot,
.subfoot a {
  font-size: 14px;
  color: var(--pcl-cream-light);
}

.subfoot a:hover {
  color: #fff
}

.subfoot .legal {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap
}

.prov {
  background: var(--pcl-ochre);
  color: #3a2c0c;
  text-align: center;
  font-size: .72rem;
  letter-spacing: .04em;
  padding: .5rem;
  font-weight: 800;
  position: relative;
  z-index: 60
}

/* ===== reveal (enhancement only; content visible by default) ===== */
.reveal.in {
  opacity: 1;
  transform: none
}

@media (prefers-reduced-motion:no-preference) {
  html.anim-ready .hero-copy>* {
    opacity: 0;
    transform: translateY(20px);
    animation: rise .9s ease forwards
  }

  html.anim-ready .hero-art {
    opacity: 0;
    animation: rise 1s ease .3s forwards
  }

  html.anim-ready .reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .8s ease, transform .8s ease
  }

  /* must outrank `html.anim-ready .reveal` (0,2,1) - keep .in revealed */
  html.anim-ready .reveal.in {
    opacity: 1;
    transform: none
  }
}

/* ===== mini-cart drawer ===== */
.scrim {
  position: fixed;
  inset: 0;
  background: rgba(20, 16, 8, .5);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 90
}

.scrim.open {
  opacity: 1;
  visibility: visible
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(420px, 92vw);
  background: var(--pcl-paper-soft);
  z-index: 100;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.4, 0, .1, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -20px 0 50px rgba(0, 0, 0, .25);
}

.cart-drawer.open {
  transform: none
}

.cd-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 1.5rem;
  border-bottom: 1px solid var(--pcl-line)
}

.cd-head h3 {
  font-size: 1.4rem;
  font-style: italic
}

.cd-head .count {
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--pcl-ink-soft);
  font-weight: 700
}

.cd-close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--pcl-ink);
  display: grid;
  place-items: center
}

.cd-close .ico {
  width: 24px;
  height: 24px
}

.cd-items {
  flex: 1;
  overflow-y: auto;
  padding: .5rem 1.5rem
}

.cd-empty {
  text-align: center;
  color: var(--pcl-ink-soft);
  padding: 3rem 1rem;
  font-family: var(--pcl-font-serif);
  font-size: 1.2rem
}

.ci {
  display: flex;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--pcl-line);
  align-items: center
}

.ci .thmb {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  flex-shrink: 0;
  background: radial-gradient(circle at 50% 42%, #fff, var(--pcl-paper-deep));
  overflow: hidden;
  border: 1px solid var(--pcl-line)
}

.ci .thmb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ci .ci-info {
  flex: 1;
  min-width: 0
}

.ci .ci-info b {
  font-family: var(--pcl-font-serif);
  font-size: 1.02rem;
  font-weight: 500;
  display: block;
  line-height: 1.2
}

.ci .ci-info small {
  font-size: .72rem;
  color: var(--pcl-olive);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700
}

.ci .ci-r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .4rem
}

.ci .ci-r .p {
  font-family: var(--pcl-font-serif);
  font-size: 1.05rem
}

.ci .rm {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--pcl-ink-soft);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700
}

.ci .rm:hover {
  color: var(--pcl-accent)
}

.qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--pcl-line);
  border-radius: 3px;
  overflow: hidden
}

.qty button {
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--pcl-ink);
  font-size: 1rem;
  line-height: 1
}

.qty button:hover {
  background: var(--pcl-paper-deep)
}

.qty span {
  min-width: 26px;
  text-align: center;
  font-size: .82rem;
  font-weight: 700
}

.cd-foot {
  padding: 1.3rem 1.5rem 1.5rem;
  border-top: 1px solid var(--pcl-line);
  background: var(--pcl-paper)
}

.cd-sub {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: .3rem
}

.cd-sub span {
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--pcl-ink-soft);
  font-weight: 700
}

.cd-sub b {
  font-family: var(--pcl-font-serif);
  font-size: 1.7rem
}

.cd-note {
  font-size: .74rem;
  color: var(--pcl-ink-soft);
  margin-bottom: 1rem
}

.cd-foot .btn {
  width: 100%;
  justify-content: center
}

/* ===== toast ===== */
.toast {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 20px);
  z-index: 120;
  background: var(--pcl-ink);
  color: var(--pcl-paper);
  padding: .85rem 1.3rem;
  border-radius: 4px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .3);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  display: flex;
  align-items: center;
  gap: .6rem;
}

.toast.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0)
}

.toast .ico {
  width: 18px;
  height: 18px;
  stroke: var(--pcl-ochre)
}

/* ===== responsive ===== */
@media(max-width:980px) {
  nav.main {
    display: none
  }

  .burger {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--pcl-ink)
  }

  .hero .wrap {
    grid-template-columns: 1fr;
    text-align: center
  }

  .hero .eyebrow,
  .hero-cta,
  .hero-trust {
    justify-content: center
  }

  .hero p.lead {
    margin-left: auto;
    margin-right: auto
  }

  .hero-art {
    order: -1;
    max-width: 380px;
    margin: 0 auto
  }

  .heritage .wrap,
  .split,
  .news-band .wrap {
    grid-template-columns: 1fr;
    gap: 2rem
  }

  .shopby .grid {
    grid-template-columns: 1fr
  }

  .explore-strip {
    grid-template-columns: 1fr 1fr;
    height: auto
  }

  .exp-panel {
    min-height: 46vh;
    padding: 2rem 1.6rem
  }

  .prod-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .foot-grid {
    grid-template-columns: 1fr 1fr
  }

  .nl-form {
    margin: 0
  }
}

/* ===== menu mobile off-canvas =====
   Pannello che scivola da destra (coerente col drawer carrello).
   Stato pilotato da body.nav-open. */
body.nav-open {
  overflow: hidden
}

.m-scrim {
  position: fixed;
  inset: 0;
  background: rgba(20, 16, 8, .5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility 0s linear .35s;
  z-index: 120
}

body.nav-open .m-scrim {
  opacity: 1;
  visibility: visible;
  transition: opacity .35s
}

.m-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(360px, 86vw);
  background: var(--pcl-ink);
  color: #ece3d0;
  z-index: 130;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform .42s cubic-bezier(.4, 0, .1, 1), visibility 0s linear .42s;
  display: flex;
  flex-direction: column;
  box-shadow: -24px 0 60px rgba(0, 0, 0, .3);
  overflow-y: auto;
  overscroll-behavior: contain
}

body.nav-open .m-panel {
  transform: none;
  visibility: visible;
  transition: transform .42s cubic-bezier(.4, 0, .1, 1)
}

.m-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.m-panel-brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-family: var(--pcl-font-serif);
  font-size: 1.35rem;
  font-style: italic;
  color: #fff
}

.m-panel-brand img {
  width: 42px;
  height: 42px;
  flex: none
}

.m-close {
  background: none;
  border: none;
  cursor: pointer;
  color: #ece3d0;
  display: grid;
  place-items: center;
  padding: 0;
  width: 40px;
  height: 40px;
  transition: color .2s, transform .2s
}

.m-close:hover {
  color: #fff;
  transform: rotate(90deg)
}

.m-close .ico {
  width: 24px;
  height: 24px
}

nav.mobile {
  display: flex;
  flex-direction: column;
  padding: .6rem 1.6rem
}

nav.mobile a {
  position: relative;
  color: #ece3d0;
  font-family: var(--pcl-font-sans);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  opacity: 0;
  transform: translateX(18px);
  transition: color .2s
}

nav.mobile a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: var(--pcl-ochre);
  transition: width .3s
}

nav.mobile a:hover,
nav.mobile a.active {
  color: #fff
}

nav.mobile a:hover::after,
nav.mobile a.active::after {
  width: 30px
}

body.nav-open nav.mobile a {
  opacity: 1;
  transform: none;
  transition: opacity .45s ease, transform .45s cubic-bezier(.4, 0, .1, 1), color .2s
}

body.nav-open nav.mobile a:nth-child(1) {
  transition-delay: .10s
}

body.nav-open nav.mobile a:nth-child(2) {
  transition-delay: .15s
}

body.nav-open nav.mobile a:nth-child(3) {
  transition-delay: .20s
}

body.nav-open nav.mobile a:nth-child(4) {
  transition-delay: .25s
}

body.nav-open nav.mobile a:nth-child(5) {
  transition-delay: .30s
}

body.nav-open nav.mobile a:nth-child(6) {
  transition-delay: .35s
}

body.nav-open nav.mobile a:nth-child(7) {
  transition-delay: .40s
}

body.nav-open nav.mobile a:nth-child(8) {
  transition-delay: .45s
}

.m-panel-foot {
  margin-top: auto;
  padding: 1.4rem 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  flex-direction: column;
  gap: .9rem
}

.m-panel-foot a {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: #ece3d0;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color .2s
}

.m-panel-foot a:hover {
  color: #fff
}

.m-panel-foot a .ico {
  width: 20px;
  height: 20px
}

.m-foot-note {
  color: rgba(236, 227, 208, .6);
  font-size: .78rem;
  letter-spacing: .03em
}

@media (prefers-reduced-motion: reduce) {

  .m-panel,
  .m-scrim,
  .m-close,
  .burger-inner,
  .burger-inner::before,
  .burger-inner::after,
  nav.mobile a,
  body.nav-open nav.mobile a {
    transition: none !important
  }

  body.nav-open nav.mobile a {
    transition-delay: 0s !important
  }
}

@media(max-width:540px) {
  .prod-grid {
    grid-template-columns: 1fr
  }

  .hero-trust {
    gap: 1.2rem
  }

  .explore-strip {
    grid-template-columns: 1fr
  }

  .exp-panel {
    min-height: 52vh
  }
}

#tweaks-root {
  position: fixed;
  z-index: 130
}

/* ===== trust / garanzie band ===== */
.trust {
  background: var(--pcl-cream);
  border-top: 1px solid var(--pcl-line);
  border-bottom: 1px solid var(--pcl-line);
  padding: 62px 0
}

.trust .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem
}

.trust .item {
  text-align: center;
  padding: 0 1rem;
  position: relative
}

.trust .item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 14%;
  height: 72%;
  width: 1px;
  background: var(--pcl-line)
}

.trust .ic-wrap {
  width: 62px;
  height: 62px;
  margin: 0 auto 1.1rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pcl-paper-deep);
  color: var(--pcl-accent-deep);
  transition: .25s
}

.trust .item:hover .ic-wrap {
  background: var(--pcl-accent);
  color: #fff;
  transform: translateY(-3px)
}

.trust .ic-wrap svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.trust h3 {
  font-family: var(--pcl-font-serif);
  font-size: 1.32rem;
  color: var(--pcl-ink);
  margin-bottom: .5rem
}

.trust p {
  font-size: .86rem;
  color: var(--pcl-ink-soft);
  line-height: 1.6;
  max-width: 17rem;
  margin: 0 auto
}

.trust .pays {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .15rem;
  font-size: .84rem;
  color: var(--pcl-ink-soft)
}

.trust .pays li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem
}

.trust .pays li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--pcl-olive);
  flex-shrink: 0
}

/* ===== google reviews ===== */
.reviews {
  background: var(--pcl-cream-light);
  border-top: 1px solid var(--pcl-line);
  position: relative;
  z-index: 2
}

.rv-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 2.6rem;
  flex-wrap: wrap
}

.rv-head h2 {
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  color: var(--pcl-ink);
  margin-top: .5rem
}

.rv-summary {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  background: #f4f2e0;
  border: 1px solid var(--pcl-line);
  border-radius: 8px;
  padding: 1rem 1.4rem;
  box-shadow: 0 10px 30px rgba(42, 36, 24, .07)
}

.rv-summary .g-logo {
  width: 30px;
  height: 30px;
  flex-shrink: 0
}

.rv-score {
  display: flex;
  align-items: center;
  gap: .7rem;
  border-left: 1px solid var(--pcl-line);
  padding-left: 1.3rem
}

.rv-score b {
  font-family: var(--pcl-font-serif);
  font-size: 2.5rem;
  line-height: .9;
  color: var(--pcl-ink)
}

.rv-score .rv-meta {
  display: flex;
  flex-direction: column;
  gap: .1rem
}

.rv-stars {
  color: #e0a32e;
  letter-spacing: 2px;
  font-size: 1.02rem;
  line-height: 1
}

.rv-score small {
  font-size: .74rem;
  color: var(--pcl-ink-soft);
  font-weight: 600
}

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

.rv-card {
  background: #f4f2e0;
  border: 1px solid var(--pcl-line);
  border-radius: 8px;
  padding: 1.7rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: .3s;
  position: relative
}

.rv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 44px rgba(42, 36, 24, .12);
  border-color: var(--pcl-paper-deep)
}

.rv-card-top {
  display: flex;
  align-items: center;
  gap: .9rem
}

.rv-av {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--pcl-font-serif);
  font-size: 1.3rem;
  color: #fff;
  background: var(--c, var(--pcl-accent));
  flex-shrink: 0
}

.rv-card-top .who {
  flex: 1;
  min-width: 0
}

.rv-card-top h4 {
  font-family: var(--pcl-font-sans);
  font-weight: 800;
  font-size: .95rem;
  color: var(--pcl-ink)
}

.rv-card-top small {
  font-size: .74rem;
  color: var(--pcl-ink-soft)
}

.rv-card-top .g-logo {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: .95
}

.rv-card p {
  font-size: .94rem;
  color: var(--pcl-ink-soft);
  line-height: 1.6
}

@media(max-width:860px) {
  .rv-grid {
    grid-template-columns: 1fr
  }

  .rv-head {
    flex-direction: column;
    align-items: flex-start
  }
}

/* ===== instagram ===== */
.insta {
  padding: 84px 0 90px;
  position: relative;
  z-index: 2;
  background: var(--pcl-cream-light)
}

.insta .head {
  text-align: center;
  margin-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem
}

.insta .head h2 {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  color: var(--pcl-ink)
}

.insta .head a.handle {
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--pcl-accent);
  display: inline-flex;
  align-items: center;
  gap: .5rem
}

.insta .head a.handle:hover {
  color: var(--pcl-accent-deep)
}

.insta .head a.handle svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round
}

.insta .eyebrow::before {
  display: none
}

.ig-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .85rem
}

.ig-cell {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 5px;
  overflow: hidden;
  background: #c9c6bf;
  display: grid;
  place-items: center;
  transition: .25s
}

.ig-cell:hover {
  background: #bcb8b0
}

.ig-cell .ig-mark {
  width: 26px;
  height: 26px;
  stroke: rgba(42, 36, 24, .38);
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: .25s
}

.ig-cell:hover .ig-mark {
  stroke: rgba(42, 36, 24, .6)
}

@media(max-width:980px) {
  .trust .grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem 1rem
  }

  .trust .item:nth-child(2)::after {
    display: none
  }

  .ig-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:540px) {
  .trust .grid {
    grid-template-columns: 1fr
  }

  .trust .item::after {
    display: none !important
  }

  .trust .item {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--pcl-line)
  }

  .trust .item:last-child {
    border-bottom: none;
    padding-bottom: 0
  }
}

/* ===== Tavoli d'arte in pietra lavica (signature, made-to-order) ===== */
.tavoli {
  position: relative;
  z-index: 2;
  background: var(--pcl-cream)
}

.tavoli-hero {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  min-height: clamp(440px, 54vh, 580px)
}

.tavoli-hero img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  filter: saturate(1.02)
}

.tavoli-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(20, 16, 8, .64), rgba(20, 16, 8, .5) 46%, rgba(20, 16, 8, .82)),
    radial-gradient(72% 72% at 50% 38%, rgba(157, 67, 41, .26), transparent 70%)
}

.tavoli-hero .inner {
  max-width: 780px;
  padding: 92px 30px 168px
}

.tavoli-hero .eyebrow {
  justify-content: center;
  color: rgba(255, 255, 255, .85)
}

.tavoli-hero .eyebrow::before {
  display: none
}

.tavoli-hero h2 {
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  line-height: 1.1;
  margin: .7rem 0 1.2rem;
  text-shadow: 0 2px 30px rgba(0, 0, 0, .45)
}

.tavoli-hero h2 .nb {
  white-space: nowrap
}

.tavoli-hero p.lead {
  color: rgba(255, 255, 255, .9);
  font-size: 1.06rem;
  max-width: 40rem;
  margin: 0 auto;
  line-height: 1.7
}

.t-specs {
  display: flex;
  gap: .6rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.7rem
}

.t-specs span {
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 30px;
  padding: .42rem .95rem;
  font-size: .74rem;
  letter-spacing: .04em;
  font-weight: 600;
  backdrop-filter: blur(2px)
}

.tavoli .wrap {
  position: relative;
  margin-top: -104px;
  padding-bottom: 8px
}

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

.t-card {
  background: var(--pcl-cream-light);
  border: 1px solid var(--pcl-line);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 50px rgba(42, 36, 24, .18);
  transition: .3s
}

.t-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 64px rgba(42, 36, 24, .24);
  border-color: var(--pcl-paper-deep)
}

.t-card .ph {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #faf8ec;
  position: relative
}

.t-card .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.t-card .ph .num {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(61, 41, 37, .82);
  color: var(--pcl-paper-soft);
  font-family: var(--pcl-font-serif);
  font-size: .86rem;
  letter-spacing: .04em;
  padding: .2rem .6rem;
  border-radius: 3px;
  backdrop-filter: blur(2px)
}

.t-body {
  padding: 1.25rem 1.35rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1
}

.t-body .cat {
  font-size: .64rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--pcl-olive);
  font-weight: 800
}

.t-body h3 {
  font-size: 1.28rem;
  margin: .32rem 0 .5rem;
  line-height: 1.16
}

.t-body .meta {
  font-size: .78rem;
  color: var(--pcl-ink-soft);
  margin-bottom: 1.15rem
}

.t-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  margin-top: auto;
  padding-top: .95rem;
  border-top: 1px solid var(--pcl-line)
}

.t-foot .tag {
  font-family: var(--pcl-font-serif);
  font-size: 1.02rem;
  color: var(--pcl-accent-deep)
}

.t-foot .ask {
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--pcl-accent);
  display: inline-flex;
  align-items: center;
  gap: .45rem
}

.t-foot .ask:hover {
  color: var(--pcl-accent-deep)
}

.t-foot .ask:hover .arrow {
  transform: translateX(4px)
}

.tavoli-cta {
  text-align: center;
  margin-top: 2.4rem;
  margin-bottom: 4rem
}

@media(max-width:980px) {
  .tavoli-grid {
    grid-template-columns: 1fr 1fr
  }

  .tavoli .wrap {
    margin-top: -88px
  }
}

@media(max-width:620px) {
  .tavoli-grid {
    grid-template-columns: 1fr
  }

  .tavoli-hero .inner {
    padding-bottom: 150px
  }
}

/* ============================================================
   Produzione WP: <img> al posto dei web-component <image-slot>
   ============================================================ */
.card .thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0
}

.card .thumb .badge,
.card .thumb .wish {
  z-index: 2
}

.heritage-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

/* =========================================================
   MOBILE POLISH ≤ 768px
   Le griglie collassano già a 980/860/620/540; qui si riducono
   i gutter laterali, i padding verticali di sezione (oversize da
   desktop), si semplifica la topbar e si rendono le CTA full-width.
   Blocco in coda al file: stessa specificità, vince per ordine.
   ========================================================= */
@media (max-width: 767px) {

  /* gutter laterali più stretti su tutti i .wrap */
  .wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  /* topbar: tieni solo il promo, centrato e più piccolo */
  .topbar {
    font-size: .72rem;
  }

  .topbar .wrap {
    justify-content: center;
  }

  .topbar .tb-right {
    display: none;
  }

  /* hero meno alto, copy compatto (già 1 colonna da 980px) */
  .hero .wrap {
    padding: 46px 18px 52px;
    gap: 1.4rem;
  }

  .hero p.lead {
    font-size: 1rem;
    margin-top: 1.1rem;
    margin-bottom: 1.5rem;
  }

  .hero-cta>* {
    flex: 1 1 100%;
    justify-content: center;
  }

  /* padding verticali di sezione ridotti */
  section.block {
    padding: 52px 0;
  }

  .explore .lead {
    padding: 46px 18px 24px;
  }

  .inspire .inner {
    padding: 54px 22px;
  }

  .heritage .wrap {
    padding: 46px 18px;
  }

  .news-band {
    padding: 46px 0;
  }

  .trust {
    padding: 40px 0;
  }

  .insta {
    padding: 50px 0 54px;
  }

  footer.site {
    padding: 46px 0 0;
  }

  .tavoli-hero .inner {
    padding: 54px 20px 110px;
  }

  /* newsletter: campo e bottone impilati a tutta larghezza */
  .nl-form {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .nl-form>* {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: clamp(2rem, 8.5vw, 2.6rem);
  }

  section.block {
    padding: 42px 0;
  }

  .tavoli-hero .inner {
    padding: 46px 16px 88px;
  }

  /* prodotti e footer a colonna singola sui telefoni piccoli */
  .prod-grid {
    grid-template-columns: 1fr;
  }

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

/* =========================================================
   HEADER ≤ 980px — allineato al punto in cui compare il burger.
   Libera spazio così brand + icone + burger stanno su una riga
   anche a 360px. Selettori a specificità >= di .head-icons a.ic
   (0,2,1) per vincere senza !important.
   ========================================================= */
@media (max-width: 980px) {
  header.site .wrap {
    height: 74px;
    gap: .6rem;
  }

  .brand {
    min-width: 0;
    /* permette al testo di accorciarsi */
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand-tx b {
    font-size: 1.05rem;
  }

  .brand-tx small {
    letter-spacing: .2em;
  }

  .head-icons {
    gap: .9rem;
    flex-shrink: 0;
  }

  /* account nascosto dall'header (resta nel menu mobile);
     (0,2,1) come .head-icons a.ic ma più avanti nel sorgente → vince */
  .head-icons a.ic-account {
    display: none;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   Pagina Azienda (handoff Claude Design) — solo le classi NUOVE della pagina.
   Riusano il tema e NON sono ridefinite qui: .block / .block.cream / .deco /
   .heritage* / .btn-paper / .btn-light / .btn-pill / .eyebrow / .reveal / .wrap.
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── hero pagina interna (gradiente cream direzionale come la home) ── */
.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--pcl-cream-light);
  min-height: clamp(420px, 56vh, 600px);
  display: flex;
  align-items: center
}

.page-hero img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  z-index: 0
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(100deg,
      color-mix(in oklab, var(--pcl-cream-light) 92%, transparent) 0%,
      color-mix(in oklab, var(--pcl-cream-light) 82%, transparent) 36%,
      color-mix(in oklab, var(--pcl-cream-light) 55%, transparent) 66%,
      color-mix(in oklab, var(--pcl-cream-light) 36%, transparent) 100%),
    linear-gradient(180deg,
      color-mix(in oklab, var(--pcl-cream-light) 38%, transparent) 0%,
      transparent 22%,
      transparent 72%,
      color-mix(in oklab, var(--pcl-cream-light) 58%, transparent) 100%)
}

/* Desktop: come nell'hero della home, il velo sfuma a totale trasparenza sulla
   metà destra così la foto resta nitida (il testo è solo a sinistra). */
@media (min-width: 981px) {
  .page-hero::before {
    background:
      linear-gradient(100deg,
        color-mix(in oklab, var(--pcl-cream-light) 94%, transparent) 0%,
        color-mix(in oklab, var(--pcl-cream-light) 84%, transparent) 26%,
        color-mix(in oklab, var(--pcl-cream-light) 48%, transparent) 46%,
        transparent 60%,
        transparent 100%);
  }
}

.page-hero .wrap {
  position: relative;
  z-index: 2;
  width: 100%
}

.page-hero .inner {
  max-width: 46rem;
  padding: 84px 0 96px;
  text-align: left
}

.page-hero .crumbs {
  display: flex;
  gap: .6rem;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--pcl-ink-soft);
  margin-bottom: 1.4rem
}

.page-hero .crumbs a:hover {
  color: var(--pcl-accent-deep)
}

.page-hero .crumbs span {
  opacity: .5
}

.page-hero .crumbs b {
  color: var(--pcl-ink)
}

.page-hero h1 {
  color: var(--pcl-ink);
  font-size: clamp(2.6rem, 5.4vw, 4.2rem);
  line-height: 1.08;
  margin: .7rem 0 1.2rem
}

.page-hero h1 em {
  font-style: normal;
  color: var(--pcl-accent-deep)
}

.page-hero p.lead {
  color: var(--pcl-ink-soft);
  font-size: 1.06rem;
  max-width: 34rem;
  line-height: 1.7
}

.ph-trust {
  display: flex;
  gap: 2.6rem;
  flex-wrap: wrap;
  margin-top: 2.2rem
}

.ph-trust div {
  display: flex;
  flex-direction: column;
  gap: .1rem
}

.ph-trust b {
  font-family: var(--pcl-font-serif);
  font-size: 1.8rem;
  color: var(--pcl-accent-deep);
  line-height: 1
}

.ph-trust small {
  font-size: .7rem;
  letter-spacing: .08em;
  color: var(--pcl-ink-soft);
  text-transform: uppercase;
  font-weight: 700
}

/* ── storia split ── */
.storia .wrap {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 4rem;
  align-items: center
}

.storia h2 {
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  color: var(--pcl-ink);
  margin: .35rem 0 1.3rem
}

.storia p {
  color: var(--pcl-ink-soft);
  margin-bottom: 1.1rem;
  max-width: 36rem
}

.storia p b {
  color: var(--pcl-ink)
}

.firma {
  margin-top: 1.6rem
}

.firma .nome {
  font-family: "Caramel", cursive;
  font-size: 2.4rem;
  color: var(--pcl-accent-deep);
  line-height: 1
}

.firma small {
  display: block;
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--pcl-ink-soft);
  font-weight: 800;
  margin-top: .2rem
}

.storia-art {
  position: relative
}

.storia-shot {
  aspect-ratio: 4/5;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(42, 36, 24, .22);
  background: var(--pcl-paper-soft)
}

.storia-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.storia .estd {
  position: absolute;
  top: -26px;
  right: -22px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  z-index: 3;
  background: radial-gradient(circle at 50% 35%, var(--pcl-accent), var(--pcl-accent-deep));
  box-shadow: 0 12px 26px rgba(0, 0, 0, .22)
}

.storia .estd span {
  font-family: var(--pcl-font-serif);
  font-size: 1.65rem;
  line-height: .9
}

.storia .estd small {
  display: block;
  font-size: .5rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  margin-top: .1rem;
  opacity: .9
}

.storia-tag {
  position: absolute;
  bottom: -18px;
  left: -20px;
  background: #fff;
  padding: .75rem 1.15rem;
  border-radius: 3px;
  z-index: 3;
  box-shadow: 0 16px 38px rgba(42, 36, 24, .2);
  border-left: 3px solid var(--pcl-accent)
}

.storia-tag small {
  font-size: .66rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--pcl-olive);
  font-weight: 700;
  display: block
}

.storia-tag b {
  font-family: var(--pcl-font-serif);
  font-size: 1.1rem;
  display: block;
  margin-top: .1rem
}

@media (max-width: 860px) {
  .storia .wrap {
    grid-template-columns: 1fr;
    gap: 3rem
  }

  .storia-art {
    max-width: 26rem;
    margin: 0 auto
  }
}

/* ── timeline ── */
.timeline-head {
  text-align: center;
  max-width: 46rem;
  margin: 0 auto 3.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .55rem
}

.timeline-head h2 {
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  color: var(--pcl-ink)
}

.timeline-head p {
  font-size: .95rem;
  color: var(--pcl-ink-soft)
}

.tl {
  position: relative;
  max-width: 880px;
  margin: 0 auto
}

.tl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: var(--pcl-line);
  transform: translateX(-50%)
}

.tl-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4.2rem;
  padding: 0 0 3rem
}

.tl-item:last-child {
  padding-bottom: 0
}

.tl-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: .55rem;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--pcl-paper);
  border: 3px solid var(--pcl-accent);
  transform: translateX(-50%);
  z-index: 2
}

.tl-item .tl-year {
  grid-column: 1;
  text-align: right
}

.tl-item .tl-body {
  grid-column: 2;
  text-align: left
}

.tl-item:nth-child(even) .tl-year {
  grid-column: 2;
  grid-row: 1;
  text-align: left
}

.tl-item:nth-child(even) .tl-body {
  grid-column: 1;
  grid-row: 1;
  text-align: right
}

.tl-year b {
  font-family: var(--pcl-font-serif);
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  color: var(--pcl-accent-deep);
  line-height: 1
}

.tl-year small {
  display: block;
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--pcl-olive);
  font-weight: 800;
  margin-top: .3rem
}

.tl-body h3 {
  font-size: 1.32rem;
  margin-bottom: .4rem
}

.tl-body p {
  font-size: .92rem;
  color: var(--pcl-ink-soft);
  max-width: 24rem
}

.tl-item:nth-child(even) .tl-body p {
  margin-left: auto
}

@media (max-width: 760px) {
  .tl::before {
    left: 8px
  }

  .tl-item,
  .tl-item:nth-child(even) {
    display: block;
    padding-left: 38px
  }

  .tl-item::before {
    left: 8px
  }

  .tl-item .tl-year,
  .tl-item:nth-child(even) .tl-year {
    text-align: left;
    margin-bottom: .3rem
  }

  .tl-item .tl-body,
  .tl-item:nth-child(even) .tl-body {
    text-align: left
  }

  .tl-item:nth-child(even) .tl-body p {
    margin-left: 0
  }
}

/* ── laboratorio / processo ── */
.lab-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 2.6rem;
  flex-wrap: wrap
}

.lab-head h2 {
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  color: var(--pcl-ink);
  margin-top: .35rem
}

.lab-head p {
  font-size: .95rem;
  color: var(--pcl-ink-soft);
  max-width: 30rem
}

.lab-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem
}

.step {
  background: var(--pcl-cream);
  border: 1px solid var(--pcl-line);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: .3s
}

.step:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(42, 36, 24, .13);
  border-color: var(--pcl-paper-deep)
}

.step .ph {
  aspect-ratio: 4/3;
  background: var(--pcl-cream-light);
  position: relative
}

.step .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.step .num {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(61, 41, 37, .85);
  color: var(--pcl-paper-soft);
  display: grid;
  place-items: center;
  font-family: var(--pcl-font-serif);
  font-size: 1.15rem;
  backdrop-filter: blur(2px)
}

.step .body {
  padding: 1.2rem 1.3rem 1.45rem
}

.step h3 {
  font-size: 1.3rem;
  margin-bottom: .45rem
}

.step p {
  font-size: .88rem;
  color: var(--pcl-ink-soft);
  line-height: 1.6
}

@media (max-width: 980px) {
  .lab-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 540px) {
  .lab-grid {
    grid-template-columns: 1fr
  }
}

/* ── riconoscimenti: lista (lo shell .heritage è già nel tema) ── */
.ric-list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column
}

.ric {
  display: flex;
  gap: 1.15rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  align-items: baseline
}

.ric:first-child {
  border-top: 1px solid rgba(255, 255, 255, .14)
}

.ric b.yr {
  font-family: var(--pcl-font-serif);
  font-size: 1.3rem;
  color: #ecc873;
  flex-shrink: 0;
  width: 74px;
  line-height: 1.2
}

.ric .tx h4 {
  font-size: 1.08rem;
  color: #fff;
  font-weight: 400
}

.ric .tx p {
  font-size: .82rem;
  font-style: italic
}

/* ── visita / CTA finale ── */
.visita {
  position: relative;
  min-height: min(80vh, 640px);
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  color: #fff;
  z-index: 2
}

.visita img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2
}

.visita::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(20, 16, 8, .62), rgba(20, 16, 8, .52) 55%, rgba(20, 16, 8, .66)),
    radial-gradient(70% 70% at 50% 45%, rgba(157, 67, 41, .22), transparent 72%)
}

.visita .inner {
  max-width: 780px;
  padding: 90px 30px
}

.visita .eyebrow {
  justify-content: center;
  color: rgba(255, 255, 255, .82)
}

.visita h2 {
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 3.9rem);
  line-height: 1.08;
  margin: .7rem 0 1.1rem;
  text-shadow: 0 2px 30px rgba(0, 0, 0, .45)
}

.visita p {
  color: rgba(255, 255, 255, .9);
  font-size: 1.06rem;
  max-width: 38rem;
  margin: 0 auto 2.2rem;
  line-height: 1.7
}

.visita .cta-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap
}

.visita .dove {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.4rem
}

.visita .dove div {
  display: flex;
  flex-direction: column;
  gap: .15rem
}

.visita .dove small {
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 255, 255, .7)
}

.visita .dove b {
  font-family: var(--pcl-font-serif);
  font-weight: 400;
  font-size: 1.05rem
}