* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "DM Sans", Arial, sans-serif;
    color: #102b4e;
    background: #fff
}

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

.site-header {
    height: 82px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 6.5%;
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid #e7edf3;
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(14px)
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 285px
}

.brand>span:last-child {
    display: flex;
    flex-direction: column;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    line-height: 1.05;
    color: #102f53
}

.brand small {
    font-family: "DM Sans";
    font-size: 11px;
    letter-spacing: 3px;
    color: #1876c7;
    margin-top: 4px
}

.brand-mark {
    width: 43px;
    height: 36px;
    position: relative;
    display: inline-block
}

.brand-mark span {
    position: absolute;
    background: #1674c7;
    border-radius: 100% 0 100% 0;
    transform: rotate(45deg)
}

.brand-mark span:nth-child(1) {
    width: 20px;
    height: 30px;
    left: 2px;
    top: 1px
}

.brand-mark span:nth-child(2) {
    width: 15px;
    height: 24px;
    left: 17px;
    top: 7px;
    background: #0c9ad8
}

.brand-mark span:nth-child(3) {
    width: 11px;
    height: 18px;
    left: 29px;
    top: 12px;
    background: #123b67
}

.site-header nav {
    display: flex;
    gap: 28px;
    align-items: center;
    flex: 1;
    justify-content: center
}

.site-header nav a {
    font-size: 12px;
    color: #385a7c;
    padding: 31px 0 27px;
    border-bottom: 3px solid transparent
}

.site-header nav a:hover,
.site-header nav a.active {
    color: #0d65bb;
    border-color: #e3aa2c
}

.nav-cta {
    background: #082846;
    color: #fff;
    border-radius: 30px;
    padding: 13px 19px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap
}

.nav-cta span {
    font-size: 17px;
    margin-left: 8px
}

.hero {
    height: 610px;
    position: relative;
    overflow: hidden
}

.hero-image {
    position: absolute;
    inset: 0;
    background: url("../assets/images/group-hero.png") center/cover no-repeat;
    filter: saturate(1.06) contrast(1.06)
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .93) 31%, rgba(255, 255, 255, .40) 58%, rgba(3, 25, 46, .52) 100%)
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 62%;
    padding: 92px 0 0 7%
}

.eyebrow,
.section-kicker {
    font-size: 10px;
    letter-spacing: 4px;
    font-weight: 700;
    color: #1976c7
}

.hero h1 {
    font-family: "Playfair Display", serif;
    font-size: 68px;
    line-height: .96;
    margin: 18px 0 18px;
    color: #102d50;
    letter-spacing: -1.2px
}

.hero h1 em,
.intro h2 em,
.lead-head h2 em,
.purpose-copy h2 em {
    font-style: normal;
    color: #1675ce
}

.hero-lead {
    max-width: 650px;
    font-size: 17px;
    line-height: 1.65;
    color: #45657f
}

.hero-actions {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-top: 28px
}

.primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    padding: 14px 20px;
    border-radius: 30px;
    background: #092b4b;
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.primary-btn span {
    font-size: 19px
}

.text-btn {
    font-size: 12px;
    font-weight: 700;
    color: #244d70
}

.text-btn span {
    margin-left: 8px;
    color: #1773c3
}

.hero-badge {
    position: absolute;
    right: 7%;
    bottom: 55px;
    z-index: 3;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(3, 31, 54, .28);
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 60px rgba(0, 20, 40, .18)
}

.hero-badge span {
    font-family: "Playfair Display";
    font-size: 42px;
    line-height: 1;
    color: #f0bd45
}

.hero-badge small {
    text-align: center;
    font-size: 8px;
    letter-spacing: 2px;
    line-height: 1.5
}

.section {
    padding: 88px 7%
}

.intro {
    background: #f7fafc
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.05fr 1.35fr .55fr;
    gap: 55px;
    margin-top: 28px;
    align-items: end
}

.intro h2,
.companies h2,
.lead-head h2,
.purpose-copy h2 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    line-height: 1.03;
    color: #112f53
}

.intro-grid p {
    font-size: 15px;
    line-height: 1.75;
    color: #617992;
    margin-bottom: 12px
}

.intro-stat {
    border-left: 2px solid #e3aa2c;
    padding-left: 24px
}

.intro-stat strong {
    font-family: "Playfair Display";
    font-size: 64px;
    color: #14375b;
    display: block;
    line-height: .9
}

