:root {
    --navy: #10263b;
    --navy-2: #173a56;
    --teal: #0aa8b5;
    --teal-dark: #087f8b;
    --cyan: #e9fbfc;
    --ink: #203040;
    --muted: #627384;
    --line: #dce6eb;
    --white: #fff;
    --soft: #f6f9fb;
    --shadow: 0 18px 50px rgba(16,38,59,.10);
    --radius: 22px;
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: Inter,Segoe UI,Arial,sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.65;
    overflow-x: clip
}

img,
video,
svg {
    max-width: 100%;
    height: auto;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

button, input, select, textarea {
    font: inherit
}

/* Prevent user- and content-supplied URLs or identifiers from widening a page. */
.card,
.prose,
.contact-panel,
.credential,
.footer,
.sitemap-cols,
.blog-entry {
    overflow-wrap: anywhere
}

.container {
    width: min(1160px, calc(100% - 32px));
    margin-inline: auto
}

.header,
.footer,
main,
.section,
.section-sm,
.hero,
.page-hero {
    min-width: 0
}

.section {
    padding: 86px 0
}

.section-sm {
    padding: 55px 0
}

.section.legal-content {
    padding-top: 52px
}

.soft {
    background: var(--soft)
}

.teal-soft {
    background: linear-gradient(135deg,#eefcfd,#f8fbff)
}

.topbar {
    background: var(--navy);
    color: #d7e5ee;
    font-size: .92rem
}

    .topbar .container {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        padding: 9px 0
    }

    .topbar a:hover {
        color: #fff
    }

.header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(220,230,235,.9)
}

.nav {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px
}

.logo img {
    width: 170px
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 23px;
    font-weight: 650;
    color: #33495c
}

    .nav-links > a,
    .nav-services {
        padding: 26px 0;
        position: relative
    }

        .nav-links > a:hover,
        .nav-links > a.active,
        .nav-services:hover,
        .nav-services.active {
            color: var(--teal-dark)
        }

            .nav-links > a.active:after,
            .nav-services.active:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 18px;
                height: 3px;
                border-radius: 99px;
                background: var(--teal)
            }

.nav-cta {
    padding: 11px 18px !important;
    background: var(--teal);
    color: #fff !important;
    border-radius: 12px
}

    .nav-cta:after {
        display: none
    }

.menu-btn {
    display: none;
    border: 0;
    background: transparent;
    font-size: 1.8rem;
    color: var(--navy);
    cursor: pointer;
    min-width: 44px;
    min-height: 44px;
    padding: 8px;
    line-height: 1;
    flex: none
}

/* Services mega menu */
.nav-item.has-dropdown {
    position: relative;
    display: flex;
    align-items: center
}

.nav-services {
    display: inline-flex;
    align-items: center;
    gap: 7px
}

.nav-caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform .18s ease;
    opacity: .85
}

.nav-item.has-dropdown.open .nav-caret {
    transform: rotate(180deg)
}

.mega-menu {
    display: none;
    background: #fff;
    z-index: 60
}

.mega-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 36px
}

.mega-col h5 {
    margin: 0 0 10px;
    color: var(--teal-dark);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase
}

.mega-col .mega-subhead {
    margin-top: 22px
}

.mega-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 2px
}

.mega-col a {
    display: block;
    padding: 8px 0;
    font-weight: 650;
    color: #33495c;
    position: static
}

    .mega-col a:hover {
        color: var(--teal-dark)
    }

    .mega-col a:after,
    .mega-footer a:after {
        display: none !important
    }

.mega-footer {
    margin-top: 16px;
    padding: 14px 0 16px;
    border-top: 1px solid var(--line)
}

    .mega-footer a {
        display: inline-flex;
        color: var(--teal-dark);
        font-weight: 800;
        padding: 0;
        position: static
    }

        .mega-footer a:hover {
            color: var(--navy)
        }

