.hero-photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.86) contrast(1.05);
}
.hero-play::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(7, 67, 63, .58), rgba(7, 67, 63, .05) 48%, rgba(5, 42, 40, .25)), linear-gradient(0deg, rgba(5, 43, 40, .52), transparent 46%);
}
.hero-court { z-index: 2; opacity: .22; }
.story-photo {
    position: relative;
    margin: 0;
    min-height: 430px;
    border: 2px solid var(--teal);
    border-radius: 50% 4% 50% 4%;
    overflow: hidden;
    transform: rotate(-2deg);
    background: var(--teal);
}
.story-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    object-position: center;
}
.story-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(5, 43, 40, .68), transparent 42%);
}
.story-photo figcaption {
    position: absolute;
    z-index: 1;
    left: 34px;
    right: 34px;
    bottom: 28px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
}
.photo-art { isolation: isolate; color: #fff; background: var(--teal); }
.photo-art img {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.photo-art::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 35, 33, .55), transparent 48%, rgba(3, 35, 33, .2));
}
.photo-art::after { display: none; }
.photo-art:hover img { transform: scale(1.035); }
.photo-art span {
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(5, 43, 40, .8);
    backdrop-filter: blur(5px);
}
.feature-photo {
    margin: 0;
    height: 310px;
    border: 1px solid var(--teal);
    border-radius: 22px;
    overflow: hidden;
    background: var(--teal);
}
.feature-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.feature-list > article:hover .feature-photo img { transform: scale(1.025); }
.feature-list > article:nth-child(2) .feature-photo img { object-position: 58% center; }
.story-banner,
.journal-banner {
    position: relative;
    margin: 0;
    background: var(--teal);
    overflow: hidden;
}
.story-banner { height: min(58vw, 720px); }
.story-banner img,
.journal-banner img { display: block; width: 100%; height: 100%; object-fit: cover; }
.story-banner::after,
.journal-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(4, 47, 44, .82), transparent 55%);
}
.story-banner figcaption {
    position: absolute;
    z-index: 1;
    left: max(5vw, 24px);
    right: max(5vw, 24px);
    bottom: clamp(28px, 5vw, 70px);
    color: #fff;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
}
.story-banner figcaption strong {
    max-width: 760px;
    font-size: clamp(32px, 5vw, 68px);
    line-height: 1;
    letter-spacing: -.05em;
}
.story-banner figcaption span { max-width: 320px; color: #d2e4df; font-size: 14px; }
.journal-banner {
    height: min(45vw, 560px);
    margin: max(3vw, 24px);
    border-radius: 28px;
    border: 1px solid var(--teal);
}
.journal-banner img { object-position: center 44%; }
.article-hero-photo {
    margin: 55px 0 0;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid var(--teal);
    height: min(55vw, 620px);
}
.article-hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 980px) {
    .feature-photo { height: 260px; }
    .story-photo,
    .story-photo img { min-height: 350px; }
}
@media (max-width: 700px) {
    .hero-photo { object-position: 58% center; }
    .hero-play::after { background: linear-gradient(0deg, rgba(5, 43, 40, .58), transparent 55%); }
    .story-photo { min-height: 300px; margin-bottom: 45px; border-radius: 24px; transform: none; }
    .story-photo img { min-height: 300px; }
    .feature-photo { height: 240px; }
    .story-banner { height: 560px; }
    .story-banner img { object-position: 56% center; }
    .story-banner figcaption { display: block; }
    .story-banner figcaption span { display: block; margin-top: 16px; }
    .journal-banner { height: 430px; margin: 14px; border-radius: 20px; }
    .journal-banner img { object-position: center; }
    .article-hero-photo { height: 360px; margin-top: 36px; border-radius: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .photo-art img,
    .feature-photo img { transition: none; }
}
