.awards-page {
    overflow: clip;
    color: #111;
    background: #fff;
    font-size: 1.2rem;
}

.awards-page *,
.awards-page *::before,
.awards-page *::after {
    box-sizing: border-box;
}

.awards-page section[id] {
    scroll-margin-top: 86px;
}

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

.awards-page h1,
.awards-page h2 {
    font-family: var(--nyx-display);
    font-weight: 400;
}

.awards-page h2 {
    margin-bottom: 1rem;
    font-size: clamp(2.65rem, 4.5vw, 5rem);
    line-height: 1;
}

.awards-page h2 span,
.awards-page h1 span {
    color: #d8b900;
}

.awards-page h3 {
    font-family: var(--nyx-body);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    width: fit-content;
}

.awards-page .home-button {
    font-size: .95rem;
}

.awards-page p {
    line-height: 1.3;
}

.awards-section-light {
    color: #111;
    background: #fff;
}

.awards-section-dark {
    color: #fff;
    background: #030303;
}

.awards-kicker {
    color: inherit;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
}

.awards-section-dark .awards-kicker,
.awards-guide .awards-kicker{
    color: var(--nyx-yellow);
}

.awards-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.25rem;
}

.awards-actions-center {
    justify-content: center;
}

.awards-reference-hero {
    position: relative;
    overflow: hidden;
    padding-top: 112px;
    background: #030303;
}

.awards-reference-track,
.awards-reference-hero .home-hero-slide,
.awards-reference-hero picture,
.awards-reference-hero .home-hero-link {
    width: 100%;
}

.awards-reference-hero picture,
.awards-reference-hero .home-hero-link {
    display: block;
}

.awards-reference-hero img {
    width: 100%;
    height: auto;
}

.awards-intro {
    padding-block: clamp(5rem, 6vw, 8rem);
    background: #f1f1f1;
}

.awards-centered-copy {
    max-width: 940px;
    text-align: center;
}

.awards-centered-copy h1 {
    margin: 0 auto 1.75rem;
    font-size: clamp(2.4rem, 3.3vw, 4rem);
    line-height: 1.06;
    text-transform: uppercase;
}

.awards-intro .home-button.button-yellow {
    color: #111;
    background: var(--nyx-yellow);
    border-color: var(--nyx-yellow);
}

.awards-intro .home-button.button-yellow:hover,
.awards-intro .home-button.button-yellow:focus-visible {
    color: #111;
    background: #e4cb00;
    border-color: #e4cb00;
}

.awards-centered-copy > p:not(.awards-kicker) {
    max-width: 850px;
    margin-inline: auto;
}

.awards-centered-copy .awards-kicker {
    margin-bottom: 1.25rem;
}

.awards-legacy {
    padding-block: clamp(5rem, 9vw, 9rem);
}

