/* Launch-grade Home page refinement. Loaded last so the public CMS keeps working
   while this layer owns presentation across desktop, tablet, and mobile. */
:root {
    --launch-ink: #191816;
    --launch-ink-soft: #262420;
    --launch-paper: #f6f3ee;
    --launch-white: #fff;
    --launch-coral: #e6535f;
    --launch-coral-dark: #c8404c;
    --launch-gold: #bf9864;
    --launch-line: rgba(25, 24, 22, .12);
    --launch-muted: #706b64;
    --launch-radius: 18px;
    --launch-shadow: 0 30px 80px rgba(31, 26, 21, .13);
}

.home-launch {
    background: var(--launch-paper) !important;
    color: var(--launch-muted) !important;
    font-feature-settings: "kern" 1, "liga" 1;
}

.home-launch .container {
    width: min(1420px, calc(100% - 80px)) !important;
    max-width: 1420px !important;
}

.home-launch main h1,
.home-launch main h2,
.home-launch main h3 {
    text-wrap: balance;
}

.home-launch main p {
    text-wrap: pretty;
}

.home-launch .top-promise-bar {
    background: var(--launch-ink) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.home-launch .top-promise-inner {
    min-height: 32px;
}

.home-launch .header,
.home-launch .header.scrolled {
    background: rgba(255, 255, 255, .94) !important;
    border-bottom-color: rgba(25, 24, 22, .09) !important;
    box-shadow: 0 12px 32px rgba(25, 24, 22, .04) !important;
}

.home-launch .navbar {
    height: 78px !important;
}

.home-launch .nav-logo {
    font-size: 1.3rem !important;
    letter-spacing: -.045em !important;
}

.home-launch .nav-link {
    position: relative;
    font-size: .82rem !important;
}

.home-launch .nav-action-link {
    min-height: 46px;
    display: inline-flex !important;
    align-items: center;
    border-radius: 999px !important;
    padding-inline: 1.25rem !important;
}

/* Hero */
.home-launch .turnkey-hero {
    position: relative;
    isolation: isolate;
    --mobile-hero-image: url('../assets/home_hero/home_hero_69dba0ae40f543.68786207_1776001198.jpg');
    background:
        linear-gradient(90deg, rgba(25, 24, 22, .045) 1px, transparent 1px) 0 0 / 9vw 100%,
        linear-gradient(135deg, #fff 0%, #fff 60%, #f1ebe4 60%, #f1ebe4 100%) !important;
}

.home-launch .turnkey-hero::after {
    content: '' !important;
    position: absolute;
    z-index: -1;
    display: block !important;
    width: clamp(230px, 25vw, 430px);
    aspect-ratio: 1;
    left: -12%;
    bottom: -34%;
    border: 1px solid rgba(230, 83, 95, .2);
    border-radius: 50%;
}

.home-launch .hero-layout {
    min-height: clamp(660px, calc(100svh - 110px), 820px) !important;
    grid-template-columns: minmax(420px, .92fr) minmax(480px, 1.08fr) !important;
    gap: clamp(3.5rem, 6.5vw, 7.5rem) !important;
    padding-top: 52px !important;
    padding-bottom: 58px !important;
}

.home-launch .hero-content {
    max-width: 670px !important;
}

.home-launch .hero-eyebrow {
    margin-bottom: 1.4rem;
    color: var(--launch-coral) !important;
    font-size: .68rem !important;
    letter-spacing: .17em !important;
}

.home-launch .hero-content h1 {
    max-width: 700px !important;
    margin-bottom: 1.55rem !important;
    color: var(--launch-ink) !important;
    font-size: clamp(3.65rem, 5.15vw, 6rem) !important;
    font-weight: 780 !important;
    line-height: .99 !important;
    letter-spacing: -.065em !important;
}

.home-launch .hero-content p {
    max-width: 620px !important;
    color: #68635d !important;
    font-size: clamp(1rem, 1.25vw, 1.16rem) !important;
    line-height: 1.72 !important;
}

.home-launch .hero-buttons {
    margin-top: 2rem;
}

.home-launch .hero-buttons .btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    padding-inline: 1.55rem !important;
}

.home-launch .btn-primary {
    background: var(--launch-coral) !important;
    border-color: var(--launch-coral) !important;
    box-shadow: 0 16px 34px rgba(230, 83, 95, .22) !important;
}

.home-launch .btn-primary:hover {
    background: var(--launch-coral-dark) !important;
    border-color: var(--launch-coral-dark) !important;
}

.home-launch .hero-deliverables {
    max-width: 620px;
    margin-top: 2.15rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--launch-line);
    gap: .75rem 1.2rem;
}

