
/* =========================================================
   VIDEURO — RICH ABOUT PAGE
   Scoped ONLY to .about-rich
   ========================================================= */

.about-rich {
    --about-accent:#d9aa52;
    --about-muted:rgba(235,241,244,.72);
    --about-border:rgba(217,170,82,.27);
    --about-card:rgba(255,255,255,.025);
    --about-card-strong:rgba(255,255,255,.045);

    overflow:hidden;
}

.about-rich .section {
    max-width:1180px;
    margin-left:auto;
    margin-right:auto;
}

.about-rich .about-kicker,
.about-rich .about-mini-kicker {
    display:block;

    font-size:11px;
    line-height:1.3;
    font-weight:700;

    letter-spacing:.20em;
    text-transform:uppercase;

    color:var(--about-accent);
}

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

.about-rich p {
    color:var(--about-muted);
    line-height:1.78;
}


/* =========================================================
   INTRO
   ========================================================= */

.about-rich .about-intro {
    padding-top:84px;
    padding-bottom:52px;

    max-width:1180px;
}

.about-rich .about-intro h1 {
    max-width:850px;

    margin:18px 0 24px;

    font-size:clamp(46px,5vw,76px);
    line-height:1.02;
    letter-spacing:-.045em;
}

.about-rich .about-intro h1 em {
    color:var(--about-accent);
    font-weight:700;
}

.about-rich .about-intro-lead {
    max-width:790px;

    margin-bottom:12px;

    font-size:19px;
    line-height:1.65;
}

.about-rich .about-intro-secondary {
    max-width:790px;

    font-size:15px;
}


/* =========================================================
   FEATURE CARDS
   ========================================================= */

.about-rich .about-feature-grid {
    display:grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    gap:16px;

    padding-top:14px;
    padding-bottom:82px;
}

.about-rich .about-feature-card {
    position:relative;

    min-height:260px;

    display:grid;

    grid-template-columns:
        56px minmax(0,1fr) 104px;

    gap:18px;

    align-items:center;

    padding:25px;

    overflow:hidden;

    border:
        1px solid
        var(--about-border);

    border-radius:18px;

    background:
        linear-gradient(
            145deg,
            var(--about-card-strong),
            var(--about-card)
        );
}

.about-rich .about-feature-icon,
.about-rich .about-audience-icon {
    width:52px;
    height:52px;

    display:flex;

    align-items:center;
    justify-content:center;

    border:
        1px solid
        rgba(217,170,82,.35);

    border-radius:50%;

    color:var(--about-accent);

    font-size:19px;

    background:
        rgba(217,170,82,.055);
}

.about-rich .about-feature-copy h2 {
    margin:9px 0 9px;

    font-size:22px;
    line-height:1.05;
}

.about-rich .about-feature-copy p {
    margin:0;

    font-size:13px;
    line-height:1.65;
}

.about-rich .about-mini-kicker {
    font-size:8px;
}

.about-rich .about-card-visual {
    width:104px;
    height:145px;

    border-radius:13px;

    background-size:cover;
    background-position:center;

    box-shadow:
        0 15px 30px
        rgba(0,0,0,.18);
}


/* =========================================================
   SHARED SECTION HEADING
   ========================================================= */

.about-rich .about-section-heading {
    max-width:770px;

    margin-bottom:34px;
}

.about-rich .about-section-heading h2 {
    margin:13px 0 14px;

    font-size:clamp(34px,4vw,54px);
    line-height:1.05;
    letter-spacing:-.035em;
}

.about-rich .about-section-heading p {
    max-width:680px;

    margin:0;

    font-size:15px;
}


/* =========================================================
   WHY VIDEURO
   ========================================================= */

.about-rich .about-story-split {
    display:grid;

    grid-template-columns:
        minmax(0,.90fr)
        minmax(0,1.10fr);

    gap:76px;

    align-items:center;

    padding-top:96px;
    padding-bottom:96px;

    border-top:
        1px solid
        rgba(127,127,127,.18);
}

.about-rich .about-story-image {
    position:relative;
}

.about-rich .about-story-photo {
    min-height:520px;

    border-radius:22px;

    background-size:cover;
    background-position:center;
}

