.engagement-page {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

/* =========================================================
   HERO
========================================================= */

.engagement-hero {
    position: relative;
    min-height: 100vh;
    display: grid;
    align-items: center;
    overflow: hidden;
    padding: 130px clamp(24px, 8vw, 120px) 90px;
    color: var(--white);
    isolation: isolate;
}

.engagement-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background-image: var(--hero-image);
    background-position: center;
    background-size: cover;
    filter: saturate(.88) contrast(1.05);
    transform: scale(1.02);
}

.engagement-hero::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(105deg, rgba(0, 0, 0, .70), rgba(0, 0, 0, .38) 28%, rgba(0, 0, 0, .16)),
        linear-gradient(180deg, rgba(0, 0, 0, .14), rgba(0, 0, 0, .74));
    backdrop-filter: blur(0px);
}

.engagement-hero-content {
    width: min(1180px, 100%);
    margin: 0 auto;
    animation: riseIn .8s ease both;
}

.engagement-hero .eyebrow {
    color: var(--white);
}

.engagement-hero h1 {
    max-width: 980px;
    margin: 0 0 24px;
    color: var(--white);
    font-size: clamp(46px, 6.8vw, 75px);
    font-weight: 900;
    line-height: .92;
    letter-spacing: -.045em;
    /* text-transform: uppercase; */
    text-shadow: 0 8px 30px rgba(0, 0, 0, .52);
}

.engagement-hero-content > p:not(.eyebrow) {
    max-width: 850px;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, .88);
    font-size: 22px;
    font-weight: 750;
    line-height: 1.38;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .42);
}

.btn-home:hover {
    background: linear-gradient(135deg, rgba(246, 184, 15, .94), rgba(223, 151, 0, .84));
    border-color: rgba(255, 255, 255, .28);
    transform: translateY(3px);
}

/* =========================================================
   GLOBAL
========================================================= */

.pillars-section,
.networks-section,
.sport-section,
.engagement-cta {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: clamp(28px, 7vw, 120px);
    padding-right: clamp(28px, 7vw, 120px);
}

.section-heading {
    max-width: 920px;
    margin: 0 auto 48px;
    text-align: center;
}

.section-heading .eyebrow {
    color: var(--yellow-dark);
}

.section-heading h2 {
    margin-bottom: 0;
    font-size: clamp(34px, 4.4vw, 62px);
    line-height: .98;
}

/* =========================================================
   PILLARS
========================================================= */

.pillars-section {
    padding-top: clamp(76px, 8vw, 120px);
    padding-bottom: clamp(76px, 8vw, 120px);
    background: linear-gradient(90deg, rgba(20, 22, 24, .035) 1px, transparent 1px) 0 0 / 56px 56px, linear-gradient(180deg, #ffffff, #f2f4f5);
}

.pillars-grid {
    max-width: 1480px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 auto;
}

.pillar-card {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    display: grid;
    grid-template-rows: 270px 1fr;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(20, 20, 20, .08);
    border-radius: 28px;
    box-shadow: 0 18px 52px rgba(15, 18, 20, .10);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.pillar-card:hover {
    transform: translateY(-8px);
    border-color: rgba(246, 184, 15, .45);
    box-shadow: 0 30px 86px rgba(15, 18, 20, .16);
}

.pillar-image {
    position: relative;
    overflow: hidden;
    background: #dfe4e7;
}

.pillar-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .26));
}

.pillar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.95) contrast(1.05);
    transition: transform .62s ease, filter .25s ease;
}

.pillar-card:hover .pillar-image img {
    transform: scale(1.08);
    filter: saturate(1.1) contrast(1.08);
}

.pillar-content {
    position: relative;
    z-index: 3;
    padding: 34px 30px 36px;
}

.pillar-number {
    display: inline-grid;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    place-items: center;
    color: var(--white);
    background: linear-gradient(135deg, var(--yellow), var(--yellow-dark));
    border-radius: 50%;
    box-shadow: 0 14px 32px rgba(223, 151, 0, .26);
    font-weight: 900;
}

