:root {
    --red: #ed1d24;
    --dark: #171717;
    --muted: #f8f8f8;
    /* DBS design tokens for home-mgmt (from index-revamp) */
    --dbs-gray-100: #F8F8F8;
    --dbs-gray-200: #e9ecef;
    --dbs-gray-600: #6c757d;
    --dbs-gray-900: #212529;
    --dbs-white: #ffffff;
    --dbs-transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Open Sans", Arial, sans-serif;
    color: var(--dark);
    background: #fff;
}

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

.home-revamp-badge {
    width: 144px;
    margin-bottom: 24px;
}

.home-revamp-btn {
    display: inline-block;
    background: #f33;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 4px;
}

.home-revamp-btn:hover {
    background: #e02f2f;
    color: #fff;
    text-decoration: none;
}

.container {
    width: min(1288px, 92vw);
    margin: 0 auto;
}

.section {
    padding: 60px 0;
}

.gray {
    background: var(--muted);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.nav-wrap {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-link img {
    height: 32px;
    width: 175px;
}

.top-nav {
    display: flex;
    gap: 36px;
}

.top-nav a {
    color: var(--dark);
    text-decoration: none;
    font-size: 16px;
}

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

.hero-bg {
    position: absolute;
    inset: -30px 0 auto 0;
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg,
            rgba(0, 0, 0, 0.9) 24%,
            rgba(0, 0, 0, 0.1) 80%);
}

.hero-red-bars {
    position: absolute;
    left: 0;
    top: 68px;
    display: grid;
    gap: 14px;
    z-index: 2;
}

.hero-red-bars span {
    width: 52px;
    height: 8px;
    background: var(--red);
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.spark-badge {
    width: 144px;
}

.hero h1 {
    margin: 0;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.2;
}

.hero p {
    margin: 0;
    font-size: 23px;
}

.btn-primary {
    margin-top: 8px;
    display: inline-block;
    background: #f33;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 4px;
}

.hero-placeholder {
    position: absolute;
    right: 18%;
    top: 40%;
    transform: translateY(-50%);
    color: #49e600;
    font-size: 34px;
    line-height: 1.25;
    text-align: center;
    z-index: 2;
    font-weight: 700;
}

.sticky-nav {
    position: sticky;
    top: 78px;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 32px;
    background: #f8f8f8;
    border-bottom: 1px solid #d5d5d5;
    padding: 0 5vw;
}

.sticky-nav a {
    color: #000;
    text-decoration: none;
    padding: 26px 97px;
    font-size: 16px;
    font-weight: 600;
}

.sticky-nav a.active {
    color: #f33;
    border-bottom: 3px solid #f33;
    font-weight: 700;
}

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

.eyebrow {
    margin: 0 0 16px;
    color: #c00;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 375px) {
    .eyebrow {
        font-size: 16px;
    }
}

h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.35;
    font-weight: 600;
}

.about.section h2 {
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-weight: 600;
}

@media (max-width: 375px) {
    .about.section h2 {
        font-size: 24px;
    }
}

.body-copy {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 16px;
}

.about-media {
    position: relative;
    height: 500px;
    border-radius: 4px;
    overflow: hidden;
    background: #f2f2f2;
}

.about-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mission-vision {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.mission-bg,
.mission-overlay {
    position: absolute;
    inset: 0;
}

.mission-vision .mission-star-big {
    position: absolute;
    bottom: -55px;
    right: 10%;
    width: 180px;
    height: 180px;
    object-fit: contain;
    opacity: 0.5;
}

.mission-vision .mission-star-small {
    position: absolute;
    bottom: 95px;
    right: 7%;
    width: 50px;
    height: 50px;
    object-fit: contain;
    opacity: 0.2;
}

.mission-bg,
.mission-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 23%;
    display: block;
}

.mission-overlay {
    background: rgba(23, 23, 23, 0.86);
}

.mission-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 32px;
    padding: 56px 0;
    align-items: start;
}

.mission-content > div {
    min-width: 0;
    text-align: left;
}

.mission-content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
}

.mission-content p.eyebrow {
    font-size: 20px;
    color: #f33;
    margin-bottom: 20px;
}

.mission-values {
    overflow-wrap: break-word;
}

.journey .milestones {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.journey .milestones ul {
    color: #000;
}

.journey.section h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0;
    color: #171717;
}

@media (max-width: 375px) {
    .journey.section h2 {
        font-size: 24px;
    }
}

.journey article {
    border-left: 1px solid #c00;
    padding-left: 24px;
}

.journey h3 {
    margin: 0 0 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    color: #CC0000;
}