.home-launch .hero-deliverables span {
    color: #514d48 !important;
    font-size: .72rem !important;
}

.home-launch .hero-visual {
    height: min(680px, 66vh) !important;
    max-height: 680px !important;
    min-height: 570px !important;
}

.home-launch .hero-media-shell {
    inset: 0 0 0 1rem !important;
    border-radius: 180px 18px 18px 18px !important;
    background: #d9d2ca;
    box-shadow: 0 36px 90px rgba(37, 30, 24, .2) !important;
}

.home-launch .hero-video {
    filter: saturate(.82) contrast(1.04) !important;
}

.home-launch .hero-overlay {
    background: linear-gradient(180deg, rgba(16, 14, 12, .01) 44%, rgba(16, 14, 12, .36)) !important;
}

.home-launch .hero-floating-card {
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, .78);
    box-shadow: 0 20px 50px rgba(27, 22, 18, .16);
}

.home-launch .hero-floating-card-top {
    right: -18px;
    top: 8%;
    padding: 1rem 1.15rem;
}

.home-launch .hero-floating-card-bottom {
    left: -18px;
    bottom: 8%;
    padding: 1rem 1.15rem;
}

/* Portfolio directly below hero */
.home-launch .portfolio-image-strip {
    padding: clamp(58px, 5vw, 78px) 0 clamp(62px, 5.5vw, 86px) !important;
    background: var(--launch-ink) !important;
}

.home-launch .portfolio-strip-heading {
    align-items: end;
    margin-bottom: 2rem;
}

.home-launch .portfolio-strip-copy h2 {
    max-width: 760px;
    font-size: clamp(2rem, 3.3vw, 3.75rem) !important;
    letter-spacing: -.052em !important;
}

.home-launch .portfolio-strip-copy .subheading {
    color: #f28a93 !important;
}

.home-launch .portfolio-strip-viewport {
    padding-left: max(40px, calc((100vw - 1420px) / 2)) !important;
    scroll-snap-type: x proximity;
}

.home-launch .portfolio-strip-track {
    gap: 18px !important;
}

.home-launch .portfolio-strip-card {
    flex-basis: clamp(330px, 29vw, 470px) !important;
    height: clamp(245px, 24vw, 360px) !important;
    border-radius: 14px !important;
    scroll-snap-align: start;
}

.home-launch .portfolio-strip-card img {
    transition: transform .65s cubic-bezier(.2, .7, .2, 1), filter .4s ease;
}

.home-launch .portfolio-strip-card:hover img {
    transform: scale(1.055);
    filter: saturate(1);
}

.home-launch .portfolio-strip-card span {
    font-size: .72rem !important;
    letter-spacing: .035em !important;
}

/* Capability rail */
.home-launch .turnkey-proof-strip {
    background: #fff !important;
}

.home-launch .turnkey-proof-grid {
    width: 100%;
    border-top: 0;
}

.home-launch .proof-item {
    min-height: 126px !important;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column !important;
    gap: .38rem !important;
    padding: 1.5rem clamp(1rem, 2vw, 2rem) !important;
}

.home-launch .proof-item strong {
    color: var(--launch-ink) !important;
    font-size: clamp(1rem, 1.35vw, 1.35rem) !important;
    letter-spacing: -.035em;
}

.home-launch .proof-item span {
    color: #7b746c !important;
    font-size: .64rem !important;
    line-height: 1.5;
    text-transform: uppercase;
}

