/* =========================================================
   SUNRISE ABOUT PAGE REDESIGN
   ========================================================= */

.about-page {
    --sunrise-blue: #284D88;
    --sunrise-blue-deep: #173761;
    --sunrise-blue-dark: #0C2E51;
    --sunrise-blue-soft: #EEF4FB;
    --sunrise-yellow: #F7CA42;
    --sunrise-ink: #14253A;
    --sunrise-text: #506074;
    --sunrise-line: #D9E3EE;
    --sunrise-white: #FFFFFF;
    overflow: hidden;
}

.about-page *,
.about-page *::before,
.about-page *::after {
    box-sizing: border-box;
}

.about-page .shell {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page p {
    margin-top: 0;
}

.about-page h1,
.about-page h2,
.about-page h3 {
    color: var(--sunrise-blue-dark);
}

.about-page p {
    color: var(--sunrise-text);
    line-height: 1.72;
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--sunrise-blue);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.about-eyebrow::before {
    content: "";
    width: 30px;
    height: 3px;
    background: var(--sunrise-yellow);
}


/* ---------------------------------------------------------
   BUTTONS
   --------------------------------------------------------- */

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 22px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: .2s ease;
}

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

.about-btn--yellow {
    background: var(--sunrise-yellow);
    border-color: var(--sunrise-yellow);
    color: var(--sunrise-blue-dark);
}

.about-btn--yellow:hover {
    background: #FFE173;
    border-color: #FFE173;
}

.about-btn--outline {
    color: #fff;
    border-color: rgba(255,255,255,.65);
    background: rgba(255,255,255,.04);
}

.about-btn--outline:hover {
    color: var(--sunrise-blue-dark);
    background: #fff;
    border-color: #fff;
}

.about-btn--light-outline {
    color: #fff;
    border-color: rgba(255,255,255,.72);
}

.about-btn--light-outline:hover {
    background: #fff;
    color: var(--sunrise-blue-dark);
}


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.about-hero {
    position: relative;
    overflow: hidden;
    padding: 0 0 76px;
    background:
        linear-gradient(135deg, var(--sunrise-blue-dark) 0%, var(--sunrise-blue) 68%, #3A6AA7 100%);
}

.about-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    background: var(--sunrise-yellow);
}

.about-hero__glow {
    position: absolute;
    width: 620px;
    height: 620px;
    right: -260px;
    bottom: -260px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 50%;
    box-shadow:
        0 0 0 80px rgba(255,255,255,.025),
        0 0 0 160px rgba(255,255,255,.018);
}

.about-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(470px, 1.05fr);
    gap: clamp(42px, 6vw, 82px);
    align-items: center;
}

.about-breadcrumbs {
    display: flex;
    gap: 8px;
    padding: 23px 0 40px;
    color: rgba(255,255,255,.65);
    font-size: .8rem;
}

.about-breadcrumbs a,
.about-breadcrumbs span {
    color: inherit;
    text-decoration: none;
}

.about-breadcrumbs a:hover {
    color: var(--sunrise-yellow);
}

.about-hero__content {
    padding-bottom: 26px;
}

.about-hero .about-eyebrow {
    color: var(--sunrise-yellow);
}

.about-hero__content h1 {
    max-width: 720px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(3.5rem, 6vw, 6.15rem);
    line-height: .94;
    letter-spacing: -.045em;
}

.about-hero__content h1 span {
    display: block;
    color: var(--sunrise-yellow);
}

.about-hero__lead {
    max-width: 670px;
    margin-bottom: 16px;
    color: #fff !important;
    font-size: clamp(1.13rem, 1.5vw, 1.35rem);
    font-weight: 700;
}

.about-hero__text {
    max-width: 650px;
    margin-bottom: 30px;
    color: rgba(255,255,255,.79) !important;
}

.about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 36px;
}

.about-hero__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 710px;
    border-top: 1px solid rgba(255,255,255,.16);
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.about-hero__highlights div {
    padding: 18px 18px 18px 0;
}

.about-hero__highlights div + div {
    padding-left: 18px;
    border-left: 1px solid rgba(255,255,255,.16);
}

.about-hero__highlights strong,
.about-hero__highlights span {
    display: block;
}

.about-hero__highlights strong {
    margin-bottom: 3px;
    color: #fff;
    font-size: 1.15rem;
}

.about-hero__highlights span {
    color: rgba(255,255,255,.66);
    font-size: .78rem;
}

