/* Awards Page - Clean Conversion from WordPress/Bricks */

/* Font Faces */
@font-face {
    font-family: "Playfair Display";
    font-weight: 500;
    font-display: swap;
    src: var(--lj-font-65d0c3b53fd6) format("woff2"),
        var(--lj-font-aed59634dc34) format("woff");
}

@font-face {
    font-family: "Playfair Display";
    font-weight: 900;
    font-display: swap;
    src: var(--lj-font-a8e193d32df5) format("woff2"),
        var(--lj-font-1d0ad30173bd) format("woff");
}

@font-face {
    font-family: "Inclusive Sans";
    font-weight: 400;
    font-display: swap;
    src: var(--lj-font-e99f2dc4c893) format("woff2"),
        var(--lj-font-e99f2dc4c893) format("woff");
}

@font-face {
    font-family: "Inclusive Sans";
    font-weight: 500;
    font-display: swap;
    src: var(--lj-font-e99f2dc4c893) format("woff2"),
        var(--lj-font-e99f2dc4c893) format("woff");
}

@font-face {
    font-family: "Inclusive Sans";
    font-weight: 600;
    font-display: swap;
    src: var(--lj-font-e99f2dc4c893) format("woff2"),
        var(--lj-font-e99f2dc4c893) format("woff");
}

/* CSS Variables */
:root {
    --font-heading: "Playfair Display", serif;
    --font-body: "Inclusive Sans", sans-serif;
    --font-ui: "Playfair Display", serif;
}

/* ============================================
   HERO SECTION - Match Home Page Exactly
   ============================================ */
.hero-section {
    position: relative;
    background-image: var(--lj-img-a2dbb2468275);
    background-size: 150%;
    background-position: right 30%;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(23, 17, 10, 0) 0%,
            rgba(23, 17, 10, 0.55) 55%,
            rgba(23, 17, 10, 0.8) 100%);
    z-index: 0;
    pointer-events: none;
}

.hero-section .hero-container {
    transform: scaleX(-1);
    position: relative;
    z-index: 1;
}

.hero-content {
    max-width: 1100px;
    padding: 0 100px;
    margin-right: auto;
    transform: translateY(-40%);
}

.hero-eyebrow {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #D2B48C;
    margin-bottom: 32px;
    margin-top: 80px;
    display: block;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: clamp(48px, 6vw, 72px);
    font-weight: 900;
    line-height: 1.05;
    color: #17110A;
    margin-bottom: 24px;
}

.hero-subtitle {
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.7;
    color: #17110A;
    margin-bottom: 32px;
    max-width: 600px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

/* ============================================
   STATS SECTION - Match Home Page
   ============================================ */
.stats-section {
    background: #FCF1DD !important;
    padding: 30px 0 !important;
}

.stats-section .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 32px !important;
}

.stats-section .stats-grid {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 60px !important;
    max-width: 920px !important;
    margin: 0 auto !important;
}

.stats-section .stat-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    min-width: 180px !important;
    gap: 6px !important;
    padding: 0 30px !important;
    border-right: 1px solid rgba(6, 9, 16, 0.1) !important;
}

.stats-section .stat-item:last-child {
    border-right: none !important;
}

.stats-section .stat-item:nth-child(2) .stat-number {
    margin-top: -0.3em !important;
}

.stats-section .stat-number {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    font-family: var(--font-heading) !important;
    font-size: clamp(2.5rem, 4vw, 3.5rem) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    min-height: 1.2em !important;
}

.stats-section .stat-number .count {
    color: #060910 !important;
}

.stats-section .stat-number .suffix {
    color: #BD9450 !important;
    font-size: 0.5em !important;
    line-height: 1 !important;
    margin-top: 0.1em !important;
}

.stats-section .stat-label {
    font-family: var(--font-body) !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    color: rgba(16, 16, 16, 0.65) !important;
}

/* ============================================
   LOGO CAROUSEL - Match Home Page
   ============================================ */
.logos-section {
    background: #4B2B87;
    padding: 48px 0;
}