.about-rich .about-story-badge {
    position:absolute;

    left:20px;
    bottom:20px;

    padding:10px 13px;

    border:
        1px solid
        rgba(255,255,255,.18);

    border-radius:999px;

    color:#fff;

    background:
        rgba(8,13,16,.68);

    backdrop-filter:blur(12px);

    font-size:9px;
    font-weight:700;

    letter-spacing:.15em;
}

.about-rich .about-story-copy h2,
.about-rich .about-wide-copy h2,
.about-rich .about-community-copy h2,
.about-rich .about-europe-copy h2 {
    margin:14px 0 24px;

    font-size:clamp(36px,4vw,56px);
    line-height:1.04;
    letter-spacing:-.04em;
}

.about-rich .about-story-copy p,
.about-rich .about-wide-copy p,
.about-rich .about-community-copy p,
.about-rich .about-europe-copy p {
    max-width:610px;

    margin-bottom:17px;

    font-size:15px;
}


/* =========================================================
   PROCESS
   ========================================================= */

.about-rich .about-process {
    padding-top:92px;
    padding-bottom:100px;
}

.about-rich .about-process-grid {
    display:grid;

    grid-template-columns:
        repeat(4,minmax(0,1fr));

    gap:12px;
}

.about-rich .about-process-grid article {
    min-height:270px;

    padding:26px;

    border:
        1px solid
        rgba(127,127,127,.20);

    border-radius:16px;

    background:
        var(--about-card);
}

.about-rich .about-step-number {
    display:inline-flex;

    margin-bottom:46px;

    color:var(--about-accent);

    font-size:12px;
    font-weight:700;

    letter-spacing:.12em;
}

.about-rich .about-process-grid h3 {
    margin-bottom:12px;

    font-size:22px;
}

.about-rich .about-process-grid p {
    margin:0;

    font-size:13px;
}


/* =========================================================
   BEYOND LANDMARKS
   ========================================================= */

.about-rich .about-wide-story {
    display:grid;

    grid-template-columns:
        minmax(0,1fr)
        minmax(0,1fr);

    gap:16px;

    padding-top:70px;
    padding-bottom:100px;
}

.about-rich .about-wide-copy {
    padding:50px;

    border:
        1px solid
        rgba(127,127,127,.20);

    border-radius:22px;
}

.about-rich .about-wide-image {
    position:relative;

    min-height:590px;

    border-radius:22px;

    background-size:cover;
    background-position:center;

    overflow:hidden;
}

.about-rich .about-image-quote {
    position:absolute;

    left:34px;
    right:34px;
    bottom:34px;

    color:#fff;
}

.about-rich .about-image-quote span {
    display:block;

    margin-bottom:10px;

    font-size:9px;
    font-weight:700;

    letter-spacing:.18em;
}

.about-rich .about-image-quote strong {
    display:block;

    max-width:430px;

    font-size:30px;
    line-height:1.12;
}


/* =========================================================
   AUDIENCE
   ========================================================= */

.about-rich .about-audience {
    padding-top:90px;
    padding-bottom:100px;

    border-top:
        1px solid
        rgba(127,127,127,.18);
}

.about-rich .about-audience-grid {
    display:grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    gap:16px;
}

.about-rich .about-audience-grid article {
    padding:34px;

    border:
        1px solid
        var(--about-border);

    border-radius:18px;
}

.about-rich .about-audience-grid article > span {
    display:block;

    margin:28px 0 10px;

    color:var(--about-accent);

    font-size:9px;
    font-weight:700;

    letter-spacing:.16em;
}

.about-rich .about-audience-grid h3 {
    margin-bottom:15px;

    font-size:26px;
    line-height:1.1;
}

.about-rich .about-audience-grid p {
    margin:0;

    font-size:13px;
}


/* =========================================================
   EUROPE IDENTITY
   ========================================================= */

.about-rich .about-europe {
    display:grid;

    grid-template-columns:
        minmax(0,1.05fr)
        minmax(0,.95fr);

    min-height:620px;

    padding-top:0;
    padding-bottom:0;

    margin-top:30px;
    margin-bottom:110px;

    overflow:hidden;

    border:
        1px solid
        rgba(127,127,127,.20);

    border-radius:24px;
}

