/* VRC On Tour — PIAZZA landing (www.vrcitaly.it) */
.page-ontour-piazza {
  --pz-pop: #b7b5e4;
  --pz-ink: #050509;
  --pz-panel: #333440;
  --pz-light: #e8e8e8;
  background: var(--pz-ink);
  color: var(--pz-light);
}
.page-ontour-piazza .site-header {
  background: #e8e8e8;
  border-bottom: 1px solid rgba(51,52,64,0.08);
}
.page-ontour-piazza .btn--cta {
  background: #b7b5e4 !important;
  border-color: #b7b5e4 !important;
  color: #333440 !important;
  font-family: var(--font-medium);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.page-ontour-piazza .btn--cta:hover,
.page-ontour-piazza .btn--cta:focus-visible {
  background: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
  color: #333440 !important;
}
.page-ontour-piazza .btn--outline-light {
  border-color: rgba(232,232,232,0.55);
  color: #e8e8e8;
  font-family: var(--font-medium);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pz { overflow-x: clip; }
.pz-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms cubic-bezier(0.2,0.7,0,1), transform 700ms cubic-bezier(0.2,0.7,0,1);
}
.pz-reveal.is-visible { opacity: 1; transform: none; }
.pz-kicker {
  margin: 0 0 1.2rem;
  font-family: var(--font-bold);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b7b5e4;
  line-height: 1.35;
}
.pz-slot {
  display: grid;
  place-items: center;
  min-height: 11rem;
  padding: 1rem;
  border: 1px dashed rgba(183,181,228,0.45);
  background: rgba(183,181,228,0.06);
  color: rgba(232,232,232,0.7);
  font-family: var(--font-medium);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}
.pz-slot--light {
  border-color: rgba(51,52,64,0.25);
  background: rgba(51,52,64,0.04);
  color: rgba(51,52,64,0.55);
}

.pz-media {
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #14141c;
  min-height: 16rem;
}
.pz-media img,
.pz-media video {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}
.pz-media--video {
  min-height: 18rem;
}
.pz-media--video video {
  min-height: 18rem;
}

/* Hero */
.pz-hero {
  position: relative;
  min-height: min(92vh, 52rem);
  display: grid;
  align-items: end;
  padding: 6.5rem 1.25rem 0;
  isolation: isolate;
}
.pz-hero__media,
.pz-hero__veil { position: absolute; inset: 0; z-index: -1; }
.pz-hero__media picture,
.pz-hero__media img,
.pz-hero__media video {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.pz-hero__media picture { position: absolute; inset: 0; }
.pz-hero__media video { position: absolute; inset: 0; z-index: 1; }
.pz-hero__veil {
  background:
    linear-gradient(90deg, rgba(5,5,9,0.92) 0%, rgba(5,5,9,0.7) 45%, rgba(5,5,9,0.35) 100%),
    linear-gradient(180deg, rgba(5,5,9,0.2), rgba(5,5,9,0.88) 78%, #050509 100%);
}
.pz-hero__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-bottom: 2rem;
}
.pz-hero__title {
  margin: 0 0 0.85rem;
  font-family: var(--font-bold);
  font-size: clamp(1.7rem, 3.8vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  max-width: 22ch;
  color: #e8e8e8;
}
.pz-hero__claim {
  margin: 0 0 1.1rem;
  font-family: var(--font-bold);
  font-size: clamp(2.4rem, 6.5vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  max-width: 12ch;
  color: #b7b5e4;
}
.pz-hero__lead {
  margin: 0 0 1.5rem;
  max-width: 38rem;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(232,232,232,0.8);
}
.pz-hero__actions {
  display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; align-items: center;
}
@media (max-width: 699px) {
  .pz-hero__actions .btn { width: 100%; justify-content: center; }
}
.pz-hero__rail {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 1.2rem 0 1.4rem;
  border-top: 1px solid rgba(183,181,228,0.35);
  font-family: var(--font-medium);
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #e8e8e8;
}

/* Why — service composition */
.pz-why {
  padding: clamp(3.2rem, 7vw, 5.5rem) 1.25rem;
  background: #e8e8e8;
  color: #333440;
  overflow: clip;
}
.pz-why__inner { width: min(1180px, 100%); margin: 0 auto; }
.pz-why .pz-kicker { color: #333440; }
.pz-why__head {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .pz-why__head { grid-template-columns: 1.15fr 0.85fr; align-items: end; gap: 2rem; }
}
.pz-why__head h2 {
  margin: 0;
  font-family: var(--font-bold);
  font-size: clamp(1.9rem, 4.2vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  max-width: 14ch;
}
.pz-why__head > p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(51,52,64,0.72);
}
.pz-why__stage {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 980px) {
  .pz-why__stage {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.5rem;
    align-items: stretch;
  }
}
.pz-why__media {
  position: relative;
  min-height: 22rem;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #333440;
  isolation: isolate;
}
.pz-why__img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}
.pz-why__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(12, 12, 18, 0.72) 100%);
  pointer-events: none;
  z-index: 1;
}
.pz-why__slot {
  min-height: 22rem;
  height: 100%;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(183,181,228,0.18), transparent 42%),
    #333440;
  color: rgba(232,232,232,0.75);
}
.pz-why__blueprint {
  position: absolute;
  inset: 1.1rem;
  border: 1px solid rgba(183,181,228,0.35);
  pointer-events: none;
  z-index: 2;
}
.pz-why__blueprint span {
  position: absolute;
  background: #b7b5e4;
}
.pz-why__blueprint span:nth-child(1) {
  left: 12%; top: 18%; width: 2.5rem; height: 2px;
}
.pz-why__blueprint span:nth-child(2) {
  right: 16%; top: 42%; width: 2px; height: 3rem;
}
.pz-why__blueprint span:nth-child(3) {
  left: 28%; bottom: 22%; width: 4rem; height: 2px;
}
.pz-why__callout {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  z-index: 3;
  margin: 0;
  max-width: 18rem;
  padding: 0.85rem 1rem;
  background: rgba(5,5,9,0.78);
  color: #e8e8e8;
  font-family: var(--font-medium);
  font-size: 0.92rem;
  line-height: 1.35;
  border-left: 3px solid #b7b5e4;
}
.pz-why__points {
  display: grid;
  gap: 0.85rem;
}
.pz-why__point {
  padding: 1.15rem 1.1rem 1.2rem;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(51,52,64,0.06);
  box-shadow: 0 12px 30px rgba(51,52,64,0.05);
}
.pz-why__point--service {
  background: #333440;
  color: #e8e8e8;
  border-color: rgba(183,181,228,0.35);
  box-shadow: 0 18px 40px rgba(51,52,64,0.2);
}
.pz-why__num {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--font-bold);
  font-size: 0.95rem;
  color: #b7b5e4;
}
.pz-why__service-tag {
  margin: 0 0 0.35rem;
  font-family: var(--font-bold);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b7b5e4;
}
.pz-why__point h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-medium);
  font-size: 1.08rem;
}
.pz-why__point p:last-child {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.94rem;
  line-height: 1.45;
  color: rgba(51,52,64,0.72);
}
.pz-why__point--service p:last-child { color: rgba(232,232,232,0.78); }