.hero {
    overflow: hidden;
    background: radial-gradient(circle at 82% 18%,rgba(10,168,181,.16),transparent 30%),linear-gradient(135deg,#fbfeff,#edf8fb);
    padding: 76px 0 68px
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    align-items: stretch;
    gap: 48px
}

.hero-copy {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2
}

.hero-copy .actions {
    margin-top: auto;
    padding-top: 31px
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 800;
    font-size: .78rem;
    color: var(--teal-dark);
    background: #ddf6f8;
    border-radius: 999px;
    padding: 8px 13px
}

.hero h1, .page-hero h1 {
    font-size: clamp(2.45rem,5vw,4.65rem);
    line-height: 1.06;
    margin: 20px 0 24px;
    color: var(--navy);
    letter-spacing: -.04em
}

.hero p {
    font-size: 1.16rem;
    color: var(--muted);
    max-width: 700px
}

.actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 31px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 13px;
    padding: 13px 21px;
    min-height: 44px;
    font-weight: 750;
    border: 1px solid transparent;
    transition: .2s;
    text-align: center;
    cursor: pointer
}

.btn-primary {
    background: var(--teal);
    color: #fff;
    box-shadow: 0 12px 28px rgba(10,168,181,.25)
}

    .btn-primary:hover {
        background: var(--teal-dark);
        transform: translateY(-1px)
    }

.btn-secondary {
    border-color: #bccbd4;
    background: #fff;
    color: var(--navy)
}

    .btn-secondary:hover {
        border-color: var(--teal);
        color: var(--teal-dark)
    }

.hero-media {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 0;
    padding-top: 20px
}

.hero-media::before,
.hero-media::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(10,168,181,.38);
    border-radius: 20px;
    pointer-events: none
}

.hero-media::before {
    inset: 0 -30px 142px 54px;
    transform: translateY(-10px)
}

.hero-media::after {
    inset: 12px -12px 130px 24px
}

.hero-art {
    position: relative;
    z-index: 1
}

    .hero-art:before {
        content: "";
        position: absolute;
        inset: -24px -52px -20px 58%;
        background-image: radial-gradient(circle,rgba(10,168,181,.28) 1.4px,transparent 1.4px);
        background-size: 13px 13px;
        z-index: -1;
        opacity: .8
    }

    .hero-art img,
    .hero-art video {
        position: relative;
        z-index: 1;
        width: 100%;
        filter: drop-shadow(0 22px 22px rgba(16,38,59,.13))
    }

    .hero-art video {
        aspect-ratio: 16 / 9;
        object-fit: cover;
        border-radius: 18px;
        border: 1px solid rgba(16,38,59,.18);
        background: var(--navy);
        box-shadow: 0 24px 60px rgba(16,38,59,.18)
    }

.video-label {
    position: absolute;
    z-index: 3;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(8,127,139,.94);
    box-shadow: 0 8px 24px rgba(8,127,139,.24);
    font-size: .78rem;
    font-weight: 800;
    line-height: 1
}

/* Metric strip — full width under hero */
.metric-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    position: relative;
    z-index: 2;
    margin: auto 10px 0;
    padding-top: 14px
}

.metric {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    padding: 16px 14px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(220,230,235,.95);
    border-radius: 15px;
    box-shadow: 0 14px 34px rgba(16,38,59,.1)
}

    .metric strong {
        display: block;
        color: var(--navy);
        font-size: .98rem;
        font-weight: 800;
        line-height: 1.25;
        margin-bottom: 4px
    }

    .metric small {
        display: block;
        font-size: .72rem;
        color: var(--muted);
        line-height: 1.35
    }

.metric-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    color: var(--teal-dark);
    background: #e0f7f8
}

    .metric-icon svg {
        width: 21px;
        height: 21px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round
    }

.page-hero {
    padding: 74px 0 58px;
    background: linear-gradient(135deg,var(--navy),var(--navy-2));
    color: #fff
}

    .page-hero h1 {
        color: #fff;
        font-size: clamp(2.25rem,4vw,3.75rem);
        max-width: 880px
    }

    .page-hero p {
        max-width: 800px;
        font-size: 1.1rem;
        color: #d8e6ef
    }

.breadcrumbs {
    font-size: .9rem;
    color: #a9c3d4
}

    .breadcrumbs a:hover {
        color: #fff
    }

.live-link {
    display: inline-flex;
    margin-top: 18px;
    color: #9eeaf0;
    font-weight: 700
}

    .live-link:hover {
        color: #fff
    }

.section-title {
    max-width: 760px;
    margin-bottom: 42px
}

    .section-title.center {
        text-align: center;
        margin-inline: auto;
        margin-bottom: 48px
    }

    .section-title h2 {
        font-size: clamp(2rem,3vw,3rem);
        line-height: 1.15;
        letter-spacing: -.025em;
        color: var(--navy);
        margin: 10px 0 16px
    }

    .section-title p {
        color: var(--muted);
        font-size: 1.06rem
    }

