/* BAGABOOTH — Coming soon page overrides */

.hero--coming-soon .hero__content {
    padding-bottom: clamp(1rem, 4vh, 2rem);
}

.site-header:not(:has(.site-nav)) {
    justify-content: flex-start;
}

.site-footer__brand {
    cursor: default;
}

@media (max-width: 480px) {
    .site-footer__inner {
        justify-content: center;
        text-align: center;
    }

    .site-footer__meta {
        flex-basis: 100%;
    }
}
