.burger {
    border: 0;
    background: transparent;
}

.centres-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    align-items: center;
    gap: 40px;
    padding: 180px 7% 130px;
    background:
        radial-gradient(circle at 15% 5%, rgba(15, 139, 109, 0.16), transparent 30%),
        radial-gradient(circle at 85% 85%, rgba(246, 139, 51, 0.14), transparent 32%),
        #050806;
}

.centres-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 70px 70px;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 80%);
    mask-image: linear-gradient(to bottom, black, transparent 80%);
    pointer-events: none;
}

.centres-hero-glow {
    position: absolute;
    left: -180px;
    bottom: -250px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: #0f8b6d;
    opacity: 0.08;
    filter: blur(100px);
}

.centres-hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.centres-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    color: #aab4af;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.centres-kicker i {
    width: 28px;
    height: 2px;
    background: #f68b33;
}

.centres-hero h1 {
    margin-bottom: 28px;
    color: #fff;
    font-size: clamp(4rem, 7vw, 7.3rem);
    font-weight: 800;
    letter-spacing: -0.08em;
    line-height: 0.93;
}

.centres-hero h1 strong {
    color: #0f8b6d;
    font-weight: 800;
}

.centres-hero-content > p {
    max-width: 620px;
    margin-bottom: 38px;
    color: #9ba59f;
    font-size: 1.03rem;
    line-height: 1.75;
}

.centres-hero-actions,
.campus-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-centres-primary,
.btn-centres-secondary,
.campus-route,
.campus-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 15px 23px;
    font-size: 0.77rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.btn-centres-primary {
    background: #f68b33;
    color: #fff;
}

.btn-centres-secondary {
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
}

.btn-centres-primary:hover,
.btn-centres-secondary:hover,
.campus-route:hover,
.campus-contact:hover {
    transform: translateY(-2px);
}

.presence-showcase {
    position: relative;
    z-index: 2;
    max-width: 560px;
    width: 100%;
    justify-self: end;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 28px;
    background:
        radial-gradient(circle at 10% 10%, rgba(15,139,109,0.25), transparent 40%),
        radial-gradient(circle at 95% 100%, rgba(246,139,51,0.18), transparent 38%),
        rgba(255,255,255,0.025);
    box-shadow: 0 30px 90px rgba(0,0,0,0.32);
    backdrop-filter: blur(12px);
}

.presence-showcase::before {
    content: "";
    position: absolute;
    top: -160px;
    right: -120px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 50%;
    box-shadow: 0 0 0 65px rgba(255,255,255,0.015), 0 0 0 130px rgba(255,255,255,0.012);
}

.presence-showcase-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 30px 25px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.presence-showcase-head span {
    color: #69c0a7;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.presence-showcase-head strong {
    color: #fff;
    font-size: 1.65rem;
    letter-spacing: -0.055em;
    line-height: 1.05;
    text-align: right;
}

.presence-cities {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    padding: 20px;
}

.presence-city {
    min-height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    background: rgba(255,255,255,0.025);
    padding: 13px;
}

.presence-city.featured {
    grid-column: span 2;
    min-height: 135px;
    background: linear-gradient(135deg, rgba(15,139,109,0.28), rgba(255,255,255,0.025));
}

.presence-city.featured.orange {
    grid-column: span 1;
    background: linear-gradient(135deg, rgba(246,139,51,0.24), rgba(255,255,255,0.025));
}

.presence-city span {
    margin-bottom: 6px;
    color: #6e7d75;
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.presence-city.featured span {
    color: #75c5ae;
}

.presence-city.orange span {
    color: #e5a16b;
}

.presence-city strong {
    color: #fff;
    font-size: 1.1rem;
}

.presence-city.featured strong {
    font-size: 1.55rem;
}

.presence-city small {
    margin-top: 5px;
    color: #87938c;
    font-size: 0.55rem;
    line-height: 1.4;
}

.presence-showcase-foot {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 25px 25px;
    color: #7f8b84;
    font-size: 0.62rem;
    font-weight: 700;
}

.presence-showcase-foot i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f68b33;
    box-shadow: 0 0 0 5px rgba(246,139,51,0.12);
}

