* {
    font-family: "Inter Tight";
    margin: 0;
    padding: 0;
    color: #241F17;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

.h1,
h1 {
    font-size: 4.2vw;
    letter-spacing: -1px;
    color: white;
}

.h2,
h2 {
    font-size: 2.8vw;
    letter-spacing: -1px;
}

.utility-dark-overlay::after {
    content: '';
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: 
    linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 100%),
    linear-gradient(0deg, rgba(121, 108, 81, 0.12) 0%, rgba(121, 108, 81, 0.12) 100%),
    radial-gradient(149.05% 114.93% at 50% 50%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.10) 100%);
    background-blend-mode: normal, multiply, normal;
}

.utility-top-tree {
    display: flex;
    flex-direction: column;
    gap: 1.9vw;
}

.utility-top-tree::before {
    content: '';
    display: block;
    width: 4.2vw;
    aspect-ratio: 1;
    background: url(/wp-content/uploads/2026/03/tree.svg);
    margin-inline: auto;
    background-size: 100% 100%;
}

.image_frame {
    width: 100%;
    height: 100%;

    * {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
    }
}



.section-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    z-index: 0;
    padding: 18.5vw 23vw 6.9vw;
}

.section-header.home {
    padding: 4vw 2vw;
    justify-content: flex-start;
    align-items: flex-end;
}

.section-header .image_frame {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    pointer-events: none;

    * {
        pointer-events: none;
    }
}

.section-header.home .title {
    width: 37vw;
}

.section-slider {
    padding: 7vw 2vw 0;
}

.laytout-slider {
    display: flex;
    flex-direction: column;
    gap: 3.5vw;
}

.laytout-slider > h2 {
    padding-inline: 14vw;
    text-align: center;
}

.module-slider .splide__slide {
    border-radius: 2.2vw;
    overflow: hidden;
    aspect-ratio: 1385/684;
}
