.awards-page {
    --awards-green-950: #062f24;
    --awards-green-900: #073f2d;
    --awards-green-800: #075d3c;
    --awards-green-700: #0b7749;
    --awards-green-100: #e8f3ed;
    --awards-gold: #c99635;
    --awards-gold-light: #f4dfaa;
    --awards-ink: #17322a;
    --awards-muted: #5d6c66;
    --awards-line: #dce5e0;
    --awards-tint: #f5f7f6;
    --awards-white: #fff;
    background: var(--awards-white);
    color: var(--awards-ink);
    font-family: inherit;
    overflow: clip;
}

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

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

.awards-page h1,
.awards-page h2,
.awards-page h3 {
    color: var(--awards-green-950);
    font-family: inherit;
}

.awards-page p {
    color: var(--awards-muted);
    line-height: 1.75;
}

.awards-page a {
    text-decoration: none;
}

.awards-container {
    width: min(1200px, calc(100% - 48px));
    margin-inline: auto;
}

.awards-section {
    padding: 112px 0;
}

.awards-section--tint {
    background: var(--awards-tint);
}

.awards-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--awards-green-700);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1.3;
    text-transform: uppercase;
}

.awards-eyebrow::before {
    width: 26px;
    height: 1px;
    background: var(--awards-gold);
    content: "";
}

.awards-heading {
    max-width: 710px;
    margin-bottom: 48px;
}

.awards-heading--center {
    margin-inline: auto;
    text-align: center;
}

.awards-heading--center .awards-eyebrow::before {
    display: none;
}

.awards-heading h2,
.awards-west-asia__copy h2 {
    margin-bottom: 20px;
    font-size: clamp(2.1rem, 4vw, 3.65rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.awards-heading p {
    max-width: 680px;
    margin-bottom: 0;
    font-size: 1.05rem;
}

.awards-heading--center p {
    margin-inline: auto;
}

.awards-page a:focus-visible,
.awards-accordion button:focus-visible {
    outline: 3px solid rgba(201, 150, 53, 0.45);
    outline-offset: 3px;
}

.awards-hero {
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(circle at 86% 30%, rgba(244, 223, 170, 0.48), transparent 33%),
        linear-gradient(112deg, #fff 0%, #fbfaf6 52%, #eef4ef 100%);
}

.awards-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: radial-gradient(rgba(7, 93, 60, 0.1) 0.7px, transparent 0.7px);
    background-size: 14px 14px;
    content: "";
    mask-image: linear-gradient(to right, transparent 15%, #000 100%);
    opacity: 0.38;
}

.awards-hero__inner {
    display: grid;
    min-height: 650px;
    align-items: center;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    gap: clamp(48px, 7vw, 100px);
    padding-block: 90px;
}

.awards-hero__copy {
    max-width: 680px;
}

.awards-hero h1 {
    margin-bottom: 24px;
    font-size: clamp(3.15rem, 6vw, 5.8rem);
    font-weight: 750;
    letter-spacing: -0.065em;
    line-height: 0.96;
}

.awards-hero h1 span {
    display: block;
    margin-top: 9px;
    color: var(--awards-green-700);
    font-size: 0.59em;
    letter-spacing: -0.045em;
    line-height: 1.12;
}

.awards-hero__copy > p {
    max-width: 620px;
    margin-bottom: 30px;
    color: #41544d;
    font-size: clamp(1.02rem, 1.4vw, 1.17rem);
}

.awards-hero__note {
    color: #708079;
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.02em;
}

.awards-hero__visual {
    position: relative;
    display: flex;
    min-height: 500px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 34px 8px 34px 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(234, 241, 236, 0.68)),
        var(--awards-green-100);
    box-shadow: 0 34px 80px rgba(6, 47, 36, 0.16);
}

.awards-hero__visual::before,
.awards-hero__visual::after {
    position: absolute;
    border: 1px solid rgba(201, 150, 53, 0.28);
    border-radius: 50%;
    content: "";
}

.awards-hero__visual::before {
    width: 390px;
    height: 390px;
}

.awards-hero__visual::after {
    width: 320px;
    height: 320px;
}

.awards-hero__halo {
    position: absolute;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 223, 170, 0.86), rgba(244, 223, 170, 0));
    filter: blur(6px);
}