.pillar-label {
    margin: 0 0 10px;
    color: var(--yellow-dark);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pillar-content h3 {
    margin: 0 0 18px;
    color: var(--ink);
    font-size: clamp(25px, 2.5vw, 34px);
    font-weight: 900;
    line-height: 1;
}

.pillar-content p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.pillar-content strong {
    color: var(--ink);
}

.pillar-card-schools {
    grid-template-rows: 1fr;
    color: var(--white);
    background: #161719;
    border-color: rgba(255, 255, 255, .10);
}

.pillar-card-schools .pillar-content {
    display: flex;
    flex-direction: column;
}

.pillar-card-schools .pillar-label,
.pillar-card-schools h3,
.pillar-card-schools strong {
    color: var(--white);
}

.pillar-card-schools p {
    color: rgba(255, 255, 255, .78);
}

.school-logos {
    display: grid;
    gap: 14px;
    margin-top: 30px;
}

.logo-card {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 16px;
    align-items: center;
    padding: 14px;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 18px;
    transition: transform .22s ease, background .22s ease, border-color .22s ease;

}

.logo-card img {
    width: 82px;
    height: 52px;
    object-fit: contain;
    padding: 8px;
    background: var(--white);
    border-radius: 12px;
}

.logo-card span {
    color: var(--white);
    font-weight: 900;
    line-height: 1.15;
}

/* =========================================================
   NETWORKS
========================================================= */

.networks-section {
    display: grid;
    grid-template-columns: minmax(420px, .82fr) minmax(560px, 1.18fr);
    gap: clamp(36px, 6vw, 86px);
    align-items: center;
    padding-top: clamp(76px, 8vw, 120px);
    padding-bottom: clamp(76px, 8vw, 120px);
    color: var(--white);
    background: #161719;
}

.networks-content {
    max-width: 780px;
}

.networks-content .eyebrow {
    color: var(--white);
}

.networks-content h2 {
    margin-bottom: 24px;
    color: var(--white);
    font-size: clamp(34px, 4.4vw, 62px);
    line-height: .98;
}

.networks-content p {
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.78;
}

.network-logos {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.network-logo-card {
    min-height: 150px;
    display: grid;
    align-content: center;
    gap: 14px;
    padding: 20px;
    text-align: center;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 22px;
    box-shadow: 0 18px 52px rgba(0, 0, 0, .12);
    transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.network-logo-card:hover,
.logo-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, .11);
    border-color: rgba(246, 184, 15, .38);
}

.network-logo-card img {
    width: 100%;
    height: 58px;
    object-fit: contain;
    padding: 8px;
    background: var(--white);
    border-radius: 14px;
}

.network-logo-card span {
    color: var(--white);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
}

/* =========================================================
   SPORT
========================================================= */

.sport-section {
    display: grid;
    grid-template-columns: minmax(420px, .82fr) minmax(560px, 1.18fr);
    gap: clamp(36px, 6vw, 86px);
    align-items: center;
    padding-top: clamp(76px, 8vw, 120px);
    padding-bottom: clamp(76px, 8vw, 120px);
    background: linear-gradient(90deg, rgba(20, 22, 24, .035) 1px, transparent 1px) 0 0 / 56px 56px, linear-gradient(180deg, #f2f4f5, #ffffff);
}

.sport-content {
    max-width: 780px;
}

.sport-content .eyebrow {
    color: var(--yellow-dark);
}

.sport-content h2 {
    margin-bottom: 24px;
    color: var(--ink);
    font-size: clamp(34px, 4.4vw, 62px);
    line-height: .98;
}

.sport-content p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.78;
}

.sport-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 250px;
    gap: 18px;
}

.sport-gallery article {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: #dfe4e7;
    border-radius: 24px;
    box-shadow: 0 18px 52px rgba(15, 18, 20, .10);
    isolation: isolate;
}