.kicker {
    color: var(--teal-dark);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .11em;
    font-size: .78rem
}

.grid {
    display: grid;
    gap: 24px;
    align-items: stretch;
    min-width: 0
}

.grid > *,
.card,
.split > *,
.form-wrap > *,
.hero-grid > * {
    min-width: 0
}

.grid-2 {
    grid-template-columns: repeat(2,1fr)
}

.grid-3 {
    grid-template-columns: repeat(3,1fr)
}

.grid-4 {
    grid-template-columns: repeat(4,1fr)
}

.card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: 0 7px 25px rgba(16,38,59,.045);
    transition: .22s
}

    .card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow);
        border-color: #c5e8eb
    }

    .card h3 {
        color: var(--navy);
        margin: 13px 0 10px;
        font-size: 1.24rem
    }

    .card h3 a {
        color: inherit;
        text-decoration: none
    }

    .card h3 a:hover {
        color: var(--teal-dark)
    }

    .card h3.long-term-title {
        white-space: nowrap;
        font-size: 1.16rem;
        letter-spacing: -.01em
    }

    .card p {
        color: var(--muted);
        margin: 0
    }

.card-link {
    display: inline-flex;
    margin-top: auto;
    padding-top: 18px;
    color: var(--teal-dark);
    font-weight: 800
}

.service-thumb {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#f4fbfc,#f6f9fd);
    border-radius: 16px;
    overflow: hidden
}

    .service-thumb img {
        max-height: 140px;
        object-fit: contain
    }

.letter-icon {
    width: 92px;
    height: 92px;
    border-radius: 26px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,var(--teal),#395c99);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
    box-shadow: 0 12px 25px rgba(10,168,181,.2)
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center
}

.split-image {
    background: linear-gradient(145deg,#eefbfc,#eef3fa);
    border-radius: 30px;
    padding: 24px
}

    .split-image img {
        margin: auto
    }

/* Keep service illustrations aligned with the start of long-form copy. */
.services-section .page-hero + .section .split {
    grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
    align-items: start;
    gap: clamp(40px,5vw,72px)
}

.services-section .page-hero + .section .split-image {
    aspect-ratio: 4 / 3;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: clamp(24px,3vw,44px);
    border: 1px solid rgba(10,168,181,.1);
    box-shadow: 0 18px 45px rgba(16,38,59,.07)
}

.services-section .page-hero + .section .split-image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media (min-width:1025px) {
    .services-section .page-hero + .section .split-image {
        position: sticky;
        top: 112px
    }
}

/* About and leadership profiles share the service-detail media treatment. */
:is(.about-section,.leadership-section) .page-hero + .section :is(.split,.profile) {
    grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
    align-items: start;
    gap: clamp(40px,5vw,72px)
}

.about-section .page-hero + .section .split-image,
.leadership-section .page-hero + .section .portrait {
    aspect-ratio: 4 / 3;
    min-height: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: clamp(24px,3vw,44px);
    border: 1px solid rgba(10,168,181,.1);
    box-shadow: 0 18px 45px rgba(16,38,59,.07)
}

.about-section .page-hero + .section .split-image img,
.leadership-section .page-hero + .section .portrait img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center bottom
}

@media (min-width:1025px) {
    .about-section .page-hero + .section .split-image,
    .leadership-section .page-hero + .section .portrait {
        position: sticky;
        top: 112px
    }
}

.prose h2, .prose h3 {
    color: var(--navy);
    line-height: 1.22
}

.prose h2 {
    font-size: 2.2rem
}

.prose p {
    color: #53687a
}

.prose ol {
    margin: 18px 0 24px;
    padding-left: 1.25rem;
    color: #405467;
    display: grid;
    gap: 10px
}

.prose ol li {
    line-height: 1.55
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    display: grid;
    gap: 12px
}

    .checklist li {
        position: relative;
        padding-left: 30px;
        color: #405467
    }

        .checklist li:before {
            content: "✓";
            position: absolute;
            left: 0;
            top: -1px;
            width: 21px;
            height: 21px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            background: #ddf6f8;
            color: var(--teal-dark);
            font-weight: 900;
            font-size: .8rem
        }

.steps {
    counter-reset: step
}

