html,
html[data-theme="dark"],
html[data-theme="light"] {
    color-scheme: dark !important;
}

.theme-fab,
.theme-menu-toggle,
.header-theme-toggle {
    display: none !important;
}

@media (min-width: 901px) {
    .hero::before {
        content: "" !important;
        position: absolute;
        inset: 0;
        left: 50%;
        width: 100vw;
        transform: translateX(-50%);
        z-index: 0;
        display: block !important;
        pointer-events: none;
        background: rgba(8, 9, 8, 0.42) !important;
    }

    .hero-panel {
        justify-self: center !important;
        margin-left: 0 !important;
        width: min(1120px, calc(100% - (var(--hero-content-gutter) * 2))) !important;
        padding: 2rem !important;
    }

    .hero-panel-content {
        max-width: 54rem !important;
        margin-inline: auto !important;
        align-items: center !important;
        text-align: center !important;
        transform: none !important;
    }

    .hero-kicker {
        justify-content: center !important;
        text-align: center !important;
        margin-top: 0 !important;
    }

    .hero-kicker-brand {
        gap: 0.18rem !important;
        transform: translateY(-1.95rem) !important;
        margin-bottom: -1.95rem !important;
    }

    .hero-kicker-logo {
        width: clamp(116px, 13vw, 168px) !important;
    }

    .hero-title-lockup {
        align-self: center !important;
        width: 100% !important;
        max-width: 62rem !important;
    }

    .hero-display {
        align-items: center !important;
        margin-inline: auto !important;
        text-align: center !important;
    }

    .hero-display-line-single {
        white-space: normal !important;
    }

    .hero-price-note {
        margin-inline: auto !important;
    }

    .hero-lead {
        max-width: 48rem !important;
        margin-inline: auto !important;
        text-align: center !important;
    }

    .hero-actions {
        justify-content: center !important;
    }

    .hero-outline {
        margin-inline: auto !important;
    }
}