.sport-gallery article:nth-child(1),
.sport-gallery article:nth-child(4) {
    transform: none;
}

.sport-gallery article::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .58));
}

.sport-gallery img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.95) contrast(1.05);
    transition: transform .6s ease, filter .25s ease;
}

.sport-gallery article:hover img {
    transform: scale(1.08);
    filter: saturate(1.12) contrast(1.08);
}

.sport-gallery span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 2;
    color: var(--white);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .48);
}

.sport-gallery span::before {
    display: block;
    width: 46px;
    height: 4px;
    margin-bottom: 12px;
    content: "";
    background: var(--yellow);
    border-radius: 999px;
}

.index-section {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: clamp(60px, 8vw, 40px);
    padding-bottom: clamp(76px, 8vw, 100px);
    padding-left: clamp(28px, 7vw, 120px);
    padding-right: clamp(28px, 7vw, 120px);
    background: linear-gradient(90deg, rgba(20, 22, 24, .035) 1px, transparent 1px) 0 0 / 56px 56px, linear-gradient(180deg, #ffffff, #f2f4f5);
}

.index-container {
    width: min(1380px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(380px, .9fr) minmax(460px, 1.1fr);
    gap: clamp(40px, 6vw, 90px);
    align-items: center;
}

.index-visual {
    position: relative;
    /* min-height: 300px; */
    height: 300px;
    overflow: hidden;
    background: #e5e8ea;
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(15, 18, 20, .14);
    isolation: isolate;
    display: flex;
    align-items: center;
}

.index-visual::before {
    position: absolute;
    inset: 18px;
    z-index: 2;
    content: "";
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 20px;
    pointer-events: none;
}

.index-visual::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .10));
    pointer-events: none;
}

.index-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 600px;
    object-fit: contain;
}

.index-content {
    max-width: 760px;
}

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

.index-heading .eyebrow {
    color: var(--yellow-dark);
}

.index-heading h2 {
    max-width: 760px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(34px, 4.4vw, 55px);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.025em;
}

.index-result {
    width: fit-content;
    min-width: min(100%, 420px);
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 18px;
    align-items: center;
    margin-bottom: 28px;
    padding: 24px 28px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(20, 20, 20, .08);
    border-left: 5px solid var(--yellow);
    border-radius: 20px;
    box-shadow: 0 16px 44px rgba(15, 18, 20, .09);
}

.index-result-label {
    grid-column: 1 / -1;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.index-result strong {
    color: var(--ink);
    font-size: clamp(42px, 5vw, 30px);
    font-weight: 900;
    line-height: .9;
}

.index-result-detail {
    color: var(--ink);
    font-size: 18px;
    font-weight: 850;
}

.index-description {
    max-width: 720px;
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.78;
}

@media (max-width: 1200px) {
    .index-container {
        grid-template-columns: 1fr;
    }

    .index-visual,
    .index-visual img {
        min-height: 420px;
    }

    .index-content {
        max-width: none;
    }
}

@media (max-width: 900px) {
    .index-section {
        padding: 70px 22px;
    }

    .index-container {
        gap: 36px;
    }

    .index-heading h2 {
        font-size: clamp(32px, 7vw, 46px);
    }

    .index-visual,
    .index-visual img {
        min-height: 360px;
    }
}

@media (max-width: 560px) {
    .index-section {
        padding: 58px 18px;
    }

    .index-visual,
    .index-visual img {
        min-height: 290px;
    }

    .index-visual {
        border-radius: 20px;
    }

    .index-visual::before {
        inset: 12px;
        border-radius: 14px;
    }

    .index-heading {
        margin-bottom: 26px;
    }

    .index-result {
        width: 100%;
        min-width: 0;
        padding: 20px;
    }

    .index-result strong {
        font-size: 48px;
    }

    .index-result-detail,
    .index-description {
        font-size: 16px;
    }
}

/* =========================================================
   CTA
========================================================= */

.engagement-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-top: clamp(64px, 7vw, 70px);
    padding-bottom: clamp(64px, 7vw, 70px);
    color: var(--white);
    background:#161719;

    /* background:
        radial-gradient(circle at 84% 18%, rgba(246, 184, 15, .24), transparent 30%),
        linear-gradient(135deg, #191b1d, #303538); */
}

