/* SCHIARO_CONCEPT_A */
.schiaro-demo {
  display:grid;
  gap:16px;
  padding:20px;
}
.schiaro-demo-head {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:16px;
}
.schiaro-demo-kicker {
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:.58;
}
.schiaro-demo-title {
  margin:4px 0 0;
  font-size:1.22rem;
  line-height:1.2;
}
.schiaro-demo-view {
  --cut:50%;
  position:relative;
  aspect-ratio:49/73;
  width:min(100%,340px);
  margin:auto;
  overflow:hidden;
  border-radius:14px;
  background:#111;
  box-shadow:0 18px 45px rgba(15,23,42,.22);
}
.schiaro-demo-view img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  user-select:none;
  pointer-events:none;
}
.schiaro-demo-after {
  clip-path:inset(0 0 0 var(--cut));
}
.schiaro-demo-line {
  position:absolute;
  top:0;
  bottom:0;
  left:var(--cut);
  width:2px;
  background:white;
  box-shadow:0 0 0 1px rgba(15,23,42,.15);
  transform:translateX(-1px);
}
.schiaro-demo-handle {
  position:absolute;
  top:50%;
  left:var(--cut);
  width:42px;
  height:42px;
  border-radius:50%;
  background:white;
  color:#0c4a6e;
  display:grid;
  place-items:center;
  font-weight:900;
  box-shadow:0 8px 24px rgba(15,23,42,.28);
  transform:translate(-50%,-50%);
}
.schiaro-demo-label {
  position:absolute;
  top:12px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(15,23,42,.72);
  color:white;
  font-size:.72rem;
  font-weight:800;
  backdrop-filter:blur(6px);
}
.schiaro-demo-label.before { left:12px; }
.schiaro-demo-label.after { right:12px; }
.schiaro-demo-range {
  width:100%;
  accent-color:#0c4a6e;
}
.schiaro-demo-copy {
  margin:0;
  text-align:center;
  font-size:.92rem;
  opacity:.72;
}

/* SCHIARO_CONCEPT_A_LEGEND_V1 */
.schiaro-demo-legend {
  width: min(100%, 340px);
  margin: 0 auto -4px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
}

.schiaro-demo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.schiaro-demo-badge-before {
  justify-self: start;
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .22);
}

.schiaro-demo-badge-after {
  justify-self: end;
  background: #ffffff;
  color: #0c4a6e;
  border: 1px solid #bae6fd;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .12);
}

.schiaro-demo-direction {
  color: #64748b;
  font-size: 1.15rem;
  font-weight: 900;
}

/* SCHIARO_CONCEPT_A_POSTIT_V1 */
.schiaro-demo-legend {
  display: none !important;
}

.schiaro-demo-label {
  display: none !important;
}

.schiaro-demo-postit {
  position: absolute;
  top: 12px;
  z-index: 6;
  min-width: 78px;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
  box-shadow:
    0 6px 14px rgba(15, 23, 42, .22),
    inset 0 -1px 0 rgba(0,0,0,.06);
}

.schiaro-demo-postit::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  width: 18px;
  height: 8px;
  background: rgba(255,255,255,.55);
  border-radius: 2px;
  transform: translateX(-50%) rotate(-4deg);
}

.schiaro-demo-postit-before {
  left: 12px;
  background: #fef08a;
  color: #1f2937;
  transform: rotate(-4deg);
}

.schiaro-demo-postit-after {
  right: 12px;
  background: #bfdbfe;
  color: #0c4a6e;
  transform: rotate(4deg);
}

/* SCHIARO_CONCEPT_A_FILL_V2 */
.schiaro-demo {
  padding: 14px !important;
  min-height: 100%;
  display: flex !important;
  align-items: stretch;
  justify-content: center;
}

.schiaro-demo-head,
.schiaro-demo-title,
.schiaro-demo-kicker,
.schiaro-demo-copy {
  display: none !important;
}

.schiaro-demo-view {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  align-self: stretch;
}

@media (min-width: 981px) {
  .schiaro-demo-view {
    min-height: 540px;
  }
}

@media (max-width: 980px) {
  .schiaro-demo {
    display: grid !important;
    padding: 16px !important;
  }

  .schiaro-demo-view {
    width: min(100%, 380px) !important;
    margin: 0 auto !important;
  }
}