.awards-legacy-grid {
    display: grid;
    grid-template-columns: minmax(260px, .68fr) minmax(0, 1.42fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
}

.awards-legacy-copy h2 {
    max-width: 390px;
    font-size: clamp(2.75rem, 3.3vw, 3.75rem);
    line-height: 1;
}

.awards-legacy-copy > p:not(.awards-kicker) {
    max-width: 360px;
    margin-bottom: 2rem;
}

.awards-legacy-copy .home-button {
    gap: 1.25rem;
    font-size: .95rem;
    white-space: nowrap;
}

.awards-legacy-timeline {
    position: relative;
    display: grid;
    gap: 1.65rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.awards-legacy-timeline::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 118px;
    width: 1px;
    content: "";
    background: #a9a9a9;
}

.awards-legacy-timeline li {
    position: relative;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    align-items: center;
}

.awards-legacy-timeline li::before {
    position: absolute;
    z-index: 1;
    left: 113px;
    width: 10px;
    height: 10px;
    content: "";
    background: #000;
    border-radius: 50%;
}

.awards-legacy-brand {
    display: grid;
    width: 100%;
    min-height: 72px;
    min-width: 0;
    padding: .7rem 1rem;
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: .25rem;
    place-items: center;
}

.awards-legacy-brand img {
    display: block;
    width: min(100%, 150px);
    height: auto;
    max-height: 58px;
    object-fit: contain;
}

.awards-legacy-card {
    display: grid;
    grid-template-columns: minmax(118px, 155px) minmax(0, 1fr);
    align-items: center;
    gap: 1.4rem;
    min-height: 96px;
    padding: 1rem 1.35rem;
    margin-left: 1.5rem;
    background: #ededed;
    border-radius: .3rem;
}

.awards-legacy-year {
    justify-self: center;
    padding-right: 1.5rem;
    color: #d8b900;
    font-family: var(--nyx-display);
    font-size: clamp(1.8rem, 2.25vw, 2.35rem);
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.awards-legacy-timeline h3,
.awards-legacy-timeline p {
    margin: 0;
}

.awards-legacy-timeline p {
    margin-top: .3rem;
    color: #777;
    font-size: 1.1rem;
    line-height: 1.2;
}

.awards-legacy-timeline .is-current .awards-legacy-card {
    color: #fff;
    background: #080808;
}

.awards-legacy-timeline .is-current .awards-legacy-brand {
    background: var(--nyx-yellow);
    border-color: var(--nyx-yellow);
}

.awards-legacy-timeline .is-current p {
    color: #ccc;
}

.awards-legacy-timeline .is-current p + p {
    margin-top: 1rem;
}

.awards-beliefs {
    padding-block: clamp(5rem, 8vw, 8rem);
}

.awards-beliefs-grid {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: clamp(3rem, 6vw, 6rem);
}

.awards-beliefs-intro h2 {
    max-width: 470px;
    font-size: clamp(2.75rem, 3.3vw, 3.75rem);
    line-height: 1;
}

.awards-beliefs-intro .home-button {
    gap: 1.25rem;
    font-size: .95rem;
    white-space: nowrap;
    margin-top: 1.5rem;
}

.awards-belief-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2.5rem, 4vw, 4rem);
}

.awards-belief-column {
    display: grid;
    align-content: start;
    gap: 4.35rem;
}

.awards-belief-list article {
    min-width: 0;
}

.awards-belief-list article > div {
    display: flex;
    gap: 1rem;
    padding-bottom: .55rem;
    border-bottom: 2px solid var(--nyx-yellow);
}

.awards-belief-list h3 {
    margin: 0;
    font-family: var(--nyx-body);
    font-size: 1.40rem;
}

.awards-belief-list article > div span {
    color: var(--nyx-yellow);
    font: 400 2rem / 1 var(--nyx-display);
}

.awards-belief-list p {
    margin: .75rem 0 0;
    color: #999;
    font-size: 1.1rem;
}

.awards-why,
.awards-framework,
.awards-faq {
    padding-block: clamp(5rem, 8vw, 8rem);
}

.awards-section-heading {
    max-width: 850px;
    margin: 0 auto clamp(3rem, 5vw, 5rem);
    text-align: center;
}

.awards-section-heading > p:last-child {
    max-width: 760px;
    margin-inline: auto;
}

.awards-why .awards-section-heading {
    max-width: 780px;
}

.awards-why .awards-section-heading h2 {
    font-size: clamp(2.6rem, 2.6vw, 2.6rem);
}

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

.awards-benefit-grid article {
    display: grid;
    grid-column: span 2;
    grid-template-columns: 6rem minmax(0, 1fr);
    align-content: start;
    min-height: 295px;
    padding: 1.8rem;
    border: 1px solid #bbb;
    border-top: 5px solid var(--nyx-yellow);
    border-radius: .4rem;
}

.awards-benefit-grid article:nth-last-child(-n+2) {
    grid-column: span 3;
    grid-template-columns: 7rem minmax(175px, .8fr) minmax(0, 1.2fr);
    align-items: center;
    min-height: 160px;
}

.awards-line-icon {
    display: grid;
    place-items: center;
}

.awards-line-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.awards-benefit-grid h3 {
    align-self: center;
    margin: 0;
    font-size: 1.40rem;
}

.awards-benefit-grid p {
    grid-column: 1 / -1;
    margin: 0;
    padding-top: 1rem;
    border-top: 1px solid #bbb;
    font-size: 1.1rem;
}

