/* Edition 2026-08-12 */
.article-hero .heart-photo-frame img {
  object-position: 58% center;
}

.story-copy {
  column-count: 1 !important;
}

.arrival-photo {
  aspect-ratio: 4 / 3;
}

.arrival-photo img {
  object-position: center 48%;
}

.rebeca-photo-stack {
  display: grid;
  gap: 1rem;
}

.rebeca-photo {
  height: auto;
  aspect-ratio: 4 / 5;
}

.rebeca-photo img {
  object-position: center;
  transform: scale(1.8);
  transform-origin: 23% 48%;
}

.provision-photo img {
  object-position: center 45%;
}

.julia-photo img {
  object-position: center 40%;
}

.story-videos {
  width: 100%;
  max-width: 760px;
}

.prayer-response {
  margin-bottom: var(--section-space);
  padding: clamp(2rem, 7vw, 5rem) clamp(1.25rem, 6vw, 4rem);
  border-radius: 1.5rem;
  background: rgba(251, 186, 0, .16);
  text-align: center;
}

.prayer-response > h2,
.prayer-response > p {
  max-width: 760px;
  margin-inline: auto;
}

.prayer-response > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.75;
}

.prayer-actions {
  display: grid;
  gap: .8rem;
  max-width: 760px;
  margin: 2rem auto 0;
}

.prayer-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: .95rem 1.25rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.prayer-button:hover,
.prayer-button:focus-visible {
  color: var(--white);
  background: var(--ink);
  transform: translateY(-2px);
}

.prayer-note {
  margin-top: 1.25rem;
  font-size: .82rem;
  font-weight: 800;
}

/* O atalho de contribuição fica restrito a telas móveis. */
.floating-actions {
  display: none;
}

.floating-actions > button {
  border: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
  pointer-events: auto;
}

@media (max-width: 780px) {
  .floating-actions {
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(.75rem, env(safe-area-inset-bottom));
    left: auto;
    display: grid;
    justify-items: end;
  }

  .floating-support {
    width: min(310px, calc(100vw - 2rem));
    min-height: 54px;
    max-width: none;
    padding: .7rem .9rem;
  }
}

@media (min-width: 781px) {
  .story-section {
    align-items: center;
  }

  .story-videos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: auto;
  }

  .prayer-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .prayer-button {
    transition: none;
  }
}