.journey p,
.journey li {
    font-size: 16px;
    line-height: 1.5;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team .section-header {
    align-items: flex-start;
}

.team.section.gray {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.team.section.gray .section-header__heading {
    margin-top: 60px;
}

.team .section-header h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0;
    color: #171717;
}

/* (Board of Directors previously used Swiper slider; now a static grid, so slider-specific styles removed) */

/* Management Team 3-tab layout (home page) */
.management-tabs-nav {
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #d5d5d5;
    background: #e8e8e8;
    /* Full-width bar across viewport */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    z-index: 100;
}

.management-tabs-nav__btn {
    flex: 1 1 0;
    min-width: 0;
    border: none;
    background: #DBDBDB;
    padding: 20px 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0;
    color: #000000;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}

.management-tabs-nav__btn:focus-visible {
    outline: 2px solid #171717;
    outline-offset: 2px;
}

.management-tabs-nav__btn:hover {
    background: #e0e0e0;
}

.management-tabs-nav__btn.is-active {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0;
    text-align: center;
    color: #cc0000;
    border-bottom: 1px solid #D5D5D5;
}

.management-tabs-content {
    margin-top: 0;
}

/* Board Tab Slider padding handled by .home-mgmt */
.management-pane[data-mgmt-pane="board"] {
    padding-bottom: 0;
}

.management-pane[data-mgmt-pane="governance"] {
    padding: 0 20px 20px;
}

@media (max-width: 1024px) {
    .management-pane[data-mgmt-pane="board"] {
        padding-bottom: 0;
    }
}


.management-pane {
    display: none;
}

.management-pane.is-active {
    display: block;
}

/* Obsolete board header style removed */

.section-header__left {
    max-width: 520px;
}

.section-header__heading {
    margin: 60px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    /* Semibold */
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0;
    color: #171717;
}

.management-leaders {
    padding: 8px 0 4px;
}

.management-leaders__intro {
    max-width: 620px;
    margin-bottom: 24px;
}

.management-leaders__intro h3 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.35;
}

.management-leaders__intro p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

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

.management-leader-card {
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    padding: 18px 16px 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.management-leader-card__name {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 600;
    color: #171717;
}

.management-leader-card__title {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

.management-leader-card__body {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #444;
}

.management-impact {
    padding: 8px 0 4px;
}

.management-impact__heading {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.35;
}

.management-impact__lead {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    max-width: 720px;
}

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

.management-impact__col h4 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 600;
    color: #171717;
}

.management-impact__col p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #444;
}

/* Static grids for Management / Governance tabs using team cards */
.management-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.management-grid .team-card {
    height: 100%;
}

.management-grid .team-card p {
    color: #000;
}

@media (max-width: 1200px) {
    .management-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .management-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

/* Management Team – home-mgmt slider (from index-revamp) */
.home-mgmt {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 72px 0 80px;
    background-color: var(--dbs-gray-100);
    box-sizing: border-box;
}

.home-mgmt__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.home-mgmt__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 16px;
}

.home-mgmt__title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0;
    color: #171717;
    margin: 0;
}

.home-mgmt__nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-mgmt__btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--dbs-gray-600);
    background: var(--dbs-white);
    color: var(--dbs-gray-900);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--dbs-transition);
}

.home-mgmt__btn:hover {
    background: var(--dbs-gray-200);
    border-color: var(--dbs-gray-900);
}

.home-mgmt__btn:disabled,
.home-mgmt__btn.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.home-mgmt__btn:focus-visible {
    outline: 2px solid var(--dbs-gray-900);
    outline-offset: 2px;
}

.home-mgmt__btn svg {
    width: 20px;
    height: 20px;
}

.home-mgmt__slider {
    overflow: hidden;
    margin-bottom: 24px;
}

.home-mgmt__slider .swiper-wrapper {
    align-items: stretch;
}

.home-mgmt__slider .swiper-slide {
    height: auto;
}

.home-mgmt__slider .team-card {
    height: 100%;
}

.home-mgmt__slider .team-card h3,
.home-mgmt__slider .team-card p {
    color: #171717;
}

.home-mgmt__pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9375rem;
    font-weight: 400;
    margin-top: 0;
    text-align: left;
    width: 100%;
    max-width: 100px;
    margin-bottom: 24px;
}

.home-mgmt__pagination-current {
    color: var(--dbs-gray-900);
    font-variant-numeric: tabular-nums;
    font-weight: 600;
}

.home-mgmt__progress {
    flex: 1;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 2px;
}

.home-mgmt__progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--dark);
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 2px;
}

.home-mgmt__pagination-total {
    color: var(--dbs-gray-600);
    font-variant-numeric: tabular-nums;
}

/* Navigation Visibility */
@media (max-width: 992px) {
    .home-mgmt__nav--desktop {
        display: none !important;
    }

    .home-mgmt__nav--mobile {
        display: flex !important;
    }
}

@media (min-width: 993px) {
    .home-mgmt__nav--desktop {
        display: flex !important;
    }

    .home-mgmt__nav--mobile {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .home-mgmt {
        padding: 64px 0 72px;
    }

    .home-mgmt__inner {
        padding: 0 20px;
    }

    .home-mgmt__header {
        margin-bottom: 28px;
    }

    .home-mgmt__title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 576px) {
    .home-mgmt {
        padding: 56px 0 64px;
    }

    .home-mgmt__header {
        flex-wrap: nowrap;
        margin-bottom: 24px;
    }

    .home-mgmt__title {
        font-size: 26px;
        line-height: 36px;
    }

    .home-mgmt__btn {
        width: 40px;
        height: 40px;
    }

    .home-mgmt__btn svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 380px) {
    .home-mgmt__title {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 576px) {
    .management-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 24px;
    }

    .section-header__heading {
        margin: 24px 0 0;
        font-size: 22px;
        line-height: 30px;
    }

    .team.section.gray .section-header__heading {
        margin-top: 32px;
    }
}

.team-card .img-wrap {
    height: 300px;
    border-radius: 4px;
    overflow: hidden;
    background: #e4e4e4;
    position: relative;
}

.team-card .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.team-card .img-wrap .star-icon {
    position: absolute;
    bottom: 0;
    right: 8px;
    width: 160px;
    height: 160px;
}

.no-image {
    display: grid;
    place-items: center;
}

.no-image span {
    color: #40f;
    font-weight: 700;
    font-size: 15px;
}

.team-card h3 {
    margin: 16px 0 8px;
    font-size: 20px;
}

.team-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.featured {
    position: relative;
    color: #fff;
    padding: 0;
    overflow: hidden;
}

.featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 72px;
    background: rgba(255, 255, 255, 0.12);
    opacity: 0.4;
}