.awards-benefit-grid article:nth-last-child(-n+2) p {
    grid-column: 3;
    padding: 0 10px;
    border-top: 0;
}

.awards-guide {
    background: #050505;
}

.awards-guide-layout {
    display: grid;
    width: 100%;
    max-width: none;
    padding-inline: 0;
    grid-template-columns: minmax(250px, 24.8vw) minmax(0, 1fr);
    align-items: start;
    gap: 0;
}

.awards-guide-nav {
    position: sticky;
    z-index: 4;
    top: 72px;
    display: grid;
    height: calc(100vh - 72px);
    min-height: 610px;
    padding: clamp(2.5rem, 4vw, 4rem) 1rem 2rem 0;
    grid-template-rows: auto 1fr;
    background: #1d1d1d;
}

.awards-guide-nav::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    content: "";
    background: #1d1d1d;
}

.awards-guide-nav nav {
    display: grid;
    align-content: start;
    gap: .25rem;
}

.awards-guide-nav nav a {
    position: relative;
    display: grid;
    min-height: 48px;
    padding: .8rem .9rem .8rem clamp(1.4rem, 2.2vw, 2.4rem);
    grid-template-columns: 1.2rem minmax(0, 1fr) 1rem;
    align-items: center;
    gap: .75rem;
    color: #888;
    font-size: .95rem;
    text-decoration: none;
    border-radius: 0 .85rem .85rem 0;
    transition: color 160ms ease, background-color 160ms ease;
}

.awards-guide-nav nav a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 0;
    content: "";
    background: var(--nyx-yellow);
    border-radius: 0 .35rem .35rem 0;
    transform: translateY(-50%);
    transition: height 160ms ease;
}

.awards-guide-nav nav a:hover,
.awards-guide-nav nav a:focus-visible,
.awards-guide-nav nav a.is-active {
    color: var(--nyx-yellow);
    background: #2b2b2b;
    outline: 0;
}

.awards-guide-nav nav a.is-active::before {
    height: 36px;
}

.awards-guide-nav-icon {
    display: grid;
    place-items: center;
}

.awards-guide-nav-icon img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain;
    opacity: .64;
    transition: filter 160ms ease, opacity 160ms ease;
}

.awards-guide-nav nav a:hover .awards-guide-nav-icon img,
.awards-guide-nav nav a:focus-visible .awards-guide-nav-icon img,
.awards-guide-nav nav a.is-active .awards-guide-nav-icon img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(97%) saturate(1212%) hue-rotate(3deg) brightness(100%) contrast(101%);
    opacity: 1;
}

.awards-guide-nav-arrow {
    opacity: 0;
    transform: translate(-.25rem, .1rem);
    transition: opacity 160ms ease, transform 160ms ease;
}

.awards-guide-nav nav a:hover .awards-guide-nav-arrow,
.awards-guide-nav nav a:focus-visible .awards-guide-nav-arrow,
.awards-guide-nav nav a.is-active .awards-guide-nav-arrow {
    opacity: 1;
    transform: translate(0, .1rem);
}

.awards-guide-promo {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 1rem;
    align-self: end;
    padding: 2.25rem 1rem 0 clamp(1.4rem, 2.2vw, 2.4rem);
    margin-top: 2rem;
    border-top: 1px solid #343434;
}

.awards-guide-promo img {
    object-fit: contain;
    object-position: center center;
}

.awards-guide-promo strong {
    font-size: 1.2rem;
}

.awards-guide-promo p {
    margin: .75rem 0;
    color: #888;
    font-size: 1.1rem;
}

.awards-guide-promo a,
.awards-inline-link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 20px;
    padding-bottom: .35rem;
    color: var(--nyx-yellow);
    border-bottom: 1px solid var(--nyx-yellow);
    font-size: .95rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.awards-guide-content {
    width: min(100%, 1160px);
    min-width: 0;
    padding-right: clamp(2rem, 4vw, 5rem);
    padding-left: clamp(2.5rem, 5vw, 6rem);
}

.awards-guide-panel {
    display: grid;
    min-width: 0;
    min-height: 680px;
    padding-block: clamp(4.5rem, 7vw, 7rem);
    align-content: center;
    border-bottom: 1px solid #252525;
}

