/* Card: metnite-paspul-na-ljubav — Polaroid Advent */
.card--paspul {
  background: #F8F4EE;
  border: none;
  position: relative;
  overflow: hidden;
}

.card--paspul .card__img-wrap {
  position: relative;
  overflow: hidden; aspect-ratio:4/3;
  background: #1a1210;
}

.card--paspul .card__img-wrap::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: repeating-linear-gradient(90deg,
    #9B2335 0px, #9B2335 12px,
    #C9A96E 12px, #C9A96E 24px,
    #2D5F3A 24px, #2D5F3A 36px,
    #C9A96E 36px, #C9A96E 48px
  );
  z-index: 2;
}

.card--paspul .card__img {
  transition: transform 0.55s ease, opacity 0.55s ease;
  opacity: 0.9;
}

.card--paspul:hover .card__img {
  transform: scale(1.04);
  opacity: 1;
}

.card--paspul .card__body {
  padding: 18px 20px 20px;
  background: #F8F4EE;
  border-top: none;
  position: relative;
}

.card--paspul .card__body::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: #9B2335;
  margin-bottom: 12px;
}

.card--paspul .card__category {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C9A96E;
  margin-bottom: 8px;
}

.card--paspul .card__title {
  font-family: 'Neuton', serif;
  font-weight: 300;
  font-size: 1.35rem;
  color: #2A2420;
  line-height: 1.25;
  margin-bottom: 8px;
}

.card--paspul .card__excerpt {
  font-family: 'League Spartan', sans-serif;
  font-size: 13px;
  color: #5A4E46;
  line-height: 1.65;
}

.card--paspul .card__meta {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 10px;
  color: #8A7E78;
  letter-spacing: 0.08em;
  margin-top: 14px;
}

/* Polaroid bottom strip effect */
.card--paspul .card__body::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #E8E4DE, #D0C8BC, #E8E4DE);
}

/* ── structural rules for draft-batch ── */
.card--paspul .card__badge {
  position:absolute; bottom:12px; right:12px; z-index:2;
  font-size:10px; letter-spacing:.14em; text-transform:uppercase;
  padding:4px 12px; border-radius:50px;
  background:#F8F4EE; color:#8A7E78;
}
.card--paspul .card__year {
  font-size:10px; letter-spacing:.2em; text-transform:uppercase;
  display:block; margin-bottom:5px; color:#8A7E78;
}
.card--paspul .card__desc {
  font-size:clamp(12px,.9vw,13px); line-height:1.65;
  color:#5A4E46;
}
