:root {
    --nyx-yellow: #f4d900;
    --nyx-black: #030303;
    --nyx-ink: #101010;
    --nyx-light: #f1f0ef;
    --nyx-mid: #c4c4c4;
    --nyx-dark-grey: #7c7c7c;
    --nyx-shell: 1210px;
    --nyx-body: "Arimo", Arial, sans-serif;
    --nyx-condensed: "Barlow Condensed", "Arial Narrow", sans-serif;
    --nyx-display: "Libre Bodoni", Georgia, serif;
    --font-display: var(--nyx-display);
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
.h1,
.h2,
.h3,
.h4,
.display-6 {
    font-family: var(--font-display);
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

.home-page {
    margin: 0;
    overflow-x: hidden;
    color: var(--nyx-ink);
    background: var(--nyx-black);
    font-family: var(--nyx-body);
    font-size: 1.2rem;
    line-height: 1.3;
}

.home-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.home-page a {
    color: inherit;
    text-decoration: none;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page p {
    margin-top: 0;
}

.home-page h2,
.home-page h3 {
    font-family: var(--nyx-display);
    font-weight: 400;
    line-height: 1;
}

.home-page h2 {
    margin-bottom: 1.5rem;
    font-size: clamp(2.2rem, 3vw, 3.15rem);
    line-height: 1;
}

.home-page h3 {
    margin-bottom: 20px;
    font-size: clamp(2.25rem, 2.5vw, 3.3rem);
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.home-skip-link {
    position: fixed;
    z-index: 3000;
    top: 0.5rem;
    left: 0.5rem;
    padding: 0.7rem 1rem;
    color: var(--nyx-black);
    background: var(--nyx-yellow);
    transform: translateY(-160%);
}

.home-skip-link:focus {
    transform: translateY(0);
}

.section-shell {
    width: min(calc(100% - 3rem), var(--nyx-shell));
    margin-inline: auto;
}

.section-dark {
    color: #fff;
    background: var(--nyx-black);
}

.section-light {
    background: #fff;
}

.eyebrow {
    margin-bottom: 1rem;
    color: var(--nyx-yellow);
    font-family: var(--nyx-body);
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.eyebrow-dark {
    color: var(--nyx-ink);
}

.home-header {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    background: transparent;
    border-bottom: 0;
}

.partner-bar {
    display: flex;
    align-items: center;
    min-height: 34px;
    gap: 1.25rem;
    padding-inline: max(1.5rem, calc((100vw - var(--nyx-shell)) / 2));
    overflow: hidden;
    color: #bbb;
    border-bottom: 1px solid #292929;
    font-size: 0.72rem;
    white-space: nowrap;
}

.partner-bar span:first-child {
    color: #fff;
}

.home-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(calc(100% - 3rem), 1440px);
    min-height: 78px;
    margin-inline: auto;
    gap: 2rem;
}

.home-brand {
    position: relative;
    display: grid;
    flex: 0 0 155px;
    gap: 0.05rem;
}

.home-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(0.9rem, 2vw, 2.25rem);
    font-size: 0.79rem;
    font-weight: 700;
    text-transform: uppercase;
}

.home-navigation a {
    transition: color 160ms ease;
}

.home-navigation a:hover,
.home-navigation a:focus-visible {
    color: var(--nyx-yellow);
}

.home-nav-cta {
    padding: 0.85rem 1.2rem;
    color: var(--nyx-yellow) !important;
    border: 1px solid var(--nyx-yellow);
}

.home-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    color: #fff;
    background: transparent;
    border: 1px solid #555;
}

.home-menu-toggle > span:not(.visually-hidden) {
    display: block;
    height: 2px;
    margin-block: 4px;
    background: currentColor;
}

.home-hero {
    background: #000;
}

.deadline-ribbon {
    padding: 0.75rem 1rem;
    color: #050505;
    background: var(--nyx-yellow);
    font-family: var(--nyx-display);
    font-size: clamp(1rem, 2vw, 1.7rem);
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.deadline-ribbon span {
    margin-inline: 0.5rem;
}

.home-intro {
    padding-block: clamp(5.6rem, 4vw, 8rem) clamp(6rem, 6vw, 9rem);
}

.home-intro-inner {
    max-width: 960px;
    text-align: center;
}

.home-intro-inner > p:not(.eyebrow, .intro-tagline) {
    max-width: 930px;
    margin-inline: auto;
    color: #fff;
}

.intro-tagline {
    margin-bottom: 1.5rem;
    color: var(--nyx-yellow);
    font-size: 1.16rem;
    font-style: italic;
}

.home-intro .eyebrow {
    font-family: var(--nyx-display);
    font-weight: 600;
    font-size: 34px;
}

.home-credibility-strip {
    position: relative;
    z-index: 2;
    color: #111;
    background: var(--nyx-yellow);
}

.home-credibility-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding-block: clamp(2.6rem, 3.5vw, 3.8rem);
}

.home-credibility-item {
    display: grid;
    align-content: start;
    justify-items: center;
    min-width: 0;
    padding: .25rem clamp(1rem, 2vw, 2rem);
    text-align: center;
}

.home-credibility-item + .home-credibility-item {
    border-left: 1px solid rgb(17 17 17 / .3);
}

.home-credibility-item h3 {
    margin: 0 0 .85rem;
    color: #111;
    font-family: var(--nyx-body);
    font-size: clamp(1.2rem, 1.1vw, 1.15rem);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-credibility-item h3::before {
    display: block;
    width: 2.5rem;
    height: 3px;
    margin: 0 auto 1.1rem;
    content: "";
    background: #111;
}

.home-credibility-item p {
    max-width: 215px;
    margin: 0;
    color: #000;
    font-size: 0.95rem;
    line-height: 1.4
}

.button-row,
.center-action {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.2rem;
}

.home-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 190px;
    min-height: 54px;
    gap: 2rem;
    padding: 0.85rem 1.35rem;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.home-button.button-yellow,
.home-button.button-yellow-outline {
    color: #000;
    background: var(--nyx-yellow);
    border: 1px solid var(--nyx-yellow);
}

.home-button.button-yellow:hover,
.home-button.button-yellow:focus-visible,
.home-button.button-yellow-outline:hover,
.home-button.button-yellow-outline:focus-visible {
    color: var(--nyx-yellow);
    background: rgba(244, 217, 0, 0.1);
    border-color: var(--nyx-yellow);
}

.button-outline-light {
    color: #fff;
    border: 1px solid #777;
}

.button-outline-light:hover,
.button-outline-light:focus-visible {
    color: var(--nyx-black);
    background: #fff;
    border-color: #fff;
}

.button-outline-dark {
    color: var(--nyx-black);
    border: 1px solid var(--nyx-black);
}

.button-outline-dark:hover,
.button-outline-dark:focus-visible {
    color: #fff;
    background: var(--nyx-black);
    border: 1px solid var(--nyx-black);
}

/* .about-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.6fr);
    max-width: 1500px;
    margin-inline: auto;
} */

.legacy-panel {
    display: flex;
    flex-direction: column;
    background: var(--nyx-yellow);
}

.legacy-years {
    display: grid;
    align-content: end;
    min-height: 460px;
    padding: clamp(2rem, 5vw, 5rem);
    background: #fff;
}

.legacy-years span {
    color: var(--nyx-mid);
    font-size: clamp(4.8rem, 10vw, 9rem);
    font-weight: 700;
    line-height: 0.65;
}

.legacy-years span:last-child {
    color: var(--nyx-yellow);
}

.legacy-years .year-title-1{
    background: #fff;
    padding: 10px 0 0 20px;
    margin: -5% 4% 0 auto;
}

.legacy-years .year-title-2 {
    text-align: center;
    margin: 0% 3% 5% 0;
    padding: 10px 0;
    font-size: 1.6rem;
    line-height: 1.05;
}

.legacy-years strong {
    padding-left: 0%;
    font-size: clamp(1rem, 2vw, 1.6rem);
    line-height: 1.15;
    text-transform: uppercase;
}

.legacy-copy {
    flex: 1;
    padding: clamp(2rem, 5vw, 5rem);
}

.legacy-copy h2 {
    font-size: clamp(2rem, 3.6vw, 3.5rem);
}

.about-content {
    padding: clamp(3rem, 7vw, 7rem);
}

.about-columns {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr;
    gap: clamp(2rem, 5vw, 5rem);
}

.topic-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.topic-tags span {
    padding: 0.55rem 0.75rem;
    border: 1px solid #111;
    border-bottom: 3px solid #111;
    font-size: 1.3rem;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: 2rem;
}

.value-grid strong {
    padding-bottom: 0.6rem;
    border-bottom: 2px solid var(--nyx-yellow);
    font-size: 1rem;
}

.text-link {
    display: inline-flex;
    justify-content: space-between;
    width: fit-content;
    gap: 2rem;
    margin-top: 2rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid currentColor;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
}

.influence-card {
    display: grid;
    grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: clamp(2rem, 4vw, 4rem);
    margin-top: clamp(4rem, 8vw, 8rem);
    padding-top: clamp(3rem, 6vw, 6rem);
    border-top: 1px solid #222;
}

.influence-card img {
    width: 100%;
}

.honours-section,
.categories-section,
.benefits-section {
    padding-block: clamp(5rem, 9vw, 9rem);
}

.centered-heading {
    max-width: 980px;
    text-align: center;
}

.centered-heading > p:not(.eyebrow) {
    color: #bbb;
}

.honours-art {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    gap: clamp(1rem, 4vw, 4rem);
    max-width: 900px;
    margin-top: 3rem;
}

.honours-art figure {
    margin: 0;
    text-align: center;
}

.honours-art img {
    max-height: 300px;
    margin-inline: auto;
}

.honours-art figcaption {
    margin-top: 1rem;
    color: #aaa;
    font-size: 0.7rem;
    text-transform: uppercase;
}

.honours-art .honours-feature img {
    max-height: 360px;
}

.categories-section {
    padding-top: 2rem;
}

.section-heading {
    margin-bottom: 3rem;
}

.section-heading > p:not(.eyebrow) {
    max-width: 850px;
    color: #fff;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.category-card {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    background: #151515;
    box-shadow: inset 0 0 0 2px transparent;
    transition: box-shadow 180ms ease;
}

.category-wide {
    grid-column: span 2;
}

.category-card picture,
.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 350ms ease, filter 350ms ease;
}

.category-card::after {
    position: absolute;
    inset: 35% 0 0;
    content: "";
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

.category-card span {
    position: absolute;
    z-index: 1;
    right: 1.2rem;
    bottom: 1.05rem;
    left: 1.2rem;
    color: #fff;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    transition: color 180ms ease;
}

.category-card:hover img,
.category-card:focus-visible img {
    filter: brightness(1.08);
    transform: scale(1.035);
}

.category-card:hover,
.category-card:focus-visible {
    outline: 0;
    box-shadow: inset 0 0 0 2px var(--nyx-yellow);
}

.jury-section {
    padding-block: clamp(5rem, 9vw, 9rem);
    background: var(--nyx-light);
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.benefit-card {
    min-height: 600px;
    padding: clamp(2rem, 4vw, 4rem);
    overflow: hidden;
    border: 1px solid #777;
}

.benefit-card > p:not(.eyebrow),
.benefit-card > div > p:not(.eyebrow) {
    color: #fff;
}

.recognition-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.75fr);
    align-items: center;
    gap: 1rem;
}

.recognition-title {
    grid-column: 1 / -1;
    width: 100%;
}

.recognition-title h2 {
    margin-bottom: 0;
}

.recognition-card img {
    width: 120%;
}

.text-link-light {
    color: #fff;
}

.winner-benefit-card {
    display: flex;
    flex-direction: column;
}

.benefit-icons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-block: auto 1rem;
}

.benefit-icons figure {
    margin: 0;
    text-align: center;
}

.benefit-icons img {
    aspect-ratio: 1;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.benefit-icons figcaption {
    margin-top: 0.7rem;
    color: #aaa;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

.statuette-card {
    display: flex;
    align-items: flex-start;
    background: url("../../images/home/statuette.jpg") center / cover no-repeat;
}

.statuette-card > div {
    max-width: 54%;
}

.connect-card {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #050505;
}

/* Keep the h2 unstacked so The World can sit above the artwork. */
.connect-card-glow {
    position: absolute;
    inset: 0 0 auto;
    z-index: 9;
    width: 100%;
    height: auto;
    pointer-events: none;
    top: 140px;
}

.connect-card-world,
.connect-card p {
    position: relative;
    z-index: 10;
}

.connect-card h2 strong {
    color: #fff;
    font-size: 1.55em;
    text-transform: uppercase;
}

.connect-card .text-link {
    position: relative;
    z-index: 10;
    align-self: center;
}

.dates-section {
    padding-block: clamp(5rem, 9vw, 9rem);
    background: #fff;
}

.dates-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 3rem;
}

.dates-heading > div {
    max-width: 850px;
}

.date-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid #111;
}

.date-grid article {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-right: 1px solid #111;
}

.date-grid article:last-child {
    border-right: 0;
}

.date-grid .date-feature {
    background: var(--nyx-yellow);
}

.date-grid-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 2rem;
    color: #333;
    text-align: center;
}

