/* Product-first homepage: Fixstable stays navy/gold; product sections get controlled accents. */
.product-first-home {
    overflow: clip;
}

/* Conversion polish: proof and partner economics remain subordinate to the
 * existing product-first hierarchy. */
.home-proof-band {
    padding: 2.2rem 0 !important;
    background: #15253d;
    border-top: 1px solid rgba(237, 211, 121, .14);
    border-bottom: 1px solid rgba(237, 211, 121, .14);
}

.home-proof-band-inner {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.5fr);
    gap: 3rem;
    align-items: center;
}

.home-proof-intro h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    letter-spacing: -.04em;
}

.home-proof-intro p {
    max-width: 40ch;
    margin: .55rem 0 0;
    color: #bac8db;
    line-height: 1.6;
}

.home-proof-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .8rem;
}

.home-proof-stats div {
    min-height: 112px;
    padding: 1.15rem 1.25rem;
    background: rgba(7, 16, 29, .38);
    border: 1px solid rgba(237, 211, 121, .17);
    border-radius: 14px;
}

.home-proof-stats strong,
.home-proof-stats span {
    display: block;
}

.home-proof-stats strong {
    color: #f4d67e;
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    letter-spacing: -.05em;
}

.home-proof-stats span {
    margin-top: .28rem;
    color: #d6deeb;
    font-size: .82rem;
    line-height: 1.35;
}

.home-affiliate-callout {
    padding: 3.5rem 0 !important;
    background: #101b2d;
}

.home-affiliate-callout-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 2.2rem 2.5rem;
    background: linear-gradient(120deg, #1a2b45, #16243a);
    border: 1px solid rgba(237, 211, 121, .26);
    border-radius: 18px;
}

.home-affiliate-callout h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3rem);
    letter-spacing: -.045em;
}

.home-affiliate-callout p {
    max-width: 62ch;
    margin: .7rem 0 0;
    color: #c7d2e1;
    line-height: 1.65;
}

.home-affiliate-callout p strong {
    color: #f3d477;
}

@media (max-width: 760px) {
    .home-proof-band-inner,
    .home-affiliate-callout-inner {
        grid-template-columns: 1fr;
        display: grid;
    }

    .home-proof-band-inner {
        gap: 1.4rem;
    }

    .home-proof-stats {
        grid-template-columns: 1fr;
    }

    .home-proof-stats div {
        min-height: 0;
    }

    .home-affiliate-callout-inner {
        padding: 1.6rem 1.25rem;
    }

    .home-affiliate-callout .card-actions,
    .home-affiliate-callout .btn {
        width: 100%;
    }
}

.product-first-home section {
    padding: 4.7rem 0;
}

.product-first-home .eyebrow {
    margin-bottom: 1.15rem;
}

.ecosystem-hero {
    padding: 5.5rem 0 5rem !important;
    background:
        radial-gradient(circle at 82% 18%, rgba(36, 116, 255, .18), transparent 30%),
        radial-gradient(circle at 18% 28%, rgba(237, 211, 121, .14), transparent 34%),
        linear-gradient(135deg, #101a2a 0%, #172641 56%, #0c1422 100%);
    border-bottom: 1px solid rgba(237, 211, 121, .2);
}

.ecosystem-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
    gap: 3.25rem;
    align-items: center;
}

.ecosystem-hero-copy h1 {
    max-width: 10.5ch;
    font-size: clamp(3.35rem, 6vw, 5.9rem);
    line-height: .93;
    letter-spacing: -.055em;
}

.ecosystem-hero-copy > p {
    max-width: 39rem;
    margin: 1.7rem 0 1.9rem;
    color: #d4dceb;
    font-size: clamp(1.12rem, 1.7vw, 1.35rem);
    line-height: 1.62;
}

.ecosystem-hero-actions {
    align-items: center;
    margin-bottom: 2rem;
}

.ecosystem-hero-actions .text-link,
.home-story-copy .quiet-link,
.home-product-path .quiet-link,
.home-support-intro a,
.home-systems-actions .quiet-link,
.home-partners .quiet-link {
    color: #f1d37b;
    font-weight: 800;
}

