.reader-art-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 24px 72px;
    text-align: center;
    color: #fff7df;
    background:
        radial-gradient(circle at top, rgba(217,173,77,.18), transparent 42%),
        linear-gradient(145deg, #0c1422, #151f31 58%, #0b1320);
    border-bottom: 1px solid rgba(217,173,77,.45);
}

.reader-art-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 8px;
    background: linear-gradient(90deg, transparent, #d9ad4d 18%, #f4d47c 50%, #d9ad4d 82%, transparent);
    opacity: .78;
}

.reader-art-hero__eyebrow,
.reader-art-kicker {
    margin: 0 0 8px;
    color: #d9ad4d;
    font-family: var(--title-font);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.reader-art-hero h1 {
    margin: 0;
    font-family: var(--title-font);
    font-size: clamp(38px, 6vw, 72px);
    line-height: 1.04;
    color: #fff1b8;
}

.reader-art-hero p:last-child {
    max-width: 820px;
    margin: 22px auto 0;
    color: rgba(255,248,224,.84);
    font-size: clamp(18px, 2.2vw, 23px);
    line-height: 1.55;
}

.reader-art-page {
    min-height: 70vh;
    padding: 42px 18px 72px;
    background:
        linear-gradient(rgba(245,231,190,.86), rgba(229,204,153,.9)),
        url("../images/parchment.png");
    background-size: cover;
    color: #2f2418;
}

.reader-art-month-picker,
.reader-art-shortlist,
.reader-art-winner {
    width: min(1180px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.reader-art-month-picker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 20px 24px;
    border: 1px solid rgba(116,76,31,.34);
    border-radius: 16px;
    background: rgba(255,249,225,.75);
    box-shadow: 0 12px 28px rgba(69,45,20,.12);
}

.reader-art-month-picker h2,
.reader-art-section-heading h2 {
    margin: 0;
    color: #4b3017;
    font-family: var(--title-font);
}

.reader-art-month-picker__control {
    display: grid;
    gap: 7px;
    min-width: min(100%, 260px);
    color: #5a3b1d;
    font-weight: 700;
}

.reader-art-month-picker__control select {
    min-height: 44px;
    padding: 9px 38px 9px 12px;
    border: 1px solid rgba(116,76,31,.42);
    border-radius: 9px;
    background: #fff9e6;
    color: #3f2b18;
    font: inherit;
}

.reader-art-winner {
    margin-top: 34px;
}

.reader-art-winner[hidden],
.reader-art-shortlist[hidden] {
    display: none;
}

.reader-art-winner-card {
    display: grid;
    grid-template-columns: minmax(280px, 1.15fr) minmax(280px, .85fr);
    overflow: hidden;
    border: 2px solid #d9ad4d;
    border-radius: 18px;
    background: linear-gradient(145deg, #101827, #182438);
    box-shadow: 0 18px 38px rgba(24,20,13,.22), 0 0 0 4px rgba(217,173,77,.12);
}

.reader-art-winner-card__media {
    min-height: 440px;
    padding: 20px;
    background: rgba(6,10,17,.72);
}

.reader-art-image-button {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.reader-art-image-button img {
    width: 100%;
    height: 100%;
    max-height: 650px;
    object-fit: contain;
    border-radius: 10px;
}

.reader-art-winner-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 5vw, 54px);
    color: #f7edd1;
}

.reader-art-winner-card__trophy {
    margin: 0 0 12px;
    color: #f4d47c;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.reader-art-winner-card__secondary-award {
    align-self: flex-start;
    margin: 0 0 14px;
    padding: 6px 10px;
    border: 1px solid rgba(217,173,77,.68);
    border-radius: 999px;
    background: rgba(217,173,77,.12);
    color: #ffe39a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.reader-art-winner-card h2 {
    margin: 0 0 12px;
    color: #fff0ad;
    font-family: var(--title-font);
    font-size: clamp(28px, 4vw, 44px);
}

.reader-art-winner-card__meta,
.reader-art-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: rgba(255,246,216,.75);
    font-size: 14px;
}

.reader-art-winner-card__caption {
    margin: 20px 0 0;
    color: rgba(255,248,226,.86);
    font-size: 17px;
    line-height: 1.55;
}

.reader-art-origin-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    box-sizing: border-box;
    max-width: 100%;
    margin-top: 24px;
    padding: 10px 16px;
    border: 1px solid #d9ad4d;
    border-radius: 999px;
    color: #fff0ad;
    text-align: center;
    text-decoration: none;
    font-family: var(--title-font);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
}