.engagement-cta .eyebrow {
    color: var(--white);
}

.engagement-cta h2 {
    max-width: 820px;
    margin: 0;
    color: var(--white);
    font-size: clamp(34px, 4vw, 45px);
    line-height: 1;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {
    .pillars-grid {
        grid-template-columns: 1fr;
    }

    .pillar-card {
        min-height: auto;
        grid-template-columns: minmax(340px, .85fr) minmax(420px, 1.15fr);
        grid-template-rows: 1fr;
    }

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

    .networks-section,
    .sport-section {
        grid-template-columns: 1fr;
    }

    .network-logos {
        grid-template-columns: repeat(4, 1fr);
    }
}

@keyframes mobileHeroBackground {
    from {
        background-position: 0% center;
    }

    to {
        background-position: 100% center;
    }
}

@media (max-width: 900px) {
    .engagement-hero {
        min-height: 100vh;
        padding: 110px 22px 70px;
    }

    .engagement-hero::before {
        background-position: 0% center;
        animation: mobileHeroBackground 18s ease-in-out infinite alternate;
    }

    .engagement-hero h1 {
        font-size: clamp(42px, 10vw, 72px);
    }

    .pillars-section,
    .networks-section,
    .sport-section,
    .engagement-cta {
        padding-left: 22px;
        padding-right: 22px;
    }

    .pillars-section,
    .networks-section,
    .sport-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-heading h2,
    .networks-content h2,
    .sport-content h2,
    .engagement-cta h2 {
        font-size: clamp(32px, 7vw, 46px);
    }

    .pillar-card {
        grid-template-columns: 1fr;
        grid-template-rows: 260px 1fr;
        border-radius: 24px;
    }

    .pillar-card-schools {
        grid-template-rows: 1fr;
    }

    .network-logos {
        grid-template-columns: repeat(2, 1fr);
    }

    .sport-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 240px;
    }

    .sport-gallery article:nth-child(1),
    .sport-gallery article:nth-child(4) {
        transform: none;
    }

    .engagement-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 560px) {
    .engagement-hero {
        min-height: 100vh;
        padding: 96px 18px 58px;
    }

    .engagement-hero h1 {
        font-size: 39px;
    }

    .engagement-hero-content > p:not(.eyebrow) {
        font-size: 17px;
    }

    .pillars-section,
    .networks-section,
    .sport-section {
        padding: 58px 18px;
    }

    .pillar-card {
        grid-template-rows: 220px 1fr;
        border-radius: 20px;
    }

    .pillar-content {
        padding: 28px 22px 30px;
    }

    .pillar-content h3 {
        font-size: 25px;
    }

    .pillar-card-schools {
        grid-template-rows: 1fr;
    }

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

    .logo-card img {
        width: 100%;
        height: 58px;
    }

    .network-logos {
        grid-template-columns: 1fr;
    }

    .network-logo-card {
        min-height: 130px;
    }

    .sport-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 190px;
        gap: 12px;
    }

    .sport-gallery article {
        min-height: 0;
        border-radius: 18px;
    }

    .sport-gallery span {
        right: 14px;
        bottom: 14px;
        left: 14px;
        font-size: 18px;
    }

    .engagement-cta {
        padding: 58px 18px;
    }
}

@media (max-width: 420px) {
    .engagement-hero h1 {
        font-size: 34px;
    }

    .pillar-image {
        min-height: 210px;
    }

    .sport-gallery {
        grid-auto-rows: 160px;
        gap: 10px;
    }

    .sport-gallery span {
        font-size: 16px;
    }

    .sport-gallery span::before {
        width: 34px;
        margin-bottom: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}