/* ==========================================================================
   frytag-ai-story.html — closing strings, hero overrides
   ========================================================================== */

/* Hero override */
.story-hero-bg img {
  object-position: center 30%;
}

/* ── Closing Strings ── */
.closing-strings {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.closing-string {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ink-soft);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .dog-spotlight-image {
    width: clamp(240px, 50vw, 360px);
    opacity: 0.1;
  }
}
