:root {
    --blue: #00588a;
    --deep-blue: #003b71;
    --green: #007d5a;
    --teal: #00abbD;
    --aqua: #54c6d3;
    --charcoal: #231f20;
    --grey: #636466;
    --light-grey: #f5f7f8;
    --white: #ffffff;
    --shadow: 0 14px 35px rgba(0, 45, 70, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Century Gothic"; color: var(--charcoal); background: var(--white); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1420px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,88,138,.12); transition: .25s ease; }
.site-header.scrolled { box-shadow: 0 10px 28px rgba(0,0,0,.12); }
.navbar { min-height: 92px; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; }
.brand img { width: 285px; max-height: 76px; object-fit: contain; object-position: left center; }
.menu-wrap { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.menu { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.menu > li { position: relative; }
.menu > li > a, .dropdown-toggle { border: 0; background: transparent; display: flex; align-items: center; gap: 6px; padding: 34px 12px; color: var(--charcoal); font-size: .79rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; cursor: pointer; white-space: nowrap; }
.menu > li > a:hover, .dropdown-toggle:hover, .menu > li > a.active { color: var(--blue); }
.menu > li > a.active::after { content: ''; position: absolute; left: 12px; right: 12px; bottom: 22px; height: 3px; background: linear-gradient(90deg,var(--green),var(--teal)); border-radius: 3px; }
.dropdown { position: absolute; top: calc(100% - 10px); left: 0; min-width: 265px; margin: 0; padding: 12px; list-style: none; background: var(--white); border-top: 4px solid var(--teal); border-radius: 0 0 10px 10px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; }
.dropdown-right { left: auto; right: 0; }
.dropdown li a, .mega-menu a { display: block; padding: 11px 12px; border-radius: 6px; color: var(--grey); font-size: .86rem; font-weight: 500; line-height: 1.35; }
.dropdown li a:hover, .mega-menu a:hover { color: var(--blue); background: #eef8fa; transform: translateX(3px); }
.has-dropdown:hover > .dropdown, .has-dropdown.open > .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-item { position: static !important; }
.mega-menu { left: 50%; transform: translate(-50%, 10px); width: min(780px, calc(100vw - 60px)); display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; padding: 24px; }
.mega-item:hover > .mega-menu, .mega-item.open > .mega-menu { transform: translate(-50%, 0); }
.mega-menu h3 { margin: 0 12px 8px; color: var(--green); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
.apply-button { padding: 14px 18px; border-radius: 7px; background: linear-gradient(135deg,var(--green),var(--teal)); color: var(--white); font-weight: 800; font-size: .82rem; text-transform: uppercase; box-shadow: 0 8px 20px rgba(0,125,90,.25); white-space: nowrap; }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 42px; border: 0; border-radius: 7px; background: var(--blue); padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: white; }
.hero { position: relative; min-height: 100vh; padding-top: 92px; display: flex; align-items: center; overflow: hidden; background: url('../images/udm-campus-hero.png') center 42%/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,34,58,.86) 0%, rgba(0,59,113,.58) 43%, rgba(0,0,0,.10) 76%); }
.hero-content { position: relative; z-index: 2; color: var(--white); padding-top: 60px; padding-bottom: 100px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--aqua); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.hero h1 { max-width: 760px; margin: 0; font-family: "Century Gothic"; font-size: clamp(3.3rem, 6vw, 6.7rem); line-height: .98; letter-spacing: -.035em; text-shadow: 0 5px 24px rgba(0,0,0,.25); }
.hero-text { max-width: 650px; margin: 26px 0 0; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.75; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border-radius: 6px; font-weight: 800; font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg,var(--green),var(--teal)); color: white; }
.btn-secondary { border: 1px solid rgba(255,255,255,.7); color: white; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.hero-stat-card { position: absolute; right: 4vw; bottom: 0; z-index: 3; display: grid; grid-template-columns: repeat(3,1fr); min-width: 440px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.hero-stat-card div { padding: 22px 25px; border-right: 1px solid #e2e8eb; }
.hero-stat-card div:last-child { border-right: 0; }
.hero-stat-card strong, .hero-stat-card span { display: block; }
.hero-stat-card strong { color: var(--blue); font-size: 1.45rem; }
.hero-stat-card span { margin-top: 4px; color: var(--grey); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.scroll-cue { position: absolute; z-index: 4; bottom: 24px; left: 50%; color: white; font-size: 2.2rem; animation: bounce 1.8s infinite; }
@keyframes bounce { 50% { transform: translateY(7px); } }
.intro-section { padding: 90px 0; background: white; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.intro-grid h2 { margin: 0; color: var(--deep-blue); font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.1rem,4vw,4rem); line-height: 1.1; }
.intro-grid p { margin: 0; color: var(--grey); font-size: 1.05rem; line-height: 1.85; }
.text-link { display: inline-block; margin-top: 22px; color: var(--green); font-weight: 800; }
.feature-strip { padding: 0 0 90px; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.feature-grid article { padding: 34px; border-top: 4px solid var(--teal); background: var(--light-grey); }
.feature-grid span { color: var(--aqua); font-size: .76rem; font-weight: 800; letter-spacing: .14em; }
.feature-grid h3 { margin: 18px 0 10px; color: var(--deep-blue); }
.feature-grid p { margin: 0; color: var(--grey); line-height: 1.7; }
@media (max-width: 1240px) {
    .brand img { width: 235px; }
    .navbar { gap: 18px; }
    .menu > li > a, .dropdown-toggle { padding-inline: 8px; font-size: .72rem; }
    .menu-wrap { gap: 10px; }
}
@media (max-width: 1050px) {
    .navbar { min-height: 82px; }
    .brand img { width: 255px; max-height: 66px; }
    .menu-toggle { display: block; }
    .menu-wrap { position: fixed; top: 82px; right: 0; width: min(420px, 92vw); height: calc(100vh - 82px); padding: 18px; display: block; overflow-y: auto; background: white; box-shadow: -12px 20px 35px rgba(0,0,0,.18); transform: translateX(105%); transition: .25s ease; }
    .menu-wrap.open { transform: translateX(0); }
    .menu { display: block; }
    .menu > li > a, .dropdown-toggle { width: 100%; justify-content: space-between; padding: 15px 10px; text-align: left; }
    .menu > li > a.active::after { bottom: 5px; }
    .dropdown, .mega-menu { position: static; width: 100%; min-width: 0; display: none; opacity: 1; visibility: visible; transform: none !important; box-shadow: none; border: 0; border-left: 3px solid var(--teal); border-radius: 0; }
    .has-dropdown.open > .dropdown { display: block; }
    .mega-menu { grid-template-columns: 1fr; gap: 10px; padding: 14px; }
    .apply-button { display: block; margin-top: 16px; text-align: center; }
    .hero { padding-top: 82px; }
    .hero-stat-card { right: 24px; min-width: 380px; }
}
@media (max-width: 720px) {
    .container { width: min(100% - 28px, 1420px); }
    .brand img { width: 220px; }
    .hero { min-height: 860px; background-position: 57% center; align-items: flex-end; }
    .hero-overlay { background: linear-gradient(0deg, rgba(0,34,58,.94) 0%, rgba(0,59,113,.64) 62%, rgba(0,0,0,.12) 100%); }
    .hero-content { padding: 160px 0 220px; }
    .hero h1 { font-size: clamp(3rem,15vw,4.7rem); }
    .hero-stat-card { left: 14px; right: 14px; min-width: 0; }
    .hero-stat-card div { padding: 16px 12px; }
    .scroll-cue { display: none; }
    .intro-grid, .feature-grid { grid-template-columns: 1fr; gap: 32px; }
    .intro-section { padding: 65px 0; }
}

/* Enhanced multi-level university header */
.contact-ribbon {
    background: linear-gradient(90deg, var(--deep-blue), #00588a 58%, #007d7a);
    color: var(--white);
    border-bottom: 1px solid rgba(255,255,255,.16);
}
.contact-ribbon-inner {
    min-height: 68px;
    display: grid;
    grid-template-columns: 150px repeat(3, 1fr);
    align-items: stretch;
}
.contact-heading,
.campus-contact {
    display: flex;
    align-items: center;
}
.contact-heading {
    gap: 10px;
    padding-right: 22px;
    border-right: 1px solid rgba(255,255,255,.18);
}
.contact-heading strong,
.contact-heading small,
.campus-copy strong,
.campus-copy small {
    display: block;
}
.contact-heading strong {
    font-size: .83rem;
    text-transform: uppercase;
    letter-spacing: .11em;
}
.contact-heading small {
    margin-top: 3px;
    color: rgba(255,255,255,.68);
    font-size: .67rem;
}
.contact-icon {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 50%;
    color: var(--aqua);
}
.campus-contact {
    position: relative;
    gap: 10px;
    min-width: 0;
    padding: 9px 18px;
    border-right: 1px solid rgba(255,255,255,.14);
    transition: background .2s ease;
}
.campus-contact:last-child { border-right: 0; }
.campus-contact:hover { background: rgba(33, 32, 32, 0.09); }
.campus-pin {
    color: var(--aqua);
    font-size: .58rem;
    filter: drop-shadow(0 0 5px rgba(84,198,211,.5));
}
.campus-copy {
    min-width: 0;
    flex: 1;
        color: rgba(255,255,255,.72);
}
.campus-copy strong {
    font-size: .72rem;
    
    letter-spacing: .02em;
}
.campus-copy small {
    margin-top: 3px;
    overflow: hidden;
    color: rgba(255,255,255,.72);
    font-size: .63rem;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.campus-phone {
    flex: 0 0 auto;
    padding: 6px 8px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: var(--white);
    font-size: .66rem;
    font-weight: 700;
    white-space: nowrap;
}
.header-tools {
    display: flex;
    align-items: center;
    gap: 9px;
}
.tool-button {
    width: 39px;
    height: 39px;
    border: 1px solid rgba(0,88,138,.17);
    border-radius: 50%;
    background: #f4f9fb;
    color: var(--blue);
    cursor: pointer;
    font-size: 1.25rem;
}
.tool-button:hover { background: #e7f5f7; }
.language-link {
    padding: 10px 4px;
    color: var(--deep-blue);
    font-size: .7rem;
    font-weight: 800;
    white-space: nowrap;
}
.language-link span { color: var(--aqua); }
.apply-button span { margin-left: 5px; font-size: 1rem; }

/* Header is taller because of the contact ribbon */
.hero { padding-top: 160px; }

@media (max-width: 1320px) {
    .contact-ribbon-inner { grid-template-columns: 125px repeat(3, 1fr); }
    .campus-contact { padding-inline: 11px; }
    .campus-phone { display: none; }
    .contact-heading { padding-right: 12px; }
    .header-tools { gap: 5px; }
    .language-link { display: none; }
}

@media (max-width: 1050px) {
    .contact-ribbon { position: relative; }
    .contact-ribbon-inner {
        width: 100%;
        min-height: 58px;
        grid-template-columns: repeat(3, 1fr);
    }
    .contact-heading { display: none; }
    .campus-contact { justify-content: center; padding: 8px 10px; }
    .campus-copy small { display: none; }
    .campus-copy strong { font-size: .65rem; text-align: center; }
    .campus-pin { display: none; }
    .menu-wrap { top: 140px; height: calc(100vh - 140px); }
    .hero { padding-top: 140px; }
    .header-tools { margin-top: 18px; justify-content: center; }
    .language-link { display: inline-block; }
    .tool-button { display: none; }
}

@media (max-width: 720px) {
    .contact-ribbon-inner { min-height: 51px; }
    .campus-contact { padding: 7px 5px; }
    .campus-copy strong { font-size: .56rem; line-height: 1.22; }
    .navbar { min-height: 74px; }
    .brand img { width: 205px; max-height: 58px; }
    .menu-wrap { top: 125px; height: calc(100vh - 125px); }
    .hero { padding-top: 125px; }
}

        /* ===============4 Campuses======================================================
           1. UNIVERSITY COLOUR PALETTE
           The requested RGB colours are stored as reusable CSS variables.
           ===================================================================== */
        :root {
            --udm-grey-light: rgb(167, 169, 172);
            --udm-green: rgb(0, 125, 90);
            --udm-blue: rgb(0, 88, 138);
            --udm-cyan-dark: rgb(0, 171, 189);
            --udm-cyan-light: rgb(84, 198, 211);
            --udm-cyan: rgb(0, 183, 199);
            --udm-black: rgb(35, 31, 32);
            --udm-grey-dark: rgb(99, 100, 102);

            --white: #ffffff;
            --off-white: #f6fafb;
            --border-colour: #dce7eb;
            --container-width: 1180px;
            --large-radius: 24px;
            --medium-radius: 16px;
            --card-shadow: 0 16px 40px rgba(0, 88, 138, 0.12);
        }

        /* =====================================================================
           2. GENERAL PAGE RESET
           ===================================================================== */
        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            color: var(--udm-black);
            background: var(--white);
            font-family: "Century Gothic";
            line-height: 1.7;
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        button {
            font: inherit;
        }

        .container {
            width: 92%;
            max-width: var(--container-width);
            margin: 0 auto;
        }

        .section {
            padding: 86px 0;
        }

        .section-light {
            background: var(--off-white);
        }

        h1,
        h2,
        h3 {
            margin-top: 0;
            font-family: "Century Gothic";
            line-height: 1.2;
        }

        h2 {
            margin-bottom: 16px;
            color: var(--udm-blue);
            font-size: 2.6rem;
        }

        .section-heading {
            max-width: 760px;
            margin-bottom: 42px;
        }

        .section-heading p {
            margin: 0;
            color: var(--udm-grey-dark);
            font-size: 1.08rem;
        }

        .eyebrow {
            display: inline-block;
            margin-bottom: 12px;
            color: var(--udm-green);
            font-family: "Century Gothic";
            font-size: 0.82rem;
            font-weight: 800;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        /* =====================================================================
           3. ACCESSIBILITY LINK
           Visible only when selected with the keyboard.
           ===================================================================== */
        .skip-link {
            position: fixed;
            top: -80px;
            left: 18px;
            z-index: 9999;
            padding: 12px 18px;
            border-radius: 8px;
            color: var(--white);
            background: var(--udm-black);
        }

        .skip-link:focus {
            top: 18px;
        }

        /* =====================================================================
           4. TOP INFORMATION BAR
           ===================================================================== */
        .topbar {
            color: var(--white);
            background: var(--udm-blue);
            font-size: 0.9rem;
        }

        .topbar-inner {
            min-height: 42px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }

        .topbar-links {
            display: flex;
            gap: 20px;
        }

        .topbar a:hover,
        .topbar a:focus {
            color: var(--udm-cyan-light);
        }

        /* =====================================================================
           5. MAIN HEADER AND NAVIGATION
           ===================================================================== */
        .site-header {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.98);
            border-bottom: 1px solid var(--border-colour);
        }

        .navbar {
            min-height: 86px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 30px;
        }

        .brand {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .brand-mark {
            width: 54px;
            height: 54px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            border-radius: 16px;
            color: var(--white);
            background: linear-gradient(135deg, var(--udm-blue), var(--udm-green));
            box-shadow: 0 10px 25px rgba(0, 88, 138, 0.22);
            font-family: "Century Gothic";
            font-weight: 800;
        }

        .brand-text strong,
        .brand-text span {
            display: block;
        }

        .brand-text strong {
            color: var(--udm-blue);
            font-family: "Century Gothic";
            font-size: 1rem;
            line-height: 1.3;
        }

        .brand-text span {
            color: var(--udm-grey-dark);
            font-size: 0.78rem;
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: 26px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .nav-links a {
            position: relative;
            color: var(--udm-black);
            font-family: "Century Gothic";
            font-size: 0.85rem;
            font-weight: 700;
        }

        .nav-links a:after {
            content: "";
            position: absolute;
            right: 0;
            bottom: -8px;
            left: 0;
            height: 3px;
            border-radius: 999px;
            background: var(--udm-cyan);
            transform: scaleX(0);
            transition: transform 0.2s ease;
        }

        .nav-links a:hover:after,
        .nav-links a:focus:after,
        .nav-links a.active:after {
            transform: scaleX(1);
        }

        .nav-links .apply-link {
            padding: 12px 18px;
            border-radius: 999px;
            color: var(--white);
            background: var(--udm-green);
        }

        .nav-links .apply-link:after {
            display: none;
        }

        .menu-toggle {
            display: none;
            width: 46px;
            height: 46px;
            border: 0;
            border-radius: 12px;
            color: var(--white);
            background: var(--udm-blue);
            cursor: pointer;
        }

        /* =====================================================================
           6. HERO AREA
           ===================================================================== */
        .hero {
            position: relative;
            overflow: hidden;
            min-height: 590px;
            display: flex;
            align-items: center;
            color: var(--white);
            background:
                linear-gradient(110deg, rgba(0, 88, 138, 0.97), rgba(0, 125, 90, 0.88)),
                radial-gradient(circle at 80% 20%, var(--udm-cyan-light), transparent 34%);
        }

        .hero:before,
        .hero:after {
            content: "";
            position: absolute;
            border: 1px solid rgba(255, 255, 255, 0.16);
            border-radius: 50%;
        }

        .hero:before {
            width: 420px;
            height: 420px;
            top: -120px;
            right: -120px;
        }

        .hero:after {
            width: 260px;
            height: 260px;
            right: 190px;
            bottom: -140px;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 830px;
            padding: 90px 0 130px;
        }

        .hero .eyebrow {
            color: var(--udm-cyan-light);
        }

        .hero h1 {
            max-width: 800px;
            margin-bottom: 22px;
            font-size: 5rem;
            letter-spacing: -0.04em;
        }

        .hero p {
            max-width: 760px;
            margin: 0 0 32px;
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.2rem;
        }

        .hero-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
        }

        .button {
            min-height: 50px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 13px 22px;
            border: 2px solid transparent;
            border-radius: 999px;
            font-family: "Century Gothic";
            font-size: 0.9rem;
            font-weight: 800;
            transition: transform 0.2s ease;
        }

        .button:hover,
        .button:focus {
            transform: translateY(-2px);
        }

        .button-primary {
            color: var(--udm-blue);
            background: var(--white);
        }

        .button-outline {
            color: var(--white);
            border-color: rgba(255, 255, 255, 0.65);
        }

        .hero-statistics {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 3;
            background: rgba(35, 31, 32, 0.22);
            border-top: 1px solid rgba(255, 255, 255, 0.18);
        }

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

        .statistic {
            padding: 22px;
            text-align: center;
            border-right: 1px solid rgba(255, 255, 255, 0.16);
        }

        .statistic:last-child {
            border-right: 0;
        }

        .statistic strong,
        .statistic span {
            display: block;
        }

        .statistic strong {
            font-family:"Century Gothic";
            font-size: 1.75rem;
        }

        .statistic span {
            color: rgba(255, 255, 255, 0.78);
            font-size: 0.85rem;
        }

        /* =====================================================================
           7. UNIVERSITY OVERVIEW
           ===================================================================== */
        .overview-panel {
            display: grid;
            grid-template-columns: 0.8fr 1.2fr;
            gap: 48px;
            align-items: center;
            padding: 44px;
            border: 1px solid var(--border-colour);
            border-radius: var(--large-radius);
            background: var(--white);
            box-shadow: var(--card-shadow);
        }

        .overview-visual {
            position: relative;
            min-height: 340px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            border-radius: 20px;
            color: var(--white);
            background: linear-gradient(145deg, var(--udm-cyan-dark), var(--udm-blue));
        }

        .overview-visual:before {
            content: "";
            position: absolute;
            width: 220px;
            height: 220px;
            top: -70px;
            right: -50px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.12);
        }

        .overview-visual i {
            position: relative;
            font-size: 6rem;
        }

        .overview-content p:last-child {
            margin-bottom: 0;
        }

        /* =====================================================================
           8. CAMPUS CARDS
           ===================================================================== */
        .campus-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .campus-card {
            position: relative;
            overflow: hidden;
            min-height: 100%;
            padding: 30px;
            border: 1px solid var(--border-colour);
            border-radius: var(--medium-radius);
            background: var(--white);
            box-shadow: 0 12px 30px rgba(35, 31, 32, 0.06);
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }

        .campus-card:hover {
            transform: translateY(-7px);
            box-shadow: var(--card-shadow);
        }

        .campus-card:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            height: 6px;
            background: linear-gradient(90deg, var(--udm-green), var(--udm-cyan));
        }

        .campus-icon {
            width: 62px;
            height: 62px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 22px;
            border-radius: 18px;
            color: var(--white);
            background: var(--udm-blue);
            font-size: 1.45rem;
        }

        .campus-label {
            display: inline-block;
            margin-bottom: 12px;
            padding: 5px 10px;
            border-radius: 999px;
            color: var(--udm-green);
            background: rgba(0, 125, 90, 0.09);
            font-size: 0.76rem;
            font-weight: 800;
            text-transform: uppercase;
        }

        .campus-card h3 {
            margin-bottom: 5px;
            color: var(--udm-blue);
            font-size: 1.25rem;
        }

        .campus-location {
            margin-bottom: 16px;
            color: var(--udm-grey-dark);
            font-size: 0.9rem;
            font-weight: 700;
        }

        .campus-card p {
            margin-bottom: 0;
            color: var(--udm-grey-dark);
        }

        /* =====================================================================
           9. FACULTY AND DEPARTMENT CARDS
           ===================================================================== */
        .faculty-list {
            display: grid;
            gap: 28px;
        }

        .faculty-card {
            display: grid;
            grid-template-columns: 250px 1fr;
            overflow: hidden;
            border: 1px solid var(--border-colour);
            border-radius: var(--large-radius);
            background: var(--white);
            box-shadow: 0 10px 34px rgba(0, 88, 138, 0.08);
        }

        .faculty-identity {
            min-height: 220px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 32px;
            color: var(--white);
            background: linear-gradient(145deg, var(--udm-blue), var(--udm-cyan-dark));
        }

        .faculty-card:nth-child(2) .faculty-identity {
            background: linear-gradient(145deg, var(--udm-green), var(--udm-cyan-dark));
        }

        .faculty-card:nth-child(3) .faculty-identity {
            background: linear-gradient(145deg, var(--udm-black), var(--udm-blue));
        }

        .faculty-identity i {
            font-size: 2.5rem;
        }

        .faculty-identity strong {
            font-family: "Montserrat", Arial, sans-serif;
            font-size: 2rem;
        }

        .faculty-body {
            padding: 34px;
        }

        .faculty-body h3 {
            margin-bottom: 12px;
            color: var(--udm-blue);
            font-size: 1.4rem;
        }

        .faculty-body > p {
            margin-top: 0;
            color: var(--udm-grey-dark);
        }

        .department-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
            margin: 24px 0 0;
            padding: 0;
            list-style: none;
        }

        .department-list li {
            position: relative;
            padding: 14px 14px 14px 44px;
            border: 1px solid var(--border-colour);
            border-radius: 12px;
            background: var(--off-white);
            font-size: 0.93rem;
            font-weight: 600;
        }

        .department-list li:before {
            content: "\f19d";
            position: absolute;
            left: 15px;
            top: 15px;
            color: var(--udm-green);
            font-family: "Century Gothic";
            font-weight: 900;
        }

        /* =====================================================================
           10. DOCTORAL SCHOOL SECTION
           ===================================================================== */
        .doctoral-panel {
            display: grid;
            grid-template-columns: auto 1fr auto;
            gap: 24px;
            align-items: center;
            padding: 34px;
            border-radius: var(--large-radius);
            color: var(--white);
            background: linear-gradient(100deg, var(--udm-black), var(--udm-blue));
            box-shadow: var(--card-shadow);
        }

        .doctoral-icon {
            width: 74px;
            height: 74px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 22px;
            color: var(--udm-blue);
            background: var(--udm-cyan-light);
            font-size: 2rem;
        }

        .doctoral-panel h3 {
            margin-bottom: 8px;
            font-size: 1.5rem;
        }

        .doctoral-panel p {
            margin: 0;
            color: rgba(255, 255, 255, 0.82);
        }

        /* =====================================================================
           11. FOOTER
           ===================================================================== */
        .footer {
            color: rgba(255, 255, 255, 0.82);
            background: var(--udm-black);
        }

        .footer-main {
            display: grid;
            grid-template-columns: 1.4fr 1fr 1fr;
            gap: 48px;
            padding: 60px 0;
        }

        .footer h3 {
            color: var(--white);
            font-size: 1.05rem;
        }

        .footer ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .footer li {
            margin-bottom: 9px;
        }

        .footer a:hover,
        .footer a:focus {
            color: var(--udm-cyan-light);
        }

        .footer-bottom {
            padding: 20px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: var(--udm-grey-light);
            text-align: center;
            font-size: 0.86rem;
        }

        /* =====================================================================
           12. RESPONSIVE DESIGN
           ===================================================================== */
        @media screen and (max-width: 960px) {
            .menu-toggle {
                display: block;
            }

            .nav-links {
                position: absolute;
                top: 100%;
                right: 0;
                left: 0;
                display: none;
                padding: 22px 4%;
                background: var(--white);
                border-bottom: 1px solid var(--border-colour);
                box-shadow: 0 18px 28px rgba(35, 31, 32, 0.1);
            }

            .nav-links.open {
                display: block;
            }

            .nav-links li {
                margin-bottom: 15px;
            }

            .nav-links li:last-child {
                margin-bottom: 0;
            }

            .nav-links a {
                display: block;
                padding: 8px 0;
            }

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

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

            .overview-panel {
                grid-template-columns: 1fr;
            }

            .overview-visual {
                min-height: 250px;
            }
        }

        @media screen and (max-width: 720px) {
            .topbar-inner {
                justify-content: center;
                padding: 10px 0;
                text-align: center;
            }

            .topbar-links {
                display: none;
            }

            .hero {
                min-height: 720px;
            }

            .hero-content {
                padding: 72px 0 220px;
            }

            .hero h1 {
                font-size: 3.2rem;
            }

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

            .statistic:nth-child(2) {
                border-right: 0;
            }

            .statistic:nth-child(1),
            .statistic:nth-child(2) {
                border-bottom: 1px solid rgba(255, 255, 255, 0.16);
            }

            .department-list {
                grid-template-columns: 1fr;
            }

            .doctoral-panel {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .doctoral-icon {
                margin: 0 auto;
            }

            .footer-main {
                grid-template-columns: 1fr;
            }
        }

        @media screen and (max-width: 480px) {
            .section {
                padding: 64px 0;
            }

            .brand-text span {
                display: none;
            }

            .brand-text strong {
                font-size: 0.86rem;
            }

            .brand-mark {
                width: 48px;
                height: 48px;
            }

            .hero h1 {
                font-size: 2.65rem;
            }

            h2 {
                font-size: 2rem;
            }

            .overview-panel,
            .faculty-body,
            .faculty-identity {
                padding: 26px;
            }
        }