.step {
    position: relative;
    padding: 28px 28px 28px 78px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px
}

    .step:before {
        counter-increment: step;
        content: counter(step);
        position: absolute;
        left: 25px;
        top: 27px;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: var(--teal);
        color: #fff;
        font-weight: 900
    }

    .step h3 {
        margin: 0 0 6px;
        color: var(--navy)
    }

    .step p {
        margin: 0;
        color: var(--muted)
    }

.cta {
    background: linear-gradient(135deg,var(--navy),#164864);
    border-radius: 28px;
    padding: 48px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

    .cta h2 {
        margin: 0 0 10px;
        font-size: 2.15rem
    }

    .cta p {
        margin: 0;
        color: #cfdee8;
        max-width: 680px
    }

    .cta .btn {
        flex: none
    }

.profile {
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 50px;
    align-items: start
}

.portrait {
    background: linear-gradient(135deg,#e7fafd,#eef2f8);
    border-radius: 30px;
    padding: 25px;
    min-height: 330px;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

    .portrait img {
        max-height: 310px
    }

.credential {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid var(--line)
}

    .credential strong {
        color: var(--navy);
        display: block
    }

.blog-list {
    display: grid;
    gap: 28px
}

.blog-entry {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 22px;
    box-shadow: 0 7px 25px rgba(16,38,59,.045)
}

.blog-entry-top {
    display: grid;
    grid-template-columns: minmax(180px, .9fr) 1.1fr;
    gap: 22px;
    align-items: stretch
}

.blog-entry-image {
    border-radius: 18px;
    overflow: hidden;
    background: #e4edf7;
    min-height: 180px
}

.blog-entry-image a {
    display: block;
    height: 100%
}

.blog-entry-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover
}

.blog-entry-aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 4px 4px 4px 0
}

.blog-entry-aside h2,
.blog-entry-aside h3 {
    margin: 0;
    color: var(--navy);
    line-height: 1.25
}

.blog-entry-aside h2 {
    font-size: clamp(1.35rem, 2.2vw, 1.9rem)
}

.blog-entry-aside h3 {
    font-size: 1.28rem
}

.blog-entry-aside h3 a,
.blog-entry-aside h2 a {
    color: inherit;
    text-decoration: none
}

.blog-entry-aside h3 a:hover,
.blog-entry-aside h2 a:hover {
    color: var(--teal-dark)
}

.blog-entry-aside p {
    margin: 0;
    color: var(--muted)
}

.blog-entry-aside .card-link {
    margin-top: 8px;
    padding-top: 0
}

.blog-entry-text {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--line)
}

.blog-entry-text p {
    margin: 0 0 1rem;
    color: #53687a;
    line-height: 1.7
}

.blog-entry-text p:last-child {
    margin-bottom: 0
}

.blog-entry-detail {
    overflow: hidden
}

.blog-entry-detail .blog-entry-image {
    float: left;
    width: min(52%, 520px);
    margin: 0 32px 24px 0;
    min-height: 0
}

.blog-entry-detail .blog-entry-image img {
    min-height: 0;
    height: auto;
    max-height: 420px;
    object-fit: cover
}

.blog-entry-detail .blog-entry-text {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.blog-entry-detail .blog-entry-text .kicker {
    display: inline-block;
    margin-bottom: 12px
}

.blog-entry-detail::after {
    content: "";
    display: table;
    clear: both
}

.blog-card {
    overflow: hidden;
    padding: 0
}

    .blog-card img {
        display: block;
        width: 100%;
        height: 210px;
        object-fit: contain;
        background: #e4edf7
    }

    .blog-card .body {
        display: flex;
        flex: 1;
        flex-direction: column;
        padding: 25px
    }

    .blog-card h3 {
        margin-top: 0
    }

    .blog-card h3 a {
        color: inherit;
        text-decoration: none
    }

    .blog-card h3 a:hover {
        color: var(--teal-dark)
    }

.tag {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--teal-dark);
    font-weight: 800
}

.form-wrap {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 50px
}

.contact-panel {
    background: linear-gradient(145deg,var(--navy),#17445f);
    color: #fff;
    border-radius: 26px;
    padding: 36px
}

    .contact-panel h2 {
        margin-top: 0
    }

    .contact-panel p {
        color: #d1e0e8
    }

.contact-item {
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.14)
}

    .contact-item a {
        color: #a9f0f4
    }

.contact-follow .social-links {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    display: grid;
    gap: 12px
}

.contact-follow .social-links a {
    color: #a9f0f4
}

.contact-follow .social-links a:hover {
    color: #fff
}

.contact-follow .social-links a:hover .social-icon {
    color: #fff
}

.form-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 34px;
    box-shadow: var(--shadow)
}

.fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.field {
    display: flex;
    flex-direction: column;
    gap: 7px
}

    .field.full {
        grid-column: 1/-1
    }

    .field label {
        font-weight: 750;
        color: var(--navy)
    }

    .field input, .field select, .field textarea {
        border: 1px solid #cbd8df;
        border-radius: 11px;
        padding: 12px 13px;
        color: var(--ink);
        background: #fff
    }

        .field input:focus, .field select:focus, .field textarea:focus {
            outline: 3px solid rgba(10,168,181,.14);
            border-color: var(--teal)
        }

    .field textarea {
        min-height: 150px;
        resize: vertical
    }

.form-note {
    font-size: .9rem;
    color: var(--muted)
}

.success {
    display: none;
    margin-top: 15px;
    padding: 13px;
    border-radius: 10px;
    background: #e9f9ef;
    color: #23673e;
    font-weight: 650
}

.sitemap-cols {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 28px
}

    .sitemap-cols h3 {
        color: var(--navy)
    }

    .sitemap-cols ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        gap: 10px
    }

    .sitemap-cols a {
        color: var(--muted)
    }

        .sitemap-cols a:hover {
            color: var(--teal-dark)
        }

.footer {
    background: #0b1d2d;
    color: #c5d5df;
    padding: 62px 0 24px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 36px
}

.footer-logo {
    background: #fff;
    border-radius: 9px;
    padding: 8px 12px;
    width: 165px
}

.footer h4 {
    color: #fff;
    margin-top: 0
}

.footer p {
    color: #aebfca
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 9px
}

.footer a:hover {
    color: #fff
}

.copyright {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 40px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: .9rem;
    color: #91a6b4
}

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px
}

.notice {
    border-left: 4px solid var(--teal);
    background: #effafb;
    padding: 18px 20px;
    border-radius: 0 12px 12px 0;
    color: #40596b
}

.table-wrap {
    overflow: auto;
    border: 1px solid var(--line);
    border-radius: 16px
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px
}

th, td {
    text-align: left;
    padding: 14px 16px;
    border-bottom: 1px solid var(--line)
}

th {
    background: #eff7f9;
    color: var(--navy)
}

tr:last-child td {
    border-bottom: 0
}

