.c4-schools {
    --c4-dark: #151515;
    --c4-text: #303030;
    --c4-muted: #6b6b6b;
    --c4-light: #f5f3ef;
    --c4-white: #ffffff;
    --c4-red: #ce1126;
    --c4-blue: #002d62;
    font-family: inherit;
    color: var(--c4-text);
    background: var(--c4-white);
}

.c4-school-wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.c4-narrow {
    max-width: 820px;
}

.c4-section {
    padding: 100px 0;
}

.c4-school-hero {
    background:
        linear-gradient(120deg, rgba(0,45,98,.96), rgba(0,45,98,.80)),
        #002d62;
    color: #fff;
    padding: 105px 0 95px;
    overflow: hidden;
}

.c4-school-hero-grid,
.c4-request-grid,
.c4-hhm-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center;
}

.c4-eyebrow,
.c4-section-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.c4-school-hero h1 {
    font-size: clamp(46px, 6vw, 78px);
    line-height: .98;
    letter-spacing: -2.5px;
    color: #fff;
    margin: 0 0 28px;
    font-weight: 700;
}

.c4-school-hero h1 span {
    display: block;
    color: #fff;
    opacity: .78;
}

.c4-hero-lead {
    font-size: 20px;
    line-height: 1.65;
    max-width: 680px;
    color: rgba(255,255,255,.88);
}

.c4-credentials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0;
}

.c4-credentials span {
    border: 1px solid rgba(255,255,255,.35);
    padding: 10px 15px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.c4-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.c4-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    padding: 0 25px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    transition: .2s ease;
    border: 0;
    cursor: pointer;
}

.c4-btn-primary {
    background: var(--c4-red);
    color: #fff !important;
}

.c4-btn-primary:hover {
    transform: translateY(-2px);
    color: #fff;
}

.c4-btn-secondary {
    border: 1px solid rgba(255,255,255,.55);
    color: #fff !important;
}

.c4-art-placeholder {
    min-height: 430px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    backdrop-filter: blur(8px);
}

.c4-art-placeholder span {
    font-size: 88px;
    margin-bottom: 25px;
}

.c4-art-placeholder strong {
    display: block;
    font-size: 24px;
    color: #fff;
}

.c4-art-placeholder small {
    margin-top: 7px;
    color: rgba(255,255,255,.7);
}

.c4-section h2,
.c4-hhm h2,
.c4-request-section h2 {
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -1.5px;
    margin: 0 0 25px;
    color: var(--c4-dark);
}

.c4-intro p {
    font-size: 19px;
    line-height: 1.8;
    color: var(--c4-muted);
}

.c4-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    align-items: flex-end;
    margin-bottom: 50px;
}

.c4-section-heading > p {
    max-width: 420px;
    color: var(--c4-muted);
    line-height: 1.7;
}

.c4-program-section {
    background: var(--c4-light);
}

.c4-program-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.c4-program-card {
    background: #fff;
    padding: 35px;
    position: relative;
    min-height: 310px;
    border: 1px solid rgba(0,0,0,.05);
}

.c4-program-number {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #aaa;
    font-size: 12px;
}

.c4-program-icon {
    font-size: 40px;
    margin-bottom: 35px;
}

.c4-program-card h3 {
    font-size: 21px;
    margin-bottom: 14px;
    color: var(--c4-dark);
}

.c4-program-card p {
    line-height: 1.7;
    color: var(--c4-muted);
}

.c4-hhm {
    padding: 90px 0;
    background: var(--c4-dark);
    color: #fff;
}

.c4-hhm h2 {
    color: #fff;
}

.c4-hhm p {
    color: rgba(255,255,255,.75);
    font-size: 17px;
    line-height: 1.75;
}

.c4-text-link {
    display: inline-block;
    color: #fff !important;
    font-weight: 700;
    margin-top: 10px;
}

.c4-hhm-callout {
    border-left: 4px solid var(--c4-red);
    background: rgba(255,255,255,.07);
    padding: 36px;
}

.c4-hhm-callout strong {
    color: #fff;
    font-size: 25px;
}

.c4-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.c4-benefits > div {
    padding: 35px 25px;
    border-right: 1px solid #ddd;
}

.c4-benefits > div:last-child {
    border-right: 0;
}

.c4-benefits strong {
    display: block;
    color: var(--c4-dark);
    font-size: 17px;
    margin-bottom: 10px;
}

.c4-benefits p {
    color: var(--c4-muted);
    line-height: 1.65;
}

.c4-request-section {
    padding: 100px 0;
    background: #f5f3ef;
}

.c4-request-copy {
    align-self: start;
    position: sticky;
    top: 100px;
}