/* Formats */
.pz-formats {
  padding: clamp(3.2rem, 7vw, 5.5rem) 1.25rem;
  background: #050509;
}
.pz-formats__inner { width: min(1180px, 100%); margin: 0 auto; }
.pz-formats__head { text-align: center; margin-bottom: 2rem; }
.pz-formats__head h2 {
  margin: 0 auto 0.75rem;
  max-width: 18ch;
  font-family: var(--font-bold);
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  line-height: 1.05;
}
.pz-formats__head > p {
  margin: 0 auto;
  max-width: 40rem;
  font-family: var(--font-body);
  color: rgba(232,232,232,0.72);
  line-height: 1.5;
}
.pz-formats__grid {
  display: grid;
  gap: 1.15rem;
}
@media (min-width: 960px) {
  .pz-formats__grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
.pz-format {
  display: grid;
  grid-template-rows: 13rem auto;
  background: #12121a;
  border: 1px solid rgba(232,232,232,0.08);
  color: #e8e8e8;
}
.pz-format__media { overflow: hidden; background: #333440; position: relative; }
.pz-format__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pz-format__body { padding: 1.25rem 1.15rem 1.35rem; display: flex; flex-direction: column; gap: 0.55rem; }
.pz-format__label {
  margin: 0;
  font-family: var(--font-bold);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b7b5e4;
}
.pz-format h3 {
  margin: 0;
  font-family: var(--font-bold);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.pz-format p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(232,232,232,0.72);
}
.pz-format__micro {
  font-family: var(--font-medium) !important;
  font-size: 0.85rem !important;
  color: rgba(232,232,232,0.62) !important;
}
.pz-format__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: 0.55rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: #b7b5e4;
  color: #333440;
  font-family: var(--font-medium);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

/* Audience */
.pz-audience {
  padding: clamp(3.2rem, 7vw, 5.5rem) 1.25rem;
  background: #e8e8e8;
  color: #333440;
}
.pz-audience__inner { width: min(1180px, 100%); margin: 0 auto; }
.pz-audience__head { text-align: center; margin-bottom: 1.75rem; }
.pz-audience .pz-kicker { color: #333440; }
.pz-audience__head h2 {
  margin: 0 auto;
  max-width: 16ch;
  font-family: var(--font-bold);
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  line-height: 1.05;
}
.pz-audience__grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .pz-audience__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (min-width: 1100px) {
  .pz-audience__grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
}
.pz-audience__card {
  position: relative;
  min-height: 16rem;
  overflow: hidden;
  background: #333440;
  color: #e8e8e8;
}
.pz-audience__card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0.45;
}
.pz-audience__card > div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 16rem;
  padding: 1.2rem;
  background: linear-gradient(180deg, transparent 20%, rgba(5,5,9,0.88) 100%);
}
.pz-audience__card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-bold);
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.pz-audience__card p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.4;
  color: rgba(232,232,232,0.8);
}

