@media (max-width: 1100px) {
    .sv-section-head,
    .sv-service-index__intro,
    .sv-process__head,
    .sv-investment__grid,
    .sv-cta__grid {
        grid-template-columns: 1fr;
    }

    .sv-hero__bottom {
        grid-template-columns: 1fr;
    }

    .sv-hero__actions {
        justify-content: flex-start;
    }

    .sv-service-chapter {
        grid-template-columns: 0.18fr 0.82fr;
    }

    .sv-service-chapter__content {
        grid-column: 2;
    }

    .sv-investment__statement {
        max-width: 52rem;
    }

    .sv-process__timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sv-faq__grid {
        grid-template-columns: minmax(240px, 0.6fr) minmax(0, 1.4fr);
        gap: 3.5rem;
    }
}

@media (max-width: 900px) {
    :root {
        --sv-gutter: clamp(1rem, 4.6vw, 1.65rem);
    }

    .sv-section {
        padding-block: clamp(4.5rem, 13vw, 7rem);
    }

    .sv-hero {
        min-height: auto;
    }

    .sv-hero__inner {
        padding-top: clamp(5.5rem, 15vw, 8rem);
        padding-bottom: 1.5rem;
        gap: 3.4rem;
    }

    .sv-hero__headline h1 {
        max-width: 12ch;
        font-size: clamp(4rem, 14vw, 6.8rem);
        line-height: 0.88;
    }

    .sv-hero__orb {
        top: 13%;
        right: -35%;
        width: 82vw;
    }

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

    .sv-solution-matrix__label {
        display: none;
    }

    .sv-solution-row {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }

    .sv-solution-row__answer {
        padding-left: 4rem;
    }

    .sv-service-chapter__title h3 {
        max-width: 11ch;
    }

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

    .sv-standards__head {
        grid-template-columns: 1fr;
    }

    .sv-standards__head h2 {
        margin-top: 1.35rem;
    }

    .sv-faq__grid {
        grid-template-columns: 1fr;
    }

    .sv-faq__intro {
        position: static;
        max-width: 44rem;
    }
}

@media (max-width: 700px) {
    body .fg-services-page h1,
    body .fg-services-page h2,
    body .fg-services-page h3,
    body .fg-services-page p,
    body .fg-services-page li,
    body .fg-services-page strong,
    body .fg-services-page span,
    body .fg-services-page a,
    body .fg-services-page button {
        max-width: 100%;
        word-break: normal !important;
        overflow-wrap: normal !important;
        white-space: normal;
        hyphens: none !important;
    }

    .sv-kicker {
        font-size: 0.61rem;
        letter-spacing: 0.12em;
    }

    .sv-kicker::before {
        width: 1.8rem;
    }

    .sv-section-head h2,
    .sv-service-index__intro h2,
    .sv-process__head h2,
    .sv-standards__head h2,
    .sv-faq__intro h2,
    .sv-investment__statement h2 {
        max-width: 100%;
        font-size: clamp(3rem, 14vw, 4.6rem);
        line-height: 0.96;
    }

    .sv-section-head,
    .sv-service-index__intro,
    .sv-process__head {
        gap: 1.8rem;
        margin-bottom: 3.2rem;
    }

    .sv-hero__eyebrow {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.9rem;
    }

    .sv-hero__headline h1 {
        max-width: 100%;
        font-size: clamp(3.7rem, 17vw, 5.6rem);
        line-height: 0.9;
    }

    .sv-hero__lead {
        font-size: 1rem;
        line-height: 1.75;
    }

    .sv-hero__actions {
        align-items: stretch;
    }

    .sv-hero__actions .sv-button {
        width: 100%;
    }

    .sv-hero__trust {
        grid-template-columns: 1fr;
        border-left: 0;
    }

    .sv-hero__trust > div {
        min-height: auto;
        padding: 1.1rem 0;
        border-right: 0;
    }

    .sv-hero__trust small {
        margin-bottom: 0.7rem;
    }

    .sv-hero__orb {
        top: 16%;
        right: -58%;
        width: 120vw;
    }

    .sv-solution-row {
        padding-block: 2.5rem;
    }

    .sv-solution-row__problem {
        grid-template-columns: 2.2rem minmax(0, 1fr);
        gap: 0.75rem;
    }

    .sv-solution-row__problem h3 {
        max-width: 100%;
        font-size: clamp(2.25rem, 10.5vw, 3.3rem);
        line-height: 1;
    }

    .sv-solution-row__answer {
        padding-left: 2.95rem;
    }

    .sv-solution-row__answer p {
        font-size: 0.94rem;
        line-height: 1.75;
    }

    .sv-service-chapter {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        padding-block: 3.2rem;
    }

    .sv-service-chapter__number {
        font-size: 3.7rem;
    }

    .sv-service-chapter__title h3 {
        max-width: 100%;
        font-size: clamp(3rem, 14vw, 4.4rem);
    }

    .sv-service-chapter__content {
        grid-column: auto;
    }

    .sv-service-chapter__content ul {
        grid-template-columns: 1fr;
    }

    .sv-service-chapter__content li:nth-child(odd) {
        border-right: 0;
    }

    .sv-service-chapter__outcome {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .sv-investment__row {
        grid-template-columns: 2rem 1fr;
        gap: 0.75rem;
    }

    .sv-investment__row p {
        grid-column: 2;
    }

    .sv-investment__note {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .sv-process__timeline {
        grid-template-columns: 1fr;
        border-left: 0;
    }

    .sv-process__timeline::before {
        top: 0;
        left: 0;
        width: 3px;
        height: var(--sv-process-progress, 0%);
    }

    .sv-process__timeline li {
        min-height: auto;
        padding: 1.5rem 0 1.5rem 1.5rem;
        border-right: 0;
    }

    .sv-process__timeline li > span {
        margin-bottom: 2rem;
    }

    .sv-standards__compare {
        grid-template-columns: 1fr;
    }

    .sv-standards__column {
        padding: 1.4rem;
    }

    .sv-faq__item button {
        grid-template-columns: 1fr 2.25rem;
        padding: 1.25rem 0;
    }

    .sv-faq__item button i {
        width: 2.25rem;
        height: 2.25rem;
    }

    .sv-cta h2 {
        max-width: 100%;
        font-size: clamp(3.8rem, 17vw, 5.8rem);
        line-height: 0.9;
    }

    .sv-cta::before {
        right: -56%;
        width: 120vw;
    }

    .sv-cta__contact .sv-button {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .sv-hero__headline h1 {
        font-size: clamp(3.35rem, 16.3vw, 4.5rem);
    }

    .sv-button {
        min-height: 3.3rem;
        padding-inline: 1rem;
        font-size: 0.68rem;
    }

    .sv-solution-row__problem h3 {
        font-size: 2.25rem;
    }

    .sv-service-chapter__title h3 {
        font-size: 3rem;
    }

    .sv-cta h2 {
        font-size: 3.8rem;
    }
}
