.content-page {
    background:
        radial-gradient(circle at 10% 8%, rgba(217, 138, 34, .14), transparent 26%),
        #fff7e8;
}

.content-shell {
    width: min(1480px, calc(100% - 48px));
    margin: 0 auto;
    padding: 34px 0 70px;
}

.content-hero {
    min-height: 330px;
    display: grid;
    align-content: end;
    margin-bottom: 24px;
    padding: clamp(30px, 5vw, 58px);
    overflow: hidden;
    border: 1px solid rgba(102, 31, 23, .15);
    border-radius: 8px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(45, 13, 8, .92), rgba(95, 31, 20, .74)),
        url("../images/harinam-press-hero.webp") center / cover;
    box-shadow: 0 24px 70px rgba(64, 25, 12, .14);
}

.content-hero h1 {
    max-width: 900px;
    font-size: clamp(36px, 5vw, 66px);
}

.content-hero p:not(.section-kicker) {
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(255, 247, 232, .88);
    font-size: 18px;
    line-height: 1.7;
}

.award-hero {
    background:
        linear-gradient(90deg, rgba(45, 13, 8, .93), rgba(96, 32, 17, .7)),
        url("../images/website/award-gallery.jpg") center / cover;
}

.message-hero {
    background:
        linear-gradient(90deg, rgba(45, 13, 8, .93), rgba(104, 48, 18, .68)),
        url("../images/website/publication-display.jpg") center / cover;
}

.photo-hero {
    background:
        linear-gradient(90deg, rgba(45, 13, 8, .92), rgba(87, 31, 17, .62)),
        url("../images/website/press-room.jpg") center / cover;
}

.award-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.award-card,
.message-card,
.featured-message,
.photo-masonry figure {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(102, 31, 23, .14);
    border-radius: 8px;
    background: #fffdf6;
    box-shadow: 0 16px 42px rgba(64, 25, 12, .08);
}

.award-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.award-card div,
.message-card div,
.featured-message div,
.photo-masonry figcaption {
    padding: 18px;
}

.award-card span,
.message-card span,
.featured-message span {
    color: #d98a22;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.award-card h2,
.message-card h2,
.featured-message h2 {
    margin: 8px 0 8px;
    color: #2a1510;
    font-size: 21px;
    line-height: 1.2;
}

.award-card p,
.message-card p,
.featured-message p,
.photo-masonry span {
    margin: 0;
    color: #6f5146;
    line-height: 1.65;
}

.featured-message-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 22px;
}

.featured-message {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    align-items: center;
}

.featured-message img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: top;
}

.message-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.message-card img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4.2;
    object-fit: cover;
    object-position: top;
    background: #f8edd9;
}

.photo-masonry {
    columns: 4 240px;
    column-gap: 16px;
}

.photo-masonry figure {
    display: inline-block;
    width: 100%;
    margin: 0 0 16px;
    break-inside: avoid;
}

.photo-masonry img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.photo-masonry strong {
    display: block;
    margin-bottom: 5px;
    color: #661f17;
}

.empty-note {
    padding: 24px;
    border: 1px solid rgba(102, 31, 23, .14);
    border-radius: 8px;
    background: #fffdf6;
    color: #6f5146;
}

@media (max-width: 1180px) {
    .award-grid,
    .featured-message-grid,
    .message-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .content-shell {
        width: min(100% - 28px, 1480px);
        padding-top: 20px;
    }

    .content-hero {
        min-height: 290px;
        padding: 26px;
    }

    .award-grid,
    .featured-message-grid,
    .message-grid {
        grid-template-columns: 1fr;
    }

    .featured-message {
        grid-template-columns: 1fr;
    }

    .featured-message img {
        height: auto;
    }
}