.about-rich .about-europe-image {
    min-height:620px;

    background-size:cover;
    background-position:center;
}

.about-rich .about-europe-copy {
    padding:58px;

    align-self:center;
}


/* =========================================================
   VALUES
   ========================================================= */

.about-rich .about-values {
    padding-top:82px;
    padding-bottom:100px;
}

.about-rich .about-values-grid {
    display:grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    gap:12px;
}

.about-rich .about-values-grid article {
    min-height:225px;

    padding:26px;

    border:
        1px solid
        rgba(127,127,127,.18);

    border-radius:14px;
}

.about-rich .about-values-grid article > span {
    display:block;

    margin-bottom:35px;

    color:var(--about-accent);

    font-size:10px;
    font-weight:700;
}

.about-rich .about-values-grid h3 {
    margin-bottom:11px;

    font-size:19px;
}

.about-rich .about-values-grid p {
    margin:0;

    font-size:12px;
}


/* =========================================================
   COMMUNITY
   ========================================================= */

.about-rich .about-community {
    display:grid;

    grid-template-columns:
        minmax(0,1.25fr)
        minmax(320px,.75fr);

    gap:70px;

    align-items:center;

    padding-top:100px;
    padding-bottom:100px;

    border-top:
        1px solid
        rgba(127,127,127,.18);
}

.about-rich .about-community-statements {
    display:grid;

    gap:10px;
}

.about-rich .about-community-statements > div {
    padding:22px 24px;

    border:
        1px solid
        rgba(127,127,127,.18);

    border-radius:13px;
}

.about-rich .about-community-statements strong {
    display:block;

    margin-bottom:5px;

    font-size:17px;
}

.about-rich .about-community-statements span {
    display:block;

    color:var(--about-muted);

    font-size:12px;
    line-height:1.55;
}


/* =========================================================
   VISION
   ========================================================= */

.about-rich .about-vision {
    padding-top:120px;
    padding-bottom:120px;

    text-align:center;

    border-top:
        1px solid
        rgba(127,127,127,.18);
}

.about-rich .about-vision > h2 {
    max-width:880px;

    margin:15px auto 24px;

    font-size:clamp(42px,5vw,68px);
    line-height:1.02;
    letter-spacing:-.045em;
}

.about-rich .about-vision > p {
    max-width:700px;

    margin:0 auto 42px;

    font-size:16px;
}

.about-rich .about-questions {
    max-width:900px;

    margin:
        0 auto
        48px;

    display:flex;
    flex-wrap:wrap;

    justify-content:center;

    gap:8px;
}

.about-rich .about-questions span {
    padding:10px 14px;

    border:
        1px solid
        rgba(127,127,127,.20);

    border-radius:999px;

    color:var(--about-muted);

    font-size:12px;
}