/* ============================================
   AWARDS INTRO SECTION
   ============================================ */
.awards-intro-section {
    padding: 100px 0;
    background: #FCF1DD;
}

.awards-intro-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
    align-items: start;
}

.awards-intro-left h2 {
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.2;
    color: #17110A;
    margin: 0 0 24px 0;
}

.awards-intro-left .btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background: #D2B48C;
    color: #FCF1DD;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(210, 180, 140, 0.3);
}

.awards-intro-left .btn-primary:hover {
    background: #995A3B;
    transform: translateY(-2px);
}

.awards-intro-right p {
    font-family: var(--font-body);
    font-size: 21.2px;
    line-height: 1.8;
    color: #17110A;
    margin: 0 0 24px 0;
}

.awards-intro-right .btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background: #D2B48C;
    color: #FCF1DD;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(210, 180, 140, 0.3);
}

.awards-intro-right .btn-primary:hover {
    background: #995A3B;
    transform: translateY(-2px);
}

/* ============================================
   AWARDS TIMELINE SECTION
   ============================================ */
.awards-timeline-section {
    padding: 100px 0;
    background: #FCF1DD;
}

.awards-timeline-header {
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 0 48px;
    text-align: center;
}

.awards-timeline-header h2 {
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.2;
    color: #17110A;
    margin: 0 0 16px 0;
}

.awards-timeline-header h3 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.3;
    color: #D2B48C;
    margin: 0 0 24px 0;
}

.awards-timeline-header p {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.7;
    color: #17110A;
    margin: 0 auto;
    max-width: 750px;
}

/* Awards Grid - Modern Compact Design */
.awards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
}

.award-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.award-card-link:hover {
    text-decoration: none;
}

.award-card-compact {
    background: #FFFEFB;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(23, 17, 10, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(210, 180, 140, 0.1);
    display: flex;
    flex-direction: column;
    cursor: pointer;
    height: 100%;
}

.award-card-compact:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(210, 180, 140, 0.15);
    border-color: rgba(210, 180, 140, 0.2);
}

.award-card-image {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFEFB;
    padding: 24px;
}

.award-card-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.award-card-compact:hover .award-card-image img {
    transform: scale(1.08);
}

.award-card-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #FFFEFB;
    border-top: 1px solid rgba(210, 180, 140, 0.08);
    min-height: 0;
}

.award-card-year {
    display: inline-block;
    font-family: var(--font-ui);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #FCF1DD;
    background: #D2B48C;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
    width: fit-content;
}

.award-card-content h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.35;
    color: #17110A;
    margin: 0 0 10px 0;
    min-height: 48px;
}

.award-card-org {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    color: #888;
    margin: 0 0 12px 0;
    padding-top: 12px;
    border-top: 1px solid rgba(23, 17, 10, 0.06);
}

.award-card-description {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 12px 0;
    flex: 1;
}

.award-read-more {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    color: #D2B48C;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    padding-top: 8px;
    position: relative;
    padding-bottom: 2px;
    pointer-events: none;
}

.award-read-more::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #D2B48C;
    transition: width 0.3s ease;
}

.award-read-more:hover {
    color: #995A3B;
}

.award-read-more:hover::after {
    width: 100%;
}

/* ============================================
   AWARD MODAL
   ============================================ */
.award-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.award-modal.active {
    display: flex;
}

.award-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 17, 10, 0.7);
    backdrop-filter: blur(4px);
}

.award-modal-container {
    position: relative;
    background: #FCF1DD;
    border-radius: 20px;
    max-width: 700px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 48px;
    box-shadow: 0 20px 60px rgba(23, 17, 10, 0.3);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.award-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(23, 17, 10, 0.1);
    color: #17110A;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.award-modal-close:hover {
    background: #D2B48C;
    color: #FCF1DD;
    transform: rotate(90deg);
}

.award-modal-title {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 900;
    color: #17110A;
    margin: 0 0 24px 0;
    line-height: 1.2;
    padding-right: 40px;
}

