@media (max-width: 1199px) {
    .hero-grid,
    .two-col-grid,
    .footer-top {
        grid-template-columns: 1fr;
    }

    .card-grid.three-col,
    .footer-links-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-metrics {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 991px) {
    .main-nav {
        position: absolute;
        top: 92px;
        left: 0;
        width: 100%;
        background: rgba(9, 10, 15, 0.98);
        border-top: 1px solid var(--white-05);
        border-bottom: 1px solid var(--white-05);
        display: none;
        padding: 20px;
    }

    .main-nav.active {
        display: block;
    }

    .main-nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .mobile-nav-toggle {
        display: flex;
    }

        .nav-cta {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .nav-cta .btn {
        display: none;
    }

    .hero-section {
        min-height: auto;
        padding: 140px 0 80px;
    }

    .pillars-grid,
    .card-grid.three-col {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .container {
        width: min(100% - 24px, var(--container));
    }

    .section,
    .inner-page-banner {
        padding: 72px 0;
    }

    .main-content {
        padding-top: 84px;
    }

    .nav-container {
        min-height: 84px;
    }

    .brand-title {
        font-size: 11px;
    }

    .brand-subtitle {
        font-size: 10px;
    }

    .hero-copy h1 {
        margin-bottom: 18px;
    }

    .hero-text {
        font-size: 16px;
    }

    .hero-actions,
    .cta-actions {
        align-items: center;
        justify-content: center;
    }

    .hero-actions .btn,
    .cta-actions .btn {
        width: auto;
        min-width: 220px;
    }

    .hero-panel-card,
    .feature-card,
    .info-card,
    .cta-box {
        padding: 22px;
    }

    .portrait-placeholder {
        min-height: 360px;
    }

    .footer-links-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1199px) {
    .card-grid.four-col,
    .initiative-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .statement-card h3,
    .quote-card h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .inner-hero {
        padding: 100px 0 70px;
    }

    .card-grid.four-col,
    .initiative-grid {
        grid-template-columns: 1fr;
    }

    .principle-card,
    .initiative-card {
        min-height: auto;
    }

    .highlight-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .highlight-row p {
        font-size: 18px;
    }

    .seal-inner {
        width: 280px;
        height: 280px;
    }

    .seal-inner span {
        font-size: 54px;
    }

    .portrait-placeholder.large {
        min-height: 420px;
    }
}

@media (max-width: 1199px) {
    .instability-grid,
    .initiative-showcase-grid {
        grid-template-columns: 1fr 1fr;
    }

    .intro-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991px) {
    .instability-grid,
    .initiative-showcase-grid,
    .horizon-timeline {
        grid-template-columns: 1fr;
    }

    .large-initiative {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .mini-grid {
        grid-template-columns: 1fr;
    }

    .orbital {
        width: 100%;
    }

    .axis-label {
        display: none;
    }

    .core {
        width: 82px;
        height: 82px;
    }

    .final-cta-section {
        padding: 64px 0;
    }
}

/* ===============================
   RESPONSIVE PREMIUM FIX
================================ */

@media (max-width: 1199px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero-panel-card {
        margin-left: 0;
        max-width: 620px;
    }

    .instability-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .intro-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991px) {
    .main-nav {
        top: 82px;
        background: rgba(3, 5, 10, 0.98);
        border-top: 1px solid rgba(75, 95, 120, 0.16);
        border-bottom: 1px solid rgba(75, 95, 120, 0.16);
    }

    .nav-container {
        width: min(100% - 36px, var(--container));
        min-height: 82px;
    }

    .brand-logo {
        min-width: 0;
    }

    .hero-section {
        min-height: auto;
        padding: 54px 0 60px;
    }

    .hero-copy h1 {
        font-size: clamp(46px, 8vw, 64px);
    }

    .section {
        padding: 58px 0;
    }

    .initiative-showcase-grid,
    .horizon-timeline {
        grid-template-columns: 1fr;
    }

    .large-initiative {
        min-height: 260px;
    }
}

@media (max-width: 767px) {
    .main-content {
        padding-top: 72px;
    }

    .nav-container {
        width: min(100% - 24px, var(--container));
        min-height: 72px;
        gap: 12px;
    }

    .brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        font-size: 10px;
    }

    .brand-title {
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .brand-subtitle {
        display: none;
    }

    .main-nav {
        top: 72px;
        padding: 18px;
    }

    .main-nav ul {
        gap: 16px;
    }

    .main-nav a {
        font-size: 14px;
    }

    .language-dropdown {
        height: 40px;
    }

    .language-toggle {
        height: 40px;
        min-width: auto;
        padding: 0 13px;
        font-size: 12px;
        line-height: 40px;
    }

    .nav-cta {
        gap: 8px;
    }

    .hero-section {
        padding: 42px 0 52px;
        background-position: center;
    }

    .hero-copy h1 {
        font-size: clamp(38px, 11vw, 52px);
        line-height: 1;
    }

    .hero-copy h1 br {
        display: none;
    }

    .hero-text {
        font-size: 15px;
    }

    .hero-panel-card {
        padding: 22px;
        border-radius: 20px;
    }

    .instability-grid {
        grid-template-columns: 1fr;
    }

    .problem-card {
        min-height: auto;
    }

    .section {
        padding: 50px 0;
    }

    .section-heading {
        margin-bottom: 26px;
    }

    .mini-grid {
        grid-template-columns: 1fr;
    }

    .portrait-placeholder {
        min-height: 320px;
    }

    .final-cta-section {
        padding: 54px 0;
    }
}

@media (max-width: 767px) {
    .final-cta-section .cta-actions,
    .final-cta-section .hero-actions,
    .final-cta-section div[class*="actions"] {
        flex-direction: column !important;
        align-items: center !important;
    }

    .final-cta-section .btn {
        width: 100% !important;
        max-width: 260px !important;
    }
}

@media (max-width: 767px) {

    .founder-image {
        height: 420px;
    }

    .founder-image-wrap {
        border-radius: 24px;
    }
}

/* About Page Responsive */

@media (max-width: 1199px) {
    .about-governance-head,
    .about-founder-grid {
        gap: 42px;
    }
}

@media (max-width: 991px) {
    .about-transition-grid,
    .about-governance-head,
    .about-principles-grid,
    .about-founder-grid,
    .about-vision-cards {
        grid-template-columns: 1fr;
    }

    .about-transition-grid {
        gap: 34px;
        text-align: center;
    }

    .about-governance-head {
        gap: 24px;
    }

    .about-governance-head p {
        padding-left: 22px;
    }

    .about-founder-image {
        max-width: 420px;
        margin: 0 auto;
    }

    .about-founder-image img {
        height: 410px;
    }
}

@media (max-width: 767px) {
    .about-hero-v2 {
        padding: 54px 0 58px;
    }

    .about-hero-v2 h1 {
        font-size: clamp(38px, 11vw, 52px);
    }

    .about-hero-v2 p {
        margin-bottom: 30px;
    }

    .about-earth-frame img {
        height: 220px;
    }

    .about-transition-section h2 {
        font-size: 28px;
        margin-bottom: 38px;
    }

    .about-principle-card,
    .about-vision-card {
        padding: 22px;
    }

    .about-founder-section {
        padding: 62px 0;
    }

    .about-founder-image img {
        height: 340px;
    }

    .about-vision-section {
        padding: 62px 0;
    }

    .about-vision-meta {
        gap: 14px;
        margin-bottom: 30px;
    }
}

/* About Page Missing Sections Responsive */

@media (max-width: 1199px) {
    .about-guiding-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-alliance-grid,
    .about-why-grid {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .about-alliance-grid,
    .about-why-grid {
        grid-template-columns: 1fr;
    }

    .about-core-card {
        max-width: 680px;
    }
}

@media (max-width: 767px) {
    .about-guiding-grid {
        grid-template-columns: 1fr;
    }

    .about-core-card,
    .about-guiding-card,
    .about-why-item {
        padding: 22px;
    }

    .about-guiding-card {
        min-height: auto;
    }

    .about-guiding-card > span {
        margin-bottom: 22px;
    }

    .about-why-grid {
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .about-hero-v2 {
        padding: 30px 0 42px !important;
    }

    .about-hero-v2 h1 {
        font-size: clamp(34px, 7vw, 48px) !important;
    }

    .about-earth-frame img {
        height: 240px !important;
    }
}

@media (max-width: 767px) {
    .about-hero-v2 {
        padding: 26px 0 38px !important;
    }

    .about-hero-v2 h1 {
        font-size: clamp(32px, 10vw, 42px) !important;
    }

    .about-earth-frame img {
        height: 190px !important;
    }
}

/* About Hero Compact Reference Responsive */

@media (max-width: 991px) {
    .about-hero-v2 {
        padding: 24px 0 34px !important;
    }

    .about-hero-v2 h1 {
        font-size: clamp(34px, 7vw, 48px) !important;
    }

    .about-earth-frame {
        width: min(760px, 100%) !important;
    }

    .about-earth-frame img {
        height: 330px !important;
    }
}

@media (max-width: 767px) {
    .about-hero-v2 {
        padding: 22px 0 30px !important;
    }

    .about-hero-v2 h1 {
        max-width: 360px !important;
        font-size: clamp(34px, 10.5vw, 42px) !important;
    }

    .about-hero-v2 p {
        max-width: 340px !important;
        margin-bottom: 26px !important;
        font-size: 12.5px !important;
    }

    .about-earth-frame img {
        height: 230px !important;
    }
}

/* Initiatives scoped responsive final */

@media (max-width: 1100px) {
    .initiative-labs-section .cards-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .initiative-strategy-section .strategy-grid {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
    }

    .initiative-strategy-section .planet-wrap {
        width: 100% !important;
        height: 360px !important;
    }
}

@media (max-width: 767px) {
    .initiative-labs-section {
        padding: 56px 0 66px !important;
    }

    .initiative-labs-section .cards-grid {
        width: min(100% - 26px, 980px) !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .initiative-labs-section .initiative-lab-card {
        min-height: auto !important;
        padding: 24px !important;
    }

    .initiative-strategy-section {
        padding: 62px 0 74px !important;
    }

    .initiative-strategy-section .planet-wrap {
        height: 280px !important;
    }

    .initiative-strategy-section .stats {
        gap: 34px !important;
    }
}

/* Founder Final Scoped Responsive */

@media (max-width: 1100px) {
    .fndr-origin-grid,
    .fndr-archive-head,
    .fndr-mission-grid {
        grid-template-columns: 1fr;
    }

    .fndr-origin-empty {
        display: none;
    }

    .fndr-archive-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .fndr-hero {
        min-height: auto;
    }

    .fndr-hero-content {
        padding: 64px 0 78px;
    }

    .fndr-hero h1 {
        font-size: clamp(44px, 12vw, 58px);
    }

    .fndr-origin,
    .fndr-quote,
    .fndr-highlights,
    .fndr-archive,
    .fndr-mission {
        padding: 62px 0;
    }

    .fndr-highlight-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .fndr-archive-grid {
        grid-template-columns: 1fr;
    }

    .fndr-archive-card {
        min-height: auto;
    }
}

/* HOME HERO RESPONSIVE */

@media (max-width: 1024px) {
    .wwa-ap-hero {
        height: auto;
        min-height: auto;
    }

    .wwa-ap-hero-video {
        width: 100%;
        height: 100%;
        left: 0;
        right: auto;
        opacity: 0.30;
    }

    .wwa-ap-hero-blend {
        background:
            radial-gradient(circle at 70% 30%, rgba(13, 91, 126, 0.22), transparent 32%),
            linear-gradient(
                180deg,
                rgba(3,7,17,0.72) 0%,
                #030711 82%
            );
    }

    .wwa-ap-hero-content {
        width: min(100% - 48px, var(--container));
        padding: 62px 0 34px;
        min-height: calc(100vh - 82px);
        align-items: flex-start;
        justify-content: space-between;
        gap: 38px;
    }

    .wwa-ap-hero-copy {
        width: 100%;
        max-width: 720px;
        padding-top: 0;
    }

    .wwa-ap-hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
    }

    .hero-stat {
        justify-content: flex-start;
        border-right: 1px solid rgba(86, 116, 139, 0.28);
        border-bottom: 1px solid rgba(86, 116, 139, 0.20);
    }

    .hero-stat:nth-child(3),
    .hero-stat:last-child {
        border-right: 0;
    }

    .hero-stat:nth-child(n+4) {
        border-bottom: 0;
    }

    .wwa-framework-section {
        padding: 56px 0;
    }

    .wwa-framework-inner {
        width: min(100% - 48px, var(--container));
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .wwa-framework-copy {
        max-width: 650px;
    }

    .framework-diagram {
        width: min(760px, 100%);
        justify-self: center;
    }

    .wwa-moonshots-section {
        padding: 44px 0 38px;
    }

    .wwa-moonshots-inner {
        width: min(100% - 48px, var(--container));
    }

    .moonshots-card-row {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        padding-bottom: 10px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .moonshot-card {
        flex: 0 0 238px;
        scroll-snap-align: start;
    }

    .wwa-alignment-flow-section {
        padding: 52px 0;
    }

    .alignment-flow-inner {
        width: min(100% - 48px, var(--container));
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .alignment-flow-copy {
        max-width: 680px;
    }

    .alignment-flow-graph {
        grid-template-columns: minmax(220px, 1fr) minmax(230px, 0.95fr) minmax(250px, 1fr);
    }

    .alignment-flow-graph-image {
        min-height: auto;
    }

    .flow-lines {
        inset-inline: -126px;
        width: calc(100% + 252px);
    }
}

@media (max-width: 640px) {
    .wwa-ap-hero {
        min-height: auto;
    }

    .wwa-ap-hero-content {
        width: min(100% - 28px, var(--container));
        padding: 38px 0 26px;
        min-height: calc(100vh - 72px);
        gap: 28px;
    }

    .wwa-ap-hero-copy h1 {
        font-size: clamp(34px, 10.7vw, 48px);
        line-height: 1.08;
    }

    .wwa-ap-hero-copy p {
        font-size: 14px;
        line-height: 1.55;
    }

    .wwa-ap-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .wwa-ap-hero-actions .btn {
        width: 100%;
        min-width: 0;
        min-height: 52px;
    }

    .wwa-ap-hero-stats {
        grid-template-columns: 1fr;
        padding: 10px 14px;
    }

    .hero-stat,
    .hero-stat:nth-child(3),
    .hero-stat:last-child,
    .hero-stat:nth-child(n+4) {
        min-height: 56px;
        padding: 8px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(86, 116, 139, 0.22);
    }

    .hero-stat:last-child {
        border-bottom: 0;
    }

    .hero-stat-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        font-size: 17px;
    }

    .wwa-framework-section {
        padding: 42px 0;
    }

    .wwa-framework-inner {
        width: min(100% - 28px, var(--container));
        gap: 26px;
    }

    .wwa-framework-copy .eyebrow {
        font-size: 11px;
        line-height: 1.35;
    }

    .wwa-framework-copy h2 {
        font-size: 34px;
        line-height: 1.06;
    }

    .wwa-framework-copy p {
        font-size: 14px;
        line-height: 1.55;
    }

    .framework-btn {
        width: 100%;
        min-height: 52px;
        font-size: 12px;
    }

    .framework-diagram {
        min-height: 560px;
        aspect-ratio: auto;
    }

    .ring-one {
        width: 260px;
        height: 260px;
    }

    .ring-two {
        width: 330px;
        height: 250px;
    }

    .ring-three {
        width: 360px;
        height: 210px;
    }

    .framework-axis {
        width: 300px;
    }

    .axis-vertical {
        width: 260px;
    }

    .axis-diagonal-one,
    .axis-diagonal-two {
        width: 300px;
    }

    .framework-core {
        width: 124px;
        height: 124px;
    }

    .framework-core strong {
        font-size: 32px;
    }

    .framework-core span {
        font-size: 10px;
    }

    .framework-node {
        width: 170px;
    }

    .framework-node strong {
        font-size: 13px;
    }

    .framework-node small {
        font-size: 10px;
    }

    .node-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .node-top {
        top: 0;
    }

    .node-left {
        left: 0;
        top: 44%;
    }

    .node-right {
        right: 0;
        top: 44%;
    }

    .node-bottom {
        bottom: 0;
    }

    .wwa-moonshots-section {
        padding: 38px 0 32px;
    }

    .wwa-moonshots-inner {
        width: min(100% - 28px, var(--container));
    }

    .wwa-moonshots-head {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 18px;
    }

    .wwa-moonshots-head .eyebrow {
        font-size: 11px;
        line-height: 1.35;
    }

    .wwa-moonshots-head h2 {
        font-size: 32px;
        line-height: 1.06;
    }

    .moonshots-view-link {
        margin-top: 0;
        font-size: 12px;
    }

    .moonshots-card-row {
        margin-right: -14px;
        padding-right: 14px;
    }

    .moonshot-card {
        flex-basis: 244px;
        min-height: 368px;
    }

    .moonshot-card h3 {
        font-size: 14px;
    }

    .moonshot-card p {
        font-size: 12px;
    }

    .wwa-alignment-flow-section {
        padding: 42px 0;
    }

    .alignment-flow-inner {
        width: min(100% - 28px, var(--container));
        gap: 26px;
    }

    .alignment-flow-copy .eyebrow {
        font-size: 11px;
        line-height: 1.35;
    }

    .alignment-flow-copy h2 {
        font-size: 34px;
        line-height: 1.06;
    }

    .alignment-flow-copy p {
        font-size: 14px;
        line-height: 1.55;
    }

    .alignment-flow-btn {
        width: 100%;
        min-height: 52px;
        font-size: 12px;
    }

    .alignment-flow-graph {
        grid-template-columns: 1fr;
        gap: 22px;
        min-height: auto;
    }

    .alignment-core-wrap {
        order: 2;
        min-height: 210px;
    }

    .flow-column-left {
        order: 1;
    }

    .flow-column-right {
        order: 3;
    }

    .flow-column h3 {
        font-size: 12px;
    }

    .flow-point,
    .flow-column-right .flow-point {
        border-radius: 8px;
        font-size: 12px;
    }

    .flow-point::after,
    .flow-column-right .flow-point::after,
    .flow-lines {
        display: none;
    }

    .alignment-flow-graph-image {
        display: block;
        overflow-x: auto;
    }

    .alignment-flow-graph-image img {
        width: 760px;
        max-width: none;
    }

    .alignment-core {
        width: 138px;
        height: 138px;
    }

    .alignment-core-image-wrap {
        min-height: 210px;
    }

    .alignment-core-image {
        width: 180px;
    }

    .wwa-ai-mentor-section {
        padding: 42px 0 84px;
    }

    .ai-mentor-inner {
        width: min(100% - 48px, var(--container));
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .ai-benefit-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 520px;
    }

    .ai-pipeline {
        grid-template-columns: 190px 34px 190px 34px 190px 34px 190px;
        overflow-x: auto;
    }

    .wwa-leadership-section {
        padding: 46px 0 40px;
    }

    .leadership-inner {
        width: min(100% - 48px, var(--container));
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .leadership-quote {
        max-width: 420px;
        margin-top: 8px;
        margin-left: auto;
    }

    .leadership-principles {
        grid-template-columns: repeat(5, minmax(88px, 1fr));
    }

    .wwa-impact-section {
        padding: 44px 0 38px;
    }

    .impact-inner {
        width: min(100% - 48px, var(--container));
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .impact-copy {
        max-width: 720px;
    }

    .wwa-movement-section {
        padding: 42px 0 38px;
    }

    .movement-inner {
        width: min(100% - 48px, var(--container));
    }

    .reference-footer-inner,
    .reference-footer-bottom {
        width: min(100% - 48px, var(--container));
    }

    .reference-footer-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .reference-footer-links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .reference-footer-principle {
        max-width: 560px;
    }

    .ai-mentor-copy .eyebrow {
        font-size: 11px;
        line-height: 1.35;
    }

    .ai-mentor-copy h2 {
        font-size: 34px;
        line-height: 1.06;
    }

    .ai-mentor-copy p {
        font-size: 14px;
        line-height: 1.55;
    }

    .ai-benefit-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 10px;
    }

    .ai-benefit span {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .ai-pipeline {
        display: flex;
        gap: 14px;
        padding: 14px 14px 58px;
        scroll-snap-type: x mandatory;
    }

    .ai-step {
        flex: 0 0 220px;
        scroll-snap-align: start;
    }

    .ai-step-image {
        height: 132px;
    }

    .ai-arrow {
        display: none;
    }

    .ai-pipeline-tagline {
        min-height: 36px;
        padding: 0 12px;
        font-size: 10px;
        letter-spacing: 0.08em;
        text-align: center;
    }

    .wwa-leadership-section {
        padding: 38px 0 34px;
    }

    .leadership-inner {
        width: min(100% - 28px, var(--container));
        min-height: auto;
        gap: 24px;
    }

    .leadership-copy .eyebrow {
        font-size: 11px;
        line-height: 1.35;
    }

    .leadership-copy h2 {
        font-size: 34px;
        line-height: 1.06;
    }

    .leadership-copy p {
        font-size: 14px;
        line-height: 1.55;
    }

    .leadership-principles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 10px;
    }

    .leadership-principle span {
        width: 52px;
        height: 52px;
        font-size: 21px;
    }

    .leadership-quote {
        max-width: none;
        min-height: auto;
        margin: 0;
        padding: 20px;
    }

    .leadership-quote p {
        font-size: 15px;
        line-height: 1.55;
    }

    .leader-figure {
        left: 68%;
        width: 70px;
        height: 190px;
        opacity: 0.72;
    }

    .crowd {
        opacity: 0.50;
    }

    .wwa-impact-section {
        padding: 38px 0 34px;
    }

    .impact-inner {
        width: min(100% - 28px, var(--container));
        gap: 26px;
    }

    .impact-copy .eyebrow {
        font-size: 11px;
        line-height: 1.35;
    }

    .impact-copy h2 {
        font-size: 34px;
        line-height: 1.06;
    }

    .impact-copy p {
        font-size: 14px;
        line-height: 1.55;
    }

    .impact-identity-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 10px;
    }

    .impact-vision h3 {
        font-size: 12px;
        line-height: 1.4;
    }

    .impact-metrics {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .impact-metric {
        flex: 0 0 178px;
        scroll-snap-align: start;
        border-right: 1px solid rgba(86, 116, 139, 0.30);
    }

    .impact-metric span {
        width: 50px;
        height: 50px;
        font-size: 21px;
    }

    .impact-metric strong {
        font-size: 20px;
    }

    .wwa-movement-section {
        padding: 38px 0 34px;
    }

    .movement-inner {
        width: min(100% - 28px, var(--container));
    }

    .movement-inner h2 {
        font-size: 34px;
        line-height: 1.06;
    }

    .movement-inner p {
        font-size: 14px;
        line-height: 1.55;
    }

    .movement-actions {
        gap: 12px;
    }

    .movement-btn {
        width: 100%;
        min-width: 0;
        min-height: 52px;
        font-size: 12px;
    }

    .movement-map {
        background-position: 62% center;
    }

    .reference-footer-inner,
    .reference-footer-bottom {
        width: min(100% - 28px, var(--container));
    }

    .reference-brand-row {
        gap: 13px;
    }

    .reference-footer-brand .footer-mark {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        font-size: 16px;
    }

    .reference-footer-brand h3 {
        font-size: 16px;
        line-height: 1.15;
    }

    .reference-footer-brand p {
        font-size: 12px;
    }

    .reference-footer-links {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .principle-card {
        grid-template-columns: 64px 1fr;
        padding: 0;
        gap: 14px;
    }

    .principle-lotus-img {
        width: 56px;
    }

    .principle-card p {
        font-size: 12px;
    }

    .reference-footer-principle > strong {
        align-self: flex-start;
        font-size: 13px;
    }
}

@media (max-width: 767px) {

    .wwa-ap-hero-content {
        padding-top: 42px;
    }

    .wwa-ap-hero-copy {
        width: 100%;
        max-width: 100%;
    }

    .wwa-ap-hero-copy h1 {
        max-width: 100%;

        line-height: 1.08;
    }

    .wwa-ap-hero-copy p {
        font-size: 15px;
    }

    .wwa-ap-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .wwa-ap-hero-actions .btn {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .program-detail-layout {
        grid-template-columns: 1fr;
    }

    .program-inquiry-card {
        position: relative;
        top: auto;
    }
}

@media (max-width: 767px) {
    .program-meta-grid {
        grid-template-columns: 1fr;
    }

    .cms-video-block video,
    .cms-video-block iframe {
        min-height: 260px;
    }
}

