.values-page {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #F8F9FA;
    color: #4A5568;
}

/* ── Global section scaffolding ──────────────────────────────────────────── */

.values-page__section {
    position: relative;
    padding: 96px 24px;
    /* overflow: hidden; */
}

@media (max-width: 639px) {
    .values-page__section {
        padding: 72px 16px;
    }
}

.values-page__section--alabaster {
    background-color: #FFFFFF;
}

.values-page__section--warm {
    background:
        linear-gradient(180deg, rgba(214, 158, 46, 0.06) 0%, rgba(214, 158, 46, 0.015) 100%),
        #F8F9FA;
}

.values-page__section--stone {
    background:
        linear-gradient(180deg, rgba(26, 54, 93, 0.035) 0%, rgba(26, 54, 93, 0.02) 100%),
        #EEF2F6;
}

.values-page__section--slate {
    background:
        linear-gradient(180deg, #445066 0%, #394457 100%);
}

.values-page__section--deep {
    background:
        radial-gradient(circle at top left, rgba(214, 158, 46, 0.12) 0%, transparent 28%),
        linear-gradient(135deg, #1A365D 0%, #11243D 100%);
}

.values-page__section--pathway {
    background:
        linear-gradient(180deg, rgba(26, 54, 93, 0.045) 0%, rgba(26, 54, 93, 0.015) 100%),
        #F3F6FA;
}

.values-page__section--cta {
    padding-top: 88px;
    padding-bottom: 88px;
}

.values-page__section-header-center {
    text-align: center;
    margin: 0 auto 48px auto;
    max-width: 820px;
    position: relative;
    z-index: 1;
}

.values-page__section-heading {
    font-family: 'Merriweather', serif;
    font-size: clamp(2rem, 1.75rem + 1vw, 2.65rem);
    font-weight: 700;
    line-height: 1.2;
    color: #1A365D;
    margin: 0 0 16px 0;
}

.values-page__section-heading--light {
    color: #F8F9FA;
}

.values-page__section-intro {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #4A5568;
    margin: 0 auto;
    max-width: 760px;
}

.values-page__body-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 17px;
    line-height: 1.85;
    color: #4A5568;
    margin: 0 0 20px 0;
    max-width: 66ch;
}

.values-page__body-text--light {
    color: #E2E8F0;
}

.values-page__text-block {
    width: 100%;
    padding-right: 40px;
}

@media (max-width: 1023px) {
    .values-page__text-block {
        padding-right: 0;
        margin-bottom: 28px;
    }
}

/* ── Links & buttons ─────────────────────────────────────────────────────── */

.values-page__cta,
.values-page__cta-secondary,
.values-page__text-link {
    min-height: 44px;
}

.values-page__cta,
.values-page__cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 180px;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease,
        color 180ms ease,
        border-color 180ms ease;
}

.values-page__cta {
    background-color: #D69E2E;
    color: #1A365D;
    box-shadow: 0 10px 24px rgba(214, 158, 46, 0.22);
}

.values-page__cta:hover,
.values-page__cta:focus-visible {
    background-color: #E0A93A;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(214, 158, 46, 0.28);
}

.values-page__cta-secondary {
    background-color: transparent;
    color: #1A365D;
    border: 1px solid rgba(26, 54, 93, 0.22);
}

.values-page__cta-secondary:hover,
.values-page__cta-secondary:focus-visible {
    border-color: #1A365D;
    transform: translateY(-2px);
    background-color: rgba(26, 54, 93, 0.04);
}

.values-page__cta-secondary--light {
    color: #F8F9FA;
    border-color: rgba(248, 249, 250, 0.28);
}

.values-page__cta-secondary--light:hover,
.values-page__cta-secondary--light:focus-visible {
    background-color: rgba(248, 249, 250, 0.08);
    border-color: rgba(248, 249, 250, 0.48);
}

.values-page__text-link {
    display: inline-flex;
    align-items: center;
    color: #C05621;
    text-decoration: none;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    transition: color 180ms ease, transform 180ms ease;
}

.values-page__text-link:hover,
.values-page__text-link:focus-visible {
    color: #9C4221;
    transform: translateX(2px);
}

.values-page__text-link--light {
    color: #F6E05E;
}

.values-page__text-link--light:hover,
.values-page__text-link--light:focus-visible {
    color: #FFF1A8;
}

.values-page__cta:focus-visible,
.values-page__cta-secondary:focus-visible,
.values-page__text-link:focus-visible {
    outline: 2px solid #D69E2E;
    outline-offset: 3px;
}

/* ── Hero ────────────────────────────────────────────────────────────────── */