.c4-request-copy > p {
    color: var(--c4-muted);
    font-size: 17px;
    line-height: 1.75;
}

.c4-contact-mini {
    margin-top: 40px;
}

.c4-contact-mini p {
    line-height: 1.6;
}

.c4-form-card {
    background: #fff;
    padding: 45px;
    box-shadow: 0 15px 50px rgba(0,0,0,.07);
}

.c4-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.c4-field {
    margin-bottom: 22px;
}

.c4-field label {
    display: block;
    color: var(--c4-dark);
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 13px;
}

.c4-field input[type="text"],
.c4-field input[type="email"],
.c4-field input[type="tel"],
.c4-field input[type="date"],
.c4-field input[type="number"],
.c4-field select,
.c4-field textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: 12px 14px;
    font: inherit;
    border-radius: 2px;
}

.c4-field textarea {
    min-height: 130px;
    resize: vertical;
}

.c4-field input:focus,
.c4-field select:focus,
.c4-field textarea:focus {
    outline: none;
    border-color: var(--c4-blue);
}

.c4-checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
    margin-top: 12px;
}

.c4-checkbox-grid label,
.c4-check-line {
    font-weight: 400 !important;
    display: flex !important;
    gap: 8px;
    align-items: flex-start;
}

.c4-submit {
    width: 100%;
    margin-top: 8px;
}

.c4-form-note {
    font-size: 12px;
    color: #777;
    line-height: 1.55;
    margin-top: 15px;
    text-align: center;
}

@media (max-width: 900px) {
    .c4-school-hero-grid,
    .c4-request-grid,
    .c4-hhm-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

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

    .c4-benefits {
        grid-template-columns: 1fr 1fr;
    }

    .c4-request-copy {
        position: static;
    }
}

@media (max-width: 600px) {
    .c4-school-wrap {
        width: min(100% - 28px, 1180px);
    }

    .c4-school-hero {
        padding: 70px 0 65px;
    }

    .c4-section,
    .c4-request-section {
        padding: 70px 0;
    }

    .c4-program-grid,
    .c4-benefits,
    .c4-form-row,
    .c4-checkbox-grid {
        grid-template-columns: 1fr;
    }

    .c4-section-heading {
        display: block;
    }

    .c4-form-card {
        padding: 28px 20px;
    }

    .c4-art-placeholder {
        min-height: 300px;
    }
}

/* =========================================
   C4AMD SCHOOLS — HERO PHOTOGRAPHY
========================================= */

.c4-hero-photo-wrap {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 30px 80px rgba(0,0,0,.30);
}

.c4-hero-photo-wrap img,
.c4-hero-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.c4-hero-photo-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,.02) 25%,
        rgba(0,0,0,.72) 100%
    );
}

.c4-hero-photo-label {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 28px;
    z-index: 3;
    color: #fff;
}

.c4-hero-photo-label span {
    display: block;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.3px;
    color: rgba(255,255,255,.72);
}

.c4-hero-photo-label strong {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}

.c4-hero-flag-accent {
    position: absolute;
    right: 0;
    top: 32px;
    z-index: 4;
    width: 9px;
}

.c4-hero-flag-accent span {
    display: block;
    height: 55px;
}

.c4-hero-flag-accent span:first-child {
    background: #ce1126;
}

.c4-hero-flag-accent span:last-child {
    background: #fff;
}


/* =========================================
   CULTURAL EXPERIENCE GALLERY
========================================= */

.c4-experience-gallery {
    background: #fff;
    padding: 30px 0 110px;
}

.c4-gallery-heading {
    max-width: 780px;
    margin-bottom: 48px;
}

.c4-gallery-heading h2 {
    margin: 0 0 20px;
    font-size: clamp(36px, 4vw, 55px);
    line-height: 1.04;
    letter-spacing: -1.5px;
    color: #151515;
}

.c4-gallery-heading h2 span {
    display: block;
    color: #777;
}

.c4-gallery-heading > p {
    max-width: 680px;
    font-size: 17px;
    line-height: 1.75;
    color: #6b6b6b;
}

.c4-photo-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    grid-template-rows: repeat(2, 290px);
    gap: 18px;
}

.c4-photo-card {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #111;
}

.c4-photo-large {
    grid-row: 1 / 3;
}

.c4-photo-card img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}

.c4-photo-card:hover img {
    transform: scale(1.035);
}

.c4-photo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0) 40%,
        rgba(0,0,0,.74) 100%
    );
    pointer-events: none;
}

.c4-photo-card figcaption {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 22px;
    z-index: 2;
    color: #fff;
}

.c4-photo-card figcaption span {
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 700;
    color: rgba(255,255,255,.70);
}