.about-rich .about-vision > h3 {
    max-width:780px;

    margin:0 auto;

    color:var(--about-accent);

    font-size:28px;
    line-height:1.25;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.about-rich .about-final-cta {
    display:flex;

    align-items:flex-end;
    justify-content:space-between;

    gap:40px;

    margin-bottom:90px;

    padding:44px 46px;

    border:
        1px solid
        var(--about-border);

    border-radius:20px;

    background:
        linear-gradient(
            135deg,
            rgba(217,170,82,.08),
            rgba(255,255,255,.015)
        );
}

.about-rich .about-final-cta h2 {
    margin:9px 0 10px;

    font-size:43px;
    letter-spacing:-.035em;
}

.about-rich .about-final-cta p {
    max-width:570px;

    margin:0;
}

.about-rich .about-final-actions {
    display:flex;

    flex-wrap:wrap;

    align-items:center;
    justify-content:flex-end;

    gap:10px;
}

.about-rich .about-text-link {
    padding:10px 7px;

    color:inherit;

    font-size:12px;
    font-weight:600;

    text-decoration:none;
}


/* =========================================================
   LIGHT MODE
   ========================================================= */

html[data-theme="light"] .about-rich,
body.light-mode .about-rich,
body.theme-light .about-rich,
body:has(.site-header.vh-light) .about-rich {

    --about-muted:#49545a;
    --about-border:rgba(125,92,28,.24);
    --about-card:#ffffff;
    --about-card-strong:#faf8f4;
}

html[data-theme="light"] .about-rich h1,
html[data-theme="light"] .about-rich h2,
html[data-theme="light"] .about-rich h3,
body.light-mode .about-rich h1,
body.light-mode .about-rich h2,
body.light-mode .about-rich h3,
body:has(.site-header.vh-light) .about-rich h1,
body:has(.site-header.vh-light) .about-rich h2,
body:has(.site-header.vh-light) .about-rich h3 {

    color:#111820 !important;
}

html[data-theme="light"] .about-rich p,
body.light-mode .about-rich p,
body:has(.site-header.vh-light) .about-rich p {

    color:#49545a !important;
}

html[data-theme="light"] .about-rich .about-process-grid article,
html[data-theme="light"] .about-rich .about-audience-grid article,
html[data-theme="light"] .about-rich .about-values-grid article,
html[data-theme="light"] .about-rich .about-community-statements > div,
body:has(.site-header.vh-light) .about-rich .about-process-grid article,
body:has(.site-header.vh-light) .about-rich .about-audience-grid article,
body:has(.site-header.vh-light) .about-rich .about-values-grid article,
body:has(.site-header.vh-light) .about-rich .about-community-statements > div {

    background:#fff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:980px) {

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

    .about-rich .about-feature-card {
        grid-template-columns:
            56px 1fr 130px;
    }

    .about-rich .about-story-split,
    .about-rich .about-wide-story,
    .about-rich .about-europe,
    .about-rich .about-community {
        grid-template-columns:1fr;
    }

    .about-rich .about-process-grid {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }

    .about-rich .about-audience-grid,
    .about-rich .about-values-grid {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }

    .about-rich .about-europe-image {
        min-height:420px;
    }

    .about-rich .about-final-cta {
        align-items:flex-start;
        flex-direction:column;
    }

    .about-rich .about-final-actions {
        justify-content:flex-start;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:640px) {

    .about-rich .section {
        padding-left:18px;
        padding-right:18px;
    }

    .about-rich .about-intro {
        padding-top:58px;
        padding-bottom:35px;
    }

    .about-rich .about-feature-card {
        grid-template-columns:
            44px minmax(0,1fr);

        min-height:auto;

        padding:20px;
    }

    .about-rich .about-card-visual {
        grid-column:1 / -1;

        width:100%;
        height:190px;
    }

    .about-rich .about-story-split {
        gap:30px;

        padding-top:68px;
        padding-bottom:68px;
    }

    .about-rich .about-story-photo {
        min-height:380px;
    }

    .about-rich .about-process-grid,
    .about-rich .about-audience-grid,
    .about-rich .about-values-grid {
        grid-template-columns:1fr;
    }

    .about-rich .about-process-grid article {
        min-height:auto;
    }

    .about-rich .about-step-number {
        margin-bottom:24px;
    }

    .about-rich .about-wide-copy,
    .about-rich .about-europe-copy {
        padding:28px;
    }

    .about-rich .about-wide-image {
        min-height:420px;
    }

    .about-rich .about-audience-grid article {
        padding:27px;
    }

    .about-rich .about-europe {
        margin-left:18px;
        margin-right:18px;
    }

    .about-rich .about-europe-image {
        min-height:330px;
    }

    .about-rich .about-community {
        gap:32px;
    }

    .about-rich .about-vision {
        padding-top:80px;
        padding-bottom:80px;
    }

    .about-rich .about-final-cta {
        margin-left:18px;
        margin-right:18px;

        padding:30px 24px;
    }

    .about-rich .about-final-actions {
        width:100%;
    }

    .about-rich .about-final-actions .button {
        flex:1;
        justify-content:center;
    }
}



/* =========================================================
   ABOUT — TOP 3 FEATURE CARDS FINAL DESIGN
   ONLY THIS BLOCK
   ========================================================= */

.about-rich .about-feature-grid {
    display:grid !important;

    grid-template-columns:
        repeat(3,minmax(0,1fr)) !important;

    gap:20px !important;

    align-items:stretch !important;

    padding-top:18px !important;
    padding-bottom:82px !important;
}


/* CARD */

.about-rich .about-feature-card {
    display:grid !important;

    grid-template-columns:
        58px minmax(0,1fr) !important;

    grid-template-rows:
        158px auto !important;

    grid-template-areas:
        "visual visual"
        "icon copy" !important;

    gap:0 !important;

    min-height:0 !important;
    height:auto !important;

    padding:0 !important;

    overflow:hidden !important;

    border:
        1px solid
        rgba(217,170,82,.32) !important;

    border-radius:18px !important;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.015)
        ) !important;

    box-shadow:
        0 18px 45px
        rgba(0,0,0,.10) !important;
}