.ecosystem-hero-actions .text-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .7rem 0;
    font-size: .94rem;
}

.ecosystem-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem 1.35rem;
    color: #bbc7d9;
    font-size: .86rem;
}

.ecosystem-proof-row span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
}

.ecosystem-proof-row strong {
    color: #fff;
}

.proof-dot {
    width: .62rem;
    height: .62rem;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .05);
}

.proof-dot-canvza { background: #2c7aff; }
.proof-dot-siphonr { background: #74d8ee; }
.proof-dot-support { background: #e5bd5d; }

.ecosystem-hero-media {
    position: relative;
    padding: 1rem;
    border: 1px solid rgba(237, 211, 121, .28);
    border-radius: 8px;
    background: rgba(10, 17, 29, .66);
    box-shadow: 0 36px 90px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .07);
}

.ecosystem-hero-media::after {
    position: absolute;
    right: -1rem;
    bottom: -1.25rem;
    z-index: 2;
    padding: .65rem .85rem;
    border: 1px solid rgba(237, 211, 121, .26);
    border-radius: 6px;
    background: #172641;
    color: #fff3c9;
    content: 'A real visual site canvas';
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .04em;
    box-shadow: 0 15px 32px rgba(0, 0, 0, .3);
}

.product-media-heading,
.product-media-caption,
.story-media-topline,
.better-together-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.product-media-heading {
    padding: .4rem .35rem .9rem;
    color: #aab8cc;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-media-label {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #fff4c8;
}

.product-media-label img {
    width: 1.4rem;
    height: 1.4rem;
    object-fit: contain;
}

.builder-preview-window,
.builder-kit-preview,
.siphonr-ui-preview {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 6px;
    background: #07101c;
}

.builder-preview-window {
    height: clamp(360px, 37vw, 530px);
}

.builder-preview-window .canvza-responsive-picture,
.builder-preview-window .canvza-responsive-picture img {
    height: 100%;
}

.builder-preview-window img {
    width: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}

.product-media-caption {
    padding: .9rem .35rem .1rem;
    color: #aab8cc;
    font-size: .82rem;
}

.product-media-caption strong {
    color: #fff;
}

.home-product-paths {
    padding-top: 5.2rem !important;
    background: #101b2c;
}

.home-section-title {
    max-width: 48rem;
}

.home-section-title h2 {
    max-width: 15ch;
    margin-top: .2rem;
    font-size: clamp(2.55rem, 5vw, 4.8rem);
    line-height: .95;
}

.home-section-title p {
    max-width: 42rem;
    font-size: 1.05rem;
}

.home-product-path-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.home-product-path {
    display: grid;
    grid-template-rows: auto auto;
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 8px;
    background: #17253a;
    box-shadow: 0 26px 65px rgba(0, 0, 0, .24);
}

.home-product-path-copy {
    padding: 2.25rem 2.25rem 2rem;
}

.home-product-path h3 {
    max-width: 12ch;
    margin: .75rem 0 .85rem;
    color: #fffdf7;
    font-size: clamp(1.85rem, 3vw, 3.2rem);
    line-height: .98;
    letter-spacing: -.045em;
}

.home-product-path p {
    max-width: 38rem;
    margin: 0;
    color: #c5d0df;
    line-height: 1.65;
}

.product-identity {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: #f2d17a;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .17em;
}

.product-icon {
    display: grid;
    place-items: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 10px;
    color: #07101d;
    font-size: 1rem;
    font-weight: 950;
    letter-spacing: 0;
}

.product-logo {
    display: block;
    width: 2.1rem;
    height: 2.1rem;
    flex: 0 0 auto;
    object-fit: contain;
}

.product-logo-siphonr {
    width: 4.1rem;
}

.product-icon-support { background: linear-gradient(135deg, #e4bb5d, #fff0a8); }

.home-product-path-canvza {
    background: linear-gradient(145deg, rgba(34, 100, 211, .18), #17253a 54%);
}

.home-product-path-siphonr {
    background: linear-gradient(145deg, rgba(42, 156, 191, .14), #17253a 54%);
}

.home-product-path-support {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr);
    align-items: stretch;
    background: linear-gradient(120deg, rgba(237, 211, 121, .09), #17253a 60%);
}

.product-offer-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .75rem;
    margin: 1.35rem 0 1.1rem;
}

.product-offer-line strong {
    color: #fff6d2;
    font-size: 1rem;
}

.product-offer-line span {
    color: #e0c36f;
    font-size: .88rem;
    font-weight: 800;
}

.home-product-path .card-actions {
    align-items: center;
}

.home-product-path-media {
    height: 320px;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: #0c1525;
}

.home-product-path-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.canvza-responsive-picture,
.canvza-responsive-picture img {
    display: block;
    width: 100%;
}

.home-product-path-media-siphonr img {
    object-position: 50% 18%;
}

.support-path-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .55rem;
    margin: 1.4rem 0 1.2rem;
}

.support-path-details span {
    padding: .8rem .85rem;
    border: 1px solid rgba(237, 211, 121, .16);
    border-radius: 6px;
    background: rgba(7, 16, 29, .25);
    color: #d3dbea;
    font-size: .78rem;
    font-weight: 700;
}

.support-path-visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 260px;
    padding: 2rem;
    background: rgba(7, 16, 29, .34);
}

.support-path-browser-bar {
    display: flex;
    align-items: center;
    gap: .38rem;
    padding-bottom: .8rem;
    color: #9caac0;
    font-size: .7rem;
}

.support-path-browser-bar span {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: #5b6676;
}

.support-path-browser-bar span:first-child { background: #e4bb5d; }

.support-path-browser-bar strong {
    margin-left: .55rem;
    font-weight: 700;
}

.support-path-screen {
    display: grid;
    gap: .85rem;
    padding: 1.25rem;
    border: 1px solid rgba(237, 211, 121, .23);
    border-radius: 6px;
    background: linear-gradient(145deg, #1f2e45, #111d2d);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
}

.support-path-screen-kicker {
    color: #e8c570;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .14em;
}

.support-path-screen > strong {
    color: #fff;
    font-size: 1.35rem;
}

.support-path-screen > p {
    margin-top: -.4rem;
    font-size: .82rem;
}

.support-path-screen-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-top: .7rem;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #cbd5e3;
    font-size: .78rem;
}

.support-path-screen-row b {
    color: #9af0bd;
}

.home-canvza-story,
.home-siphonr-story {
    background: #0f1a2a;
}

.home-siphonr-story {
    background: #14233a;
}

.home-story-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 3.5rem;
    /* Keep the proof surface aligned to the story start. Centering a short
     * media block against the much taller copy created an unexplained dark
     * void above and below the visual at desktop widths. */
    align-items: start;
}

.home-story-grid-reverse {
    grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
}

.home-story-copy h2 {
    max-width: 12ch;
    margin: .2rem 0 1rem;
    color: #fffdf7;
    font-size: clamp(2.5rem, 5vw, 5rem);
    line-height: .94;
    letter-spacing: -.06em;
}

.home-story-copy > p {
    max-width: 40rem;
    color: #c9d4e3;
    font-size: 1.08rem;
    line-height: 1.7;
}

.story-points {
    display: grid;
    gap: .8rem;
    margin: 1.7rem 0 1.8rem;
}

.story-points > div {
    display: grid;
    gap: .18rem;
    padding: .9rem 1rem;
    border-left: 2px solid #d9ae4e;
    background: rgba(255, 255, 255, .04);
}

.story-points strong {
    color: #fff;
    font-size: .98rem;
}

.story-points span {
    color: #bdc9da;
    font-size: .88rem;
    line-height: 1.5;
}

.story-points-siphonr > div {
    border-left-color: #70d4e9;
}

.home-story-media {
    min-width: 0;
    padding: 1rem;
    border: 1px solid rgba(237, 211, 121, .24);
    border-radius: 8px;
    background: rgba(9, 17, 29, .46);
    box-shadow: 0 28px 72px rgba(0, 0, 0, .28);
}

.home-story-media-siphonr {
    border-color: rgba(112, 212, 233, .36);
}

.story-media-topline {
    padding: .35rem .25rem .85rem;
    color: #aebbd0;
    font-size: .73rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.story-media-topline span:first-child {
    color: #f0cd71;
}

.home-story-media-siphonr .story-media-topline span:first-child {
    color: #75d8ef;
}

.builder-kit-preview {
    height: 410px;
}

.builder-kit-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.canvza-story-sequence {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: .7rem;
    align-items: center;
}

.canvza-story-step {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(237, 211, 121, .18);
    border-radius: 6px;
    background: #091321;
}

.canvza-story-step-label {
    display: flex;
    align-items: baseline;
    gap: .55rem;
    padding: .8rem .85rem .65rem;
    color: #f4d47e;
    font-size: .7rem;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.canvza-story-step-label span {
    color: #8c9bb0;
}

.canvza-story-step-label strong {
    color: #fff;
}

.canvza-story-step .canvza-responsive-picture,
.canvza-story-step .canvza-responsive-picture img {
    height: 188px;
}

.canvza-story-step .canvza-responsive-picture img {
    object-fit: cover;
    object-position: center top;
}

.canvza-story-step figcaption {
    min-height: 3.6rem;
    padding: .7rem .85rem .85rem;
    color: #aebbd0;
    font-size: .76rem;
    line-height: 1.45;
}

.canvza-story-sequence-arrow {
    color: #f0ca69;
    font-size: 1.5rem;
    font-weight: 800;
}

.siphonr-ui-preview {
    height: 500px;
    background: #101e33;
}

.siphonr-ui-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.home-better-together {
    background: #0b1524;
}

.better-together-layout {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
    gap: 1.4rem;
    align-items: stretch;
}

.better-together-chain {
    display: grid;
    align-content: center;
    gap: 1rem;
    padding: 1.4rem;
    border: 1px solid rgba(237, 211, 121, .2);
    border-radius: 8px;
    background: linear-gradient(145deg, #172941, #101b2b);
}

.better-together-step {
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
    column-gap: .9rem;
    padding: .9rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, .04);
}

.better-together-step img {
    grid-row: span 2;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.better-together-step strong {
    color: #fff;
    font-size: 1rem;
}

.better-together-step span {
    color: #b9c6d7;
    font-size: .78rem;
}

.better-together-step-haven {
    grid-template-columns: 1fr;
    border: 1px solid rgba(230, 173, 91, .22);
}

.better-together-step-haven strong {
    color: #f2d182;
}

.better-together-step-siphonr img {
    width: 58px;
}

.better-together-arrow {
    margin: -.55rem auto;
    color: #e4bb5d;
    font-size: 1.5rem;
    font-weight: 900;
}

.better-together-media {
    overflow: hidden;
    border: 1px solid rgba(237, 211, 121, .2);
    border-radius: 8px;
    background: #162237;
}

.better-together-media > img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    object-position: center top;
}

.better-together-caption {
    padding: .95rem 1rem;
    border-top: 1px solid rgba(237, 211, 121, .17);
    background: #17283f;
    color: #bac7d8;
    font-size: .82rem;
}

.better-together-caption span {
    color: #f0cd71;
    font-weight: 800;
}

.better-together-caption a {
    color: #fff3c6;
    font-weight: 800;
}

.home-site-systems {
    background: #16253b;
}

.home-section-title-split {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, .8fr);
    gap: 3rem;
    align-items: end;
    max-width: none;
}

.home-section-title-split p {
    justify-self: end;
    margin-bottom: .25rem;
}

.site-system-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.site-system-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    background: #1b2c46;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .2);
}

.site-system-image {
    height: 220px;
    overflow: hidden;
    background: #0d1728;
}

.site-system-image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.site-system-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 300ms ease;
}

.site-system-card:hover .site-system-image img {
    transform: scale(1.035);
}

.site-system-card-copy {
    min-height: 150px;
    padding: 1.2rem 1.25rem 1.35rem;
}

.site-system-card:first-child {
    grid-column: span 2;
}

.site-system-card:first-child .site-system-image,
.site-system-card:last-child .site-system-image {
    height: 300px;
}

.site-system-card:last-child {
    grid-column: 1 / -1;
}

.site-system-card-copy > span {
    color: #eac66d;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.site-system-card-copy h3 {
    margin: .35rem 0 .35rem;
    color: #fff;
    font-size: 1.15rem;
}

.site-system-card-copy p {
    margin: 0;
    color: #bfcbdc;
    font-size: .84rem;
    line-height: 1.55;
}

.home-systems-actions {
    justify-content: center;
    margin-top: 1.55rem;
}

.home-support-intro {
    padding-bottom: 1rem !important;
    background: #0e1828;
}

.home-support-intro-inner {
    padding: 2.3rem 2.5rem;
    border: 1px solid rgba(237, 211, 121, .22);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(237, 211, 121, .1), rgba(144, 99, 40, .08));
}

.home-support-intro h2 {
    max-width: 16ch;
    margin: 0 0 .7rem;
    color: #fffdf7;
    font-size: clamp(2rem, 4vw, 3.4rem);
    letter-spacing: -.05em;
}

.home-support-intro p {
    max-width: 54rem;
    margin: 0;
    color: #c4d0df;
    font-size: 1.05rem;
    line-height: 1.65;
}

.product-first-home > .hero {
    padding-top: 3rem;
    background: #0e1828;
}

.product-first-home > .hero .hero-copy h1 {
    max-width: 12ch;
}

.product-first-home > .hero .hero-copy h2 {
    max-width: 12ch;
    margin: 0 0 1rem;
    color: #fffdf7;
    font-size: clamp(2.2rem, 4.8vw, 4rem);
    line-height: .98;
    letter-spacing: -.055em;
}

.product-first-home > .hero .hero-copy::before {
    display: none;
}

.home-partners {
    background: #101b2b;
}

.home-partners-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem 0;
}