.awards-guide-panel:last-child {
    border-bottom: 0;
}

.awards-guide-panel > h2 {
    max-width: 900px;
    margin-bottom: 1rem;
    font-size: clamp(2.4rem, 2.4vw, 2.4rem);
    line-height: 1.22;
    text-transform: capitalize;
}

.awards-guide-panel > p:not(.awards-kicker) {
    max-width: 900px;
    color: #aaa;
    font-size: 1.2rem;
}

.awards-discipline-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: .6rem;
    margin-top: 2rem;
}

.awards-discipline-grid a {
    position: relative;
    aspect-ratio: .68;
    min-height: 0;
    overflow: hidden;
    color: #fff;
    background: #111;
    border: 1px solid #555;
    text-decoration: none;
}

.awards-discipline-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .78;
    transition: transform 220ms ease, opacity 220ms ease;
}

.awards-discipline-grid a::after {
    position: absolute;
    inset: 42% 0 0;
    content: "";
    background: linear-gradient(transparent, rgba(0, 0, 0, .95));
}

.awards-discipline-grid a > span,
.awards-discipline-grid a > strong {
    position: absolute;
    z-index: 1;
    left: .6rem;
}

.awards-discipline-grid a > span {
    top: .5rem;
    color: var(--nyx-yellow);
    font: 400 1rem/1 var(--nyx-display);
}

.awards-discipline-grid a > strong {
    right: .5rem;
    bottom: .6rem;
    font-size: .95rem;
    line-height: 1.15;
}

.awards-discipline-grid a:hover img,
.awards-discipline-grid a:focus-visible img {
    opacity: 1;
    transform: scale(1.04);
}

.awards-discipline-grid a:focus-visible {
    outline: 2px solid var(--nyx-yellow);
    outline-offset: 2px;
}

.awards-discipline-grid .awards-all-categories {
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
}

.awards-discipline-grid .awards-all-categories::after {
    display: none;
}

.awards-discipline-grid .awards-all-categories > span,
.awards-discipline-grid .awards-all-categories > strong {
    position: static;
}

.awards-discipline-grid .awards-all-categories > span {
    margin-bottom: .75rem;
    font-size: 2rem;
}

.awards-open-list {
    columns: 2;
    max-width: 760px;
    padding: 0;
    margin: 0 0 2.5rem;
    list-style: none;
}

.awards-open-list li {
    margin-bottom: .45rem;
    color: #ddd;
    font-size: 1.1rem;
    break-inside: avoid;
}

.awards-open-list li::before {
    color: var(--nyx-yellow);
    content: "• ";
}

.awards-guide-subtitle {
    width: min(100%, 600px);
    padding-bottom: .5rem;
    margin: 2rem 0 1rem !important;
    color: var(--nyx-yellow);
    font-size: .95rem !important;
}

.awards-eligibility-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem clamp(2rem, 2vw, 5rem);
    margin-bottom: 2.5rem;
}

.awards-eligibility-grid div {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    min-height: 64px;
    padding: 1rem 1.4rem;
    border: 1px solid #777;
    font-size: 1.1rem;
}

.awards-eligibility-icon {
    display: grid;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    color: var(--nyx-yellow);
    font-size: 1.35rem;
    line-height: 1;
    place-items: center;
}

.awards-eligibility-icon img,
.awards-criteria-icon img,
.awards-jury-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.awards-step-grid,
.awards-criteria-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .85rem;
    margin: 2.25rem 0;
}

.awards-step-grid article,
.awards-criteria-grid article {
    min-height: 265px;
    padding: 1.35rem;
    border: 1px solid #777;
}

.awards-step-grid article > span {
    display: inline-block;
    margin-bottom: 1.4rem;
    color: var(--nyx-yellow);
    font-size: .95rem;
    text-transform: uppercase;
}

.awards-criteria-icon {
    display: grid;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.5rem;
    place-items: center;
}

.awards-step-grid h3,
.awards-criteria-grid h3 {
    margin-bottom: .75rem;
    color: #fff;
    font-size: .95rem;
}

.awards-step-grid p,
.awards-criteria-grid p {
    color: #999;
    font-size: 1.1rem;
    line-height: 1.45;
}