/* IMAGE — FULL WIDTH TOP */

.about-rich .about-feature-card
.about-card-visual {

    grid-area:visual !important;

    width:100% !important;
    height:158px !important;

    min-width:0 !important;

    margin:0 !important;

    border-radius:0 !important;

    background-size:cover !important;
    background-position:center !important;

    box-shadow:none !important;
}


/* ICON */

.about-rich .about-feature-card
.about-feature-icon {

    grid-area:icon !important;

    width:44px !important;
    height:44px !important;

    margin:
        26px 0
        28px 22px !important;

    align-self:start !important;

    border:
        1px solid
        rgba(217,170,82,.38) !important;

    border-radius:50% !important;

    font-size:16px !important;

    background:
        rgba(217,170,82,.055) !important;
}


/* COPY */

.about-rich .about-feature-card
.about-feature-copy {

    grid-area:copy !important;

    min-width:0 !important;

    padding:
        23px 26px
        27px 17px !important;
}


/* SMALL CATEGORY */

.about-rich .about-feature-card
.about-mini-kicker {

    margin:0 0 8px !important;

    font-size:8px !important;
    line-height:1.3 !important;

    letter-spacing:.18em !important;
}


/* TITLE */

.about-rich .about-feature-card
.about-feature-copy h2 {

    margin:
        0 0 10px !important;

    max-width:none !important;

    font-size:22px !important;
    line-height:1.08 !important;

    letter-spacing:-.025em !important;

    font-weight:700 !important;
}


/* DESCRIPTION */

.about-rich .about-feature-card
.about-feature-copy p {

    margin:0 !important;

    max-width:none !important;

    font-size:12.5px !important;
    line-height:1.60 !important;

    opacity:.84 !important;
}


/* SUBTLE HOVER */

@media (hover:hover) {

    .about-rich .about-feature-card {
        transition:
            transform .22s ease,
            border-color .22s ease,
            box-shadow .22s ease !important;
    }

    .about-rich .about-feature-card:hover {

        transform:
            translateY(-3px) !important;

        border-color:
            rgba(217,170,82,.52) !important;

        box-shadow:
            0 22px 54px
            rgba(0,0,0,.16) !important;
    }

    .about-rich .about-feature-card
    .about-card-visual {

        transition:
            transform .45s ease !important;
    }

    .about-rich .about-feature-card:hover
    .about-card-visual {

        transform:
            scale(1.025) !important;
    }
}


/* =========================================================
   LIGHT MODE
   ========================================================= */

html[data-theme="light"]
.about-rich .about-feature-card,

body.light-mode
.about-rich .about-feature-card,

body.theme-light
.about-rich .about-feature-card,

