.awards-page {
    background: #f7f8fb;
    color: #0f172a;
    overflow: hidden;
}

/* Professional recognition showcase */
.awards-office-section {
    padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(5rem, 8vw, 7.5rem) !important;
    background:
        radial-gradient(circle at 8% 14%, rgba(14, 165, 233, .1), transparent 25rem),
        linear-gradient(135deg, #f7faff 0%, #ffffff 52%, #f3f8fc 100%) !important;
}

.awards-office-heading {
    max-width: 800px !important;
    margin: 0 auto clamp(2rem, 4vw, 3.25rem) !important;
    text-align: center !important;
}

.awards-office-heading span {
    justify-content: center !important;
    margin-bottom: .75rem !important;
    color: #0879b8 !important;
    font-size: .78rem !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
}

.awards-office-heading h2 {
    color: #06264b !important;
    font-size: clamp(2rem, 4vw, 3.55rem) !important;
    font-weight: 800 !important;
    letter-spacing: -.045em !important;
    line-height: 1.08 !important;
}

.awards-office-heading h2 em {
    color: #0b91d1 !important;
    font-style: italic !important;
}

.awards-office-heading p {
    max-width: 650px !important;
    margin: 1rem auto 0 !important;
    color: #516277 !important;
    font-size: clamp(1rem, 1.6vw, 1.15rem) !important;
    line-height: 1.7 !important;
}

.awards-office-showcase {
    max-width: 1240px !important;
}

.awards-office-image {
    position: relative !important;
    display: block;
    box-sizing: border-box;
    line-height: 0;
    overflow: hidden !important;
    border: 10px solid #ffffff !important;
    border-radius: 1.5rem !important;
    background: #ffffff !important;
    box-shadow: 0 28px 70px rgba(0, 46, 91, .18), 0 0 0 1px rgba(8, 121, 184, .08) !important;
}

.awards-office-image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 28%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(2, 25, 53, .15));
}

.awards-office-image img {
    /* Preserve the complete awards-wall photograph instead of cropping it to a banner ratio. */
    aspect-ratio: auto;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
    transition: transform .5s ease;
}

.awards-office-showcase:hover .awards-office-image img {
    transform: none;
}

.awards-office-badge {
    right: 1.4rem !important;
    bottom: 1.4rem !important;
    display: flex !important;
    gap: .8rem !important;
    padding: 1rem 1.2rem !important;
    border: 1px solid rgba(255, 255, 255, .32) !important;
    border-radius: .85rem !important;
    background: rgba(0, 46, 91, .92) !important;
    box-shadow: 0 16px 35px rgba(0, 31, 64, .3) !important;
    backdrop-filter: blur(10px);
}

/* Keep the original background-banner hero active despite later layout variants. */
.awards-hero {
    min-height: 760px !important;
    padding: 8.5rem 0 2.7rem !important;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .55) 34%, rgba(255, 255, 255, .75) 50%, rgba(255, 255, 255, .55) 66%, rgba(255, 255, 255, .04)),
        url("../images/awards/awards-hero-center-banner.png") center / cover no-repeat !important;
}

.awards-showcase {
    display: none !important;
}

@media (max-width: 640px) {
    .awards-office-section {
        padding: 3.5rem 0;
    }

    .awards-office-heading {
        margin-bottom: 1.4rem;
    }

    .awards-office-image {
        border-width: 5px;
        border-radius: .85rem;
    }

    .awards-office-heading h2 br {
        display: none;
    }

    .awards-office-heading p {
        font-size: .9rem;
    }

    .awards-office-badge {
        right: .7rem;
        bottom: -.8rem;
        padding: .7rem .85rem;
    }

    .awards-office-badge svg {
        width: 1.45rem;
    }
}

/* Restored hero presentation. */
.awards-hero {
    min-height: 760px;
    padding: 8.5rem 0 2.7rem;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .55) 34%, rgba(255, 255, 255, .75) 50%, rgba(255, 255, 255, .55) 66%, rgba(255, 255, 255, .04)),
        url("../images/awards/awards-hero-center-banner.png") center / cover no-repeat;
}

.awards-hero-grid {
    display: flex;
    min-height: 470px;
    flex-direction: row;
    gap: 0;
}

.awards-hero-copy {
    max-width: 760px;
}

.awards-kicker {
    display: inline-flex;
}

.awards-hero h1 {
    max-width: 720px;
    margin: 1.7rem auto 1.35rem;
    font-size: clamp(2.55rem, 4.8vw, 4.5rem);
    font-weight: 900;
    letter-spacing: normal;
    line-height: 1.08;
    text-wrap: initial;
}

.awards-hero p {
    max-width: 560px;
    font-size: 1.1rem;
    line-height: 1.75;
}

.awards-hero-actions {
    margin-top: 2rem;
}

.awards-showcase {
    display: none;
}

@media (max-width: 640px) {
    .awards-hero {
        min-height: auto;
        padding: 7rem 0 2.4rem;
    }

    .awards-hero h1 {
        font-size: clamp(2.5rem, 13vw, 3.8rem);
    }

    .awards-hero-actions {
        flex-direction: column;
    }
}

/* Keep the recognition gallery balanced on narrow screens. */
@media (max-width: 640px) {
    .awards-hero {
        padding: 6.25rem 0 3.25rem;
    }

    .awards-hero h1 {
        font-size: clamp(2.75rem, 14vw, 3.8rem);
        line-height: 1.01;
    }

    .awards-hero-actions {
        flex-direction: row;
        justify-content: center;
    }

    .awards-hero-actions a {
        min-height: 2.75rem;
        padding: .7rem 1rem;
        font-size: .8rem;
    }

    .awards-showcase {
        min-height: 205px;
        gap: .35rem;
        padding: .75rem .1rem 0;
    }

    .awards-showcase-card,
    .awards-showcase-card-small,
    .awards-showcase-card-large,
    .awards-showcase-card-cert {
        width: 31%;
        height: 190px;
        padding: .65rem .35rem 0;
        border-radius: .85rem .85rem .25rem .25rem;
    }

    .awards-showcase-card-small {
        transform: rotate(-5deg) translateY(.65rem);
    }

    .awards-showcase-card-cert {
        transform: rotate(5deg) translateY(.65rem);
    }
}