/* Shared section rhythm */
.home-launch .section-padding {
    padding: clamp(84px, 7.5vw, 118px) 0 !important;
}

.home-launch .section-header-split {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .62fr);
    gap: clamp(2.5rem, 8vw, 8rem);
}

.home-launch .section-header-split h2 {
    max-width: 790px;
}

.home-launch .section-header p {
    max-width: 520px;
    color: #77716a !important;
    line-height: 1.8 !important;
}

.home-launch .subheading {
    color: var(--launch-coral) !important;
    font-size: .67rem !important;
    letter-spacing: .17em !important;
}

/* Value statement */
.home-launch .home-value-band {
    padding: clamp(76px, 7vw, 104px) 0 !important;
    background: var(--launch-paper) !important;
}

.home-launch .home-value-grid {
    border: 0;
    border-radius: var(--launch-radius);
    box-shadow: var(--launch-shadow);
}

.home-launch .value-intro,
.home-launch .value-point {
    min-height: 240px;
    padding: clamp(1.55rem, 2.2vw, 2.2rem);
}

.home-launch .value-intro {
    background: var(--launch-ink) !important;
}

.home-launch .value-intro strong {
    font-size: clamp(1.45rem, 2.05vw, 2rem);
    letter-spacing: -.045em;
}

.home-launch .value-point > div {
    justify-content: space-between;
}

.home-launch .value-point strong {
    max-width: 190px;
    font-size: .94rem;
    line-height: 1.4;
}

.home-launch .value-point p {
    font-size: .76rem;
}

/* Services */
.home-launch .services-section {
    background: #fff !important;
}

.home-launch #services-showcase .services-showcase-grid,
.home-launch #services-showcase .services-showcase-grid[data-layout="bento"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    gap: 22px !important;
}

.home-launch #services-showcase .services-showcase-grid[data-layout="bento"] .service-showcase-card:first-child,
.home-launch #services-showcase .services-showcase-grid[data-layout="bento"] .service-showcase-card:not(:first-child),
.home-launch #services-showcase .service-showcase-card {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 570px !important;
    flex-direction: column !important;
    border: 1px solid var(--launch-line) !important;
    border-radius: 16px !important;
    background: var(--launch-paper) !important;
}

.home-launch #services-showcase .services-showcase-grid[data-layout="bento"] .service-showcase-card:first-child .service-image,
.home-launch #services-showcase .services-showcase-grid[data-layout="bento"] .service-showcase-card:not(:first-child) .service-image,
.home-launch #services-showcase .service-image {
    flex: 0 0 auto !important;
    width: 100%;
    height: 310px !important;
    min-height: 310px !important;
}

.home-launch #services-showcase .service-image img,
.home-launch #services-showcase .service-image video {
    transition: transform .6s cubic-bezier(.2, .7, .2, 1);
}

.home-launch #services-showcase .service-showcase-card:hover .service-image img,
.home-launch #services-showcase .service-showcase-card:hover .service-image video {
    transform: scale(1.035);
}

.home-launch #services-showcase .service-info {
    display: flex;
    flex-direction: column;
    padding: 1.65rem !important;
    background: var(--launch-paper) !important;
}

.home-launch .service-index {
    display: block;
    margin-bottom: 1.2rem;
    color: var(--launch-coral);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .15em;
}

.home-launch #services-showcase .service-info h3 {
    margin-bottom: .8rem;
    font-size: clamp(1.2rem, 1.55vw, 1.55rem) !important;
}

.home-launch #services-showcase .service-info p {
    margin-bottom: 1.35rem;
}

.home-launch .service-link {
    margin-top: auto;
}

/* Studio story */
.home-launch .execution-story {
    background: var(--launch-paper) !important;
}

.home-launch .execution-story-grid {
    grid-template-columns: minmax(390px, .88fr) minmax(430px, 1.12fr) !important;
    gap: clamp(4rem, 8vw, 9rem) !important;
}

.home-launch .story-visual {
    min-height: 650px;
}