body:has(.site-header.vh-light)
.about-rich .about-feature-card {

    background:#ffffff !important;

    border-color:
        rgba(145,111,46,.25) !important;

    box-shadow:
        0 18px 42px
        rgba(20,25,30,.055) !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:980px) {

    .about-rich .about-feature-grid {

        grid-template-columns:1fr !important;

        max-width:720px !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }

    .about-rich .about-feature-card {

        grid-template-rows:
            220px auto !important;
    }

    .about-rich .about-feature-card
    .about-card-visual {

        height:220px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:640px) {

    .about-rich .about-feature-grid {
        gap:15px !important;
    }

    .about-rich .about-feature-card {

        grid-template-columns:
            52px minmax(0,1fr) !important;

        grid-template-rows:
            190px auto !important;
    }

    .about-rich .about-feature-card
    .about-card-visual {

        height:190px !important;
    }

    .about-rich .about-feature-card
    .about-feature-icon {

        width:40px !important;
        height:40px !important;

        margin:
            22px 0
            24px 18px !important;
    }

    .about-rich .about-feature-card
    .about-feature-copy {

        padding:
            20px 20px
            24px 14px !important;
    }

    .about-rich .about-feature-card
    .about-feature-copy h2 {

        font-size:21px !important;
    }
}



/* =========================================================
   ABOUT PAGE — LIGHT MODE TEXT FINAL LOCK
   Normal content = dark
   Text over images = white
   ========================================================= */


/* ---------------------------------------------------------
   MAIN LIGHT-MODE TEXT
   --------------------------------------------------------- */

html[data-theme="light"] .about-rich,
body.light-mode .about-rich,
body.theme-light .about-rich,
body[data-page="about"]:has(.site-header.vh-light) .about-rich {

    color:#111820 !important;
    -webkit-text-fill-color:#111820 !important;
}


/* ALL NORMAL HEADINGS */

html[data-theme="light"] .about-rich h1,
html[data-theme="light"] .about-rich h2,
html[data-theme="light"] .about-rich h3,

body.light-mode .about-rich h1,
body.light-mode .about-rich h2,
body.light-mode .about-rich h3,

body.theme-light .about-rich h1,
body.theme-light .about-rich h2,
body.theme-light .about-rich h3,

body[data-page="about"]:has(.site-header.vh-light) .about-rich h1,
body[data-page="about"]:has(.site-header.vh-light) .about-rich h2,
body[data-page="about"]:has(.site-header.vh-light) .about-rich h3 {

    color:#111820 !important;
    -webkit-text-fill-color:#111820 !important;

    opacity:1 !important;
    visibility:visible !important;

    text-shadow:none !important;
    mix-blend-mode:normal !important;
}


/* ALL NORMAL PARAGRAPHS */

html[data-theme="light"] .about-rich p,
body.light-mode .about-rich p,
body.theme-light .about-rich p,
body[data-page="about"]:has(.site-header.vh-light) .about-rich p {

    color:#39464d !important;
    -webkit-text-fill-color:#39464d !important;

    opacity:1 !important;
    visibility:visible !important;

    text-shadow:none !important;
}


/* ---------------------------------------------------------
   TOP 3 FEATURE CARDS
   --------------------------------------------------------- */

html[data-theme="light"] .about-rich .about-feature-copy,
html[data-theme="light"] .about-rich .about-feature-copy h2,
html[data-theme="light"] .about-rich .about-feature-copy p,

body.light-mode .about-rich .about-feature-copy,
body.light-mode .about-rich .about-feature-copy h2,
body.light-mode .about-rich .about-feature-copy p,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-feature-copy,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-feature-copy h2,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-feature-copy p {

    color:#111820 !important;
    -webkit-text-fill-color:#111820 !important;

    opacity:1 !important;
    visibility:visible !important;
}


/* ---------------------------------------------------------
   WHY VIDEURO / STORY COPY
   --------------------------------------------------------- */

html[data-theme="light"] .about-rich .about-story-copy,
html[data-theme="light"] .about-rich .about-story-copy h2,
html[data-theme="light"] .about-rich .about-story-copy p,
html[data-theme="light"] .about-rich .about-story-copy strong,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-story-copy,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-story-copy h2,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-story-copy p,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-story-copy strong {

    color:#111820 !important;
    -webkit-text-fill-color:#111820 !important;

    opacity:1 !important;
    visibility:visible !important;
}


/* ---------------------------------------------------------
   HOW IT WORKS CARDS
   --------------------------------------------------------- */

html[data-theme="light"] .about-rich .about-process-grid article,
body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-process-grid article {

    background:#ffffff !important;

    color:#111820 !important;
    -webkit-text-fill-color:#111820 !important;
}

html[data-theme="light"] .about-rich .about-process-grid h3,
html[data-theme="light"] .about-rich .about-process-grid p,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-process-grid h3,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-process-grid p {

    color:#111820 !important;
    -webkit-text-fill-color:#111820 !important;

    opacity:1 !important;
}


/* ---------------------------------------------------------
   BEYOND LANDMARKS LEFT TEXT BOX
   --------------------------------------------------------- */

html[data-theme="light"] .about-rich .about-wide-copy,
html[data-theme="light"] .about-rich .about-wide-copy h2,
html[data-theme="light"] .about-rich .about-wide-copy p,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-wide-copy,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-wide-copy h2,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-wide-copy p {

    color:#111820 !important;
    -webkit-text-fill-color:#111820 !important;

    opacity:1 !important;
    visibility:visible !important;
}


/* ---------------------------------------------------------
   AUDIENCE CARDS
   --------------------------------------------------------- */

html[data-theme="light"] .about-rich .about-audience-grid article,
body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-audience-grid article {

    background:#ffffff !important;
}

html[data-theme="light"] .about-rich .about-audience-grid h3,
html[data-theme="light"] .about-rich .about-audience-grid p,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-audience-grid h3,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-audience-grid p {

    color:#111820 !important;
    -webkit-text-fill-color:#111820 !important;

    opacity:1 !important;
}


/* ---------------------------------------------------------
   EUROPE IDENTITY
   --------------------------------------------------------- */

html[data-theme="light"] .about-rich .about-europe-copy,
html[data-theme="light"] .about-rich .about-europe-copy h2,
html[data-theme="light"] .about-rich .about-europe-copy p,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-europe-copy,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-europe-copy h2,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-europe-copy p {

    color:#111820 !important;
    -webkit-text-fill-color:#111820 !important;

    opacity:1 !important;
}


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

html[data-theme="light"] .about-rich .about-values-grid article,
body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-values-grid article {

    background:#ffffff !important;
}

html[data-theme="light"] .about-rich .about-values-grid h3,
html[data-theme="light"] .about-rich .about-values-grid p,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-values-grid h3,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-values-grid p {

    color:#111820 !important;
    -webkit-text-fill-color:#111820 !important;

    opacity:1 !important;
}


/* ---------------------------------------------------------
   COMMUNITY
   --------------------------------------------------------- */

html[data-theme="light"] .about-rich .about-community-copy,
html[data-theme="light"] .about-rich .about-community-copy h2,
html[data-theme="light"] .about-rich .about-community-copy p,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-community-copy,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-community-copy h2,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-community-copy p {

    color:#111820 !important;
    -webkit-text-fill-color:#111820 !important;
}


html[data-theme="light"]
.about-rich .about-community-statements strong,

html[data-theme="light"]
.about-rich .about-community-statements span,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-community-statements strong,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-community-statements span {

    color:#111820 !important;
    -webkit-text-fill-color:#111820 !important;

    opacity:1 !important;
}


/* ---------------------------------------------------------
   VISION + FINAL CTA
   --------------------------------------------------------- */

html[data-theme="light"] .about-rich .about-vision h2,
html[data-theme="light"] .about-rich .about-vision h3,
html[data-theme="light"] .about-rich .about-vision p,
html[data-theme="light"] .about-rich .about-questions span,
html[data-theme="light"] .about-rich .about-final-cta h2,
html[data-theme="light"] .about-rich .about-final-cta p,
html[data-theme="light"] .about-rich .about-text-link,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-vision h2,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-vision h3,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-vision p,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-questions span,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-final-cta h2,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-final-cta p,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-text-link {

    color:#111820 !important;
    -webkit-text-fill-color:#111820 !important;

    opacity:1 !important;
}


/* ---------------------------------------------------------
   GOLD KICKERS STAY GOLD
   --------------------------------------------------------- */

html[data-theme="light"] .about-rich .about-kicker,
html[data-theme="light"] .about-rich .about-mini-kicker,
html[data-theme="light"] .about-rich .about-step-number,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-kicker,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-mini-kicker,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-step-number {

    color:#9b6810 !important;
    -webkit-text-fill-color:#9b6810 !important;

    opacity:1 !important;
}


/* =========================================================
   IMPORTANT:
   TEXT THAT IS DIRECTLY ON PHOTOS MUST STAY WHITE
   ========================================================= */

html[data-theme="light"]
.about-rich .about-story-badge,

html[data-theme="light"]
.about-rich .about-image-quote,

html[data-theme="light"]
.about-rich .about-image-quote span,

html[data-theme="light"]
.about-rich .about-image-quote strong,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-story-badge,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-image-quote,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-image-quote span,

body[data-page="about"]:has(.site-header.vh-light)
.about-rich .about-image-quote strong {

    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;

    opacity:1 !important;
    visibility:visible !important;
}

