.awards-featured-photos {
    --featured-bg: rgba(250, 248, 243, 0.94);
    --featured-card: #fff;
    --featured-ink: #161616;
    --featured-muted: #756f66;
    --featured-line: rgba(20, 20, 20, 0.13);
    width: min(1180px, calc(100vw - 32px));
    margin: clamp(34px, 6vw, 86px) auto;
    padding: clamp(18px, 3vw, 34px);
    background: var(--featured-bg);
    color: var(--featured-ink);
    border-radius: 8px;
    box-sizing: border-box;
}

.awards-featured-photos * {
    box-sizing: border-box;
}

.awards-featured-photos-dark {
    --featured-bg: rgba(16, 16, 16, 0.96);
    --featured-card: #202020;
    --featured-ink: #f8f4ea;
    --featured-muted: rgba(248, 244, 234, 0.72);
    --featured-line: rgba(255, 255, 255, 0.16);
}

.awards-featured-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: clamp(18px, 3vw, 34px);
}

.awards-featured-header h2 {
    margin: 0;
    font-family: "Italiana", "Playfair Display", Georgia, serif;
    font-size: clamp(34px, 6vw, 74px);
    font-weight: 400;
    line-height: 0.95;
}

.awards-featured-header p {
    max-width: 36em;
    margin: 0;
    color: var(--featured-muted);
    font-size: 16px;
    line-height: 1.6;
}

.awards-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 24px);
    align-items: stretch;
}

.awards-featured-layout-featured-large .awards-featured-card:first-child {
    grid-column: span 2;
}

.awards-featured-card {
    display: grid;
    grid-template-rows: minmax(220px, 280px) auto;
    gap: 14px;
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--featured-line);
    border-radius: 8px;
    background: var(--featured-card);
    color: var(--featured-ink);
    cursor: zoom-in;
    transition: transform 180ms ease, border-color 180ms ease;
}

.awards-featured-card:hover {
    transform: translateY(-2px);
    border-color: rgba(190, 139, 43, 0.44);
}

.awards-featured-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    max-height: 280px;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.035);
    overflow: hidden;
}

.awards-featured-image-wrap img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: contain;
}

.awards-featured-copy {
    display: grid;
    gap: 5px;
}

.awards-featured-label {
    color: #b8862b;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 12px;
}

.awards-featured-copy strong {
    font-size: 22px;
    line-height: 1.16;
}

.awards-featured-copy span,
.awards-featured-copy small {
    color: var(--featured-muted);
    font-size: 14px;
    line-height: 1.42;
}

.awards-featured-theme-curator-mosaic {
    --featured-bg: #fbfaf7;
    width: calc(100vw - 32px) !important;
    max-width: 1440px !important;
    padding: clamp(28px, 5vw, 64px) clamp(16px, 3vw, 46px);
    background: radial-gradient(circle at top center, rgba(190, 139, 43, 0.08), transparent 38%), #fbfaf7;
}

.awards-featured-theme-curator-mosaic .awards-featured-header {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 14px;
    margin-bottom: clamp(28px, 5vw, 58px);
    width: 100%;
}

.awards-featured-theme-curator-mosaic .awards-featured-header::before {
    content: "FEATURED PHOTOS";
    display: flex;
    align-items: center;
    gap: 12px;
    color: #c6a65e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.awards-featured-theme-curator-mosaic .awards-featured-header h2 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(42px, 5vw, 72px);
    text-align: center;
}

.awards-featured-theme-curator-mosaic .awards-featured-header p {
    max-width: 560px;
    margin: 0 auto;
}

.awards-featured-theme-curator-mosaic .awards-featured-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.95fr);
    grid-template-rows: repeat(2, minmax(260px, 1fr));
    gap: 4px;
}

.awards-featured-theme-curator-mosaic .awards-featured-card {
    position: relative;
    display: block;
    min-height: 300px;
    padding: 0;
    overflow: hidden;
    border: 0;
    box-shadow: 0 18px 48px rgba(36, 28, 15, 0.12);
}

.awards-featured-theme-curator-mosaic .awards-featured-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(115deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.22) 42%, rgba(0, 0, 0, 0.08));
}

.awards-featured-theme-curator-mosaic .awards-featured-card:hover {
    transform: none;
}

