.wh-brief-signup {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.88fr);
    gap: clamp(48px, 6vw, 88px);
    align-items: center;
    margin-bottom: 0;
    padding-block: 64px;
    text-align: left;
    border-block: 1px solid rgb(255 255 255 / 0.14);
}

.home-template .gh-footer {
    margin-top: 0;
}

.wh-brief-copy {
    max-width: 56rem;
}

.wh-brief-signup .wh-footer-kicker {
    margin-bottom: 14px;
}

.wh-brief-signup .gh-footer-signup-header {
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(4.2rem, 4.7vw, 6rem);
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 0.95;
}

.wh-brief-signup .gh-footer-signup-subhead {
    max-width: 52rem;
    margin: 18px 0 0;
    font-size: 1.65rem;
    line-height: 1.5;
    color: #c2c9d7;
    opacity: 1;
}

.wh-brief-form {
    width: 100%;
}

.wh-brief-form .gh-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    max-width: none;
    height: 58px;
    margin: 0;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
}

.wh-brief-form .gh-form:hover {
    background: #fff;
}

.wh-brief-form .gh-form-input {
    position: static;
    min-width: 0;
    padding-inline: 18px;
    color: var(--wh-ink);
    background: #fff;
    border-radius: 0;
}

.wh-brief-form .gh-form-input::placeholder {
    color: #687182;
    opacity: 1;
}

.wh-brief-form .gh-form-input:focus {
    z-index: 1;
    outline: 3px solid #9eb2ff;
    outline-offset: 2px;
}

.wh-brief-form .gh-form .gh-button {
    position: static;
    min-width: 206px;
    height: 100%;
    padding-inline: 24px;
    color: #fff;
    background: var(--wh-blue);
    border-radius: 0;
    white-space: nowrap;
}

.wh-brief-form .gh-form [data-members-error] {
    top: calc(100% + 8px);
    margin: 0;
    color: #ffb4b4;
}

.wh-brief-form > small {
    display: block;
    margin-top: 12px;
    font-size: 1.15rem;
    line-height: 1.4;
    color: #909bad;
}

@media (max-width: 767px) {
    .wh-brief-signup {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-block: 48px;
    }

    .wh-brief-signup .gh-footer-signup-header {
        font-size: clamp(4rem, 14vw, 5.2rem);
    }

    .wh-brief-signup .gh-footer-signup-subhead {
        margin-top: 14px;
        font-size: 1.55rem;
    }
}

@media (max-width: 480px) {
    .wh-brief-form .gh-form {
        grid-template-columns: 1fr;
        gap: 10px;
        height: auto;
        background: transparent;
        border: 0;
    }

    .wh-brief-form .gh-form-input {
        width: 100%;
        height: 54px;
    }

    .wh-brief-form .gh-form .gh-button {
        width: 100%;
        min-width: 0;
        height: 52px;
    }

    .wh-brief-form .gh-form [data-members-error] {
        position: static;
        grid-column: 1;
        margin-top: 2px;
    }
}