.award-modal-content {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.8;
    color: #17110A;
}

.award-modal-content p {
    margin: 0 0 16px 0;
}

.award-modal-content p:last-child {
    margin-bottom: 0;
}

.award-modal-content .btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background: #D2B48C;
    color: #FCF1DD;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(210, 180, 140, 0.3);
}

.award-modal-content .btn-primary:hover {
    background: #995A3B;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(210, 180, 140, 0.4);
}

/* ============================================
   WHAT AWARDS MEAN SECTION
   ============================================ */
.awards-meaning-section {
    padding: 100px 0;
    background: #D2B48C;
}

.awards-meaning-header {
    max-width: 900px;
    margin: 0 auto 50px;
    padding: 0 48px;
    text-align: center;
}

.awards-meaning-header h2 {
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.2;
    color: #FCF1DD;
    margin: 0 0 20px 0;
}

.awards-meaning-header p {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.7;
    color: rgba(252, 241, 221, 0.95);
}

.awards-meaning-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
}

.meaning-card {
    background: #FCF1DD;
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 8px 32px rgba(23, 17, 10, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-align: center;
}

.meaning-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(23, 17, 10, 0.15);
}

.meaning-icon {
    width: 64px;
    height: 64px;
    background: #B7835A;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 16px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 6px 14px rgba(23, 17, 10, 0.18);
}

.meaning-icon i {
    font-size: 28px;
    color: #FCF1DD;
}

.meaning-card h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 22px;
    color: #17110A;
    margin: 0 0 14px 0;
}

.meaning-card p {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.7;
    color: #17110A;
    margin: 0;
}

/* ============================================
   CTA SECTION - About Page Style
   ============================================ */
.cta-section {
    padding: 40px 0 100px 0;
    background-color: #FCF1DD;
    background-image: none !important;
    position: relative;
}

.cta-section::before,
.cta-section::after {
    display: none !important;
    content: none !important;
}

.cta-section .cta-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 64px 56px;
    text-align: center;
    background: linear-gradient(135deg, #995A3B 0%, #BD9450 100%);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(153, 90, 59, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
}

.cta-section .cta-container h2 {
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: clamp(44px, 5vw, 64px);
    line-height: 1.1;
    color: #fff;
    margin: 0 0 12px 0;
}

.cta-section .cta-container p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 12px 0;
}

.cta-section .cta-contact-row {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.cta-section .cta-contact-row .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-radius: 8px;
    background-color: #fff !important;
    color: #1a1a1a !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    min-width: 180px;
}

.cta-section .cta-contact-row .btn-primary:hover {
    background-color: #2d4a3e !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cta-section .cta-buttons {
    display: flex !important;
    gap: 20px;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
    margin-top: -10px;
    width: 100% !important;
    position: relative;
    text-align: center !important;
}

.cta-section .cta-buttons .btn-primary,
.cta-section .cta-buttons .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    font-family: var(--font-body) !important;
    font-weight: 500 !important;
    font-size: 15px;
    text-decoration: none;
    border-radius: 8px;
    background-color: #fff !important;
    color: #1a1a1a !important;
    border: none !important;
    outline: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 250px !important;
    flex: none !important;
}

.cta-section .cta-buttons .btn-primary:hover,
.cta-section .cta-buttons .btn-secondary:hover {
    background-color: #E8D5B7 !important;
    color: #1a1a1a !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .cta-section {
        padding: 60px 0;
    }

    .cta-section .cta-container {
        padding: 40px 32px;
        margin: 0 20px;
        row-gap: 12px;
    }

    .cta-section .cta-container h2 {
        font-size: 32px;
    }

    .cta-section .cta-container p {
        font-size: 16px;
    }

    .cta-section .cta-contact-row {
        margin: 0 !important;
        width: 100%;
    }

    .cta-section .cta-contact-row .btn-primary {
        width: 100% !important;
        min-width: unset;
        margin: 0 !important;
    }

    .cta-section .cta-buttons {
        flex-direction: column;
        gap: 12px !important;
        margin: 0 !important;
    }

    .cta-section .cta-buttons .btn-primary,
    .cta-section .cta-buttons .btn-secondary {
        width: 100% !important;
        margin: 0 !important;
    }
}