/* Restore the previous centred banner-only hero. */
.awards-hero {
    min-height: 760px;
    padding: 8.5rem 0 2.7rem;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .55) 34%, rgba(255, 255, 255, .75) 50%, rgba(255, 255, 255, .55) 66%, rgba(255, 255, 255, .04)),
        url("../images/awards/awards-hero-center-banner.png") center / cover no-repeat;
}

.awards-hero-grid {
    display: flex;
    min-height: 470px;
    flex-direction: row;
    gap: 0;
}

.awards-hero-copy { max-width: 760px; }
.awards-kicker { display: inline-flex; }

.awards-hero h1 {
    max-width: 720px;
    margin: 1.7rem auto 1.35rem;
    font-size: clamp(2.55rem, 4.8vw, 4.5rem);
    font-weight: 900;
    letter-spacing: normal;
    line-height: 1.08;
    text-wrap: initial;
}

.awards-hero p {
    max-width: 560px;
    font-size: 1.1rem;
    line-height: 1.75;
}

.awards-hero-actions { margin-top: 2rem; }
.awards-showcase { display: none; }

@media (max-width: 640px) {
    .awards-hero {
        min-height: auto;
        padding: 7rem 0 2.4rem;
    }

    .awards-hero h1 { font-size: clamp(2.5rem, 13vw, 3.8rem); }
    .awards-hero-actions { flex-direction: column; }
}

.awards-shell {
    width: min(100% - 2rem, 1240px);
    margin: 0 auto;
}

.awards-hero {
    position: relative;
    padding: 9rem 0 5rem;
    background:
        linear-gradient(135deg, rgba(0, 46, 91, .94), rgba(4, 74, 145, .86)),
        radial-gradient(circle at 84% 20%, rgba(245, 158, 11, .24), transparent 34%);
    min-height: 620px;
}

.awards-hero {
    padding: 8.5rem 0 2.7rem;
    min-height: 760px;
    background:
        radial-gradient(circle at 80% 36%, rgba(245, 158, 11, .22), transparent 32%),
        radial-gradient(circle at 18% 42%, rgba(14, 165, 233, .15), transparent 30%),
        linear-gradient(135deg, #020b19 0%, #041b39 45%, #002e5b 100%);
}

.awards-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(245, 158, 11, .7) 0 1.5px, transparent 2px),
        linear-gradient(180deg, transparent 68%, rgba(245, 158, 11, .18) 69%, transparent 70%);
    background-size: 92px 92px, 100% 100%;
    opacity: .28;
    pointer-events: none;
}

.awards-hero::after {
    content: "AWARDS";
    position: absolute;
    right: -1rem;
    bottom: -2.4rem;
    color: rgba(255, 255, 255, .06);
    font-size: clamp(5rem, 16vw, 13rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: .04em;
}

.awards-hero::after {
    display: none;
}

.awards-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    gap: 4rem;
    align-items: center;
}