.awards-trophy {
    position: relative;
    z-index: 2;
    width: 220px;
    height: 310px;
    filter: drop-shadow(0 28px 22px rgba(79, 55, 12, 0.22));
}

.awards-trophy__cup {
    position: absolute;
    z-index: 2;
    top: 22px;
    left: 38px;
    display: grid;
    width: 144px;
    height: 142px;
    place-items: center;
    border-radius: 12px 12px 70px 70px;
    background: linear-gradient(110deg, #8c5a08 0%, #ffd66f 32%, #b87a0e 60%, #f5bd3e 82%, #79500c 100%);
    clip-path: polygon(0 0, 100% 0, 87% 70%, 68% 91%, 50% 100%, 32% 91%, 13% 70%);
}

.awards-trophy__cup::after {
    position: absolute;
    inset: 8px 15px 34px;
    border: 1px solid rgba(255, 249, 214, 0.52);
    border-radius: 5px 5px 50% 50%;
    content: "";
}

.awards-trophy__cup span {
    position: relative;
    z-index: 2;
    color: #5d3c08;
    font-family: Georgia, serif;
    font-size: 1.65rem;
    font-weight: 700;
    letter-spacing: -0.06em;
}

.awards-trophy__handle {
    position: absolute;
    z-index: 1;
    top: 38px;
    width: 78px;
    height: 94px;
    border: 13px solid #c78819;
    border-radius: 50%;
}

.awards-trophy__handle--left {
    left: 0;
}

.awards-trophy__handle--right {
    right: 0;
}

.awards-trophy__stem {
    position: absolute;
    top: 153px;
    left: 94px;
    width: 32px;
    height: 85px;
    background: linear-gradient(90deg, #865609, #f7c654 48%, #9b650a);
    clip-path: polygon(25% 0, 75% 0, 100% 100%, 0 100%);
}

.awards-trophy__base {
    position: absolute;
    top: 231px;
    left: 52px;
    width: 116px;
    height: 52px;
    border: 8px solid #d49c2d;
    border-bottom-width: 13px;
    border-radius: 8px 8px 5px 5px;
    background: linear-gradient(120deg, #0a241c, #1c4a38 48%, #071a14);
}

.awards-hero__visual-copy {
    position: absolute;
    z-index: 3;
    right: 28px;
    bottom: 26px;
    left: 28px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(7, 93, 60, 0.16);
}

.awards-hero__visual-copy strong {
    color: var(--awards-green-950);
    font-family: Georgia, serif;
    font-size: 1.05rem;
}

.awards-hero__visual-copy span {
    max-width: 165px;
    color: #65746e;
    font-size: 0.7rem;
    line-height: 1.45;
    text-align: right;
}

.awards-about {
    background: var(--awards-white);
}

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

.awards-feature {
    min-height: 230px;
    padding: 28px;
    border: 1px solid var(--awards-line);
    border-radius: 16px;
    background: var(--awards-white);
    box-shadow: 0 14px 34px rgba(9, 58, 43, 0.05);
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.awards-feature:hover {
    border-color: rgba(201, 150, 53, 0.5);
    box-shadow: 0 20px 44px rgba(9, 58, 43, 0.1);
    transform: translateY(-5px);
}

.awards-feature__number {
    display: block;
    margin-bottom: 38px;
    color: var(--awards-gold);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.awards-feature h3 {
    margin-bottom: 12px;
    font-size: 1.2rem;
    font-weight: 700;
}

.awards-feature p {
    margin-bottom: 0;
    font-size: 0.88rem;
    line-height: 1.65;
}

.awards-purpose {
    display: grid;
    margin-top: 84px;
    padding: 64px;
    border-radius: 24px;
    background: var(--awards-green-950);
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(42px, 7vw, 92px);
}

.awards-purpose .awards-eyebrow {
    color: var(--awards-gold-light);
}

.awards-purpose__lead h3 {
    margin-bottom: 22px;
    color: var(--awards-white);
    font-size: clamp(2rem, 3.7vw, 3.25rem);
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.awards-purpose__lead p,
.awards-purpose__body > p {
    color: rgba(255, 255, 255, 0.74);
}

.awards-purpose__lead p {
    margin-bottom: 0;
    font-family: Georgia, serif;
    font-size: 1.08rem;
}

.awards-purpose__body > p:last-child {
    margin-bottom: 0;
}

.awards-purpose__questions {
    display: grid;
    margin-bottom: 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.awards-purpose__questions p {
    margin: 0;
    padding: 17px 18px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.055);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.82rem;
    line-height: 1.55;
}

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

.awards-city-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e2e8e5;
    border-radius: 18px;
    background: var(--awards-white);
    box-shadow: 0 16px 38px rgba(6, 47, 36, 0.07);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.awards-city-card:hover {
    box-shadow: 0 24px 52px rgba(6, 47, 36, 0.13);
    transform: translateY(-6px);
}

.awards-city-card__image {
    display: block;
    aspect-ratio: 1.35;
    overflow: hidden;
}

.awards-city-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.awards-city-card:hover .awards-city-card__image img {
    transform: scale(1.045);
}

.awards-city-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 24px 28px;
}

.awards-city-card__date {
    margin-bottom: 12px;
    color: var(--awards-gold);
    font-size: 0.71rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.awards-city-card h3 {
    margin-bottom: 9px;
    font-size: 1.6rem;
    font-weight: 700;
}

.awards-city-card p {
    margin-bottom: 14px;
    font-size: 0.85rem;
    line-height: 1.65;
}

.awards-city-card .awards-city-card__theme {
    min-height: 58px;
    color: var(--awards-green-800);
    font-size: 0.82rem;
    font-weight: 750;
    line-height: 1.45;
}

.awards-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--awards-green-800);
    font-size: 0.77rem;
    font-weight: 800;
}

.awards-text-link span {
    transition: transform 180ms ease;
}

.awards-text-link:hover,
.awards-text-link:focus-visible {
    color: var(--awards-green-950);
}

.awards-text-link:hover span,
.awards-text-link:focus-visible span {
    transform: translateX(4px);
}

.awards-city-profiles {
    margin-top: 118px;
    padding-top: 104px;
    border-top: 1px solid var(--awards-line);
}

.awards-city-profiles__heading {
    max-width: 760px;
    margin-bottom: 64px;
}

.awards-city-profiles__heading h2 {
    margin-bottom: 20px;
    font-size: clamp(2.1rem, 4vw, 3.65rem);
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.awards-city-profiles__heading p {
    margin-bottom: 0;
    font-size: 1.03rem;
}

.awards-city-profile {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(42px, 7vw, 88px);
}

.awards-city-profile + .awards-city-profile {
    margin-top: 104px;
    padding-top: 104px;
    border-top: 1px solid var(--awards-line);
}

.awards-city-profile:nth-of-type(odd) .awards-city-profile__media {
    order: 2;
}

.awards-city-profile__media {
    position: relative;
}

.awards-city-profile__media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 22px 48px rgba(6, 47, 36, 0.13);
}

.awards-city-profile__media > span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: grid;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--awards-green-950);
    color: var(--awards-gold-light);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    place-items: center;
}

.awards-city-profile__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-bottom: 16px;
    color: var(--awards-gold);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.awards-city-profile__meta span + span {
    color: var(--awards-green-700);
}

.awards-city-profile__copy h3 {
    margin-bottom: 24px;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    letter-spacing: -0.035em;
    line-height: 1.12;
}

.awards-city-profile__copy > p {
    margin-bottom: 16px;
    font-size: 0.94rem;
}

.awards-city-profile__eligible {
    margin-top: 26px;
    padding: 22px 24px;
    border-left: 3px solid var(--awards-gold);
    background: var(--awards-white);
    box-shadow: 0 10px 28px rgba(6, 47, 36, 0.055);
}

.awards-city-profile__eligible strong {
    display: block;
    margin-bottom: 8px;
    color: var(--awards-green-800);
    font-size: 0.74rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.awards-city-profile__eligible p {
    margin-bottom: 0;
    font-size: 0.86rem;
    line-height: 1.65;
}

.awards-city-profile blockquote {
    margin: 22px 0 0;
    color: var(--awards-green-950);
    font-family: Georgia, serif;
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.55;
}

.awards-photo-banner {
    position: relative;
    min-height: 480px;
    isolation: isolate;
    overflow: hidden;
}

.awards-photo-banner > img {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.awards-photo-banner--leaders > img {
    object-position: center 38%;
}

.awards-photo-banner--leaders,
.awards-photo-banner--leaders .awards-photo-banner__content {
    min-height: clamp(510px, 35vw, 670px);  
}

.awards-photo-banner__overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 28, 21, 0.88), rgba(4, 36, 26, 0.5) 55%, rgba(4, 28, 21, 0.2));
}

.awards-photo-banner__content {
    display: flex;
    min-height: 480px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.awards-photo-banner__content > span {
    margin-bottom: 14px;
    color: var(--awards-gold-light);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.awards-photo-banner h2 {
    max-width: 720px;
    margin-bottom: 0;
    color: var(--awards-white);
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.02;
}

.awards-photo-banner__content--center {
    align-items: center;
    text-align: center;
}

.awards-photo-banner--nature .awards-photo-banner__overlay {
    background: linear-gradient(90deg, rgba(2, 31, 22, 0.78), rgba(4, 46, 32, 0.46), rgba(2, 31, 22, 0.72));
}

.awards-photo-banner--nature h2 {
    font-family: Georgia, serif;
    font-weight: 500;
}

.awards-west-asia__grid {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(50px, 8vw, 100px);
}

.awards-west-asia__media {
    position: relative;
}

.awards-west-asia__media::before {
    position: absolute;
    z-index: -1;
    right: -24px;
    bottom: -24px;
    width: 64%;
    height: 72%;
    border-radius: 22px;
    background: var(--awards-green-100);
    content: "";
}

.awards-west-asia__media img {
    display: block;
    width: 100%;
    min-height: 540px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 24px 56px rgba(6, 47, 36, 0.16);
}

.awards-west-asia__media > span {
    position: absolute;
    right: 22px;
    bottom: 22px;
    padding: 11px 15px;
    border-radius: 8px;
    background: rgba(6, 47, 36, 0.9);
    color: var(--awards-white);
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.awards-west-asia__copy > p {
    font-size: 0.97rem;
}

.awards-journey {
    position: relative;
    display: grid;
    margin-top: 34px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.awards-journey::before {
    position: absolute;
    top: 19px;
    right: 10%;
    left: 10%;
    height: 1px;
    background: var(--awards-line);
    content: "";
}

.awards-journey__stop {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.awards-journey__stop > span {
    z-index: 1;
    display: grid;
    width: 39px;
    height: 39px;
    margin-bottom: 13px;
    place-items: center;
    border: 5px solid var(--awards-white);
    border-radius: 50%;
    background: var(--awards-green-800);
    color: var(--awards-white);
    font-size: 0.56rem;
    font-weight: 800;
}

.awards-journey__stop strong {
    margin-bottom: 5px;
    color: var(--awards-green-950);
    font-size: 0.79rem;
}

.awards-journey__stop small {
    padding-inline: 5px;
    color: var(--awards-muted);
    font-size: 0.64rem;
    line-height: 1.35;
}

.awards-process {
    position: relative;
    display: grid;
    margin: 0 0 64px;
    padding: 0;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    list-style: none;
}

.awards-process::before {
    position: absolute;
    top: 25px;
    right: 7%;
    left: 7%;
    height: 1px;
    background: #cfdad5;
    content: "";
}

.awards-process li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
}

.awards-process li:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 21px;
    right: -3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--awards-green-800);
    border-right: 1px solid var(--awards-green-800);
    content: "";
    transform: rotate(45deg);
}

.awards-process span {
    z-index: 1;
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border: 7px solid var(--awards-tint);
    border-radius: 50%;
    background: var(--awards-green-800);
    color: var(--awards-white);
    font-size: 0.65rem;
    font-weight: 800;
}

.awards-process strong {
    max-width: 120px;
    color: var(--awards-green-950);
    font-size: 0.78rem;
    line-height: 1.35;
}

.awards-scorecard {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--awards-line);
    border-radius: 22px;
    background: var(--awards-white);
    box-shadow: 0 18px 50px rgba(6, 47, 36, 0.08);
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.awards-scorecard__intro {
    padding: clamp(32px, 5vw, 58px);
    background: var(--awards-green-950);
}

.awards-scorecard__intro .awards-eyebrow {
    color: var(--awards-gold-light);
}

.awards-scorecard__intro h3 {
    margin-bottom: 22px;
    color: var(--awards-white);
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.awards-scorecard__intro p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.88rem;
    line-height: 1.7;
}

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

.awards-scorecard__table-wrap {
    padding: clamp(24px, 4vw, 48px);
}

.awards-scorecard__table {
    width: 100%;
    border-collapse: collapse;
}

.awards-scorecard__table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.awards-scorecard__table th,
.awards-scorecard__table td {
    padding: 14px 8px;
    border-bottom: 1px solid var(--awards-line);
    text-align: left;
}

.awards-scorecard__table th {
    color: #79857f;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.awards-scorecard__table th:last-child,
.awards-scorecard__table td:last-child {
    width: 80px;
    color: var(--awards-green-800);
    font-weight: 800;
    text-align: right;
}

.awards-scorecard__table td {
    color: #344940;
    font-size: 0.85rem;
}

.awards-benefit-grid {
    display: grid;
    margin-bottom: 34px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.awards-benefit {
    display: flex;
    min-height: 94px;
    align-items: center;
    gap: 17px;
    padding: 24px;
    border: 1px solid var(--awards-line);
    border-radius: 12px;
    background: var(--awards-white);
    transition: border-color 180ms ease, transform 180ms ease;
}

.awards-benefit:hover {
    border-color: var(--awards-gold);
    transform: translateY(-3px);
}

.awards-benefit > span {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    border: 1px solid var(--awards-green-700);
    border-radius: 50%;
}

.awards-benefit > span::after {
    display: block;
    width: 8px;
    height: 4px;
    margin: 9px 0 0 9px;
    border-bottom: 1px solid var(--awards-green-700);
    border-left: 1px solid var(--awards-green-700);
    content: "";
    transform: rotate(-45deg);
}

.awards-benefit strong {
    color: var(--awards-green-950);
    font-size: 0.96rem;
}

.awards-benefits__note {
    max-width: 930px;
    margin-bottom: 0;
    padding-left: 22px;
    border-left: 2px solid var(--awards-gold);
    font-size: 0.92rem;
}

.awards-principle {
    position: relative;
    background:
        radial-gradient(circle at 10% 15%, rgba(201, 150, 53, 0.15), transparent 28%),
        var(--awards-green-950);
}

.awards-principle__grid {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(48px, 8vw, 100px);
}

.awards-principle .awards-eyebrow {
    color: var(--awards-gold-light);
}

.awards-principle__statement h2 {
    margin-bottom: 34px;
    color: var(--awards-white);
    font-size: clamp(2.15rem, 4vw, 3.65rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.awards-principle blockquote {
    margin: 0;
    padding: 3px 0 3px 24px;
    border-left: 2px solid var(--awards-gold);
    color: var(--awards-gold-light);
    font-family: Georgia, serif;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    line-height: 1.55;
}

.awards-principle__copy {
    padding-top: 40px;
}

.awards-principle__copy p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.97rem;
}

.awards-principle__copy .awards-principle__note {
    margin: 30px 0 0;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.055);
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.84rem;
}

.awards-roadmap {
    margin-top: 86px;
    padding-top: 74px;
    border-top: 1px solid #d4ddd9;
}

.awards-roadmap__heading {
    display: grid;
    align-items: end;
    margin-bottom: 42px;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    column-gap: 70px;
}

.awards-roadmap__heading .awards-eyebrow {
    grid-column: 1 / -1;
}

.awards-roadmap__heading h3 {
    margin-bottom: 0;
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    letter-spacing: -0.035em;
    line-height: 1.12;
}

.awards-roadmap__heading p {
    margin-bottom: 0;
    font-size: 0.93rem;
}

.awards-roadmap__list {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    list-style: none;
}

.awards-roadmap__list li {
    position: relative;
    padding: 26px 24px 10px;
    border-top: 2px solid var(--awards-green-800);
}

.awards-roadmap__list li + li {
    border-left: 1px solid #d4ddd9;
}

.awards-roadmap__list li::before {
    position: absolute;
    top: -6px;
    left: 22px;
    width: 10px;
    height: 10px;
    border: 2px solid var(--awards-tint);
    border-radius: 50%;
    background: var(--awards-gold);
    content: "";
}

.awards-roadmap__list span,
.awards-responsibility__label {
    display: block;
    margin-bottom: 12px;
    color: var(--awards-gold);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.awards-roadmap__list h4 {
    margin-bottom: 11px;
    color: var(--awards-green-950);
    font-size: 0.94rem;
    font-weight: 750;
    line-height: 1.35;
}

.awards-roadmap__list p {
    margin-bottom: 0;
    font-size: 0.76rem;
    line-height: 1.62;
}

.awards-roadmap__target {
    margin: 38px 0 0;
    padding: 20px 24px;
    border-radius: 10px;
    background: var(--awards-green-100);
    color: #40554c;
    font-size: 0.88rem;
    text-align: center;
}

.awards-roadmap__target strong {
    color: var(--awards-green-800);
}

.awards-responsibility {
    background: #fbf8ef;
}

.awards-responsibility__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.awards-responsibility__card {
    padding: clamp(30px, 4vw, 48px);
    border: 1px solid #e6dfce;
    border-radius: 18px;
    background: var(--awards-white);
    box-shadow: 0 16px 38px rgba(54, 43, 18, 0.06);
}

.awards-responsibility__card--accent {
    border-top: 3px solid var(--awards-gold);
}

.awards-responsibility__card h3 {
    margin-bottom: 22px;
    font-size: clamp(1.55rem, 2.5vw, 2.15rem);
    letter-spacing: -0.03em;
    line-height: 1.17;
}

.awards-responsibility__card p {
    font-size: 0.9rem;
}

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

.awards-responsibility__closing {
    max-width: 970px;
    margin: 42px auto 0;
    color: var(--awards-green-950);
    font-family: Georgia, serif;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    line-height: 1.62;
    text-align: center;
}

.awards-faq__layout {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(50px, 8vw, 100px);
}

.awards-faq .awards-heading {
    position: sticky;
    top: 110px;
    margin-bottom: 0;
}

.awards-accordion {
    border-top: 1px solid #ccd8d2;
}

.awards-accordion__item {
    border-bottom: 1px solid #ccd8d2;
}

.awards-accordion__item h3 {
    margin: 0;
}

.awards-accordion__item button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 24px 3px;
    border: 0;
    background: transparent;
    color: var(--awards-green-950);
    font: inherit;
    font-size: 0.98rem;
    font-weight: 750;
    line-height: 1.45;
    text-align: left;
    cursor: pointer;
}

.awards-accordion__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.awards-accordion__icon::before,
.awards-accordion__icon::after {
    position: absolute;
    top: 8px;
    left: 2px;
    width: 14px;
    height: 1px;
    background: var(--awards-green-800);
    content: "";
    transition: transform 180ms ease;
}

.awards-accordion__icon::after {
    transform: rotate(90deg);
}

.awards-accordion__item.is-open .awards-accordion__icon::after {
    transform: rotate(0);
}

.awards-accordion__panel p {
    max-width: 690px;
    margin: -4px 0 25px;
    padding-right: 42px;
    font-size: 0.91rem;
}

.awards-category-grid {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

.awards-category-card {
    min-height: 100%;
    padding: 30px;
    border: 1px solid var(--awards-line);
    border-radius: 16px;
    background: var(--awards-white);
    box-shadow: 0 14px 34px rgba(9, 58, 43, 0.05);
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.awards-category-card:nth-child(1),
.awards-category-card:nth-child(2) {
    grid-column: span 3;
}

.awards-category-card:nth-child(n+3) {
    grid-column: span 2;
}

.awards-category-card:hover {
    border-color: rgba(201, 150, 53, 0.54);
    box-shadow: 0 20px 46px rgba(9, 58, 43, 0.1);
    transform: translateY(-4px);
}

.awards-category-card__number {
    display: block;
    margin-bottom: 28px;
    color: var(--awards-gold);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.awards-category-card h3 {
    margin-bottom: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.awards-category-card > p {
    min-height: 70px;
    margin-bottom: 22px;
    font-size: 0.84rem;
    line-height: 1.62;
}

.awards-category-card ul {
    margin: 0;
    padding: 19px 0 0;
    border-top: 1px solid var(--awards-line);
    list-style: none;
}

.awards-category-card li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 16px;
    color: #40534b;
    font-size: 0.78rem;
    line-height: 1.52;
}

.awards-category-card li::before {
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--awards-gold);
    content: "";
}

.awards-category-card > .awards-category-card__detail {
    min-height: 0;
    margin: 20px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--awards-line);
    color: var(--awards-green-800);
    font-size: 0.78rem;
}

.awards-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.awards-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .awards-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.75fr);
    }

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

    .awards-category-card:nth-child(n) {
        grid-column: span 3;
    }
}

@media (max-width: 900px) {
    .awards-section {
        padding: 88px 0;
    }

    .awards-hero__inner,
    .awards-west-asia__grid,
    .awards-scorecard,
    .awards-faq__layout,
    .awards-principle__grid,
    .awards-roadmap__heading,
    .awards-purpose,
    .awards-city-profile {
        grid-template-columns: 1fr;
    }

    .awards-purpose {
        gap: 34px;
    }

    .awards-city-profile:nth-of-type(odd) .awards-city-profile__media {
        order: 0;
    }

    .awards-photo-banner--leaders,
    .awards-photo-banner--leaders .awards-photo-banner__content {
        min-height: 490px;
    }

    .awards-principle__copy {
        padding-top: 0;
    }

    .awards-roadmap__heading {
        gap: 16px;
    }

    .awards-roadmap__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 26px;
    }

    .awards-roadmap__list li:nth-child(odd) {
        border-left: 0;
    }

    .awards-roadmap__list li:last-child {
        grid-column: 1 / -1;
    }

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

    .awards-hero__inner {
        gap: 50px;
        padding-block: 72px;
    }

    .awards-hero__copy {
        max-width: 720px;
    }

    .awards-hero__visual {
        width: min(100%, 620px);
        min-height: 450px;
        margin-inline: auto;
    }

    .awards-west-asia__media img {
        min-height: 450px;
    }

    .awards-faq .awards-heading {
        position: static;
    }

    .awards-process {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 34px;
    }

    .awards-process::before,
    .awards-process li::after {
        display: none;
    }
}

@media (max-width: 680px) {
    .awards-container {
        width: min(100% - 32px, 1200px);
    }

    .awards-section {
        padding: 72px 0;
    }

    .awards-heading {
        margin-bottom: 34px;
    }

    .awards-hero__inner {
        min-height: 0;
        padding-block: 62px;
    }

    .awards-hero h1 {
        font-size: clamp(2.7rem, 15vw, 4.1rem);
    }

    .awards-hero h1 span {
        font-size: 0.52em;
    }

    .awards-hero__visual {
        min-height: 390px;
        border-radius: 24px 6px 24px 6px;
    }

    .awards-hero__visual::before {
        width: 310px;
        height: 310px;
    }

    .awards-hero__visual::after {
        width: 260px;
        height: 260px;
    }

    .awards-trophy {
        transform: scale(0.78) translateY(-12px);
    }

    .awards-hero__visual-copy {
        right: 20px;
        bottom: 20px;
        left: 20px;
    }

    .awards-hero__visual-copy span {
        display: none;
    }

    .awards-features,
    .awards-city-grid,
    .awards-benefit-grid,
    .awards-category-grid {
        grid-template-columns: 1fr;
    }

    .awards-category-card:nth-child(n) {
        grid-column: auto;
    }

    .awards-feature {
        min-height: 0;
    }

    .awards-feature__number {
        margin-bottom: 22px;
    }

    .awards-purpose {
        margin-top: 58px;
        padding: 38px 26px;
        border-radius: 18px;
    }

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

    .awards-city-profiles {
        margin-top: 76px;
        padding-top: 68px;
    }

    .awards-city-profiles__heading {
        margin-bottom: 44px;
    }

    .awards-city-profile {
        gap: 34px;
    }

    .awards-city-profile + .awards-city-profile {
        margin-top: 68px;
        padding-top: 68px;
    }

    .awards-city-profile__media img {
        aspect-ratio: 16 / 10;
    }

    .awards-city-card .awards-city-card__theme,
    .awards-category-card > p {
        min-height: 0;
    }

    .awards-photo-banner,
    .awards-photo-banner__content {
        min-height: 410px;
    }

    .awards-photo-banner--leaders,
    .awards-photo-banner--leaders .awards-photo-banner__content {
        min-height: 440px;
    }

    .awards-photo-banner h2 {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .awards-west-asia__grid {
        gap: 58px;
    }

    .awards-west-asia__media::before {
        right: -10px;
        bottom: -14px;
    }

    .awards-west-asia__media img {
        min-height: 350px;
    }

    .awards-journey {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .awards-journey::before {
        top: 20px;
        bottom: 20px;
        left: 19px;
        width: 1px;
        height: auto;
    }

    .awards-journey__stop {
        min-height: 74px;
        align-items: flex-start;
        padding-left: 58px;
        text-align: left;
    }

    .awards-journey__stop > span {
        position: absolute;
        top: 0;
        left: 0;
    }

    .awards-journey__stop small {
        padding-inline: 0;
    }

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

    .awards-roadmap {
        margin-top: 64px;
        padding-top: 58px;
    }

    .awards-roadmap__list {
        grid-template-columns: 1fr;
        row-gap: 18px;
    }

    .awards-roadmap__list li,
    .awards-roadmap__list li + li {
        border-left: 0;
    }

    .awards-roadmap__list li:last-child {
        grid-column: auto;
    }

    .awards-roadmap__target {
        text-align: left;
    }

    .awards-scorecard__table th,
    .awards-scorecard__table td {
        padding-block: 12px;
    }

    .awards-benefit-grid {
        gap: 12px;
    }

    .awards-benefit {
        min-height: 78px;
        padding: 19px;
    }

    .awards-accordion__item button {
        padding-block: 20px;
        font-size: 0.91rem;
    }

}

@media (prefers-reduced-motion: reduce) {
    .awards-page *,
    .awards-page *::before,
    .awards-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    .awards-reveal {
        opacity: 1;
        transform: none;
    }
}