.date-grid strong,
.date-grid b {
    font-size: 0.8rem;
    text-transform: uppercase;
}

.date-grid span {
    margin-top: 1.4rem;
    font-family: var(--nyx-display);
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 0.95;
}

.date-grid small {
    font-family: var(--nyx-display);
    font-size: 1.2rem;
}

.date-grid b {
    margin-top: auto;
}

.testimonial-section {
    padding-block: clamp(5rem, 9vw, 9rem);
    background: var(--nyx-light);
}

.testimonial-section .centered-heading > p:not(.eyebrow) {
    color: #333;
}

.testimonial-section blockquote {
    position: relative;
    max-width: 820px;
    margin: 3rem auto;
    padding: clamp(2rem, 5vw, 4rem);
    background: #fff;
    text-align: left;
}

.testimonial-section blockquote > span {
    position: absolute;
    top: -0.05em;
    right: 0.2em;
    color: var(--nyx-light);
    font-family: "Arimo", sans-serif;
    font-size: 10rem;
    line-height: 1;
}

.testimonial-section blockquote p {
    position: relative;
    max-width: 650px;
    font-size: clamp(1.4rem, 2.5vw, 2.3rem);
    line-height: 1.25;
}

.testimonial-section blockquote footer {
    color: var(--nyx-dark-grey);
}