/* ============================================
   FOOTER - Match Home Page
   ============================================ */
.site-footer {
    background: #060910;
    color: #FCF1DD;
    padding: 80px 0 40px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
}

.footer-brand h6 {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 16px 0;
    color: #FCF1DD;
}

.footer-brand h6 a {
    color: #FCF1DD;
    text-decoration: none;
}

.footer-brand p {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.7;
    color: rgba(252, 241, 221, 0.7);
    margin: 0;
}

.footer-links h4 {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 20px 0;
    color: #FCF1DD;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    font-family: var(--font-body);
    font-size: 15px;
    color: rgba(252, 241, 221, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #BD9450;
}

.footer-contact span {
    display: block;
    font-family: var(--font-body);
    font-size: 15px;
    color: rgba(252, 241, 221, 0.7);
    margin-bottom: 8px;
}

.social-links {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.social-links a {
    width: 36px;
    height: 36px;
    background: rgba(252, 241, 221, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FCF1DD;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #4B2B87;
}

.social-links svg {
    width: 16px;
    height: 16px;
}

.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 30px 48px 0;
    border-top: 1px solid rgba(252, 241, 221, 0.1);
    text-align: center;
}

.footer-bottom p {
    font-family: var(--font-body);
    font-size: 14px;
    color: rgba(252, 241, 221, 0.5);
    margin: 0;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 991px) {
    .hero-content {
        max-width: 100%;
        padding: 0 40px;
    }

    .awards-intro-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 32px;
    }

    .awards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        padding: 0 32px;
    }

    .award-card-image {
        height: 140px;
        padding: 20px;
    }

    .awards-meaning-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 32px;
    }

    .meaning-card {
        padding: 28px 24px;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .stats-section .stats-grid {
        gap: 40px !important;
    }

    .stats-section .stat-item {
        min-width: 140px !important;
        padding: 0 20px !important;
    }

    .stats-section .stat-number {
        font-size: 48px !important;
    }
}

