.driftbloom-footer {
    background: #0d0d0d;
    color: #cfcac2;
    padding: 88px 32px 40px;
    font-size: 15px;
}

.driftbloom-footer__container {
    max-width: 1200px;
    margin: 0 auto;
}

.driftbloom-footer__top {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    justify-content: space-between;
    padding-bottom: 72px;
}

.driftbloom-footer__newsletter {
    flex: 1 1 460px;
    max-width: 560px;
}

.driftbloom-footer__heading {
    color: #f5f0e8;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0 0 20px;
}

.driftbloom-footer__subtext {
    color: #8f8a82;
    margin: 0 0 32px;
    line-height: 1.6;
}

.driftbloom-footer__form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #4a463f;
    padding-bottom: 10px;
    gap: 12px;
}

.driftbloom-footer__input {
    flex: 1;
    background: transparent;
    border: none;
    color: #f5f0e8;
    font-size: 16px;
    padding: 8px 0;
    outline: none;
}

.driftbloom-footer__input::placeholder {
    color: #6d6860;
}

.driftbloom-footer__submit {
    background: transparent;
    border: none;
    color: #f5f0e8;
    font-size: 16px;
    cursor: pointer;
    padding: 8px 0;
    white-space: nowrap;
}

.driftbloom-footer__submit:hover {
    color: #d4a373;
}

.driftbloom-footer__hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.driftbloom-footer__consent {
    color: #6d6860;
    font-size: 12px;
    margin-top: 16px;
    line-height: 1.6;
}

.driftbloom-footer__consent a {
    color: #8f8a82;
    text-decoration: underline;
}

.driftbloom-footer__confirm {
    color: #d4a373;
    font-size: 16px;
}

.driftbloom-footer__error {
    color: #c9847a;
    font-size: 13px;
    margin-top: 10px;
}

.driftbloom-footer__columns {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
    flex: 0 1 auto;
}

.driftbloom-footer__col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 140px;
}

.driftbloom-footer__col-title {
    color: #f5f0e8;
    font-weight: 500;
    margin-bottom: 6px;
    letter-spacing: 0.02em;
}

.driftbloom-footer__col a {
    color: #8f8a82;
    text-decoration: none;
    line-height: 1.5;
}

.driftbloom-footer__col a:hover,
.driftbloom-footer__col a:focus {
    color: #f5f0e8;
}

.driftbloom-footer__link--prominent {
    color: #cfcac2 !important;
    font-weight: 500;
}

.driftbloom-footer__brandline {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid #262523;
    padding: 40px 0 28px;
}

.driftbloom-footer__wordmark {
    color: #f5f0e8;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.35em;
}

.driftbloom-footer__payments {
    color: #6d6860;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.driftbloom-footer__legalbar {
    color: #6d6860;
    font-size: 12px;
    line-height: 1.9;
    border-top: 1px solid #262523;
    padding-top: 24px;
}

.driftbloom-footer__legalbar a {
    color: #8f8a82;
    text-decoration: underline;
}

.driftbloom-footer__legalbar a:hover {
    color: #d4a373;
}

@media (max-width: 768px) {
    .driftbloom-footer {
        padding: 56px 20px 32px;
    }

    .driftbloom-footer__heading {
        font-size: 34px;
    }

    .driftbloom-footer__top {
        gap: 40px;
        padding-bottom: 48px;
    }

    .driftbloom-footer__wordmark {
        font-size: 20px;
        letter-spacing: 0.28em;
    }
}

/* Hide any residual Astra footer chrome */
.ast-below-footer-section,
.footer-sml-section-1,
.site-footer .ast-builder-grid-row-container {
    display: none !important;
}