.newsletter-section {
    padding-block: clamp(5rem, 9vw, 8rem);
}

.newsletter-section .home-button {
    margin-top: 2rem;
}

.closing-cta {
    padding-block: clamp(3rem, 7vw, 6rem);
    background: var(--nyx-yellow);
}

.closing-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: clamp(3rem, 8vw, 8rem);
}

.closing-statement {
    font-size: clamp(2rem, 2vw, 3rem);
    font-weight: 700;
    line-height: 0.85;
    text-transform: uppercase;
}

.closing-statement strong {
    color: #fff;
    font-size: 1.32em;
}

.closing-grid > div:last-child > img {
    width: min(100%, 520px);
    margin-block: 1rem 2rem;
}

.home-footer {
    padding-block: 4rem 2rem;
    color: #ddd;
    background: #050505;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
}

.footer-grid nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 1.25rem 2.5rem;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
    color: var(--nyx-yellow);
}

.footer-contact {
    display: grid;
    align-content: start;
    gap: 0.75rem;
}

.footer-legal {
    margin-top: 3rem;
    padding-top: 2rem;
    color: #999;
    border-top: 1px solid #333;
    font-size: 0.75rem;
}

@media (max-width: 1120px) {
    .partner-bar {
        display: none;
    }

    .home-nav-wrap {
        min-height: 70px;
    }

    .home-menu-toggle {
        display: block;
    }

    .home-navigation {
        position: absolute;
        top: 70px;
        right: 0;
        left: 0;
        display: none;
        align-items: stretch;
        padding: 1rem 1.5rem 1.5rem;
        background: #050505;
        border-top: 1px solid #333;
    }

    .home-navigation.is-open {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-navigation a {
        padding: 0.75rem;
        border-bottom: 1px solid #292929;
    }

    .home-nav-cta {
        text-align: center;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .legacy-panel {
        display: grid;
        grid-template-columns: 0.9fr 1.1fr;
    }

    .legacy-years {
        min-height: 0;
    }

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

    .benefit-card {
        min-height: 520px;
    }

    .recognition-card {
        grid-template-columns: 1fr;
    }

    .recognition-card img {
        max-width: 260px;
        margin-inline: auto;
    }
}

@media (max-width: 767px) {
    .section-shell {
        width: min(calc(100% - 2rem), var(--nyx-shell));
    }

    .home-page {
        font-size: 15px;
    }

    .home-nav-wrap {
        width: calc(100% - 2rem);
    }

    .home-brand {
        flex-basis: 126px;
    }

    .home-navigation.is-open {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }

    .deadline-ribbon span {
        display: none;
    }

    .deadline-ribbon {
        font-size: 0.9rem;
    }

    .button-row {
        display: grid;
    }

    .home-button {
        width: 100%;
    }

    .legacy-panel,
    .about-columns,
    .influence-card,
    .benefit-grid,
    .closing-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .legacy-years {
        min-height: 370px;
    }

    .legacy-copy,
    .about-content {
        padding: 2rem 1rem;
    }

    .topic-tags {
        grid-template-columns: 1fr;
    }

    .influence-card img {
        max-width: 360px;
        margin-inline: auto;
    }

    .honours-art {
        gap: 0.4rem;
    }

    .honours-art img,
    .honours-art .honours-feature img {
        max-height: 190px;
    }

    .honours-art figcaption {
        font-size: 0.55rem;
    }

    .category-grid {
        grid-template-columns: 1fr;
    }

    .category-wide {
        grid-column: auto;
    }

    .category-card {
        min-height: 0;
        aspect-ratio: 782 / 423;
    }

    .benefit-card {
        min-height: 0;
        padding: 2rem 1.25rem;
    }

    .benefit-icons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 2rem;
    }

    .statuette-card {
        min-height: 620px;
        background: linear-gradient(180deg, #080808 0%, rgba(8, 8, 8, 0.75) 45%, rgba(8, 8, 8, 0.05) 75%), url("../../images/home/statuette.jpg") center bottom / cover no-repeat;
    }

    .statuette-card > div {
        max-width: none;
    }

    .dates-heading {
        display: grid;
    }

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

    .date-grid article {
        min-height: 230px;
        border-bottom: 1px solid #111;
    }

    .date-grid article:nth-child(2) {
        border-right: 0;
    }

    .date-grid article:nth-child(3),
    .date-grid article:nth-child(4) {
        border-bottom: 0;
    }

    .closing-grid {
        gap: 2rem;
    }

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

@media (max-width: 420px) {
    .date-grid {
        grid-template-columns: 1fr;
    }

    .date-grid article,
    .date-grid article:nth-child(2),
    .date-grid article:nth-child(3) {
        min-height: 200px;
        border-right: 0;
        border-bottom: 1px solid #111;
    }

    .date-grid article:last-child {
        border-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .category-card img,
    .category-card,
    .category-card span,
    .category-card span::before,
    .home-navigation a,
    .home-button {
        transition: none;
    }
}

/* PDF fidelity refinement — NYXD-Homepage.pdf */

.partner-bar {
    min-height: 31px;
    padding-inline: 0.75rem;
    gap: 1.25rem;
    overflow: visible;
    color: #d0d0d0;
    background: #020202;
    border-bottom-color: #3b3b3b;
    font-size: 0.72rem;
}

.partner-label {
    flex: 0 0 auto;
}

.partner-list {
    display: flex;
    align-items: stretch;
    min-width: 0;
    height: 31px;
    margin: 0;
    padding: 0;
    gap: clamp(1rem, 2.2vw, 2.45rem);
    list-style: none;
}

.partner-item {
    position: relative;
    display: flex;
    align-items: center;
}

.partner-item > a,
.partner-item > button {
    display: inline-flex;
    align-items: center;
    height: 31px;
    gap: 0.45rem;
    padding: 0;
    color: #d2d2d2;
    background: transparent;
    border: 0;
    font: inherit;
    white-space: nowrap;
    cursor: pointer;
}

.partner-name {
    display: inline-block;
    white-space: nowrap;
}

.partner-chevron {
    width: 0;
    height: 0;
    border-top: 5px solid currentColor;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.partner-item > a:hover,
.partner-item > a:focus-visible,
.partner-item > button:hover,
.partner-item > button:focus-visible {
    color: #fff;
}

.partner-menu {
    position: absolute;
    z-index: 1200;
    top: 31px;
    left: -0.8rem;
    display: none;
    min-width: 220px;
    margin: 0;
    padding: 0.55rem 0;
    color: #fff;
    background: #080808;
    border: 1px solid #383838;
    list-style: none;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.45);
}

.partner-item:hover .partner-menu,
.partner-item:focus-within .partner-menu {
    display: block;
}

.partner-menu a {
    display: block;
    padding: 0.55rem 0.8rem;
    white-space: nowrap;
}

.partner-menu a:hover,
.partner-menu a:focus-visible {
    color: var(--nyx-yellow);
    background: #151515;
}

.home-nav-wrap {
    position: relative;
    isolation: isolate;
    width: calc(100% - 3rem);
    max-width: 1420px;
    min-height: 81px;
    gap: 2.4rem;
    transition: min-height 180ms ease, gap 180ms ease;
}

.home-nav-wrap::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    transition: background-color 180ms ease, box-shadow 180ms ease;
}

.home-brand {
    display: flex;
    flex: 0 0 215px;
    align-items: center;
    transition: flex-basis 180ms ease;
}

.home-brand .home-brand-logo {
    display: block;
    width: 215px;
    height: auto;
    object-fit: contain;
    filter: none;
    transition: width 180ms ease;
}

.home-navigation {
    gap: clamp(1.25rem, 2.45vw, 2.6rem);
    font-size: 0.82rem;
}

.home-navigation > a:not(.home-nav-cta) {
    position: relative;
    padding-block: 2rem;
    transition: color 160ms ease, padding 180ms ease;
}

.home-navigation > a:not(.home-nav-cta)::after {
    position: absolute;
    right: 0;
    bottom: 1.15rem;
    left: 0;
    height: 2px;
    content: "";
    background: var(--nyx-yellow);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.home-navigation > a:not(.home-nav-cta):hover::after,
.home-navigation > a:not(.home-nav-cta):focus-visible::after,
.home-navigation > a.is-current::after {
    transform: scaleX(1);
}

.home-nav-cta {
    min-width: 148px;
    padding: 0.95rem 1.4rem;
    text-align: center;
    transition: color 160ms ease, min-width 180ms ease, padding 180ms ease;
}

.home-header.is-compact .home-nav-wrap {
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 50%;
    min-height: 62px;
    margin-inline: 0;
    gap: 1.5rem;
    transform: translateX(-50%);
}

.home-header.is-compact .home-nav-wrap::before {
    background: rgba(0, 0, 0, 0.92);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
}

.home-header.is-compact .home-brand {
    flex-basis: 150px;
}

.home-header.is-compact .home-brand .home-brand-logo {
    width: 150px;
}

.home-header.is-compact .home-navigation {
    gap: clamp(1rem, 1.8vw, 1.8rem);
    font-size: 0.76rem;
}

.home-header.is-compact .home-navigation > a:not(.home-nav-cta) {
    padding-block: 1.35rem;
}

.home-header.is-compact .home-navigation > a:not(.home-nav-cta)::after {
    bottom: 0.55rem;
}

.home-header.is-compact .home-nav-cta {
    min-width: 124px;
    padding: 0.65rem 1rem;
}

.home-hero-slider {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    background: #000;
}

.home-hero-track {
    display: flex;
    transform: translateX(calc(var(--hero-index, 0) * -100%));
    transition: transform 600ms ease;
}

.home-hero-slide {
    flex: 0 0 100%;
    min-width: 100%;
}

.home-hero-link {
    display: block;
    color: inherit;
}

.home-hero-slide picture {
    display: block;
    width: 100%;
    height: auto;
}

.home-hero-slide picture img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
}

.hero-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    color: var(--nyx-yellow);
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid var(--nyx-yellow);
    place-items: center;
    transform: translateY(-50%);
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
    background: rgba(244, 217, 0, 0.12);
}

.hero-arrow span {
    font-size: 2rem;
    line-height: 1;
}

.hero-arrow-previous {
    left: 1.5rem;
}

.hero-arrow-next {
    right: 1.5rem;
}

.hero-pagination {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 1.15rem;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 0.65rem;
}

.hero-dot {
    width: 34px;
    height: 3px;
    padding: 0;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
}

.hero-dot.is-active {
    background: var(--nyx-yellow);
}

.deadline-ribbon {
    padding-block: 0.78rem;
    font-size: clamp(1.35rem, 2.15vw, 2rem);
    font-weight: 600;
}

.home-intro h2 {
    margin-bottom: 2.05rem;
    font-size: clamp(2.55rem, 3.45vw, 3.65rem);
}

.home-button {
    min-width: 186px;
    min-height: 52px;
    padding: 0.9rem 1.35rem;
}

/* .about-grid {
    grid-template-columns: minmax(390px, 34.5%) minmax(0, 65.5%);
    max-width: 1466px;
} */

.legacy-years {
    min-height: 495px;
    padding: 5.8rem 7.8rem 0;
}

.legacy-years span {
    font-size: clamp(5.4rem, 9.5vw, 8.1rem);
    line-height: 0.65;
}

/* .legacy-years strong {
    background: #fff;
    text-align: right;
    margin: -5% 3% 5% 0;
    padding: 10px 0;
    font-size: 1.7rem;
    line-height: 1.05;
} */

.legacy-copy {
    min-height: 665px;
    padding: 6rem 2.8rem 6rem 6rem;
}

.legacy-copy h2 {
    margin-bottom: 1rem;
    font-size: clamp(2.35rem, 2.9vw, 2.9rem);
}

/* .legacy-copy p + p {
    margin-top: 2rem;
} */

.about-content {
    padding: 5.7rem 0;
}

.about-columns {
    grid-template-columns: minmax(0, 1.30fr) minmax(240px, 0.8fr);
    gap: 4.4rem;
}

.topic-tags {
    gap: 0.55rem 0.65rem;
}



.value-grid {
    gap: 1.15rem 0.8rem;
    margin-top: 1.4rem;
}

.influence-card {
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.22fr); 
    margin-top: 4.7rem;
    padding-top: 4.8rem;
}

.influence-card img {
    aspect-ratio: 0.85;
}

.honours-section {
    padding-block: 4.8rem 7rem;
}

.honours-section .section-heading {
    max-width: 970px;
}

.honours-section .section-heading p:last-child {
    max-width: 900px;
    margin-inline: auto;
}

.honours-art {
    position: relative;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    max-width: 850px;
    margin-top: 3.7rem;
    gap: 3rem;
}

.honour-badge {
    position: relative;
    min-width: 0;
}

.honour-badge .honour-shape,
.honour-badge.honours-feature .honour-shape {
    width: 100%;
    max-height: none;
}

.honour-badge figcaption {
    position: absolute;
    inset: 13% 8% 9%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    color: #060606;
    font-family: var(--nyx-condensed);
    font-weight: 600;
    line-height: 0.95;
}


.honours-feature figcaption{
    inset: 0% 8% 6% !important;
}

.honour-brand-lockup {
    display: grid;
    justify-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.honour-brand-lockup img {
    width: 48%;
    margin: 0 auto;
}

.honour-brand-rule {
    width: 48%;
    margin-top: 0.2rem;
    border-top: 1px solid currentColor;
}

.honour-brand-subtitle,
.honour-distinction {
    font-family: var(--nyx-display);
    font-weight: 600;
    text-transform: uppercase;
}

.honour-brand-subtitle {
    margin-top: 0.15rem;
    font-size: clamp(0.68rem, 0.5vw, 0.5rem);
    line-height: 1;
}

.honour-distinction {
    align-self: center;
    margin-block: 0.45rem 0.4rem;
    padding: 0.28rem 0.35rem;
    color: #fff;
    background: #050505;
    font-size: clamp(0.6rem, 0.52vw, 0.52rem);
    line-height: 1;
}
 
.honours-feature .honour-distinction{
    font-size: clamp(0.8rem, 0.52vw, 0.52rem) !important;
}

.honour-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-family: var(--nyx-condensed);
    font-weight: 600;
    text-transform: uppercase;
}

.honour-name-medium {
    font-size: clamp(1.8rem, 1.65vw, 1.55rem);
    line-height: 0.9;
}

.honours-feature .honour-name-medium{
    font-size: clamp(2.1rem, 1.65vw, 1.55rem) !important;
}

.honour-name-large {
    margin-block: 0.12rem 0.22rem;
    font-size: clamp(2.65rem, 4vw, 3.8rem);
    font-weight: 600;
    line-height: 0.92;
}

.honours-feature .honour-name-large{
    font-size: clamp(4rem, 6vw, 3.8rem) !important;
}

.categories-section {
    padding-block: 2.6rem 6rem;
}

.categories-section .section-heading {
    margin-bottom: 3rem;
}

.categories-section .section-heading > p:not(.eyebrow) {
    max-width: 820px;
}

.category-grid {
    gap: 0.65rem;
}

.category-card {
    min-height: 315px;
}

.category-card span::before {
    display: block;
    width: 0;
    height: 2px;
    margin-bottom: 0.55rem;
    content: "";
    background: var(--nyx-yellow);
    opacity: 0;
    transition: width 180ms ease, opacity 180ms ease;
}

.category-card:hover span,
.category-card:focus-visible span {
    color: var(--nyx-yellow);
}

.category-card:hover span::before,
.category-card:focus-visible span::before {
    width: 105px;
    opacity: 1;
}

.jury-section {
    padding-block: clamp(5rem, 8vw, 8rem);
    overflow: clip;
    background: var(--nyx-light);
}

.jury-simple-layout {
    display: grid;
    gap: clamp(3rem, 5vw, 5rem);
}

.jury-section-heading {
    display: grid;
    grid-template-columns: minmax(0, .80fr) minmax(320px, .75fr);
    gap: clamp(2rem, 7vw, 7rem);
}

.jury-section-heading h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2.6rem, 3.3vw, 3.3rem);
    line-height: 1.05;
}