@media (max-width: 768px) {
    .header-cta {
        margin-left: auto;
        margin-right: 10px;
    }

    .hero-section {
        min-height: 100vh;
        min-height: 100svh;
        padding: 0;
        background-image: none !important;
        background-color: #000 !important;
        display: flex;
        align-items: flex-end;
        transform: none !important;
    }

    .hero-section::before {
        display: none !important;
    }

    .hero-section .hero-container {
        transform: none;
    }

    .hero-image-mobile img {
        object-position: 50% top;
    }

    .hero-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 24px 144px;
        justify-content: flex-end;
        text-align: center;
        max-width: 100%;
        min-height: 100vh;
        min-height: 100svh;
        z-index: 2;
    }

    .hero-content {
        padding: 0;
        transform: none !important;
        max-width: 100%;
        z-index: 2;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }

    .hero-title {
        font-size: clamp(28px, 8vw, 40px);
        margin-bottom: 20px;
        line-height: 1.15;
        color: #fff;
    }

    .hero-eyebrow {
        font-size: 11px;
        margin-top: 0;
        margin-bottom: 14px;
        letter-spacing: 0.12em;
        color: var(--color-primary, #D2B48C);
    }

    .hero-subtitle {
        color: rgba(255, 255, 255, 0.85);
        font-size: 15px;
    }

    .hero-buttons {
        flex-direction: row;
        gap: 10px;
        justify-content: center;
        width: 100%;
    }

    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary {
        flex: 1;
        text-align: center;
        padding: 11px 13px;
        font-size: 14px;
    }

    .hero-buttons .btn-secondary {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.5);
        background: transparent;
    }

    .scroll-indicator {
        bottom: 80px;
        color: rgba(255, 255, 255, 0.7);
    }

    .awards-intro-section {
        padding: 60px 0;
    }

    .awards-intro-container {
        padding: 0 20px;
    }

    .awards-intro-left,
    .awards-intro-right {
        text-align: center;
    }

    .awards-intro-right p {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .awards-timeline-section {
        padding: 60px 0;
    }

    .awards-timeline-header {
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .awards-timeline-header h2 {
        font-size: 32px;
    }

    .awards-timeline-header h3 {
        font-size: 22px;
    }

    .awards-timeline-header p {
        font-size: 16px;
    }

    .awards-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
        gap: 16px;
    }

    .award-card-image {
        height: 120px;
        padding: 16px;
    }

    .award-card-content {
        padding: 16px;
    }

    .award-card-content h4 {
        font-size: 15px;
    }

    .award-card-org {
        font-size: 12px;
    }

    .award-card-description {
        font-size: 13px;
    }

    .award-read-more {
        font-size: 12px;
    }

    .award-modal-container {
        padding: 32px;
        max-height: 85vh;
    }

    .award-modal-title {
        font-size: 24px;
        padding-right: 30px;
    }

    .award-modal-content {
        font-size: 15px;
    }

    .awards-meaning-section {
        padding: 60px 0;
    }

    .awards-meaning-header {
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .awards-meaning-header h2 {
        font-size: 28px;
    }

    .awards-meaning-header p {
        font-size: 16px;
    }

    .awards-meaning-grid {
        padding: 0 20px;
        gap: 16px;
    }

    .meaning-card {
        padding: 24px 20px;
    }

    .meaning-card h4 {
        font-size: 18px;
    }

    .meaning-icon {
        width: 56px;
        height: 56px;
    }

    .consulting-cta {
        padding: 60px 0 80px;
    }

    .consulting-cta-container {
        padding: 0 24px;
    }

    .consulting-cta-card {
        padding: 40px 32px;
    }

    .consulting-cta-title {
        font-size: clamp(32px, 5vw, 44px);
    }

    .consulting-cta-text {
        font-size: 16px;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        padding: 0 20px;
    }

    .footer-bottom {
        padding: 30px 20px 0;
    }

    /* Touch targets */
    .btn-primary,
    .btn-secondary,
    .consulting-cta-btn,
    .award-read-more {
        min-height: 48px;
    }

    /* CTA buttons stack */
    .consulting-cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .consulting-cta-btn {
        width: 100%;
        text-align: center;
    }

    /* Ensure award images don't overflow */
    .award-card-image img {
        max-width: 100%;
        height: auto;
    }

    /* Stats section: inherits mobile styles from home.css (compact 4-col grid) */
}

@media (max-width: 480px) {
    .hero-container {
        padding: 0 20px calc(120px + env(safe-area-inset-bottom));
    }

    .hero-eyebrow {
        font-size: 10px;
        letter-spacing: 0.08em;
    }

    .hero-title {
        font-size: clamp(24px, 7vw, 34px) !important;
        margin-bottom: 16px;
    }

    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary {
        padding: 10px 11px;
        font-size: 13px;
    }

    .awards-intro-section {
        padding: 40px 0;
    }

    .awards-intro-container {
        padding: 0 16px;
    }

    .awards-intro-right p {
        font-size: 16px;
    }

    .awards-timeline-section {
        padding: 40px 0;
    }

    .awards-timeline-header {
        padding: 0 16px;
    }

    .awards-grid {
        grid-template-columns: 1fr;
        padding: 0 16px;
        gap: 16px;
    }

    .awards-meaning-section {
        padding: 40px 0;
    }

    .awards-meaning-header {
        padding: 0 16px;
    }

    .awards-meaning-grid {
        padding: 0 16px;
    }

    .meaning-card {
        padding: 20px 16px;
    }

    .consulting-cta-buttons {
        flex-direction: column;
    }

    .consulting-cta-btn {
        width: 100%;
        text-align: center;
    }

    .consulting-cta-card {
        padding: 32px 16px;
    }

    .consulting-cta-container {
        padding: 0 16px;
    }

    .footer-container {
        padding: 0 16px;
    }

    .footer-bottom {
        padding: 24px 16px 0;
    }

    .award-modal-container {
        padding: 24px 16px;
    }

    .award-modal-title {
        font-size: 22px;
    }
}


/* ============================================
   AWARDS PAGE COLOR OVERRIDES
   Override home.css colors to match home page palette:
   - Primary: #D2B48C (tan/beige)
   - Primary Dark: #995A3B (brown)
   - Primary Light: #FCF1DD (cream)
   - Text: #17110A (dark brown)
   - Background: #FCF1DD (cream)
   ============================================ */

/* Override CSS Variables for Awards Page */
:root {
    --color-primary: #D2B48C !important;
    --color-primary-dark: #995A3B !important;
    --color-primary-light: #FCF1DD !important;
    --color-text: #17110A !important;
    --color-text-light: #17110A !important;
    --color-text-muted: #17110A !important;
    --color-bg: #FCF1DD !important;
    --color-bg-light: #FCF1DD !important;
    --color-bg-green: #D2B48C !important;
}

/* Body & Background */
body {
    background-color: #FCF1DD !important;
    color: #17110A !important;
}

/* Skip Link */
.skip-link {
    background: #D2B48C !important;
    color: #FCF1DD !important;
}

/* All Primary Buttons */
.btn-primary {
    background: #D2B48C !important;
    color: #FCF1DD !important;
    box-shadow: 0 2px 8px rgba(189, 148, 80, 0.15) !important;
}

.btn-primary:hover {
    background: #995A3B !important;
    box-shadow: 0 4px 12px rgba(189, 148, 80, 0.2) !important;
}

/* Secondary Buttons */
.btn-secondary {
    background: #FCF1DD !important;
    border: 2px solid #D2B48C !important;
    color: #D2B48C !important;
}

.btn-secondary:hover {
    background: #D2B48C !important;
    color: #FCF1DD !important;
}

/* Stats Section */
.stats-section {
    background: #FCF1DD !important;
}

.stat-number .count {
    color: #17110A !important;
}

.stat-number .suffix {
    color: #D2B48C !important;
}

.stat-label {
    color: rgba(16, 16, 16, 0.65) !important;
}

/* Logo Carousel Section */
.logos-section {
    background: #D2B48C !important;
}

.logos-carousel {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
}

/* Footer Overrides */
.site-footer {
    background: #000000 !important;
}

.footer-brand h6,
.footer-brand h6 a {
    color: #FCF1DD !important;
}

.footer-brand p {
    color: rgba(252, 241, 221, 0.7) !important;
}

.footer-links h4 {
    color: #FCF1DD !important;
}

.footer-links a {
    color: rgba(252, 241, 221, 0.7) !important;
}

.footer-links a:hover {
    color: #FCF1DD !important;
}

.footer-contact span {
    color: rgba(252, 241, 221, 0.7) !important;
}

.social-links a {
    background: rgba(252, 241, 221, 0.1) !important;
    color: #FCF1DD !important;
}

.social-links a:hover {
    background: #D2B48C !important;
}

.footer-bottom {
    border-top: 1px solid rgba(23, 17, 10, 0.08) !important;
}

.footer-bottom p {
    color: rgba(252, 241, 221, 0.5) !important;
}

/* Scroll Indicator */
.scroll-indicator {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Links */
a:hover {
    color: #D2B48C;
}

/* Hero Title */
.hero-title {
    color: #ffffff !important;
}

/* Hero Subtitle */
.hero-subtitle {
    color: #ffffff !important;
}

/* ============================================
   HERO TYPOGRAPHY STANDARDIZATION (AWARDS)
   ============================================ */
body .hero-section .hero-content .hero-eyebrow {
    font-family: var(--font-body) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    margin-top: 80px !important;
    margin-bottom: 32px !important;
}

body .hero-section .hero-content .hero-title {
    font-family: var(--font-heading) !important;
    font-size: clamp(3rem, 6vw, 4.5rem) !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    margin-bottom: 48px !important;
}

@media (max-width: 768px) {
    body .hero-section .hero-content .hero-eyebrow {
        font-size: 11px !important;
        margin-top: 0 !important;
        margin-bottom: 14px !important;
        letter-spacing: 0.12em !important;
        color: #D2B48C !important;
    }

    body .hero-section .hero-content .hero-title {
        font-size: clamp(28px, 8vw, 40px) !important;
        margin-bottom: 20px !important;
        color: #fff !important;
    }
}

@media (max-width: 480px) {
    body .hero-section .hero-content .hero-eyebrow {
        font-size: 11px !important;
        letter-spacing: 0.08em !important;
    }

    body .hero-section .hero-content .hero-title {
        font-size: clamp(24px, 7vw, 32px) !important;
        margin-bottom: 24px !important;
    }
}

/* ============================================
   MOBILE STRUCTURE PARITY WITH HOME PAGE
   ============================================ */
@media (max-width: 768px) {
    .stats-section {
        padding: 16px 0 !important;
    }

    .stats-section .stats-grid {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 8px 4px !important;
        max-width: 100% !important;
    }

    .stats-section .stat-item {
        padding: 12px 4px !important;
        border-right: none !important;
        min-width: auto !important;
    }

    .stats-section .stat-number {
        font-size: 1.8rem !important;
    }

    .stats-section .stat-number .suffix {
        font-weight: 900 !important;
        font-family: var(--font-body) !important;
    }

    .stats-section .stat-label {
        font-size: 0.55rem !important;
        letter-spacing: 0.08em !important;
    }

    .logos-section {
        padding: 32px 0 !important;
    }

    .logos-track {
        gap: 24px !important;
        padding: 0 16px !important;
    }

    .logo-slide {
        width: 100px !important;
        height: 55px !important;
    }

    .logo-slide img {
        max-width: 100px !important;
        max-height: 55px !important;
    }

    .site-footer {
        padding: 48px 0 32px;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        padding: 0 24px;
    }

    .footer-brand p {
        font-size: 14px;
    }

    .footer-links h4 {
        font-size: 14px;
        margin-bottom: 8px;
        text-transform: none;
        letter-spacing: normal;
        line-height: 1.2;
    }

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        font-size: 14px;
        display: inline-block;
        padding: 4px 0;
        min-height: 44px;
        line-height: 36px;
    }

    .footer-links ul {
        gap: 4px;
    }

    .social-links {
        margin-top: 16px;
    }

    .social-links a {
        width: 44px;
        height: 44px;
    }

    .footer-bottom {
        margin-top: 32px;
        padding: 20px 24px 0;
        flex-direction: column;
        gap: 8px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    body {
        overflow-x: hidden;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    textarea,
    select {
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .stats-section .stats-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 4px 2px !important;
    }

    .stats-section .stat-item {
        padding: 8px 2px !important;
    }

    .stats-section .stat-number {
        font-size: 1.5rem !important;
    }

    .stats-section .stat-label {
        font-size: 0.5rem !important;
        letter-spacing: 0.05em !important;
    }

    .logos-section {
        padding: 16px 0 !important;
    }

    .logos-track {
        gap: 24px !important;
        padding: 0 16px !important;
    }

    .logo-slide {
        width: 90px !important;
        height: 45px !important;
    }

    .logo-slide img {
        max-width: 90px !important;
        max-height: 45px !important;
    }

    .site-footer {
        padding: 40px 0 24px;
    }

    .footer-container {
        padding: 0 16px;
        gap: 28px;
    }

    .footer-bottom {
        padding: 16px 16px 0;
    }

    .footer-bottom p {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    .stats-section .stats-grid {
        gap: 2px 0 !important;
    }

    .stats-section .stat-number {
        font-size: 1.3rem !important;
    }

    .stats-section .stat-label {
        font-size: 0.45rem !important;
        letter-spacing: 0.03em !important;
    }
}

