/* Box sede + orari mostra */
.mostra-card{
  max-width: 520px;
  padding: 28px 28px 22px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.mostra-head{ text-align: center; }

.mostra-kicker{
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .65;
  margin-bottom: 10px;
}

.mostra-title{
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
}

.mostra-address{
  margin-top: 10px;
  font-size: 16px;
  opacity: .85;
}

.mostra-divider{
  width: 64px;
  height: 2px;
  background: rgba(0,0,0,.12);
  margin: 18px auto 18px;
  border-radius: 2px;
}

.mostra-hours{ margin-top: 6px; }

.mostra-row{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(0,0,0,.08);
}

.mostra-row:first-of-type{ border-top: none; }

.mostra-day{
  font-weight: 700;
  font-size: 16px;
  min-width: 160px;
}

.mostra-time{
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-size: 16px;
  opacity: .9;
}

.mostra-row-multi .mostra-time div{ line-height: 1.35; }

/* Mobile: va in colonna */
@media (max-width: 767px){
  .mostra-card{ max-width: 100%; padding: 22px 18px 16px; }
  .mostra-title{ font-size: 24px; }
  .mostra-row{ flex-direction: column; align-items: flex-start; }
  .mostra-time{ text-align: left; }
}
.mostra-card{
  background:#fff!important;
  border-radius:22px!important;
  border:1px solid rgba(0,0,0,.06)!important;
  box-shadow: 0 12px 32px rgba(0,0,0,.06),
              0 0 0 1px rgba(198,166,108,.22) inset!important;
}
.mostra-avviso{
  background: rgba(0,0,0,.035);
  border-radius: 12px;
  padding: 14px 16px;
}

.mostra-avviso .mostra-day{
  color: rgba(0,0,0,.55);
}

.mostra-avviso .mostra-time{
  color: rgba(0,0,0,.65);
}

/* SOLO riga "proroga" dentro i box mostra */
.mostra-card .mostra-hours .mostra-row.mostra-proroga{
  display:block !important;
  margin-top:16px !important;
  padding:14px 18px !important;
  border-top:none !important;
  border-radius:14px !important;
  background: rgba(198,166,108,.12) !important;
  box-shadow: 0 0 0 1px rgba(198,166,108,.22) inset !important;
}

/* SOLO il testo dentro quella riga */
.mostra-card .mostra-hours .mostra-row.mostra-proroga > .mostra-day{
  width:auto !important;
  margin:0 0 6px 0 !important;
  color: rgba(198,166,108,.95) !important;
  font-weight:700 !important;
}

.mostra-card .mostra-hours .mostra-row.mostra-proroga > .mostra-time{
  width:auto !important;
  text-align:left !important;
  color: rgba(0,0,0,.75) !important;
}

/* Colonna destra sticky */
.mostra-sticky-col{
  position: sticky;
  top: 110px; /* distanza dall’alto: se hai header fisso, è perfetto */
  align-self: flex-start;
}

/* Pannello curatoriale (colonna destra) */
.mostra-mood{
  position: relative;
  min-height: 720px;
  border-radius: 22px;
  overflow: hidden;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;

  box-shadow: 0 12px 34px rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.06);
}

/* velo per rendere la texture “catalogo” */
.mostra-mood::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(1px);
}

/* micro-alone oro (coerente col brand) */
.mostra-mood::after{
  content:"";
  position:absolute;
  inset:0;
  box-shadow: 0 0 0 1px rgba(198,166,108,.18) inset;
  pointer-events:none;
}

.mostra-mood__inner{
  position: relative;
  height: 100%;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
}

.mostra-mood__kicker{
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .65;
}

.mostra-mood__title{
  font-size: clamp(64px, 7vw, 140px);
  line-height: .9;
  font-weight: 800;
  letter-spacing: .08em;
  color: rgba(198,166,108,.55);
}

.mostra-mood__sub{
  font-size: 16px;
  opacity: .75;
}

/* Mobile: niente sticky (meglio UX) */
@media (max-width: 767px){
  .mostra-sticky-col{ position: static; top: auto; }
  .mostra-mood{ min-height: 420px; border-radius: 18px; }
  .mostra-mood__inner{ padding: 26px 20px; }
}
/* colonna destra sticky */
.mostra-sticky-col{
  position: sticky;
  top: 90px;
  align-self: flex-start;
}

/* pannello destro */
.mostra-mood{
  position: relative;
  min-height: calc(100vh - 120px);
  border-radius: 22px;
  overflow: hidden;
  background-color: #fff;
  background-size: cover;
background-position: center 65%;
  background-repeat: no-repeat;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 12px 34px rgba(0,0,0,.08);
}

/* velo chiaro sopra la texture */
.mostra-mood::before{
  content: "";
  position: absolute;
  inset: 0;
background: rgba(255,255,255,.88);
}

/* micro-alone coerente col brand */
.mostra-mood::after{
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: 0 0 0 1px rgba(198,166,108,.18) inset;
  pointer-events: none;
}

.mostra-mood__inner{
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 120px);
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.mostra-mood__kicker{
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .6;
  margin-bottom: 20px;
}

.mostra-mood__title{
  font-size: clamp(52px, 6vw, 110px);
  line-height: .9;
  font-weight: 800;
  letter-spacing: .04em;
  color: rgba(198,166,108,.58);
  margin-bottom: 16px;
}

.mostra-mood__sub{
  font-size: 16px;
  opacity: .72;
}

/* mobile: niente sticky */
@media (max-width: 767px){
  .mostra-sticky-col{
    position: static;
    top: auto;
  }

  .mostra-mood,
  .mostra-mood__inner{
    min-height: 420px;
  }

  .mostra-mood__inner{
    padding: 26px 20px;
  }
}
/* sfondo pagina mostre */

.page-id-15072{
  position: relative;
  background-color: #f7f6f3;
}

.page-id-15072::before{
  content:"";
  position: fixed;
  left: 70%;
  top: 60%;
  transform: translate(-40%, -50%);
  width: 1300px;
  height: 1300px;
  background-image: url("https://shashe.it/wp-dev/wp-content/uploads/2017/01/vettori1.jpg");
  background-size: cover;
   background-position: center;
  background-repeat: no-repeat;
  opacity: 0.17;
  pointer-events:none;
  z-index:0;
    /* sfumatura ai bordi */
  mask-image: radial-gradient(circle at center, black 45%, transparent 90%);
  -webkit-mask-image: radial-gradient(circle at center, black 45%, transparent 90%);
}

.page-id-15072::after{
  content:"MOSTRE";
  position: fixed;
  right: 8%;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-size: 150px;
  font-weight: 800;
  letter-spacing: .05em;
  color: rgba(198,166,108,.30);
  pointer-events:none;
  z-index:0;
}
.page-id-15072{
  background:
    radial-gradient(circle at 85% 70%, rgba(198,166,108,.08), transparent 60%),
    #f7f6f3;
}
.page-id-15072::before{
  animation: mostraFloat 28s ease-in-out infinite alternate;
}

@keyframes mostraFloat{

  0%{
    transform: translate(-50%, -50%) scale(1);
  }

  50%{
    transform: translate(-48%, -52%) scale(1.03);
  }

  100%{
    transform: translate(-46%, -50%) scale(1.02);
  }

}