.jury-section-intro {
    display: grid;
    justify-items: start;
    gap: 1.5rem;
}

.jury-section-intro p {
    max-width: 600px;
    margin: 0;
}

.jury-featured-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.6rem);
}

.jury-featured-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #aaa;
}

.jury-featured-photo {
    position: relative;
    aspect-ratio: 4 / 5;
    margin: 0;
    overflow: hidden;
    background: #d7d5d2;
}

.jury-featured-initials {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #777471;
    background: linear-gradient(145deg, #d8d6d3, #aaa8a5);
    font-family: var(--nyx-display);
    font-size: clamp(4rem, 7vw, 7rem);
}

.jury-featured-photo a,
.jury-featured-photo img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.jury-featured-card.is-unavailable .jury-featured-photo a,
.jury-featured-card.is-unavailable .jury-featured-photo img {
    opacity: 0;
}

.jury-featured-photo img {
    object-fit: cover;
    object-position: center 16%;
    filter: grayscale(1) contrast(.98);
    transition: filter 220ms ease, transform 320ms ease;
}

.jury-featured-card:hover .jury-featured-photo img,
.jury-featured-card:focus-within .jury-featured-photo img {
    filter: grayscale(0) contrast(1);
    transform: scale(1.025);
}

.jury-featured-details {
    display: flex;
    min-height: 190px;
    padding: 1.35rem;
    flex-direction: column;
    border-top: 5px solid var(--nyx-yellow);
}

.jury-featured-country {
    margin: 0 0 .7rem;
    color: #777;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.jury-featured-details h3 {
    margin: 0 0 .45rem;
    font-family: var(--nyx-body);
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 600;
}

.jury-featured-role {
    margin: 0 0 1.2rem;
    color: #666;
    font-size: .9rem;
    line-height: 1.45;
}

.jury-featured-link {
    width: fit-content;
    margin-top: auto;
    color: #111;
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.jury-featured-link:hover,
.jury-featured-link:focus-visible {
    color: #8a7600;
    text-decoration: underline;
    text-underline-offset: .3rem;
}

.jury-fallback {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: clamp(2rem, 4vw, 4rem);
    color: #777;
    background: #fff;
    border: 1px solid #aaa;
    font-size: clamp(1.5rem, 3vw, 3rem);
}

.jury-fallback strong:first-child {
    color: #111;
}

.benefits-section {
    padding-block: 7rem;
}

.benefit-grid {
    gap: 2rem;
}

.benefit-card {
    min-height: 635px;
    padding: 2.7rem 2.9rem;
    border-color: #8a8a8a;
}

.benefit-card h2 {
    font-size: clamp(2.2rem, 2vw, 3.05rem);
}

.benefit-card > p:not(.eyebrow),
.benefit-card > div > p:not(.eyebrow) {
    color: #fff;
    font-size: 0.95rem;
}

.recognition-card {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.9fr);
    column-gap: 2rem;
}

.recognition-card img {
    align-self: center;
    width: 120%;
    max-width: none;
    margin-left: 0;
}

.benefit-icons {
    gap: 1.5rem;
    margin-block: 2.2rem auto;
}

.benefit-icons img {
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 0;
}

.benefit-icons figcaption {
    color: #a9a9a9;
    font-size: 0.63rem;
}

.statuette-card {
    background-position: center;
}

.connect-card {
    padding-inline: clamp(1.35rem, 3.5vw, 4rem);
}

.connect-card h2 {
    position: relative;
    margin-block: 1rem 2.1rem;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    line-height: 1.8;
}

.connect-card > p:not(.eyebrow) {
    color: #fff;
}

.connect-card h2 strong {
    font-size: 1.7em;
    line-height: 0.6;
}

.dates-section {
    padding-block: 7rem 6.5rem;
}

.dates-heading {
    align-items: end;
    margin-bottom: 2.8rem;
}

.date-grid article {
    min-height: 240px;
    padding: 3.7rem 2rem 1.6rem;
}

.date-grid span {
    margin-top: 1.25rem;
    font-size: clamp(2.8rem, 3vw, 3.7rem);
}

.testimonial-section {
    padding-block: 5.8rem 5.5rem;
}

.testimonial-section .centered-heading {
    max-width: 1000px;
}

.testimonial-section .centered-heading > p:not(.eyebrow) {
    max-width: 850px;
    margin-inline: auto;
}

.testimonial-composition {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: center;
    gap: 1.25rem;
    max-width: 970px;
    margin: 3rem auto;
}

.testimonial-portraits {
    display: flex;
    min-height: 360px;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    gap: 0.7rem;
}

.testimonial-portrait {
    position: relative;
    width: 104px;
    height: 74px;
    padding: 0;
    overflow: hidden;
    flex: 0 0 auto;
    background: #ddd;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    opacity: 0.58;
    filter: grayscale(1);
    transition: width 280ms ease, height 280ms ease, opacity 280ms ease, filter 280ms ease, box-shadow 280ms ease;
}

.testimonial-portrait-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: var(--nyx-black);
    background: var(--nyx-yellow);
    font-family: var(--nyx-display);
    font-size: 2rem;
}

