/* ==========================================================================
   velolab — „IUMENTUM in den Medien" (Presse-Sektion auf /about)
   Typografische Quellen-Kacheln + Click-to-Load-Videos (youtube-nocookie)
   ========================================================================== */

.pv {
  --pv-ink: #1a1a17;
  --pv-mute: #75756e;
  --pv-line: #e4e4de;
  --pv-ease: cubic-bezier(.22, .61, .36, 1);
}
.pv h3 {
  font-family: 'Lane Narrow', sans-serif;
  font-size: 22px;
  margin: 48px 0 20px;
}
.pv-intro { color: var(--pv-mute); max-width: 60ch; }

/* ── Presse-/Blog-Kacheln: typografisch ────────────────────────────────── */
.pv-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.pv-tile {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--pv-line);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: var(--pv-ink);
  background: #fff;
  transition: border-color .2s var(--pv-ease), transform .2s var(--pv-ease), box-shadow .2s var(--pv-ease);
}
.pv-tile-img {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f4f4f0;
}
.pv-tile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s var(--pv-ease);
}
.pv-tile:hover .pv-tile-img img { transform: scale(1.04); }
.pv-tile-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  padding: 20px 22px 18px;
}
/* Kachel ohne Bild (z.B. Forum): oberer Akzentbalken statt Bildfläche */
.pv-tile-noimg .pv-tile-body { padding-top: 24px; }
.pv-tile-noimg { border-top: 3px solid var(--pv-ink); }
.pv-tile:hover {
  border-color: var(--pv-ink);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(26, 26, 23, .08);
}
.pv-source {
  font-family: 'Lane Narrow', sans-serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.pv-title { font-size: 14px; font-weight: 600; line-height: 1.5; }
.pv-desc { font-size: 13px; line-height: 1.55; color: var(--pv-mute); }
.pv-meta {
  margin-top: auto;
  padding-top: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--pv-mute);
}
.pv-tile:hover .pv-meta { color: var(--pv-ink); }

/* ── Video-Karten: Click-to-Load ───────────────────────────────────────── */
.pv-videos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.pv-video {
  border: 1px solid var(--pv-line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: border-color .2s var(--pv-ease), box-shadow .2s var(--pv-ease);
}
.pv-video:hover { border-color: var(--pv-ink); box-shadow: 0 12px 28px rgba(26, 26, 23, .08); }
.pv-frame { position: relative; aspect-ratio: 16 / 9; background: #0c0c0b; }
.pv-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.pv-play {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0; padding: 0;
  cursor: pointer;
  background: none;
  display: block;
}
.pv-play img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .92; transition: opacity .2s, transform .45s var(--pv-ease); }
.pv-play:hover img { opacity: 1; transform: scale(1.03); }
.pv-play::after {
  content: "";
  position: absolute; left: 50%; top: 50%;
  width: 64px; height: 64px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(26, 26, 23, .82) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M9 6.5v11l9-5.5z"/></svg>') center / 28px no-repeat;
  transition: transform .2s var(--pv-ease), background-color .2s;
}
.pv-play:hover::after { transform: translate(-50%, -50%) scale(1.08); background-color: rgba(26, 26, 23, .95); }
.pv-play:focus-visible { outline: 3px solid var(--pv-ink); outline-offset: -3px; }
.pv-badge {
  position: absolute; left: 12px; bottom: 12px;
  background: #fff; color: var(--pv-ink);
  font-size: 11px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  border-radius: 100px;
  padding: 5px 12px;
  pointer-events: none;
}
.pv-video-body { padding: 16px 18px 15px; }
.pv-video-title { font-family: 'Lane Narrow', sans-serif; font-weight: 600; font-size: 15.5px; line-height: 1.35; margin: 0 0 6px; }
.pv-video-desc { font-size: 13px; line-height: 1.55; color: var(--pv-mute); margin: 0 0 10px; }
.pv-video-meta { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--pv-mute); }

.pv-consent-note {
  font-size: 12px;
  color: var(--pv-mute);
  margin-top: 18px;
  padding-left: 14px;
  border-left: 2px solid var(--pv-ink);
}

@media (max-width: 991px) {
  .pv-tiles { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .pv-tiles, .pv-videos { grid-template-columns: 1fr; }
}