.home-launch .story-visual::before,
.home-launch .story-visual img {
    border-radius: 150px 18px 18px 18px;
}

.home-launch .story-stamp {
    right: -42px;
    width: 142px;
    height: 142px;
}

.home-launch .story-content-wrap .section-header h2 {
    max-width: 720px;
}

.home-launch .execution-copy p {
    max-width: 690px;
}

.home-launch .execution-copy li {
    min-height: 76px;
    background: rgba(255, 255, 255, .78) !important;
}

/* Process */
.home-launch #our-process {
    background: #fff !important;
}

.home-launch .execution-process-grid {
    gap: 0 !important;
    border-top: 1px solid var(--launch-line);
    border-bottom: 1px solid var(--launch-line);
}

.home-launch .process-step {
    position: relative;
    min-height: 280px !important;
    padding: 2rem 1.65rem !important;
    border: 0 !important;
    border-right: 1px solid var(--launch-line) !important;
    border-radius: 0 !important;
}

.home-launch .process-step:nth-child(3n) {
    border-right: 0 !important;
}

.home-launch .process-step:nth-child(n+4) {
    border-top: 1px solid var(--launch-line) !important;
}

.home-launch .process-step:hover {
    z-index: 1;
    transform: none !important;
    background: var(--launch-paper) !important;
    box-shadow: none !important;
}

.home-launch .step-number {
    width: auto;
    height: auto;
    margin-bottom: 4.1rem;
    display: block;
    border-radius: 0;
    background: transparent;
    color: var(--launch-coral) !important;
    font-size: .68rem !important;
    letter-spacing: .12em;
}

.home-launch .process-step h3 {
    font-size: 1.08rem !important;
}

.home-launch .process-step p {
    max-width: 300px;
}

/* Enquiry */
.home-launch .lead-capture-section {
    background: var(--launch-ink) !important;
}

.home-launch .lead-capture-section::before {
    width: 680px;
    height: 680px;
    top: -340px;
    right: -220px;
    border-width: 1px;
    border-color: rgba(255, 255, 255, .12);
}

.home-launch .lead-capture-grid {
    grid-template-columns: minmax(320px, .78fr) minmax(560px, 1.22fr) !important;
    gap: clamp(4rem, 9vw, 10rem) !important;
}

.home-launch .lead-copy h2 {
    max-width: 600px;
}

.home-launch .lead-mini-list {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1.55rem;
}

.home-launch .lead-mini-list span {
    border-radius: 999px !important;
    padding: .58rem .78rem !important;
    font-size: .66rem !important;
}

.home-launch .turnkey-lead-form {
    padding: clamp(1.5rem, 3vw, 2.4rem) !important;
    border-radius: 18px !important;
}

.home-launch .lead-form-heading {
    margin-bottom: .35rem;
}

.home-launch .lead-field label {
    margin-bottom: .45rem;
    color: #504b46 !important;
    font-weight: 750 !important;
}

.home-launch .lead-field input,
.home-launch .lead-field select,
.home-launch .lead-field textarea {
    min-height: 52px;
    border-radius: 10px !important;
    background: #f8f6f2 !important;
}

.home-launch .lead-field textarea {
    min-height: 112px;
}

.home-launch .turnkey-lead-form .btn {
    min-height: 54px;
    border-radius: 999px !important;
}

/* Testimonials and final CTA */
.home-launch #testimonials {
    background: var(--launch-paper) !important;
}

.home-launch .wa-testi-card {
    border-radius: 16px !important;
    background: #fff !important;
}

.home-launch .cta-section {
    padding: clamp(92px, 10vw, 150px) 0 !important;
    background:
        linear-gradient(90deg, rgba(16, 14, 12, .82), rgba(16, 14, 12, .58)),
        url('../assets/home_hero/home_hero_69dba0ae40f543.68786207_1776001198.jpg') center 54% / cover !important;
}

.home-launch .cta-section .container {
    max-width: 900px !important;
}

.home-launch .cta-section h2 {
    font-size: clamp(2.6rem, 5vw, 5rem) !important;
}