.featured-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}

.featured-carousel {
    position: relative;
    z-index: 1;
    width: 100%;
}

.featured-swiper {
    width: 100%;
}

.featured-pagination {
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 12px;
    align-items: center;
}

.featured-pagination-dot {
    width: 24px;
    height: 3px;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: width 0.3s ease, background 0.25s ease;
    flex-shrink: 0;
}

.featured-pagination-dot.is-active {
    width: 48px;
    background: #ffffff;
}

.featured-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 611px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.7);
    background: #000;
}

.featured-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.65) 35%,
            rgba(0, 0, 0, 0.35) 60%,
            transparent 100%);
}

.featured-card__image {
    position: absolute;
    inset: 0;
}

.featured-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-card.featured-card--right .featured-card__image img {
    object-position: center 22%;
}

.featured-card__content {
    position: relative;
    z-index: 1;
    padding: 20px 76px 40px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.featured-card__content::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: -1;
}

.featured-card__text {
    margin: 0 0 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #ffffff;
}

.featured-card__meta {
    position: relative;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #ffffff;
    padding-left: 8px;
}

.featured-card__meta strong {
    font-weight: 700;
}

.featured-card__meta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 2px;
    height: 100%;
    background: #cc0000;
}

.featured-card__text--tan {
    line-height: 1.69;
    letter-spacing: 0.015em;
}

.featured-card__text.featured-card__text--maneesh {
    margin: 0 0 1em;
    line-height: 1.5;
    letter-spacing: 0.015em;
}

.featured-card__text.featured-card__text--maneesh strong {
    font-weight: 700;
}

/* Mobile carousel: stack image above text so copy does not cover faces */
@media (max-width: 639px) {
    .featured-carousel .featured-card {
        flex-direction: column;
        align-items: stretch;
        min-height: auto;
    }

    .featured-carousel .featured-card::before {
        display: none;
    }

    .featured-carousel .featured-card__image {
        position: relative;
        inset: auto;
        flex: 0 0 auto;
        width: 100%;
        height: clamp(260px, 52vw, 340px);
    }

    .featured-carousel .featured-card__image img {
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .featured-carousel .featured-card.featured-card--right .featured-card__image img {
        object-position: top center;
    }

    .featured-carousel .featured-card__content {
        flex: 1 1 auto;
        min-height: auto;
        justify-content: flex-start;
        padding: 24px 20px 56px;
        background: #000000;
    }

    .featured-carousel .featured-card__content::before {
        display: none;
    }

    .featured-carousel .featured-pagination {
        bottom: 20px;
    }
}

/* Tablet/desktop: image column left, text right (matches .uk-visible@s) */
@media (min-width: 640px) {
    .featured-inner.featured-inner--static .featured-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: stretch;
        min-height: 561px;
    }

    .featured-inner.featured-inner--static .featured-card::before {
        display: none;
    }

    .featured-inner.featured-inner--static .featured-card__content {
        grid-column: 2 / 3;
        grid-row: 1;
        justify-content: center;
        padding: 32px clamp(24px, 3.8vw, 56px);
        background: #000000;
    }

    .featured-inner.featured-inner--static .featured-card__content::before {
        display: none;
    }

    .featured-inner.featured-inner--static .featured-card__image {
        position: relative;
        grid-column: 1 / 2;
        grid-row: 1;
        inset: auto;
        min-height: 100%;
        align-self: stretch;
    }

    .featured-inner.featured-inner--static .featured-card__meta {
        margin-top: auto;
    }
}

.center {
    text-align: center;
}

.awards.section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    overflow: hidden;
}

.awards__inner {
    width: min(1288px, 92vw);
    margin: 0 auto;
}

.awards.section h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0;
    color: #171717;
}

@media (max-width: 1024px) {
    .awards.section h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .awards.section h2 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media (max-width: 576px) {
    .awards.section h2 {
        font-size: 22px;
        line-height: 30px;
    }
}

.awards-track {
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0 24px;
    width: 100%;
    padding: 0 48px;
    box-sizing: border-box;
    min-height: 148px;
}

.awards-swiper {
    width: 100%;
    min-width: 0;
    padding: 0;
    overflow: hidden;
}

.awards-swiper .swiper-slide {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awards-track img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 125px;
    object-fit: contain;
}

.awards-nav {
    position: relative;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border: 2px solid #171717;
    border-radius: 50%;
    background: #fff;
    color: #171717;
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 3;
    font-size: 20px;
    line-height: 1;
    padding: 0;
}

.awards-nav:focus-visible {
    outline: 2px solid #171717;
    outline-offset: 2px;
}

.awards-nav.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
}

