@media (max-width: 1180px) {
    .service-hero-copy h1 {
        font-size: 3.8rem;
    }

    .service-experience-hero-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.8fr);
        gap: 2rem;
    }

    body.home-portfolio-page .home-hero h1 {
        font-size: 4.05rem;
    }

    body.home-portfolio-page .belief-copy h2,
    body.home-portfolio-page .section-heading h2,
    body.home-portfolio-page .home-hedge-copy h2 {
        font-size: 4rem;
    }

    body.home-portfolio-page .customer-question p {
        font-size: 3.2rem;
    }

    .hedge-hero-copy h1 {
        font-size: 4rem;
    }

    .principle-orbit-grid,
    .service-shape-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-hero h1 {
        font-size: 4rem;
    }

    .ecosystem-service-strip {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .nav-shell {
        grid-template-columns: auto auto;
    }

    .nav-toggle {
        display: block;
        justify-self: end;
    }

    .nav-cta {
        display: none;
    }

    .primary-nav {
        position: absolute;
        top: 100%;
        left: 1rem;
        right: 1rem;
        display: none;
        max-height: calc(100vh - 100px);
        overflow: auto;
        padding: 0.75rem;
        border: 1px solid var(--color-border);
        border-radius: var(--radius);
        background: #11100c;
        box-shadow: var(--shadow-md);
    }

    .site-header.nav-open .primary-nav {
        display: block;
    }

    .primary-nav ul {
        display: grid;
        gap: 0.25rem;
    }

    .primary-nav a,
    .dropdown-toggle {
        width: 100%;
        justify-content: space-between;
    }

    .dropdown-menu {
        position: static;
        width: 100%;
        margin: 0.3rem 0 0.6rem;
        box-shadow: none;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .services-mega-menu {
        left: auto;
        width: 100%;
        grid-template-columns: 1fr;
        max-height: none;
        overflow: visible;
        padding: 0.7rem;
        transform: none;
    }

    .has-dropdown:hover .services-mega-menu,
    .has-dropdown:focus-within .services-mega-menu,
    .has-dropdown.open .services-mega-menu {
        transform: none;
    }

    .mega-core-services,
    .mega-location-grid {
        grid-template-columns: 1fr;
        max-height: none;
        overflow: visible;
    }

    .primary-nav .mega-service-link {
        min-height: auto;
    }

    .has-dropdown.open .dropdown-menu {
        display: grid;
    }

    .has-dropdown:hover .dropdown-menu {
        display: none;
    }

    .has-dropdown.open:hover .dropdown-menu {
        display: grid;
    }
}

@media (max-width: 980px) {
    .hero-stage,
    .belief-grid,
    .difference-layout,
    .home-hedge-inner,
    .question-layout,
    .reach-layout,
    .hedge-hero-grid,
    .hedge-meaning-grid,
    .ai-human-grid,
    .tool-grid,
    .business-edge-grid,
    .responsible-grid {
        grid-template-columns: 1fr;
    }

    .hedge-grid,
    .two-column,
    .split-panel,
    .contact-preview-grid,
    .contact-layout,
    .case-detail,
    .process-layout,
    .section-heading.split,
    .cta-band-inner,
    .article-layout {
        grid-template-columns: 1fr;
    }

    .home-hero {
        min-height: 0;
        padding: 3.25rem 0;
    }

    .hedge-art-hero {
        padding: 4rem 0;
    }

    .home-hero h1 {
        font-size: 3.4rem;
    }

    .service-cube-visual {
        min-height: 540px;
        max-width: 680px;
    }

    .service-cube-shell {
        width: min(100%, 580px);
    }

    .hedge-hero-copy h1 {
        font-size: 3.45rem;
    }

    .hedge-hero-visual {
        display: grid;
        gap: 0.75rem;
        min-height: 0;
        max-width: 560px;
    }

    .hedge-logo-glass {
        position: relative;
        top: auto;
    }

    .floating-chip {
        position: relative;
        inset: auto;
        margin: 0;
    }

    .hedge-circuit {
        width: 520px;
        right: -160px;
        opacity: 0.28;
    }

    .hero-signal-panel,
    .service-cube-visual,
    .home-hedge-copy,
    .home-hero .hero-copy {
        max-width: 760px;
    }

    .hedge-logo-showcase {
        justify-self: start;
        max-width: 440px;
    }

    .feature-grid,
    .home-service-grid,
    .choice-grid,
    .principle-orbit-grid,
    .service-shape-grid,
    .card-grid,
    .card-grid.three,
    .card-grid.four,
    .mission-grid,
    .service-detail-grid,
    .service-subservice-grid,
    .timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .article-aside {
        position: static;
    }

    .home-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .story-grid {
        grid-template-columns: 1fr;
    }

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

    .newsletter-form {
        grid-column: span 2;
    }

    .contact-hero-inner,
    .contact-studio-grid {
        grid-template-columns: 1fr;
    }

    .contact-hero-side {
        max-width: 620px;
    }

    .contact-hero-image {
        min-height: 260px;
    }

    .contact-direct {
        justify-items: start;
    }

    .contact-card-stack {
        position: static;
    }

    body.home-portfolio-page .hero-stage {
        grid-template-columns: 1fr;
    }

    body.home-portfolio-page .home-hero h1 {
        font-size: 3.05rem;
    }

    body.home-portfolio-page .belief-grid,
    body.home-portfolio-page .difference-layout,
    .ecosystem-title-grid,
    .ecosystem-experience,
    .ecosystem-combinations,
    body.home-portfolio-page .home-hedge-inner,
    body.home-portfolio-page .question-layout,
    body.home-portfolio-page .reach-layout,
    body.home-portfolio-page .contact-preview-grid {
        grid-template-columns: 1fr;
    }

    body.home-portfolio-page .home-service-grid,
    .ecosystem-service-strip,
    body.home-portfolio-page .story-grid,
    body.home-portfolio-page .card-grid.four,
    body.home-portfolio-page .choice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.home-portfolio-page .home-service-tile:nth-child(2n) {
        margin-top: 0;
    }

    .ecosystem-title-grid {
        align-items: start;
    }

    .ecosystem-visual-wrap {
        min-height: 720px;
    }

    body.home-portfolio-page .home-service-tile {
        min-height: 290px;
    }

    body.home-portfolio-page .story-card {
        min-height: 340px;
    }

    .service-experience-hero-grid,
    .service-chart-card,
    .service-after-grid,
    .location-hero-grid,
    .service-location-hero-grid,
    .location-proof-grid,
    .service-location-story {
        grid-template-columns: 1fr;
    }

    .service-visual-lab {
        max-width: 680px;
    }

    .service-impact-grid,
    .service-momentum-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .service-subservice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .location-service-grid,
    .service-location-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-location-metric-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .container {
        width: min(calc(100% - 1.25rem), var(--container));
    }

    .nav-shell {
        min-height: 72px;
    }

    .nav-brand img {
        width: 174px;
        height: 54px;
    }

    .goodfaith-ecosystem {
        padding: 3.6rem 0;
        background-size: 58px 58px, 58px 58px, auto;
    }

    .ecosystem-heading h2 {
        font-size: 3.3rem;
        line-height: 0.9;
    }

    .ecosystem-kicker {
        font-size: 0.88rem;
    }

    .ecosystem-intro-copy {
        font-size: 0.98rem;
    }

    .ecosystem-experience {
        margin-top: 1.6rem;
    }

    .ecosystem-visual-wrap {
        min-height: 640px;
        border-radius: var(--radius-sm);
    }

    .ecosystem-core-caption {
        left: 0.7rem;
        top: 0.7rem;
        max-width: 175px;
        padding: 0.65rem;
    }

    .ecosystem-core-caption strong {
        font-size: 0.95rem;
    }

    .ecosystem-story-panel {
        left: 0.7rem;
        right: 0.7rem;
        bottom: 0.7rem;
        padding: 0.75rem;
    }

    .ecosystem-story-panel strong {
        font-size: 1.35rem;
    }

    .ecosystem-story-panel p {
        font-size: 0.92rem;
    }

    .ecosystem-service-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .ecosystem-service-button {
        min-height: 70px;
        padding: 0.58rem;
    }

    .ecosystem-service-button span {
        font-size: 0.9rem;
    }

    .ecosystem-service-button small {
        font-size: 0.68rem;
    }

    .ecosystem-impact-statement::before {
        font-size: 2rem;
    }

    .mega-intro,
    .mega-location-panel {
        padding: 0.72rem;
    }

    .mega-panel-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.15rem;
    }

    .mega-city-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero,
    .section,
    .page-hero,
    .cta-band {
        padding-block: 3rem;
    }

    .hero h1,
    .page-hero h1 {
        font-size: 2.55rem;
        line-height: 1.02;
    }

    .home-hero h1 {
        max-width: 12.5ch;
        font-size: 2.28rem;
    }

    .hero-subheading {
        font-size: 1rem !important;
    }

    .service-cube-visual {
        min-height: 380px;
        margin-top: -0.5rem;
    }

    .service-cube-shell {
        width: min(100%, 390px);
    }

    .service-cube-canvas {
        min-height: 320px;
    }

    .ai-capabilities {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
    }

    .ai-capabilities span {
        min-width: 0;
        min-height: 38px;
        justify-content: center;
        text-align: center;
        white-space: normal;
    }

    .ai-capabilities span:last-child {
        grid-column: 1 / -1;
    }

    .home-hero .button {
        justify-content: center;
        min-height: 52px;
        padding-inline: 0.85rem;
        white-space: normal;
    }

    .service-cube-fallback {
        inset: 12% 7%;
        gap: 0.5rem;
    }

    .service-cube-face-link {
        min-height: 78px;
        padding: 0.62rem;
    }

    .service-cube-face-link strong {
        font-size: 0.78rem;
    }

    .service-cube-caption {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(100%, 360px);
        margin-top: -1.25rem;
    }

    .hedge-hero-copy h1 {
        font-size: 2.75rem;
        line-height: 1.02;
    }

    .hedge-circuit {
        display: none;
    }

    .home-hero .hero-copy > p:not(.eyebrow):not(.lede) {
        font-size: 1rem;
    }

    .signal-frame {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .signal-frame img {
        width: 72px;
        height: 72px;
    }

    .signal-frame strong {
        font-size: 1.08rem;
    }

    .signal-list,
    .difference-header,
    .difference-row,
    .noise-grid,
    .comparison-cards {
        grid-template-columns: 1fr;
    }

    .principle-orbit-grid,
    .service-shape-grid,
    .hedge-process-line {
        grid-template-columns: 1fr;
    }

    .hedge-process-line li,
    .principle-orbit-card,
    .service-shape-card {
        min-height: 0;
    }

    .floating-chip {
        width: 100%;
        justify-content: center;
        animation: none;
    }

    .customer-question p {
        font-size: 1.55rem;
    }

    .feature-grid,
    .home-service-grid,
    .home-timeline,
    .choice-grid,
    .principle-orbit-grid,
    .service-shape-grid,
    .hedge-process-line,
    .card-grid,
    .card-grid.three,
    .card-grid.four,
    .mission-grid,
    .service-detail-grid,
    .service-subservice-grid,
    .timeline,
    .process-list.compact,
    .form-grid,
    .stat-board {
        grid-template-columns: 1fr;
    }

    .compare-table [role="row"] {
        grid-template-columns: 1fr;
    }

    .compare-table [role="cell"]:nth-child(2) {
        border-bottom: 1px solid var(--color-border);
    }

    .button-row,
    .inline-field,
    .footer-bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .button,
    .inline-field .button {
        width: 100%;
    }

    .site-action-widget {
        width: 96px;
        min-height: 188px;
        right: 0.7rem;
        bottom: 0.7rem;
        padding: 0.58rem;
        border-radius: 54px;
    }

    .site-action-widget-top {
        min-height: 82px;
        gap: 0.35rem;
        font-size: 0.68rem;
    }

    .site-action-arrow {
        width: 25px;
        height: 32px;
    }

    .site-action-arrow::before {
        top: 5px;
        height: 25px;
    }

    .site-action-arrow::after {
        top: 5px;
        width: 18px;
        height: 18px;
    }

    .site-action-widget-talk {
        width: 72px;
        font-size: 0.72rem;
    }

    .site-action-widget-talk i {
        width: 16px;
        height: 16px;
        border-width: 3px;
        box-shadow: 0 0 0 4px rgba(15, 139, 141, 0.13);
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .newsletter-form {
        grid-column: auto;
    }

    .footer-bottom {
        display: grid;
    }

    .contact-hero {
        padding: 3.4rem 0 2.3rem;
    }

    .contact-path {
        margin-bottom: 1rem;
        font-size: 1.35rem;
    }

    .contact-hero h1 {
        max-width: 9.2ch;
        font-size: 3.15rem;
        line-height: 0.94;
    }

    .contact-hero-copy p:not(.contact-path) {
        font-size: 1rem;
    }

    .contact-hero-image {
        min-height: 210px;
        padding: 0.8rem;
    }

    .contact-hero-image img {
        max-height: 250px;
    }

    .contact-direct {
        gap: 0.65rem;
        padding: 0.9rem;
        font-size: 1rem;
    }

    .contact-studio-form input,
    .contact-studio-form select,
    .contact-studio-form textarea {
        min-height: 58px;
        padding: 0.9rem;
    }

    .contact-detail-card {
        grid-template-columns: 56px minmax(0, 1fr);
        min-height: 0;
        padding: 1rem;
    }

    .contact-detail-icon {
        width: 54px;
        height: 54px;
    }

    .contact-detail-icon .icon {
        width: 25px;
        height: 25px;
    }

    .contact-detail-card a,
    .contact-detail-card address,
    .contact-detail-card p {
        font-size: 1rem;
    }

    body.home-portfolio-page main {
        background-size: 58px 58px, 58px 58px, auto;
    }

    body.home-portfolio-page .section::before {
        width: calc(100% - 1.25rem);
    }

    body.home-portfolio-page .home-hero {
        min-height: 0;
        padding: 3rem 0;
    }

    body.home-portfolio-page .home-hero h1 {
        max-width: 100%;
        font-size: 2.65rem;
        line-height: 1;
    }

    body.home-portfolio-page .hero-subheading,
    body.home-portfolio-page .hero-tagline {
        font-size: 1.08rem !important;
    }

    body.home-portfolio-page .belief-copy h2,
    body.home-portfolio-page .section-heading h2,
    body.home-portfolio-page .home-hedge-copy h2 {
        font-size: 2.45rem;
        line-height: 1;
    }

    body.home-portfolio-page .customer-question {
        min-height: 260px;
    }

    body.home-portfolio-page .customer-question p {
        font-size: 2rem;
    }

    body.home-portfolio-page .home-service-grid,
    body.home-portfolio-page .story-grid,
    body.home-portfolio-page .choice-grid,
    body.home-portfolio-page .card-grid.four {
        grid-template-columns: 1fr;
    }

    body.home-portfolio-page .home-service-tile,
    body.home-portfolio-page .story-card,
    body.home-portfolio-page .home-timeline li {
        min-height: 0;
    }

    body.home-portfolio-page .home-service-tile::before {
        margin-bottom: 3.2rem;
    }

    body.home-portfolio-page .story-card h3 {
        font-size: 1.35rem;
    }

    .service-experience-hero {
        padding: 3.25rem 0;
    }

    .service-hero-copy h1 {
        font-size: 2.55rem;
        line-height: 1;
    }

    .service-marker-row {
        gap: 0.45rem;
    }

    .service-marker {
        width: 100%;
        min-height: 38px;
    }

    .service-visual-lab {
        min-height: 540px;
        transform: none !important;
    }

    .service-iso-cube {
        top: 14%;
        width: 138px;
        height: 138px;
    }

    .service-cube-front {
        transform: translateZ(69px);
    }

    .service-cube-back {
        transform: rotateY(180deg) translateZ(69px);
    }

    .service-cube-right {
        transform: rotateY(90deg) translateZ(69px);
    }

    .service-cube-left {
        transform: rotateY(-90deg) translateZ(69px);
    }

    .service-cube-top {
        transform: rotateX(90deg) translateZ(69px);
    }

    .service-cube-bottom {
        transform: rotateX(-90deg) translateZ(69px);
    }

    .service-cube-face strong {
        font-size: 2.1rem;
    }

    .service-floating-kpi {
        width: 145px;
        padding: 0.75rem;
    }

    .service-floating-kpi-1 {
        top: 5%;
        left: 5%;
    }

    .service-floating-kpi-2 {
        right: 5%;
        top: 34%;
    }

    .service-floating-kpi-3 {
        left: 5%;
        bottom: 18%;
    }

    .service-radar-card {
        right: 5%;
        bottom: 5%;
        grid-template-columns: 1fr;
        width: 48%;
        min-width: 160px;
    }

    .service-radar-card div {
        min-height: 58px;
    }

    .service-impact-grid,
    .service-subservice-grid,
    .service-momentum-grid {
        grid-template-columns: 1fr;
    }

    .location-hero,
    .service-location-hero {
        padding: 3rem 0;
    }

    .location-hero h1,
    .service-location-hero h1 {
        max-width: 10ch;
        font-size: 3rem;
        line-height: 0.96;
    }

    .location-hero .lede,
    .service-location-hero .lede {
        font-size: 1.05rem;
    }

    .location-dashboard,
    .service-location-dashboard {
        min-height: 0;
        padding: 1rem;
    }

    .location-dashboard-map {
        min-height: 210px;
    }

    .location-dashboard-row {
        grid-template-columns: 1fr 50px;
        gap: 0.45rem 0.6rem;
    }

    .location-dashboard-row span {
        grid-column: 1 / -1;
    }

    .location-service-grid,
    .service-location-link-grid {
        grid-template-columns: 1fr;
    }

    .location-service-card,
    .service-location-link-grid a {
        min-height: 138px;
    }

    .service-location-score strong {
        font-size: 3rem;
    }

    .service-location-mini-graph {
        min-height: 220px;
        gap: 0.45rem;
    }

    .service-location-metric > div {
        display: grid;
    }

    .service-location-metric > div span {
        justify-self: start;
    }

    .service-stat-card {
        min-height: 0;
    }

    .service-stat-card strong {
        margin-top: 1.2rem;
        font-size: 2.55rem;
    }

    .service-chart-row {
        grid-template-columns: 1fr 52px;
        gap: 0.4rem 0.65rem;
    }

    .service-chart-row > span {
        grid-column: 1 / -1;
    }

    .service-chart-card {
        padding: 1rem;
    }

    .service-chart-copy h3 {
        font-size: 1.45rem;
    }

    .service-after-card {
        padding: 1rem;
    }

    .service-after-card-head {
        display: grid;
        gap: 0.7rem;
    }

    .service-after-card-head span {
        justify-self: start;
    }

    .service-after-card-head h3 {
        font-size: 1rem;
    }

    .service-before-after div {
        grid-template-columns: 64px minmax(0, 1fr) 48px;
        gap: 0.55rem;
    }

    .service-before-after span {
        font-size: 0.74rem;
    }

    .service-after-graph {
        padding: 1rem;
    }

    .service-after-graph-copy h3 {
        font-size: 1.45rem;
    }

    .service-graph-bars {
        min-height: 230px;
        gap: 0.45rem;
        padding-inline: 0;
    }

    .service-graph-column strong {
        font-size: 0.94rem;
    }

    .service-graph-column span {
        font-size: 0.68rem;
    }

    .service-momentum-card {
        min-height: 0;
    }
}

@media (max-width: 1180px) {
    .hedge-experience-page .hedge-hero-copy h1 {
        font-size: 4.45rem;
    }

    .hedge-experience-page .hedge-hero-grid {
        min-height: 560px;
    }

    .hedge-experience-page .hedge-hero-visual {
        min-height: 560px;
    }
}

@media (max-width: 980px) {
    .hedge-progress {
        top: 72px;
    }

    .hedge-experience-page .hedge-art-hero {
        min-height: 0;
        padding: 4.25rem 0 3.75rem;
    }

    body.hedge-experience-page .hedge-hero-grid {
        display: grid;
        min-height: 0;
        gap: 2.5rem;
    }

    body.hedge-experience-page .hedge-hero-copy,
    body.hedge-experience-page .hedge-hero-visual {
        position: relative;
        inset: auto;
        width: auto;
        flex: none;
    }

    .hedge-experience-page .hedge-hero-copy h1 {
        font-size: 3.75rem;
    }

    .hedge-experience-page .hedge-hero-visual {
        min-height: 520px;
    }

    .hedge-experience-page .hedge-logo-glass {
        width: min(72%, 390px);
    }

    .hedge-experience-page .hedge-equation-stage {
        min-height: 320px;
    }
}

@media (max-width: 720px) {
    .hedge-experience-page .hedge-art-hero {
        padding: 3.25rem 0;
    }

    .hedge-experience-page .hedge-hero-copy h1 {
        font-size: 2.65rem;
        line-height: 1;
    }

    .hedge-experience-page .hedge-hero-copy .lede {
        font-size: 1.05rem;
    }

    .hedge-experience-page .hedge-hero-line,
    .hedge-experience-page .hedge-statement {
        display: block;
    }

    .hedge-experience-page .hedge-hero-visual {
        min-height: 390px;
    }

    .hedge-experience-page .hedge-hero-visual::before {
        inset: 9% 1rem 8%;
        transform: none;
    }

    .hedge-experience-page .hedge-logo-glass {
        width: min(76%, 300px);
        padding: 0.45rem;
    }

    .hedge-experience-page .floating-chip {
        position: absolute;
        width: auto;
        max-width: calc(100% - 2rem);
        min-height: 36px;
        padding: 0.48rem 0.62rem;
        font-size: 0.7rem;
        animation: none;
    }

    .hedge-experience-page .chip-one {
        top: 2%;
        left: 0.25rem;
    }

    .hedge-experience-page .chip-two {
        top: auto;
        right: 0.25rem;
        bottom: 15%;
    }

    .hedge-experience-page .chip-three {
        left: 0.7rem;
        bottom: 4%;
    }

    .hedge-experience-page .noise-pill {
        min-height: 78px;
    }

    .hedge-experience-page .hedge-equation-stage {
        min-height: 260px;
    }

    .hedge-experience-page .hedge-process-line li {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hedge-art-hero::before,
    .emotion-panel::after,
    .tool-panel:hover::after,
    .tool-list-card:hover::after,
    .principle-orbit-card:hover::after,
    .service-shape-card:hover::after,
    .comparison-card:hover::after,
    .responsible-card:hover::after,
    .hedge-process-line li:hover::after {
        animation: none;
    }

    body.hedge-experience-page [data-hedge-tilt],
    body.hedge-experience-page [data-hedge-layer] {
        transform: none !important;
    }
}

@media (max-width: 1180px) {
    .ecosystem-simple .ecosystem-service-strip,
    .ecosystem-simple-outcomes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .ecosystem-simple .ecosystem-title-grid,
    .ecosystem-simple .ecosystem-experience {
        grid-template-columns: 1fr;
    }

    .ecosystem-simple .ecosystem-visual-wrap {
        min-height: 560px;
    }

    .ecosystem-simple .ecosystem-control-panel {
        order: 0;
    }

    .ecosystem-simple .ecosystem-impact-statement {
        display: grid;
    }

    .ecosystem-simple .ecosystem-impact-statement .button-row {
        margin-left: 0;
    }
}

@media (max-width: 720px) {
    .goodfaith-ecosystem.ecosystem-simple,
    body.home-portfolio-page main > .section.goodfaith-ecosystem.ecosystem-simple {
        padding: 3.5rem 0;
        background-size: 56px 56px, 56px 56px, auto, auto;
    }

    .ecosystem-simple .ecosystem-heading h2,
    body.home-portfolio-page main > .section.goodfaith-ecosystem.ecosystem-simple h2 {
        font-size: clamp(2.7rem, 17vw, 4.2rem);
        line-height: 0.9;
    }

    .ecosystem-simple .ecosystem-intro-copy {
        font-size: 0.98rem;
    }

    .ecosystem-simple .ecosystem-visual-wrap {
        min-height: 480px;
        border-radius: var(--radius);
    }

    .ecosystem-simple .ecosystem-core-caption {
        max-width: 180px;
    }

    .ecosystem-simple .ecosystem-service-strip,
    .ecosystem-simple-outcomes {
        grid-template-columns: 1fr;
    }

    .ecosystem-simple .ecosystem-service-button {
        min-height: 72px;
    }

    .ecosystem-simple-outcomes div {
        min-height: 0;
    }

    .ecosystem-simple .ecosystem-impact-statement .button-row {
        width: 100%;
    }
}

@media (max-width: 1180px) {
    .ecosystem-flow-shell {
        grid-template-columns: 1fr;
    }

    .ecosystem-flow .ecosystem-control-panel {
        position: relative;
        top: auto;
    }

    .ecosystem-growth-lanes,
    .ecosystem-flow-outcomes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ecosystem-growth-lane {
        min-height: 420px;
    }

    .ecosystem-growth-lane:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 860px) {
    .ecosystem-flow .ecosystem-title-grid {
        grid-template-columns: 1fr;
    }

    .ecosystem-flow-board {
        min-height: 0;
    }

    .ecosystem-growth-lanes {
        grid-template-columns: 1fr;
    }

    .ecosystem-growth-lane {
        min-height: 0;
    }

    .ecosystem-growth-lane:not(:last-child)::after {
        left: 50%;
        right: auto;
        top: auto;
        bottom: -0.62rem;
        transform: translateX(-50%) rotate(135deg);
    }

    .ecosystem-growth-lane:nth-child(2)::after {
        display: block;
    }

    .ecosystem-growth-result {
        min-height: 230px;
        border-radius: 42px;
    }
}

@media (max-width: 720px) {
    .goodfaith-ecosystem.ecosystem-flow,
    body.home-portfolio-page main > .section.goodfaith-ecosystem.ecosystem-flow {
        padding: 3.5rem 0;
        background-size: 56px 56px, 56px 56px, auto, auto;
    }

    .ecosystem-flow .ecosystem-heading h2,
    body.home-portfolio-page main > .section.goodfaith-ecosystem.ecosystem-flow h2 {
        font-size: clamp(2.55rem, 14vw, 4rem);
        line-height: 0.94;
    }

    .ecosystem-flow .ecosystem-intro-copy {
        padding: 0.95rem;
    }

    .ecosystem-flow-board {
        padding: 0.85rem;
        border-radius: var(--radius);
    }

    .ecosystem-board-header {
        display: grid;
    }

    .ecosystem-flow .ecosystem-service-button {
        min-height: 72px;
        padding: 0.68rem;
    }

    .ecosystem-flow-outcomes {
        grid-template-columns: 1fr;
    }

    .ecosystem-flow-outcomes div {
        min-height: 0;
    }

    .ecosystem-flow .ecosystem-impact-statement {
        display: grid;
    }

    .ecosystem-flow .ecosystem-impact-statement .button-row {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 1180px) {
    .modern-seo-hero-grid,
    .seo-readiness-grid,
    .seo-process-grid,
    .topic-map-grid,
    .seo-human-grid,
    .seo-layer-grid {
        grid-template-columns: 1fr;
    }

    .search-observatory,
    .topic-map {
        max-width: 760px;
    }

    .seo-outcome-journey,
    .seo-deliverable-grid,
    .seo-roadmap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seo-roadmap .seo-filter-row {
        grid-column: 1 / -1;
    }
}

@media (max-width: 860px) {
    .modern-seo-progress {
        overflow-x: auto;
        justify-content: flex-start;
        border-radius: 18px;
    }

    .modern-seo-progress a {
        flex: 0 0 auto;
    }

    .seo-evolution-stage,
    .seo-outcome-journey,
    .seo-deliverable-grid,
    .seo-roadmap {
        grid-template-columns: 1fr;
    }

    .seo-graph-values {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .modern-seo-hero {
        padding: 3.8rem 0;
    }

    .modern-seo-hero h1 {
        font-size: clamp(3.3rem, 18vw, 5rem);
    }

    .search-observatory {
        min-height: 620px;
        border-radius: var(--radius);
    }

    .observatory-node {
        width: 128px;
        min-height: 52px;
        font-size: 0.68rem;
    }

    .observatory-node.node-2 {
        right: 1rem;
    }

    .observatory-node.node-5 {
        left: 1rem;
    }

    .observatory-node.node-3 {
        right: 1rem;
        bottom: 30%;
    }

    .observatory-node.node-4 {
        left: 1rem;
        bottom: 30%;
    }

    .observatory-destinations {
        grid-template-columns: 1fr;
    }

    .seo-score-meter {
        width: min(230px, 76vw);
    }

    .seo-graph-values {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .topic-map {
        min-height: 620px;
    }

    .topic-map button[data-topic-cluster] {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100%;
        transform: none !important;
    }

    .topic-map {
        display: grid;
        align-content: end;
        gap: 0.45rem;
        padding: 12.5rem 1rem 1rem;
    }

    .topic-core {
        top: 7.5rem;
    }

    .seo-readiness-float {
        right: 0.65rem;
        bottom: 0.65rem;
        max-width: calc(100% - 1.3rem);
        font-size: 0.82rem;
    }
}

@media (max-width: 1180px) {
    .local-pack-hero-grid,
    .local-intro-grid,
    .local-readiness-grid,
    .local-engine-grid,
    .local-human-grid {
        grid-template-columns: 1fr;
    }

    .local-signal-map,
    .local-pillar-map {
        max-width: 780px;
    }

    .local-grid-controls {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .local-grid-controls .button {
        width: 100%;
    }

    .local-realities-grid,
    .local-process-grid,
    .local-journey-grid,
    .local-benefit-grid,
    .local-optimization-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .local-pack-progress {
        overflow-x: auto;
        justify-content: flex-start;
        border-radius: 18px;
    }

    .local-pack-progress a {
        flex: 0 0 auto;
    }

    .local-grid-controls,
    .local-metric-row,
    .local-grid-stage,
    .local-realities-grid,
    .local-process-grid,
    .local-journey-grid,
    .local-benefit-grid,
    .local-optimization-grid,
    .local-pillar-lists {
        grid-template-columns: 1fr;
    }

    .local-grid-stage {
        align-items: stretch;
    }

    .local-search-grid {
        max-width: 620px;
    }
}

@media (max-width: 720px) {
    .local-pack-hero {
        padding: 3.8rem 0;
    }

    .local-pack-hero h1 {
        font-size: clamp(3.25rem, 18vw, 5rem);
    }

    .local-signal-map,
    .local-pillar-map {
        min-height: 680px;
        border-radius: var(--radius);
    }

    .local-intent-signal,
    .local-pillar-button {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100%;
        min-height: 48px;
        transform: none !important;
    }

    .local-signal-map,
    .local-pillar-map {
        display: grid;
        align-content: end;
        gap: 0.45rem;
        padding: 13.2rem 1rem 1rem;
    }

    .local-map-svg {
        height: 54%;
    }

    .local-map-copy {
        left: 0.75rem;
        right: 0.75rem;
        top: 0.75rem;
    }

    .local-map-actions {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        grid-template-columns: 1fr;
    }

    .local-pillar-core {
        top: 7.2rem;
    }

    .local-search-grid {
        gap: 0.28rem;
        padding: 0.55rem;
        border-radius: 16px;
    }

    .local-search-point {
        border-radius: 9px;
        font-size: 0.68rem;
    }

    .local-score-meter {
        width: min(230px, 76vw);
    }

    .local-pack-float {
        right: 0.65rem;
        bottom: 0.65rem;
        max-width: calc(100% - 1.3rem);
        font-size: 0.82rem;
    }
}

@media (max-width: 1180px) {
    .gbp-hero-grid,
    .gbp-copy-grid,
    .gbp-alignment-grid,
    .gbp-engine-grid,
    .gbp-trust-grid,
    .gbp-visual-grid,
    .gbp-policy-grid,
    .gbp-human-grid {
        grid-template-columns: 1fr;
    }

    .gbp-profile-capsule,
    .gbp-pillar-orbit,
    .gbp-review-constellation {
        max-width: 780px;
    }

    .gbp-relevance-lab,
    .gbp-connection-map {
        grid-template-columns: 1fr;
    }

    .gbp-journey-grid,
    .gbp-roadmap,
    .gbp-benefit-grid,
    .gbp-deliverable-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .gbp-progress {
        overflow-x: auto;
        justify-content: flex-start;
        border-radius: 18px;
    }

    .gbp-progress a {
        flex: 0 0 auto;
    }

    .gbp-comparison-card,
    .gbp-pillar-lists,
    .gbp-journey-grid,
    .gbp-roadmap,
    .gbp-benefit-grid,
    .gbp-deliverable-grid,
    .gbp-dashboard-metrics,
    .gbp-photo-list {
        grid-template-columns: 1fr;
    }

    .gbp-comparison-slider {
        position: relative;
        left: auto;
        top: auto;
        grid-column: 1 / -1;
        transform: none;
    }

    .gbp-graph-values {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .gbp-hero {
        padding: 3.8rem 0;
    }

    .gbp-hero h1 {
        font-size: clamp(3rem, 15vw, 4.8rem);
    }

    .gbp-profile-capsule,
    .gbp-pillar-orbit,
    .gbp-review-constellation {
        min-height: 760px;
        border-radius: var(--radius);
    }

    .gbp-signal-list,
    .gbp-query-orbit,
    .gbp-action-strip,
    .gbp-profile-capsule > p {
        position: relative;
        inset: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .gbp-profile-capsule {
        display: grid;
        gap: 0.55rem;
        padding: 1rem;
    }

    .gbp-capsule-core {
        position: relative;
        left: auto;
        top: auto;
        justify-self: center;
        transform: none;
    }

    .gbp-signal-list {
        display: grid;
        gap: 0.45rem;
    }

    .gbp-signal-list button,
    .gbp-pillar-button,
    .gbp-review-constellation button {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100%;
        min-height: 48px;
        transform: none !important;
    }

    .gbp-query-orbit,
    .gbp-action-strip {
        grid-template-columns: 1fr;
    }

    .gbp-pillar-orbit,
    .gbp-review-constellation {
        display: grid;
        align-content: end;
        gap: 0.45rem;
        padding: 11rem 1rem 1rem;
    }

    .gbp-pillar-core,
    .gbp-review-core {
        top: 6.8rem;
    }

    .gbp-connection-core {
        min-height: 260px;
    }

    .gbp-graph-values {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    .ai-hub-hero-grid,
    .ai-hub-split {
        grid-template-columns: 1fr;
    }

    .ai-hub-robot-stage {
        min-height: 620px;
    }

    .ai-journey-grid,
    .ai-discipline-grid,
    .ai-signal-grid,
    .ai-service-grid,
    .ai-framework-orbit {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .ai-hub-jump-nav {
        top: 72px;
    }

    .ai-hub-hero {
        min-height: auto;
    }

    .ai-hub-hero-copy h1 {
        font-size: clamp(2.55rem, 11.5vw, 4rem);
    }

    .ai-hub-robot-stage {
        min-height: 560px;
    }

    .ai-hub-chip {
        width: 58px;
        font-size: 0.82rem;
    }

    .ai-hub-holo-panel {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
    }
}

@media (max-width: 720px) {
    .ai-hub-hero {
        padding: 3.5rem 0 2.4rem;
        background-size: 54px 54px, 54px 54px, auto, auto, auto;
    }

    .ai-hub-hero-copy h1 {
        line-height: 0.9;
    }

    .ai-hub-hero-copy .lede {
        font-size: 1.18rem;
    }

    .ai-hub-robot-stage {
        min-height: 460px;
        border-radius: var(--radius);
    }

    .ai-hub-chip {
        width: 48px;
        font-size: 0.72rem;
    }

    .ai-hub-chip.chip-a {
        top: 7%;
        left: 6%;
    }

    .ai-hub-chip.chip-b {
        top: 10%;
        right: 6%;
    }

    .ai-hub-chip.chip-c {
        left: 6%;
        bottom: 33%;
    }

    .ai-hub-chip.chip-d {
        right: 7%;
        bottom: 35%;
    }

    .ai-hub-holo-panel {
        padding: 0.78rem;
    }

    .ai-hub-jump-nav .container {
        width: 100%;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }

    .ai-journey-grid,
    .ai-discipline-grid,
    .ai-signal-grid,
    .ai-service-grid,
    .ai-framework-orbit {
        grid-template-columns: 1fr;
    }

    .ai-journey-card,
    .ai-discipline-card,
    .ai-signal-card,
    .ai-service-card,
    .ai-framework-card {
        min-height: 0;
    }

    .ai-table-wrap {
        margin-right: -0.625rem;
        margin-left: -0.625rem;
        border-radius: 0;
    }

    .ai-hub-table th,
    .ai-hub-table td {
        padding: 0.85rem;
    }

    .ai-final-panel {
        border-radius: var(--radius);
    }
}