.c4-photo-card figcaption strong {
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
}


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

@media (max-width: 900px) {

    .c4-hero-photo-wrap {
        min-height: 480px;
    }

    .c4-photo-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 440px 280px;
    }

    .c4-photo-large {
        grid-column: 1 / 3;
        grid-row: auto;
    }
}

@media (max-width: 600px) {

    .c4-hero-photo-wrap {
        min-height: 390px;
    }

    .c4-hero-photo-label {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .c4-photo-grid {
        display: block;
    }

    .c4-photo-card,
    .c4-photo-large {
        height: 310px;
        margin-bottom: 14px;
    }

    .c4-experience-gallery {
        padding-bottom: 70px;
    }
}



/* =========================================
   PREMIUM HERO — C4AMD SCHOOLS
========================================= */

.c4-school-hero {
    position: relative;
    overflow: hidden;
    min-height: 720px;
}

.c4-school-hero .c4-school-wrap {
    position: relative;
    z-index: 2;
}

.c4-school-hero-grid {
    min-height: 720px;
    align-items: center;
}

.c4-school-hero-copy {
    position: relative;
    z-index: 5;
}

.c4-school-hero-copy h1 {
    max-width: 680px;
    font-size: clamp(54px, 6vw, 82px);
    line-height: .96;
    letter-spacing: -3px;
    margin-bottom: 28px;
}

.c4-school-hero-copy > p {
    max-width: 620px;
    font-size: 18px;
    line-height: 1.7;
}

.c4-school-hero-art {
    position: relative;
}

.c4-hero-photo-wrap {
    min-height: 610px;
    border-radius: 0;
    box-shadow: 0 35px 90px rgba(0,0,0,.35);
}

.c4-hero-photo {
    transform: scale(1.01);
}

.c4-hero-photo-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.02) 20%,
            rgba(0,0,0,.72) 100%
        );
}

.c4-hero-photo-label {
    left: 36px;
    bottom: 34px;
}

.c4-hero-photo-label strong {
    font-size: 26px;
}

.c4-school-hero .c4-eyebrow {
    letter-spacing: 3px;
}


/* Editorial red accent */

.c4-school-hero-copy::before {
    content: "";
    display: block;
    width: 54px;
    height: 4px;
    margin-bottom: 28px;
    background: #ce1126;
}


/* subtle background depth */

.c4-school-hero::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    right: -220px;
    top: -260px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 50%;
}

.c4-school-hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 5px;
    background: #ce1126;
}


/* CTA refinement */

.c4-school-hero .c4-btn {
    min-height: 54px;
    padding: 17px 27px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .7px;
}

.c4-school-hero .c4-btn-red {
    box-shadow: 0 15px 35px rgba(206,17,38,.25);
}

.c4-school-hero .c4-btn-red:hover {
    transform: translateY(-2px);
    box-shadow: 0 19px 42px rgba(206,17,38,.35);
}


/* Trust credentials */

.c4-school-hero .c4-trust {
    margin-top: 30px;
}

.c4-school-hero .c4-trust span {
    font-size: 12px;
    letter-spacing: .4px;
}


/* Mobile */

@media (max-width: 900px) {

    .c4-school-hero,
    .c4-school-hero-grid {
        min-height: auto;
    }

    .c4-school-hero {
        padding-top: 80px;
    }

    .c4-school-hero-copy h1 {
        font-size: clamp(48px, 9vw, 68px);
        letter-spacing: -2px;
    }

    .c4-hero-photo-wrap {
        min-height: 520px;
    }
}


@media (max-width: 600px) {

    .c4-school-hero {
        padding-top: 55px;
    }

    .c4-school-hero-copy h1 {
        font-size: 46px;
        line-height: 1;
        letter-spacing: -1.8px;
    }

    .c4-school-hero-copy > p {
        font-size: 16px;
    }

    .c4-hero-photo-wrap {
        min-height: 430px;
    }

    .c4-hero-photo-label strong {
        font-size: 21px;
    }
}


/* School inquiry status messages */
.c4-form-message {
    margin: 0 0 28px;
    padding: 20px 22px;
    border-radius: 14px;
    font-size: 16px;
    line-height: 1.6;
    border: 1px solid;
}

.c4-form-message strong {
    display: inline-block;
    margin-bottom: 4px;
}

.c4-form-message.is-success {
    background: rgba(34, 197, 94, 0.08);
    border-color: rgba(34, 197, 94, 0.35);
}

.c4-form-message.is-error {
    background: rgba(220, 38, 38, 0.08);
    border-color: rgba(220, 38, 38, 0.30);
}

.c4-form-message a {
    text-decoration: underline;
    font-weight: 600;
}
