:root {
            --navy-950: #06162b;
            --navy-900: #081f3d;
            --navy-800: #0d2f57;
            --blue-700: #15558a;
            --blue-600: #1c6ca8;
            --gold-500: #c99a3d;
            --gold-400: #dfb75f;
            --cream: #f7f3ea;
            --paper: #fbfcfe;
            --white: #ffffff;
            --ink: #172033;
            --muted: #627087;
            --border: #dbe3ec;
            --success: #167b55;
            --error: #b43b45;
            --shadow-sm: 0 12px 30px rgba(8, 31, 61, 0.08);
            --shadow-lg: 0 30px 70px rgba(5, 21, 42, 0.17);
            --radius-sm: 12px;
            --radius-md: 22px;
            --radius-lg: 34px;
            --container: 1180px;
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
            scroll-padding-top: 92px;
        }

        body {
            margin: 0;
            color: var(--ink);
            background: var(--paper);
            font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            line-height: 1.65;
            -webkit-font-smoothing: antialiased;
        }

        body.menu-open {
            overflow: hidden;
        }

        img,
        svg {
            display: block;
            max-width: 100%;
        }

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

        button,
        input,
        select,
        textarea {
            font: inherit;
        }

        .container {
            width: min(var(--container), calc(100% - 40px));
            margin-inline: auto;
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            margin: 0 0 14px;
            color: var(--gold-500);
            font-size: 0.76rem;
            font-weight: 800;
            letter-spacing: 0.16em;
            text-transform: uppercase;
        }

        .eyebrow::before {
            width: 30px;
            height: 2px;
            content: "";
            background: currentColor;
        }

        h1,
        h2,
        h3 {
            margin: 0;
            color: var(--navy-900);
            font-family: Georgia, "Times New Roman", serif;
            line-height: 1.1;
        }

        h1 {
            max-width: 850px;
            font-size: clamp(2.7rem, 7vw, 5.7rem);
            letter-spacing: -0.055em;
        }

        h2 {
            max-width: 800px;
            font-size: clamp(2rem, 4.2vw, 3.65rem);
            letter-spacing: -0.04em;
        }

        h3 {
            font-size: 1.42rem;
        }

        p {
            margin: 0;
        }

        .section {
            padding: 110px 0;
        }

        .section-heading {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
            gap: 70px;
            align-items: end;
            margin-bottom: 54px;
        }

        .section-heading p {
            color: var(--muted);
            font-size: 1.05rem;
        }

        .skip-link {
            position: fixed;
            top: 12px;
            left: 12px;
            z-index: 9999;
            padding: 10px 16px;
            border-radius: 8px;
            color: var(--white);
            background: var(--navy-950);
            transform: translateY(-150%);
        }

        .skip-link:focus {
            transform: translateY(0);
        }

        .topbar {
            color: #dce8f4;
            background: var(--navy-950);
            font-size: 0.84rem;
        }

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

        .topbar-contact,
        .topbar-note {
            display: flex;
            align-items: center;
            gap: 18px;
        }

        .topbar a:hover {
            color: var(--gold-400);
        }

        .site-header {
            position: sticky;
            top: 0;
            z-index: 1000;
            border-bottom: 1px solid rgba(8, 31, 61, 0.08);
            background: rgba(255, 255, 255, 0.94);
            backdrop-filter: blur(18px);
        }

        .nav-shell {
            min-height: 78px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 24px;
        }

        .brand {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            flex: 0 0 auto;
        }

        .brand-logo {
            width: auto;
            height: 52px;
            max-width: 235px;
            object-fit: contain;
        }

        .footer-brand-logo-wrap {
            display: inline-flex;
            align-items: center;
            padding: 10px 14px;
            border-radius: 14px;
            background: var(--white);
        }

        .footer-brand-logo-wrap .brand-logo {
            height: 54px;
        }

        .site-nav {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .site-nav a {
            padding: 11px 10px;
            border-radius: 9px;
            color: #334158;
            font-size: 0.9rem;
            font-weight: 650;
        }

        .site-nav a:hover,
        .site-nav a:focus-visible {
            color: var(--blue-700);
            background: #eef5fa;
        }

        .nav-cta {
            margin-left: 7px;
            padding-inline: 18px !important;
            color: var(--white) !important;
            background: var(--navy-900) !important;
        }

        .nav-cta:hover {
            background: var(--blue-700) !important;
        }

        .menu-button {
            display: none;
            width: 44px;
            height: 44px;
            padding: 0;
            border: 0;
            border-radius: 12px;
            color: var(--navy-900);
            background: #edf3f8;
            cursor: pointer;
        }

        .menu-button span {
            display: block;
            width: 20px;
            height: 2px;
            margin: 5px auto;
            background: currentColor;
            transition: transform 0.2s ease, opacity 0.2s ease;
        }

        .hero {
            position: relative;
            overflow: hidden;
            color: var(--white);
            background:
                radial-gradient(circle at 84% 16%, rgba(223, 183, 95, 0.25), transparent 18%),
                radial-gradient(circle at 74% 70%, rgba(28, 108, 168, 0.38), transparent 32%),
                linear-gradient(115deg, var(--navy-950) 0%, var(--navy-900) 48%, #0d3b67 100%);
        }

        .hero::before {
            position: absolute;
            inset: 0;
            content: "";
            opacity: 0.18;
            background-image:
                linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
            background-size: 58px 58px;
            mask-image: linear-gradient(to left, black, transparent 70%);
        }

        .hero::after {
            position: absolute;
            right: -110px;
            bottom: -280px;
            width: 650px;
            height: 650px;
            content: "";
            border: 1px solid rgba(255,255,255,.18);
            border-radius: 50%;
            box-shadow:
                0 0 0 65px rgba(255,255,255,.025),
                0 0 0 130px rgba(255,255,255,.025);
        }

        .hero-inner {
            position: relative;
            z-index: 1;
            min-height: 720px;
            display: grid;
            grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.72fr);
            gap: 70px;
            align-items: center;
            padding: 90px 0 100px;
        }

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

        .hero h1 span {
            color: var(--gold-400);
        }

        .hero-intro {
            max-width: 760px;
            margin-top: 27px;
            color: #d8e3ee;
            font-size: clamp(1.05rem, 1.6vw, 1.25rem);
        }

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

        .button {
            min-height: 50px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            gap: 9px;
            padding: 13px 21px;
            border: 1px solid transparent;
            border-radius: 12px;
            font-size: 0.94rem;
            font-weight: 800;
            transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
        }

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

        .button-primary {
            color: var(--navy-950);
            background: var(--gold-400);
            box-shadow: 0 14px 34px rgba(201, 154, 61, 0.23);
        }

        .button-primary:hover {
            background: #edc973;
        }

        .button-secondary {
            color: var(--white);
            border-color: rgba(255, 255, 255, 0.26);
            background: rgba(255, 255, 255, 0.07);
        }

        .button-secondary:hover {
            background: rgba(255, 255, 255, 0.13);
        }

        .hero-panel {
            position: relative;
            padding: 30px;
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: var(--radius-lg);
            background: rgba(255, 255, 255, 0.08);
            box-shadow: var(--shadow-lg);
            backdrop-filter: blur(15px);
        }

        .hero-panel::before {
            position: absolute;
            top: -18px;
            right: 30px;
            width: 88px;
            height: 4px;
            content: "";
            border-radius: 99px;
            background: var(--gold-400);
        }

        .panel-kicker {
            color: var(--gold-400);
            font-size: 0.78rem;
            font-weight: 800;
            letter-spacing: 0.13em;
            text-transform: uppercase;
        }

        .hero-panel h2 {
            margin-top: 13px;
            color: var(--white);
            font-size: 2rem;
            letter-spacing: -0.03em;
        }

        .hero-panel p {
            margin-top: 16px;
            color: #d8e3ee;
        }

        .panel-details {
            display: grid;
            gap: 12px;
            margin-top: 26px;
        }

        .panel-detail {
            display: grid;
            grid-template-columns: 40px 1fr;
            gap: 13px;
            align-items: center;
            padding: 12px;
            border-radius: 13px;
            background: rgba(255,255,255,.07);
        }

        .panel-icon {
            width: 40px;
            height: 40px;
            display: grid;
            place-items: center;
            border-radius: 11px;
            color: var(--gold-400);
            background: rgba(223,183,95,.11);
            font-weight: 900;
        }

        .panel-detail small {
            display: block;
            color: #9fb2c7;
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.09em;
            text-transform: uppercase;
        }

        .panel-detail strong {
            display: block;
            margin-top: 2px;
            color: var(--white);
            font-size: 0.94rem;
        }

        .trust-strip {
            position: relative;
            z-index: 2;
            margin-top: -42px;
        }

        .trust-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            overflow: hidden;
            border: 1px solid rgba(8, 31, 61, 0.08);
            border-radius: 20px;
            background: var(--white);
            box-shadow: var(--shadow-sm);
        }

        .metric {
            padding: 27px 28px;
            border-right: 1px solid var(--border);
        }

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

        .metric strong {
            display: block;
            color: var(--navy-900);
            font-family: Georgia, "Times New Roman", serif;
            font-size: 2rem;
        }

        .metric span {
            display: block;
            margin-top: 4px;
            color: var(--muted);
            font-size: 0.85rem;
            font-weight: 700;
        }

        .about-layout {
            display: grid;
            grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
            gap: 80px;
            align-items: center;
        }

        .about-visual {
            position: relative;
            min-height: 570px;
            overflow: hidden;
            border-radius: var(--radius-lg);
            background:
                radial-gradient(circle at 30% 25%, rgba(223,183,95,.7), transparent 15%),
                linear-gradient(145deg, #0c3864, #06162b 72%);
            box-shadow: var(--shadow-lg);
        }

        .about-visual::before {
            position: absolute;
            top: -80px;
            right: -120px;
            width: 430px;
            height: 430px;
            content: "";
            border: 1px solid rgba(255,255,255,.24);
            border-radius: 50%;
            box-shadow: 0 0 0 52px rgba(255,255,255,.025), 0 0 0 104px rgba(255,255,255,.025);
        }

        .about-visual::after {
            position: absolute;
            left: 13%;
            bottom: -25%;
            width: 72%;
            aspect-ratio: 1;
            content: "";
            border: 1px solid rgba(223,183,95,.4);
            transform: rotate(45deg);
        }

        .visual-card {
            position: absolute;
            z-index: 2;
            max-width: 270px;
            padding: 24px;
            border: 1px solid rgba(255,255,255,.14);
            border-radius: 19px;
            color: var(--white);
            background: rgba(255,255,255,.09);
            backdrop-filter: blur(13px);
        }

        .visual-card strong {
            display: block;
            font-family: Georgia, "Times New Roman", serif;
            font-size: 1.55rem;
            line-height: 1.2;
        }

        .visual-card span {
            display: block;
            margin-top: 9px;
            color: #ccd9e6;
            font-size: 0.91rem;
        }

        .visual-card.one {
            top: 55px;
            left: 45px;
        }

        .visual-card.two {
            right: 35px;
            bottom: 48px;
        }

        .about-copy > p {
            margin-top: 23px;
            color: var(--muted);
            font-size: 1.04rem;
        }

        .mission-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin-top: 31px;
        }

        .mission-card {
            padding: 23px;
            border: 1px solid var(--border);
            border-radius: 17px;
            background: var(--white);
            box-shadow: var(--shadow-sm);
        }

        .mission-card .label {
            color: var(--gold-500);
            font-size: 0.72rem;
            font-weight: 900;
            letter-spacing: 0.13em;
            text-transform: uppercase;
        }

        .mission-card p {
            margin-top: 9px;
            color: #42516a;
            font-size: 0.92rem;
        }

        .values {
            display: flex;
            flex-wrap: wrap;
            gap: 9px;
            margin-top: 24px;
        }

        .value-pill {
            padding: 9px 13px;
            border: 1px solid #d8e2eb;
            border-radius: 999px;
            color: var(--navy-800);
            background: #f2f7fa;
            font-size: 0.82rem;
            font-weight: 750;
        }

        .programmes {
            color: var(--white);
            background: var(--navy-950);
        }

        .programmes h2 {
            color: var(--white);
        }

        .programmes .section-heading p {
            color: #aebfd0;
        }

        .featured-programme {
            position: relative;
            overflow: hidden;
            display: grid;
            grid-template-columns: 1.05fr 0.95fr;
            min-height: 430px;
            border: 1px solid rgba(255,255,255,.1);
            border-radius: var(--radius-lg);
            background:
                radial-gradient(circle at 88% 18%, rgba(223,183,95,.25), transparent 20%),
                linear-gradient(135deg, #103d69, #092644);
            box-shadow: var(--shadow-lg);
        }

        .featured-programme::before {
            position: absolute;
            right: -120px;
            bottom: -230px;
            width: 580px;
            height: 580px;
            content: "";
            border: 1px solid rgba(255,255,255,.15);
            border-radius: 50%;
            box-shadow: 0 0 0 58px rgba(255,255,255,.025), 0 0 0 116px rgba(255,255,255,.025);
        }

        .featured-copy {
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 55px;
        }

        .featured-copy h3 {
            max-width: 650px;
            color: var(--white);
            font-size: clamp(2rem, 4vw, 3.15rem);
            letter-spacing: -0.04em;
        }

        .featured-copy p {
            max-width: 630px;
            margin-top: 18px;
            color: #c9d7e5;
        }

        .programme-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 26px;
        }

        .programme-meta span {
            padding: 8px 12px;
            border: 1px solid rgba(255,255,255,.13);
            border-radius: 999px;
            color: #e4edf5;
            background: rgba(255,255,255,.06);
            font-size: 0.79rem;
            font-weight: 700;
        }

        .featured-art {
            position: relative;
            min-height: 370px;
        }

        .globe {
            position: absolute;
            top: 50%;
            left: 50%;
            width: min(78%, 330px);
            aspect-ratio: 1;
            border: 1px solid rgba(255,255,255,.27);
            border-radius: 50%;
            transform: translate(-50%, -50%);
        }

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

        .globe::before {
            transform: scaleX(.42);
        }

        .globe::after {
            transform: scaleY(.42);
        }

        .globe-lines {
            position: absolute;
            inset: 0;
        }

        .globe-lines::before,
        .globe-lines::after {
            position: absolute;
            content: "";
            background: rgba(255,255,255,.22);
        }

        .globe-lines::before {
            top: 50%;
            left: 5%;
            width: 90%;
            height: 1px;
        }

        .globe-lines::after {
            top: 5%;
            left: 50%;
            width: 1px;
            height: 90%;
        }

        .globe-pin {
            position: absolute;
            top: 38%;
            right: 22%;
            width: 22px;
            height: 22px;
            border: 5px solid var(--navy-900);
            border-radius: 50% 50% 50% 0;
            background: var(--gold-400);
            box-shadow: 0 0 0 8px rgba(223,183,95,.13);
            transform: rotate(-45deg);
        }

        .programme-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 22px;
        }

        .programme-card {
            position: relative;
            min-height: 300px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 27px;
            border: 1px solid rgba(255,255,255,.1);
            border-radius: 21px;
            background:
                linear-gradient(to top, rgba(6,22,43,.94), rgba(6,22,43,.16)),
                radial-gradient(circle at 82% 18%, rgba(223,183,95,.42), transparent 20%),
                linear-gradient(145deg, #205f91, #0a294b);
            transition: transform 0.25s ease, border-color 0.25s ease;
        }

        .programme-card:nth-child(2) {
            background:
                linear-gradient(to top, rgba(6,22,43,.94), rgba(6,22,43,.16)),
                radial-gradient(circle at 24% 20%, rgba(68,158,136,.5), transparent 24%),
                linear-gradient(145deg, #255b67, #0b2941);
        }

        .programme-card:nth-child(3) {
            background:
                linear-gradient(to top, rgba(6,22,43,.94), rgba(6,22,43,.16)),
                radial-gradient(circle at 80% 20%, rgba(210,123,75,.5), transparent 24%),
                linear-gradient(145deg, #754333, #14263d);
        }

        .programme-card:hover {
            transform: translateY(-6px);
            border-color: rgba(223,183,95,.45);
        }

        .programme-year {
            position: absolute;
            top: 20px;
            right: 20px;
            padding: 7px 10px;
            border: 1px solid rgba(255,255,255,.14);
            border-radius: 999px;
            background: rgba(6,22,43,.24);
            color: var(--gold-400);
            font-size: 0.73rem;
            font-weight: 900;
        }

        .programme-card small {
            color: var(--gold-400);
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .programme-card h3 {
            margin-top: 8px;
            color: var(--white);
            font-size: 1.36rem;
        }

        .programme-card p {
            margin-top: 12px;
            color: #bfcddb;
            font-size: 0.88rem;
        }

        .planned-cta {
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 30px;
            align-items: center;
            margin-top: 24px;
            padding: 32px 35px;
            border: 1px solid rgba(255,255,255,.11);
            border-radius: 21px;
            background: rgba(255,255,255,.055);
        }

        .planned-cta h3 {
            color: var(--white);
        }

        .planned-cta p {
            margin-top: 7px;
            color: #afc0d1;
        }

        .services {
            background: var(--cream);
        }

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

        .service-card {
            position: relative;
            min-height: 285px;
            padding: 31px;
            border: 1px solid #e6dfd0;
            border-radius: 21px;
            background: rgba(255,255,255,.82);
            box-shadow: 0 16px 35px rgba(67, 54, 27, 0.06);
            transition: transform .24s ease, box-shadow .24s ease;
        }

        .service-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 24px 45px rgba(67, 54, 27, 0.1);
        }

        .service-number {
            width: 45px;
            height: 45px;
            display: grid;
            place-items: center;
            border-radius: 13px;
            color: var(--gold-500);
            background: #f5ead4;
            font-family: Georgia, "Times New Roman", serif;
            font-weight: 800;
        }

        .service-card h3 {
            margin-top: 38px;
        }

        .service-card p {
            margin-top: 13px;
            color: var(--muted);
            font-size: 0.94rem;
        }

        .service-link {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            margin-top: 19px;
            color: var(--blue-700);
            font-size: 0.88rem;
            font-weight: 800;
        }

        .impact {
            overflow: hidden;
            background: var(--white);
        }

        .impact-layout {
            display: grid;
            grid-template-columns: 0.85fr 1.15fr;
            gap: 80px;
            align-items: center;
        }

        .impact-copy p {
            margin-top: 22px;
            color: var(--muted);
        }

        .region-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 28px;
        }

        .region-list span {
            padding: 10px 14px;
            border: 1px solid var(--border);
            border-radius: 999px;
            color: #32435c;
            background: #f8fafc;
            font-size: 0.83rem;
            font-weight: 750;
        }

        .impact-panel {
            position: relative;
            min-height: 500px;
            overflow: hidden;
            border-radius: var(--radius-lg);
            background:
                radial-gradient(circle at 72% 28%, rgba(223,183,95,.48), transparent 14%),
                radial-gradient(circle at 20% 78%, rgba(28,108,168,.42), transparent 23%),
                linear-gradient(145deg, var(--navy-900), var(--navy-950));
            box-shadow: var(--shadow-lg);
        }

        .impact-panel::before {
            position: absolute;
            inset: 11%;
            content: "";
            border: 1px solid rgba(255,255,255,.12);
            border-radius: 50%;
            box-shadow:
                inset 0 0 0 54px rgba(255,255,255,.018),
                inset 0 0 0 108px rgba(255,255,255,.018);
        }

        .impact-quote {
            position: absolute;
            right: 35px;
            bottom: 35px;
            left: 35px;
            z-index: 2;
            padding: 27px;
            border: 1px solid rgba(255,255,255,.13);
            border-radius: 19px;
            color: var(--white);
            background: rgba(255,255,255,.075);
            backdrop-filter: blur(12px);
        }

        .impact-quote p {
            font-family: Georgia, "Times New Roman", serif;
            font-size: 1.35rem;
            line-height: 1.45;
        }

        .impact-quote span {
            display: block;
            margin-top: 12px;
            color: var(--gold-400);
            font-size: 0.81rem;
            font-weight: 800;
            letter-spacing: 0.09em;
            text-transform: uppercase;
        }

        .president {
            background:
                linear-gradient(90deg, rgba(255,255,255,.93), rgba(255,255,255,.93)),
                repeating-linear-gradient(135deg, #edf2f7 0, #edf2f7 1px, transparent 1px, transparent 12px);
        }

        .president-card {
            display: grid;
            grid-template-columns: 320px 1fr;
            overflow: hidden;
            border: 1px solid var(--border);
            border-radius: var(--radius-lg);
            background: var(--white);
            box-shadow: var(--shadow-lg);
        }

        .president-profile {
            position: relative;
            min-height: 520px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 35px;
            color: var(--white);
            background:
                radial-gradient(circle at 50% 28%, rgba(223,183,95,.42), transparent 15%),
                linear-gradient(150deg, #174e7d, #06162b 72%);
        }

        .president-profile::before {
            position: absolute;
            top: 58px;
            left: 50%;
            width: 145px;
            height: 145px;
            content: "DN";
            display: grid;
            place-items: center;
            border: 1px solid rgba(255,255,255,.25);
            border-radius: 50%;
            color: var(--gold-400);
            background: rgba(255,255,255,.07);
            font-family: Georgia, "Times New Roman", serif;
            font-size: 2.3rem;
            font-weight: 700;
            transform: translateX(-50%);
        }

        .president-profile h3 {
            color: var(--white);
            font-size: 1.75rem;
        }

        .president-profile p {
            margin-top: 7px;
            color: #c1d0df;
            font-size: 0.88rem;
        }

        .president-message {
            padding: 55px;
        }

        .president-message blockquote {
            margin: 0;
            color: #334158;
            font-family: Georgia, "Times New Roman", serif;
            font-size: clamp(1.22rem, 2vw, 1.55rem);
            line-height: 1.7;
        }

        .president-message p {
            margin-top: 18px;
            color: var(--muted);
        }

        .signature {
            margin-top: 27px;
            color: var(--navy-900);
            font-family: Georgia, "Times New Roman", serif;
            font-size: 1.2rem;
            font-weight: 700;
        }

        .contact {
            color: var(--white);
            background: var(--navy-950);
        }

        .contact-layout {
            display: grid;
            grid-template-columns: 0.78fr 1.22fr;
            gap: 70px;
            align-items: start;
        }

        .contact h2 {
            color: var(--white);
        }

        .contact-copy > p {
            margin-top: 22px;
            color: #adbed0;
        }

        .contact-details {
            display: grid;
            gap: 14px;
            margin-top: 33px;
        }

        .contact-item {
            padding: 17px 18px;
            border: 1px solid rgba(255,255,255,.1);
            border-radius: 15px;
            background: rgba(255,255,255,.05);
        }

        .contact-item small {
            display: block;
            color: var(--gold-400);
            font-size: 0.72rem;
            font-weight: 850;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .contact-item p,
        .contact-item a {
            display: block;
            margin-top: 5px;
            color: #eef4fa;
            font-size: 0.93rem;
        }

        .contact-form {
            padding: 36px;
            border: 1px solid rgba(255,255,255,.1);
            border-radius: 23px;
            background: rgba(255,255,255,.07);
            box-shadow: var(--shadow-lg);
        }

        .form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 17px;
        }

        .field-full {
            grid-column: 1 / -1;
        }

        label {
            display: block;
            margin-bottom: 7px;
            color: #d7e2ec;
            font-size: 0.82rem;
            font-weight: 750;
        }

        input,
        select,
        textarea {
            width: 100%;
            border: 1px solid rgba(255,255,255,.14);
            border-radius: 12px;
            outline: none;
            color: var(--white);
            background: rgba(255,255,255,.07);
            transition: border-color .2s ease, box-shadow .2s ease;
        }

        input,
        select {
            height: 50px;
            padding: 0 14px;
        }

        textarea {
            min-height: 145px;
            padding: 13px 14px;
            resize: vertical;
        }

        select option {
            color: var(--ink);
            background: var(--white);
        }

        input::placeholder,
        textarea::placeholder {
            color: #8398ac;
        }

        input:focus,
        select:focus,
        textarea:focus {
            border-color: var(--gold-400);
            box-shadow: 0 0 0 3px rgba(223,183,95,.11);
        }

        .honeypot {
            position: absolute !important;
            left: -9999px !important;
        }

        .form-status {
            margin-bottom: 18px;
            padding: 12px 14px;
            border-radius: 11px;
            font-size: 0.9rem;
            font-weight: 700;
        }

        .form-status.success {
            border: 1px solid rgba(96, 218, 168, 0.27);
            color: #bdf3dc;
            background: rgba(22, 123, 85, 0.25);
        }

        .form-status.error {
            border: 1px solid rgba(255, 135, 145, 0.27);
            color: #ffd4d8;
            background: rgba(180, 59, 69, 0.24);
        }

        .form-note {
            margin-top: 12px;
            color: #8fa3b6;
            font-size: 0.77rem;
        }

        .site-footer {
            color: #aebdca;
            background: #04101f;
        }

        .footer-main {
            display: grid;
            grid-template-columns: 1.4fr 0.75fr 0.95fr;
            gap: 55px;
            padding: 65px 0 45px;
        }

        .footer-brand p {
            max-width: 470px;
            margin-top: 19px;
        }

        .footer-title {
            color: var(--white);
            font-size: 0.82rem;
            font-weight: 850;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .footer-links {
            display: grid;
            gap: 9px;
            margin-top: 19px;
        }

        .footer-links a:hover {
            color: var(--gold-400);
        }

        .footer-bottom {
            min-height: 68px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            border-top: 1px solid rgba(255,255,255,.08);
            font-size: 0.8rem;
        }

        .back-to-top {
            width: 42px;
            height: 42px;
            display: grid;
            place-items: center;
            border: 1px solid rgba(255,255,255,.12);
            border-radius: 12px;
            color: var(--white);
            background: rgba(255,255,255,.05);
        }

        .reveal {
            opacity: 0;
            transform: translateY(24px);
            transition: opacity 0.7s ease, transform 0.7s ease;
        }

        .reveal.visible {
            opacity: 1;
            transform: translateY(0);
        }

        @media (prefers-reduced-motion: reduce) {
            html {
                scroll-behavior: auto;
            }

            *,
            *::before,
            *::after {
                transition-duration: 0.01ms !important;
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
            }

            .reveal {
                opacity: 1;
                transform: none;
            }
        }

        @media (max-width: 1180px) {
            .site-nav {
                position: fixed;
                inset: 117px 20px auto;
                max-height: calc(100vh - 140px);
                display: none;
                flex-direction: column;
                align-items: stretch;
                gap: 3px;
                overflow-y: auto;
                padding: 16px;
                border: 1px solid var(--border);
                border-radius: 18px;
                background: var(--white);
                box-shadow: var(--shadow-lg);
            }

            .site-nav.open {
                display: flex;
            }

            .site-nav a {
                padding: 13px 14px;
            }

            .nav-cta {
                margin: 6px 0 0;
                text-align: center;
            }

            .menu-button {
                display: block;
            }

            .hero-inner,
            .about-layout,
            .impact-layout,
            .contact-layout {
                grid-template-columns: 1fr;
            }

            .hero-inner {
                gap: 45px;
            }

            .hero-panel {
                max-width: 680px;
            }

            .about-visual {
                min-height: 460px;
                order: 2;
            }

            .featured-programme {
                grid-template-columns: 1fr;
            }

            .featured-art {
                min-height: 300px;
            }

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

            .president-card {
                grid-template-columns: 280px 1fr;
            }
        }

        @media (max-width: 760px) {
            .container {
                width: min(100% - 28px, var(--container));
            }

            .topbar-note {
                display: none;
            }

            .topbar-contact {
                width: 100%;
                justify-content: space-between;
                gap: 8px;
                font-size: 0.75rem;
            }

            .brand-logo {
                height: 46px;
                max-width: 205px;
            }

            .footer-brand-logo-wrap .brand-logo {
                height: 48px;
            }

            .site-nav {
                inset-top: 117px;
            }

            .section {
                padding: 78px 0;
            }

            .section-heading {
                grid-template-columns: 1fr;
                gap: 19px;
                margin-bottom: 36px;
            }

            .hero-inner {
                min-height: auto;
                padding: 70px 0 82px;
            }

            .hero-panel {
                padding: 23px;
                border-radius: 23px;
            }

            .trust-strip {
                margin-top: -26px;
            }

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

            .metric {
                padding: 21px;
                border-bottom: 1px solid var(--border);
            }

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

            .metric:nth-child(3),
            .metric:nth-child(4) {
                border-bottom: 0;
            }

            .mission-grid,
            .programme-grid,
            .service-grid,
            .form-grid,
            .footer-main {
                grid-template-columns: 1fr;
            }

            .about-visual {
                min-height: 430px;
            }

            .visual-card {
                max-width: 235px;
            }

            .visual-card.one {
                top: 30px;
                left: 24px;
            }

            .visual-card.two {
                right: 24px;
                bottom: 30px;
            }

            .featured-copy,
            .president-message {
                padding: 36px 27px;
            }

            .featured-art {
                min-height: 250px;
            }

            .planned-cta {
                grid-template-columns: 1fr;
                padding: 26px;
            }

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

            .president-profile {
                min-height: 390px;
            }

            .contact-form {
                padding: 25px;
            }

            .field-full {
                grid-column: auto;
            }

            .footer-main {
                gap: 35px;
            }

            .footer-bottom {
                align-items: flex-start;
                padding: 20px 0;
            }
        }

        @media (max-width: 480px) {
            .topbar-contact a:first-child {
                display: none;
            }

            .nav-shell {
                min-height: 70px;
            }

            .site-nav {
                inset: 109px 14px auto;
            }

            h1 {
                font-size: clamp(2.6rem, 14vw, 4rem);
            }

            .hero-actions,
            .hero-actions .button {
                width: 100%;
            }

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

            .metric,
            .metric:nth-child(3) {
                border-right: 0;
                border-bottom: 1px solid var(--border);
            }

            .metric:last-child {
                border-bottom: 0;
            }

            .about-visual {
                min-height: 470px;
            }

            .visual-card.one,
            .visual-card.two {
                right: 20px;
                left: 20px;
                max-width: none;
            }

            .footer-bottom {
                flex-direction: column;
            }
        }

/* Multi-page additions */
.site-nav a.active {
    color: var(--blue-700);
    background: #eef5fa;
}

.site-nav .nav-cta.active {
    color: var(--white) !important;
    background: var(--blue-700) !important;
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 105px 0 92px;
    color: var(--white);
    background:
        radial-gradient(circle at 82% 16%, rgba(223, 183, 95, 0.24), transparent 19%),
        radial-gradient(circle at 70% 85%, rgba(28, 108, 168, 0.32), transparent 30%),
        linear-gradient(120deg, var(--navy-950), var(--navy-900) 56%, #0d3b67);
}

.page-hero::after {
    position: absolute;
    right: -170px;
    bottom: -340px;
    width: 690px;
    height: 690px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    box-shadow: 0 0 0 68px rgba(255,255,255,.025), 0 0 0 136px rgba(255,255,255,.025);
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-hero h1 {
    max-width: 900px;
    color: var(--white);
    font-size: clamp(2.7rem, 6vw, 5rem);
}

.page-hero p:last-child {
    max-width: 760px;
    margin-top: 24px;
    color: #d4e0eb;
    font-size: 1.12rem;
}

.page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.content-card {
    padding: 34px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.content-card h3 + p,
.content-card p + p {
    margin-top: 14px;
}

.content-card p {
    color: var(--muted);
}

.two-column-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.three-column-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.legacy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
}

.legacy-card {
    padding: 34px;
    border-radius: 22px;
    color: var(--white);
    background:
        radial-gradient(circle at 86% 14%, rgba(223,183,95,.24), transparent 22%),
        linear-gradient(145deg, #103d69, var(--navy-950));
    box-shadow: var(--shadow-lg);
}

.legacy-card h3 {
    color: var(--white);
}

.legacy-card p {
    margin-top: 16px;
    color: #c9d7e5;
}

.page-section-intro {
    max-width: 820px;
    margin-bottom: 38px;
}

.page-section-intro p:not(.eyebrow) {
    margin-top: 20px;
    color: var(--muted);
    font-size: 1.04rem;
}

.empty-programme {
    position: relative;
    overflow: hidden;
    padding: 56px;
    border-radius: var(--radius-lg);
    color: var(--white);
    background:
        radial-gradient(circle at 83% 22%, rgba(223,183,95,.3), transparent 20%),
        linear-gradient(135deg, #103d69, #06162b);
    box-shadow: var(--shadow-lg);
}

.empty-programme::after {
    position: absolute;
    right: -120px;
    bottom: -260px;
    width: 520px;
    height: 520px;
    content: "";
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
    box-shadow: 0 0 0 54px rgba(255,255,255,.025), 0 0 0 108px rgba(255,255,255,.025);
}

.empty-programme > * {
    position: relative;
    z-index: 1;
}

.empty-programme h2 {
    color: var(--white);
}

.empty-programme p {
    max-width: 720px;
    margin-top: 18px;
    color: #cbd9e6;
}

.programme-feature-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 25px;
}

.programme-feature-list article {
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--white);
}

.programme-feature-list h3 {
    font-size: 1.2rem;
}

.programme-feature-list p {
    margin-top: 10px;
    color: var(--muted);
    font-size: .92rem;
}

.archive-year {
    margin-top: 46px;
}

.archive-year:first-child {
    margin-top: 0;
}

.archive-year-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.archive-year-heading h2 {
    font-size: 2.35rem;
}

.archive-year-heading::after {
    height: 1px;
    flex: 1;
    content: "";
    background: var(--border);
}

.archive-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.archive-item {
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 9px 24px rgba(8,31,61,.05);
}

.archive-item h3 {
    font-size: 1.16rem;
}

.archive-item p {
    margin-top: 10px;
    color: var(--muted);
    font-size: .9rem;
}

.archive-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.archive-meta span {
    padding: 6px 9px;
    border-radius: 999px;
    color: var(--navy-800);
    background: #eef5fa;
    font-size: .75rem;
    font-weight: 750;
}

.sector-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.sector-cloud span {
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: 999px;
    color: #334158;
    background: var(--white);
    font-size: .84rem;
    font-weight: 700;
}

.full-message {
    max-width: 900px;
    margin-inline: auto;
    padding: 52px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow-lg);
}

.full-message p {
    margin-top: 18px;
    color: #44526a;
    font-size: 1.02rem;
}

.full-message p:first-of-type {
    margin-top: 0;
}

.full-message .closing {
    margin-top: 32px;
    color: var(--navy-900);
}

.contact-page .contact {
    padding-top: 96px;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 19px;
    color: #aebfd0;
    font-size: .84rem;
}

.breadcrumbs a:hover {
    color: var(--gold-400);
}

@media (max-width: 1180px) {
    .programme-feature-list,
    .three-column-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .two-column-grid,
    .three-column-grid,
    .legacy-grid,
    .programme-feature-list,
    .archive-list {
        grid-template-columns: 1fr;
    }

    .page-hero {
        padding: 78px 0 70px;
    }

    .empty-programme,
    .full-message {
        padding: 32px 24px;
    }
}