.testimonial-portrait:hover,
.testimonial-portrait:focus-visible {
    opacity: 0.9;
    outline: 3px solid var(--nyx-yellow);
    outline-offset: 3px;
}

.testimonial-portrait.is-active {
    width: 190px;
    height: 138px;
    opacity: 1;
    filter: grayscale(0);
    box-shadow: 0 15px 35px rgb(0 0 0 / 18%);
}

.testimonial-portrait img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-portrait.is-unavailable img {
    display: none;
}

.testimonial-panels {
    min-width: 0;
}

.testimonial-section blockquote {
    max-width: none;
    min-height: 400px;
    margin: 0;
    padding: 3.6rem 3.8rem;
}

.testimonial-section blockquote p {
    max-width: 720px;
    font-family: var(--nyx-body);
    font-size: clamp(2rem, 2.6vw, 3rem);
    line-height: 1.15;
}

.testimonial-section blockquote footer {
    position: relative;
    margin-top: 2rem;
    font-size: 1rem;
}

.testimonial-empty {
    margin: 3rem auto;
}

.newsletter-section {
    padding-block: 5.5rem 6rem;
}

.newsletter-section .centered-heading {
    max-width: 1080px;
}

.newsletter-section .centered-heading > p:not(.eyebrow) {
    max-width: 880px;
    margin-inline: auto;
    color: #b8b8b8;
}