.pz-audience__cta {
  display: grid;
  gap: 1.15rem;
  margin-top: 1.75rem;
  padding: 1.5rem 1.35rem;
  border-radius: 1.15rem;
  background: #333440;
  color: #e8e8e8;
  align-items: center;
}
@media (min-width: 860px) {
  .pz-audience__cta {
    grid-template-columns: 1fr auto;
    gap: 1.5rem;
    padding: 1.6rem 1.6rem;
  }
}
.pz-audience__cta-title {
  margin: 0 0 0.45rem;
  font-family: var(--font-bold);
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  letter-spacing: -0.02em;
}
.pz-audience__cta-text {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.45;
  color: rgba(232,232,232,0.78);
  max-width: 40rem;
}

/* Journey — dal progetto all'evento */
.pz-journey {
  padding: clamp(3.2rem, 7vw, 5.5rem) 1.25rem;
  background: #050509;
  color: #e8e8e8;
  overflow: clip;
}
.pz-journey__inner { width: min(1180px, 100%); margin: 0 auto; }
.pz-journey__head {
  max-width: 46rem;
  margin-bottom: 1.75rem;
}
.pz-journey__head h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-bold);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.pz-journey__head > p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(232,232,232,0.75);
}
.pz-journey__flow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(232,232,232,0.12);
  border-bottom: 1px solid rgba(232,232,232,0.12);
  font-family: var(--font-bold);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b7b5e4;
}
.pz-journey__moments {
  display: grid;
  gap: 1.5rem;
}
.pz-journey__moment {
  display: grid;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(232,232,232,0.1);
}
@media (min-width: 900px) {
  .pz-journey__moment {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 1.75rem;
    align-items: stretch;
  }
  .pz-journey__moment--alt {
    grid-template-columns: 1.05fr 0.95fr;
  }
  .pz-journey__moment--alt .pz-journey__copy { order: 2; }
  .pz-journey__moment--alt .pz-media { order: 1; }
}
.pz-journey__num {
  display: block;
  margin-bottom: 0.55rem;
  font-family: var(--font-bold);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b7b5e4;
}
.pz-journey__copy h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-bold);
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.pz-journey__copy p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(232,232,232,0.75);
}
.pz-journey__moment .pz-media {
  min-height: 16rem;
  border-radius: 1rem;
}
.pz-journey__moment--live .pz-media {
  min-height: 18rem;
}
.pz-journey__close {
  display: grid;
  gap: 1rem;
  justify-items: start;
  margin-top: 2rem;
  padding-top: 0.5rem;
}
@media (min-width: 700px) {
  .pz-journey__close {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
.pz-journey__close-claim {
  margin: 0;
  font-family: var(--font-bold);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  letter-spacing: -0.03em;
}
.pz-journey .btn--outline-light {
  border-color: rgba(232,232,232,0.45);
  color: #e8e8e8;
}

/* Lead modal */
.pz-lead[hidden] { display: none !important; }
.pz-lead {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  place-items: center;
  padding: 1rem;
}
body.pz-lead-open [class*="cookie"],
body.pz-lead-open [id*="cookie"],
body.pz-lead-open [class*="Cookie"],
body.pz-lead-open [id*="Cookie"] {
  visibility: hidden !important;
  pointer-events: none !important;
}
.pz-lead__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5,5,9,0.72);
}
.pz-lead__dialog {
  position: relative;
  width: min(720px, 100%);
  max-height: min(90vh, 900px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding: 1.35rem 1.2rem 1.4rem;
  border-radius: 1.15rem;
  background: #333440;
  color: #e8e8e8;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
}
@media (max-width: 699px) {
  .pz-lead {
    padding: 0.65rem;
    align-items: end;
  }
  .pz-lead__dialog {
    width: 100%;
    max-height: min(92vh, 100%);
    border-radius: 1rem 1rem 0.65rem 0.65rem;
    padding: 1.15rem 1rem 1.2rem;
  }
  .pz-lead__grid { gap: 0.7rem; }
  .pz-lead__field input,
  .pz-lead__field select,
  .pz-lead__field textarea {
    padding: 0.65rem 0.7rem;
  }
  .pz-lead__actions {
    position: sticky;
    bottom: 0;
    padding-top: 0.75rem;
    background: linear-gradient(180deg, transparent, #333440 28%);
  }
}
@media (min-width: 700px) {
  .pz-lead__dialog { padding: 1.75rem 1.6rem 1.7rem; }
}
.pz-lead__close {
  position: absolute;
  top: 0.7rem;
  right: 0.85rem;
  border: 0;
  background: transparent;
  color: #e8e8e8;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
.pz-lead__eyebrow {
  margin: 0 0 0.45rem;
  font-family: var(--font-bold);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b7b5e4;
}
.pz-lead__title {
  margin: 0 0 1.15rem;
  font-family: var(--font-bold);
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.03em;
}
.pz-lead__grid {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 700px) {
  .pz-lead__grid { grid-template-columns: 1fr 1fr; }
  .pz-lead__field--full { grid-column: 1 / -1; }
}
.pz-lead__field {
  display: grid;
  gap: 0.35rem;
  font-family: var(--font-medium);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}
.pz-lead__field em {
  font-style: normal;
  color: rgba(232,232,232,0.55);
  letter-spacing: 0;
}
.pz-lead__field input,
.pz-lead__field select,
.pz-lead__field textarea {
  width: 100%;
  padding: 0.75rem 0.8rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(232,232,232,0.18);
  background: rgba(5,5,9,0.35);
  color: #e8e8e8;
  font-family: var(--font-body);
  font-size: 0.95rem;
}
.pz-lead__field input:focus,
.pz-lead__field select:focus,
.pz-lead__field textarea:focus {
  outline: 2px solid #b7b5e4;
  outline-offset: 1px;
}
.pz-lead__check {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  align-self: end;
  padding-bottom: 0.55rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(232,232,232,0.85);
}
.pz-lead__check.pz-lead__field--full {
  align-self: stretch;
  padding-bottom: 0;
  margin-top: 0.25rem;
}
.pz-lead__check input { margin-top: 0.2rem; }
.pz-lead__check a { color: #b7b5e4; }
.pz-lead__step[hidden] { display: none !important; }
.pz-lead__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.pz-lead__note {
  margin: 0.85rem 0 0;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #b7b5e4;
}
.pz-lead__field select option {
  color: #333440;
  background: #e8e8e8;
}
body.pz-lead-open { overflow: hidden; }

/* Proof */
.pz-proof {
  padding: clamp(3.2rem, 7vw, 5.5rem) 1.25rem;
  background: #e8e8e8;
  color: #333440;
}
.pz-proof__inner { width: min(1180px, 100%); margin: 0 auto; }
.pz-proof .pz-kicker { color: #333440; }
.pz-proof__head {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 900px) {
  .pz-proof__head { grid-template-columns: 1.1fr 0.9fr; align-items: end; }
}
.pz-proof__head h2 {
  margin: 0;
  font-family: var(--font-bold);
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  line-height: 1.05;
  max-width: 14ch;
}
.pz-proof__head p {
  margin: 0;
  font-family: var(--font-body);
  color: rgba(51,52,64,0.72);
  line-height: 1.5;
}
.pz-proof__grid {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 900px) {
  .pz-proof__grid {
    grid-template-columns: 1.3fr 1fr 1fr;
    grid-template-rows: 12rem 12rem;
  }
  .pz-proof__feature {
    grid-row: 1 / span 2;
    min-height: auto;
  }
  .pz-proof__grid .pz-media {
    min-height: 0;
  }
  .pz-proof__grid .pz-media img,
  .pz-proof__grid .pz-media video {
    min-height: 0;
    height: 100%;
  }
}
.pz-case {
  margin-top: 1.25rem;
  padding: 1.25rem;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(51,52,64,0.12);
}
.pz-case h3 {
  margin: 0 0 0.85rem;
  font-family: var(--font-bold);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(51,52,64,0.55);
}
.pz-case dl {
  margin: 0;
  display: grid;
  gap: 0.65rem 1.25rem;
}
@media (min-width: 700px) {
  .pz-case dl { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
.pz-case dt {
  font-family: var(--font-bold);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b7b5e4;
}
.pz-case dd {
  margin: 0.25rem 0 0;
  font-family: var(--font-body);
  color: rgba(51,52,64,0.7);
}

/* FAQ */
.pz-faq {
  padding: clamp(3rem, 6vw, 5rem) 1.25rem;
  background: #e8e8e8;
  color: #333440;
}
.pz-faq__inner { width: min(980px, 100%); margin: 0 auto; }
.pz-faq .pz-kicker { color: #333440; text-align: center; }
.pz-faq__inner > h2 {
  margin: 0 0 1.35rem;
  text-align: center;
  font-family: var(--font-bold);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}
.pz-faq__list { display: grid; gap: 0; }
@media (min-width: 900px) {
  .pz-faq__list { grid-template-columns: 1fr 1fr; column-gap: 2.5rem; }
}
.pz-faq details { border-bottom: 1px solid rgba(51,52,64,0.16); }
.pz-faq summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 1.1rem 1.75rem 1.1rem 0;
  font-family: var(--font-medium);
  font-size: 1rem;
}
.pz-faq summary::-webkit-details-marker { display: none; }
.pz-faq summary::after {
  content: "+";
  position: absolute; right: 0; top: 50%;
  transform: translateY(-50%);
  color: #b7b5e4;
  font-size: 1.2rem;
}
.pz-faq details[open] summary::after { content: "–"; }
.pz-faq details p {
  margin: 0 0 1.1rem;
  padding-right: 1rem;
  font-family: var(--font-body);
  color: rgba(51,52,64,0.75);
  line-height: 1.5;
}

/* Closing */
.pz-closing {
  position: relative;
  min-height: 28rem;
  display: grid;
  place-items: center;
  padding: 5rem 1.25rem;
  text-align: center;
  isolation: isolate;
}
.pz-closing__media { position: absolute; inset: 0; z-index: -1; }
.pz-closing__media img { width: 100%; height: 100%; object-fit: cover; }
.pz-closing__media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,5,9,0.55), rgba(5,5,9,0.9));
}
.pz-closing__inner { width: min(760px, 100%); }
.pz-closing h2 {
  margin: 0 0 0.9rem;
  font-family: var(--font-bold);
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1.05;
}
.pz-closing__text {
  margin: 0 auto 1.4rem;
  max-width: 40rem;
  font-family: var(--font-body);
  color: rgba(232,232,232,0.8);
  line-height: 1.5;
}
.pz-closing__note {
  margin: 0.9rem 0 0;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: rgba(232,232,232,0.8);
}
.pz-related {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  margin-top: 1.75rem;
}
.pz-related a {
  font-family: var(--font-medium);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(232,232,232,0.7);
  text-decoration: none;
}
.pz-related a:hover { color: #b7b5e4; }
.page-ontour-piazza .ot-sticky__btn {
  background: #b7b5e4 !important;
  color: #333440 !important;
}
@media (prefers-reduced-motion: reduce) {
  .pz-reveal { opacity: 1; transform: none; transition: none; }
}