.site-footer {
    padding: 60px 0 20px;
}

.footer-top {
    border-bottom: 1px solid #d8d8d8;
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 80px;
    padding-bottom: 42px;
}

.footer-logo {
    width: fit-content;
    margin-bottom: 0 !important;
}

.footer-logo img {
    width: 147px;
    height: 27px;
}

.footer-columns {
    display: flex;
    gap: 120px;
}

.footer-columns h4 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.footer-columns a {
    display: block;
    text-decoration: none;
    color: var(--dark);
    margin: 0 0 22px;
    font-size: 14px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.footer-bottom>div:first-of-type {
    width: 100%;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

.footer-bottom p:first-child {
    margin-top: 0;
}

.footer-bottom p.bold-links {
    font-weight: 700;
}

.footer-bottom p a {
    text-decoration: none;
    color: #171717;
}

.social {
    display: flex;
    gap: 25px;
}

.social img {
    width: 24px;
    height: 24px;
}

@media (max-width: 1400px) {
    .sticky-nav a {
        padding: 20px 77px;
    }
}

@media (max-width: 1200px) {
    .sticky-nav {
        justify-content: center;
        gap: 12px;
        padding: 0 16px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .sticky-nav a {
        flex: 0 0 auto;
        padding: 20px 34px;
    }

    .awards-track {
        padding: 0 40px;
        gap: 0 20px;
    }
}

@media (max-width: 1024px) {
    .section {
        padding: 52px 0;
    }

    .nav-wrap {
        height: auto;
        min-height: 78px;
        padding: 12px 0;
        gap: 16px;
    }

    .top-nav {
        gap: 24px;
    }

    .top-nav a {
        font-size: 15px;
    }

    .hero {
        height: 460px;
    }

    .hero-bg {
        inset: -20px 0 auto 0;
        height: 620px;
    }

    .hero-content {
        gap: 16px;
    }

    .hero p {
        font-size: 20px;
    }

    .hero-placeholder {
        right: 4%;
        top: 44%;
        font-size: 20px;
    }

    .sticky-nav {
        justify-content: center;
        gap: 12px;
        padding: 0 16px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .sticky-nav a {
        flex: 0 0 auto;
        padding: 18px 30px;
    }

    .split,
    .journey .milestones,
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .split {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-media {
        height: 380px;
    }

    .mission-bg img {
        object-position: center center;
    }

    .mission-content {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 56px 0 64px;
    }

    .mission-content > div {
        text-align: left;
    }

    .mission-content p {
        font-size: 20px;
        line-height: 1.5;
    }

    .mission-content p.eyebrow {
        color: #cc0000;
        margin-bottom: 20px;
    }

    .journey .milestones {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .journey h3 {
        font-size: 28px;
    }

    .team .section-header {
        align-items: center;
    }

    .team.section.gray {
        margin-top: 0;
    }

    .team.section.gray .container {
        width: 100%;
    }

    .section-header__heading {
        margin: 40px 0 0;
        font-size: 30px;
        line-height: 40px;
    }

    .team.section.gray .section-header__heading {
        margin-top: 48px;
    }

    .management-tabs-nav__btn {
        padding: 18px 18px;
        font-size: 15px;
    }

    .management-tabs-nav__btn.is-active {
        font-size: 16px;
        line-height: 135%;
    }

    .management-leaders__grid,
    .management-impact__cols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .management-leader-card {
        padding: 16px 14px 18px;
    }

    /* .team-card .img-wrap {
        height: 260px;
    } */

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

    .featured-card {
        min-height: 400px;
    }

    .featured-card__content {
        padding: 20px 40px 36px;
    }

    .awards-track {
        padding: 0 32px;
        gap: 0 16px;
    }

    .awards-track img {
        max-height: 110px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-columns {
        gap: 64px;
        flex-wrap: wrap;
    }

    .footer-bottom {
        flex-wrap: wrap;
        gap: 20px;
    }

    .social {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 44px 0;
    }

    .logo-link img {
        width: 150px;
        height: 32px;
    }

    .top-nav {
        width: 100%;
        justify-content: flex-start;
        gap: 18px;
    }

    .split,
    .mission-content,
    .journey .milestones,
    .featured,
    .footer-top {
        grid-template-columns: 1fr;
    }

    .mission-vision .mission-bg img {
        object-position: center 42%;
    }

    .mission-content {
        gap: 48px;
        padding: 48px 0 56px;
    }

    .mission-content > div {
        text-align: left;
    }

    .mission-vision .mission-star-big {
        bottom: -24px;
        right: 0;
        width: 130px;
        height: 130px;
        opacity: 0.4;
    }

    .mission-vision .mission-star-small {
        bottom: 72px;
        right: 3%;
        width: 44px;
        height: 44px;
        opacity: 0.25;
    }

    /* Management tabs header/nav – mobile-friendly layout */
    .management-tabs-nav {
        width: 100%;
        left: 0;
        right: auto;
        margin-left: 0;
        margin-right: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .management-tabs-nav__btn {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 16px 16px;
        font-size: 15px;
    }

    .management-tabs-nav__btn.is-active {
        font-size: 16px;
        line-height: 135%;
    }

    .team.section.gray {
        margin-top: 0;
    }

    .featured-card__meta {
        font-size: 12px;
        line-height: 1.5;
    }

    .featured-card__content {
        padding: 18px 24px 32px;
    }

    .featured-card__text {
        margin: 0 0 20px;
        font-size: 15px;
        line-height: 22px;
    }

    .featured-card__text.featured-card__text--maneesh {
        margin: 0 0 1em;
        line-height: 1.5;
    }

    .leader-modal__content {
        min-height: auto;
    }

    .leader-modal__image-wrap {
        height: auto;
        padding: 24px 24px 0;
        align-items: center;
    }

    .leader-modal__image-wrap img {
        height: auto;
        width: auto;
        max-width: 80%;
    }

    .leader-modal__body {
        justify-content: flex-start;
    }

    .hero {
        height: auto;
        min-height: 420px;
        padding: 70px 0 46px;
    }

    .hero-bg {
        inset: 0;
        height: 100%;
    }

    .hero-red-bars {
        top: 42px;
        gap: 10px;
    }

    .hero-red-bars span {
        width: 36px;
        height: 6px;
    }

    .hero-content {
        height: auto;
    }

    .hero h1 {
        font-size: clamp(30px, 9vw, 42px);
    }

    .hero p {
        font-size: 18px;
    }

    .hero-placeholder {
        top: auto;
        bottom: 18px;
        right: 4%;
        transform: none;
        font-size: 15px;
        line-height: 1.15;
    }

    .btn-primary {
        padding: 12px 24px;
    }

    .journey .milestones {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .journey article {
        padding-left: 16px;
    }

    .journey h3 {
        font-size: 24px;
    }

    .section-header__heading {
        margin: 28px 0 0;
        font-size: 26px;
        line-height: 34px;
    }

    .team.section.gray .section-header__heading {
        margin-top: 40px;
    }

    .team .section-header {
        flex-wrap: wrap;
        gap: 14px;
    }

    .management-leaders__grid,
    .management-impact__cols {
        grid-template-columns: 1fr;
    }

    .management-impact__lead {
        font-size: 14px;
    }

    .management-leaders__intro p {
        font-size: 14px;
    }

    /* .team-card .img-wrap {
        height: 240px;
    } */

    .team-card h3 {
        font-size: 18px;
    }

    .team-card p {
        font-size: 15px;
    }

    /* team-fraction styles removed with Board slider */

    .awards-track {
        margin-top: 28px;
        padding: 0 24px;
        gap: 0 12px;
    }

    .awards-swiper .swiper-slide {
        height: auto;
        min-height: 132px;
    }

    .awards-track img {
        max-height: 110px;
    }

    .awards-nav {
        width: 40px;
        height: 40px;
    }

    .footer-columns {
        gap: 40px;
        flex-wrap: wrap;
    }

    .footer-bottom {
        padding-top: 28px;
    }

    .social {
        gap: 18px;
    }
}

@media (max-width: 375px) {

    .mission-content {
        gap: 40px;
        padding: 40px 0 48px;
    }

    .mission-content p {
        font-size: 16px;
        line-height: 1.5;
    }

    .mission-content p.eyebrow {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .mission-vision .mission-star-big {
        width: 100px;
        height: 100px;
        bottom: -16px;
    }

    .journey .milestones {
        gap: 0;
    }

    .journey .milestones article:last-child ul {
        margin-bottom: 0;
    }

    .journey article:not(:last-child) {
        padding-bottom: 20px;
    }

    .journey article p:last-child {
        margin-bottom: 0;
    }

    .about.section .split {
        gap: 16px;
    }

    .about.section .body-copy:last-child {
        margin-bottom: 0;
    }

    .governance-copy h4 {
        font-family: 'OpenSans-SemiBold';
    }
}

.leader-modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.55);
}

.leader-modal.is-open {
    display: flex;
}

.leader-modal__backdrop {
    position: absolute;
    inset: 0;
}

.leader-modal__dialog {
    position: relative;
    z-index: 1;
    background: #ffffff;
    max-width: 970px;
    width: min(970px, 96vw);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.leader-modal__close {
    position: absolute;
    top: 28px;
    right: 36px;
    border: none;
    background: transparent;
    color: #CC0000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    /* Bold */
    font-style: normal;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0;
    cursor: pointer;
}

.leader-modal__close:focus-visible {
    outline: 2px solid #171717;
    outline-offset: 2px;
}

.leader-modal__content {
    display: grid;
    grid-template-columns: 470px minmax(0, 1fr);
    min-height: 570px;
    align-items: stretch;
}

.leader-modal__image-wrap {
    background: #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 100%;
}

.leader-modal__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leader-modal--no-image .leader-modal__image-wrap {
    position: relative;
}

.leader-modal--no-image .leader-modal__image-wrap::before {
    content: 'NO IMAGE PROVIDED';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #3d2df5;
}

.leader-modal__body {
    padding: 40px 60px 32px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leader-modal__body h2 {
    margin: 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;
    color: #171717;
}

.leader-modal__subtitle {
    margin: 0 0 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #686868;
}

.leader-modal__description {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
}

@media (max-width: 1024px) {
    .leader-modal__dialog {
        width: min(800px, 96vw);
    }

    .leader-modal__content {
        grid-template-columns: 1fr 1.3fr;
        min-height: 540px;
    }

    .leader-modal__image-wrap {
        padding: 28px 24px;
    }

    .leader-modal__body {
        padding: 32px 40px 28px;
    }

    .leader-modal__body h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .leader-modal__description {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 768px) {
    .leader-modal__dialog {
        width: min(640px, 96vw);
        max-height: 100vh;
    }

    .leader-modal__content {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .leader-modal__image-wrap {
        padding: 24px 24px 0;
    }

    .leader-modal__body {
        padding: 24px 20px 24px;
    }

    .leader-modal__body h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .leader-modal__description {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 480px) {
    .leader-modal__dialog {
        border-radius: 0;
        max-height: 100vh;
    }

    .leader-modal__close {
        top: 12px;
        right: 16px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .hero-placeholder {
        display: none;
    }

    .sticky-nav a {
        padding: 16px 20px;
        font-size: 15px;
    }

    .management-tabs-nav__btn {
        padding: 14px 12px;
        font-size: 14px;
    }

    .management-tabs-nav__btn.is-active {
        font-size: 15px;
        line-height: 135%;
    }

    .featured-card__meta {
        font-size: 16px;
        line-height: 1.5;
    }

    .awards-track {
        margin-top: -15px;
        padding: 0 16px;
        gap: 0 8px;
    }

    .awards-track img {
        max-height: 100px;
    }
}

/* Home hero banner slider */
.home-hero {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #171717;
    position: relative;
    overflow: hidden;
}

.home-hero__container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.home-hero__image-only {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero__image-only img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-hero-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.home-hero-banner .swiper-wrapper {
    align-items: stretch;
}

.home-hero-banner .swiper-slide {
    height: auto;
    width: 100%;
}

.home-hero-banner__slide {
    width: 100%;
    height: 100%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.home-hero-banner__slide::after {
    content: '';
    position: absolute;
    top: 67px;
    left: 0;
    width: 52px;
    height: 137px;
    background-image: url('../images/home/accent-bar.svg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.home-hero-banner__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.home-hero-banner__bg picture,
.home-hero-banner__bg .home-hero-banner__hero-img {
    width: 100%;
    height: 100%;
    display: block;
}

.home-hero-banner__bg picture {
    position: absolute;
    inset: 0;
}

.home-hero-banner__hero-img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.home-hero-banner__slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.15) 80%, transparent 100%);
    z-index: 1;
}

/* Slide 1 only: LCP asset already includes headline/brand; remove scrim + duplicate HTML overlay (slides 2–3 unchanged) */
.home-hero-banner__slide--artwork-complete::before,
.home-hero-banner__slide--artwork-complete::after {
    display: none !important;
}

.home-hero-banner__slide--artwork-complete .home-hero-banner__left {
    display: none !important;
}

.home-hero-banner__left {
    position: relative;
    z-index: 2;
    margin-left: 135px;
    padding: 48px 48px 120px 0;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 100%;
}

.home-hero-banner__logo-wrap {
    display: block;
    position: relative;
    width: 167.28px;
    height: 68.15px;
    margin-bottom: 24px;
}

.home-hero-banner__logo-img {
    display: block;
    position: relative;
    width: 167.28px;
    height: 68.15px;
    max-width: 100%;
    object-fit: contain;
    object-position: left top;
    top: -5.17px;
    left: -9.74px;
}

.home-hero-banner__headline {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.25;
    color: #ffffff;
    margin: 0 0 16px 0;
}

.home-hero-banner__subhead {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 28px 0;
    line-height: 1.5;
}

.home-hero-banner__cta-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.home-hero-banner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background: #cc0000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.home-hero-banner__cta:hover {
    background: #a30000;
    color: #ffffff;
}

.home-hero-banner__pagination {
    position: absolute;
    bottom: 32px;
    left: 135px;
    z-index: 3;
    display: flex;
    gap: 12px;
    align-items: center;
    padding-top: 20px;
}

.home-hero-banner__pagination-dot {
    width: 24px;
    height: 3px;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: width 0.3s ease, background 0.25s ease;
    flex-shrink: 0;
}

.home-hero-banner__pagination-dot.is-active {
    width: 48px;
    background: #ffffff;
}

@media (max-width: 992px) {
    .home-hero-banner__bg {
        background-position: calc(100% + 150px) center;
    }

    .home-hero__image-only {
        height: 460px;
    }

    .home-hero-banner__slide {
        min-height: 460px;
    }

    .home-hero-banner__slide::after {
        top: 52px;
        width: 36px;
        height: 96px;
        display: none;
    }

    .home-hero-banner__left {
        margin-left: 100px;
        padding: 40px 24px 110px 0;
        max-width: 480px;
        justify-content: flex-end;
    }

    .home-hero-banner__headline {
        font-size: 40px;
    }

    .home-hero-banner__logo-wrap {
        width: 130px;
        height: auto;
        margin-bottom: 24px;
    }

    .home-hero-banner__logo-img {
        width: 130px;
        height: auto;
        top: -4.02px;
        left: -7.57px;
    }

    .home-hero-banner__cta-wrap {
        gap: 16px;
        margin-bottom: 0;
    }

    .home-hero-banner__cta {
        padding: 13px 28px;
        font-size: 15px;
    }

    .home-hero-banner__pagination {
        left: 50%;
        transform: translateX(-50%);
        bottom: 32px;
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .home-hero-banner__slide::after {
        top: 44px;
        width: 30px;
        height: 80px;
    }

    .home-hero-banner__left {
        margin-left: 72px;
        padding: 36px 20px 120px 0;
        /* justify-content: flex-start; */
    }

    .home-hero-banner__pagination {
        /* left: 72px; */
        bottom: 32px;
        padding-top: 24px;
    }

    .home-hero-banner__logo-wrap {
        width: 115px;
        margin-bottom: 22px;
    }

    .team.section.gray {
        margin-top: -8px;
    }

    .home-hero-banner__logo-img {
        width: 115px;
        height: auto;
        top: -3.56px;
        left: -6.69px;
    }

    .home-hero-banner__cta-wrap {
        gap: 14px;
        margin-bottom: 0;
    }

    .home-hero-banner__cta {
        padding: 12px 26px;
        font-size: 15px;
    }

    .home-hero-banner__headline {
        font-size: 36px;
    }

    .featured-card__content {
        padding: 16px 20px 65px;
    }
}

@media (max-width: 576px) {
    /* .home-hero__image-only {
        height: 360px;
    } */

    .home-hero-banner__slide {
        min-height: 360px;
    }

    .home-hero-banner__left {
        margin-left: 56px;
        padding: 32px 20px 140px 0;
        max-width: 100%;
        /* justify-content: flex-start; */
    }

    .home-hero-banner__slide::after {
        top: 36px;
        width: 26px;
        height: 64px;
    }

    .home-hero-banner__pagination {
        /* left: 56px; */
        bottom: 24px;
        padding-top: 20px;
    }

    .home-hero-banner__logo-wrap {
        width: 100px;
        margin-bottom: 20px;
    }

    .team.section.gray {
        margin-top: 0;
    }

    .home-hero-banner__logo-img {
        width: 100px;
        height: auto;
        top: -3.09px;
        left: -5.82px;
    }

    .home-hero-banner__headline {
        font-size: 28px;
    }

    .home-hero-banner__subhead {
        font-size: 16px;
        margin: 0 0 12px 0;
    }

    .home-hero-banner__cta-wrap {
        gap: 10px;
        margin-bottom: 0;
    }

    .team.section.gray {
        margin-top: 0;
    }

    .home-hero-banner__cta {
        padding: 12px 24px;
        font-size: 15px;
    }

    .featured-card__content {
        padding: 16px 20px 65px;
    }

    .featured-card__text {
        margin: 0 0 18px;
        font-size: 16px;
        line-height: 21px;
    }

    .featured-card__text.featured-card__text--maneesh {
        margin: 0 0 1em;
        line-height: 1.5;
    }

    .home-hero-banner__pagination-dot {
        width: 16px;
        height: 2px;
    }

    .home-hero-banner__pagination-dot.is-active {
        width: 28px;
    }
}

@media (max-width: 480px) {
    /* .home-hero__image-only {
        height: 320px;
    } */

    .home-hero-banner__slide {
        min-height: 320px;
    }

    .home-hero-banner__left {
        margin-left: 40px;
        padding: 28px 16px 130px 0;
        /* justify-content: flex-start; */
    }

    .home-hero-banner__slide::after {
        top: 30px;
        width: 22px;
        height: 54px;
    }

    .home-hero-banner__pagination {
        /* left: 40px; */
        bottom: 22px;
        padding-top: 20px;
    }

    .home-hero-banner__headline {
        font-size: 26px;
    }

    .home-hero-banner__logo-wrap {
        width: 95px;
        margin-bottom: 18px;
    }

    .home-hero-banner__logo-img {
        width: 90px;
        height: auto;
        top: -2.78px;
        left: -5.24px;
    }

    .home-hero-banner__cta-wrap {
        gap: 8px;
        margin-bottom: 0;
    }

    .home-hero-banner__cta {
        padding: 10px 20px;
        font-size: 12px;
        min-height: 34px;
    }
}

@media (max-width: 380px) {
    /* .home-hero__image-only {
        height: 280px;
    } */

    .home-hero-banner__slide {
        min-height: 280px;
    }

    .home-hero-banner__left {
        margin-left: 24px;
        padding: 24px 16px 120px 0;
        /* justify-content: flex-start; */
    }

    .home-hero-banner__slide::after {
        top: 26px;
        width: 18px;
        height: 46px;
    }

    .home-hero-banner__logo-wrap {
        width: 95px;
        margin-bottom: 16px;
    }

    .home-hero-banner__logo-img {
        width: 80px;
        height: auto;
        top: -2.47px;
        left: -4.66px;
    }

    .home-hero-banner__headline {
        font-size: 24px;
        margin: 0 0 20px 0;
    }

    .home-hero-banner__subhead {
        font-size: 18px;
        margin: 0 0 20px 0;
    }

    .home-hero-banner__cta-wrap {
        gap: 8px;
        margin-bottom: 0;
    }

    .home-hero-banner__cta {
        padding: 14px 32px;
        font-size: 14px;
        min-height: 34px;
    }

    .home-hero-banner__pagination-dot {
        width: 14px;
        height: 2px;
    }

    .home-hero-banner__pagination-dot.is-active {
        width: 24px;
    }

    .featured-card__content {
        padding: 16px 20px 65px;
        min-height: 817px;
        justify-content: flex-end;
    }

    .featured-pagination {
        bottom: 24px;
    }

    .featured-pagination-dot {
        width: 14px;
        height: 2px;
    }

    .featured-pagination-dot.is-active {
        width: 24px;
    }
}

@media (max-width: 480px) and (orientation: portrait) {
    .home-hero__image-only {
        height: auto;
        min-height: 0;
        aspect-ratio: 375 / 420;
    }

    .home-hero-banner,
    .home-hero-banner .swiper-wrapper,
    .home-hero-banner .swiper-slide,
    .home-hero-banner__slide {
        height: 100%;
    }

    .home-hero-banner__slide {
        min-height: 0;
    }

    .home-hero-banner__bg--media {
        background-image: none;
    }
}

/* Journey slider */
.journey.section {
    overflow: hidden;
}

.journey .journey__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.journey .journey__nav {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.journey .journey__btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #767676;
    background: #fff;
    color: #171717;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.journey .journey__btn:hover {
    background: #f5f5f5;
    border-color: #171717;
}

.journey .journey__btn:focus-visible {
    outline: 2px solid #171717;
    outline-offset: 2px;
}

.journey .journey__btn.swiper-button-disabled {
    opacity: 0.45;
    cursor: default;
}

.journey .journey-slider-wrap {
    margin-top: 40px;
    padding-top: 12px;
}

.journey .journey-swiper {
    overflow: hidden;
    padding-left: 10px;
    margin-left: -10px;
}

.journey .journey-swiper .swiper-wrapper.milestones {
    display: flex;
    gap: 0;
}

.journey .journey-swiper .swiper-slide {
    height: auto;
}

.journey .milestone-card {
    height: 100%;
    min-height: 390px;
    padding: 0 24px 28px 26px;
    border-left: 2px dashed #cc0000;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.journey .milestone-card::before,
.journey .milestone-card::after {
    content: "";
    position: absolute;
    left: -8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #cc0000;
}

.journey .milestone-card::before {
    top: 0;
    transform: translateY(-6px);
}

.journey .milestone-card::after {
    display: none;
}

.journey .milestone-card__icon {
    width: 96px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.journey .milestone-card__icon img {
    width: auto;
    height: auto;
    max-width: 56px;
    max-height: 56px;
    object-fit: contain;
    object-position: left center;
}

.journey .milestone-card__icon--logo {
    width: 96px;
    height: 72px;
}

.journey .milestone-card__icon--logo img {
    max-width: 84px;
    max-height: 56px;
}

.journey .milestone-card__icon--brand {
    width: 96px;
    height: 72px;
}

.journey .milestone-card__icon--brand img {
    max-width: 64px;
    max-height: 56px;
}

.journey .milestone-card__icon--anniversary {
    width: 96px;
    height: 72px;
    margin-bottom: 20px;
}

.journey .milestone-card__icon--anniversary img {
    max-width: 78px;
    max-height: 58px;
}

.journey .milestone-card h3 {
    margin: 0 0 14px;
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    color: #cc0000;
}

.journey .milestone-card p {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.55;
    color: #171717;
}

.journey .milestone-card p:last-child {
    margin-bottom: 0;
}

.journey .milestone-card--anniversary {
    background: transparent;
}

.journey .journey__footer {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
}

.journey .journey__pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}

.journey .journey__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0;
    background: rgba(204, 0, 0, 0.2);
    opacity: 1;
    transition: transform 0.25s ease, background 0.25s ease;
}

.journey .journey__pagination .swiper-pagination-bullet-active {
    background: #cc0000;
    transform: scale(1.1);
}

.journey .journey__progress {
    flex: 1;
    height: 3px;
    background: rgba(23, 23, 23, 0.12);
    overflow: hidden;
}

.journey .journey__progress-bar {
    width: 0;
    height: 100%;
    background: #cc0000;
    transition: width 0.3s ease;
}

@media (max-width: 1199px) {
    .journey .milestone-card {
        min-height: 360px;
    }

    .journey .milestone-card h3 {
        font-size: 38px;
    }

    .journey .milestone-card p {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .journey .journey__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .journey .journey__nav {
        width: 100%;
        justify-content: flex-end;
    }

    .journey .journey-slider-wrap {
        margin-top: 28px;
    }

    .journey .milestone-card {
        min-height: 320px;
        padding: 0 18px 24px 22px;
    }

    .journey .milestone-card h3 {
        font-size: 34px;
    }

    .journey .milestone-card p {
        font-size: 16px;
    }

    .journey .milestone-card__icon--anniversary {
        width: 96px;
        height: 72px;
    }

    .journey .journey__footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .journey .journey__progress {
        width: 100%;
    }
}