.home-partners h2 {
    margin: .15rem 0 .55rem;
    color: #fffdf7;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    letter-spacing: -.04em;
}

.home-partners p {
    max-width: 47rem;
    margin: 0;
    color: #c3cfdf;
}

.home-partners .card-actions {
    flex: 0 0 auto;
}

/* Bring the inherited support modules into the homepage's tighter visual system. */
.product-first-home h1,
.product-first-home h2,
.product-first-home h3 {
    letter-spacing: 0;
}

.product-first-home #stack-support {
    background: #101b2b;
    border-top: 1px solid rgba(237, 211, 121, .12);
    border-bottom: 1px solid rgba(237, 211, 121, .12);
}

.product-first-home .stack-category-grid {
    gap: 1rem;
}

.product-first-home .card.highlight,
.product-first-home .process-panel,
.product-first-home .list-row,
.product-first-home .mini-card,
.product-first-home .price-box,
.product-first-home .cta-panel {
    border-radius: 8px;
}

.product-first-home .card.highlight {
    min-height: 180px;
    padding: 1.5rem;
    box-shadow: none;
}

.product-first-home #how-it-works {
    background: #0d1726;
}

.product-first-home .process {
    align-items: start;
    gap: 1.5rem;
}

.product-first-home .process-panel {
    padding: 1.65rem;
}