.about-hero__media {
    position: relative;
    padding: 78px 0 72px;
}

.about-hero__photo {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 8px solid rgba(255,255,255,.12);
    border-radius: 20px;
    background: #0A2949;
    box-shadow: 0 34px 74px rgba(4,18,38,.35);
}

.about-hero__photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(8,28,52,.45));
}

.about-hero__photo img {
    display: block;
    width: 100%;
    height: 590px;
    object-fit: cover;
    object-position: center 42%;
    filter: sepia(.08) contrast(1.04);
}

.about-hero__caption {
    position: absolute;
    left: -28px;
    right: 36px;
    bottom: 34px;
    z-index: 2;
    padding: 20px 24px;
    border-top: 5px solid var(--sunrise-yellow);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(4,18,38,.25);
}

.about-hero__caption span,
.about-hero__caption strong {
    display: block;
}

.about-hero__caption span {
    margin-bottom: 4px;
    color: var(--sunrise-blue);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.about-hero__caption strong {
    color: var(--sunrise-blue-dark);
    font-size: 1.15rem;
}


/* ---------------------------------------------------------
   WHO WE ARE TODAY
   --------------------------------------------------------- */

.about-today {
    padding: 96px 0;
    background: #fff;
}

.about-today__grid {
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(0, .95fr);
    gap: clamp(48px, 7vw, 90px);
    align-items: center;
}

.about-today__media {
    position: relative;
    padding-bottom: 58px;
}

.about-today__media > img {
    display: block;
    width: 100%;
    height: 510px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 24px 55px rgba(23,55,97,.15);
}

.about-today__mission-card {
    position: absolute;
    left: 34px;
    right: -26px;
    bottom: 0;
    padding: 24px 26px;
    border-left: 6px solid var(--sunrise-yellow);
    border-radius: 10px;
    background: var(--sunrise-blue-dark);
    box-shadow: 0 18px 40px rgba(23,55,97,.19);
}

.about-today__mission-card span {
    display: block;
    margin-bottom: 5px;
    color: var(--sunrise-yellow);
    font-size: .73rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.about-today__mission-card p {
    margin: 0;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.45;
}

.about-today__content h2,
.about-history__intro h2,
.about-quality h2,
.about-section-heading h2 {
    margin-bottom: 22px;
    font-size: clamp(2.5rem, 4vw, 4.35rem);
    line-height: 1.02;
    letter-spacing: -.035em;
}

.about-today__content h2 span,
.about-history__intro h2 span {
    display: block;
    color: var(--sunrise-blue);
}

.about-today__lead {
    color: var(--sunrise-blue-dark) !important;
    font-size: 1.12rem;
    font-weight: 700;
}

.about-today__links {
    display: grid;
    gap: 10px;
    margin-top: 28px;
}

.about-today__links a {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0;
    border-top: 1px solid var(--sunrise-line);
    color: var(--sunrise-blue);
    font-weight: 800;
    text-decoration: none;
}

.about-today__links a:last-child {
    border-bottom: 1px solid var(--sunrise-line);
}


/* ---------------------------------------------------------
   SECTION HEADING
   --------------------------------------------------------- */

.about-section-heading {
    max-width: 760px;
    margin-bottom: 46px;
}

.about-section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.about-section-heading--center .about-eyebrow {
    justify-content: center;
}

.about-section-heading > p {
    max-width: 690px;
    margin-inline: auto;
}


/* ---------------------------------------------------------
   VALUES
   --------------------------------------------------------- */

.about-values {
    padding: 92px 0;
    background: var(--sunrise-blue-soft);
}

.about-values__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.about-value-card {
    grid-column: span 2;
    position: relative;
    overflow: hidden;
    min-height: 245px;
    padding: 28px;
    border: 1px solid #D5E0EC;
    border-top: 5px solid var(--sunrise-blue);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(23,55,97,.07);
}

.about-value-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.about-value-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.about-value-card--featured {
    background: var(--sunrise-blue-dark);
    border-color: var(--sunrise-blue-dark);
    border-top-color: var(--sunrise-yellow);
}

.about-value-card__number {
    display: inline-flex;
    margin-bottom: 20px;
    padding: 6px 9px;
    border-radius: 999px;
    background: var(--sunrise-blue-soft);
    color: var(--sunrise-blue);
    font-size: .68rem;
    font-weight: 900;
}

.about-value-card--featured .about-value-card__number {
    background: rgba(255,255,255,.10);
    color: var(--sunrise-yellow);
}

.about-value-card h3 {
    margin-bottom: 12px;
    font-size: 1.45rem;
}

.about-value-card--featured h3 {
    color: #fff;
}

.about-value-card p {
    margin: 0;
    font-size: .95rem;
}

.about-value-card--featured p {
    color: rgba(255,255,255,.78);
}


/* ---------------------------------------------------------
   HISTORY
   --------------------------------------------------------- */

.about-history {
    position: relative;
    padding: 100px 0;
    background: var(--sunrise-blue-dark);
}

.about-history .about-eyebrow {
    color: var(--sunrise-yellow);
}

.about-history__intro {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 58px;
}

.about-history__intro h2 {
    margin-bottom: 0;
    color: #fff;
}

.about-history__intro h2 span {
    color: var(--sunrise-yellow);
}

.about-history__intro > p {
    margin-bottom: 7px;
    color: rgba(255,255,255,.76);
    font-size: 1.05rem;
}

.about-history__origin {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: 0;
    margin-bottom: 70px;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 26px 64px rgba(0,0,0,.18);
}

.about-history__origin-image {
    min-height: 430px;
    background: #0A2949;
}

.about-history__origin-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.about-history__origin-content {
    padding: clamp(34px, 5vw, 62px);
}

.about-history__year,
.about-history__kicker {
    display: block;
    font-weight: 900;
    text-transform: uppercase;
}

.about-history__year {
    color: var(--sunrise-blue);
    font-size: 2rem;
    line-height: 1;
}

.about-history__kicker {
    margin: 7px 0 20px;
    color: #8B96A5;
    font-size: .72rem;
    letter-spacing: .13em;
}

.about-history__origin-content h3 {
    margin-bottom: 18px;
    font-size: clamp(2rem, 3.2vw, 3.2rem);
    line-height: 1.02;
}

.about-timeline {
    position: relative;
    margin-bottom: 70px;
}

.about-timeline::before {
    content: "";
    position: absolute;
    left: 116px;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background: rgba(255,255,255,.14);
}

.about-timeline__item {
    position: relative;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 48px;
    padding: 0 0 38px;
}

.about-timeline__item::before {
    content: "";
    position: absolute;
    left: 109px;
    top: 7px;
    width: 16px;
    height: 16px;
    border: 4px solid var(--sunrise-blue-dark);
    border-radius: 50%;
    background: var(--sunrise-yellow);
    box-shadow: 0 0 0 1px rgba(255,255,255,.18);
}

.about-timeline__year {
    padding-top: 1px;
    color: var(--sunrise-yellow);
    font-size: 1.07rem;
    font-weight: 900;
    text-align: right;
}

.about-timeline__item > div {
    max-width: 760px;
    padding: 0 0 32px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.about-timeline__item h3 {
    margin-bottom: 9px;
    color: #fff;
    font-size: 1.5rem;
}

.about-timeline__item p {
    margin: 0;
    color: rgba(255,255,255,.71);
}

.about-timeline__item--today::before {
    background: #fff;
}

.about-timeline__item--today h3 {
    color: var(--sunrise-yellow);
}

.about-history__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.about-history__gallery figure {
    position: relative;
    overflow: hidden;
    min-height: 380px;
    margin: 0;
    border-radius: 16px;
}

.about-history__gallery img {
    display: block;
    width: 100%;
    height: 410px;
    object-fit: cover;
    filter: grayscale(1) sepia(.08);
    transition: transform .35s ease, filter .35s ease;
}

.about-history__gallery figure:hover img {
    transform: scale(1.025);
    filter: grayscale(.8) sepia(.08);
}

.about-history__gallery figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 44px 24px 22px;
    background: linear-gradient(transparent, rgba(7,24,45,.92));
}

.about-history__gallery strong,
.about-history__gallery span {
    display: block;
}

.about-history__gallery strong {
    margin-bottom: 3px;
    color: #fff;
    font-size: 1.25rem;
}

.about-history__gallery span {
    color: rgba(255,255,255,.72);
    font-size: .87rem;
}


/* ---------------------------------------------------------
   QUALITY
   --------------------------------------------------------- */

.about-quality {
    padding: 88px 0;
    background: #fff;
}

.about-quality__grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 70px;
    align-items: center;
}

.about-quality h2 {
    max-width: 760px;
}

.about-quality__notice {
    padding: 30px;
    border-left: 6px solid var(--sunrise-yellow);
    border-radius: 12px;
    background: var(--sunrise-blue-soft);
}

.about-quality__notice strong {
    display: block;
    margin-bottom: 10px;
    color: var(--sunrise-blue-dark);
    font-size: 1.12rem;
}

.about-quality__notice p {
    margin-bottom: 18px;
}

.about-quality__notice a,
.about-quality__notice span {
    display: block;
    color: var(--sunrise-blue);
    font-weight: 800;
}

.about-quality__notice a {
    margin-bottom: 7px;
    text-decoration: none;
}


/* ---------------------------------------------------------
   EXPLORE
   --------------------------------------------------------- */

.about-explore {
    padding: 92px 0;
    background: var(--sunrise-blue-soft);
}

.about-explore__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.about-explore__grid > a {
    display: flex;
    min-height: 275px;
    flex-direction: column;
    padding: 26px;
    border: 1px solid #D5E0EC;
    border-top: 5px solid var(--sunrise-blue);
    border-radius: 13px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(23,55,97,.06);
    transition: .2s ease;
}

.about-explore__grid > a:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 44px rgba(23,55,97,.11);
}