.intro-stat span {
    font-size: 11px;
    color: #6d8399;
    line-height: 1.5;
    display: block;
    margin-top: 9px
}

.section-head,
.lead-head {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: end
}

.section-head>p,
.lead-head>p {
    max-width: 390px;
    font-size: 13px;
    line-height: 1.65;
    color: #71859a
}

.companies {
    background: #fff
}

.company-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 36px
}

.company-card{
  position:relative;
  min-height:145px;
  border:2px solid #dfe7ef;
  border-radius:12px;
  padding:24px 50px 24px 78px;
  display:flex;
  align-items:center;
  gap:18px;
  overflow:hidden;
  background:#fff;
  transition:all .25s ease;
}

.company-card:hover{
  border-color:#1675ce;
  box-shadow:0 10px 30px rgba(22,117,206,.15);
  transform:translateY(-3px);
}

.company-card img {
    width: 48px;
    height: 48px;
    object-fit: contain
}

.company-card h3 {
    font-family: "Playfair Display";
    font-size: 19px;
    color: #17385d;
    line-height: 1.15
}

.company-card p {
    font-size: 11px;
    color: #71879d;
    margin-top: 6px
}

.company-card b {
    position: absolute;
    right: 19px;
    top: 20px;
    font-size: 20px;
    color: #1774c6
}

.card-number {
    position: absolute;
    left: 20px;
    top: 23px;
    font-size: 10px;
    letter-spacing: 2px;
    color: #c3d0dc
}

/* ================================
   LEADERSHIP
================================ */

.leaders {
    background: #f7fafc;
}

.lead-head {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: end;
}

.lead-head p {
    max-width: 620px;
    font-size: 14px;
    line-height: 1.8;
    color: #6f8598;
}

/* Main leadership profile */

.leader-profile {
    display: grid;
    grid-template-columns: 39% 61%;
    background: #fff;
    border: 1px solid #dfe7ef;
    border-radius: 14px;
    overflow: hidden;
    margin-top: 42px;
}

.leader-profile-primary {
    border-color: #c9d8e5;
}

.leader-profile-secondary {
    margin-top: 24px;
}

/* Photo */

.leader-photo {
    min-height: 620px;
    background: #e9f0f5;
    overflow: hidden;
}

.leader-photo img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* Information */

.leader-information {
    padding: 48px 52px 48px;
}

.leader-label {
    font-size: 10px;
    letter-spacing: 3px;
    color: #1976c7;
    font-weight: 700;
    text-transform: uppercase;
}

.leader-information h3 {
    font-family: "Playfair Display", serif;
    font-size: 34px;
    line-height: 1.15;
    color: #16375b;
    margin-top: 10px;
}

.leader-din {
    font-size: 11px;
    color: #7b8ea2;
    margin-top: 8px;
    letter-spacing: 1px;
}

.leader-information > p:not(.leader-din) {
    font-size: 13px;
    line-height: 1.8;
    color: #536d82;
    margin-top: 18px;
    max-width: 760px;
}

/* Professional Journey / other subsections */

.leader-subsection {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #e1e9ef;
}

.leader-subsection > span {
    display: block;
    font-size: 9px;
    letter-spacing: 2.5px;
    color: #1976c7;
    font-weight: 700;
}

.leader-subsection h4 {
    font-family: "Playfair Display", serif;
    font-size: 21px;
    color: #16375b;
    margin-top: 8px;
}

.leader-subsection p {
    font-size: 12px;
    line-height: 1.75;
    color: #536d82;
    margin-top: 12px;
}

/* Six areas from the PDF */

.leader-sectors {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 28px;
    margin-top: 20px;
}

.leader-sectors div {
    padding: 13px 0;
    border-bottom: 1px solid #e7edf2;
}

.leader-sectors b {
    display: block;
    font-size: 12px;
    color: #16375b;
    font-weight: 700;
}

.leader-sectors span {
    display: block;
    font-size: 11px;
    line-height: 1.55;
    color: #7b8ea2;
    margin-top: 4px;
}

/* Second leader */

.leader-profile-secondary .leader-photo {
    min-height: 430px;
}

.leader-profile-secondary .leader-photo img {
    min-height: 430px;
}

.leader-profile-secondary .leader-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leader-profile-secondary .leader-information h3 {
    font-size: 31px;
}

.purpose {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}

.purpose-image {
    height: 440px;
    border-radius: 12px;
    overflow: hidden
}