.product-first-home .list-row,
.product-first-home .mini-card {
    padding: 1rem 1.1rem;
}

@media (max-width: 1100px) {
    .ecosystem-hero-grid {
        grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
        gap: 2.4rem;
    }

    .ecosystem-hero-copy h1 {
        font-size: clamp(3rem, 6vw, 5.2rem);
    }

    .home-story-grid,
    .home-story-grid-reverse {
        gap: 2.5rem;
    }
}

@media (max-width: 900px) {
    .product-first-home section {
        padding: 4rem 0;
    }

    .ecosystem-hero {
        padding: 4.3rem 0 4rem !important;
    }

    .ecosystem-hero-grid,
    .home-story-grid,
    .home-story-grid-reverse,
    .better-together-layout,
    .home-section-title-split {
        grid-template-columns: 1fr;
    }

    .home-section-title-split {
        gap: 1.35rem;
    }

    .ecosystem-hero-copy h1 {
        max-width: 12ch;
    }

    .ecosystem-hero-media {
        max-width: 720px;
    }

    .home-product-path-support {
        grid-template-columns: 1fr;
    }

    .home-story-grid-reverse .home-story-media {
        order: 2;
    }

    .home-section-title-split p {
        justify-self: start;
    }

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

    .home-partners-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-first-home section {
        padding: 3.2rem 0;
    }

    .ecosystem-hero {
        padding: 3.5rem 0 3.4rem !important;
    }

    .home-product-paths {
        padding-top: 4.25rem !important;
    }

    .ecosystem-hero-copy h1 {
        font-size: clamp(2.8rem, 14vw, 4.3rem);
    }

    .ecosystem-hero-copy > p {
        font-size: 1rem;
    }

    .ecosystem-hero-actions {
        align-items: stretch;
    }

    .ecosystem-hero-actions .text-link {
        justify-content: center;
    }

    .ecosystem-proof-row {
        display: grid;
        gap: .7rem;
    }

    .ecosystem-hero-media {
        margin-bottom: 1rem;
        padding: .65rem;
        border-radius: 8px;
    }

    .ecosystem-hero-media::after {
        display: none;
        right: .6rem;
        bottom: -.85rem;
        font-size: .68rem;
    }

    .product-media-heading {
        display: grid;
        gap: .35rem;
        font-size: .66rem;
    }

    .builder-preview-window {
        height: 260px;
        border-radius: 6px;
    }

    .builder-preview-window img {
        transform: none;
        margin-bottom: 0;
    }

    .product-media-caption {
        display: grid;
        gap: .25rem;
        font-size: .74rem;
    }

    .home-product-path-grid,
    .site-system-rail {
        grid-template-columns: 1fr;
    }

    .site-system-card:first-child,
    .site-system-card:last-child {
        grid-column: auto;
    }

    .site-system-card:first-child .site-system-image,
    .site-system-card:last-child .site-system-image,
    .site-system-image {
        height: 220px;
    }

    .home-product-path-copy {
        padding: 1.45rem 1.25rem 1.35rem;
    }

    .home-product-path h3,
    .home-story-copy h2 {
        max-width: 13ch;
    }

    .home-product-path-media {
        height: 190px;
    }

    .home-product-path-support {
        grid-column: auto;
    }

    .support-path-details {
        grid-template-columns: 1fr;
    }

    .support-path-visual {
        min-height: 230px;
        padding: 1.15rem;
    }

    .home-story-grid-reverse .home-story-media {
        order: 2;
    }

    .home-story-copy h2 {
        font-size: clamp(2.45rem, 13vw, 4rem);
    }

    .home-story-media {
        padding: .65rem;
        border-radius: 8px;
    }

    .builder-kit-preview {
        height: 260px;
    }

    .canvza-story-sequence {
        grid-template-columns: 1fr;
        gap: .55rem;
    }

    .canvza-story-sequence-arrow {
        justify-self: center;
        transform: rotate(90deg);
    }

    .canvza-story-step .canvza-responsive-picture,
    .canvza-story-step .canvza-responsive-picture img {
        height: 220px;
    }

    .siphonr-ui-preview {
        height: 330px;
    }

    .better-together-layout {
        gap: 1rem;
    }

    .better-together-chain {
        padding: .85rem;
    }

    .better-together-media > img {
        min-height: 260px;
    }

    .better-together-caption {
        align-items: flex-start;
        flex-direction: column;
        gap: .35rem;
    }

    .home-section-title h2 {
        font-size: clamp(2.4rem, 12vw, 3.5rem);
    }

    .home-support-intro-inner {
        padding: 1.5rem 1.2rem;
        border-radius: 18px;
    }

    .home-support-intro h2 {
        font-size: 2.3rem;
    }

    .home-partners-inner {
        padding: 1rem 0;
    }

    .home-partners .card-actions,
    .home-systems-actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }
}