.awards-hero-grid {
    grid-template-columns: minmax(0, .75fr) minmax(480px, 1.25fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: end;
}

.awards-kicker {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .55rem .9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fbbf24;
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.awards-kicker {
    gap: .7rem;
    padding: .45rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #f6b73c;
    font-size: .95rem;
    letter-spacing: .04em;
}

.awards-kicker svg {
    width: 1rem;
    height: 1rem;
}

.awards-hero h1 {
    margin: 1.3rem 0 1rem;
    color: #fff;
    font-size: clamp(3rem, 7vw, 6.7rem);
    line-height: .93;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.awards-hero h1 {
    max-width: 700px;
    margin: 1.7rem 0 1.35rem;
    font-size: clamp(3rem, 5.6vw, 5.2rem);
    line-height: 1.03;
    text-transform: none;
}

.awards-hero h1 span {
    display: block;
    color: #f6b73c;
}

.awards-hero p {
    max-width: 38rem;
    color: rgba(255, 255, 255, .84);
    font-size: 1.08rem;
    line-height: 1.75;
}

.awards-hero p {
    max-width: 40rem;
    color: rgba(255, 255, 255, .88);
    font-size: 1.1rem;
}

.awards-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
    margin-top: 2rem;
}

.awards-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.1rem;
    padding: .85rem 1.35rem;
    border-radius: 999px;
    font-weight: 800;
    font-size: .92rem;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.awards-hero-actions a:first-child {
    background: #f59e0b;
    color: #111827;
}

.awards-hero-actions a:first-child {
    background: transparent;
    border: 1px solid #f6b73c;
    color: #f6d084;
    border-radius: .25rem;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.awards-hero-actions a:last-child {
    border: 1px solid rgba(255, 255, 255, .24);
    color: #fff;
}

.awards-hero-actions a:last-child {
    color: #fff;
    border-color: rgba(255, 255, 255, .22);
    border-radius: .25rem;
}

.awards-showcase {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awards-showcase {
    min-height: 500px;
    align-items: end;
    gap: clamp(.8rem, 2vw, 1.4rem);
}

.awards-showcase::before,
.awards-showcase::after {
    content: "";
    position: absolute;
    width: 64%;
    height: 78%;
    border-radius: 1.8rem;
    background: rgba(255, 255, 255, .14);
    transform: rotate(8deg);
}

.awards-showcase::after {
    width: 58%;
    height: 70%;
    transform: rotate(-7deg) translate(-2rem, 1rem);
    background: rgba(245, 158, 11, .18);
}

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

.awards-showcase-card {
    position: relative;
    z-index: 2;
    width: min(86%, 510px);
    aspect-ratio: 1 / .92;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.6rem;
    background: linear-gradient(145deg, #ffffff, #eef6ff);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
    border: 1px solid rgba(255, 255, 255, .74);
    padding: 2rem;
}

.awards-showcase-card {
    width: auto;
    aspect-ratio: auto;
    display: flex;
    align-items: end;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.awards-showcase-card-small {
    height: 330px;
}

.awards-showcase-card-large {
    height: 440px;
}

.awards-showcase-card-cert {
    height: 300px;
}

.awards-showcase-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.awards-showcase-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 26px 24px rgba(0, 0, 0, .42));
}

.awards-hero-stats {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 1.8rem;
    border: 1px solid rgba(246, 183, 60, .82);
    border-radius: .75rem;
    background: rgba(1, 14, 32, .58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 24px 70px rgba(0, 0, 0, .18);
    backdrop-filter: blur(10px);
}

.awards-stat {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: .8rem;
    align-items: center;
    padding: .9rem clamp(.8rem, 2vw, 1.5rem);
    color: #fff;
}

.awards-stat + .awards-stat {
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.awards-stat svg {
    grid-row: span 2;
    width: 2rem;
    height: 2rem;
    color: #f6b73c;
}

.awards-stat strong {
    color: #f6b73c;
    font-size: clamp(1.55rem, 2.3vw, 2.25rem);
    line-height: 1;
    font-weight: 900;
}

.awards-stat span {
    color: rgba(255, 255, 255, .9);
    font-size: .9rem;
}

.awards-hero {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .55) 34%, rgba(255, 255, 255, .75) 50%, rgba(255, 255, 255, .55) 66%, rgba(255, 255, 255, .04)),
        url("../images/awards/awards-hero-center-banner.png") center / cover no-repeat;
}

.awards-hero::before {
    display: none;
}

.awards-showcase {
    display: none;
}

.awards-hero-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 470px;
}

.awards-hero-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.awards-kicker {
    justify-content: center;
    color: #c17a00;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    color: #0ea5e9;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .2em;
}

.awards-hero h1 {
    color: #002e5b;
    text-shadow: none;
    max-width: 720px;
    font-size: clamp(2.55rem, 4.8vw, 4.5rem);
    line-height: 1.08;
}

.awards-hero h1 span {
    display: inline;
    color: #0ea5e9;
}

.awards-hero p {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    color: #334155;
}

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

.awards-hero-actions a:first-child {
    min-width: 13.5rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #07539f, #0ea5e9);
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: 0 14px 28px rgba(14, 165, 233, .24);
}

.awards-hero-actions a:last-child {
    color: #002e5b;
    border-color: rgba(0, 46, 91, .22);
}

/* Centered awards hero: the message leads, with recognitions presented as a gallery. */
.awards-hero {
    min-height: 0;
    padding: clamp(6.5rem, 10vw, 8.5rem) 0 4.5rem;
    background:
        radial-gradient(circle at 50% 8%, rgba(14, 165, 233, .12), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.awards-hero-grid {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: clamp(2.25rem, 5vw, 4rem);
}

.awards-hero-copy {
    max-width: 820px;
}

.awards-kicker {
    display: none;
}

.awards-hero h1 {
    max-width: 780px;
    margin: 0 auto 1.45rem;
    font-size: clamp(3rem, 6.2vw, 5rem);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .98;
    text-wrap: balance;
}

.awards-hero p {
    max-width: 650px;
    font-size: clamp(1rem, 1.7vw, 1.18rem);
    line-height: 1.55;
}

.awards-hero-actions {
    margin-top: 1.45rem;
}

.awards-showcase {
    position: relative;
    width: min(100%, 980px);
    min-height: 315px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: clamp(.6rem, 2.4vw, 1.6rem);
    margin: 0 auto;
    padding: 1.25rem 1.25rem 0;
}

.awards-showcase::before {
    content: "";
    position: absolute;
    right: 9%;
    bottom: 0;
    left: 9%;
    height: 58%;
    display: block;
    border-radius: 50% 50% 1.25rem 1.25rem;
    background: linear-gradient(180deg, rgba(14, 165, 233, .09), rgba(0, 46, 91, .03));
    border: 1px solid rgba(14, 165, 233, .12);
}

.awards-showcase-card {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: clamp(150px, 22vw, 220px);
    height: clamp(230px, 29vw, 320px);
    padding: 1.15rem .8rem 0;
    overflow: hidden;
    border: 1px solid rgba(14, 165, 233, .17);
    border-radius: 1.3rem 1.3rem .35rem .35rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(226, 243, 255, .88));
    box-shadow: 0 22px 42px rgba(0, 46, 91, .14), inset 0 1px 0 #fff;
    transform: none;
}

.awards-showcase-card-small {
    height: clamp(205px, 25vw, 275px);
    transform: rotate(-5deg) translateY(1.1rem);
}

.awards-showcase-card-large {
    width: clamp(175px, 25vw, 250px);
    height: clamp(265px, 33vw, 355px);
    background: linear-gradient(145deg, #ffffff, #d8f2ff);
    box-shadow: 0 28px 52px rgba(0, 46, 91, .2), inset 0 1px 0 #fff;
}

.awards-showcase-card-cert {
    height: clamp(205px, 25vw, 275px);
    transform: rotate(5deg) translateY(1.1rem);
}

.awards-showcase-card img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 14px 13px rgba(0, 46, 91, .22));
}

.awards-list-section {
    position: relative;
    padding: 5.5rem 0 6rem;
    background: #f4f6f9;
}

/* Office and award-wall showcase */
.awards-office-section {
    position: relative;
    isolation: isolate;
    padding: 4.75rem 0 6.5rem;
    overflow: hidden;
    background: #f7f8fb;
}

.awards-office-section::before,
.awards-office-section::after {
    position: absolute;
    z-index: -1;
    width: 26rem;
    height: 26rem;
    border-radius: 50%;
    content: "";
    filter: blur(8px);
}

.awards-office-section::before {
    top: -15rem;
    left: -10rem;
    background: rgba(14, 165, 233, .14);
}

.awards-office-section::after {
    right: -11rem;
    bottom: -17rem;
    background: rgba(0, 46, 91, .1);
}

.awards-office-heading {
    max-width: 780px;
    margin: 0 0 1.25rem;
    text-align: left;
}

.awards-office-heading span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    margin-bottom: .2rem;
    color: #17233b;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.awards-office-heading span i {
    display: none;
}

.awards-office-heading h2 {
    margin: 0;
    color: #17233b;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.32;
}

.awards-office-heading h2 em {
    color: inherit;
    font-style: italic;
    font-weight: 500;
}

.awards-office-heading p {
    max-width: 900px;
    margin: .2rem 0 0;
    color: #17233b;
    font-size: clamp(1rem, 1.45vw, 1.15rem);
    line-height: 1.45;
}

.awards-office-showcase {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
}

.awards-office-image {
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.awards-office-image img {
    display: block;
    width: 100%;
    height: auto;
}

.awards-office-badge {
    display: none;
}

.awards-office-badge svg { width: 2rem; fill: #f8bd3d; }
.awards-office-badge strong, .awards-office-badge span { display: block; }
.awards-office-badge strong { font-size: .92rem; }
.awards-office-badge span { margin-top: .1rem; font-size: .7rem; opacity: .86; }

.awards-section-head {
    max-width: 720px;
    margin-bottom: 3rem;
}

.awards-section-head span {
    color: #df7a00;
    font-size: .8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.awards-section-head h2 {
    margin-top: .65rem;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    font-weight: 900;
    color: #0f172a;
}

.awards-carousel {
    position: relative;
    display: grid;
    grid-template-columns: 260px minmax(360px, 1fr) minmax(280px, 430px);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
    min-height: 520px;
}

.awards-carousel::before {
    content: "AWARDS";
    position: absolute;
    left: 13rem;
    top: 42%;
    transform: translateY(-50%);
    color: rgba(15, 23, 42, .045);
    font-size: clamp(7rem, 16vw, 13rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: .04em;
    pointer-events: none;
}

.awards-side-title {
    position: relative;
    z-index: 2;
}

.awards-side-title h3 {
    font-size: clamp(2.1rem, 3.8vw, 3.7rem);
    line-height: 1.08;
    font-weight: 900;
    text-transform: uppercase;
    color: #06142a;
}

.awards-title-row {
    display: grid;
    grid-template-columns: minmax(110px, auto) 1fr;
    gap: 1rem;
    align-items: center;
    margin-top: 15rem;
}

.awards-title-row span {
    display: inline-flex;
    justify-content: center;
    min-width: 9rem;
    padding: .85rem 1.15rem;
    border-radius: .35rem;
    background: linear-gradient(90deg, #df137f, #5b21ff);
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
}

.awards-line {
    width: 100%;
    height: 2px;
    background: #111827;
}

.awards-carousel-stage {
    position: relative;
    z-index: 2;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(2rem) scale(.96);
    pointer-events: none;
    transition: opacity .35s ease, transform .35s ease;
}

.award-slide.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

.award-slide-card {
    position: relative;
    width: min(96%, 560px);
    aspect-ratio: 1 / .86;
    border-radius: 1rem;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 3vw, 2rem);
}

.award-slide-back {
    display: none;
}

.award-slide-card::before {
    display: none;
}

.award-slide-card img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: .7rem;
    filter: drop-shadow(0 22px 28px rgba(15, 23, 42, .18));
}

.award-slide-icon {
    position: relative;
    z-index: 2;
    width: 8rem;
    height: 8rem;
    border-radius: 1.4rem;
    background: #fff;
    color: #002e5b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(15, 23, 42, .16);
}

.award-slide-icon svg {
    width: 3.4rem;
    height: 3.4rem;
}

.awards-carousel-controls {
    position: absolute;
    left: 50%;
    bottom: -1.2rem;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 1.1rem;
    z-index: 4;
}

.awards-carousel-controls button {
    width: 3rem;
    height: 3rem;
    border: 2px solid #111827;
    border-radius: 999px;
    background: transparent;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.awards-carousel-controls button:first-child {
    width: 2rem;
    height: 2rem;
    border: 0;
}

.awards-carousel-controls button:hover {
    background: #111827;
    color: #fff;
}

.awards-carousel-controls svg {
    width: 1.45rem;
    height: 1.45rem;
}

.award-copy-panel {
    position: relative;
    z-index: 2;
    min-height: 240px;
}

.award-copy-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(1rem);
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease;
}

.award-copy-slide.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.award-copy-slide span {
    display: inline-flex;
    color: #df7a00;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.award-copy-slide h3 {
    max-width: 520px;
    margin: .8rem 0 .7rem;
    color: #0f172a;
    font-size: clamp(1.4rem, 2vw, 2rem);
    line-height: 1.08;
    font-weight: 900;
}

.award-copy-slide p {
    max-width: 560px;
    color: #475569;
    line-height: 1.72;
}

.awards-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    gap: .5rem;
}

.awards-dots button {
    width: .6rem;
    height: .6rem;
    border-radius: 999px;
    background: #cbd5e1;
    border: 0;
    cursor: pointer;
}

.awards-dots button.is-active {
    width: 1.8rem;
    background: #df7a00;
}

.certificates-section {
    padding: 5rem 0;
    background:
        radial-gradient(circle at 8% 15%, rgba(245, 158, 11, .1), transparent 28%),
        linear-gradient(180deg, #fff, #f8fafc);
}

.certificates-head {
    max-width: 760px;
    margin-bottom: 2.5rem;
}

.certificates-head span {
    display: inline-flex;
    color: #df7a00;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.certificates-head h2 {
    margin: .65rem 0 .65rem;
    color: #06142a;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.06;
    font-weight: 900;
}

.certificates-head p {
    color: #64748b;
    line-height: 1.72;
}

.certificates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.25rem;
}

.certificates-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(2rem, 5vw, 4.5rem);
    row-gap: 2rem;
}

.certificates-list::before {
    content: "";
    position: absolute;
    left: 50%;
    top: .5rem;
    bottom: .5rem;
    width: 1px;
    background: linear-gradient(180deg, transparent, #f59e0b, #dbe8f6, transparent);
}

.certificate-row {
    position: relative;
    display: grid;
    grid-template-columns: 5.5rem minmax(0, 1fr);
    gap: 1.1rem;
    align-items: start;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #e5edf6;
}

.certificate-row:nth-child(odd)::after,
.certificate-row:nth-child(even)::after {
    content: "";
    position: absolute;
    top: 2.65rem;
    width: clamp(1.4rem, 3vw, 2.4rem);
    height: 1px;
    background: #f59e0b;
}

.certificate-row:nth-child(odd)::after {
    right: calc(-1 * clamp(2rem, 5vw, 4.5rem) / 2);
}

.certificate-row:nth-child(even)::after {
    left: calc(-1 * clamp(2rem, 5vw, 4.5rem) / 2);
}

.certificate-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: stretch;
    padding: 1.15rem;
    border-radius: 1.4rem;
    background: #fff;
    border: 1px solid #e5edf6;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}

.certificate-media {
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    border-radius: 1rem;
    background:
        radial-gradient(circle at 50% 45%, rgba(223, 122, 0, .14), transparent 42%),
        linear-gradient(180deg, #fff, #f8fafc);
}

.certificate-row .certificate-media {
    min-height: 0;
    width: 5.5rem;
    height: 5.5rem;
    padding: .6rem;
    border-radius: 999px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.certificate-media img {
    width: 100%;
    max-height: 220px;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(15, 23, 42, .14));
}

.certificate-row .certificate-media img {
    max-height: 4.4rem;
    filter: drop-shadow(0 10px 14px rgba(15, 23, 42, .12));
}

.certificate-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.25rem;
    color: #df7a00;
    background: #fff;
    border: 1px solid #fed7aa;
    box-shadow: none;
}

.certificate-icon svg {
    width: 2.15rem;
    height: 2.15rem;
}

.certificate-copy {
    padding: .2rem .15rem .35rem;
}

.certificate-copy span {
    display: inline-flex;
    color: #df7a00;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .13em;
}

.certificate-copy h3 {
    margin: .75rem 0 .75rem;
    color: #06142a;
    font-size: 1.35rem;
    line-height: 1.18;
    font-weight: 900;
}

.certificate-row .certificate-copy p {
    margin-bottom: 0;
}

.certificates-showcase-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(1.4rem, 3vw, 2.2rem);
}

.certificate-showcase-item {
    display: grid;
    gap: 1rem;
    align-content: start;
    padding-bottom: 1.35rem;
    border-bottom: 2px solid #e5edf6;
}

.certificate-showcase-item .certificate-media {
    width: 100%;
    height: clamp(150px, 14vw, 210px);
    min-height: 0;
    padding: .75rem;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.certificate-showcase-item .certificate-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    filter: drop-shadow(0 16px 20px rgba(15, 23, 42, .14));
}

.certificate-showcase-item .certificate-icon {
    width: 100%;
    height: 100%;
    max-width: 7.5rem;
    max-height: 7.5rem;
    margin: auto;
    border-radius: 999px;
    background: #fff7ed;
}

.certificate-showcase-item .certificate-copy {
    padding: 0;
}

.certificate-showcase-item .certificate-copy h3 {
    font-size: 1.05rem;
    line-height: 1.22;
}

.certificate-showcase-item .certificate-copy p {
    font-size: .9rem;
    line-height: 1.58;
}

.certificates-wall {
    display: grid;
    gap: 0;
    border-top: 1px solid #dbe8f6;
}

.certificate-wall-item {
    display: grid;
    grid-template-columns: minmax(160px, 240px) minmax(0, 1fr);
    gap: clamp(1.25rem, 4vw, 3rem);
    align-items: center;
    min-height: 190px;
    padding: 1.35rem 0;
    border-bottom: 1px solid #dbe8f6;
}

.certificate-wall-item:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 240px);
}

.certificate-wall-item:nth-child(even) .certificate-media {
    order: 2;
}

.certificate-wall-item:nth-child(even) .certificate-copy {
    order: 1;
    text-align: right;
    justify-self: end;
}

.certificate-wall-item .certificate-media {
    width: 100%;
    height: 150px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.certificate-wall-item .certificate-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    filter: drop-shadow(0 16px 20px rgba(15, 23, 42, .14));
}

.certificate-wall-item .certificate-icon {
    width: 6rem;
    height: 6rem;
    margin: auto;
    border-radius: 1.2rem;
    background: #fff7ed;
}

.certificate-wall-item .certificate-copy {
    max-width: 640px;
    padding: 0;
}

.certificate-wall-item .certificate-copy h3 {
    font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.certificate-wall-item .certificate-copy p {
    max-width: 560px;
}

.certificates-rail {
    display: grid;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: start;
}

.certificates-feature {
    position: sticky;
    top: 6rem;
    min-height: 520px;
    display: grid;
    place-items: center;
    padding: 2rem;
    border-radius: 999px 999px 2rem 2rem;
    background:
        radial-gradient(circle at 50% 25%, rgba(245, 158, 11, .22), transparent 34%),
        linear-gradient(180deg, #fffaf0, #ffffff);
    border: 1px solid #fde6b8;
    box-shadow: inset 0 0 0 10px #fff, 0 24px 70px rgba(15, 23, 42, .08);
}

.certificates-feature span {
    align-self: start;
    color: #b45309;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.certificates-feature img {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    filter: drop-shadow(0 22px 28px rgba(15, 23, 42, .16));
}

.certificates-track {
    position: relative;
    display: grid;
    gap: 1.1rem;
    padding-left: 1.7rem;
}

.certificates-track::before {
    content: "";
    position: absolute;
    left: 0;
    top: .75rem;
    bottom: .75rem;
    width: 2px;
    background: linear-gradient(180deg, #f59e0b, #0f5f93, #f59e0b);
}

.certificate-rail-item {
    position: relative;
    display: grid;
    grid-template-columns: 3.7rem 4.8rem minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 1rem 0 1rem 1.1rem;
}

.certificate-rail-item::before {
    content: "";
    position: absolute;
    left: -1.95rem;
    top: 50%;
    width: .95rem;
    height: .95rem;
    border-radius: 999px;
    background: #fff;
    border: 3px solid #f59e0b;
    transform: translateY(-50%);
}

.certificate-number {
    color: #e2e8f0;
    font-size: 2.45rem;
    line-height: 1;
    font-weight: 900;
}

.certificate-rail-item .certificate-media {
    width: 4.8rem;
    height: 4.8rem;
    min-height: 0;
    padding: .45rem;
    border: 0;
    border-radius: 999px;
    background: #fff7ed;
}

.certificate-rail-item .certificate-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    filter: drop-shadow(0 8px 10px rgba(15, 23, 42, .12));
}

.certificate-rail-item .certificate-icon {
    width: 100%;
    height: 100%;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.certificate-rail-item .certificate-icon svg {
    width: 2rem;
    height: 2rem;
}

.certificate-rail-item .certificate-copy {
    padding: 0;
}

.certificate-rail-item .certificate-copy h3 {
    margin: .35rem 0 .35rem;
    font-size: clamp(1.05rem, 1.7vw, 1.45rem);
}

.certificate-rail-item .certificate-copy p {
    margin: 0;
    max-width: 620px;
    font-size: .93rem;
}

.certificates-exhibit {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1.25rem, 3vw, 2.4rem);
    align-items: start;
}

.certificate-exhibit-item {
    display: grid;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 3px solid #f59e0b;
}

.certificate-exhibit-item:nth-child(2n) {
    margin-top: 3.25rem;
    border-top-color: #002e5b;
}

.certificate-exhibit-item:nth-child(3n) {
    margin-top: 1.6rem;
}

.certificate-exhibit-item .certificate-media {
    width: 100%;
    height: 230px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.certificate-exhibit-item .certificate-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    filter: drop-shadow(0 18px 20px rgba(15, 23, 42, .16));
}

.certificate-exhibit-item .certificate-icon {
    width: 8rem;
    height: 8rem;
    margin: 2.2rem auto;
    border-radius: 50%;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.certificate-exhibit-item .certificate-copy {
    padding: 0;
}

.certificate-exhibit-item .certificate-copy h3 {
    font-size: 1.15rem;
    line-height: 1.18;
}

.certificate-exhibit-item .certificate-copy p {
    font-size: .9rem;
    line-height: 1.58;
}

.certificates-shelf {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: clamp(1rem, 2.6vw, 2rem);
    row-gap: 3.2rem;
}

.certificate-shelf-item {
    position: relative;
    display: grid;
    gap: .95rem;
    align-content: start;
    padding-bottom: 1.15rem;
}

.certificate-shelf-item::after {
    content: "";
    position: absolute;
    left: -.4rem;
    right: -.4rem;
    bottom: 0;
    height: .55rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(0, 46, 91, .12), rgba(245, 158, 11, .72), rgba(0, 46, 91, .12));
    box-shadow: 0 14px 24px rgba(15, 23, 42, .12);
}

.certificate-shelf-item:nth-child(5n + 2),
.certificate-shelf-item:nth-child(5n + 4) {
    transform: translateY(1.8rem);
}

.certificate-shelf-item .certificate-media {
    width: 100%;
    height: 185px;
    min-height: 0;
    padding: .4rem;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.certificate-shelf-item .certificate-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    filter: drop-shadow(0 18px 18px rgba(15, 23, 42, .17));
}

.certificate-shelf-item .certificate-icon {
    width: 7.2rem;
    height: 7.2rem;
    margin: 1.5rem auto;
    border-radius: 1.8rem;
    background: linear-gradient(180deg, #fff7ed, #fff);
    border: 1px solid #fed7aa;
}

.certificate-shelf-item .certificate-copy {
    padding: 0 .2rem;
    text-align: center;
}

.certificate-shelf-item .certificate-copy span {
    justify-content: center;
}

.certificate-shelf-item .certificate-copy h3 {
    font-size: 1.02rem;
    line-height: 1.2;
}

.certificate-shelf-item .certificate-copy p {
    font-size: .86rem;
    line-height: 1.5;
}

.certificates-board {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.4rem;
}

.certificate-board-item {
    position: relative;
    display: grid;
    grid-template-rows: 190px auto;
    gap: 1rem;
    align-items: start;
    min-height: 390px;
    padding: 0 0 1.25rem;
    border-bottom: 3px solid #e8eef6;
}

.certificate-board-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px;
    background: linear-gradient(90deg, #df7a00, #002e5b);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .22s ease;
}

.certificate-board-item:hover::before {
    transform: scaleX(1);
}

.certificate-board-item .certificate-media {
    width: 100%;
    height: 190px;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .85rem;
    border: 1px solid #e5edf6;
    border-radius: 1rem;
    background:
        radial-gradient(circle at 50% 42%, rgba(245, 158, 11, .12), transparent 40%),
        linear-gradient(180deg, #ffffff, #f8fafc);
}

.certificate-board-item .certificate-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    filter: drop-shadow(0 14px 18px rgba(15, 23, 42, .14));
}

.certificate-board-item .certificate-icon {
    width: 5.7rem;
    height: 5.7rem;
    margin: 0;
    border-radius: 1.15rem;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.certificate-board-item .certificate-copy {
    padding: 0;
}

.certificate-board-item .certificate-copy span {
    min-height: 1rem;
}

.certificate-board-item .certificate-copy h3 {
    min-height: 3.25rem;
    margin: .55rem 0 .55rem;
    color: #06142a;
    font-size: 1.08rem;
    line-height: 1.2;
    font-weight: 900;
}

.certificate-board-item .certificate-copy p {
    margin: 0;
    color: #64748b;
    font-size: .88rem;
    line-height: 1.55;
}

.certificate-copy p {
    max-width: 580px;
    color: #64748b;
    line-height: 1.72;
}

.recognition-timeline-section {
    padding: 5rem 0 5.5rem;
    background: #fff;
}

.recognition-timeline-head {
    max-width: 760px;
    margin-bottom: 3rem;
}

.recognition-timeline-head span {
    display: inline-flex;
    color: #df7a00;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.recognition-timeline-head h2 {
    margin: .65rem 0 .65rem;
    color: #06142a;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.06;
    font-weight: 900;
}

.recognition-timeline-head p {
    color: #64748b;
    line-height: 1.72;
}

.recognition-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.recognition-timeline::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 2.05rem;
    height: 2px;
    background: linear-gradient(90deg, rgba(223, 122, 0, .12), rgba(223, 122, 0, .7), rgba(0, 46, 91, .7), rgba(0, 46, 91, .12));
}

.timeline-item {
    position: relative;
    display: grid;
    gap: 1.25rem;
}

.timeline-year {
    position: relative;
    z-index: 2;
    justify-self: start;
    min-height: 4.15rem;
    min-width: 4.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .6rem;
    border-radius: 999px;
    background: #002e5b;
    color: #fff;
    border: 5px solid #fff;
    box-shadow: 0 12px 30px rgba(0, 46, 91, .22);
    font-size: .82rem;
    font-weight: 900;
}

.timeline-card {
    min-height: 245px;
    padding: 1.45rem;
    border-radius: 1.1rem;
    background: linear-gradient(180deg, #fff, #f8fafc);
    border: 1px solid #e5edf6;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .07);
}

.timeline-card span {
    display: inline-flex;
    color: #df7a00;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .13em;
}

.timeline-card h3 {
    margin: .75rem 0 .75rem;
    color: #06142a;
    font-size: clamp(1.18rem, 2vw, 1.55rem);
    line-height: 1.14;
    font-weight: 900;
}

.timeline-card p {
    color: #64748b;
    font-size: .95rem;
    line-height: 1.68;
}

.certification-gallery-section {
    padding: 5rem 0 5.5rem;
    background: #f4f6f9;
}

.certification-gallery-head {
    max-width: 760px;
    margin-bottom: 2.5rem;
}

.certification-gallery-head span {
    display: inline-flex;
    color: #df7a00;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.certification-gallery-head h2 {
    margin: .65rem 0 .65rem;
    color: #06142a;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.06;
    font-weight: 900;
}

.certification-gallery-head p {
    color: #64748b;
    line-height: 1.72;
}

.certification-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.gallery-card {
    overflow: hidden;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid #e5edf6;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.gallery-card:hover {
    transform: translateY(-6px);
    border-color: rgba(223, 122, 0, .45);
    box-shadow: 0 24px 48px rgba(15, 23, 42, .13);
}

.gallery-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.gallery-media {
    position: relative;
    box-sizing: border-box;
    aspect-ratio: var(--certificate-ratio, 4 / 3);
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    border: 5px double #d89a2b;
    background: #fff;
}

.gallery-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.gallery-card:hover .gallery-media img {
    transform: scale(1.025);
}

.gallery-card-link:focus-visible {
    outline: 3px solid #df7a00;
    outline-offset: -3px;
}

.gallery-copy {
    position: relative;
    min-height: 142px;
    padding: 1.45rem 1.5rem 1.55rem;
    border-top: 1px solid #edf2f7;
    background: linear-gradient(145deg, #fff 0%, #f8fbff 100%);
}

.gallery-copy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.5rem;
    width: 3.25rem;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: #df7a00;
}

.gallery-copy h3 {
    margin: .75rem 0 .45rem;
    color: #06142a;
    font-size: clamp(1.15rem, 1.5vw, 1.35rem);
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: -.02em;
}

.gallery-copy p {
    margin: 0;
    color: #64748b;
    font-size: .9rem;
    line-height: 1.62;
}

.event-gallery-section {
    padding: 5rem 0 5.5rem;
    background: #fff;
}

.event-gallery-head {
    max-width: 920px;
    margin-bottom: 2.35rem;
}

.event-gallery-head span {
    display: inline-flex;
    color: #df7a00;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.event-gallery-head h2 {
    margin: .5rem 0 .75rem;
    color: #06142a;
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    line-height: 1.05;
    font-weight: 900;
}

.event-gallery-head h2::after {
    content: '';
    display: block;
    width: 4.2rem;
    height: 4px;
    margin-top: .9rem;
    border-radius: 999px;
    background: #df7a00;
}

.event-gallery-head p {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.7;
}

.event-photo-grid {
    display: flex;
    justify-content: center;
}

.event-photo-frame {
    position: relative;
    width: min(100%, 1200px);
    margin: 0;
}

.event-photo-frame img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .awards-hero-grid,
    .awards-carousel {
        grid-template-columns: 1fr;
    }

    .awards-carousel {
        min-height: auto;
        gap: 2rem;
    }

    .awards-carousel::before {
        left: 0;
        top: 45%;
    }

    .awards-title-row {
        margin-top: 2rem;
        max-width: 420px;
    }

    .award-copy-panel {
        min-height: 260px;
    }

    .award-copy-slide {
        position: relative;
        display: none;
    }

    .award-copy-slide.is-active {
        display: block;
    }

    .awards-showcase {
        min-height: 360px;
    }

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

    .recognition-timeline::before {
        display: none;
    }

    .certification-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .awards-hero {
        min-height: auto;
        padding-bottom: 3rem;
    }

    .awards-hero-grid {
        align-items: center;
    }

    .awards-showcase {
        min-height: 360px;
    }

    .awards-showcase-card-small {
        height: 240px;
    }

    .awards-showcase-card-large {
        height: 330px;
    }

    .awards-showcase-card-cert {
        height: 220px;
    }

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

    .awards-stat:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .18);
    }

    .awards-stat:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, .18);
    }

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

    .certificates-list {
        grid-template-columns: 1fr;
    }

    .certificates-list::before,
    .certificate-row::after {
        display: none;
    }

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

    .certificate-wall-item,
    .certificate-wall-item:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .certificate-wall-item:nth-child(even) .certificate-media,
    .certificate-wall-item:nth-child(even) .certificate-copy {
        order: initial;
        text-align: left;
        justify-self: stretch;
    }

    .certificates-rail {
        grid-template-columns: 1fr;
    }

    .certificates-feature {
        position: relative;
        top: auto;
        min-height: 360px;
        border-radius: 2rem;
    }

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

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

    .certificate-shelf-item:nth-child(5n + 2),
    .certificate-shelf-item:nth-child(5n + 4) {
        transform: none;
    }

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

    .certificate-board-item {
        min-height: 350px;
    }
}