.awards-featured-theme-curator-mosaic .awards-featured-slot-photo_of_the_day {
    grid-row: span 2;
    min-height: 610px;
}

.awards-featured-theme-curator-mosaic .awards-featured-slot-photo_of_the_week {
    background: #f7f4ed;
}

.awards-featured-theme-curator-mosaic .awards-featured-slot-photo_of_the_month {
    background: #f7f4ed;
}

.awards-featured-theme-curator-mosaic .awards-featured-image-wrap {
    position: absolute;
    inset: 0;
    min-height: 0;
    max-height: none;
    border-radius: 0;
    background: transparent;
}

.awards-featured-theme-curator-mosaic .awards-featured-image-wrap img {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    object-fit: cover;
}

.awards-featured-theme-curator-mosaic .awards-featured-copy {
    position: relative;
    z-index: 2;
    width: min(78%, 420px);
    padding: clamp(22px, 3vw, 42px);
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.68);
}

.awards-featured-theme-curator-mosaic .awards-featured-slot-photo_of_the_week .awards-featured-copy {
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.68);
}

.awards-featured-theme-curator-mosaic .awards-featured-label {
    color: #f2c76b !important;
    font-size: 11px;
}

.awards-featured-theme-curator-mosaic .awards-featured-copy strong {
    font-family: "Italiana", "Playfair Display", Georgia, serif;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 400;
    line-height: 1.08;
}

.awards-featured-theme-curator-mosaic .awards-featured-copy span:not(.awards-featured-label),
.awards-featured-theme-curator-mosaic .awards-featured-copy small {
    color: #fff !important;
    opacity: 0.94;
    font-size: 15px;
}

.awards-featured-theme-curator-mosaic::after {
    content: "“ These selections reflect the creativity, vision, and emotion that define outstanding photography.  —  The 12AWARDS Curatorial Team";
    display: block;
    max-width: 760px;
    margin: clamp(24px, 4vw, 44px) auto 0;
    color: #777166;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
}

.awards-featured-theme-editorial-triptych {
    --featured-bg: #fffdfa;
    width: calc(100vw - 32px) !important;
    max-width: 1440px !important;
    padding: clamp(42px, 6vw, 82px) clamp(28px, 4vw, 50px);
    background: radial-gradient(circle at top center, rgba(198, 166, 94, 0.09), transparent 34%), #fffdfa;
    border: 0;
    border-radius: 0;
}

.awards-featured-theme-editorial-triptych .awards-featured-header {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 12px;
    width: 100%;
    margin-bottom: clamp(36px, 5vw, 70px);
}

.awards-featured-theme-editorial-triptych .awards-featured-header::before {
    content: "✦";
    display: grid;
    place-items: center;
    width: 180px;
    color: #c6a65e;
    font-size: 20px;
    line-height: 1;
    background: linear-gradient(90deg, rgba(198, 166, 94, 0.35), rgba(198, 166, 94, 0.35)) left center / 56px 1px no-repeat,
        linear-gradient(90deg, rgba(198, 166, 94, 0.35), rgba(198, 166, 94, 0.35)) right center / 56px 1px no-repeat;
}

.awards-featured-theme-editorial-triptych .awards-featured-header h2 {
    max-width: 820px;
    margin: 0 auto;
    font-family: "Italiana", "Playfair Display", Georgia, serif;
    font-size: clamp(34px, 3.4vw, 48px);
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
}

.awards-featured-theme-editorial-triptych .awards-featured-header h2::after {
    content: none;
}

.awards-featured-theme-editorial-triptych .awards-featured-header p {
    max-width: 620px;
    margin: 0 auto;
    color: #77736c;
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.6;
    text-align: center;
}

.awards-featured-theme-editorial-triptych .awards-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 2.4vw, 34px);
}

.awards-featured-theme-editorial-triptych .awards-featured-card {
    display: grid;
    grid-template-rows: auto auto;
    gap: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(198, 166, 94, 0.26);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(34, 29, 18, 0.07);
}

.awards-featured-theme-editorial-triptych .awards-featured-card:hover {
    transform: translateY(-3px);
}

.awards-featured-theme-editorial-triptych .awards-featured-image-wrap {
    width: 100%;
    min-height: clamp(320px, 31vw, 510px);
    max-height: clamp(320px, 31vw, 510px);
    border-radius: 0;
    background: #f6f3ed;
}