.newsletter-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem 1.5rem;
    margin-top: 3rem;
}

.newsletter-form label {
    display: grid;
    color: #9f9f9f;
    font-style: italic;
}

.newsletter-form label span {
    transform: translateY(1.9rem);
    pointer-events: none;
}

.newsletter-form input {
    min-width: 0;
    padding: 1.4rem 0.5rem 0.55rem;
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    font: inherit;
    text-align: center;
}

.newsletter-form input:focus {
    outline: 0;
    border-bottom-color: var(--nyx-yellow);
}

.newsletter-form label:focus-within span,
.newsletter-form label:has(input:not(:placeholder-shown)) span {
    opacity: 0.65;
}

.newsletter-wide {
    grid-column: span 2;
}

.newsletter-form .home-button {
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 1.5rem;
}

.newsletter-recaptcha,
.newsletter-message {
    grid-column: 1 / -1;
    justify-self: center;
}

.newsletter-message {
    width: min(100%, 720px);
    margin: 0;
    padding: 0.85rem 1rem;
    border: 1px solid currentColor;
    font-weight: 700;
}

.newsletter-message.is-success {
    color: #b7e36c;
}

.newsletter-message.is-danger {
    color: #ff8b8b;
}

.newsletter-honeypot {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
}

.newsletter-form .home-button:disabled {
    cursor: wait;
    opacity: 0.6;
}