.awards-framework-grid {
    display: grid;
    max-width: 1210px;
    margin-inline: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.awards-framework {
    padding-block: clamp(5rem, 6vw, 6.5rem);
}

.awards-framework .awards-section-heading {
    max-width: 1040px;
    margin-bottom: clamp(3.5rem, 5vw, 5rem);
}

.awards-framework .awards-section-heading h2 {
    margin-bottom: 1rem;
    font-size: clamp(2.8rem, 3.6vw, 4rem);
    line-height: 1;
}

.awards-framework .awards-section-heading > p:last-child {
    max-width: 820px;
}

.awards-framework-grid article {
    display: grid;
    min-height: 360px;
    padding: clamp(2.25rem, 3.5vw, 3.25rem) clamp(1.75rem, 2.8vw, 2.75rem);
    align-content: start;
    text-align: center;
    border: 1px solid #111;
}

.awards-framework-grid h3 {
    font-size: 1.4rem;
    font-weight: 600;
    width: 100%;
}

.awards-framework-grid h3::after {
    display: none;
    width: 2.5rem;
    height: 3px;
    margin: 1.2rem auto 0;
    content: "";
    background: var(--nyx-yellow);
}

.awards-framework-grid p,
.awards-framework-grid li {
    line-height: 1.3;
}

.awards-framework-grid li {
    border-top: 1px solid #000;
    padding: 10px 0;
    font-size: 1.2rem;
}

.awards-framework-grid ul {
    padding: 0;
    margin: .9rem 0 0;
    list-style: none;
    font-weight: 700;
    color: #d8b900;
    font-size: 1.1rem;
}

.awards-framework-grid li + li {
    margin-top: .25rem;
}

/* .awards-framework-grid li::before {
    margin-right: .35rem;
    content: "•";
} */

.awards-framework-summary {
    display: grid;
    max-width: 920px;
    margin: clamp(3rem, 4vw, 4rem) auto 0;
    justify-items: center;
    text-align: center;
}

.awards-framework-summary > strong {
    text-transform: uppercase;
}

.awards-framework-summary > p {
    margin: .65rem 0 1.6rem;
}

.awards-framework-summary .home-button.button-yellow {
    color: #111;
    background: var(--nyx-yellow);
    border-color: var(--nyx-yellow);
}

.awards-framework-summary .home-button.button-yellow:hover,
.awards-framework-summary .home-button.button-yellow:focus-visible {
    color: #111;
    background: #e4cb00;
    border-color: #e4cb00;
}

.awards-winner-benefits {
    padding-block: clamp(4.75rem, 6vw, 6.5rem);
    background: #eee;
}

.awards-winner-grid {
    display: grid;
    grid-template-columns: minmax(400px, .78fr) minmax(0, 1.45fr);
    align-items: center;
    gap: clamp(3rem, 5vw, 5rem);
}

.awards-winner-intro h2 {
    max-width: 430px;
    margin-bottom: 0.5rem;
    font-size: clamp(3rem, 3.35vw, 3.25rem);
}

.awards-winner-intro .home-button {
    min-width: 220px;
    justify-content: space-between;
    margin-top: 2rem;
}

.awards-winner-intro h2 .awards-winner-title-line {
    color: #111;
    white-space: nowrap;
}

.awards-winner-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2.5rem, 4vw, 4rem);
}

.awards-winner-column {
    display: grid;
    align-content: start;
    gap: 2.4rem;
}

.awards-winner-list article {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 1rem;
    min-height: 130px;
    padding-bottom: 1.35rem;
    border-bottom: 3px solid #d8b900;
}

.awards-winner-list article > span {
    color: #d8b900;
    font: 400 1.5rem / 1 var(--nyx-display);
}

.awards-winner-list h3 {
    margin: 0 0 .5rem;
    font-family: var(--nyx-body);
    font-size: 1.40rem;
}

.awards-winner-list p {
    margin: 0;
    color: #000;
    font-size: 1.1rem;
    line-height: 1.35;
}

.awards-jury {
    padding-block: 0;
}

.awards-jury-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.08fr);
    align-items: stretch;
    gap: clamp(3rem, 5vw, 5rem);
}