.centres-proof {
    position: absolute;
    z-index: 2;
    left: 7%;
    bottom: 42px;
    display: flex;
    gap: 45px;
}

.centres-proof div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.centres-proof strong {
    color: #fff;
    font-size: 1.05rem;
}

.centres-proof span {
    color: #68736d;
    font-size: 0.68rem;
}

.centres-list-section {
    padding: 110px 5% 130px;
    background: #f4f5f2;
    color: #131814;
}

.centres-section-heading {
    width: min(1280px, 100%);
    margin: 0 auto 55px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
}

.centres-section-heading h2,
.distance-content h2,
.experience-heading h2,
.centres-cta h2 {
    margin-top: 10px;
    font-size: clamp(2.8rem, 5.3vw, 5.2rem);
    letter-spacing: -0.075em;
    line-height: 0.98;
}

.centres-section-heading > p {
    max-width: 440px;
    color: #69716c;
    font-size: 0.92rem;
    line-height: 1.7;
}

.campus-grid {
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.campus-card {
    overflow: hidden;
    border: 1px solid #dfe4df;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 14px 45px rgba(25,39,31,0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.campus-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 65px rgba(25,39,31,0.14);
}

.campus-card-top {
    position: relative;
    height: 285px;
    overflow: hidden;
    padding: 25px;
    background:
        linear-gradient(140deg, rgba(4,12,8,0.15), rgba(4,12,8,0.9)),
        radial-gradient(circle at 25% 25%, rgba(15,139,109,0.5), transparent 35%),
        #0a1c14;
}

.campus-roubaix .campus-card-top {
    background:
        linear-gradient(140deg, rgba(4,12,8,0.1), rgba(4,12,8,0.9)),
        radial-gradient(circle at 72% 20%, rgba(246,139,51,0.45), transparent 33%),
        #17100a;
}

.campus-card-top::before,
.campus-card-top::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    transform: rotate(18deg);
}

.campus-card-top::before {
    width: 250px;
    height: 250px;
    right: -60px;
    top: -95px;
}

.campus-card-top::after {
    width: 180px;
    height: 180px;
    left: -80px;
    bottom: -100px;
}

.campus-number,
.campus-status {
    position: relative;
    z-index: 1;
}

.campus-number {
    color: rgba(255,255,255,0.3);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.campus-status {
    float: right;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    background: rgba(0,0,0,0.14);
    color: #dce6e0;
    padding: 7px 11px;
    font-size: 0.63rem;
    font-weight: 700;
}

.campus-status i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #42cf9e;
    box-shadow: 0 0 0 4px rgba(66,207,158,0.13);
}

.campus-city-mark {
    position: absolute;
    left: 22px;
    bottom: -25px;
    color: rgba(255,255,255,0.11);
    font-size: clamp(7rem, 15vw, 12rem);
    font-weight: 800;
    letter-spacing: -0.12em;
    line-height: 0.8;
}

.campus-card-body {
    padding: 30px;
}

.campus-label {
    margin-bottom: 6px;
    color: #0f8b6d;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.campus-card h3 {
    margin-bottom: 20px;
    font-size: 2.3rem;
    letter-spacing: -0.06em;
}

.campus-card address {
    margin-bottom: 22px;
    color: #59625c;
    font-size: 0.9rem;
    font-style: normal;
    line-height: 1.65;
}

.campus-card address strong {
    color: #1b211d;
}

.campus-features {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 28px;
}

.campus-features span {
    border-radius: 50px;
    background: #eff3f0;
    color: #657069;
    padding: 7px 10px;
    font-size: 0.65rem;
    font-weight: 700;
}

.campus-actions {
    border-top: 1px solid #e7ebe7;
    padding-top: 22px;
}

.campus-route {
    background: #0f8b6d;
    color: #fff;
}

.campus-contact {
    border: 1px solid #dce2dd;
    color: #303a34;
}

.implantations-section {
    padding: 115px 5% 125px;
    background: #fff;
    color: #141915;
}