.values-page__hero {
    position: relative;
    overflow: hidden;
    padding: 112px 24px 96px 24px;
    background:
        radial-gradient(circle at top right, rgba(214, 158, 46, 0.18) 0%, rgba(214, 158, 46, 0.03) 26%, transparent 54%),
        linear-gradient(135deg, #1A365D 0%, #11243D 100%);
    border-bottom: 4px solid #D69E2E;
}

.values-page__hero-backdrop {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.34;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.05) 0%, transparent 20%),
        radial-gradient(circle at 80% 14%, rgba(214, 158, 46, 0.22) 0%, transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 32%, rgba(0, 0, 0, 0.08) 100%);
}

@media (max-width: 639px) {
    .values-page__hero {
        padding: 88px 16px 72px 16px;
    }
}

.values-page__hero-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 48px;
    align-items: center;
}

@media (max-width: 1023px) {
    .values-page__hero-shell {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

.values-page__hero-content {
    max-width: 700px;
}

.values-page__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    margin: 0 0 20px 0;
    border-radius: 999px;
    background-color: rgba(214, 158, 46, 0.14);
    border: 1px solid rgba(214, 158, 46, 0.22);
    color: #F6E05E;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.values-page__title {
    font-family: 'Merriweather', serif;
    font-size: clamp(2.6rem, 2rem + 2.4vw, 4.25rem);
    font-weight: 700;
    line-height: 1.1;
    color: #F8F9FA;
    margin: 0 0 24px 0;
    max-width: 12ch;
}

.values-page__subtitle {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 21px;
    line-height: 1.75;
    color: #E2E8F0;
    margin: 0 0 18px 0;
    max-width: 680px;
}

.values-page__hero-supporting-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 17px;
    line-height: 1.85;
    color: rgba(248, 249, 250, 0.9);
    margin: 0 0 32px 0;
    max-width: 700px;
}

.values-page__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 28px;
}

.values-page__hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.values-page__hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #E2E8F0;
}

.values-page__hero-pill-icon {
    color: #D69E2E;
    font-size: 14px;
}

.values-page__hero-pill-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 639px) {
    .values-page__hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .values-page__hero-actions .values-page__cta,
    .values-page__hero-actions .values-page__cta-secondary {
        width: 100%;
    }
}

.values-page__hero-visual {
    position: relative;
}

.values-page__hero-image-shell {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-height: 620px;
    box-shadow: 0 24px 54px rgba(10, 18, 32, 0.24);
}

.values-page__hero-image {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    display: block;
}

.values-page__hero-image-shell::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(17, 36, 61, 0.05) 0%, rgba(17, 36, 61, 0.12) 50%, rgba(17, 36, 61, 0.75) 100%);
    pointer-events: none;
}

.values-page__hero-overlay-card {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(26, 54, 93, 0.08);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 18px 40px rgba(10, 18, 32, 0.18);
    backdrop-filter: blur(8px);
}

.values-page__overlay-label {
    margin: 0 0 8px 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #D69E2E;
}

.values-page__overlay-title {
    margin: 0 0 10px 0;
    font-family: 'Merriweather', serif;
    font-size: 24px;
    line-height: 1.3;
    color: #1A365D;
}

.values-page__overlay-text {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #4A5568;
}

/* ── Shared media ────────────────────────────────────────────────────────── */

.values-page__media-image {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(26, 54, 93, 0.12);
}

.values-page__media-image--tall {
    min-height: 620px;
}

.values-page__media-image--guide {
    min-height: 680px;
}

.values-page__media-stack {
    position: relative;
}

.values-page__practice-media,
.values-page__guides-visual,
.values-page__inclusive-visual {
    position: relative;
}

/* ── Feature panel / mini stat block ────────────────────────────────────── */

.values-page__feature-panel {
    width: 100%;
    height: 100%;
}

.values-page__feature-panel-inner {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    box-shadow: 0 18px 36px rgba(26, 54, 93, 0.08);
    padding: 28px;
    height: 100%;
}

.values-page__feature-panel--soft .values-page__feature-panel-inner {
    background:
        linear-gradient(180deg, rgba(214, 158, 46, 0.04) 0%, rgba(214, 158, 46, 0.01) 100%),
        #FFFFFF;
}

.values-page__feature-panel--floating {
    max-width: 92%;
    margin: -72px auto 0 auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 1023px) {
    .values-page__feature-panel--floating {
        max-width: 100%;
        margin-top: 20px;
    }
}

.values-page__mini-stat {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #E2E8F0;
}

.values-page__mini-stat:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.values-page__mini-stat:first-child {
    padding-top: 0;
}