.home-launch .cta-section .btn {
    min-height: 54px;
    margin-top: 1rem;
    border-radius: 999px !important;
}

.home-launch .footer {
    background: #151412 !important;
}

.home-launch .consult-fab {
    min-height: 50px;
    padding: .8rem 1.15rem !important;
    border: 1px solid rgba(255, 255, 255, .24) !important;
    font-size: .75rem !important;
    box-shadow: 0 18px 42px rgba(30, 24, 20, .22) !important;
}

.home-launch .consult-panel {
    border: 1px solid rgba(25, 24, 22, .1) !important;
    border-radius: 18px !important;
    box-shadow: 0 32px 90px rgba(25, 20, 17, .28) !important;
}

/* Avoid paying layout cost for distant sections before they approach view. */
.home-launch #services-showcase,
.home-launch #home-seo-content,
.home-launch #our-process,
.home-launch #lead-capture,
.home-launch #testimonials {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
}

@media (max-width: 1180px) {
    .home-launch .container {
        width: min(100% - 56px, 1420px) !important;
    }

    .home-launch .hero-layout {
        grid-template-columns: minmax(360px, .9fr) minmax(400px, 1.1fr) !important;
        gap: 3rem !important;
    }

    .home-launch .hero-content h1 {
        font-size: clamp(3.2rem, 5.5vw, 4.8rem) !important;
    }

    .home-launch #services-showcase .service-image,
    .home-launch #services-showcase .services-showcase-grid[data-layout="bento"] .service-showcase-card:first-child .service-image,
    .home-launch #services-showcase .services-showcase-grid[data-layout="bento"] .service-showcase-card:not(:first-child) .service-image {
        height: 270px !important;
        min-height: 270px !important;
    }

    .home-launch .lead-capture-grid {
        grid-template-columns: minmax(280px, .75fr) minmax(480px, 1.25fr) !important;
        gap: 4rem !important;
    }
}

@media (max-width: 900px) {
    .home-launch .container {
        width: min(100% - 40px, 1420px) !important;
    }

    .home-launch .hero-layout {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
        padding-top: 54px !important;
        padding-bottom: 62px !important;
    }

    .home-launch .hero-content {
        max-width: 760px !important;
    }

    .home-launch .hero-visual {
        width: min(100%, 720px);
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: 5 / 4.2;
        justify-self: end;
    }

    .home-launch .hero-media-shell {
        border-radius: 130px 16px 16px 16px !important;
    }

    .home-launch .turnkey-proof-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .home-launch .proof-item:nth-child(n+4) {
        border-top: 1px solid var(--launch-line);
    }

    .home-launch .proof-item:nth-child(3)::after {
        display: none;
    }

    .home-launch .home-value-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .home-launch .value-intro {
        grid-column: 1 / -1;
    }

    .home-launch #services-showcase .services-showcase-grid,
    .home-launch #services-showcase .services-showcase-grid[data-layout="bento"] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .home-launch #services-showcase .service-showcase-card:last-child {
        grid-column: 1 / -1 !important;
    }

    .home-launch .execution-story-grid,
    .home-launch .lead-capture-grid {
        grid-template-columns: 1fr !important;
    }

    .home-launch .story-visual {
        width: min(88%, 580px) !important;
        min-height: 620px;
    }

    .home-launch .execution-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .home-launch .process-step:nth-child(n) {
        border-right: 1px solid var(--launch-line) !important;
        border-top: 0 !important;
    }

    .home-launch .process-step:nth-child(2n) {
        border-right: 0 !important;
    }

    .home-launch .process-step:nth-child(n+3) {
        border-top: 1px solid var(--launch-line) !important;
    }

    .home-launch .lead-copy {
        max-width: 680px;
    }
}