.implantations-heading {
    width: min(1280px, 100%);
    margin: 0 auto 50px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
    gap: 70px;
}

.implantations-heading h2 {
    max-width: 850px;
    margin-top: 10px;
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    letter-spacing: -0.075em;
    line-height: 1;
}

.implantations-heading > p {
    color: #69716c;
    font-size: 0.9rem;
    line-height: 1.75;
}

.implantations-grid {
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.implantations-grid article {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid #e2e6e2;
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0%, rgba(15,139,109,0.13), transparent 45%),
        #f5f7f5;
    padding: 24px;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.implantations-grid article:nth-child(2) {
    background:
        radial-gradient(circle at 100% 0%, rgba(246,139,51,0.15), transparent 45%),
        #f5f7f5;
}

.implantations-grid article:hover {
    transform: translateY(-5px);
    border-color: rgba(15,139,109,0.35);
}

.implantations-grid article > span {
    color: rgba(15,139,109,0.28);
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -0.08em;
}

.implantations-grid p {
    margin-bottom: 5px;
    color: #0f8b6d;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.implantations-grid h3 {
    font-size: 1.6rem;
    letter-spacing: -0.05em;
}

.distance-section {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 8%;
    padding: 130px max(5%, calc((100% - 1280px) / 2));
    background: #07100b;
}

.distance-visual {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center;
}

.distance-visual::before {
    content: "";
    position: absolute;
    width: 80%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #0f8b6d;
    opacity: 0.12;
    filter: blur(80px);
}

.distance-screen {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 22px;
    background: #131a16;
    box-shadow: 0 35px 90px rgba(0,0,0,0.45);
    transform: perspective(900px) rotateY(8deg) rotateX(3deg);
}

.distance-screen-top {
    display: flex;
    gap: 5px;
    padding: 4px 3px 11px;
}

.distance-screen-top span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #39433d;
}

.distance-screen-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 7px;
    aspect-ratio: 1.45;
}

