/* =====================================
   RESET
===================================== */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --navy: #18283d;
    --navy-dark: #101d2e;
    --blue: #2c5f8f;
    --green: #638f24;
    --green-dark: #4d7417;
    --text: #293647;
}

/* =====================================
   AWARD SECTION
===================================== */

.award-section {
    width: 100%;
    min-width: 0;
    padding: 80px 25px !important;
    font-family: "Inter", sans-serif;
    background: radial-gradient(circle at 50% 10%, rgba(255, 255, 255, .98), rgba(239, 238, 234, .95) 42%, rgba(218, 216, 211, .90) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-section,
.award-section * {
    box-sizing: border-box;
}

/* =====================================
   MAIN SECTION
===================================== */

.award-section .award-page {
    position: relative;
    width: min(1480px, 83%);
    height: 530px;
    max-height: 530px;
    overflow: hidden;
    padding: 32px 45px 18px;
    border-radius: 20px;
    background: linear-gradient(105deg, rgba(255, 255, 255, .97) 0%, rgba(246, 245, 241, .94) 47%, rgba(235, 234, 229, .93) 100%);
    box-shadow: 0 20px 60px rgba(24, 34, 50, .18), inset 0 0 0 1px rgba(255, 255, 255, .90);
}

/* =====================================
   BACKGROUND CITY
===================================== */

.award-section .city {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 85px;
    height: 250px;
    opacity: .08;
    pointer-events: none;
}

.award-section .building {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, #76808a, rgba(120, 130, 140, .20));
    filter: blur(3px);
}

.award-section .b1 { left: 4%; width: 80px; height: 90px; }
.award-section .b2 { left: 12%; width: 60px; height: 145px; }
.award-section .b3 { left: 20%; width: 100px; height: 120px; }
.award-section .b4 { left: 33%; width: 65px; height: 190px; }
.award-section .b5 { left: 43%; width: 90px; height: 145px; }
.award-section .b6 { right: 27%; width: 70px; height: 210px; }
.award-section .b7 { right: 15%; width: 95px; height: 125px; }
.award-section .b8 { right: 5%; width: 60px; height: 180px; }

/* =====================================
   MAIN CONTENT
===================================== */

.award-section .hero {
    position: relative;
    z-index: 2;
    height: 385px;
    display: grid;
    grid-template-columns: minmax(460px, 1fr) minmax(500px, 1fr);
    gap: 25px;
}

/* =====================================
   LEFT CONTENT
===================================== */

.award-section .left-content {
    padding-top: 2px;
}

.award-section .eyebrow {
    color: var(--blue);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .3px;
}

.award-section .eyebrow-line {
    width: 55px;
    height: 3px;
    margin-top: 9px;
    margin-bottom: 18px;
    background: var(--green);
}

.award-section .main-title {
    max-width: 620px;
    color: #202f45;
    font-family: "DM Serif Display", serif;
    font-size: clamp(40px, 3.6vw, 58px);
    line-height: 1.03;
    font-weight: 400;
    letter-spacing: -.5px;
}

.award-section .year {
    color: var(--green);
}

.award-section .description {
    max-width: 610px;
    margin-top: 15px;
    color: #3d4856;
    font-size: 15px;
    line-height: 1.55;
}

/* =====================================
   FEATURES
===================================== */

.award-section .features {
    display: flex;
    gap: 40px;
    margin-top: 18px;
}

.award-section .feature {
    width: 125px;
    text-align: center;
}

.award-section .feature-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 8px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--green);
    background: radial-gradient(circle at 35% 30%, #ffffff, #ecece9);
    box-shadow: 0 6px 17px rgba(30, 45, 62, .09);
}

.award-section .feature svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.award-section .feature h3 {
    color: #293443;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 3px;
}

.award-section .feature p {
    color: #3d4652;
    font-size: 11px;
    line-height: 1.45;
}

/* =====================================
   BUTTON
===================================== */

.award-section .learn-button {
    width: 220px;
    height: 48px;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    background: linear-gradient(100deg, #557d1d, #719b2c);
    box-shadow: 0 8px 18px rgba(70, 105, 25, .18);
    transition: transform .2s ease, box-shadow .2s ease;
}

.award-section .learn-button:hover {
    transform: translateY(-2px);
}

.award-section .learn-button span {
    font-size: 25px;
    font-weight: 300;
}

/* =====================================
   AWARD IMAGE
===================================== */

.award-section .medal-area {
    position: relative;
    height: 385px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.award-section .award-image {
    position: relative;
    z-index: 3;
    display: block;
    width: auto;
    max-width: 100%;
    height: 365px;
    max-height: 365px;
    object-fit: contain;
    filter: drop-shadow(0 15px 16px rgba(18, 25, 35, .18));
}

/* =====================================
   CONFETTI
===================================== */

.award-section .confetti {
    position: absolute;
    z-index: 4;
    width: 6px;
    height: 17px;
    border-radius: 2px;
    background: linear-gradient(130deg, #f7d67a, #bd7f11);
    transform: rotate(30deg);
}

.award-section .c1 { top: 42px; left: 48%; }
.award-section .c2 { top: 35px; right: 8%; transform: rotate(45deg); }
.award-section .c3 { top: 110px; right: 5%; height: 9px; transform: rotate(40deg); }
.award-section .c4 { top: 170px; left: 53%; transform: rotate(-50deg); }
.award-section .c5 { top: 125px; right: 2%; height: 25px; transform: rotate(35deg); }

/* =====================================
   BOTTOM STATS
===================================== */

.award-section .stats-bar {
    position: relative;
    z-index: 4;
    height: 94px;
    display: grid;
    grid-template-columns: 1.8fr 1.1fr 1.1fr 1.1fr;
    align-items: center;
    margin-top: 2px;
    padding: 14px 25px;
    border-radius: 16px;
    color: white;
    background: linear-gradient(110deg, #18293e, #101d2f);
    box-shadow: 0 10px 24px rgba(21, 31, 45, .18);
}

.award-section .quote {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 25px;
}

.award-section .quote-mark {
    color: #80a92f;
    font-size: 48px;
    line-height: .8;
    font-family: Georgia, serif;
}

.award-section .quote p {
    max-width: 360px;
    color: #edf0f2;
    font-size: 12px;
    line-height: 1.55;
}

.award-section .stat {
    height: 55px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding-left: 25px;
    border-left: 1px solid rgba(255, 255, 255, .20);
}

.award-section .stat svg {
    width: 37px;
    height: 37px;
    flex-shrink: 0;
    fill: none;
    stroke: #80aa2c;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.award-section .stat-value {
    color: #f0f1f3;
    font-size: 29px;
    font-weight: 800;
    line-height: 1;
}

.award-section .stat-label {
    margin-top: 5px;
    color: #d8dce0;
    font-size: 12px;
}

/* =====================================
   TABLET
===================================== */

@media (max-width: 1000px) {
    .award-section .award-page {
        height: auto;
        max-height: none;
        padding: 30px 25px 18px;
    }

    .award-section .hero {
        height: auto;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .award-section .left-content {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .award-section .eyebrow-line {
        margin-left: auto;
        margin-right: auto;
    }

    .award-section .main-title,
    .award-section .description {
        max-width: 100%;
    }

    .award-section .medal-area {
        height: 400px;
    }

    .award-section .award-image {
        height: 380px;
        max-height: 380px;
    }

    .award-section .stats-bar {
        height: auto;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        padding: 18px 20px;
    }

    .award-section .quote {
        grid-column: 1 / -1;
        justify-content: center;
        padding-right: 0;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }

    .award-section .stat {
        padding-left: 15px;
    }

    .award-section .stat:first-of-type {
        border-left: none;
    }
}

/* =====================================
   MOBILE
===================================== */

@media (max-width: 650px) {
    .award-section {
        padding: 10px !important;
        min-height: auto;
    }

    .award-section .award-page {
        padding: 30px 16px 16px;
        width: 100%;
        border-radius: 14px;
    }

    .award-section .main-title {
        font-size: 43px;
    }

    .award-section .description {
        font-size: 14px;
    }

    .award-section .features {
        width: 100%;
        gap: 8px;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .award-section .feature {
        width: 32%;
        min-width: 0;
    }

    .award-section .feature-icon {
        width: 54px;
        height: 54px;
    }

    .award-section .feature h3 {
        font-size: 11px;
    }

    .award-section .feature p {
        font-size: 9px;
        line-height: 1.3;
    }

    .award-section .learn-button {
        width: 100%;
        height: 44px;
        font-size: 13px;
        padding: 0 16px;
        margin-top: 14px;
    }

    .award-section .learn-button span {
        font-size: 20px;
    }

    .award-section .medal-area {
        height: 350px;
    }

    .award-section .award-image {
        height: 330px;
        max-height: 330px;
        max-width: 115%;
    }

    .award-section .stats-bar {
        grid-template-columns: 1fr;
        height: auto;
        padding: 14px 16px;
        gap: 0;
    }

    .award-section .quote {
        grid-column: auto;
        padding-right: 0;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        justify-content: flex-start;
        gap: 10px;
    }

    .award-section .quote p {
        max-width: 100%;
        font-size: 11px;
    }

    .award-section .quote-mark {
        font-size: 36px;
    }

    .award-section .stat {
        padding: 15px 0;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, .15);
        height: auto;
        gap: 10px;
    }

    .award-section .stat svg {
        width: 30px;
        height: 30px;
    }

    .award-section .stat-value {
        font-size: 22px;
    }

    .award-section .stat-label {
        font-size: 10px;
        margin-top: 3px;
    }

    .award-section .confetti {
        display: none;
    }

    .award-section .city {
        bottom: 60px;
        height: 180px;
        opacity: .05;
    }

    .award-section .building {
        filter: blur(2px);
    }

    .award-section .b1 { left: 3%; width: 40px; height: 50px; }
    .award-section .b2 { left: 10%; width: 30px; height: 80px; }
    .award-section .b3 { left: 16%; width: 50px; height: 65px; }
    .award-section .b4 { left: 26%; width: 35px; height: 100px; }
    .award-section .b5 { left: 36%; width: 45px; height: 80px; }
    .award-section .b6 { right: 25%; width: 35px; height: 115px; }
    .award-section .b7 { right: 13%; width: 48px; height: 70px; }
    .award-section .b8 { right: 4%; width: 30px; height: 95px; }
}

/* =====================================
   VERY SMALL MOBILE
===================================== */

@media (max-width: 400px) {
    .award-section .award-page {
        padding: 20px 12px 12px;
    }

    .award-section .main-title {
        font-size: 32px;
    }

    .award-section .eyebrow {
        font-size: 12px;
    }

    .award-section .feature-icon {
        width: 44px;
        height: 44px;
    }

    .award-section .feature svg {
        width: 24px;
        height: 24px;
    }

    .award-section .feature h3 {
        font-size: 9px;
    }

    .award-section .feature p {
        font-size: 7px;
    }

    .award-section .medal-area {
        height: 260px;
    }

    .award-section .award-image {
        height: 240px;
        max-height: 240px;
        max-width: 100%;
    }

    .award-section .stats-bar {
        padding: 10px 12px;
    }

    .award-section .stat-value {
        font-size: 18px;
    }
}