.awards-featured-theme-editorial-triptych .awards-featured-image-wrap img {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    object-fit: cover;
}

.awards-featured-theme-editorial-triptych .awards-featured-copy {
    display: grid;
    justify-items: center;
    gap: 10px;
    min-height: 164px;
    padding: 24px 22px 30px;
    text-align: center;
    background: #fff;
}

.awards-featured-theme-editorial-triptych .awards-featured-label::before {
    content: "✦";
    margin-right: 8px;
}

.awards-featured-theme-editorial-triptych .awards-featured-label {
    color: #c6a65e !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
}

.awards-featured-theme-editorial-triptych .awards-featured-copy strong {
    font-family: "Italiana", "Playfair Display", Georgia, serif;
    color: #171717;
    font-size: clamp(28px, 2.8vw, 42px);
    font-weight: 400;
    line-height: 1.08;
}

.awards-featured-theme-editorial-triptych .awards-featured-copy strong::after {
    content: none;
}

.awards-featured-theme-editorial-triptych .awards-featured-copy span:not(.awards-featured-label) {
    color: #77736c;
    font-size: 16px;
    line-height: 1.45;
}

.awards-featured-theme-editorial-triptych .awards-featured-copy span:not(.awards-featured-label)::before {
    content: "By ";
}

.awards-featured-theme-editorial-triptych .awards-featured-copy small {
    display: none;
}

.awards-featured-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: clamp(16px, 4vw, 54px);
    background: rgba(7, 7, 7, 0.76);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.awards-featured-photos.is-lightbox-open .awards-featured-lightbox {
    display: flex;
}

.awards-featured-lightbox-panel {
    position: relative;
    width: min(1160px, 94vw);
    max-height: 92vh;
    color: #fff;
}

.awards-featured-lightbox-panel figure {
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: clamp(18px, 3vw, 34px);
    align-items: center;
}

.awards-featured-lightbox-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 82vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
    background: rgba(255, 255, 255, 0.06);
    margin: 0 auto;
}

.awards-featured-lightbox-panel figcaption {
    display: grid;
    gap: 8px;
}

.awards-featured-lightbox-label {
    color: #f2bd56;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 12px;
}

.awards-featured-lightbox-title {
    font-size: clamp(26px, 4vw, 48px);
    line-height: 1.05;
}

.awards-featured-lightbox-photographer,
.awards-featured-lightbox-meta,
.awards-featured-lightbox-description {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.55;
}

.awards-featured-lightbox-description:empty {
    display: none;
}

.awards-featured-lightbox-close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    color: #111;
    background: #fff;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

body.awards-featured-modal-open {
    overflow: hidden;
}

.awards-featured-photos-empty {
    padding: 14px 16px;
    border: 1px solid var(--featured-line);
    border-radius: 8px;
    background: var(--featured-card);
}