.distance-person {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background:
        radial-gradient(circle at 50% 38%, #f1b68c 0 10%, transparent 11%),
        radial-gradient(ellipse at 50% 100%, #0f8b6d 0 28%, transparent 29%),
        linear-gradient(145deg, #284137, #101a15);
}

.distance-person::after {
    content: "";
    position: absolute;
    inset: auto 12px 12px;
    height: 5px;
    border-radius: 10px;
    background: rgba(255,255,255,0.16);
}

.main-person {
    grid-row: 1 / 4;
    background:
        radial-gradient(circle at 50% 38%, #eeb487 0 9%, transparent 10%),
        radial-gradient(ellipse at 50% 105%, #f68b33 0 30%, transparent 31%),
        linear-gradient(145deg, #315044, #101a15);
}

.small-person.two {
    background:
        radial-gradient(circle at 50% 38%, #c98f6b 0 10%, transparent 11%),
        radial-gradient(ellipse at 50% 100%, #537a68 0 28%, transparent 29%),
        linear-gradient(145deg, #294138, #101a15);
}

.small-person.three {
    background:
        radial-gradient(circle at 50% 38%, #e2a77d 0 10%, transparent 11%),
        radial-gradient(ellipse at 50% 100%, #875c3b 0 28%, transparent 29%),
        linear-gradient(145deg, #3d3128, #101a15);
}

.distance-badge {
    position: absolute;
    z-index: 2;
    right: 2%;
    bottom: 10%;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 50px;
    background: #f68b33;
    color: #fff;
    padding: 14px 19px;
    font-size: 0.72rem;
    font-weight: 800;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.distance-content h2 {
    max-width: 700px;
    margin-bottom: 25px;
    color: #fff;
}

.distance-content > p {
    max-width: 600px;
    margin-bottom: 34px;
    color: #9aa69f;
    font-size: 0.92rem;
    line-height: 1.75;
}

.distance-points {
    display: grid;
    gap: 12px;
    margin-bottom: 35px;
}

.distance-points div {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 0 0 12px;
}

.distance-points span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(15,139,109,0.55);
    border-radius: 50%;
    color: #52b99d;
    font-size: 0.65rem;
    font-weight: 800;
}

.distance-points p {
    color: #c0c9c4;
    font-size: 0.78rem;
    line-height: 1.5;
}

.centres-experience {
    padding: 120px 5% 135px;
    background: #fff;
    color: #141915;
}

.experience-heading {
    width: min(1280px, 100%);
    margin: 0 auto 55px;
}

.experience-grid {
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.experience-grid article {
    min-height: 260px;
    border: 1px solid #e1e5e1;
    border-radius: 22px;
    background: #f6f7f5;
    padding: 28px;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.experience-grid article:hover {
    transform: translateY(-5px);
    border-color: rgba(15,139,109,0.35);
}

.experience-grid span {
    display: inline-block;
    margin-bottom: 55px;
    color: #0f8b6d;
    font-size: 0.68rem;
    font-weight: 800;
}

.experience-grid h3 {
    margin-bottom: 13px;
    font-size: 1.25rem;
}

.experience-grid p {
    color: #6c746f;
    font-size: 0.82rem;
    line-height: 1.7;
}

.centres-cta {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
    gap: 70px;
    padding: 110px max(5%, calc((100% - 1280px) / 2));
    background:
        radial-gradient(circle at 10% 110%, rgba(15,139,109,0.28), transparent 38%),
        #07100b;
}

.centres-cta h2 {
    color: #fff;
}

.centres-cta h2 span {
    color: #0f8b6d;
}

.centres-cta p {
    max-width: 440px;
    margin-bottom: 28px;
    color: #a7b0ab;
    line-height: 1.7;
}

@media screen and (max-width: 1000px) {
    .centres-hero {
        grid-template-columns: 1fr;
        padding-top: 170px;
    }

    .presence-showcase {
        width: min(580px, 100%);
        justify-self: center;
    }

    .centres-proof {
        position: relative;
        left: auto;
        bottom: auto;
        grid-column: 1;
    }

    .distance-section {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .distance-visual {
        min-height: 440px;
    }
}

@media screen and (max-width: 768px) {
    .centres-hero {
        min-height: auto;
        display: block;
        padding: 145px 5% 80px;
    }

    .centres-kicker {
        font-size: 0.62rem;
    }

    .centres-hero h1 {
        font-size: clamp(3.4rem, 17vw, 5rem);
    }

    .centres-hero-content > p {
        font-size: 0.9rem;
    }

    .presence-showcase {
        margin: 65px auto 45px;
    }

    .presence-showcase-head {
        padding: 23px 20px 20px;
    }

    .presence-showcase-head strong {
        font-size: 1.25rem;
    }

    .presence-cities {
        grid-template-columns: repeat(2, 1fr);
        padding: 14px;
    }

    .presence-city,
    .presence-city.featured,
    .presence-city.featured.orange {
        grid-column: span 1;
        min-height: 105px;
    }

    .presence-city.featured strong {
        font-size: 1.15rem;
    }

    .presence-showcase-foot {
        padding: 0 18px 20px;
    }

    .implantations-section {
        padding: 75px 5% 90px;
    }

    .implantations-heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .implantations-grid {
        grid-template-columns: 1fr;
    }

    .centres-proof {
        justify-content: space-between;
        gap: 10px;
    }

    .centres-proof div {
        text-align: center;
    }

    .centres-list-section,
    .centres-experience {
        padding: 75px 5% 90px;
    }

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

    .centres-section-heading > p {
        margin-top: 22px;
    }

    .campus-grid,
    .experience-grid,
    .centres-cta {
        grid-template-columns: 1fr;
    }

    .campus-card-top {
        height: 215px;
    }

    .campus-actions a {
        flex: 1;
    }

    .distance-section {
        padding: 80px 5%;
    }

    .distance-visual {
        min-height: 310px;
    }

    .distance-badge {
        right: 0;
        bottom: 4%;
    }

    .experience-grid article {
        min-height: 230px;
    }

    .experience-grid span {
        margin-bottom: 38px;
    }

    .centres-cta {
        gap: 25px;
        padding: 80px 5%;
    }
}
