:root {
    --north-navy: #071b33;
    --north-blue: #233a6c;
    --north-teal: #16a6a0;
    --north-gold: #d89a22;
    --north-mist: #f6f8fb;
    --north-ink: #172033;
    --type-display: clamp(38.4px, 3.6vw, 60.8px);
    --type-h2: clamp(30.4px, 2vw, 49.6px);
    --type-h3: clamp(17.6px, 1.32vw, 24px);
    --type-h4: clamp(14.4px, .88vw, 17.6px);
    --type-lead: clamp(17px, 1.15vw, 20px);
    --type-body: 16px;
}

/* Database-backed blog article */
.blog-article {
    overflow: hidden;
    background: #fff;
}

.blog-article .site-container {
    width: min(calc(100% - 48px), 1260px);
    margin-inline: auto;
}

.blog-article-header {
    padding: 76px 0 54px;
    background: linear-gradient(180deg, #f3f7fa 0%, #fff 100%);
}

.blog-article-heading {
    width: min(calc(100% - 48px), 930px) !important;
    max-width: 930px;
    margin-inline: auto;
    text-align: center;
}

.blog-article-heading .blog-meta {
    justify-content: center;
}

.blog-article-heading h2 {
    margin: 18px auto;
    max-width: 900px;
    color: var(--north-navy);
    font-size: var(--type-h2);
    line-height: 1.04;
}

.blog-article-heading > p:last-child {
    max-width: 760px;
    margin: 0 auto;
    color: #596d85;
    font-size: 20px;
    line-height: 1.7;
}

.blog-article-image {
    width: min(calc(100% - 48px), 1180px) !important;
    max-width: 1180px;
    margin: 28px auto 0;
}

.blog-article-image img {
    display: block;
    width: 100%;
    max-height: 650px;
    object-fit: cover;
    border-radius: 20px;
}

.blog-article-layout {
    width: min(calc(100% - 48px), 1132px) !important;
    display: grid;
    grid-template-columns: minmax(0, 760px) 300px;
    justify-content: center;
    gap: 72px;
    padding-top: 70px;
}

.blog-article-content p {
    margin: 0 0 26px;
    color: #42576f;
    font-size: 18px;
    line-height: 1.85;
}

.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4 {
    color: var(--north-navy);
    font-weight: 800;
    letter-spacing: -.03em;
}

.blog-article-content h2 { margin: 48px 0 18px; font-size: var(--type-h2); line-height: 1.08; }
.blog-article-content h3 { margin: 38px 0 16px; font-size: var(--type-h3); line-height: 1.2; }
.blog-article-content h4 { margin: 30px 0 14px; font-size: var(--type-h4); line-height: 1.3; }
.blog-article-content ul, .blog-article-content ol { margin: 0 0 28px; padding-left: 28px; color: #42576f; font-size: 18px; line-height: 1.75; }
.blog-article-content ul { list-style: disc; }
.blog-article-content ol { list-style: decimal; }
.blog-article-content li + li { margin-top: 8px; }
.blog-article-content blockquote { margin: 36px 0; padding: 22px 28px; border-left: 4px solid var(--north-gold); background: #f4f7f9; color: #41566d; font-size: 20px; line-height: 1.7; }
.blog-article-content a { color: #078d88; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.blog-article-content figure { margin: 42px 0; }
.blog-article-content figure img, .blog-article-content > img { display: block; width: 100%; max-height: 680px; object-fit: contain; border-radius: 14px; background: #f3f6f8; }
.blog-article-content figcaption { margin-top: 10px; color: #6a7d91; font-size: 13px; text-align: center; }
.blog-article-content hr { margin: 46px 0; border: 0; border-top: 1px solid #d8e2ea; }

.blog-article-aside {
    align-self: start;
    padding: 28px;
    border-radius: 14px;
    background: var(--north-navy);
    color: #fff;
}

.blog-article-aside span {
    color: var(--north-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.blog-article-aside h3 {
    margin: 14px 0 12px;
    font-size: 26px;
    line-height: 1.15;
}

.blog-article-aside p {
    color: #c5d2df;
    line-height: 1.65;
}

.blog-article-back {
    padding-top: 48px;
    padding-bottom: 90px;
}

.blog-article-empty {
    padding: 100px 0;
    text-align: center;
}

.blog-article-empty h2 {
    margin: 14px 0;
    font-size: var(--type-h2);
}

.blog-article-empty p {
    margin-bottom: 28px;
    color: #596d85;
}

@media (max-width: 900px) {
    .blog-article-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .blog-article-aside {
        max-width: 560px;
    }
}

@media (max-width: 640px) {
    .blog-article .site-container,
    .blog-article-heading,
    .blog-article-image,
    .blog-article-layout {
        width: min(calc(100% - 32px), 1260px) !important;
    }

    .blog-article-header {
        padding: 52px 0 38px;
    }

    .blog-article-heading > p:last-child,
    .blog-article-content p {
        font-size: 16px;
    }

    .blog-article-image img {
        border-radius: 12px;
    }

    .blog-article-layout {
        padding-top: 42px;
    }

    .blog-article-aside {
        padding: 24px;
    }
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 12px 16px;
    transform: translateY(-160%);
    border-radius: 4px;
    background: #fff;
    color: #071b33;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(7, 27, 51, .2);
    transition: transform .18s ease;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid rgba(22, 166, 160, .62);
    outline-offset: 3px;
}

/* Events — one continuous timeline for upcoming and past activity */
.events-overview,
.events-timeline-section,
.events-cta {
    background: #fff;
}

.events-overview {
    padding: 72px 0 54px;
}

.events-overview-shell {
    width: min(1290px, calc(100% - 48px));
    margin: 0 auto;
}

.events-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
    align-items: center;
    gap: clamp(48px, 7vw, 108px);
}

.events-intro-copy h2,
.event-feature-copy h2,
.event-past-copy h2,
.events-cta h2 {
    margin: 18px 0 0;
    color: #071b33;
    font-size: var(--type-h2);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.events-intro-copy > p:not(.section-kicker),
.event-feature-copy > p:not(.section-kicker),
.event-past-copy > p:not(.section-kicker) {
    margin-top: 26px;
    color: #5d7089;
    font-size: 18px;
    line-height: 1.78;
}

.events-text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid #16a6a0;
    color: #0c9b96;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: color .2s ease, border-color .2s ease;
}

.events-text-link:hover {
    color: #071b33;
    border-color: #d89a22;
}

.events-intro-media {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 7px 64px 7px 7px;
    box-shadow: 0 24px 64px rgba(7, 27, 51, .14);
}

.events-intro-media::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(90deg, rgba(7, 27, 51, .16), transparent 55%);
    pointer-events: none;
}

.events-intro-media img,
.event-feature-image img,
.event-past-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-intro-media figcaption {
    position: absolute;
    z-index: 1;
    right: 26px;
    bottom: 24px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, .91);
    color: #071b33;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.events-intro-media figcaption span {
    color: #0c9b96;
}

.events-timeline-section {
    padding: 46px 0 84px;
}

.events-timeline {
    position: relative;
}

.event-timeline-row {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
}

.event-timeline-rail {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.event-timeline-state {
    margin-bottom: 16px;
    color: #0c9b96;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.event-timeline-node {
    position: relative;
    z-index: 2;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid #16a6a0;
    border-radius: 50%;
    background: #e9f8f7;
    color: #0c9b96;
    font-size: 20px;
    box-shadow: 0 0 0 9px #fff;
}

.event-timeline-line {
    width: 1px;
    flex: 1;
    min-height: 600px;
    background: linear-gradient(#16a6a0, #cfdbe4);
}

.event-timeline-content {
    min-width: 0;
    padding: 34px 0 76px;
}

.event-feature-grid {
    display: grid;
    grid-template-columns: 116px minmax(320px, .9fr) minmax(360px, 1.1fr);
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #d7e2eb;
    background: #fff;
    box-shadow: 0 18px 46px rgba(7, 27, 51, .07);
}

.event-date-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d7e2eb;
    background: #f4f8fb;
    color: #071b33;
    text-align: center;
}

.event-date-block strong {
    font-size: 31px;
    line-height: 1;
}

.event-date-block span {
    margin-top: 9px;
    color: #0c9b96;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.event-date-block small {
    margin-top: 4px;
    color: #718096;
    font-weight: 700;
}

.event-feature-copy {
    padding: clamp(36px, 4vw, 58px);
}

.event-feature-copy h2 {
    font-size: clamp(34px, 2.5vw, 48px);
}

.event-feature-copy > p:not(.section-kicker) {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
}

.event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 24px;
    margin-top: 24px;
    color: #53667f;
    font-size: 14px;
    font-weight: 700;
}

.event-meta span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.event-meta i {
    color: #d89a22;
}

.event-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.event-actions .events-text-link {
    margin-top: 0;
}

.event-feature-image {
    min-height: 460px;
    overflow: hidden;
}

.event-feature-image img {
    object-position: center;
    transition: transform .6s ease;
}

.event-feature-grid:hover .event-feature-image img {
    transform: scale(1.025);
}

.event-meeting-strip {
    display: grid;
    grid-template-columns: 1.1fr repeat(3, 1fr);
    gap: 0;
    margin-top: 22px;
    border: 1px solid #d7e2eb;
    background: #f4f8fb;
}

.event-meeting-intro,
.event-meeting-step {
    min-width: 0;
    padding: 28px;
}

.event-meeting-intro h3 {
    margin-top: 10px;
    color: #071b33;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
}

.event-meeting-step {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    border-left: 1px solid #d7e2eb;
}

.event-meeting-step > i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: #e0f5f3;
    color: #0c9b96;
}

.event-meeting-step span {
    display: flex;
    flex-direction: column;
}

.event-meeting-step strong {
    color: #071b33;
    font-size: 14px;
    line-height: 1.35;
}

.event-meeting-step small {
    margin-top: 7px;
    color: #687a90;
    font-size: 12px;
    line-height: 1.55;
}

.event-timeline-row.is-past {
    margin-top: -4px;
}

.event-timeline-row.is-past .event-timeline-state {
    color: #9aa7b6;
}

.event-timeline-row.is-past .event-timeline-node {
    border-color: #cbd5df;
    background: #f3f5f7;
    color: #9aa7b6;
}

.event-timeline-row.is-past .event-timeline-content {
    padding-bottom: 0;
}

.event-past-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    align-items: center;
    gap: clamp(38px, 6vw, 84px);
    padding: 52px;
    border: 1px solid #e0e6ec;
    background: #f8fafb;
}

.event-past-copy,
.event-past-image {
    opacity: .6;
}

.event-past-copy h2 {
    font-size: clamp(34px, 2.5vw, 48px);
}

.event-past-copy > p:not(.section-kicker) {
    font-size: 16px;
}

.event-past-image {
    height: 300px;
    overflow: hidden;
    filter: grayscale(1) saturate(.25);
}

.events-cta {
    padding: 0 0 86px;
}

.events-cta-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 44px 52px;
    border-left: 4px solid #d89a22;
    background: #eef5f8;
}

.events-cta h2 {
    max-width: 780px;
    font-size: clamp(32px, 2.3vw, 46px);
}

@media (max-width: 1080px) {
    .events-intro-grid,
    .event-feature-grid {
        grid-template-columns: 1fr 1fr;
    }

    .events-intro-grid {
        gap: 42px;
    }

    .events-intro-media {
        min-height: 360px;
    }

    .event-date-block {
        grid-column: 1 / -1;
        flex-direction: row;
        gap: 10px;
        padding: 16px;
        border-right: 0;
        border-bottom: 1px solid #d7e2eb;
    }

    .event-date-block span,
    .event-date-block small {
        margin: 0;
    }

    .event-meeting-strip {
        grid-template-columns: repeat(3, 1fr);
    }

    .event-meeting-intro {
        grid-column: 1 / -1;
        border-bottom: 1px solid #d7e2eb;
    }

    .event-meeting-step:first-of-type {
        border-left: 0;
    }
}

@media (max-width: 760px) {
    .events-overview {
        padding: 54px 0 30px;
    }

    .events-overview-shell {
        width: calc(100% - 40px);
    }

    .events-intro-grid,
    .event-feature-grid,
    .event-past-grid {
        grid-template-columns: 1fr;
    }

    .events-intro-copy > p:not(.section-kicker),
    .event-feature-copy > p:not(.section-kicker),
    .event-past-copy > p:not(.section-kicker) {
        font-size: 16px;
    }

    .events-intro-media {
        min-height: 280px;
        border-radius: 6px 38px 6px 6px;
    }

    .events-timeline-section {
        padding: 34px 0 66px;
    }

    .event-timeline-row {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .event-timeline-state {
        position: absolute;
        left: 0;
        top: -25px;
        width: 72px;
        font-size: 8px;
        text-align: left;
    }

    .event-timeline-node {
        width: 38px;
        height: 38px;
        font-size: 14px;
        box-shadow: 0 0 0 5px #fff;
    }

    .event-timeline-line {
        min-height: 850px;
    }

    .event-timeline-content {
        padding: 16px 0 66px 12px;
    }

    .event-date-block {
        grid-column: auto;
    }

    .event-feature-copy {
        padding: 30px 24px 34px;
    }

    .event-feature-copy h2,
    .event-past-copy h2 {
        font-size: 34px;
    }

    .event-feature-image {
        min-height: 250px;
    }

    .event-meeting-strip {
        grid-template-columns: 1fr;
    }

    .event-meeting-intro,
    .event-meeting-step {
        padding: 24px;
    }

    .event-meeting-step,
    .event-meeting-step:first-of-type {
        border-top: 1px solid #d7e2eb;
        border-left: 0;
    }

    .event-past-grid {
        gap: 28px;
        padding: 30px 24px;
    }

    .event-past-image {
        height: 220px;
    }

    .events-cta {
        padding-bottom: 62px;
    }

    .events-cta-shell {
        align-items: flex-start;
        flex-direction: column;
        padding: 34px 26px;
    }
}

/* Contact page — guided inquiry */
.contact-guided {
    padding: 72px 0 68px;
    background: #fff;
}

.contact-guided-shell,
.contact-pathways-shell,
.contact-trust-shell {
    width: min(1270px, calc(100% - 40px));
    margin-inline: auto;
}

.contact-guided-shell {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(620px, 1.28fr);
    gap: clamp(46px, 6vw, 92px);
    align-items: start;
}

.contact-intro {
    position: sticky;
    top: 164px;
    min-width: 0;
    padding-top: 12px;
}

.contact-intro h2,
.contact-form h2 {
    margin: 16px 0 0;
    color: var(--north-navy);
    font-size: clamp(38px, 2.5vw, 52px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.contact-intro > p:not(.section-kicker) {
    max-width: 470px;
    margin-top: 20px;
    color: #5d6f88;
    font-size: 16px;
    line-height: 1.75;
}

.contact-details {
    display: grid;
    gap: 17px;
    margin-top: 34px;
    color: var(--north-navy);
    font-style: normal;
    font-size: 15px;
    line-height: 1.55;
}

.contact-details > *,
.contact-response {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.contact-details a {
    transition: color .2s ease;
}

.contact-details a:hover,
.contact-details a:focus-visible {
    color: var(--north-teal);
}

.contact-details i {
    margin-top: 4px;
    color: var(--north-gold);
    font-size: 16px;
    text-align: center;
}

.contact-response {
    max-width: 420px;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid #dbe4ec;
}

.contact-response > i {
    display: inline-grid;
    width: 24px;
    height: 24px;
    place-items: center;
    color: var(--north-teal);
    font-size: 21px;
}

.contact-response strong,
.contact-response span {
    display: block;
}

.contact-response strong {
    color: var(--north-navy);
    font-size: 14px;
}

.contact-response span {
    margin-top: 3px;
    color: #667890;
    font-size: 13px;
    line-height: 1.55;
}

.contact-intro-art {
    display: none;
}

.contact-intro-art img {
    position: absolute;
    right: -28px;
    bottom: -30px;
    width: 520px;
    max-width: none;
    filter: saturate(.6) brightness(1.35);
}

.contact-form {
    padding: clamp(28px, 2.5vw, 38px);
    border: 1px solid #d9e3ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 52px rgba(7, 27, 51, .08);
}

.contact-form-header .eyebrow {
    color: var(--north-teal);
}

.contact-form h2 {
    margin-top: 8px;
    font-size: clamp(32px, 2.15vw, 44px);
}

.contact-form-header > p:last-child {
    max-width: 680px;
    margin-top: 10px;
    color: #667890;
    font-size: 15px;
    line-height: 1.65;
}

.contact-inquiry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 23px;
}

.contact-inquiry-option {
    position: relative;
    min-width: 0;
    cursor: pointer;
}

.contact-inquiry-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.contact-inquiry-content {
    display: grid;
    min-height: 94px;
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    gap: 12px;
    align-items: start;
    padding: 15px;
    border: 1px solid #d7e2eb;
    border-radius: 6px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease, transform .2s ease;
}

.contact-inquiry-content > i {
    margin-top: 1px;
    color: var(--north-teal);
    font-size: 28px;
}

.contact-inquiry-content strong,
.contact-inquiry-content small {
    display: block;
}

.contact-inquiry-content strong {
    color: var(--north-navy);
    font-size: 14px;
    line-height: 1.35;
}

.contact-inquiry-content small {
    margin-top: 5px;
    color: #6a7c93;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.contact-radio-mark {
    width: 16px;
    height: 16px;
    border: 1px solid #b8c8d7;
    border-radius: 50%;
    box-shadow: inset 0 0 0 4px #fff;
}

.contact-inquiry-option:hover .contact-inquiry-content {
    border-color: rgba(22, 166, 160, .6);
    transform: translateY(-1px);
}

.contact-inquiry-option input:checked + .contact-inquiry-content {
    border-color: var(--north-teal);
    background: rgba(22, 166, 160, .045);
    box-shadow: 0 0 0 3px rgba(22, 166, 160, .1);
}

.contact-inquiry-option input:checked + .contact-inquiry-content .contact-radio-mark {
    border-color: var(--north-teal);
    background: var(--north-teal);
}

.contact-inquiry-option input:focus-visible + .contact-inquiry-content {
    outline: 3px solid rgba(22, 166, 160, .25);
    outline-offset: 2px;
}

.contact-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 16px;
    margin-top: 23px;
}

.contact-fields label {
    display: grid;
    gap: 8px;
    color: var(--north-navy);
    font-size: 13px;
    font-weight: 800;
}

.contact-label {
    display: inline-flex;
    gap: 4px;
    align-items: baseline;
}

.contact-label b {
    color: #c95959;
}

.contact-label small {
    color: #72839a;
    font-weight: 500;
}

.contact-field-wide {
    grid-column: 1 / -1;
}

.contact-input {
    width: 100%;
    min-height: 45px;
    border: 1px solid #d5e0ea;
    border-radius: 5px;
    background: #fff;
    padding: 11px 13px;
    color: var(--north-navy);
    font: inherit;
    font-weight: 500;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

textarea.contact-input {
    min-height: 112px;
    resize: vertical;
    line-height: 1.6;
}

.contact-input::placeholder {
    color: #9aa8b8;
}

.contact-input:focus {
    border-color: var(--north-teal);
    box-shadow: 0 0 0 4px rgba(22, 166, 160, .11);
}

.contact-form-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 20px;
}

.contact-form-status {
    color: var(--north-teal);
    font-size: 13px;
    font-weight: 700;
}

.contact-form-status.is-error {
    color: #b42318;
}

.contact-form-status.is-success {
    color: #078d88;
}

.contact-form .btn:disabled {
    cursor: wait;
    opacity: .72;
}

.contact-honeypot {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.contact-routing-note {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 5px;
    background: #edf8f7;
    color: #4f6f75;
    font-size: 12px;
    line-height: 1.5;
}

.contact-routing-note i {
    margin-top: 2px;
    color: var(--north-teal);
}

.contact-pathways {
    padding: 54px 0;
    border-top: 1px solid #e0e8ef;
    border-bottom: 1px solid #e0e8ef;
    background: #fff;
}

.contact-pathways-shell {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-pathway {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) 168px;
    gap: 28px;
    align-items: stretch;
    padding: 0 36px;
}

.contact-pathway:first-child {
    padding-left: 0;
    border-right: 1px solid #d8e2eb;
}

.contact-pathway:last-child {
    padding-right: 0;
}

.contact-pathway-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.contact-pathway .section-kicker {
    margin-bottom: 12px;
}

.contact-pathway h3 {
    color: var(--north-navy);
    font-size: clamp(28px, 2vw, 36px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.035em;
    text-transform: capitalize;
}

.contact-pathway-copy > p:not(.section-kicker) {
    margin-top: 14px;
    color: #62748c;
    font-size: 14px;
    line-height: 1.65;
}

.contact-pathway-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: 19px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--north-teal);
    color: var(--north-teal);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.contact-pathway-link i,
.contact-brand-bridge a i {
    transition: transform .2s ease;
}

.contact-pathway-link:hover i,
.contact-brand-bridge a:hover i {
    transform: translateX(4px);
}

.contact-brand-bridge {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    margin-top: auto;
    padding-top: 18px;
    color: #718198;
    font-size: 10px;
    font-weight: 700;
}

.contact-brand-bridge a {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    color: var(--north-teal);
}

.contact-brand-bridge span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.contact-brand-bridge b {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--north-teal);
}

.contact-brand-bridge span:last-child b {
    background: #9a88d7;
}

.contact-pathway-image {
    width: 100%;
    height: 100%;
    min-height: 245px;
    border-radius: 6px;
    object-fit: cover;
}

.contact-pathway:first-child .contact-pathway-image {
    object-position: 35% center;
}

.contact-pathway:last-child .contact-pathway-image {
    object-position: 42% center;
}

.contact-trust {
    padding: 30px 0;
    background: #fff;
}

.contact-trust-shell {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-trust-shell > div {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 0 30px;
    border-right: 1px solid #dce5ed;
}

.contact-trust-shell > div:first-child {
    padding-left: 0;
}

.contact-trust-shell > div:last-child {
    padding-right: 0;
    border-right: 0;
}

.contact-trust-shell i {
    color: var(--north-teal);
    font-size: 31px;
    text-align: center;
}

.contact-trust-shell strong,
.contact-trust-shell span {
    display: block;
}

.contact-trust-shell strong {
    color: var(--north-navy);
    font-size: 13px;
}

.contact-trust-shell span {
    margin-top: 4px;
    color: #6a7b91;
    font-size: 11px;
    line-height: 1.45;
}

@media (max-width: 1100px) {
    .contact-guided-shell {
        grid-template-columns: minmax(0, .78fr) minmax(540px, 1.22fr);
        gap: 42px;
    }

    .contact-pathway {
        grid-template-columns: 1fr;
    }

    .contact-pathway-image {
        height: 190px;
        min-height: 0;
        order: -1;
    }
}

@media (max-width: 900px) {
    .contact-guided {
        padding: 54px 0;
    }

    .contact-guided-shell {
        grid-template-columns: 1fr;
    }

    .contact-intro {
        position: static;
    }

    .contact-intro-art {
        display: none;
    }

    .contact-pathways-shell {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .contact-pathway,
    .contact-pathway:first-child,
    .contact-pathway:last-child {
        padding: 0;
        border-right: 0;
    }

    .contact-pathway:first-child {
        padding-bottom: 38px;
        border-bottom: 1px solid #d8e2eb;
    }

    .contact-trust-shell {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-trust-shell > div,
    .contact-trust-shell > div:first-child,
    .contact-trust-shell > div:last-child {
        padding: 0 0 20px;
        border-right: 0;
        border-bottom: 1px solid #dce5ed;
    }

    .contact-trust-shell > div:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 620px) {
    .contact-guided-shell,
    .contact-pathways-shell,
    .contact-trust-shell {
        width: min(100% - 32px, 1270px);
    }

    .contact-guided {
        padding: 44px 0 48px;
    }

    .contact-intro h2 {
        font-size: 38px;
    }

    .contact-form {
        padding: 24px 18px;
    }

    .contact-inquiry-grid,
    .contact-fields {
        grid-template-columns: 1fr;
    }

    .contact-field-wide {
        grid-column: auto;
    }

    .contact-inquiry-content {
        min-height: 92px;
    }

    .contact-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-form-actions .btn {
        justify-content: center;
    }

    .contact-pathways {
        padding: 42px 0;
    }
}

/* Blog — Market Briefing */
.blog-page {
    overflow: hidden;
    background: #fff;
    color: var(--north-navy);
}

.blog-page .site-container {
    width: min(100% - 48px, 1260px);
    margin-inline: auto;
}

.blog-masthead {
    padding: clamp(50px, 4.5vw, 64px) 0 clamp(36px, 3.7vw, 52px);
    background: #fff;
}

.blog-masthead-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, .55fr);
    gap: clamp(64px, 10vw, 150px);
    align-items: end;
}

.blog-masthead h2 {
    max-width: 760px;
    margin-top: 18px;
    font-size: var(--type-h2);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.02;
}

.blog-masthead-lead {
    max-width: 660px;
    margin-top: 24px;
    color: #5c6f87;
    font-size: var(--type-lead);
    line-height: 1.7;
}

.blog-topic-nav {
    display: grid;
    padding-left: 48px;
    border-left: 1px solid #d7e2eb;
}

.blog-topic-nav > p {
    margin-bottom: 10px;
    color: var(--north-teal);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.blog-topic-nav a {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    color: #334760;
    font-size: 15px;
    font-weight: 650;
    transition: color .2s ease, transform .2s ease;
}

.blog-topic-nav a:hover,
.blog-topic-nav a:focus-visible {
    color: var(--north-teal);
    transform: translateX(4px);
}

.blog-topic-nav i,
.blog-read-link i {
    font-size: 11px;
}

.blog-feature {
    padding-bottom: clamp(66px, 6vw, 88px);
}

.blog-feature-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.85fr) minmax(330px, .95fr);
    align-items: center;
}

.blog-feature-media {
    height: clamp(390px, 40vw, 540px);
    overflow: hidden;
}

.blog-feature-media img,
.blog-briefing-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-feature-copy {
    position: relative;
    z-index: 1;
    margin-left: -54px;
    padding: clamp(38px, 4vw, 64px);
    border: 1px solid #d9e3ec;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 20px 46px rgba(7, 27, 51, .07);
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    color: #718198;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.blog-meta span {
    color: var(--north-teal);
}

.blog-feature-copy h2 {
    margin-top: 20px;
    font-size: clamp(30px, 2.65vw, 43px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.04;
}

.blog-feature-copy > p:not(.blog-meta) {
    margin-top: 22px;
    color: #5b6c82;
    font-size: 16px;
    line-height: 1.72;
}

.blog-read-link {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    margin-top: 24px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--north-teal);
    color: var(--north-teal);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.blog-read-link:hover,
.blog-read-link:focus-visible {
    color: var(--north-navy);
    border-color: var(--north-gold);
}

.blog-briefings {
    padding-bottom: clamp(72px, 8vw, 112px);
}

.blog-section-heading {
    max-width: 990px;
    margin: 0 auto clamp(40px, 5vw, 64px);
    text-align: center;
}

.blog-section-heading .section-kicker,
.blog-focus-heading .section-kicker {
    justify-content: center;
}

.blog-section-heading h2,
.blog-focus-heading h2 {
    margin-top: 16px;
    font-size: clamp(34px, 2.5vw, 52px);
    font-weight: 800;
    letter-spacing: -.042em;
    line-height: 1.06;
}

.blog-briefing-list {
    border-top: 1px solid #d7e2eb;
}

.blog-briefing-row {
    display: grid;
    grid-template-columns: minmax(300px, .86fr) minmax(0, 1.44fr);
    min-height: 322px;
    border-bottom: 1px solid #d7e2eb;
    align-items: stretch;
}

.blog-briefing-row.is-reversed {
    grid-template-columns: minmax(0, 1.44fr) minmax(300px, .86fr);
}

.blog-briefing-copy {
    display: flex;
    padding: clamp(34px, 4vw, 58px) clamp(24px, 4vw, 58px);
    flex-direction: column;
    justify-content: center;
}

.blog-briefing-row:not(.is-reversed) .blog-briefing-copy {
    padding-left: 0;
}

.blog-briefing-row.is-reversed .blog-briefing-copy {
    grid-column: 2;
    grid-row: 1;
    padding-right: 0;
}

.blog-briefing-row.is-reversed .blog-briefing-media {
    grid-column: 1;
    grid-row: 1;
}

.blog-briefing-copy h3 {
    max-width: 480px;
    margin-top: 12px;
    font-size: clamp(25px, 2vw, 34px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.blog-briefing-copy > p:not(.blog-meta) {
    max-width: 520px;
    margin-top: 16px;
    color: #5d6f86;
    line-height: 1.7;
}

.blog-briefing-footer {
    display: flex;
    gap: 28px;
    align-items: center;
    margin-top: 20px;
}

.blog-briefing-footer time {
    color: #74859a;
    font-size: 13px;
}

.blog-briefing-footer .blog-read-link {
    margin-top: 0;
}

.blog-briefing-media {
    min-height: 322px;
    overflow: hidden;
}

.blog-briefing-media img {
    transition: transform .5s ease;
}

.blog-briefing-row:hover .blog-briefing-media img {
    transform: scale(1.025);
}

.blog-focus {
    padding: clamp(66px, 7vw, 94px) 0;
    background: #f4f8fb;
}

.blog-focus-heading {
    text-align: center;
}

.blog-focus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 46px;
}

.blog-focus-grid article {
    padding: 4px clamp(28px, 4vw, 58px);
    border-right: 1px solid #d7e2eb;
    text-align: center;
}

.blog-focus-grid article:last-child {
    border-right: 0;
}

.blog-focus-grid h3 {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.blog-focus-grid p {
    margin-top: 13px;
    color: #607188;
    line-height: 1.65;
}

.blog-contact {
    padding: 0 0 clamp(70px, 8vw, 110px);
    background: #f4f8fb;
}

.blog-contact-shell {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: clamp(30px, 4vw, 48px);
    background: #fff;
    box-shadow: 0 18px 42px rgba(7, 27, 51, .06);
}

.blog-contact-icon {
    display: grid;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #e4f7f5;
    color: var(--north-teal);
    font-size: 26px;
    place-items: center;
}

.blog-contact h2 {
    margin-top: 7px;
    font-size: clamp(28px, 2.5vw, 42px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.08;
}

@media (max-width: 980px) {
    .blog-masthead-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .blog-topic-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 28px;
        padding: 26px 0 0;
        border-top: 1px solid #d7e2eb;
        border-left: 0;
    }

    .blog-topic-nav > p {
        grid-column: 1 / -1;
    }

    .blog-feature-shell {
        grid-template-columns: 1fr;
    }

    .blog-feature-copy {
        width: calc(100% - 48px);
        margin: -72px 24px 0;
    }

    .blog-briefing-row,
    .blog-briefing-row.is-reversed {
        grid-template-columns: 1fr 1fr;
    }

    .blog-contact-shell {
        grid-template-columns: auto 1fr;
    }

    .blog-contact .btn {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 720px) {
    .blog-page .site-container {
        width: min(100% - 32px, 1260px);
    }

    .blog-masthead {
        padding: 52px 0 44px;
    }

    .blog-masthead h2 {
        font-size: clamp(38px, 11vw, 48px);
    }

    .blog-topic-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 18px;
    }

    .blog-topic-nav > p {
        grid-column: 1 / -1;
    }

    .blog-topic-nav a {
        gap: 8px;
        font-size: 13px;
    }

    .blog-feature-media {
        height: 300px;
    }

    .blog-feature-copy {
        width: calc(100% - 24px);
        margin: -40px 12px 0;
        padding: 28px 24px 32px;
    }

    .blog-feature-copy h2 {
        font-size: 30px;
    }

    .blog-section-heading {
        text-align: left;
    }

    .blog-section-heading .section-kicker {
        justify-content: flex-start;
    }

    .blog-section-heading h2,
    .blog-focus-heading h2 {
        font-size: 34px;
    }

    .blog-briefing-row,
    .blog-briefing-row.is-reversed {
        grid-template-columns: 1fr;
    }

    .blog-briefing-row .blog-briefing-copy,
    .blog-briefing-row.is-reversed .blog-briefing-copy {
        grid-column: 1;
        grid-row: 2;
        padding: 28px 0 38px;
    }

    .blog-briefing-row .blog-briefing-media,
    .blog-briefing-row.is-reversed .blog-briefing-media {
        min-height: 240px;
        grid-column: 1;
        grid-row: 1;
    }

    .blog-briefing-copy h3 {
        font-size: 27px;
    }

    .blog-briefing-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-focus-grid {
        grid-template-columns: 1fr;
    }

    .blog-focus-grid article {
        padding: 26px 0;
        border-right: 0;
        border-bottom: 1px solid #d7e2eb;
    }

    .blog-focus-grid article:last-child {
        border-bottom: 0;
    }

    .blog-contact-shell {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .blog-contact .btn {
        grid-column: 1;
    }
}

/* Expanded internal core-service pages */
.service-detail-empty {
    padding: 6rem 0;
    background: var(--north-mist);
}

.service-detail-empty h2,
.service-detail-intro h2,
.service-detail-section-heading h2,
.service-detail-journey h2,
.service-detail-deliverables h2,
.service-detail-contact h2 {
    color: var(--north-navy);
    font-weight: 800;
    letter-spacing: -.035em;
}

.service-detail-empty h2 {
    margin-top: 1rem;
    font-size: clamp(2.4rem, 6vw, 4.5rem);
}

.service-detail-empty p:not(.section-kicker) {
    margin: 1.25rem auto 0;
    max-width: 42rem;
    color: #5b6b82;
    font-size: 1.08rem;
    line-height: 1.8;
}

.service-detail-empty .btn {
    margin-top: 2rem;
}

.service-detail-intro {
    position: relative;
    overflow: hidden;
    padding: 3.4rem 0 0;
    background: #f6f8fb;
}

.service-detail-intro::after {
    position: absolute;
    top: 4rem;
    right: -7rem;
    width: 25rem;
    height: 25rem;
    border: 1px solid rgba(13, 164, 163, .16);
    border-radius: 50%;
    content: '';
    pointer-events: none;
}

.service-detail-intro-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(22rem, .92fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.service-detail-back {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: 2rem;
    color: #5c6d84;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.service-detail-back:hover {
    color: var(--north-teal);
}

.service-detail-intro h2 {
    max-width: 48rem;
    margin-top: 1.1rem;
    font-size: clamp(2.45rem, 3.8vw, 4.15rem);
    line-height: 1.02;
}

.service-detail-intro-copy > p:last-of-type {
    max-width: 45rem;
    margin-top: 1.6rem;
    color: #53647b;
    font-size: clamp(1.05rem, 1.5vw, 1.22rem);
    line-height: 1.72;
}

.service-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
    align-items: center;
    margin-top: 2rem;
}

.service-detail-text-link {
    display: inline-flex;
    gap: .65rem;
    align-items: center;
    padding: .75rem 0;
    border-bottom: 2px solid var(--north-teal);
    color: var(--north-navy);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.service-detail-promise {
    position: relative;
    overflow: hidden;
    min-height: 23rem;
    padding: clamp(1.8rem, 3vw, 2.8rem);
    border-radius: 1.2rem 1.2rem 0 0;
    background: #082541;
    color: white;
    box-shadow: 0 24px 50px rgba(4, 30, 55, .18);
}

.service-detail-promise::after {
    position: absolute;
    right: -3.5rem;
    bottom: -3.5rem;
    width: 13rem;
    height: 13rem;
    border: 1px solid rgba(40, 211, 204, .2);
    border-radius: 50%;
    content: '';
}

.service-detail-promise-icon {
    display: inline-flex;
    width: 4.8rem;
    height: 4.8rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(47, 224, 215, .5);
    border-radius: 50%;
    color: #39d7d0;
    font-size: 2rem;
}

.service-detail-promise .eyebrow {
    margin-top: 2rem;
    color: var(--north-gold);
}

.service-detail-promise h3 {
    position: relative;
    z-index: 1;
    max-width: 28rem;
    margin-top: 1rem;
    font-size: clamp(1.7rem, 2.45vw, 2.2rem);
    font-weight: 750;
    letter-spacing: -.03em;
    line-height: 1.12;
}

.service-detail-promise > p:last-child {
    position: relative;
    z-index: 1;
    max-width: 29rem;
    margin-top: 1.4rem;
    color: rgba(255, 255, 255, .72);
    line-height: 1.75;
}

.service-detail-contexts {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2.6rem;
    background: #fff;
    box-shadow: 0 14px 32px rgba(11, 39, 68, .08);
}

.service-detail-contexts span {
    display: flex;
    gap: .8rem;
    align-items: center;
    justify-content: center;
    min-height: 5.4rem;
    border-right: 1px solid #e3e9f0;
    color: var(--north-navy);
    font-weight: 750;
}

.service-detail-contexts span:last-child {
    border-right: 0;
}

.service-detail-contexts i {
    color: var(--north-teal);
}

.service-detail-capabilities,
.service-detail-scope {
    padding: clamp(5rem, 8vw, 8rem) 0;
    background: #fff;
}

.service-detail-capabilities {
    padding-bottom: clamp(3.3rem, 5vw, 4.8rem);
}

.service-detail-section-heading {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(22rem, .75fr);
    gap: 4rem;
    align-items: end;
}

.service-detail-section-heading h2,
.service-detail-journey h2 {
    margin-top: 1rem;
    font-size: clamp(2.35rem, 4vw, 4rem);
    line-height: 1.05;
}

.service-detail-section-heading > p {
    max-width: 35rem;
    color: #5a6a80;
    font-size: 1.08rem;
    line-height: 1.75;
}

.service-detail-capability-list {
    margin-top: 3.5rem;
    border-top: 1px solid #dce4ed;
}

.service-detail-capability-list article {
    display: grid;
    grid-template-columns: 4rem minmax(18rem, .8fr) minmax(22rem, 1.2fr) 2rem;
    gap: 1.5rem;
    align-items: center;
    min-height: 11.2rem;
    border-bottom: 1px solid #dce4ed;
    transition: background-color .2s ease, padding .2s ease;
}

.service-detail-capability-list article:last-child {
    border-bottom: 0;
}

.service-detail-capability-list article:hover {
    padding-right: 1rem;
    padding-left: 1rem;
    background: #f7fafc;
}

.service-detail-capability-index {
    color: var(--north-teal);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.service-detail-capability-list h3 {
    color: var(--north-navy);
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    font-weight: 800;
    line-height: 1.2;
}

.service-detail-capability-list p {
    color: #5a6a80;
    line-height: 1.7;
}

.service-detail-capability-visual {
    position: relative;
    height: 11.1rem;
    align-self: center;
    overflow: hidden;
}

.service-detail-capability-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-detail-capability-visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 8%, rgba(255, 255, 255, .45) 42%, rgba(255, 255, 255, 0) 72%);
    content: '';
    pointer-events: none;
}

.service-detail-capability-list article > i {
    color: var(--north-gold);
}

.service-detail-journey {
    padding: clamp(4rem, 6vw, 6rem) 0;
    background: #f4f7fa;
}

.service-detail-journey-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 3.8rem;
    border-top: 1px solid #ccd9e7;
    border-bottom: 1px solid #ccd9e7;
}

.service-detail-journey-grid li {
    position: relative;
    min-height: 22rem;
    padding: 2.7rem 2rem;
    border-right: 1px solid #ccd9e7;
}

.service-detail-journey-grid li:last-child {
    border-right: 0;
}

.service-detail-journey-grid li > span {
    display: inline-flex;
    width: 4.5rem;
    height: 4.5rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(13, 164, 163, .4);
    border-radius: 50%;
    color: var(--north-teal);
    font-size: 1.7rem;
}

.service-detail-journey-grid h3 {
    margin-top: 2.2rem;
    color: var(--north-navy);
    font-size: 1.32rem;
    font-weight: 800;
}

.service-detail-journey-grid h3::after {
    display: block;
    width: 2.8rem;
    height: 2px;
    margin-top: 1rem;
    background: var(--north-gold);
    content: '';
}

.service-detail-journey-grid p {
    margin-top: 1.3rem;
    color: #5a6a80;
    line-height: 1.68;
}

.service-detail-deliverables {
    padding: clamp(4.5rem, 7vw, 7rem) 0;
    background: #082541;
}

.service-detail-deliverables-shell {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(22rem, .75fr);
    gap: clamp(4rem, 8vw, 8rem);
    align-items: center;
}

.service-detail-deliverables .section-kicker {
    color: #42d9d1;
}

.service-detail-deliverables h2 {
    margin-top: 1rem;
    color: white;
    font-size: clamp(2.35rem, 4vw, 4rem);
    line-height: 1.05;
}

.service-detail-deliverables p:not(.section-kicker) {
    max-width: 39rem;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, .68);
    font-size: 1.06rem;
    line-height: 1.75;
}

.service-detail-deliverables ul {
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.service-detail-deliverables li {
    display: flex;
    gap: 1rem;
    align-items: center;
    min-height: 4.7rem;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    color: white;
    font-weight: 700;
}

.service-detail-deliverables li i {
    color: var(--north-gold);
}

.service-detail-scope-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3rem;
    margin-top: 3.5rem;
    border-top: 1px solid #dce4ed;
}

.service-detail-scope-grid article {
    display: grid;
    grid-template-columns: 4rem 1fr;
    gap: 1.25rem;
    align-items: start;
    padding: 2rem 0;
    border-bottom: 1px solid #dce4ed;
}

.service-detail-scope-grid article > span {
    display: inline-flex;
    width: 3.4rem;
    height: 3.4rem;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    background: #e5f6f5;
    color: var(--north-teal);
    font-size: 1.25rem;
}

.service-detail-scope-grid h3 {
    color: var(--north-navy);
    font-size: 1.2rem;
    font-weight: 800;
}

.service-detail-scope-grid p {
    margin-top: .55rem;
    color: #5a6a80;
    line-height: 1.65;
}

.service-detail-contact {
    padding: 0 0 clamp(5rem, 8vw, 8rem);
    background: white;
}

.service-detail-contact-shell {
    display: flex;
    gap: 3rem;
    align-items: center;
    justify-content: space-between;
    padding-top: clamp(2.8rem, 5vw, 4.5rem);
    padding-bottom: clamp(2.8rem, 5vw, 4.5rem);
    background: #edf3f8;
}

.service-detail-contact h2 {
    max-width: 46rem;
    margin-top: .8rem;
    font-size: clamp(2rem, 3.5vw, 3.4rem);
    line-height: 1.08;
}

.service-detail-contact p:last-child {
    max-width: 45rem;
    margin-top: 1rem;
    color: #5a6a80;
    line-height: 1.7;
}

.service-detail-contact-actions {
    display: flex;
    flex: none;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.service-detail-contact-link {
    color: var(--north-navy);
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

@media (max-width: 1023px) {
    .service-detail-intro-shell,
    .service-detail-section-heading,
    .service-detail-deliverables-shell {
        grid-template-columns: 1fr;
    }

    .service-detail-intro-shell {
        gap: 3rem;
    }

    .service-detail-promise {
        min-height: auto;
        border-radius: 1rem;
    }

    .service-detail-section-heading {
        gap: 1.6rem;
    }

    .service-detail-capability-list article {
        grid-template-columns: 3.5rem minmax(13rem, .75fr) minmax(16rem, 1fr) 1.5rem;
    }

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

    .service-detail-journey-grid li:nth-child(2) {
        border-right: 0;
    }

    .service-detail-journey-grid li:nth-child(-n+2) {
        border-bottom: 1px solid #ccd9e7;
    }
}

@media (max-width: 767px) {
    .service-detail-intro {
        padding-top: 2.7rem;
    }

    .service-detail-intro::after {
        display: none;
    }

    .service-detail-intro h2 {
        font-size: clamp(2rem, 9.6vw, 2.65rem);
    }

    .service-detail-promise {
        min-height: 0;
        padding: 1.4rem;
    }

    .service-detail-promise-icon {
        width: 3.65rem;
        height: 3.65rem;
        font-size: 1.45rem;
    }

    .service-detail-promise .eyebrow {
        margin-top: 1.35rem;
    }

    .service-detail-promise h3 {
        margin-top: .7rem;
        font-size: 1.55rem;
    }

    .service-detail-promise > p:last-child {
        margin-top: .9rem;
        line-height: 1.6;
    }

    .service-detail-contexts {
        grid-template-columns: 1fr;
        margin-top: 2.5rem;
        padding-right: 0;
        padding-left: 0;
    }

    .service-detail-contexts span {
        justify-content: flex-start;
        min-height: 3.7rem;
        padding: 0 1.4rem;
        border-right: 0;
        border-bottom: 1px solid #e3e9f0;
    }

    .service-detail-contexts span:last-child {
        border-bottom: 0;
    }

    .service-detail-capability-list article {
        grid-template-columns: 2.6rem 1fr;
        gap: 1rem;
        padding: 1.8rem 0;
    }

    .service-detail-capability-list article > div {
        grid-column: 2;
    }

    .service-detail-capability-visual {
        grid-column: 1 / -1;
        width: 100%;
        height: 12rem;
        border-radius: .65rem;
    }

    .service-detail-capability-visual::after {
        background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .12) 28%, rgba(255, 255, 255, 0) 55%);
    }

    .service-detail-capability-list article > i {
        display: none;
    }

    .service-detail-journey-grid,
    .service-detail-scope-grid {
        grid-template-columns: 1fr;
    }

    .service-detail-journey-grid li,
    .service-detail-journey-grid li:nth-child(2) {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #ccd9e7;
    }

    .service-detail-journey-grid li:last-child {
        border-bottom: 0;
    }

    .service-detail-scope-grid {
        gap: 0;
    }

    .service-detail-contact-shell {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-detail-contact-actions {
        width: 100%;
        align-items: stretch;
    }

    .service-detail-contact-actions .btn {
        justify-content: center;
    }
}

[v-cloak] {
    display: none;
}

body {
    min-width: 320px;
    overflow-x: hidden;
}

.site-logo {
    width: 198px;
    height: 56px;
    object-fit: contain;
}

@media (max-width: 640px) {
    .site-logo {
        width: 155px;
        height: 48px;
    }
}

.site-header {
    transition: box-shadow .24s ease, transform .24s ease;
}

.site-header.is-scrolled {
    box-shadow: 0 18px 42px rgba(7, 27, 51, .10);
}

.nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 14px;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: color .18s ease;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 5px;
    height: 3px;
    background: var(--north-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .18s ease;
}

.nav-link:hover,
.nav-link.is-active {
    color: var(--north-blue);
}

.nav-link:hover::after,
.nav-link.is-active::after {
    transform: scaleX(1);
}

.nav-dropdown { position: relative; }
.nav-chevron { margin-left: 8px; font-size: 9px; transition: transform .18s ease; }
.nav-dropdown:hover .nav-chevron { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; top: calc(100% - 2px); left: 6px; min-width: 235px; padding: 10px; border: 1px solid #e5eaf1; border-radius: 8px; background: white; box-shadow: 0 18px 45px rgba(7,27,51,.14); opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-dropdown.is-open .nav-dropdown-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-dropdown-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 13px; border-radius: 5px; color: var(--north-navy); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.nav-dropdown-link:hover { background: var(--north-mist); color: var(--north-blue); }
.nav-dropdown-link i { color: var(--north-gold); font-size: 11px; }
.mobile-nav-link,
.mobile-nav-toggle { display: flex; width: 100%; align-items: center; justify-content: space-between; border-radius: 6px; padding: 13px 12px; color: var(--north-navy); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-align: left; text-transform: uppercase; }
.mobile-nav-link:hover,
.mobile-nav-toggle:hover { background: var(--north-mist); }
.mobile-nav-toggle i { color: var(--north-gold); font-size: 10px; transition: transform .18s ease; }
.mobile-nav-toggle i.is-rotated { transform: rotate(180deg); }
.mobile-subnav { display: grid; gap: 2px; margin: -2px 0 6px 12px; border-left: 2px solid var(--north-gold); padding: 3px 0 3px 10px; }
.mobile-subnav-link { border-radius: 5px; padding: 10px 12px; color: #526174; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.mobile-subnav-link:hover { background: var(--north-mist); color: var(--north-blue); }

.btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 6px;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

@media (min-width: 1024px) and (max-width: 1150px) {
    .site-header .site-logo {
        width: 110px;
    }

    .site-header .nav-link {
        padding-inline: 7px;
        font-size: 11px;
        letter-spacing: .025em;
    }

    .site-header .nav-link::after {
        left: 7px;
        right: 7px;
    }

    .site-header .btn {
        gap: 6px;
        padding-inline: 12px;
        font-size: 11px;
        white-space: nowrap;
    }
}

.btn-primary {
    background: var(--north-blue);
    color: white;
    box-shadow: 0 12px 24px rgba(35, 58, 108, .18);
}

.btn-primary:hover {
    background: #172c59;
}

.btn-gold {
    background: var(--north-gold);
    color: var(--north-navy);
}

.btn-gold:hover {
    background: #ebb349;
}

.btn-light {
    background: rgba(255, 255, 255, .08);
    color: white;
    border: 1px solid rgba(255, 255, 255, .18);
}

.btn-light:hover {
    background: rgba(255, 255, 255, .14);
}

.hero-slide {
    height: clamp(555px, 68vh, 710px);
    min-height: clamp(555px, 68vh, 710px);
    max-height: clamp(555px, 68vh, 710px);
    overflow: hidden;
    background: var(--north-navy);
    transform: translateY(calc(var(--hero-shift, 0px) * -0.08));
}

.hero-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-slide-image {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    width: auto;
    max-width: none;
    height: 100%;
    opacity: 0;
    transform: translateY(-50%) scale(1.025);
    transition:
        opacity 1.15s cubic-bezier(.4, 0, .2, 1),
        transform 7s cubic-bezier(.2, .6, .2, 1);
    will-change: opacity, transform;
}

.hero-slide-image.is-active {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.hero-copy {
    max-width: 38.5rem;
}

.hero-content {
    height: 100%;
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(7, 27, 51, .98) 0%, rgba(7, 27, 51, .92) 20%, rgba(7, 27, 51, .72) 31%, rgba(7, 27, 51, .30) 41%, rgba(7, 27, 51, .08) 47%, transparent 50%),
        linear-gradient(180deg, rgba(7, 27, 51, .03), rgba(7, 27, 51, .14));
}

.eyebrow {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--north-teal);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.section-kicker::before {
    content: "";
    width: 34px;
    height: 3px;
    background: var(--north-gold);
    border-radius: 999px;
}

.feature-card,
.service-card,
.partner-card,
.scope-card,
.step-card {
    border: 1px solid #e5eaf1;
    border-radius: 8px;
    background: white;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.feature-card:hover,
.service-card:hover,
.partner-card:hover,
.scope-card:hover,
.step-card:hover {
    border-color: rgba(22, 166, 160, .45);
    box-shadow: 0 18px 50px rgba(7, 27, 51, .10);
    transform: translateY(-3px);
}

.service-pillar-link {
    min-height: 90px;
}

.service-pillar-arrow {
    margin-left: auto;
    color: var(--north-gold);
    font-size: 14px;
    opacity: 0;
    transition: opacity .18s ease, transform .18s ease;
}

.service-pillar-link:hover .service-pillar-arrow {
    opacity: 1;
    transform: translate(2px, -2px);
}

.service-hook {
    overflow: hidden;
    padding: 82px 0 0;
    background: #fff;
}

.service-hook-intro {
    min-width: 0;
    padding-bottom: 50px;
    text-align: center;
}

.service-hook-kicker {
    color: var(--north-teal);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.service-hook-intro h2 {
    max-width: 900px;
    margin: 18px auto 0;
    color: var(--north-navy);
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -.035em;
    overflow-wrap: anywhere;
}

.service-hook-lead {
    max-width: 740px;
    margin: 22px auto 0;
    color: #526174;
    font-size: 17px;
    line-height: 1.75;
}

.service-hook-cta {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    border-radius: 6px;
    padding: 13px 24px;
    background: var(--north-teal);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(22, 166, 160, .2);
    transition: transform .18s ease, background-color .18s ease;
}

.service-hook-cta:hover {
    background: #118c87;
    transform: translateY(-2px);
}

.service-system-wrap {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: linear-gradient(135deg, #061a33 0%, #082754 58%, #071f47 100%);
    box-shadow: none;
    color: #fff;
}

.service-system {
    display: grid;
    max-width: 1440px !important;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) 250px;
    align-items: stretch;
}

.service-system-grid {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-system-item {
    position: relative;
    min-width: 0;
    border-right: 1px solid rgba(255,255,255,.12);
}

.service-system-link {
    display: flex;
    min-height: 410px;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 25px 34px;
    transition: background-color .22s ease, transform .22s ease;
}

.service-system-link:hover {
    background: rgba(255,255,255,.055);
    transform: translateY(-4px);
}

.service-system-number {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(31, 213, 202, .78);
    border-radius: 50%;
    color: #32d8ce;
    font-size: 17px;
    font-weight: 900;
}

.service-system-icon {
    display: inline-flex;
    min-height: 72px;
    align-items: flex-end;
    color: #2fd7cd;
    font-size: 35px;
}

.service-system-link h3 {
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.service-system-rule {
    width: 48px;
    height: 2px;
    margin: 17px 0;
    background: linear-gradient(90deg, #2fd7cd, #e5a520);
}

.service-system-link p {
    min-height: 84px;
    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.service-system-action {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    color: #56e3da;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.service-growth-outcome {
    display: flex;
    min-height: 410px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 32px 20px;
    color: var(--north-gold);
    transition: background-color .18s ease;
}

.service-growth-outcome:hover {
    background: rgba(216,154,34,.08);
}

.service-growth-mark {
    display: inline-flex;
    width: 66px;
    height: 66px;
    flex: none;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--north-gold);
    border-radius: 50%;
    font-size: 28px;
}

.service-growth-outcome small {
    display: block;
    margin-bottom: 7px;
    color: rgba(255,255,255,.6);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.service-growth-outcome strong {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .service-system { grid-template-columns: minmax(0, 1fr); }
    .service-system-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-system-link { min-height: 330px; }
    .service-growth-outcome { min-height: auto; border-top: 1px solid rgba(255,255,255,.12); padding: 28px; }
}

@media (max-width: 640px) {
    .service-hook { padding-top: 58px; }
    .service-hook-intro { padding-bottom: 38px; text-align: left; }
    .service-hook-intro h2 { margin-left: 0; font-size: 36px; }
    .service-hook-lead { font-size: 16px; }
    .service-system-wrap { width: 100%; margin-bottom: 0; border-radius: 0; }
    .service-system-grid { grid-template-columns: minmax(0, 1fr); }
    .service-system-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .service-system-link { min-height: 0; padding: 30px 10px; }
    .service-system-number { width: 50px; height: 50px; }
    .service-system-icon { min-height: 58px; font-size: 30px; }
    .service-system-link p { min-height: 0; }
    .service-system-action { margin-top: 22px; }
    .service-growth-outcome { justify-content: flex-start; padding: 30px 10px; }
}

.upcoming-event {
    margin-top: 0;
    padding: 0;
    border-top: 0 !important;
    background: #fff;
}

.upcoming-event-shell {
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.upcoming-event-heading {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin: 0 auto;
    padding: 50px max(20px, calc((100vw - 1280px) / 2)) 38px;
    border-top: 0 !important;
    background: #fff;
}

.upcoming-event-heading > div {
    max-width: 760px;
}

.upcoming-event-heading h2 {
    margin-top: 14px;
    color: var(--north-navy);
    font-size: clamp(34px, 3.4vw, 50px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.upcoming-event-heading p:last-child {
    max-width: 690px;
    margin-top: 17px;
    color: #5f6f83;
    font-size: 17px;
    line-height: 1.7;
}

.upcoming-event-all {
    display: inline-flex;
    flex: none;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--north-gold);
    color: var(--north-navy);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.event-feature-card {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    background: var(--north-navy);
    box-shadow: none;
}

.event-feature-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,.14);
}

.event-feature-content {
    min-width: 0;
    padding: 50px 52px 52px max(52px, calc((100vw - 1280px) / 2));
    color: #fff;
}

.event-feature-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.event-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(55, 221, 210, .35);
    border-radius: 999px;
    padding: 9px 13px;
    background: #0b3d4e;
    color: #6ee7df;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.event-countdown {
    color: var(--north-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.event-feature-name {
    margin-top: 36px;
    color: #3bd8cf;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.event-feature-content h3 {
    max-width: 680px;
    margin-top: 12px;
    color: #fff;
    font-size: clamp(35px, 4vw, 56px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.event-feature-summary {
    max-width: 650px;
    margin-top: 22px;
    color: rgba(255,255,255,.74);
    font-size: 16px;
    line-height: 1.7;
}

.event-feature-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
    border-top: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.event-feature-details > div {
    min-width: 0;
    padding: 20px 20px 20px 0;
}

.event-feature-details > div + div {
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,.14);
}

.event-feature-details dt {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #46ddd4;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.event-feature-details dd {
    margin-top: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
}

.event-feature-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.event-details-button {
    border: 1px solid rgba(255,255,255,.34);
    color: #fff;
}

.event-details-button:hover {
    border-color: #fff;
    background: #fff;
    color: var(--north-navy);
}

.event-feature-media {
    position: relative;
    min-height: 590px;
    background: #102a4d;
}

.event-feature-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 66% center;
}

.event-date-card {
    position: absolute;
    right: 26px;
    bottom: 26px;
    display: flex;
    width: 132px;
    min-height: 142px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(7, 27, 51, .25);
    color: var(--north-navy);
    text-align: center;
}

.event-date-card span {
    color: var(--north-teal);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
}

.event-date-card strong {
    margin-top: 2px;
    color: var(--north-navy);
    font-size: 31px;
    font-weight: 900;
    line-height: 1;
}

.event-date-card small {
    margin-top: 7px;
    color: var(--north-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
}

@media (max-width: 1020px) {
    .event-feature-body {
        grid-template-columns: minmax(0, 1fr);
    }

    .event-feature-media {
        min-height: 430px;
        grid-row: 1;
    }

    .event-feature-media img {
        position: absolute;
        inset: 0;
    }
}

@media (max-width: 700px) {
    .upcoming-event {
        margin-top: 0;
        padding: 0;
    }

    .upcoming-event-heading {
        display: block;
        width: 100%;
        margin: 0;
        padding: 32px 20px 28px;
    }

    .upcoming-event-heading h2 {
        font-size: 36px;
    }

    .upcoming-event-heading p:last-child {
        font-size: 16px;
    }

    .upcoming-event-all {
        margin-top: 22px;
    }

    .event-feature-card {
        border-radius: 0;
    }

    .event-feature-media {
        min-height: 270px;
    }

    .event-date-card {
        right: 16px;
        bottom: 16px;
        width: 108px;
        min-height: 116px;
        border-radius: 14px;
    }

    .event-date-card strong {
        font-size: 25px;
    }

    .event-feature-content {
        padding: 30px 24px 32px;
    }

    .event-feature-topline {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .event-feature-name {
        margin-top: 28px;
    }

    .event-feature-content h3 {
        font-size: 38px;
    }

    .event-feature-details {
        grid-template-columns: minmax(0, 1fr);
    }

    .event-feature-details > div {
        padding: 17px 0;
    }

    .event-feature-details > div + div {
        padding-left: 0;
        border-top: 1px solid rgba(255,255,255,.14);
        border-left: 0;
    }

    .event-feature-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Services page — selected Option 1 */
.nav-dropdown-wide .nav-mega-menu {
    left: 50%;
    display: grid;
    width: min(650px, calc(100vw - 40px));
    min-width: 650px;
    padding: 18px;
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
    gap: 18px;
    transform: translate(-50%, 8px);
}

.nav-dropdown-wide:hover .nav-mega-menu,
.nav-dropdown-wide:focus-within .nav-mega-menu,
.nav-dropdown-wide.is-open .nav-mega-menu {
    transform: translate(-50%, 0);
}

.nav-mega-group + .nav-mega-group {
    padding-left: 18px;
    border-left: 1px solid #e2e8ef;
}

.nav-mega-label {
    margin: 0 0 8px;
    padding: 0 10px;
    color: #68778a;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.nav-mega-links {
    display: grid;
    gap: 2px;
}

.nav-mega-menu .nav-dropdown-link {
    display: grid;
    min-height: 45px;
    padding: 9px 10px;
    grid-template-columns: 24px minmax(0, 1fr) 12px;
    gap: 9px;
    text-transform: none;
    letter-spacing: 0;
}

.nav-mega-menu .nav-dropdown-link strong {
    display: block;
    font-size: 12px;
    line-height: 1.25;
}

.nav-mega-menu .nav-dropdown-link small {
    display: block;
    margin-top: 3px;
    color: #66778c;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.35;
}

.nav-dropdown-icon {
    align-self: center;
    color: var(--north-teal) !important;
    font-size: 14px !important;
    text-align: center;
}

.nav-dropdown-arrow {
    align-self: center;
}

.nav-featured-link {
    min-height: 68px !important;
    background: #f0faf9;
}

.nav-featured-link + .nav-featured-link {
    margin-top: 5px;
}

.nav-mega-all-link {
    display: flex;
    margin: 8px 4px 0;
    padding: 11px 8px 6px;
    border-top: 1px solid #dfe7ee;
    align-items: center;
    justify-content: space-between;
    color: var(--north-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nav-mega-all-link i {
    color: var(--north-gold);
    transition: transform .18s ease;
}

.nav-mega-all-link:hover i {
    transform: translateX(3px);
}

.mobile-subnav-heading {
    margin: 10px 12px 3px;
    color: #8a6a22;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.mobile-subnav-heading:first-child {
    margin-top: 4px;
}

.mobile-subnav-link i {
    width: 20px;
    margin-right: 8px;
    color: var(--north-teal);
    text-align: center;
}

.mobile-subnav-link.is-featured {
    margin: 2px 6px 2px 0;
    background: #f0faf9;
    color: var(--north-navy);
}

.mobile-subnav-all {
    display: flex;
    margin: 7px 6px 2px 0;
    padding: 11px 12px 7px;
    border-top: 1px solid #dfe7ee;
    align-items: center;
    justify-content: space-between;
    color: var(--north-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mobile-subnav-all i {
    color: var(--north-gold);
}

.services-page-intro {
    padding: 64px 0 48px;
    background: #fff;
}

.services-page-heading {
    display: grid;
    margin-top: 17px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
    align-items: end;
    gap: 72px;
}

.services-page-heading h2 {
    max-width: 720px;
    margin: 0;
    color: var(--north-navy);
    font-size: clamp(42px, 5vw, 66px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.05em;
}

.services-page-heading p,
.services-section-heading > p,
.services-pathways-heading > p,
.services-scope-heading > p {
    margin: 0;
    color: #586980;
    font-size: 17px;
    line-height: 1.75;
}

.services-core-section {
    padding: 8px 0 70px;
    background: #fff;
}

.services-section-heading {
    display: grid;
    padding: 24px 0 28px;
    border-top: 1px solid #dfe7ee;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .74fr);
    align-items: end;
    gap: 72px;
}

.services-section-heading .eyebrow,
.services-final-cta .eyebrow {
    color: var(--north-teal);
}

.services-section-heading h2 {
    max-width: 680px;
    margin: 10px 0 0;
    color: var(--north-navy);
    font-size: clamp(30px, 3.2vw, 46px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.services-core-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid #dfe7ee;
    border-radius: 18px;
    overflow: hidden;
}

.services-core-card {
    display: grid;
    min-height: 290px;
    padding: 30px 34px;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 22px;
    color: inherit;
    background: #fff;
    transition: background-color .22s ease;
}

.services-core-card:nth-child(even) {
    border-left: 1px solid #dfe7ee;
}

.services-core-card:nth-child(n + 3) {
    border-top: 1px solid #dfe7ee;
}

.services-core-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.services-core-card:hover,
.services-core-card:focus-visible {
    background: #f8fbfb;
}

.services-core-icon,
.services-pathway-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: var(--north-teal);
    background: #e7f7f5;
    font-size: 22px;
}

.services-core-copy h3 {
    margin: 4px 0 0;
    color: var(--north-navy);
    font-size: 25px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.services-core-copy > p {
    max-width: 620px;
    margin: 11px 0 0;
    color: #57687d;
    font-size: 15px;
    line-height: 1.7;
}

.services-core-copy ul,
.services-scope-item ul {
    display: grid;
    margin: 18px 0 0;
    gap: 9px;
}

.services-core-copy li,
.services-scope-item li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #405168;
    font-size: 14px;
    line-height: 1.45;
}

.services-core-copy li i,
.services-scope-item li i {
    margin-top: 3px;
    color: var(--north-teal);
    font-size: 12px;
}

.services-card-link {
    display: inline-flex;
    width: fit-content;
    margin-top: 20px;
    border-bottom: 1px solid currentColor;
    align-items: center;
    gap: 8px;
    color: #c9890f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .05em;
    line-height: 1.8;
    text-transform: uppercase;
}

.services-pathways-section {
    padding: 64px 0 70px;
    background: #f4f8fb;
}

.services-pathways-heading,
.services-scope-heading {
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
}

.services-pathways-heading h2,
.services-scope-heading h2 {
    margin: 16px 0 0;
    color: var(--north-navy);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.services-pathways-heading > p,
.services-scope-heading > p {
    max-width: 720px;
    margin: 18px auto 0;
}

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

.services-pathway-card {
    position: relative;
    display: flex;
    min-height: 330px;
    padding: 34px 38px;
    border: 1px solid rgba(22, 166, 160, .18);
    border-radius: 16px;
    overflow: hidden;
    flex-direction: column;
    color: inherit;
    background: #eaf8f7;
    transition: transform .22s ease, box-shadow .22s ease;
}

.services-pathway-card.is-canada {
    border-color: rgba(35, 58, 108, .13);
    background: #edf4fb;
}

.services-pathway-card:hover,
.services-pathway-card:focus-visible {
    box-shadow: 0 22px 46px rgba(7, 27, 51, .1);
    transform: translateY(-3px);
}

.services-pathway-watermark {
    position: absolute;
    right: -22px;
    bottom: -24px;
    color: rgba(22, 166, 160, .11);
    font-size: 190px;
    transform: rotate(-7deg);
}

.services-pathway-card.is-canada .services-pathway-watermark {
    color: rgba(35, 58, 108, .09);
    transform: rotate(5deg);
}

.services-pathway-card > div {
    position: relative;
    z-index: 1;
}

.services-pathway-card h3 {
    margin: 20px 0 0;
    color: var(--north-navy);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -.035em;
}

.services-pathway-card h4 {
    max-width: 430px;
    margin: 8px 0 0;
    color: #173152;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.4;
}

.services-pathway-card p {
    max-width: 510px;
    margin: 13px 0 0;
    color: #506279;
    font-size: 15px;
    line-height: 1.7;
}

.services-pathway-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: fit-content;
    margin-top: auto;
    padding-top: 22px;
    align-items: center;
    gap: 10px;
    color: #b97800;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.services-scope-section {
    padding: 66px 0 72px;
    background: #fff;
}

.services-scope-grid {
    display: grid;
    margin-top: 36px;
    border-top: 1px solid #dfe7ee;
    border-bottom: 1px solid #dfe7ee;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-scope-item {
    min-height: 210px;
    padding: 27px 24px;
}

.services-scope-item + .services-scope-item {
    border-left: 1px solid #dfe7ee;
}

.services-scope-item h3 {
    color: var(--north-blue);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
}

.services-final-cta {
    display: flex;
    margin-top: 36px;
    padding: 26px 30px;
    border: 1px solid #dfe7ee;
    border-radius: 16px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background: #f4f8fb;
}

.services-final-cta h2 {
    margin: 8px 0 0;
    color: var(--north-navy);
    font-size: clamp(24px, 2.5vw, 36px);
    font-weight: 800;
    letter-spacing: -.035em;
}

@media (max-width: 1024px) {
    .services-page-heading,
    .services-section-heading {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .services-core-card {
        padding-inline: 30px;
    }

}

@media (max-width: 700px) {
    .services-page-intro {
        padding: 54px 0 42px;
    }

    .services-page-heading p,
    .services-section-heading > p,
    .services-pathways-heading > p,
    .services-scope-heading > p {
        font-size: 15px;
    }

    .services-core-section {
        padding-bottom: 58px;
    }

    .services-core-grid {
        grid-template-columns: 1fr;
        border-radius: 12px;
    }

    .services-core-card,
    .services-core-card:nth-child(even),
    .services-core-card:last-child:nth-child(odd) {
        min-height: 0;
        padding: 28px 22px;
        border-top: 1px solid #dfe7ee;
        border-left: 0;
        grid-column: auto;
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 16px;
    }

    .services-core-card:first-child {
        border-top: 0;
    }

    .services-core-icon,
    .services-pathway-icon {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .services-core-copy h3 {
        font-size: 21px;
    }

    .services-core-copy > p {
        font-size: 14px;
    }

    .services-pathways-section,
    .services-scope-section {
        padding: 60px 0;
    }

    .services-pathways-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .services-pathway-card {
        min-height: 360px;
        padding: 30px 26px;
    }

    .services-pathway-card h3 {
        font-size: 25px;
    }

    .services-pathway-watermark {
        font-size: 145px;
    }

    .services-scope-grid {
        grid-template-columns: 1fr;
    }

    .services-scope-item,
    .services-scope-item + .services-scope-item,
    .services-scope-item:nth-child(3) {
        min-height: 0;
        padding: 27px 16px;
        border-top: 1px solid #dfe7ee;
        border-left: 0;
    }

    .services-scope-item:first-child {
        border-top: 0;
    }

    .services-final-cta {
        padding: 28px 24px;
        flex-direction: column;
        align-items: flex-start;
    }

    .services-final-cta .btn {
        width: 100%;
    }
}

/* Brands — selected editorial logo rows */
.brands-intro-section {
    padding: 82px 0 58px;
    background: #fff;
}

.brands-intro-copy {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.brands-intro-copy h2 {
    margin: 18px 0 0;
    color: #071d37;
    font-size: clamp(38px, 4.5vw, 62px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -.048em;
}

.brands-intro-copy > p:last-child {
    max-width: 820px;
    margin: 22px auto 0;
    color: #5b6b81;
    font-size: 17px;
    line-height: 1.8;
}

.brands-directory-section {
    padding: 18px 0 88px;
    background: #fff;
}

.brand-category + .brand-category {
    margin-top: 74px;
}

.brand-category-heading {
    display: grid;
    grid-template-columns: 54px auto minmax(60px, 1fr);
    align-items: center;
    gap: 16px;
}

.brand-category-icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    border: 1px solid #32a99f;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #078f8c;
    font-size: 20px;
}

.brand-category-heading h2 {
    margin: 0;
    color: #078564;
    font-size: clamp(23px, 2.3vw, 31px);
    font-weight: 800;
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.brand-category:nth-child(2) .brand-category-icon,
.brand-category:nth-child(2) .brand-category-heading h2 {
    border-color: #7c68bd;
    color: #6654ad;
}

.brand-category-rule {
    height: 1px;
    background: currentColor;
    color: #24a995;
    opacity: .78;
}

.brand-category:nth-child(2) .brand-category-rule {
    color: #7460ba;
}

.brand-editorial-grid {
    display: grid;
    margin-top: 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-editorial-profile {
    position: relative;
    display: flex;
    min-height: 490px;
    padding: 42px 58px 38px;
    border-top: 1px solid #e0e7ee;
    flex-direction: column;
    color: inherit;
    transition: background-color .25s ease;
}

.brand-editorial-profile:nth-child(-n+2) {
    border-top: 0;
}

.brand-editorial-profile:nth-child(even) {
    border-left: 1px solid #e0e7ee;
}

.brand-editorial-profile:hover,
.brand-editorial-profile:focus-visible {
    background: #f7fbfb;
}

.brand-logo-stage {
    display: flex;
    height: 150px;
    margin-bottom: 28px;
    align-items: center;
    justify-content: flex-start;
}

.brand-logo-stage img {
    width: auto;
    max-width: min(100%, 430px);
    max-height: 128px;
    object-fit: contain;
    object-position: left center;
    transition: transform .25s ease;
}

.brand-logo-stage img[src$="sophie-la-girafe.svg"] {
    width: 220px;
    max-height: 190px;
}

.brand-editorial-grid > .brand-editorial-profile:last-child:nth-child(odd) {
    width: 50%;
    grid-column: 1 / -1;
    justify-self: center;
}

.brand-editorial-profile:hover .brand-logo-stage img {
    transform: scale(1.025);
}

.brand-country {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #40526a;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.brand-country img {
    width: 28px;
    height: 19px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(7, 29, 55, .1);
}

.brand-editorial-profile h3 {
    margin: 15px 0 0;
    color: #071d37;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -.025em;
}

.brand-category-label {
    margin: 5px 0 0;
    color: #089d99;
    font-size: 13px;
    font-weight: 800;
}

.brand-category:nth-child(2) .brand-category-label {
    color: #6654ad;
}

.brand-description {
    max-width: 490px;
    margin: 17px 0 0;
    color: #4f6076;
    font-size: 15px;
    line-height: 1.7;
}

.brand-official-link {
    display: inline-flex;
    width: fit-content;
    margin-top: auto;
    padding-top: 24px;
    border-bottom: 1px solid currentColor;
    align-items: center;
    gap: 9px;
    color: #078f8c;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.8;
}

.brand-official-link i {
    font-size: 11px;
    transition: transform .2s ease;
}

.brand-editorial-profile:hover .brand-official-link i {
    transform: translate(2px, -2px);
}

.brand-partner-strip {
    display: grid;
    margin-top: 70px;
    padding: 30px 34px;
    border: 1px solid #dbe5ed;
    border-radius: 18px;
    grid-template-columns: 66px minmax(280px, 1.2fr) minmax(240px, .8fr) auto;
    align-items: center;
    gap: 28px;
    background: #f6f9fb;
}

.brand-partner-icon {
    display: inline-flex;
    width: 62px;
    height: 62px;
    border: 1px solid #0aa5a1;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #0aa5a1;
    font-size: 26px;
}

.brand-partner-strip .eyebrow {
    color: #d89200;
}

.brand-partner-strip h2 {
    max-width: 520px;
    margin: 8px 0 0;
    color: #071d37;
    font-size: clamp(25px, 2.6vw, 36px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -.035em;
}

.brand-partner-strip > p {
    margin: 0;
    color: #5b6b81;
    font-size: 14px;
    line-height: 1.65;
}

.brand-partner-strip .btn {
    white-space: nowrap;
}

.brand-availability-note {
    margin: 17px 0 0;
    color: #748197;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 1024px) {
    .brand-editorial-profile {
        padding-inline: 34px;
    }

    .brand-partner-strip {
        grid-template-columns: 62px 1fr auto;
    }

    .brand-partner-strip > p {
        grid-column: 2 / -1;
        grid-row: 2;
    }
}

@media (max-width: 700px) {
    .brands-intro-section {
        padding: 60px 0 42px;
    }

    .brands-directory-section {
        padding: 8px 0 64px;
    }

    .brand-category + .brand-category {
        margin-top: 56px;
    }

    .brand-category-heading {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 13px;
    }

    .brand-category-icon {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .brand-category-heading h2 {
        font-size: 21px;
    }

    .brand-category-rule {
        grid-column: 1 / -1;
    }

    .brand-editorial-grid {
        grid-template-columns: 1fr;
    }

    .brand-editorial-profile,
    .brand-editorial-profile:nth-child(-n+2),
    .brand-editorial-profile:nth-child(even),
    .brand-editorial-grid > .brand-editorial-profile:last-child:nth-child(odd) {
        width: 100%;
        grid-column: auto;
        justify-self: stretch;
        min-height: 0;
        padding: 34px 8px 36px;
        border-top: 1px solid #e0e7ee;
        border-left: 0;
    }

    .brand-editorial-profile:first-child {
        border-top: 0;
    }

    .brand-logo-stage {
        height: 118px;
        margin-bottom: 24px;
    }

    .brand-logo-stage img {
        max-width: 90%;
        max-height: 100px;
    }

    .brand-logo-stage img[src$="sophie-la-girafe.svg"] {
        width: 170px;
        max-height: 145px;
    }

    .brand-description {
        font-size: 14px;
    }

    .brand-official-link {
        margin-top: 8px;
    }

    .brand-partner-strip {
        margin-top: 48px;
        padding: 28px 24px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .brand-partner-strip > p {
        grid-column: auto;
        grid-row: auto;
    }

    .brand-partner-strip .btn {
        width: 100%;
        justify-content: center;
    }
}

.icon-box {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(22, 166, 160, .10);
    color: var(--north-teal);
}

.stat-card {
    border-left: 4px solid var(--north-gold);
    background: rgba(255, 255, 255, .92);
    border-radius: 8px;
    box-shadow: 0 16px 45px rgba(7, 27, 51, .16);
}

.reveal-item {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
    transition:
        opacity .75s cubic-bezier(.22, 1, .36, 1),
        transform .75s cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.reveal-left {
    transform: translate3d(-36px, 0, 0);
}

.reveal-right {
    transform: translate3d(36px, 0, 0);
}

.reveal-scale {
    transform: scale(.94);
}

.reveal-title {
    transform: translate3d(0, 28px, 0);
}

.reveal-soft {
    transform: translate3d(0, 18px, 0);
}

.reveal-item.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.hero-slide {
    transition: background-image .45s ease, transform .18s linear;
}

.hero-copy h1,
.hero-copy p,
.hero-copy .btn {
    animation: heroRise .85s cubic-bezier(.22, 1, .36, 1) both;
}

.hero-copy p {
    animation-delay: .08s;
}

.hero-copy .btn {
    animation-delay: .16s;
}

@keyframes heroRise {
    from {
        opacity: 0;
        transform: translate3d(0, 24px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.map-panel {
    background: #082442;
    position: relative;
}

.who-we-are-layout {
    max-width: 1500px !important;
}

@media (min-width: 1024px) {
    .who-we-are-layout {
        grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    }
}

.market-story {
    min-height: 520px;
    min-width: 0;
    isolation: isolate;
}

.market-story-art {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .44;
    filter: brightness(1.2);
    pointer-events: none;
}

.market-story-inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 520px;
    flex-direction: column;
    padding: 38px 42px 36px;
}

.market-story-statement {
    max-width: 590px;
    margin-top: 36px;
}

.market-story-statement p {
    max-width: 620px;
    font-family: inherit;
    font-size: clamp(27px, 2vw, 36px);
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -.035em;
}

.market-story-capabilities {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin-top: auto;
    padding-top: 58px;
}

.market-story-capability {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.market-story-capability + .market-story-capability {
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, .16);
}

.market-story-icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(22, 166, 160, .52);
    border-radius: 50%;
    background: rgba(22, 166, 160, .13);
    color: #55ddd5;
    font-size: 21px;
}

.market-story-capability h3 {
    color: #55ddd5;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .09em;
    line-height: 1.4;
    text-transform: uppercase;
}

.market-story-capability p {
    margin-top: 8px;
    color: rgba(255, 255, 255, .73);
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 1100px) {
    .market-story-inner {
        padding: 34px 30px 30px;
    }

    .market-story-capability {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
    }

    .market-story-icon {
        width: 44px;
        height: 44px;
    }

    .market-story-capability + .market-story-capability {
        padding-left: 20px;
    }
}

@media (max-width: 640px) {
    .market-story,
    .market-story-inner {
        min-height: 0;
    }

    .market-story-inner {
        padding: 30px 24px 28px;
    }

    .market-story-statement {
        margin-top: 28px;
    }

    .market-story-statement p {
        font-size: 28px;
    }

    .market-story-capabilities {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 38px;
        padding-top: 26px;
    }

    .market-story-capability + .market-story-capability {
        padding-top: 24px;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .14);
        border-left: 0;
    }
}

.team-card img {
    filter: drop-shadow(0 18px 24px rgba(7, 27, 51, .18));
}

.core-services-section {
    background: #fff;
    padding-bottom: 18px !important;
}

.core-services-shell {
    max-width: 1500px !important;
}

.core-services-heading {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 64px;
    align-items: start;
}

.core-services-heading h2 {
    max-width: 590px;
}

.core-services-intro {
    min-height: 150px;
    padding: 16px 0 16px 64px;
    border-left: 2px solid rgba(216, 154, 34, .82);
}

.core-services-index {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 48px;
}

.core-service-entry {
    display: grid;
    min-width: 0;
    grid-template-columns: 108px minmax(0, .95fr) minmax(190px, 1.05fr);
    gap: 24px;
    align-items: start;
    padding: 38px 34px;
}

.core-service-entry:nth-child(even) {
    border-left: 1px solid #dbe3eb;
}

.core-service-entry:nth-child(n + 3) {
    border-top: 1px solid #dbe3eb;
}

.core-service-number {
    color: #dcefee;
    font-size: 104px;
    font-weight: 300;
    line-height: .82;
    letter-spacing: -.07em;
}

.core-service-icon {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    color: var(--north-teal);
    font-size: 30px;
}

.core-service-copy h3 {
    margin-top: 14px;
    color: var(--north-navy);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
}

.core-service-copy p {
    margin-top: 12px;
    color: #526174;
    font-size: 14px;
    line-height: 1.7;
}

.core-service-points {
    display: grid;
    gap: 12px;
    padding-top: 43px;
    color: #3e4c60;
    font-size: 14px;
    line-height: 1.5;
}

.core-service-points li {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.core-service-points i {
    margin-top: 4px;
    color: var(--north-teal);
    font-size: 12px;
}

.working-process-section {
    border-top: 0;
    background: #fff;
    padding: 24px 0 72px;
}

.working-process-shell {
    display: grid;
    max-width: 1500px;
    grid-template-columns: minmax(460px, .85fr) minmax(660px, 1.15fr);
    gap: clamp(60px, 5vw, 96px);
    align-items: start;
}

.working-process-intro {
    position: sticky;
    top: 150px;
    padding-top: 0;
}

.working-process-intro h2 {
    max-width: 590px;
    margin-top: 22px;
    color: var(--north-navy);
    font-size: clamp(42px, 3.7vw, 56px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.045em;
}

.working-process-intro > p:not(.section-kicker) {
    max-width: 590px;
    margin-top: 34px;
    color: #526174;
    font-size: 17px;
    line-height: 1.85;
}

.working-process-link {
    display: inline-flex;
    gap: 18px;
    align-items: center;
    margin-top: 34px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--north-teal);
    color: var(--north-teal);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .02em;
    transition: color .2s ease, border-color .2s ease, gap .2s ease;
}

.working-process-link:hover {
    gap: 24px;
    border-color: var(--north-gold);
    color: var(--north-navy);
}

.working-process-list {
    border-top: 0;
}

.working-process-row,
.working-process-outcome {
    display: grid;
    min-width: 0;
    grid-template-columns: 82px minmax(220px, .76fr) minmax(260px, 1.24fr);
    gap: 28px;
    align-items: center;
    min-height: 124px;
    padding: 24px 12px;
    border-bottom: 1px solid #dbe3eb;
}

.working-process-icon,
.working-process-outcome-icon {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    color: var(--north-teal);
    font-size: 40px;
}

.working-process-row h3,
.working-process-outcome h3 {
    color: var(--north-navy);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3;
}

.working-process-row p,
.working-process-outcome p {
    max-width: 440px;
    color: #526174;
    font-size: 15px;
    line-height: 1.7;
}

.working-process-outcome {
    border-bottom: 0;
}

.working-process-outcome-icon {
    width: 64px;
    height: 64px;
    border: 2px solid var(--north-gold);
    border-radius: 50%;
    color: var(--north-gold);
    font-size: 28px;
}

.working-process-outcome h3 {
    color: var(--north-gold);
}

.scope-showcase-section {
    border-top: 1px solid #eef2f6;
    background: #fff;
    padding: 88px 0 82px;
}

.scope-showcase-shell,
.partner-showcase-shell {
    max-width: 1500px;
}

.scope-showcase-heading {
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    gap: clamp(56px, 7vw, 118px);
    align-items: end;
}

.scope-showcase-heading h2 {
    max-width: 900px;
    margin-top: 20px;
    color: var(--north-navy);
    font-size: clamp(40px, 3.6vw, 56px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.scope-showcase-heading > p:not(.section-kicker) {
    max-width: 690px;
    margin: 0 0 4px auto;
    color: #526174;
    font-size: 17px;
    line-height: 1.75;
}

.scope-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 44px;
}

.scope-showcase-item {
    display: grid;
    min-width: 0;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    min-height: 166px;
    padding: 30px 42px 30px 18px;
}

.scope-showcase-item:nth-child(even) {
    border-left: 1px solid #dbe3eb;
    padding-left: 48px;
}

.scope-showcase-item:nth-child(n + 3) {
    border-top: 1px solid #dbe3eb;
}

.scope-showcase-icon {
    display: inline-flex;
    width: 78px;
    height: 78px;
    align-items: center;
    justify-content: center;
    color: var(--north-teal);
    font-size: 48px;
}

.scope-showcase-item h3 {
    color: var(--north-navy);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.scope-showcase-item ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 12px;
    color: #526174;
    font-size: 13px;
    line-height: 1.55;
}

.scope-showcase-item li {
    position: relative;
}

.scope-showcase-item li:not(:last-child)::after {
    position: absolute;
    top: .65em;
    right: -11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--north-teal);
    content: '';
}

.partner-showcase-section {
    position: relative;
    overflow: hidden;
    background: #f4f9fb;
    padding: 72px 0 78px;
}

.partner-showcase-backdrop {
    position: absolute;
    inset: 0;
    background: url('../images/partner-carousel-background-v1.webp?v=1') center / cover no-repeat;
    opacity: 1;
    pointer-events: none;
}

.partner-showcase-shell {
    position: relative;
    z-index: 1;
}

.partner-showcase-heading {
    display: flex;
    gap: 32px;
    align-items: end;
    justify-content: space-between;
    text-align: center;
}

.partner-showcase-heading > div {
    flex: 1;
}

.partner-showcase-heading h2 {
    margin-top: 16px;
    color: var(--north-navy);
    font-size: clamp(38px, 3.4vw, 54px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.045em;
}

.partner-showcase-all {
    display: inline-flex;
    flex: none;
    gap: 10px;
    align-items: center;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--north-teal);
    color: var(--north-teal);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.partner-carousel {
    position: relative;
    margin-top: 46px;
}

.partner-carousel-viewport {
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.partner-carousel-viewport::-webkit-scrollbar {
    display: none;
}

.partner-carousel-track {
    display: flex;
    gap: 24px;
    width: max-content;
    padding: 0 54px;
}

.partner-carousel-slide {
    display: flex;
    width: clamp(300px, 26vw, 390px);
    min-height: 322px;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: space-between;
    padding: 38px 32px 30px;
    border: 0;
    background: rgba(255, 255, 255, .94);
    color: var(--north-navy);
    scroll-snap-align: start;
    transition: transform .2s ease, box-shadow .2s ease;
}

.partner-carousel-slide:hover {
    box-shadow: 0 22px 48px rgba(7, 27, 51, .09);
    transform: translateY(-4px);
}

.partner-carousel-slide img {
    width: 78%;
    height: 178px;
    margin: 0 auto;
    object-fit: contain;
}

.partner-carousel-meta {
    margin-top: 28px;
    text-align: center;
}

.partner-carousel-meta p {
    color: var(--north-teal);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.45;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.partner-carousel-meta h3 {
    margin-top: 9px;
    color: var(--north-navy);
    font-size: 19px;
    font-weight: 800;
}

.partner-carousel-control {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: none;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(174, 191, 208, .45);
    border-radius: 50%;
    background: #fff;
    color: var(--north-teal);
    box-shadow: 0 12px 34px rgba(7, 27, 51, .12);
    font-size: 17px;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.partner-carousel-control:hover {
    border-color: var(--north-teal);
    background: var(--north-teal);
    color: #fff;
}

.partner-carousel-footer {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.partner-carousel-dots {
    display: flex;
    gap: 9px;
    align-items: center;
}

.partner-carousel-dots button {
    width: 34px;
    height: 5px;
    border-radius: 999px;
    background: #d4dce4;
    transition: width .2s ease, background .2s ease;
}

.partner-carousel-dots button.is-active {
    width: 48px;
    background: var(--north-teal);
}

.partner-carousel-count {
    color: #7b8798;
    font-size: 13px;
    font-weight: 700;
}

.partner-carousel-count strong {
    color: var(--north-navy);
    font-size: 18px;
}

@media (max-width: 1220px) {
    .core-service-entry {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .core-service-number {
        font-size: 80px;
    }

    .core-service-points {
        grid-column: 2;
        padding-top: 4px;
    }

    .working-process-shell {
        grid-template-columns: minmax(300px, .7fr) minmax(540px, 1.3fr);
        gap: 54px;
    }

    .working-process-row,
    .working-process-outcome {
        grid-template-columns: 68px minmax(170px, .8fr) minmax(230px, 1.2fr);
        gap: 20px;
    }

    .scope-showcase-item {
        grid-template-columns: 78px minmax(0, 1fr);
        padding-right: 24px;
    }

    .scope-showcase-item:nth-child(even) {
        padding-left: 28px;
    }

    .scope-showcase-icon {
        width: 64px;
        height: 64px;
        font-size: 40px;
    }
}

@media (max-width: 820px) {
    .core-services-heading {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .core-services-intro {
        min-height: 0;
        padding: 0;
        border-left: 0;
    }

    .core-services-index {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .core-service-entry {
        grid-template-columns: 72px minmax(0, 1fr);
        padding: 30px 0;
    }

    .core-service-entry:nth-child(even) {
        border-left: 0;
    }

    .core-service-entry:nth-child(n + 2) {
        border-top: 1px solid #dbe3eb;
    }

    .core-service-number {
        font-size: 68px;
    }

    .working-process-section {
        padding: 24px 0 62px;
    }

    .working-process-shell {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .working-process-intro {
        position: static;
        padding-top: 0;
    }

    .working-process-intro h2 {
        max-width: 680px;
        font-size: clamp(38px, 8vw, 52px);
    }

    .working-process-intro > p:not(.section-kicker) {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.75;
    }

    .working-process-row,
    .working-process-outcome {
        grid-template-columns: 66px minmax(0, 1fr);
        gap: 18px;
        min-height: 0;
        padding: 26px 0;
    }

    .working-process-row p,
    .working-process-outcome p {
        grid-column: 2;
        margin-top: -8px;
    }

    .scope-showcase-section {
        padding: 70px 0 64px;
    }

    .scope-showcase-heading {
        display: block;
    }

    .scope-showcase-heading > p:not(.section-kicker) {
        margin: 24px 0 0;
    }

    .scope-showcase-heading h2 {
        font-size: clamp(38px, 8vw, 50px);
    }

    .scope-showcase-grid {
        grid-template-columns: 1fr;
        margin-top: 36px;
    }

    .scope-showcase-item,
    .scope-showcase-item:nth-child(even) {
        grid-template-columns: 66px minmax(0, 1fr);
        min-height: 0;
        padding: 28px 0;
        border-left: 0;
    }

    .scope-showcase-item:nth-child(n + 2) {
        border-top: 1px solid #dbe3eb;
    }

    .scope-showcase-icon {
        width: 54px;
        height: 54px;
        font-size: 34px;
    }

    .scope-showcase-item ul {
        display: grid;
        gap: 7px;
    }

    .scope-showcase-item li:not(:last-child)::after {
        display: none;
    }

    .partner-showcase-section {
        padding: 62px 0 66px;
    }

    .partner-showcase-heading {
        display: block;
    }

    .partner-showcase-all {
        margin-top: 22px;
    }

    .partner-carousel {
        margin-top: 36px;
    }

    .partner-carousel-track {
        gap: 16px;
        padding: 0 30px;
    }

    .partner-carousel-slide {
        width: min(82vw, 340px);
        min-height: 300px;
        padding: 32px 24px 26px;
    }

}

@media (max-width: 480px) {
    .core-service-entry {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 16px;
    }

    .core-service-number {
        font-size: 54px;
    }

    .core-service-copy h3 {
        font-size: 20px;
    }

    .working-process-intro h2 {
        font-size: 38px;
    }

    .working-process-row,
    .working-process-outcome {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 16px;
    }

    .working-process-icon,
    .working-process-outcome-icon {
        width: 50px;
        height: 50px;
        font-size: 31px;
    }

    .working-process-outcome-icon {
        font-size: 23px;
    }

    .working-process-row h3,
    .working-process-outcome h3 {
        font-size: 19px;
    }

    .scope-showcase-heading h2,
    .partner-showcase-heading h2 {
        font-size: 36px;
    }

    .partner-carousel-slide img {
        height: 160px;
    }

    .partner-carousel-dots {
        max-width: 250px;
        overflow: hidden;
    }

    .partner-carousel-dots button {
        width: 20px;
    }

    .partner-carousel-dots button.is-active {
        width: 34px;
    }
}

.filter-button {
    border: 1px solid #d9e1ec;
    border-radius: 6px;
    padding: 10px 16px;
    color: var(--north-navy);
    background: white;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.filter-button:hover,
.filter-button.active {
    border-color: var(--north-blue);
    background: var(--north-blue);
    color: white;
}

.faq-button[aria-expanded="true"] {
    color: var(--north-blue);
}

.footer-title {
    color: white;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.footer-social-link {
    color: white;
    font-size: 18px;
    line-height: 1;
    transition: color .18s ease, transform .18s ease;
}

.footer-social-link:hover {
    color: var(--north-gold);
    transform: translateY(-1px);
}

.site-footer {
    position: relative;
    overflow: hidden;
    background: #061b35;
    color: #fff;
}

.site-footer::before {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 16% 22%, rgba(10, 72, 111, .32), transparent 34%);
    content: '';
    pointer-events: none;
}

.site-footer-art {
    position: absolute;
    right: 0;
    bottom: 66px;
    width: 100%;
    max-width: none;
    opacity: .46;
    pointer-events: none;
}

.site-footer-main {
    position: relative;
    z-index: 1;
    display: grid;
    max-width: 1370px;
    min-height: 600px;
    grid-template-columns: minmax(390px, 1.36fr) minmax(150px, .56fr) minmax(235px, .78fr) minmax(280px, .9fr);
    gap: clamp(42px, 4.2vw, 76px);
    padding-top: 76px;
    padding-bottom: 72px;
}

.site-footer-brand {
    padding-right: clamp(30px, 4vw, 72px);
    border-right: 1px solid rgba(255, 255, 255, .18);
}

.site-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.site-footer-logo img {
    width: 82px;
    height: 82px;
    border: 2px solid rgba(255, 255, 255, .92);
    border-radius: 50%;
    object-fit: contain;
}

.site-footer-logo span {
    display: grid;
    gap: 2px;
}

.site-footer-logo strong {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -.035em;
}

.site-footer-logo small {
    color: #36cfc5;
    font-size: 18px;
    font-weight: 700;
}

.site-footer-brand h2 {
    max-width: 510px;
    margin-top: 38px;
    font-size: clamp(22px, 1.55vw, 24px);
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -.025em;
}

.site-footer-brand > p {
    max-width: 510px;
    margin-top: 18px;
    color: rgba(255, 255, 255, .73);
    font-size: 16px;
    line-height: 1.75;
}

.site-footer-cta {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-width: 296px;
    margin-top: 28px;
    border-radius: 6px;
    padding: 15px 24px;
    background: var(--north-gold);
    color: var(--north-navy);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
    transition: background-color .2s ease, transform .2s ease;
}

.site-footer-cta:hover {
    background: #ebb349;
    transform: translateY(-2px);
}

.site-footer-eyebrow {
    display: block;
    margin-top: 30px;
    color: #39d2c8;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.site-footer-column {
    padding-top: 18px;
}

.site-footer-column h3 {
    color: #3bd8cf;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.site-footer-column h3::after {
    display: block;
    width: 42px;
    height: 2px;
    margin-top: 14px;
    background: var(--north-gold);
    content: '';
}

.site-footer-column > ul {
    display: grid;
    gap: 16px;
    margin-top: 29px;
    color: rgba(255, 255, 255, .79);
    font-size: 15px;
    line-height: 1.55;
}

.site-footer-column a {
    transition: color .18s ease;
}

.site-footer-column a:hover {
    color: #fff;
}

.site-footer-contact > ul {
    gap: 21px;
}

.site-footer-contact li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.site-footer-contact li > i {
    margin-top: 4px;
    color: var(--north-gold);
}

.site-footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.site-footer-socials a {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 7px;
    color: #fff;
    font-size: 20px;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.site-footer-socials a:hover {
    border-color: #39d2c8;
    background: #39d2c8;
    color: var(--north-navy);
}

.site-footer-bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, .18);
    padding: 23px 0;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
}

.site-footer-credit {
    letter-spacing: .08em;
}

.site-footer-credit strong {
    color: #39d2c8;
    font-size: 15px;
    letter-spacing: 0;
}

@media (max-width: 1120px) {
    .site-footer-main {
        grid-template-columns: minmax(340px, 1.15fr) repeat(2, minmax(180px, .7fr));
    }

    .site-footer-contact {
        grid-column: 2 / -1;
        padding-top: 0;
    }
}

@media (max-width: 760px) {
    .site-footer-art {
        right: -410px;
        bottom: 108px;
        width: 900px;
        opacity: .24;
    }

    .site-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 0;
        gap: 44px 30px;
        padding-top: 58px;
        padding-bottom: 54px;
    }

    .site-footer-brand {
        grid-column: 1 / -1;
        padding-right: 0;
        padding-bottom: 44px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }

    .site-footer-contact {
        grid-column: 1 / -1;
    }
}

@media (max-width: 480px) {
    .site-footer-main {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .site-footer-logo img {
        width: 70px;
        height: 70px;
    }

    .site-footer-logo strong {
        font-size: 30px;
    }

    .site-footer-brand h2 {
        font-size: 26px;
    }

    .site-footer-brand > p {
        font-size: 15px;
    }

    .site-footer-contact {
        grid-column: auto;
    }

    .site-footer-bottom {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero-slide {
        display: flex;
        height: clamp(760px, 95vh, 820px);
        min-height: 0;
        max-height: none;
        flex-direction: column;
        transform: none;
    }

    .hero-media {
        position: relative;
        inset: auto;
        width: 100%;
        aspect-ratio: 8 / 3;
        flex: none;
    }

    .hero-slide-image {
        position: absolute;
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        width: auto;
        max-width: none;
        height: 100%;
    }

    .hero-overlay {
        display: none;
    }

    .hero-content {
        width: 100%;
        height: auto;
        min-height: 0;
        flex: 1;
        padding-top: 2.5rem;
        padding-bottom: 3rem;
    }

    .hero-copy {
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .reveal-item,
    .hero-slide,
    .hero-copy h1,
    .hero-copy p,
    .hero-copy .btn {
        animation: none;
        opacity: 1;
        transform: none;
        transition: none;
    }

    .hero-slide-image {
        transform: translateY(-50%);
        transition: none;
    }

    .hero-slide-image:not(.is-active) {
        opacity: 0;
    }
}

/* Shared inner-page masthead: half-height interpretation of the supplied reference. */
.inner-breadcrumb {
    position: relative;
    height: 134px;
    margin: 18px clamp(12px, 2vw, 30px) 0;
    overflow: hidden;
    border-radius: 24px;
    background: #071d37;
    isolation: isolate;
}

.inner-breadcrumb-motion {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.inner-breadcrumb-pattern {
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    max-width: none;
    object-fit: fill;
    pointer-events: none;
    will-change: transform;
}

.inner-breadcrumb-pattern-one {
    opacity: .92;
    animation: inner-breadcrumb-slide-one 5s ease-in-out infinite alternate;
}

.inner-breadcrumb-pattern-two {
    opacity: .68;
    animation: inner-breadcrumb-slide-two 6.5s ease-in-out infinite alternate-reverse;
}

.inner-breadcrumb-pattern-three {
    opacity: .55;
    animation: inner-breadcrumb-slide-three 8s ease-in-out infinite alternate;
}

.inner-breadcrumb-content {
    display: flex;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.inner-breadcrumb h1 {
    margin: 0;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 750;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.inner-breadcrumb nav {
    margin-top: 12px;
}

.inner-breadcrumb ol {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    gap: 9px;
    list-style: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
}

.inner-breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.inner-breadcrumb a {
    color: rgba(255, 255, 255, .72);
    transition: color .2s ease;
}

.inner-breadcrumb a:hover,
.inner-breadcrumb a:focus-visible,
.inner-breadcrumb span {
    color: #43ddd2;
}

.inner-breadcrumb i {
    color: #e7a619;
    font-size: 8px;
}

/* The shared masthead replaces the legacy, page-specific opening hero. */
.has-legacy-page-hero .inner-breadcrumb + section {
    display: none;
}

@keyframes inner-breadcrumb-slide-one {
    from { transform: translate3d(-24%, 0, 0); }
    to { transform: translate3d(24%, 0, 0); }
}

@keyframes inner-breadcrumb-slide-two {
    from { transform: translate3d(-24%, 0, 0); }
    to { transform: translate3d(24%, 0, 0); }
}

@keyframes inner-breadcrumb-slide-three {
    from { transform: translate3d(-24%, 0, 0); }
    to { transform: translate3d(24%, 0, 0); }
}

@media (max-width: 768px) {
    .inner-breadcrumb {
        height: 118px;
        margin-top: 12px;
        border-radius: 18px;
    }

    .inner-breadcrumb-pattern-one {
        opacity: .9;
    }

    .inner-breadcrumb-pattern-two {
        opacity: .66;
    }

    .inner-breadcrumb-pattern-three {
        opacity: .52;
    }

    .inner-breadcrumb-content {
        padding-inline: 18px;
    }

    .inner-breadcrumb h1 {
        font-size: clamp(28px, 8vw, 36px);
    }

    .inner-breadcrumb nav {
        margin-top: 10px;
    }

    .inner-breadcrumb ol {
        max-width: 100%;
        gap: 7px;
        overflow: hidden;
        white-space: nowrap;
        font-size: 11px;
    }

    .inner-breadcrumb li {
        gap: 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .inner-breadcrumb-pattern {
        animation: none;
    }
}

/* Homepage market pathways */
.market-pathways-section {
    padding: 84px 0;
    background: #fff;
}

.market-pathways-heading,
.pharma-offer-heading {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(340px, .78fr);
    gap: 80px;
    align-items: end;
}

.market-pathways-heading h2,
.pharma-offer-heading h2,
.entry-intro-section h2,
.entry-why-section h2,
.entry-section-heading h2,
.pharma-intro-section h2,
.pharma-quality-section h2,
.pharma-contact-section h2 {
    margin: 16px 0 0;
    color: #071d37;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.market-pathways-heading > p,
.pharma-offer-heading > p {
    margin: 0;
    color: #5b6b81;
    font-size: 17px;
    line-height: 1.85;
}

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

.market-pathway-card {
    position: relative;
    display: flex;
    min-height: 440px;
    padding: 42px;
    overflow: hidden;
    border: 1px solid #dce5ef;
    border-radius: 24px;
    flex-direction: column;
}

.market-pathway-enter {
    background: #f5fafb;
    color: #071d37;
}

.market-pathway-pharma {
    border-color: #0e345d;
    background: #071d37;
    color: #fff;
}

.market-pathway-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    margin-bottom: 30px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    background: #dff5f3;
    color: #08a9a5;
    font-size: 24px;
}

.market-pathway-pharma .market-pathway-icon {
    background: rgba(255, 255, 255, .1);
    color: #e7a619;
}

.market-pathway-kicker {
    margin: 0 0 12px;
    color: #0a9f9c;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.market-pathway-pharma .market-pathway-kicker {
    color: #42ded3;
}

.market-pathway-card h3 {
    max-width: 610px;
    margin: 0;
    font-size: clamp(27px, 2.5vw, 38px);
    font-weight: 790;
    line-height: 1.14;
    letter-spacing: -.035em;
}

.market-pathway-card > p:not(.market-pathway-kicker) {
    max-width: 590px;
    margin: 18px 0 0;
    color: #5b6b81;
    line-height: 1.75;
}

.market-pathway-pharma > p:not(.market-pathway-kicker) {
    color: rgba(255, 255, 255, .72);
}

.market-pathway-card ul {
    display: flex;
    margin: 25px 0 30px;
    padding: 0;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}

.market-pathway-card li {
    padding: 7px 11px;
    border: 1px solid #cfe3e5;
    border-radius: 999px;
    color: #24435a;
    font-size: 12px;
    font-weight: 750;
}

.market-pathway-pharma li {
    border-color: rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .84);
}

.market-pathway-card > a {
    display: inline-flex;
    width: fit-content;
    margin-top: auto;
    align-items: center;
    gap: 10px;
    color: #078f8c;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.market-pathway-pharma > a {
    color: #42ded3;
}

.market-pathway-card > a:hover i {
    transform: translateX(4px);
}

.market-pathway-card > a i {
    transition: transform .2s ease;
}

/* Enter Canada */
.entry-intro-section,
.pharma-intro-section {
    padding: 88px 0;
    background: #fff;
}

.entry-intro-shell,
.entry-why-shell,
.pharma-intro-shell,
.pharma-quality-shell {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 84px;
    align-items: start;
}

.entry-intro-section h2,
.pharma-intro-section h2 {
    max-width: 720px;
}

.entry-intro-shell > div:last-child > p,
.pharma-intro-section .pharma-intro-shell > div > p,
.entry-why-copy p,
.pharma-quality-shell > div:last-child p {
    margin: 0;
    color: #5b6b81;
    font-size: 17px;
    line-height: 1.85;
}

.entry-intro-shell > div:last-child .btn {
    margin-top: 28px;
}

.entry-why-section,
.pharma-quality-section {
    padding: 84px 0;
    background: #f4f7fa;
}

.entry-why-copy,
.pharma-quality-shell > div:last-child {
    display: grid;
    gap: 18px;
}

.entry-journey-section,
.pharma-approach-section {
    padding: 92px 0;
    background: #fff;
}

.entry-section-heading {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.entry-section-heading > p:last-child {
    max-width: 720px;
    margin: 18px auto 0;
    color: #5b6b81;
    line-height: 1.75;
}

.entry-journey-grid {
    display: grid;
    margin: 48px 0 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    list-style: none;
}

.entry-journey-card {
    position: relative;
    min-height: 300px;
    padding: 30px;
    border: 1px solid #dce5ef;
    border-radius: 18px;
    background: #fff;
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.entry-journey-card:hover {
    border-color: #65cbc6;
    box-shadow: 0 18px 44px rgba(7, 29, 55, .08);
    transform: translateY(-4px);
}

.entry-journey-icon,
.pharma-approach-icon {
    display: inline-flex;
    width: 64px;
    height: 64px;
    border: 1px solid #d7e6ee;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #f5fafb;
    color: #0c7898;
    font-size: 25px;
}

.entry-journey-number,
.pharma-approach-number {
    position: absolute;
    top: 32px;
    right: 28px;
    color: #6ea9d2;
    font-size: 28px;
    font-weight: 800;
}

.entry-journey-card h3,
.pharma-approach-grid h3 {
    margin: 25px 0 0;
    color: #071d37;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
}

.entry-journey-card p,
.pharma-approach-grid p {
    margin: 13px 0 0;
    color: #5b6b81;
    font-size: 14px;
    line-height: 1.7;
}

.entry-journey-outcome {
    display: flex;
    max-width: 900px;
    margin: 34px auto 0;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #5b6b81;
    text-align: center;
}

.entry-journey-outcome i {
    color: #0a9f9c;
    font-size: 25px;
}

.entry-categories-section {
    padding: 88px 0;
    background: #f4f7fa;
}

.entry-categories-grid {
    display: grid;
    margin-top: 44px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.entry-categories-grid article,
.pharma-offer-grid article {
    padding: 32px;
    border: 1px solid #dce5ef;
    border-radius: 18px;
    background: #fff;
}

.entry-categories-grid article > span,
.pharma-offer-grid article > span {
    display: inline-flex;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    background: #e4f6f4;
    color: #0aa7a2;
    font-size: 22px;
}

.entry-categories-grid h3,
.pharma-offer-grid h3 {
    margin: 23px 0 0;
    color: #071d37;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3;
}

.entry-categories-grid p,
.pharma-offer-grid p {
    margin: 12px 0 0;
    color: #5b6b81;
    line-height: 1.7;
}

.entry-ready-cta,
.pharma-contact-shell {
    display: flex;
    margin-top: 50px;
    padding: 42px;
    border-radius: 22px;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    background: #071d37;
    color: #fff;
}

.entry-ready-cta .eyebrow,
.pharma-contact-section .eyebrow {
    color: #42ded3;
}

.entry-ready-cta h2,
.pharma-contact-section h2 {
    margin-top: 10px;
    color: #fff;
    font-size: clamp(30px, 3vw, 42px);
}

.entry-ready-cta p:last-child,
.pharma-contact-section p:last-child {
    max-width: 720px;
    margin: 13px 0 0;
    color: rgba(255, 255, 255, .72);
    line-height: 1.75;
}

.entry-ready-cta .btn,
.pharma-contact-shell .btn {
    flex: none;
}

/* Pharmaceutical Solutions */
.pharma-intro-shell {
    align-items: center;
}

.pharma-intro-section .pharma-intro-shell > div > p {
    max-width: 760px;
    margin-top: 24px;
}

.pharma-intro-panel {
    padding: 38px;
    border-radius: 22px;
    background: #071d37;
    color: #fff;
}

.pharma-intro-panel .eyebrow {
    color: #42ded3;
}

.pharma-intro-panel strong {
    display: block;
    margin-top: 18px;
    font-size: 25px;
    font-weight: 720;
    line-height: 1.4;
}

.pharma-intro-panel ul {
    display: grid;
    margin: 27px 0 0;
    padding: 0;
    gap: 13px;
    color: rgba(255, 255, 255, .76);
    list-style: none;
}

.pharma-intro-panel li {
    display: flex;
    align-items: center;
    gap: 11px;
}

.pharma-intro-panel li i {
    color: #e7a619;
}

.pharma-offer-section {
    padding: 88px 0;
    background: #f4f7fa;
}

.pharma-offer-grid {
    display: grid;
    margin-top: 44px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.pharma-offer-grid article {
    min-height: 305px;
}

.pharma-approach-grid {
    display: grid;
    margin: 54px 0 0;
    padding: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    list-style: none;
}

.pharma-approach-grid li {
    position: relative;
    min-height: 292px;
    padding: 24px 30px 18px;
    border-right: 1px solid #dce5ef;
    text-align: center;
}

.pharma-approach-grid li:last-child {
    border-right: 0;
}

.pharma-approach-number {
    position: static;
    display: block;
    width: fit-content;
    margin: 6px auto 0;
    padding: 4px 11px;
    border-radius: 999px;
    background: #071d37;
    color: #fff;
    font-size: 13px;
}

.pharma-approach-grid h3 {
    margin-top: 22px;
}

.pharma-quality-section h2 {
    max-width: 610px;
}

.pharma-quality-shell {
    align-items: center;
}

.pharma-contact-section {
    padding: 0 0 88px;
    background: #f4f7fa;
}

.pharma-contact-shell {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .market-pathways-heading,
    .pharma-offer-heading,
    .entry-intro-shell,
    .entry-why-shell,
    .pharma-intro-shell,
    .pharma-quality-shell {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .entry-journey-grid,
    .entry-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pharma-offer-grid,
    .pharma-approach-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pharma-approach-grid li:nth-child(2) {
        border-right: 0;
    }

    .pharma-approach-grid li:nth-child(-n+2) {
        border-bottom: 1px solid #dce5ef;
    }
}

@media (max-width: 700px) {
    .market-pathways-section,
    .entry-intro-section,
    .entry-why-section,
    .entry-journey-section,
    .entry-categories-section,
    .pharma-intro-section,
    .pharma-offer-section,
    .pharma-approach-section,
    .pharma-quality-section {
        padding: 64px 0;
    }

    .market-pathways-grid,
    .entry-journey-grid,
    .entry-categories-grid,
    .pharma-offer-grid,
    .pharma-approach-grid {
        grid-template-columns: 1fr;
    }

    .market-pathways-grid {
        margin-top: 32px;
    }

    .market-pathway-card {
        min-height: 0;
        padding: 30px 24px;
        border-radius: 18px;
    }

    .market-pathway-card > a {
        margin-top: 8px;
        font-size: 12px;
    }

    .entry-journey-card,
    .pharma-offer-grid article {
        min-height: 0;
    }

    .entry-journey-grid,
    .pharma-offer-grid {
        margin-top: 34px;
    }

    .entry-ready-cta,
    .pharma-contact-shell {
        padding: 30px 24px;
        flex-direction: column;
        align-items: flex-start;
    }

    .entry-ready-cta .btn,
    .pharma-contact-shell .btn {
        width: 100%;
        justify-content: center;
    }

    .pharma-approach-grid {
        margin-top: 34px;
    }

    .pharma-approach-grid li,
    .pharma-approach-grid li:nth-child(2) {
        min-height: 0;
        padding: 30px 18px;
        border-right: 0;
        border-bottom: 1px solid #dce5ef;
    }

    .pharma-approach-grid li:last-child {
        border-bottom: 0;
    }

    .pharma-contact-section {
        padding-bottom: 64px;
    }
}

/* Site typography scale: display, section title, supporting title and body copy */
.hero-copy h1 {
    font-size: var(--type-display);
    line-height: 1.02;
    letter-spacing: -.045em;
}

main > section h1.text-5xl {
    font-size: var(--type-display);
    line-height: 1.03;
    letter-spacing: -.045em;
}

h2.text-4xl,
.service-hook-intro h2,
.upcoming-event-heading h2,
.core-services-heading h2,
.working-process-intro h2,
.scope-showcase-heading h2,
.partner-showcase-heading h2,
.market-pathways-heading h2,
.services-page-heading h2,
.services-section-heading h2,
.services-pathways-heading h2,
.services-scope-heading h2,
.brands-intro-copy h2,
.service-detail-intro h2,
.service-detail-section-heading h2,
.service-detail-journey h2,
.service-detail-deliverables h2,
.entry-intro-section h2,
.entry-why-section h2,
.entry-section-heading h2,
.pharma-intro-section h2,
.pharma-offer-heading h2,
.pharma-quality-section h2 {
    font-size: var(--type-h2);
    line-height: 1.06;
    letter-spacing: -.04em;
}

.service-hook-card h3,
.core-service-item h3,
.working-process-step h3,
.scope-showcase-item h3,
.market-pathway-card h3,
.services-core-card h3,
.services-pathway-card h3,
.service-detail-capability-list h3,
.service-detail-journey-grid h3,
.entry-journey-card h3,
.entry-categories-grid h3,
.pharma-offer-grid h3,
.pharma-approach-grid h3 {
    font-size: var(--type-h3);
    line-height: 1.18;
    letter-spacing: -.025em;
}

.services-pathway-card h4 {
    font-size: var(--type-h4);
    line-height: 1.3;
}

.service-hook-intro > p,
.upcoming-event-heading > div > p,
.core-services-heading > p,
.working-process-intro > p,
.scope-showcase-heading > p,
.partner-showcase-heading > p,
.market-pathways-heading > p,
.services-page-heading > p,
.services-section-heading > p,
.services-pathways-heading > p,
.services-scope-heading > p,
.brands-intro-copy > p,
.service-detail-intro-copy > p:last-of-type,
.service-detail-section-heading > p,
.entry-intro-copy > p,
.entry-why-copy > p,
.pharma-intro-copy > p,
.pharma-quality-copy > p {
    font-size: var(--type-lead);
}

/* About page */
.about-overview {
    position: relative;
    overflow: hidden;
    padding: 92px 0 0;
    background: #fff;
}

.about-overview::after {
    position: absolute;
    top: -190px;
    right: -180px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(22, 166, 160, .13);
    border-radius: 50%;
    box-shadow: 0 0 0 72px rgba(22, 166, 160, .025), 0 0 0 144px rgba(22, 166, 160, .018);
    content: '';
    pointer-events: none;
}

.about-overview-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(360px, .74fr);
    gap: clamp(54px, 8vw, 120px);
    align-items: end;
}

.about-overview h2,
.about-section-heading h2,
.about-leadership-heading h2 {
    color: var(--north-navy);
    font-size: var(--type-h2);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -.04em;
}

.about-overview h2 {
    max-width: 760px;
    margin-top: 16px;
}

.about-overview-copy {
    padding-bottom: 4px;
}

.about-overview-copy > p {
    margin: 0;
    color: #52637a;
    font-size: var(--type-lead);
    line-height: 1.72;
}

.about-overview-copy > p + p {
    margin-top: 14px;
}

.about-overview-copy .text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    border-bottom: 1px solid var(--north-teal);
    padding-bottom: 7px;
    color: var(--north-teal);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.about-focus-strip {
    position: relative;
    z-index: 1;
    display: grid;
    margin-top: 68px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-radius: 26px 26px 0 0;
    background: linear-gradient(112deg, #071b33 0%, #0a2b50 58%, #123d68 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-focus-strip > div {
    position: relative;
    display: grid;
    min-height: 170px;
    padding: 34px 38px;
    border-right: 1px solid rgba(255, 255, 255, .13);
    grid-template-columns: auto 1fr;
    column-gap: 18px;
    align-content: center;
}

.about-focus-strip > div:last-child {
    border-right: 0;
}

.about-focus-strip span {
    color: var(--north-gold);
    font-size: 14px;
    font-weight: 800;
}

.about-focus-strip strong {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}

.about-focus-strip small {
    margin-top: 8px;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.55;
    grid-column: 2;
}

.about-purpose,
.about-values,
.about-leadership {
    padding: 102px 0;
}

.about-purpose,
.about-leadership {
    background: #f5f8fb;
}

.about-values {
    background: #fff;
}

.about-section-heading {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}

.about-section-heading h2 {
    margin-top: 16px;
}

.about-section-heading > p:last-child {
    max-width: 700px;
    margin: 20px auto 0;
    color: #5a6b81;
    font-size: var(--type-lead);
    line-height: 1.7;
}

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

.about-purpose-card {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    padding: 48px;
    border-radius: 24px;
}

.about-purpose-card::after {
    position: absolute;
    right: -80px;
    bottom: -120px;
    width: 330px;
    height: 330px;
    border: 1px solid currentColor;
    border-radius: 50%;
    content: '';
    opacity: .1;
}

.about-purpose-card.is-mission {
    background: linear-gradient(145deg, #071b33, #0b345d);
    color: #fff;
}

.about-purpose-card.is-vision {
    border: 1px solid #d9e4ee;
    background: #fff;
    color: var(--north-navy);
    box-shadow: 0 20px 54px rgba(7, 27, 51, .07);
}

.about-purpose-icon,
.about-value-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.is-mission .about-purpose-icon {
    border: 1px solid rgba(46, 217, 209, .45);
    background: rgba(22, 166, 160, .14);
    color: #35d8d0;
}

.is-vision .about-purpose-icon {
    border: 1px solid rgba(216, 154, 34, .35);
    background: rgba(216, 154, 34, .1);
    color: var(--north-gold);
}

.about-purpose-card .eyebrow {
    margin-top: 44px;
    color: var(--north-gold);
}

.about-purpose-card h3 {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    font-size: clamp(30px, 2.5vw, 40px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.035em;
}

.about-purpose-card > p:not(.eyebrow) {
    position: relative;
    z-index: 1;
    max-width: 550px;
    margin-top: 20px;
    color: #5a6b81;
    font-size: 16px;
    line-height: 1.75;
}

.about-purpose-card.is-mission > p:not(.eyebrow) {
    color: rgba(255, 255, 255, .75);
}

.about-values-grid {
    display: grid;
    margin-top: 58px;
    border-top: 1px solid #dce5ee;
    border-bottom: 1px solid #dce5ee;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-value-card {
    min-height: 340px;
    padding: 38px 38px 42px;
    border-right: 1px solid #dce5ee;
}

.about-value-card:last-child {
    border-right: 0;
}

.about-value-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-value-icon {
    background: #e6f6f5;
    color: var(--north-teal);
}

.about-value-index {
    color: #a6b2c0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
}

.about-value-card h3 {
    margin-top: 34px;
    color: var(--north-navy);
    font-size: var(--type-h3);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.025em;
}

.about-value-card > p {
    margin-top: 16px;
    color: #5a6b81;
    font-size: 16px;
    line-height: 1.75;
}

.about-leadership-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
    gap: 80px;
    align-items: end;
}

.about-leadership-heading h2 {
    max-width: 760px;
    margin-top: 16px;
}

.about-leadership-heading > p {
    margin: 0;
    color: #5a6b81;
    font-size: var(--type-lead);
    line-height: 1.7;
}

.about-team-grid {
    display: grid;
    margin-top: 52px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.about-team-card {
    overflow: hidden;
    border: 1px solid #dce5ee;
    border-radius: 20px;
    background: #fff;
    transition: transform .3s ease, box-shadow .3s ease;
}

.about-team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(7, 27, 51, .1);
}

.about-team-photo {
    display: flex;
    height: 315px;
    overflow: hidden;
    background: linear-gradient(145deg, #eef4f8, #e2ecf3);
    align-items: flex-end;
    justify-content: center;
}

.about-team-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    transition: transform .4s ease;
}

.about-team-card:hover .about-team-photo img {
    transform: scale(1.025);
}

.about-team-copy {
    min-height: 190px;
    padding: 26px 28px 30px;
}

.about-team-copy > p {
    color: var(--north-teal);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.about-team-copy h3 {
    margin-top: 8px;
    color: var(--north-navy);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.about-team-copy span {
    display: block;
    margin-top: 13px;
    color: #65758a;
    font-size: 14px;
    line-height: 1.65;
}

.about-contact {
    padding: 0 0 92px;
    background: #f5f8fb;
}

.about-contact-shell {
    display: flex;
    min-height: 250px;
    padding-top: 54px;
    padding-bottom: 54px;
    border-radius: 26px;
    background: linear-gradient(115deg, #071b33, #0b3157 72%, #0c4663);
    align-items: center;
    justify-content: space-between;
    gap: 44px;
}

.about-contact-shell > div {
    max-width: 760px;
}

.about-contact-shell .eyebrow {
    color: #38d4cc;
}

.about-contact-shell h2 {
    margin-top: 14px;
    color: #fff;
    font-size: clamp(32px, 3vw, 46px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.035em;
}

@media (max-width: 1024px) {
    .about-overview-shell,
    .about-leadership-heading {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-focus-strip,
    .about-values-grid,
    .about-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-focus-strip > div:nth-child(2),
    .about-value-card:nth-child(2) {
        border-right: 0;
    }

    .about-focus-strip > div:last-child,
    .about-value-card:last-child {
        grid-column: 1 / -1;
        border-top: 1px solid rgba(255, 255, 255, .13);
    }

    .about-value-card:last-child {
        border-top-color: #dce5ee;
    }
}

@media (max-width: 700px) {
    .about-overview {
        padding-top: 64px;
    }

    .about-overview::after {
        display: none;
    }

    .about-focus-strip,
    .about-purpose-grid,
    .about-values-grid,
    .about-team-grid {
        grid-template-columns: 1fr;
    }

    .about-focus-strip {
        width: calc(100% - 40px);
        margin-top: 44px;
        border-radius: 18px 18px 0 0;
    }

    .about-focus-strip > div {
        min-height: 0;
        padding: 26px 24px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }

    .about-focus-strip > div:nth-child(2),
    .about-focus-strip > div:last-child {
        border-top: 0;
    }

    .about-focus-strip > div:last-child {
        border-bottom: 0;
    }

    .about-purpose,
    .about-values,
    .about-leadership {
        padding: 72px 0;
    }

    .about-purpose-grid,
    .about-values-grid,
    .about-team-grid {
        margin-top: 38px;
    }

    .about-purpose-card {
        min-height: 0;
        padding: 32px 26px 36px;
        border-radius: 18px;
    }

    .about-purpose-card .eyebrow {
        margin-top: 30px;
    }

    .about-value-card,
    .about-value-card:nth-child(2),
    .about-value-card:last-child {
        min-height: 0;
        padding: 30px 22px 34px;
        border-right: 0;
        border-bottom: 1px solid #dce5ee;
        grid-column: auto;
    }

    .about-value-card:last-child {
        border-bottom: 0;
    }

    .about-team-photo {
        height: 300px;
    }

    .about-team-copy {
        min-height: 0;
    }

    .about-contact {
        padding: 0 0 64px;
    }

    .about-contact-shell {
        width: calc(100% - 40px);
        min-height: 0;
        padding: 34px 24px;
        border-radius: 18px;
        flex-direction: column;
        align-items: flex-start;
    }

    .about-contact-shell .btn {
        width: 100%;
        justify-content: center;
    }
}

/* About — selected Editorial Trust direction */
.about-overview {
    padding: 42px 0 78px;
}

.about-overview::after,
.about-focus-strip {
    display: none;
}

.about-overview-shell {
    position: relative;
    display: block;
    min-height: 500px;
    overflow: hidden;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border: 1px solid #dce6ee;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(7, 27, 51, .07);
}

.about-overview-content {
    position: relative;
    z-index: 2;
    display: flex;
    width: 52%;
    min-height: 500px;
    padding: clamp(44px, 5vw, 70px);
    flex-direction: column;
    justify-content: center;
}

.about-overview-copy {
    max-width: 540px;
    margin-top: 24px;
}

.about-overview-visual {
    position: absolute;
    inset: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: #edf5f7;
}

.about-overview-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 56% center;
}

.about-purpose {
    padding: 92px 0 98px;
    background: #f5f8fb;
}

.about-purpose-grid {
    margin-top: 54px;
    gap: 0;
}

.about-purpose-card,
.about-purpose-card.is-mission,
.about-purpose-card.is-vision {
    min-height: 0;
    padding: 24px 54px 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--north-navy);
    box-shadow: none;
}

.about-purpose-card:first-child {
    padding-left: 0;
    border-right: 1px solid #d6e1eb;
}

.about-purpose-card:last-child {
    padding-right: 0;
}

.about-purpose-card::after {
    display: none;
}

.about-purpose-card.is-mission > p:not(.eyebrow),
.about-purpose-card > p:not(.eyebrow) {
    color: #56687f;
}

.about-purpose-card .eyebrow {
    margin-top: 28px;
}

.about-purpose-card h3 {
    font-size: clamp(28px, 2.2vw, 36px);
}

.about-purpose-icon {
    width: 54px;
    height: 54px;
}

.about-values {
    padding: 90px 0 96px;
}

.about-values-grid {
    margin-top: 50px;
}

.about-value-card {
    min-height: 300px;
    padding: 34px 36px 38px;
}

.about-leadership {
    padding: 92px 0 98px;
}

.about-team-grid {
    margin-top: 48px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid #d8e3ec;
    border-bottom: 1px solid #d8e3ec;
}

.about-team-card {
    display: grid;
    min-height: 230px;
    padding: 30px 28px;
    overflow: visible;
    border: 0;
    border-right: 1px solid #d8e3ec;
    border-bottom: 1px solid #d8e3ec;
    border-radius: 0;
    background: transparent;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
}

.about-team-card:nth-child(3n) {
    border-right: 0;
}

.about-team-card:nth-last-child(-n+3) {
    border-bottom: 0;
}

.about-team-card:hover {
    transform: none;
    box-shadow: none;
}

.about-team-photo {
    width: 116px;
    height: 116px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 9px 24px rgba(7, 27, 51, .08);
}

.about-team-photo img {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: #fff;
    object-fit: cover;
    object-position: center center;
    transform: none;
}

.about-team-card:hover .about-team-photo img {
    transform: none;
}

.about-team-copy {
    min-height: 0;
    padding: 0;
}

.about-team-copy h3 {
    font-size: 21px;
}

.about-team-copy span {
    font-size: 13px;
    line-height: 1.55;
}

.about-contact {
    padding: 0 0 76px;
}

.about-contact-shell {
    position: relative;
    min-height: 290px;
    overflow: hidden;
    padding: 52px 58px;
    border-radius: 22px;
    background-color: var(--north-navy);
    background-image: url('../images/about/canadian-mountain-cta.webp');
    background-position: center;
    background-size: cover;
}

.about-contact-shell > div {
    position: relative;
    z-index: 1;
    max-width: 610px;
}

.about-contact-shell .btn {
    position: relative;
    z-index: 1;
}

@media (max-width: 1100px) {
    .about-overview-content {
        width: 56%;
        padding-right: 38px;
    }

    .about-overview-visual {
        min-height: 0;
    }

    .about-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-team-card:nth-child(3n) {
        border-right: 1px solid #d8e3ec;
    }

    .about-team-card:nth-child(2n) {
        border-right: 0;
    }

    .about-team-card:nth-last-child(-n+3) {
        border-bottom: 1px solid #d8e3ec;
    }

    .about-team-card:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

@media (max-width: 760px) {
    .about-overview {
        padding: 24px 0 58px;
    }

    .about-overview-shell {
        width: calc(100% - 40px);
        min-height: 0;
        border-radius: 18px;
    }

    .about-overview-content {
        width: 100%;
        min-height: 0;
        padding: 34px 24px 38px;
    }

    .about-overview-visual {
        position: relative;
        inset: auto;
        min-height: 290px;
    }

    .about-overview-visual img {
        object-position: 82% center;
    }

    .about-purpose,
    .about-values,
    .about-leadership {
        padding: 70px 0;
    }

    .about-purpose-grid {
        grid-template-columns: 1fr;
        margin-top: 36px;
    }

    .about-purpose-card,
    .about-purpose-card.is-mission,
    .about-purpose-card.is-vision {
        padding: 30px 0;
    }

    .about-purpose-card:first-child {
        border-right: 0;
        border-bottom: 1px solid #d6e1eb;
    }

    .about-values-grid,
    .about-team-grid {
        grid-template-columns: 1fr;
    }

    .about-value-card {
        padding-right: 22px;
        padding-left: 22px;
    }

    .about-team-card,
    .about-team-card:nth-child(2n),
    .about-team-card:nth-child(3n),
    .about-team-card:nth-last-child(-n+2),
    .about-team-card:nth-last-child(-n+3) {
        min-height: 0;
        padding: 26px 0;
        border-right: 0;
        border-bottom: 1px solid #d8e3ec;
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 20px;
    }

    .about-team-card:last-child {
        border-bottom: 0;
    }

    .about-team-photo {
        width: 104px;
        height: 104px;
        padding: 0;
    }

    .about-contact-shell {
        min-height: 420px;
        padding: 34px 24px;
        background-position: 64% center;
        justify-content: flex-end;
    }
}