.closing-cta {
    padding-block: 3.3rem 0;
}

.closing-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 4rem;
}

.closing-statement {
    padding-top: 0.6rem;
    font-size: clamp(2rem, 2vw, 3rem);
    line-height: 1;
}

.closing-grid > div:last-child > img {
    width: min(100%, 500px);
    margin: 4rem 0 0;
}

/* Supplied homepage statement artwork; other public closing sections stay unchanged. */
.home-closing-cta {
    padding-bottom: 0;
}

.home-closing-cta .closing-grid > * {
    min-width: 0;
    max-width: 510px;
}

.closing-statement-art img {
    width: min(100%, 380px);
    height: auto;
    margin-top: -10px;
}

.closing-statement-art > span {
    display: block;
    text-align: left;
}

.home-footer {
    padding-block: 3.7rem 1.5rem;
}

.footer-grid {
    grid-template-columns: 1fr auto;
}

.footer-grid nav {
    grid-template-columns: repeat(3, 200px);
    font-size: 0.82rem;
}

.footer-contact {
    justify-items: end;
}

.social-links {
    display: flex;
    gap: 0.9rem;
}

.social-links a,
.social-links span {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border: 1px solid #aaa;
    border-radius: 50%;
    font-weight: 700;
}

.social-instagram-icon {
    width: 21px;
    height: 21px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.social-instagram-icon .social-instagram-dot {
    fill: currentColor;
    stroke: none;
}

.footer-legal {
    line-height: 1.7;
}

.footer-legal span {
    color: var(--nyx-yellow);
}

@media (max-width: 1120px) {
    .partner-bar {
        display: none;
    }

    .home-nav-wrap {
        min-height: 72px;
    }

    .home-brand {
        flex-basis: 175px;
    }

    .home-brand .home-brand-logo {
        width: 175px;
    }

    .home-header.is-compact .home-nav-wrap {
        min-height: 60px;
    }

    .home-header.is-compact .home-brand {
        flex-basis: 140px;
    }

    .home-header.is-compact .home-brand .home-brand-logo {
        width: 140px;
    }

    .home-header.is-compact .home-menu-toggle {
        width: 40px;
        height: 40px;
    }

    .home-header.is-compact .home-navigation {
        top: 60px;
        max-height: calc(100vh - 60px);
    }

    .home-navigation > a:not(.home-nav-cta) {
        padding-block: 0.8rem;
    }

    .home-navigation > a.is-current::after {
        display: none;
    }

    .home-credibility-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-credibility-item {
        padding-block: 1.5rem;
    }

    .home-credibility-item + .home-credibility-item {
        border-left: 0;
    }

    .home-credibility-item:not(:nth-child(3n + 1)) {
        border-left: 1px solid rgb(17 17 17 / .3);
    }

    .home-credibility-item:nth-child(n + 4) {
        border-top: 1px solid rgb(17 17 17 / .3);
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .legacy-years,
    .legacy-copy {
        min-height: 0;
    }

    .legacy-panel {
        grid-template-columns: 0.9fr 1.1fr;
    }

    .legacy-copy {
        padding: 3.5rem;
    }

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

    .benefit-card {
        min-height: 560px;
        padding: 2.3rem;
    }
}

@media (max-width: 767px) {
    .home-page h2 {
        font-size: clamp(2.1rem, 8.5vw, 2.75rem);
    }

    .home-credibility-grid {
        grid-template-columns: 1fr;
        padding-block: 1rem;
    }

    .home-credibility-item {
        align-items: start;
        justify-items: start;
        padding: 1.35rem .25rem;
        text-align: left;
    }

    .home-credibility-item:not(:nth-child(3n + 1)) {
        border-left: 0;
    }

    .home-credibility-item:nth-child(n + 4) {
        border-top: 0;
    }

    .home-credibility-item + .home-credibility-item {
        border-top: 1px solid rgb(17 17 17 / .3);
    }

    .home-credibility-item h3 {
        margin-bottom: .25rem;
    }

    .home-credibility-item h3::before {
        width: 2rem;
        margin: 0 0 .75rem;
    }

    .home-credibility-item p {
        max-width: none;
    }

    .home-nav-wrap {
        width: calc(100% - 2rem);
    }

    .home-brand {
        flex-basis: 155px;
    }

    .home-brand .home-brand-logo {
        width: 155px;
    }

    .home-header.is-compact .home-nav-wrap {
        right: 1rem;
        left: 1rem;
        width: auto;
        max-width: none;
        min-height: 56px;
        transform: none;
    }

    .home-header.is-compact .home-nav-wrap::before {
        left: -1rem;
        width: calc(100% + 2rem);
        transform: none;
    }

    .home-header.is-compact .home-brand {
        flex-basis: 120px;
    }

    .home-header.is-compact .home-brand .home-brand-logo {
        width: 120px;
    }

    .home-header.is-compact .home-menu-toggle {
        width: 38px;
        height: 38px;
    }

    .home-header.is-compact .home-navigation {
        top: 56px;
        max-height: calc(100vh - 56px);
    }

    .home-hero-slide picture {
        height: auto;
    }

    .hero-arrow {
        width: 40px;
        height: 40px;
    }

    .hero-arrow-previous {
        left: 0.75rem;
    }

    .hero-arrow-next {
        right: 0.75rem;
    }

    .home-intro {
        padding-block: 4.5rem 5rem;
    }

    .home-intro h2 br {
        display: none;
    }

    .home-intro h2 {
        font-size: clamp(2.55rem, 10vw, 3rem);
    }

    .legacy-panel {
        display: block;
    }

    .legacy-years {
        min-height: 360px;
        padding: 4rem 2rem 0;
    }

    .legacy-years strong {
        padding-left: 38%;
    }

    .legacy-copy,
    .about-content {
        padding: 3rem 2rem;
    }

    .legacy-years span {
        font-size: clamp(10rem, 9.5vw, 8.1rem);
    }

    .legacy-years .year-title-1 {
        margin: -5% 6% 0 auto;
        font-size: clamp(2rem, 2vw, 1.6rem);
    }

    .legacy-years .year-title-2 {
        font-size: 2rem;
    }

    .about-columns,
    .influence-card {
        grid-template-columns: 1fr;
    }

    .influence-card {
        margin-top: 3.5rem;
        padding-top: 3.5rem;
    }

    .honours-art {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .honour-badge figcaption {
        inset: 16% 7% 10%;
    }


    .honour-brand-lockup img,
    .honour-brand-rule {
        width: 60%;
    }

    .honour-brand-subtitle {
        font-size: clamp(0.28rem, 1.4vw, 0.42rem);
    }

    .honour-distinction {
        margin-block: 0.25rem;
        padding: 0.1rem 0.18rem;
        font-size: clamp(0.25rem, 1.2vw, 0.38rem);
    }

    .honour-name-medium {
        font-size: clamp(0.5rem, 2.7vw, 0.82rem);
    }

    .honour-name-large {
        font-size: clamp(1.05rem, 5.4vw, 1.7rem);
    }

    .category-card {
        min-height: 0;
    }

    .jury-section-heading {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 1.5rem;
    }

    .jury-section-heading h2 {
        font-size: clamp(2.45rem, 10vw, 3.8rem);
    }

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

    .jury-featured-details {
        min-height: 175px;
        padding: 1.1rem;
    }

    .jury-fallback {
        flex-direction: column;
    }

    .benefit-grid {
        gap: 1.25rem;
    }

    .benefit-card {
        min-height: 0;
        padding: 2.2rem 1.35rem;
    }

    .recognition-card {
        grid-template-columns: 1fr;
    }

    .recognition-card img {
        width: 120%;
        margin: 1rem auto 0;
    }

    .connect-card {
        padding: 3rem 1.35rem;
    }

    .connect-card h2 {
        font-size: clamp(1.3rem, 5.5vw, 1.7rem);
    }

    .testimonial-composition {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .testimonial-portraits {
        min-height: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .testimonial-portrait {
        width: 58px;
        height: 58px;
    }

    .testimonial-portrait.is-active {
        width: 92px;
        height: 92px;
    }

    .testimonial-section blockquote {
        min-height: 0;
        padding: 2.3rem 1.4rem;
    }

    .testimonial-section blockquote p {
        font-size: 1.55rem;
    }

    .newsletter-form {
        grid-template-columns: 1fr;
    }

    .newsletter-wide {
        grid-column: auto;
    }

    .closing-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid,
    .footer-grid > *,
    .footer-legal {
        min-width: 0;
    }

    .footer-grid nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem 1.5rem;
    }

    .closing-statement {
        font-size: clamp(2.7rem, 13vw, 4.4rem);
    }

    .home-closing-cta .closing-statement-art {
        font-size: clamp(1.75rem, 8.5vw, 3.5rem);
    }

    .footer-contact {
        justify-items: start;
    }

    .footer-contact > a {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .social-links {
        flex-wrap: wrap;
    }
}

@media (max-width: 520px) {
    .jury-featured-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jury-featured-photo img {
        transition: none;
    }
}