.social-links a {
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.social-icon {
    flex: none;
    opacity: .9
}

.social-links a:hover .social-icon {
    opacity: 1;
    color: #fff
}

@media (min-width:1025px) {
    .nav-item.has-dropdown:hover .nav-caret,
    .nav-item.has-dropdown.open .nav-caret {
        transform: rotate(180deg)
    }

    .mega-menu {
        position: absolute;
        top: calc(100% - 6px);
        left: 50%;
        transform: translateX(-50%);
        width: min(520px, calc(100vw - 40px));
        margin: 0;
        padding: 22px 22px 0;
        border: 1px solid var(--line);
        border-radius: 18px;
        box-shadow: var(--shadow)
    }

    .nav-item.has-dropdown:hover .mega-menu,
    .nav-item.has-dropdown.open .mega-menu {
        display: block
    }
}

/* Tablet and below: collapsible nav + stacked major layouts */
@media (max-width:1024px) {
    .nav {
        height: 72px;
        gap: 16px
    }

    .logo img {
        width: min(156px, 42vw)
    }

    .nav-links {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        max-height: calc(100vh - 72px);
        overflow-y: auto;
        overscroll-behavior: contain;
        background: #fff;
        border-bottom: 1px solid var(--line);
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 12px 18px 28px;
        gap: 0;
        box-shadow: 0 20px 30px rgba(16,38,59,.08);
        z-index: 55
    }

    @supports (height: 100dvh) {
        .nav-links {
            max-height: calc(100dvh - 72px)
        }
    }

    .nav-links.open {
        display: flex
    }

    .nav-links > a,
    .nav-services {
        padding: 14px 12px;
        min-height: 44px
    }

    .nav-links > a.active:after,
    .nav-services.active:after {
        display: none
    }

    .nav-cta {
        margin-top: 8px;
        text-align: center;
        justify-content: center
    }

    .menu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center
    }

    .nav-item.has-dropdown {
        display: block
    }

    .nav-services {
        width: 100%;
        justify-content: space-between
    }

    .mega-menu {
        position: static;
        width: 100%;
        margin: 0 0 8px;
        padding: 4px 12px 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent
    }

    .nav-item.has-dropdown.open .mega-menu {
        display: block
    }

    .mega-grid {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .mega-col .mega-subhead {
        margin-top: 14px
    }

    .mega-footer {
        margin-top: 8px;
        padding: 10px 0 12px
    }

    .mega-col a {
        padding: 10px 0;
        min-height: 44px;
        display: flex;
        align-items: center
    }

    .hero {
        padding: 56px 0 48px
    }

    .hero-grid,
    .split,
    .blog-entry-top,
    .form-wrap,
    .profile {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .services-section .page-hero + .section .split {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .services-section .page-hero + .section .split-image {
        width: 100%;
        max-width: 580px;
        margin-inline: auto
    }

    :is(.about-section,.leadership-section) .page-hero + .section :is(.split,.profile) {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .about-section .page-hero + .section .split-image,
    .leadership-section .page-hero + .section .portrait {
        width: 100%;
        max-width: 580px;
        margin-inline: auto
    }

    .blog-entry-detail .blog-entry-image {
        float: none;
        width: 100%;
        margin: 0 0 22px
    }

    .hero-art {
        max-width: 560px;
        width: 100%;
        margin-inline: auto
    }

    .hero h1,
    .page-hero h1 {
        font-size: clamp(2rem, 5.5vw, 3.2rem);
        max-width: none
    }

    .hero p,
    .page-hero p,
    .section-title {
        max-width: none
    }

    .grid-4,
    .grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .footer-grid,
    .sitemap-cols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px
    }

    .metric-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px
    }

    .metric {
        padding: 6px 14px
    }

    .prose h2 {
        font-size: clamp(1.6rem, 3.5vw, 2.1rem)
    }

    .cta {
        padding: 36px;
        gap: 22px
    }

    .cta h2 {
        font-size: clamp(1.55rem, 3vw, 2rem)
    }

    .portrait {
        max-width: 360px;
        min-height: 0;
        margin-inline: auto
    }

    .fields {
        grid-template-columns: 1fr 1fr
    }
}

/* Compact tablets / large phones */
@media (max-width:820px) {
    .section {
        padding: 64px 0
    }

    .section-sm {
        padding: 44px 0
    }

    .page-hero {
        padding: 52px 0 42px
    }

    .split-image,
    .form-card,
    .contact-panel,
    .cta {
        border-radius: 22px
    }

    .cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px
    }

    .cta .btn {
        width: 100%
    }

    .blog-card img {
        height: clamp(160px, 40vw, 210px)
    }

    .service-thumb {
        height: 130px
    }

    .service-thumb img {
        max-height: 118px
    }
}

.leadership-grid {
    width: min(100%,1040px);
    margin-inline: auto;
    gap: 28px
}

.leadership-card {
    padding: 0;
    overflow: hidden;
    border-color: #d5e7ec;
    box-shadow: 0 14px 38px rgba(16,38,59,.08)
}

.leadership-card:before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg,var(--teal),#3c669e)
}

.leadership-portrait {
    position: relative;
    height: 220px;
    margin: 20px 20px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
    background: radial-gradient(circle at 50% 38%,#fff 0,#f1fafb 48%,#e7f2f7 100%)
}

.leadership-portrait:after {
    content: "";
    position: absolute;
    right: 22px;
    top: 22px;
    width: 74px;
    height: 74px;
    opacity: .34;
    background-image: radial-gradient(var(--teal) 1.5px,transparent 1.5px);
    background-size: 10px 10px
}

.leadership-portrait img {
    position: relative;
    z-index: 1;
    max-width: 82%;
    max-height: 204px;
    object-fit: contain;
    object-position: center bottom;
    transition: transform .3s ease
}

.leadership-card:hover .leadership-portrait img {
    transform: scale(1.025)
}

.leadership-portrait img.executive-portrait-image,
.leadership-section .page-hero + .section .portrait img.executive-portrait-image {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center 28%
}

.leadership-section .page-hero + .section .portrait.executive-portrait {
    aspect-ratio: 1;
    padding: 0
}

.leadership-section .page-hero + .section .portrait.executive-portrait img.executive-portrait-image {
    display: block;
    object-position: center
}

.leadership-portrait img.executive-portrait-image {
    object-position: center 55%
}

.leadership-portrait img.managing-portrait-image,
.leadership-section .page-hero + .section .portrait img.managing-portrait-image {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover
}

.leadership-portrait img.managing-portrait-image {
    object-position: center 24%
}

.leadership-section .page-hero + .section .portrait.managing-portrait {
    aspect-ratio: 1;
    padding: 0
}

.leadership-section .page-hero + .section .portrait.managing-portrait img.managing-portrait-image {
    display: block;
    object-position: center
}

.leadership-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px 24px 24px
}