.values-page__mini-stat-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(26, 54, 93, 0.08);
    color: #1A365D;
    font-size: 18px;
}

.values-page__mini-stat-title {
    font-family: 'Merriweather', serif;
    font-size: 19px;
    font-weight: 700;
    color: #1A365D;
    margin: 0 0 8px 0;
}

.values-page__mini-stat-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: #4A5568;
    margin: 0;
}

.values-page__panel-heading {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #1A365D;
    margin: 0 0 16px 0;
}

.values-page__panel-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #4A5568;
    margin: 0;
}

/* ── Shared list styles ─────────────────────────────────────────────────── */

.values-page__check-list,
.values-page__card-list,
.values-page__practice-list {
    margin: 0;
    padding-left: 20px;
}

.values-page__check-list li,
.values-page__card-list li,
.values-page__practice-list li {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #4A5568;
    line-height: 1.75;
    margin-bottom: 10px;
}

.values-page__check-list--light li {
    color: #E2E8F0;
}

.values-page__check-list li:last-child,
.values-page__card-list li:last-child,
.values-page__practice-list li:last-child {
    margin-bottom: 0;
}

/* ── Preamble cards ─────────────────────────────────────────────────────── */

.values-page__card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 32px 28px;
    height: 100%;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
}

.values-page__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(26, 54, 93, 0.09);
    border-color: rgba(214, 158, 46, 0.42);
}

.values-page__card-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(26, 54, 93, 0.06);
    border: 1px solid rgba(214, 158, 46, 0.26);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.values-page__card-icon {
    font-size: 24px;
    color: #1A365D;
}

.values-page__card-title {
    font-family: 'Merriweather', serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    color: #1A365D;
    margin: 0 0 14px 0;
}

.values-page__card-desc {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #4A5568;
    margin: 0 0 18px 0;
}

.values-page__card-list li {
    font-size: 15px;
}

/* ── Practice cards ─────────────────────────────────────────────────────── */

.values-page__practice-content {
    padding-left: 28px;
}

@media (max-width: 1023px) {
    .values-page__practice-content {
        padding-left: 0;
        margin-top: 24px;
    }
}

.values-page__practice-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
}

.values-page__practice-card {
    background-color: #FFFFFF;
    border: 1px solid rgba(26, 54, 93, 0.08);
    border-radius: 14px;
    padding: 24px;
    height: 100%;
    box-shadow: 0 10px 24px rgba(26, 54, 93, 0.05);
}

.values-page__practice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(214, 158, 46, 0.12);
    color: #C05621;
    font-size: 20px;
    margin-bottom: 18px;
}

.values-page__practice-title {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #1A365D;
    margin: 0 0 16px 0;
}

.values-page__practice-list li {
    font-size: 15px;
}

/* ── Quote section ──────────────────────────────────────────────────────── */

.values-page__quote {
    margin: 0;
    padding: 0 12px;
    text-align: center;
    color: #F8F9FA;
}

.values-page__quote-icon {
    display: inline-block;
    font-size: 36px;
    color: #D69E2E;
    opacity: 0.95;
    margin-bottom: 24px;
}

.values-page__quote-text {
    font-family: 'Merriweather', serif;
    font-size: clamp(1.35rem, 1.12rem + 0.9vw, 1.8rem);
    line-height: 1.75;
    font-style: italic;
    font-weight: 300;
    color: #F8F9FA;
    margin: 0 0 28px 0;
}

.values-page__quote-footer {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #E2E8F0;
}

/* ── Three Directions ───────────────────────────────────────────────────── */

.values-page__direction-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 12px 24px rgba(26, 54, 93, 0.05);
}

.values-page__direction-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.values-page__direction-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background-color: rgba(214, 158, 46, 0.12);
    color: #C05621;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.values-page__direction-icon {
    font-size: 20px;
    color: #1A365D;
}

.values-page__direction-title {
    font-family: 'Merriweather', serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    color: #1A365D;
    margin: 0 0 14px 0;
}

.values-page__direction-desc {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #4A5568;
    margin: 0;
}

/* ── Guides section ─────────────────────────────────────────────────────── */

.values-page__guides-content {
    padding-right: 28px;
}

@media (max-width: 1023px) {
    .values-page__guides-content {
        padding-right: 0;
        margin-bottom: 24px;
    }
}

.values-page__guide-note {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(26, 54, 93, 0.08);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 18px 40px rgba(10, 18, 32, 0.18);
}

.values-page__guide-note-title {
    margin: 0;
    font-family: 'Merriweather', serif;
    font-size: 22px;
    line-height: 1.35;
    color: #1A365D;
}