.reader-art-card .reader-art-origin-link {
    padding: 9px 12px;
    font-size: 14px;
}

.reader-art-origin-link:hover,
.reader-art-origin-link:focus-visible {
    background: rgba(217,173,77,.12);
    color: #fff8d8;
}

.reader-art-winner-empty {
    padding: 26px;
    border: 1px solid rgba(116,76,31,.3);
    border-radius: 14px;
    background: rgba(255,249,225,.66);
    color: #654521;
    text-align: center;
}

.reader-art-shortlist {
    margin-top: 38px;
}

.reader-art-age-winners {
    padding: 26px;
    border: 1px solid rgba(116,76,31,.28);
    border-radius: 18px;
    background: rgba(255,249,225,.48);
    box-shadow: 0 12px 28px rgba(69,45,20,.08);
}

.reader-art-submissions {
    margin-top: 54px;
    padding-top: 40px;
    border-top: 2px solid rgba(116,76,31,.28);
}

.reader-art-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.reader-art-section-heading > p {
    max-width: 520px;
    margin: 0;
    color: #6e4a24;
    text-align: right;
}

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

.reader-art-shortlist-content:has(.reader-art-age-shortlist-group) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.reader-art-age-shortlist-group {
    min-width: 0;
    padding: 20px;
    border: 1px solid rgba(116,76,31,.24);
    border-radius: 14px;
    background: rgba(255,249,225,.44);
}

.reader-art-age-shortlist-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(116,76,31,.22);
}

.reader-art-age-shortlist-heading h3 {
    margin: 0;
    color: #4b3017;
    font-family: var(--title-font);
    font-size: clamp(20px, 2.6vw, 27px);
}

.reader-art-age-shortlist-heading span {
    padding: 5px 9px;
    border: 1px solid rgba(116,76,31,.28);
    border-radius: 999px;
    color: #6e4a24;
    font-size: 13px;
    font-weight: 700;
}

.reader-art-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #c99d50;
    border-radius: 14px;
    background: linear-gradient(145deg, #101827, #182438);
    box-shadow: 0 10px 24px rgba(28,20,11,.18);
}

.reader-art-card__media {
    height: 270px;
    padding: 12px;
    background: rgba(6,10,17,.68);
}

.reader-art-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    color: #f6ecd0;
}

.reader-art-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 100%;
    margin-bottom: 10px;
}

.reader-art-card__badge {
    display: inline-flex;
    max-width: 100%;
    padding: 5px 9px;
    border: 1px solid rgba(217,173,77,.58);
    border-radius: 999px;
    color: #f4d47c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.reader-art-card h3 {
    margin: 0 0 10px;
    color: #fff0ad;
    font-family: var(--title-font);
    font-size: 21px;
}

.reader-art-card__caption {
    margin: 12px 0 0;
    color: rgba(255,248,226,.8);
    line-height: 1.48;
}

.reader-art-empty {
    grid-column: 1 / -1;
    padding: 30px;
    border: 1px dashed rgba(116,76,31,.4);
    border-radius: 14px;
    background: rgba(255,249,225,.55);
    color: #654521;
    text-align: center;
}

@media (max-width: 980px) {
    .reader-art-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .reader-art-winner-card { grid-template-columns: 1fr; }
    .reader-art-winner-card__media { min-height: 360px; }
}

@media (max-width: 620px) {
    .reader-art-hero { padding: 70px 18px 56px; }
    .reader-art-page { padding: 28px 12px 52px; }
    .reader-art-month-picker,
    .reader-art-section-heading { align-items: stretch; flex-direction: column; }
    .reader-art-section-heading > p { text-align: left; }
    .reader-art-month-picker__control { width: 100%; }
    .reader-art-grid { grid-template-columns: 1fr; }
    .reader-art-card__media { height: 310px; }
    .reader-art-winner-card__media { min-height: 320px; padding: 12px; }
    .reader-art-age-winners,
    .reader-art-age-shortlist-group { padding: 16px; }
    .reader-art-age-shortlist-heading { align-items: flex-start; flex-direction: column; }
    .reader-art-origin-link { width: 100%; align-self: stretch; }
}