@media (max-width: 768px) {
    .home-launch .container {
        width: min(100% - 32px, 1420px) !important;
    }

    .home-launch .navbar {
        height: 68px !important;
    }

    .home-launch .nav-logo {
        color: #20201f !important;
        font-size: 1rem !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        letter-spacing: -.04em !important;
    }

    .home-launch .nav-menu {
        top: 0 !important;
    }

    .home-launch .nav-action-link {
        border-radius: 999px !important;
    }

    .home-launch .turnkey-hero {
        min-height: calc(100svh - 100px) !important;
        padding: 0 !important;
        background:
            linear-gradient(180deg, rgba(13, 12, 10, .42) 0%, rgba(13, 12, 10, .52) 42%, rgba(13, 12, 10, .88) 100%),
            var(--mobile-hero-image) center 46% / cover no-repeat !important;
    }

    .home-launch .turnkey-hero::after,
    .home-launch .consult-fab-wrap {
        display: none !important;
    }

    .home-launch .hero-layout {
        min-height: calc(100svh - 100px) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding-top: 22px !important;
        padding-bottom: 38px !important;
    }

    .home-launch .hero-content {
        max-width: 620px !important;
        padding: 0 !important;
    }

    .home-launch .hero-eyebrow {
        max-width: 310px;
        margin-bottom: .85rem;
        color: #ff9aa3 !important;
        font-size: .58rem !important;
        line-height: 1.55;
        letter-spacing: .14em !important;
    }

    .home-launch .hero-eyebrow::before {
        background: #ff9aa3 !important;
    }

    .home-launch .hero-content h1 {
        max-width: 640px !important;
        margin-bottom: .95rem !important;
        color: #fff !important;
        font-size: clamp(2.2rem, 9vw, 2.75rem) !important;
        line-height: 1.01 !important;
        letter-spacing: -.055em !important;
        text-shadow: 0 3px 24px rgba(0, 0, 0, .24) !important;
    }

    .home-launch .hero-content p {
        max-width: 560px !important;
        color: rgba(255, 255, 255, .82) !important;
        font-size: .9rem !important;
        line-height: 1.6 !important;
    }

    .home-launch .hero-buttons {
        margin-top: 1.35rem !important;
        gap: .6rem !important;
    }

    .home-launch .hero-buttons .btn {
        min-height: 48px;
        padding: .76rem 1.1rem !important;
        font-size: .76rem !important;
    }

    .home-launch .hero-buttons .btn-secondary {
        border-color: rgba(255, 255, 255, .52) !important;
        background: rgba(255, 255, 255, .08) !important;
        color: #fff !important;
        backdrop-filter: blur(12px);
    }

    .home-launch .hero-deliverables {
        margin-top: 1.25rem;
        padding-top: 1rem;
        border-top-color: rgba(255, 255, 255, .22);
        gap: .55rem .85rem;
    }

    .home-launch .hero-deliverables span {
        color: rgba(255, 255, 255, .82) !important;
        font-size: .66rem !important;
    }

    .home-launch .hero-deliverables b {
        background: rgba(255, 255, 255, .14);
        color: #ff9aa3;
    }

    .home-launch .hero-visual {
        display: none !important;
    }

    .home-launch .portfolio-image-strip {
        padding: 54px 0 62px !important;
    }

    .home-launch .portfolio-strip-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.1rem;
    }

    .home-launch .portfolio-strip-copy h2 {
        font-size: clamp(2rem, 8.4vw, 3rem) !important;
    }

    .home-launch .portfolio-strip-viewport {
        padding-left: 16px !important;
    }

    .home-launch .portfolio-strip-card {
        flex-basis: 84vw !important;
        height: auto !important;
        aspect-ratio: 4 / 3;
    }

    .home-launch .turnkey-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .home-launch .proof-item {
        min-height: 108px !important;
        padding: 1.15rem !important;
    }

    .home-launch .proof-item:last-child {
        grid-column: 1 / -1;
    }

    .home-launch .section-padding {
        padding: 72px 0 !important;
    }

    .home-launch .section-header-split {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .home-launch .home-value-band {
        padding: 68px 0 !important;
    }

    .home-launch .home-value-grid {
        grid-template-columns: 1fr !important;
    }

    .home-launch .value-intro,
    .home-launch .value-point {
        min-height: 0 !important;
        padding: 24px 20px !important;
    }

    .home-launch .value-intro {
        min-height: 176px !important;
    }

    .home-launch .value-point {
        border-left: 0 !important;
        border-top: 1px solid var(--launch-line);
    }

    .home-launch .value-point > div {
        gap: 1rem;
    }

    .home-launch #services-showcase .services-showcase-grid,
    .home-launch #services-showcase .services-showcase-grid[data-layout="bento"] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .home-launch #services-showcase .service-showcase-card,
    .home-launch #services-showcase .service-showcase-card:last-child,
    .home-launch #services-showcase .services-showcase-grid[data-layout="bento"] .service-showcase-card:first-child,
    .home-launch #services-showcase .services-showcase-grid[data-layout="bento"] .service-showcase-card:not(:first-child) {
        grid-column: 1 !important;
        min-height: 0 !important;
    }

    .home-launch #services-showcase .service-image,
    .home-launch #services-showcase .services-showcase-grid[data-layout="bento"] .service-showcase-card:first-child .service-image,
    .home-launch #services-showcase .services-showcase-grid[data-layout="bento"] .service-showcase-card:not(:first-child) .service-image {
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 10;
    }

    .home-launch .story-visual {
        width: calc(100% - 14px) !important;
        min-height: 0;
        aspect-ratio: 4 / 4.7;
    }

    .home-launch .story-visual::before {
        inset: 22px -14px -14px 22px;
    }

    .home-launch .story-visual::before,
    .home-launch .story-visual img {
        border-radius: 92px 14px 14px 14px;
    }

    .home-launch .story-stamp {
        right: -12px;
        width: 108px;
        height: 108px;
    }

    .home-launch .execution-copy ul {
        grid-template-columns: 1fr;
    }

    .home-launch .execution-process-grid {
        grid-template-columns: 1fr !important;
    }

    .home-launch .process-step:nth-child(n) {
        min-height: 0 !important;
        padding: 26px 20px !important;
        border-right: 0 !important;
        border-top: 1px solid var(--launch-line) !important;
    }

    .home-launch .process-step:first-child {
        border-top: 0 !important;
    }

    .home-launch .step-number {
        margin-bottom: 2.1rem;
    }

    .home-launch .lead-capture-grid {
        gap: 42px !important;
    }

    .home-launch .turnkey-lead-form {
        padding: 20px !important;
    }

    .home-launch .cta-section {
        padding: 82px 0 !important;
    }
}