/* ── Pillar values cards ────────────────────────────────────────────────── */

.values-page__pillar-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 24px;
    height: 100%;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
}

.values-page__pillar-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(26, 54, 93, 0.08);
    border-color: rgba(214, 158, 46, 0.32);
}

.values-page__pillar-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.values-page__pillar-card-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1A365D;
    color: #D69E2E;
    font-size: 18px;
}

.values-page__pillar-card-title {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #1A365D;
    margin: 0;
}

.values-page__pillar-card-desc {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: #4A5568;
    margin: 0;
}

/* ── Pathway section ────────────────────────────────────────────────────── */

.values-page__pathway-shell {
    position: relative;
}

.values-page__pathway-image {
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 320px;
    border-radius: 20px;
    box-shadow: 0 16px 34px rgba(26, 54, 93, 0.12);
    margin-bottom: 28px;
}

.values-page__pathway {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

@media (max-width: 1023px) {
    .values-page__pathway {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 639px) {
    .values-page__pathway {
        grid-template-columns: 1fr;
    }
}

.values-page__pathway-step {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 24px;
    height: 100%;
    box-shadow: 0 10px 24px rgba(26, 54, 93, 0.05);
}

.values-page__pathway-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #1A365D;
    color: #F8F9FA;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 16px;
}

.values-page__pathway-title {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #1A365D;
    margin: 0 0 12px 0;
}

.values-page__pathway-desc {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: #4A5568;
    margin: 0;
}

/* ==========================================================================
   Sticky Column Utility (Values Page)
   ========================================================================== */
.values-page__sticky-col {
    position: -webkit-sticky;
    position: sticky;
    top: 120px; /* Adjust based on your header height */
    align-self: flex-start !important;
    height: max-content !important;
    z-index: 10;
    padding-bottom: 24px;
}

@media (max-width: 1023px) {
    .values-page__sticky-col {
        position: static;
        align-self: auto !important;
        height: auto !important;
        padding-bottom: 0;
    }
}

/* ── CTA band ───────────────────────────────────────────────────────────── */

.values-page__cta-band {
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
}

.values-page__cta-title {
    font-family: 'Merriweather', serif;
    font-size: clamp(2rem, 1.75rem + 1vw, 2.8rem);
    font-weight: 700;
    line-height: 1.2;
    color: #F8F9FA;
    margin: 0 0 18px 0;
}

.values-page__cta-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #E2E8F0;
    margin: 0 auto 30px auto;
    max-width: 720px;
}

.values-page__cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

@media (max-width: 639px) {
    .values-page__cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .values-page__cta-actions .values-page__cta,
    .values-page__cta-actions .values-page__cta-secondary {
        width: 100%;
    }
}

/* ── Responsive refinements ─────────────────────────────────────────────── */

@media (max-width: 1023px) {

    .values-page__hero-image-shell,
    .values-page__hero-image {
        min-height: 520px;
    }

    .values-page__media-image--tall,
    .values-page__media-image--guide {
        min-height: auto;
    }
}

@media (max-width: 639px) {
    .values-page__title {
        max-width: none;
    }

    .values-page__subtitle {
        font-size: 18px;
    }

    .values-page__hero-supporting-text,
    .values-page__section-intro,
    .values-page__body-text,
    .values-page__card-desc,
    .values-page__direction-desc,
    .values-page__pillar-card-desc,
    .values-page__pathway-desc,
    .values-page__overlay-text,
    .values-page__mini-stat-text,
    .values-page__panel-text,
    .values-page__cta-text {
        font-size: 15px;
    }

    .values-page__hero-image-shell,
    .values-page__hero-image {
        min-height: 440px;
        border-radius: 16px;
    }

    .values-page__hero-overlay-card,
    .values-page__guide-note {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 18px;
        border-radius: 12px;
    }

    .values-page__feature-panel-inner,
    .values-page__card,
    .values-page__practice-card,
    .values-page__direction-card,
    .values-page__pillar-card,
    .values-page__pathway-step {
        padding: 20px;
        border-radius: 12px;
    }

    .values-page__pathway-image,
    .values-page__media-image {
        border-radius: 14px;
    }
}

/* ── Reduced motion ─────────────────────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {

    .values-page__cta,
    .values-page__cta-secondary,
    .values-page__text-link,
    .values-page__card,
    .values-page__pillar-card {
        transition: none;
    }

    .values-page__cta:hover,
    .values-page__cta-secondary:hover,
    .values-page__text-link:hover,
    .values-page__card:hover,
    .values-page__pillar-card:hover {
        transform: none;
    }
}