.stories-hero[data-astro-cid-voizvrgh] {
  padding-top: calc(var(--space-section) + 5rem);
  padding-bottom: var(--space-block);
}

.stories-hero[data-astro-cid-voizvrgh] .container[data-astro-cid-voizvrgh] {
  display: grid;
  gap: 1.25rem;
}

.tfilm[data-astro-cid-voizvrgh] {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--ink-raised);
  margin-bottom: 3rem;
}

.tfilm[data-astro-cid-voizvrgh] video[data-astro-cid-voizvrgh] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tfilm-play[data-astro-cid-voizvrgh] {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: max-content;
  max-width: calc(100% - 1.5rem);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .85rem 1.75rem .85rem .85rem;
  border-radius: 999px;
  background: #0e0b07b8;
  border: 1px solid #f4ede338;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: var(--paper);
  text-align: left;
  transition: transform .5s var(--ease-out), border-color .3s var(--ease-out);
}

.tfilm-play[data-astro-cid-voizvrgh]:hover {
  transform: scale(1.04);
  border-color: var(--accent);
}

.tfilm-play[data-astro-cid-voizvrgh]:active {
  transform: scale(.98);
}

.tfilm-play-ring[data-astro-cid-voizvrgh] {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-ink);
}

.tfilm-play-ring[data-astro-cid-voizvrgh] svg[data-astro-cid-voizvrgh] {
  margin-left: 3px;
}

.tfilm-play-copy[data-astro-cid-voizvrgh] {
  display: grid;
  gap: .15rem;
}

.tfilm-play-copy[data-astro-cid-voizvrgh] strong[data-astro-cid-voizvrgh] {
  font-weight: 680;
}

.tfilm-play-copy[data-astro-cid-voizvrgh] > span[data-astro-cid-voizvrgh] {
  font-size: var(--text-xs);
  color: var(--paper-dim);
}

@media (prefers-reduced-motion: no-preference) {
  .tfilm-play-ring[data-astro-cid-voizvrgh] {
    animation: tfilm-pulse 2.6s var(--ease-out) infinite;
  }

  @keyframes tfilm-pulse {
    0%, 100% {
      box-shadow: 0 0 #25aae173;
    }

    50% {
      box-shadow: 0 0 0 14px #25aae100;
    }
  }
}

.tfilm[data-astro-cid-voizvrgh].is-playing .tfilm-play[data-astro-cid-voizvrgh] {
  display: none;
}

@media (width <= 640px) {
  .tfilm-play[data-astro-cid-voizvrgh] {
    gap: .65rem;
    padding: .45rem 1.1rem .45rem .45rem;
  }

  .tfilm-play-ring[data-astro-cid-voizvrgh] {
    width: 2.6rem;
    height: 2.6rem;
  }

  .tfilm-play-ring[data-astro-cid-voizvrgh] svg[data-astro-cid-voizvrgh] {
    width: 20px;
    height: 20px;
  }

  .tfilm-play-copy[data-astro-cid-voizvrgh] strong[data-astro-cid-voizvrgh] {
    font-size: .875rem;
    white-space: nowrap;
  }

  .tfilm-play-copy[data-astro-cid-voizvrgh] > span[data-astro-cid-voizvrgh] {
    display: none;
  }
}

.trecap[data-astro-cid-voizvrgh] .container[data-astro-cid-voizvrgh] {
  display: grid;
}

.trecap-embed[data-astro-cid-voizvrgh] {
  aspect-ratio: 16 / 9;
  background: var(--ink-raised);
}

.trecap-embed[data-astro-cid-voizvrgh] iframe[data-astro-cid-voizvrgh] {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.stories-wall[data-astro-cid-voizvrgh] {
  columns: 2;
  column-gap: 3rem;
}

.story[data-astro-cid-voizvrgh], .story-photo[data-astro-cid-voizvrgh] {
  break-inside: avoid;
  margin: 0 0 3rem;
}

.story[data-astro-cid-voizvrgh] {
  padding: 2.25rem;
  background: var(--ink-raised);
  border-top: 2px solid var(--accent);
}

.story-body[data-astro-cid-voizvrgh] p {
  font-size: var(--text-lg);
  line-height: 1.55;
  text-wrap: pretty;
}

.story-body[data-astro-cid-voizvrgh] p + p {
  margin-top: 1em;
}

.story-name[data-astro-cid-voizvrgh] {
  margin-top: 1.5rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--accent);
}

.story-photo[data-astro-cid-voizvrgh] img[data-astro-cid-voizvrgh] {
  width: 100%;
}

.share[data-astro-cid-voizvrgh] {
  position: relative;
  padding-block: calc(var(--space-section) * 1.2);
  overflow: clip;
}

.share-bg[data-astro-cid-voizvrgh] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.share-scrim[data-astro-cid-voizvrgh] {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #0e0b07eb, #0e0b0799 55%, #0e0b0759);
}

.share-inner[data-astro-cid-voizvrgh] {
  position: relative;
  display: grid;
  gap: 1.5rem;
  justify-items: start;
}

@media (width <= 820px) {
  .stories-wall[data-astro-cid-voizvrgh] {
    columns: 1;
  }
}
