html {
    overflow-x: clip;
    scroll-behavior: smooth;
}

body {
    overflow-x: clip;
}

body > header {
    position: sticky;
    top: 0;
    z-index: 40;
}

main,
.grid > * {
    min-width: 0;
}

img {
    max-width: 100%;
}

[class~="bg-[#b84918]"] {
    background-color: #b84918;
}

[class~="bg-[#b84918]/20"] {
    background-color: rgb(184 73 24 / 0.2);
}

[class~="hover:bg-[#a4421d]"]:hover {
    background-color: #a4421d;
}

[class~="bg-[#843414]"] {
    background-color: #843414;
}

[class~="text-[#843414]"] {
    color: #843414;
}

[class~="hover:bg-[#6f2b11]"]:hover {
    background-color: #6f2b11;
}

.hero-title {
    font-size: clamp(2.75rem, 6vw, 4.65rem);
    line-height: 0.96;
}

@media (min-width: 1280px) {
    .public-desktop-nav {
        display: flex;
    }

    .public-menu-button,
    .public-mobile-nav {
        display: none !important;
    }

    .hero-layout {
        grid-template-columns: 0.92fr 1.08fr;
        align-items: center;
    }

    .hero-media {
        height: 39rem;
    }

    .hero-media-frame {
        position: absolute;
        inset: 0 2rem 0 0;
        height: auto;
    }

    .hero-float {
        display: block;
    }

    .hero-title {
        font-size: 4rem;
    }
}

::selection {
    background: #dce8c7;
    color: #2d2118;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