.leadership-role {
    align-self: flex-start;
    padding: 6px 11px;
    border-radius: 999px;
    background: var(--teal-soft);
    color: var(--teal-dark);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase
}

.leadership-card .leadership-role {
    padding-inline: 0;
    border-radius: 0;
    background: transparent
}

.leadership-card .leadership-card-body h3 {
    margin-top: 16px;
    font-size: 1.42rem
}

.leadership-card .card-link {
    align-items: center;
    gap: 7px
}

.leadership-card .card-link span {
    transition: transform .2s ease
}

.leadership-card .card-link:hover span {
    transform: translateX(4px)
}

.hero h1 {
    font-size: clamp(2.7rem,4.2vw,4.15rem)
}

/* Phones */
@media (max-width:660px) {
    .container {
        width: min(100% - 24px, 1160px)
    }

    .topbar .container {
        justify-content: center;
        text-align: center;
        flex-wrap: wrap
    }

    .topbar .right {
        display: none
    }

    .hero {
        padding: 44px 0 36px
    }

    .hero-grid {
        gap: 28px
    }

    .hero h1,
    .page-hero h1 {
        font-size: clamp(1.85rem, 8vw, 2.45rem);
        margin: 14px 0 16px;
        letter-spacing: -.03em
    }

    .hero p {
        font-size: 1.02rem
    }

    .actions {
        flex-direction: column;
        align-items: stretch;
        margin-top: 22px
    }

    .actions .btn {
        width: 100%
    }

    .metric-row,
    .grid-2,
    .grid-3,
    .grid-4,
    .fields,
    .footer-grid,
    .sitemap-cols {
        grid-template-columns: 1fr
    }

    .metric-row {
        gap: 0;
        padding-top: 20px
    }

    .metric,
    .metric:first-child,
    .metric:last-child {
        padding: 14px 0
    }

    .metric + .metric {
        border-left: 0 !important;
        border-top: 1px solid var(--line) !important
    }

    .section {
        padding: 52px 0
    }

    .section-title {
        margin-bottom: 28px
    }

    .section-title.center {
        margin-bottom: 32px
    }

    .section-title h2 {
        font-size: clamp(1.55rem, 6.5vw, 2.2rem)
    }

    .card {
        padding: 22px;
        border-radius: 18px
    }

    .blog-entry {
        padding: 18px;
        border-radius: 20px
    }

    .blog-entry-image,
    .blog-entry-image img {
        min-height: 0
    }

    .letter-icon {
        width: 76px;
        height: 76px;
        border-radius: 20px;
        font-size: 1.45rem
    }

    .split {
        gap: 28px
    }

    .split-image {
        padding: 16px;
        border-radius: 20px
    }

    .step {
        padding: 22px 20px 22px 68px
    }

    .step:before {
        left: 18px;
        top: 20px
    }

    .form-wrap {
        gap: 24px
    }

    .contact-panel,
    .form-card {
        padding: 24px;
        border-radius: 20px
    }

    .field input,
    .field select,
    .field textarea {
        font-size: 16px;
        min-height: 44px;
        padding: 12px 14px
    }

    .field textarea {
        min-height: 140px
    }

    .copyright {
        display: grid;
        gap: 10px
    }

    .footer {
        padding: 48px 0 20px
    }

    .footer-logo {
        width: min(150px, 55vw)
    }

    .page-hero {
        padding: 44px 0 36px
    }

    .page-hero p {
        font-size: 1rem
    }

    .breadcrumbs {
        font-size: .84rem;
        line-height: 1.5;
        word-break: break-word
    }

    .notice {
        padding: 14px 16px
    }

    .table-wrap {
        -webkit-overflow-scrolling: touch
    }

    table {
        min-width: 520px
    }
}

