.owner-page {
    --owner-navy: #01056b;
    --owner-ink: #25262b;
    --owner-muted: #64666f;
    --owner-surface: #f4f7fc;
    --owner-accent: #ff8d4d;
    color: var(--owner-ink);
    overflow: hidden;
}

.owner-page__hero-wrap {
    margin-top: 3rem;
}

.owner-page__hero {
    position: relative;
    min-height: clamp(420px, 51vw, 650px);
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 0 64px;
    isolation: isolate;
}

.owner-page__hero-image,
.owner-page__hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.owner-page__hero-image {
    object-fit: cover;
    object-position: center;
    z-index: -2;
}

.owner-page__hero-shade {
    z-index: -1;
    background: linear-gradient(90deg, rgba(1, 5, 60, .9) 0%, rgba(1, 5, 60, .68) 36%, rgba(1, 5, 60, .08) 70%);
}

.owner-page__hero-content {
    color: #fff;
    padding-top: 72px;
    padding-bottom: 72px;
}

.owner-page__hero-content h1 {
    max-width: 700px;
    margin: 16px 0 18px;
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 4.75rem);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.owner-page__hero-content p {
    margin: 0;
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    color: rgba(255, 255, 255, .88);
}

.owner-page__eyebrow,
.owner-page__section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--owner-navy);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.owner-page__eyebrow {
    color: #fff;
}

.owner-page__eyebrow::before,
.owner-page__section-label::before {
    content: "";
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: var(--owner-accent);
}

.owner-page__intro {
    padding: clamp(70px, 9vw, 128px) 0;
}

.owner-page__intro-grid {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(320px, 1fr);
    align-items: center;
    gap: clamp(42px, 8vw, 110px);
}

.owner-page__photo-card {
    position: relative;
    margin: 0;
}

.owner-page__photo-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 26px -26px -26px 26px;
    border-radius: 0 64px;
    background: #d7e7ff;
}

.owner-page__photo-card img {
    display: block;
    width: 100%;
    max-height: 610px;
    object-fit: cover;
    border-radius: 64px 0;
}

.owner-page__photo-card figcaption {
    position: absolute;
    right: -34px;
    bottom: 34px;
    width: min(290px, 78%);
    padding: 20px 24px;
    border-radius: 18px 0;
    background: var(--owner-navy);
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.45;
    box-shadow: 0 18px 45px rgba(1, 5, 107, .2);
}

.owner-page__copy h2,
.owner-page__section-heading h2,
.owner-page__cta h2 {
    color: var(--owner-navy);
    letter-spacing: -.025em;
}

.owner-page__copy h2 {
    margin: 18px 0 26px;
    font-size: clamp(2rem, 3.7vw, 3.25rem);
    line-height: 1.08;
}

.owner-page__cms {
    color: var(--owner-muted);
    font-size: 1.08rem;
    line-height: 1.8;
}

.owner-page__cms p:last-child {
    margin-bottom: 0;
}

.owner-page__cms a {
    color: var(--owner-navy);
    font-weight: 700;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.owner-page__connections {
    padding: clamp(68px, 8vw, 108px) 0;
    background: var(--owner-surface);
}

.owner-page__section-heading {
    max-width: 720px;
    margin: 0 auto 46px;
    text-align: center;
}

.owner-page__section-heading .owner-page__section-label::before {
    display: none;
}

.owner-page__section-heading h2 {
    margin-top: 14px;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.owner-page__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.owner-page__card {
    min-height: 250px;
    padding: 34px;
    border: 1px solid rgba(1, 5, 107, .09);
    border-radius: 0 30px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(26, 35, 72, .07);
}

.owner-page__icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px 0;
    background: #d7e7ff;
    color: var(--owner-navy);
    font-size: 1.35rem;
}

.owner-page__card h3 {
    margin: 24px 0 12px;
    color: var(--owner-navy);
    font-size: 1.3rem;
}

.owner-page__card p {
    margin: 0;
    color: var(--owner-muted);
    line-height: 1.65;
}

.owner-page__cta {
    padding: clamp(64px, 8vw, 104px) 0;
}

.owner-page__cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: clamp(34px, 5vw, 64px);
    border-radius: 44px 0;
    background: var(--owner-navy);
    color: #fff;
}

.owner-page__cta .owner-page__section-label,
.owner-page__cta h2 {
    color: #fff;
}

.owner-page__cta h2 {
    margin: 12px 0 10px;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.owner-page__cta p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
}

.owner-page__cta-button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 16px 22px;
    border-color: #fff;
    background: #fff;
    color: var(--owner-navy);
}

.owner-page__cta-button:hover,
.owner-page__cta-button:focus {
    border-color: var(--owner-accent);
    background: var(--owner-accent);
    color: #fff;
}

@media (max-width: 991.98px) {
    .owner-page__intro-grid {
        gap: 56px;
    }

    .owner-page__cards {
        grid-template-columns: 1fr;
    }

    .owner-page__card {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .owner-page__hero-wrap {
        margin-top: 1rem;
    }

    .owner-page__hero {
        min-height: 500px;
        align-items: flex-end;
        border-radius: 0 38px;
    }

    .owner-page__hero-image {
        object-position: 64% center;
    }

    .owner-page__hero-shade {
        background: linear-gradient(0deg, rgba(1, 5, 60, .94) 0%, rgba(1, 5, 60, .52) 56%, rgba(1, 5, 60, .12) 100%);
    }

    .owner-page__hero-content {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .owner-page__intro-grid {
        grid-template-columns: 1fr;
    }

    .owner-page__photo-card {
        width: calc(100% - 20px);
    }

    .owner-page__photo-card::before {
        inset: 16px -16px -16px 16px;
        border-radius: 0 42px;
    }

    .owner-page__photo-card img {
        max-height: 490px;
        border-radius: 42px 0;
    }

    .owner-page__photo-card figcaption {
        right: -20px;
        bottom: 22px;
    }

    .owner-page__cta-inner {
        align-items: flex-start;
        flex-direction: column;
        border-radius: 30px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .owner-page * {
        scroll-behavior: auto !important;
    }
}