@media (max-width: 480px) {
    .home-launch .container {
        width: min(100% - 28px, 1420px) !important;
    }

    .home-launch .hero-buttons {
        margin-top: 1.6rem;
    }

    .home-launch .hero-buttons .btn {
        width: 100%;
    }

    .home-launch .turnkey-hero,
    .home-launch .hero-layout {
        min-height: calc(100svh - 100px) !important;
    }

    .home-launch .hero-layout {
        padding-top: 16px !important;
        padding-bottom: 30px !important;
    }

    .home-launch .hero-content h1 {
        max-width: 350px !important;
        font-size: clamp(1.98rem, 8.5vw, 2.35rem) !important;
    }

    .home-launch .hero-content p {
        max-width: 350px !important;
        font-size: .86rem !important;
    }

    .home-launch .proof-item strong {
        font-size: .94rem !important;
    }

    .home-launch .proof-item span {
        font-size: .58rem !important;
    }

    .home-launch .service-index {
        margin-bottom: .9rem;
    }

    .home-launch .turnkey-lead-form {
        padding: 18px !important;
    }

    .home-launch .lead-form-heading h3 {
        font-size: 1.25rem !important;
    }

    .home-launch .consult-fab {
        min-height: 46px;
        padding: .72rem .95rem !important;
    }
}

@media (hover: none) {
    .home-launch .service-showcase-card:hover,
    .home-launch .portfolio-strip-card:hover img,
    .home-launch .btn:hover {
        transform: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-launch .portfolio-strip-track {
        animation: none !important;
    }
}
