* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #F5F1E8;
    font-family: 'Work Sans', system-ui, sans-serif;
    color: #201C16;
}

a {
    color: #8C6E3E;
    text-decoration: none;
}

a:hover {
    color: #6b511f;
}

h1,
h2,
h3 {
    font-family: 'Playfair Display', Georgia, serif;
    margin: 0;
}

input,
select,
button {
    font-family: 'Work Sans', system-ui, sans-serif;
}

::placeholder {
    color: #8a8377;
}

summary::-webkit-details-marker {
    display: none;
}

summary {
    list-style: none;
}

details .chev {
    display: inline-block;
    transition: transform 0.2s ease;
}

details[open] .chev {
    transform: rotate(45deg);
}

.custom-cf7-form,
#contact > .wpcf7 {
    flex: 1;
    max-width: 440px;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.custom-cf7-form label {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.custom-cf7-form label span:first-child {
    font-size: 11px;
    letter-spacing: 1px;
    color: #8C6E3E;
    font-weight: 600;
}

.custom-cf7-form .wpcf7-form-control-wrap {
    display: block;
}

.custom-cf7-form input[type="text"],
.custom-cf7-form input[type="tel"],
.custom-cf7-form input[type="email"] {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #E4DCC8;
    background: #FFFFFF;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.custom-cf7-form .wpcf7-submit {
    margin-top: 6px;
    padding: 16px;
    background: #201C16;
    color: #F5F1E8;
    border: none;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 600;
    cursor: pointer;
}

.ip-banner{
    display: none;
}

@media (max-width: 900px) {
    .nav-links {
        display: none !important;
    }

    .hero-h1 {
        font-size: 38px !important;
    }

    .search-form {
        flex-direction: column !important;
    }

    .search-form label {
        border-right: none !important;
        border-bottom: 1px solid #E4DCC8;
    }

    .grid-3 {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    .grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .grid-2 {
        grid-template-columns: 1fr !important;
    }

    .split {
        flex-direction: column !important;
    }

    .pad-64 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .statement-photo {
        min-height: 280px !important;
    }

    .contact-split {
        flex-direction: column !important;
    }
    #hero{
        padding-top: 80px !important;
    }
}