.purpose-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.06) contrast(1.05)
}

.purpose-copy>p {
    font-size: 15px;
    line-height: 1.75;
    color: #617992;
    max-width: 520px;
    margin-top: 18px
}

.purpose-points {
    margin-top: 28px;
    border-top: 1px solid #e0e7ed
}

.purpose-points div {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e0e7ed
}

.purpose-points b {
    font-size: 10px;
    letter-spacing: 2px;
    color: #d59d24
}

.purpose-points span {
    font-size: 13px;
    color: #2f5373
}

.closing {
    height: 380px;
    position: relative;
    overflow: hidden
}

.closing>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.05) contrast(1.06)
}

.closing-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 28, 51, .92), rgba(4, 32, 57, .52), rgba(3, 27, 48, .58))
}

.closing>div:last-child {
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff
}

.closing .eyebrow {
    color: #f0bd45
}

.closing h2 {
    font-family: "Playfair Display";
    font-size: 50px;
    line-height: 1.02;
    margin: 12px 0 24px
}

.primary-btn.light {
    background: #fff;
    color: #092b4b
}

footer {
    background: #032541;
    color: #dbe7f1
}

.footer-main {
    padding: 30px 7%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .16)
}

.footer-main strong {
    font-family: "Playfair Display";
    font-size: 18px
}

.footer-main small {
    display: block;
    color: #9fb4c8;
    margin-top: 5px;
    font-size: 11px
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 22px;
    font-size: 11px
}

.footer-links a:hover {
    color: #f0b737
}

.footer-mark {
    text-align: right;
    font-family: "Playfair Display";
    font-size: 17px;
    line-height: .9;
    color: #fff
}

.footer-mark span {
    color: #4fa4dc;
    font-size: 11px
}

.footer-bottom {
    padding: 13px 7%;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #8ea6bd
}

@media(max-width:1050px) {
    .site-header {
        padding: 0 4%
    }

    .site-header nav {
        gap: 14px
    }

    .hero-content {
        padding-left: 5%;
        width: 70%
    }

    .section {
        padding-left: 5%;
        padding-right: 5%
    }

    .company-grid {
        grid-template-columns: 1fr
    }

    .intro-grid {
        grid-template-columns: 1fr 1fr
    }

    .intro-stat {
        grid-column: span 2
    }

    .purpose {
        gap: 35px
    }

    .footer-main {
        padding-left: 5%;
        padding-right: 5%
    }
}

@media(max-width:760px) {
    .site-header {
        height: auto;
        min-height: 74px;
        flex-wrap: wrap;
        padding: 12px 5%;
        gap: 12px
    }

    .brand {
        min-width: auto;
        flex: 1
    }

    .site-header nav {
        order: 3;
        width: 100%;
        overflow: auto;
        justify-content: flex-start;
        gap: 22px
    }

    .site-header nav a {
        padding: 7px 0
    }

    .nav-cta {
        padding: 10px 13px
    }

    .hero {
        height: 650px
    }

    .hero-content {
        width: 100%;
        padding: 65px 7%
    }

    .hero h1 {
        font-size: 47px
    }

    .hero-lead {
        font-size: 15px
    }

    .hero-badge {
        right: 7%;
        bottom: 28px;
        width: 100px;
        height: 100px
    }

    .hero-badge span {
        font-size: 32px
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column
    }

    .section {
        padding: 60px 6%
    }

    .intro-grid,
    .purpose,
    .leader-grid {
        grid-template-columns: 1fr
    }

    .intro-stat {
        grid-column: auto
    }

    .intro h2,
    .companies h2,
    .lead-head h2,
    .purpose-copy h2 {
        font-size: 39px
    }

    .section-head,
    .lead-head {
        display: block
    }

    .section-head>p,
    .lead-head>p {
        margin-top: 15px
    }

    .company-card {
        padding-left: 64px;
        min-height: 135px
    }

    .leader-grid {
        gap: 16px
    }

    .portrait {
        height: 320px
    }

    .purpose-image {
        height: 300px;
        order: 2
    }

    .closing {
        height: 340px
    }

    .closing h2 {
        font-size: 39px
    }

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

    .footer-links {
        flex-wrap: wrap
    }

    .footer-mark {
        text-align: center
    }

    .footer-bottom {
        flex-direction: column;
        gap: 7px;
        text-align: center
    }
}