/* Small phones (320–360) */
@media (max-width:374px) {
    .container {
        width: calc(100% - 20px)
    }

    .logo img {
        width: min(132px, 48vw)
    }

    .nav {
        height: 64px
    }

    .nav-links {
        top: 64px;
        max-height: calc(100vh - 64px);
        padding: 10px 14px 22px
    }

    @supports (height: 100dvh) {
        .nav-links {
            max-height: calc(100dvh - 64px)
        }
    }

    .hero h1,
    .page-hero h1 {
        font-size: 1.7rem
    }

    .eyebrow {
        font-size: .7rem;
        padding: 7px 10px
    }

    .btn {
        padding: 12px 16px
    }

    .cta h2 {
        font-size: 1.4rem
    }

    .contact-panel,
    .form-card,
    .cta {
        padding: 20px
    }

    .card {
        padding: 19px
    }
}

/* Large desktops: keep content readable, preserve design */
@media (min-width:1440px) {
    .container {
        width: min(1160px, calc(100% - 48px))
    }
}

@media (min-width:1920px) {
    .container {
        width: min(1240px, calc(100% - 64px))
    }
}

@media (max-width:1024px) {
    .hero-media {
        width: min(100%, 720px);
        margin-inline: auto
    }

    .hero-copy {
        max-width: 720px;
        margin-inline: auto;
        text-align: center
    }

    .hero-copy .actions {
        justify-content: center
    }
}

@media (max-width:660px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1fr)
    }

    .hero-copy,
    .hero-media {
        width: 100%;
        max-width: 100%;
        min-width: 0
    }

    .hero-copy {
        text-align: left
    }

    .hero-copy .actions {
        justify-content: stretch;
        padding-top: 0
    }

    .hero .eyebrow {
        max-width: 100%;
        white-space: normal
    }

    .hero h1 {
        font-size: clamp(1.85rem, 8vw, 2.2rem)
    }

    .hero-art,
    .hero-art video {
        width: 100%;
        max-width: 100%;
        min-width: 0
    }

    .hero-media {
        padding-top: 10px
    }

    .hero-media::before,
    .hero-media::after {
        display: none
    }

    .video-label {
        top: 12px;
        left: 10px;
        font-size: .68rem;
        padding: 6px 9px
    }

    .metric-row {
        gap: 10px;
        margin: 12px 0 0;
        padding-top: 0
    }

    .metric,
    .metric:first-child,
    .metric:last-child {
        gap: 12px;
        padding: 13px 14px
    }

    .metric + .metric {
        border: 1px solid rgba(220,230,235,.95) !important
    }
}

/* Form validation / success states */
.validation-summary-valid {
    display: none
}

.validation-summary-errors,
.field-validation-error {
    color: #a51d2d;
    background: #fff1f3;
    border: 1px solid #f2bdc5;
    border-radius: 10px;
    padding: 12px 14px;
    margin: 14px 0
}

.validation-summary-errors ul {
    margin: 0;
    padding-left: 20px
}

.input-validation-error {
    border-color: #c62e42 !important;
    box-shadow: 0 0 0 3px rgba(198,46,66,.10)
}

.success-message {
    display: block;
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid #9bd7c9;
    border-radius: 10px;
    background: #effbf7;
    color: #176351;
    font-weight: 700
}

.hp-field {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important
}

.captcha-field .field-hint {
    display: block;
    margin-top: 8px;
    font-size: .86rem;
    color: var(--muted)
}

.captcha-field .field-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700
}

.form-card {
    position: relative;
    scroll-margin-top: 110px
}

.form-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: min(320px, calc(100vw - 32px));
    transform: translate(-50%, -50%);
    pointer-events: none
}

.form-loader[hidden] {
    display: none !important
}

.form-loader-card {
    box-sizing: border-box;
    width: 100%;
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
    overflow: auto;
    text-align: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 28px 22px;
    box-shadow: var(--shadow)
}

.form-loader-card p {
    margin: 16px 0 6px;
    color: var(--navy);
    font-weight: 750
}

.form-loader-card span {
    color: var(--muted);
    font-size: .92rem
}

.spinner {
    width: 42px;
    height: 42px;
    margin: 0 auto;
    border: 3px solid #d7eef1;
    border-top-color: var(--teal);
    border-radius: 50%;
    animation: spin .8s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.btn.is-loading,
.btn:disabled {
    opacity: .75;
    cursor: wait
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto
    }

    .card,
    .btn,
    .nav-caret {
        transition: none !important
    }

    .card:hover {
        transform: none
    }

    .spinner {
        animation: none;
        border-top-color: var(--teal);
        opacity: .7
    }
}