/* SCHIARO_CONCEPT_A_COVER_V1 */

/* Non aumenta le dimensioni del riquadro destro */
.layout .card:nth-child(2) {
  min-height: 0;
}

.layout .card:nth-child(2) .schiaro-demo {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  padding: 14px !important;
  overflow: hidden;
}

/* L'area immagine usa lo spazio già disponibile */
.schiaro-demo-view {
  box-sizing: border-box;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-width: none !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  overflow: hidden;
}

/* Riempimento completo con ritaglio della parte eccedente */
.schiaro-demo-view img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
}

/* Neutralizza l'altezza minima introdotta dalla prova precedente */
@media (min-width: 981px) {
  .schiaro-demo-view {
    min-height: 0 !important;
  }
}

/* SCHIARO_CONCEPT_A_SCALE85_V1 */
.schiaro-demo-view {
  width: 85% !important;
  height: 85% !important;
  align-self: center !important;
  margin: auto !important;
}

/* SCHIARO_CONCEPT_A_LOWER_VIEW_V1 */
.schiaro-demo-view img {
  object-position: center 62% !important;
}

/* SCHIARO_CONCEPT_A_PDF_HIGHLIGHT_V1 */
.schiaro-pdf-highlight {
  display: inline-block;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: .02em;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, .92),
     1px -1px 0 rgba(0, 0, 0, .92),
    -1px  1px 0 rgba(0, 0, 0, .92),
     1px  1px 0 rgba(0, 0, 0, .92),
     0 0 5px rgba(0, 0, 0, .95),
     0 0 11px rgba(0, 0, 0, .62);
}

/* SCHIARO_CONCEPT_A_PDF_SHADOW_STRONG_V2 */
.schiaro-pdf-highlight {
  text-shadow:
    -2px -2px 0 rgba(0, 0, 0, 1),
     2px -2px 0 rgba(0, 0, 0, 1),
    -2px  2px 0 rgba(0, 0, 0, 1),
     2px  2px 0 rgba(0, 0, 0, 1),
     0 0 4px rgba(0, 0, 0, 1),
     0 0 9px rgba(0, 0, 0, .96),
     0 0 16px rgba(0, 0, 0, .82),
     0 0 24px rgba(0, 0, 0, .55) !important;
}

/* SCHIARO_CONCEPT_A_PDF_BUTTON_V3 */
.schiaro-pdf-highlight {
  display: inline-block;
  padding: .08em .38em;
  color: #ffffff;
  background: transparent;
  border: 2px solid #000000;
  border-radius: 6px;
  font-weight: inherit !important;
  letter-spacing: inherit;
  line-height: 1.05;
  text-shadow: none !important;
  box-shadow: none !important;
  vertical-align: .04em;
}

/* SCHIARO_CONCEPT_A_PDF_BLACK_V4 */
.schiaro-pdf-highlight {
  display: inline-block;
  padding: .10em .42em;
  color: #ffffff !important;
  background: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 6px;
  font-weight: 500 !important;
  letter-spacing: .02em;
  line-height: 1.05;
  text-shadow: none !important;
  box-shadow: none !important;
  vertical-align: .04em;
}

/* SCHIARO_CONCEPT_A_PDF_GRAY_V5 */
.schiaro-pdf-highlight {
  color: #ffffff !important;
  background: #475569 !important;
  border-color: #475569 !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

/* SCHIARO_CONCEPT_A_PDF_LIGHTGRAY_V6 */
.schiaro-pdf-highlight {
  color: #ffffff !important;
  background: #64748b !important;
  border-color: #64748b !important;
}

/* SCHIARO_CONCEPT_A_PDF_LIGHTGRAY_V6 */
.schiaro-pdf-highlight {
  color: #ffffff !important;
  background: #64748b !important;
  border-color: #64748b !important;
}

/* SCHIARO_CONCEPT_A_PDF_LIGHTER_V7 */
.schiaro-pdf-highlight {
  color: #ffffff !important;
  background: #7c8da3 !important;
  border-color: #7c8da3 !important;
}

/* SCHIARO_CONCEPT_A_HIDE_HANDLE_V1 */
.schiaro-demo-handle {
  display: none !important;
}