@media (max-width: 1280px) {
    .awards-featured-theme-editorial-triptych {
        width: min(100%, calc(100vw - 24px)) !important;
        max-width: calc(100vw - 24px) !important;
        overflow: hidden;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .awards-featured-header {
        display: block;
    }

    .awards-featured-header p {
        margin-top: 12px;
    }

    .awards-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .awards-featured-layout-featured-large .awards-featured-card:first-child {
        grid-column: span 2;
    }

    .awards-featured-lightbox-panel figure {
        grid-template-columns: 1fr;
        max-height: 88vh;
        overflow-y: auto;
    }

    .awards-featured-lightbox-image {
        max-height: 66vh;
    }

    .awards-featured-theme-curator-mosaic .awards-featured-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .awards-featured-theme-curator-mosaic .awards-featured-card,
    .awards-featured-theme-curator-mosaic .awards-featured-slot-photo_of_the_day {
        grid-row: auto;
        min-height: 360px;
    }

    .awards-featured-theme-editorial-triptych {
        width: min(100%, calc(100vw - 24px)) !important;
        max-width: calc(100vw - 24px) !important;
        padding: clamp(30px, 6vw, 54px) clamp(16px, 4vw, 30px);
        overflow: hidden;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-header {
        margin-bottom: clamp(26px, 5vw, 44px);
    }

    .awards-featured-theme-editorial-triptych .awards-featured-header h2 {
        max-width: 620px;
        font-size: clamp(34px, 8vw, 46px);
        line-height: 0.98;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-header p {
        max-width: 620px;
        font-size: clamp(16px, 3vw, 20px);
    }

    .awards-featured-theme-editorial-triptych .awards-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(16px, 3vw, 24px);
    }

    .awards-featured-theme-editorial-triptych .awards-featured-image-wrap {
        min-height: clamp(300px, 54vw, 420px);
        max-height: clamp(300px, 54vw, 420px);
    }

    .awards-featured-theme-editorial-triptych .awards-featured-copy {
        min-height: auto;
        padding: 22px 18px 26px;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-copy strong {
        font-size: clamp(30px, 6vw, 40px);
        overflow-wrap: anywhere;
    }
}

@media (max-width: 620px) {
    .awards-featured-photos {
        width: calc(100vw - 24px);
        padding: 14px;
    }

    .awards-featured-grid,
    .awards-featured-layout-featured-large .awards-featured-card:first-child {
        grid-template-columns: 1fr;
        grid-column: auto;
    }

    .awards-featured-card {
        grid-template-rows: minmax(190px, 250px) auto;
    }

    .awards-featured-image-wrap {
        min-height: 190px;
        max-height: 250px;
    }

    .awards-featured-image-wrap img {
        max-height: 250px;
    }

    .awards-featured-theme-curator-mosaic .awards-featured-card,
    .awards-featured-theme-curator-mosaic .awards-featured-slot-photo_of_the_day {
        min-height: 320px;
    }

    .awards-featured-theme-curator-mosaic .awards-featured-copy {
        width: 100%;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-image-wrap,
    .awards-featured-theme-editorial-triptych .awards-featured-image-wrap img {
        max-height: 320px;
    }

    .awards-featured-theme-editorial-triptych {
        width: min(100%, calc(100vw - 20px)) !important;
        max-width: calc(100vw - 20px) !important;
        margin: clamp(28px, 8vw, 52px) auto;
        padding: 28px 14px;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-header {
        gap: 10px;
        margin-bottom: 26px;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-header::before {
        width: 132px;
        background-size: 42px 1px, 42px 1px;
        font-size: 18px;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-header h2 {
        max-width: 310px;
        font-size: clamp(32px, 10vw, 42px);
        line-height: 1;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-header p {
        max-width: 310px;
        font-size: clamp(16px, 4.2vw, 20px);
        line-height: 1.55;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-grid,
    .awards-featured-theme-editorial-triptych.awards-featured-layout-featured-large .awards-featured-card:first-child {
        grid-template-columns: 1fr;
        grid-column: auto;
        gap: 18px;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-card {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-image-wrap {
        min-height: clamp(260px, 82vw, 360px);
        max-height: clamp(260px, 82vw, 360px);
    }

    .awards-featured-theme-editorial-triptych .awards-featured-image-wrap img {
        max-height: none;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-copy {
        gap: 8px;
        padding: 22px 18px 26px;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-label {
        font-size: 12px;
        line-height: 1.35;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-copy strong {
        font-size: clamp(34px, 11vw, 44px);
        line-height: 1.04;
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-copy span:not(.awards-featured-label) {
        font-size: clamp(16px, 4.6vw, 20px);
        line-height: 1.4;
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .awards-featured-lightbox-close {
        top: 8px;
        right: 8px;
    }
}

@media (max-device-width: 767px), (hover: none) and (pointer: coarse) and (max-width: 980px) {
    .awards-featured-theme-editorial-triptych {
        width: min(100%, calc(100vw - 20px)) !important;
        max-width: calc(100vw - 20px) !important;
        margin: clamp(28px, 8vw, 52px) auto;
        padding: 28px 14px;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-grid,
    .awards-featured-theme-editorial-triptych.awards-featured-layout-featured-large .awards-featured-card:first-child {
        grid-template-columns: 1fr;
        grid-column: auto;
        gap: 18px;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-card {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
}

@media (max-width: 380px) {
    .awards-featured-theme-editorial-triptych {
        width: min(100%, calc(100vw - 16px)) !important;
        max-width: calc(100vw - 16px) !important;
        padding: 24px 10px;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-card {
        max-width: 330px;
    }

    .awards-featured-theme-editorial-triptych .awards-featured-copy strong {
        font-size: clamp(30px, 10vw, 38px);
    }
}