@media (max-width: 640px) {
    .awards-shell {
        width: min(100% - 1.25rem, 1240px);
    }

    .awards-hero {
        padding: 7rem 0 2.4rem;
        min-height: auto;
    }

    .awards-hero h1 {
        font-size: clamp(2.5rem, 13vw, 3.8rem);
    }

    .awards-showcase {
        min-height: 280px;
        gap: .4rem;
    }

    .awards-showcase-card-small {
        height: 170px;
    }

    .awards-showcase-card-large {
        height: 255px;
    }

    .awards-showcase-card-cert {
        height: 160px;
    }

    .awards-hero-stats {
        grid-template-columns: 1fr;
        border-radius: .8rem;
    }

    .awards-stat,
    .awards-stat + .awards-stat,
    .awards-stat:nth-child(3),
    .awards-stat:nth-child(4) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .16);
    }

    .awards-stat:first-child {
        border-top: 0;
    }

    .awards-hero-actions {
        flex-direction: column;
    }

    .awards-showcase-card {
        width: 100%;
        padding: 1.2rem;
    }

    .award-card {
        gap: 1.2rem;
        padding: 1rem;
    }

    .award-slide-card {
        width: min(100%, 340px);
        padding: 2rem;
    }

    .awards-carousel-stage {
        min-height: 400px;
    }

    .awards-dots {
        position: relative;
        margin-top: 1.2rem;
    }

    .recognition-timeline-section {
        padding: 3.5rem 0 4rem;
    }

    .certificates-section {
        padding: 3.5rem 0 4rem;
    }

    .certificate-card {
        padding: 1rem;
    }

    .certificate-media {
        min-height: 240px;
    }

    .certificate-media img {
        max-height: 220px;
    }

    .certificates-showcase-grid {
        grid-template-columns: 1fr;
    }

    .certificate-showcase-item .certificate-media {
        height: 230px;
    }

    .certificates-track {
        padding-left: 1.2rem;
    }

    .certificate-rail-item {
        grid-template-columns: 1fr;
        gap: .65rem;
        padding-left: .9rem;
    }

    .certificate-number {
        font-size: 1.8rem;
    }

    .certificate-rail-item .certificate-media {
        width: 4.4rem;
        height: 4.4rem;
    }

    .certificates-exhibit {
        grid-template-columns: 1fr;
    }

    .certificate-exhibit-item,
    .certificate-exhibit-item:nth-child(2n),
    .certificate-exhibit-item:nth-child(3n) {
        margin-top: 0;
    }

    .certificates-shelf {
        grid-template-columns: 1fr;
        row-gap: 2rem;
    }

    .certificate-shelf-item .certificate-media {
        height: 220px;
    }

    .certificates-board {
        grid-template-columns: 1fr;
    }

    .certificate-board-item {
        grid-template-rows: 220px auto;
        min-height: auto;
    }

    .certificate-board-item .certificate-media {
        height: 220px;
    }

    .certificate-board-item .certificate-copy h3 {
        min-height: auto;
    }

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

    .certification-gallery-section {
        padding: 3.5rem 0 4rem;
    }

    .certification-gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-media {
        min-height: 0;
    }

    .gallery-media img {
        height: 100%;
    }

    .event-gallery-section {
        padding: 3.5rem 0 4rem;
    }

}

@media (max-width: 640px) {
    .awards-hero {
        padding: 6.25rem 0 3.25rem;
    }

    .awards-hero h1 {
        font-size: clamp(2.75rem, 14vw, 3.8rem);
        line-height: 1.01;
    }

    .awards-hero-actions {
        flex-direction: row;
        justify-content: center;
    }

    .awards-hero-actions a {
        min-height: 2.75rem;
        padding: .7rem 1rem;
        font-size: .8rem;
    }

    .awards-showcase {
        min-height: 205px;
        gap: .35rem;
        padding: .75rem .1rem 0;
    }

    .awards-showcase-card,
    .awards-showcase-card-small,
    .awards-showcase-card-large,
    .awards-showcase-card-cert {
        width: 31%;
        height: 190px;
        padding: .65rem .35rem 0;
        border-radius: .85rem .85rem .25rem .25rem;
    }

    .awards-showcase-card-small {
        transform: rotate(-5deg) translateY(.65rem);
    }

    .awards-showcase-card-cert {
        transform: rotate(5deg) translateY(.65rem);
    }
}