.awards-jury-grid > img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.awards-jury-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: clamp(4rem, 6vw, 5.5rem);
}

.awards-jury-copy h2 {
    max-width: 720px;
    font-size: clamp(3rem, 4vw, 3.45rem);
}

.awards-jury-copy > p:not(.awards-kicker) {
    max-width: 620px;
}

.awards-jury-statement {
    display: block;
    margin-bottom: 2rem;
}

.awards-jury-copy > .home-button {
    min-width: 213px;
    align-self: flex-start;
    justify-content: space-between;
}

.awards-jury-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, max-content));
    gap: clamp(2rem, 3.5vw, 3.5rem);
    margin-block: 2.5rem 3rem;
}

.awards-jury-principles div {
    display: grid;
    justify-items: center;
    gap: .8rem;
    min-width: 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.awards-jury-icon {
    display: block;
    width: 3.75rem;
    height: 3.75rem;
}

@media (min-width: 901px) {
    .awards-jury .section-shell {
        width: min(calc(100% - 6rem), 84rem);
        max-width: none;
    }
}

.awards-dates {
    padding-block: clamp(4.5rem, 5.6vw, 5.5rem);
}

.awards-dates-heading {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(300px, 1.05fr);
    align-items: end;
    gap: clamp(3rem, 6vw, 6rem);
    margin-bottom: 3rem;
}

.awards-dates-heading h2 {
    max-width: 580px;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1.22;
}

.awards-dates-heading h2 > .awards-dates-title-line {
    color: #fff;
    white-space: nowrap;
}

.awards-dates-heading > p {
    max-width: 580px;
    margin-bottom: .35rem;
    color: #ddd;
    line-height: 1.5;
}

.awards-period-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(2.5rem, 5.8vw, 5.25rem);
}

.awards-period-grid article {
    padding-top: 1rem;
    border-top: 3px solid var(--nyx-yellow);
}

.awards-period-grid h3 {
    margin-bottom: .45rem;
    color: var(--nyx-yellow);
    font-family: var(--nyx-display);
    font-size: 1.35rem;
    font-weight: 400;
}

.awards-period-grid article > strong {
    display: block;
    min-height: 2.5rem;
    font-size: 1.1rem;
}

.awards-period-grid dl {
    margin: .6rem 0 0;
}

.awards-period-grid dl div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-block: .65rem;
    border-top: 1px solid #888;
}

.awards-period-grid dt,
.awards-period-grid dd {
    margin: 0;
    font-size: 1.1rem;
}

.awards-period-grid dd {
    color: var(--nyx-yellow);
}

.awards-date-notes {
    margin-top: 1.6rem;
    color: #999;
    font-size: 1.1rem;
}

.awards-date-notes p {
    margin-bottom: .65rem;
    line-height: 1.45;
    font-size: .90rem;
}

.awards-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(3rem, 5vw, 4.5rem);
}

.awards-faq-heading {
    margin-bottom: 2.25rem;
}

.awards-faq-heading h2 {
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1.22;
}

.awards-faq-heading h2 > .awards-faq-title-line {
    color: #111;
    white-space: nowrap;
}

.awards-faq-list details {
    border-top: 1px solid #999;
}

.awards-faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 56px;
    padding-block: 1rem;
    cursor: pointer;
    font-size: .95rem;
    list-style: none;
}

.awards-faq-list summary::after {
    content: "+";
    font-size: 1.25rem;
}

.awards-faq-list details[open] summary::after {
    content: "−";
}

.awards-faq-list details p {
    padding: 0 2rem 1.25rem 0;
    margin: 0;
    color: #888;
    font-size: 1.1rem;
    line-height: 1.5;
}

.awards-faq-cta {
    padding: 1.5rem;
    margin-top: 1.5rem;
    background: #eee;
}

.awards-faq-cta p {
    margin-bottom: 1rem;
    line-height: 1.5;
}

.awards-faq-cta .home-button.button-yellow {
    color: #111;
    background: var(--nyx-yellow);
    border-color: var(--nyx-yellow);
}

.awards-faq-cta .home-button.button-yellow:hover,
.awards-faq-cta .home-button.button-yellow:focus-visible {
    color: #111;
    background: #e4cb00;
    border-color: #e4cb00;
}