.about-explore__grid > a > span {
    margin-bottom: 20px;
    color: #9AA7B6;
    font-size: .72rem;
    font-weight: 900;
}

.about-explore__grid h3 {
    margin-bottom: 10px;
    font-size: 1.45rem;
}

.about-explore__grid p {
    margin-bottom: 22px;
    font-size: .92rem;
}

.about-explore__grid strong {
    margin-top: auto;
    color: var(--sunrise-blue);
}


/* ---------------------------------------------------------
   FINAL CTA
   --------------------------------------------------------- */

.about-final {
    padding: 78px 0;
    background: #fff;
}

.about-final__panel {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
    padding: clamp(36px, 5vw, 60px);
    border-top: 6px solid var(--sunrise-yellow);
    border-radius: 18px;
    background: var(--sunrise-blue-dark);
    box-shadow: 0 24px 54px rgba(23,55,97,.16);
}

.about-final .about-eyebrow {
    color: var(--sunrise-yellow);
}

.about-final h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 1;
}

.about-final p {
    max-width: 690px;
    margin-bottom: 0;
    color: rgba(255,255,255,.75);
}

.about-final__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media (max-width: 1020px) {
    .about-hero__grid,
    .about-today__grid,
    .about-quality__grid {
        grid-template-columns: 1fr;
    }

    .about-hero__media {
        padding-top: 0;
    }

    .about-hero__photo img {
        height: 560px;
    }

    .about-today__media {
        max-width: 760px;
    }

    .about-values__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-value-card,
    .about-value-card:nth-child(4),
    .about-value-card:nth-child(5) {
        grid-column: auto;
    }

    .about-explore__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 820px) {
    .about-history__intro,
    .about-history__origin {
        grid-template-columns: 1fr;
    }

    .about-history__origin-image,
    .about-history__origin-image img {
        min-height: 360px;
    }

    .about-history__gallery {
        grid-template-columns: 1fr;
    }

    .about-final__panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .about-page .shell {
        width: min(100% - 30px, 1180px);
    }

    .about-hero {
        padding-bottom: 48px;
    }

    .about-breadcrumbs {
        padding-bottom: 22px;
    }

    .about-hero__content h1 {
        font-size: clamp(3rem, 15vw, 4.6rem);
    }

    .about-hero__highlights {
        grid-template-columns: 1fr;
    }

    .about-hero__highlights div + div {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.12);
    }

    .about-hero__photo img {
        height: 420px;
    }

    .about-hero__caption {
        left: 12px;
        right: 12px;
        bottom: 42px;
    }

    .about-today,
    .about-values,
    .about-history,
    .about-quality,
    .about-explore,
    .about-final {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .about-today__media > img {
        height: 390px;
    }

    .about-today__mission-card {
        left: 14px;
        right: 0;
    }

    .about-values__grid,
    .about-explore__grid {
        grid-template-columns: 1fr;
    }

    .about-timeline::before {
        left: 7px;
    }

    .about-timeline__item {
        grid-template-columns: 1fr;
        gap: 8px;
        padding-left: 34px;
    }

    .about-timeline__item::before {
        left: 0;
    }

    .about-timeline__year {
        text-align: left;
    }

    .about-history__gallery img {
        height: 330px;
    }
}
