body.service-guide-page .corp-stage {
    min-height: auto;
}

body.service-guide-page .corp-stage__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
        "copy"
        "dock";
    gap: 48px;
    min-height: 0;
    padding-top: 68px;
}

body.service-guide-page .corp-stage__copy {
    max-width: 760px;
    align-self: start;
}

body.service-guide-page .corp-stage__copy h1 {
    font-size: clamp(36px, 4vw, 46px);
    letter-spacing: -0.045em;
}

body.service-guide-page .corp-stage__copy > span {
    max-width: 700px;
}

body.service-guide-page .corp-service-dock {
    box-shadow: none;
    backdrop-filter: none;
}

@media (max-width: 767px) {
    body.mobile-main-shell.service-guide-page .corp-home {
        padding-top: var(--mobile-primary-header-height);
    }

    body.service-guide-page .corp-stage__inner {
        gap: 30px;
        padding-top: 36px;
    }

    body.service-guide-page .corp-stage__copy h1 {
        max-width: none;
        font-size: 32px;
        line-height: 1.18;
    }

    body.service-guide-page .corp-stage__copy > span {
        max-width: 520px;
    }
}

@media (max-width: 410px) {
    body.service-guide-page .corp-stage__copy h1 {
        font-size: 30px;
    }
}