.awards-faq-cta p {
    color: #222 !important;
}

.awards-newsletter {
    padding-block: 4rem;
    background: #eee;
}

.awards-newsletter .section-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    align-items: center;
    gap: 3rem;
}

.awards-newsletter h2 {
    margin-bottom: 1rem;
    font-size: clamp(3.3rem, 3.3vw, 3.3rem);
}

.awards-newsletter p:last-child {
    margin: 0;
}

.awards-closing {
    color: #111;
    background: var(--nyx-yellow);
}

.awards-closing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 4rem;
    padding-top: 0;
}

.awards-closing-grid > * {
    min-width: 0;
    max-width: 480px;
}

.awards-closing-statement,
.awards-page h2.awards-closing-statement {
    padding-top: .6rem;
    margin: 0;
    font-family: var(--nyx-body);
    font-size: clamp(2.35rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.22;
    text-transform: uppercase;
}

.awards-closing-statement img {
    display: block;
    width: min(100%, 350px);
    height: auto;
    margin-top: -10px;
}

.awards-page h2.awards-closing-statement > span {
    display: block;
    margin-top: -15px;
    margin-left: -55px;
    color: #111;
    text-align: right;
}

.awards-closing-lead .home-button {
    margin-top: 1.5rem;
    line-height: 1.2;
}

.awards-closing-copy p {
    max-width: 520px;
}

.awards-closing-copy > img {
    display: block;
    width: min(100%, 500px);
    height: auto;
    margin: 5.5rem 0 0;
}

@media (max-width: 1100px) {
    .awards-reference-hero {
        padding-top: 94px;
    }

    .awards-guide-layout {
        grid-template-columns: 230px minmax(0, 1fr);
        gap: 0;
    }

    .awards-guide-content {
        padding-right: 2rem;
        padding-left: 2.5rem;
    }

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

    .awards-step-grid,
    .awards-criteria-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .awards-dates-heading {
        grid-template-columns: 1fr;
    }

    .awards-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1100px) {
    .awards-winner-grid {
        grid-template-columns: 1fr;
    }

    .awards-winner-intro h2 {
        max-width: 520px;
    }
}

@media (max-width: 900px) {
    .awards-legacy-grid,
    .awards-beliefs-grid,
    .awards-jury-grid,
    .awards-dates-heading,
    .awards-closing-grid {
        grid-template-columns: 1fr;
    }

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

    .awards-benefit-grid article,
    .awards-benefit-grid article:nth-last-child(-n+2) {
        grid-column: auto;
        grid-template-columns: 5rem minmax(0, 1fr);
        align-items: start;
        min-height: 260px;
    }

    .awards-benefit-grid article:nth-last-child(-n+2) p {
        grid-column: 1 / -1;
        padding-top: 1rem;
        border-top: 1px solid #bbb;
    }

    .awards-guide-layout {
        width: 100%;
        max-width: none;
        padding-inline: 0;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .awards-guide-nav {
        position: sticky;
        z-index: 5;
        top: 62px;
        display: block;
        height: auto;
        min-height: 0;
        padding: .7rem 1.5rem;
        overflow-x: auto;
    }

    .awards-guide-nav::before,
    .awards-guide-promo {
        display: none;
    }

    .awards-guide-nav nav {
        display: flex;
        width: max-content;
        gap: .25rem;
    }

    .awards-guide-nav nav a {
        min-height: 42px;
        padding: .75rem 1rem;
        grid-template-columns: 1.1rem minmax(0, 1fr) .8rem;
        border-radius: .45rem;
        white-space: nowrap;
    }

    .awards-guide-nav nav a::before {
        display: none;
    }

    .awards-guide-content {
        width: min(calc(100% - 3rem), var(--nyx-shell));
        padding-inline: 0;
        margin-inline: auto;
    }

    .awards-guide-panel {
        min-height: 0;
        padding-block: clamp(4.5rem, 9vw, 6rem);
    }

    .awards-jury-copy {
        padding-top: 0;
    }

    .awards-page + .home-footer .footer-grid {
        grid-template-columns: 1fr;
    }

    .awards-page + .home-footer .footer-grid,
    .awards-page + .home-footer .footer-grid > *,
    .awards-page + .home-footer .footer-legal {
        min-width: 0;
    }

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

    .awards-page + .home-footer .footer-contact {
        justify-items: start;
    }

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

@media (max-width: 767px) {
    .awards-reference-hero {
        height: min(78vh, 650px);
        min-height: 500px;
        padding-top: 92px;
    }

    .awards-reference-hero img {
        height: 100%;
        object-fit: cover;
        object-position: 63% center;
    }

    .awards-reference-track,
    .awards-reference-hero .home-hero-slide,
    .awards-reference-hero picture,
    .awards-reference-hero .home-hero-link {
        height: 100%;
    }

    .awards-page h2 {
        font-size: clamp(2.5rem, 12vw, 4rem);
    }

    .awards-framework .awards-section-heading h2 {
        font-size: clamp(2.2rem, 9vw, 3rem);
    }

    .awards-winner-intro h2 {
        max-width: 100%;
        font-size: clamp(2.35rem, 9vw, 3rem);
    }

    .awards-dates-heading h2 {
        font-size: clamp(2.5rem, 11vw, 3.2rem);
    }

    .awards-dates-heading h2 > .awards-dates-title-line {
        white-space: normal;
    }

    .awards-faq-heading h2 {
        font-size: clamp(2.5rem, 11vw, 3rem);
    }

    .awards-faq-heading h2 > .awards-faq-title-line {
        white-space: normal;
    }

    .awards-winner-intro h2 .awards-winner-title-line {
        white-space: normal;
    }

    .awards-winner-column {
        gap: 2rem;
    }

    .awards-winner-list article {
        min-height: 0;
    }

    .awards-jury-copy > .home-button {
        width: 100%;
        align-self: stretch;
    }

    .awards-actions,
    .awards-actions .home-button,
    .awards-newsletter .home-button {
        width: 100%;
    }

    .awards-legacy-timeline::before {
        left: 76px;
    }

    .awards-legacy-timeline li {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .awards-legacy-timeline li::before {
        left: 71px;
    }

    .awards-legacy-brand {
        width: min(100%, 155px);
        min-height: 62px;
        padding: .6rem .85rem;
    }

    .awards-legacy-brand img {
        max-height: 48px;
    }

    .awards-legacy-card {
        grid-template-columns: 1fr;
        gap: .85rem;
        padding: .9rem 1rem;
        margin-left: 1rem;
    }

    .awards-legacy-year {
        justify-self: center;
        padding-right: 1rem;
        font-size: 1.35rem;
    }

    .awards-belief-list,
    .awards-benefit-grid,
    .awards-framework-grid,
    .awards-winner-list,
    .awards-eligibility-grid,
    .awards-period-grid,
    .awards-newsletter .section-shell {
        grid-template-columns: 1fr;
    }

    .awards-belief-list {
        gap: 2rem;
    }

    .awards-beliefs-intro h2 {
        font-size: clamp(2.25rem, 10.5vw, 3.5rem);
    }

    .awards-benefit-grid article,
    .awards-benefit-grid article:nth-last-child(-n+2) {
        grid-template-columns: 4rem minmax(0, 1fr);
        align-items: start;
        min-height: 0;
    }

    .awards-benefit-grid article:nth-last-child(-n+2) p {
        grid-column: 1 / -1;
        padding-top: 1rem;
        border-top: 1px solid #bbb;
    }

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

    .awards-discipline-grid a {
        min-height: 220px;
    }

    .awards-open-list {
        columns: 1;
    }

    .awards-step-grid,
    .awards-criteria-grid {
        grid-template-columns: 1fr;
    }

    .awards-step-grid article,
    .awards-criteria-grid article {
        min-height: 0;
    }

    .awards-jury-principles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }

    .awards-newsletter .section-shell {
        gap: 1.5rem;
    }

    .awards-closing-lead .home-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .awards-discipline-grid img,
    .awards-guide-nav nav a,
    .awards-guide-nav nav a::before,
    .awards-guide-nav-icon img,
    .awards-guide-nav-arrow {
        transition: none;
    }
}
