* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: #20251f;
    background: #f4f1e9;
    font-family: "DM Sans", sans-serif;
    line-height: 1.6
}

a {
    text-decoration: none;
    color: inherit
}

/* .site-header {
    height: 82px;
    padding: 0 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f1e9;
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid #d9d4c8;
    position: relative;
} */


.site-header {
    height: 82px;
    padding: 0 5vw;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #f4f1e9;

    position: sticky;
    top: 0;

    z-index: 10000;

    border-bottom: 1px solid #d9d4c8;
}

.brand {
    font: 600 19px "DM Sans";
    letter-spacing: .16em
}

.brand span {
    font-weight: 400
}

.desktop-nav {
    display: flex;
    gap: 22px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.header-cta {
    font-size: 12px;
    border-bottom: 1px solid;
    padding-bottom: 4px
}

.menu-btn {
    display: none;
    background: none;
    border: 0;
    font-size: 22px
}

.hero {
    min-height: 88vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 8vw 7vw;
    background: linear-gradient(90deg, rgba(19, 26, 19, .72), rgba(19, 26, 19, .1)), url("hero_villa-2.webp") center/cover;
    color: #fff
}

.hero-content {
    max-width: 800px;
    position: relative;
    z-index: 2
}

.eyebrow,
.section-kicker {
    font-size: 20px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 600;
    font-family:  "Playfair Display";
    font-style: italic;
}

.hero h1 {
    font: 500 clamp(58px, 8vw, 116px)/.94 "Playfair Display";
    margin: 20px 0
}

.hero h1 em,
h1 em,
h2 em {
    font-style: italic
}

.hero p {
    font-size: 19px;
    max-width: 680px;
    margin: 0 0 10px
}

.hero-copy {
    font-size: 15px !important;
    opacity: .86
}

.actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
    width: 100%;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid;
    transition: .25s ease;
}

.btn.light {
    background: #fff;
    color: #20251f;
    border-color: #fff
}

.btn.outline {
    color: #fff;
    border-color: rgba(255, 255, 255, .7)
}

.btn.dark {
    background: #20251f;
    color: #fff
}

.btn.outline-dark {
    border-color: #20251f
}

.scroll {
    position: absolute;
    right: 7vw;
    bottom: 32px;
    font-size: 10px;
    letter-spacing: .15em;
    opacity: .8
}

.section {
    padding: 110px 7vw
}

.intro,
.expertise,
.locations,
.why,
.insights {
    background: #f4f1e9
}

.split {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    /* gap: 8vw; */
    margin: 0 auto;
    margin-top: 35px
}

.split h2,
.section-head h2 {
    font: 500 clamp(40px, 5vw, 72px)/1.04 "Playfair Display";
    margin-right: 25px ;
    margin: 0
}

.split p {

    /* max-width: 570px; */
}

.text-link {
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .12em;
    border-bottom: 1px solid;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    /* background: #c9c5ba; */
    margin-top: 55px;
    padding: 2px;
    border-radius: 12px;
}

.card {
    position: relative;
    background: #f4f1e9;
    padding: 38px;
    min-height: 260px;
    transition: .3s;
    border-radius: 10px;
}

.card:hover {
    background: #e9e5da;
    transform: translateY(-4px)
}

.card span {
    font-size: 11px;
    letter-spacing: .15em
}

.card h3 {
    font: 500 27px/1.15 "Playfair Display";
    margin: 55px 0 12px
}

.card p {
    font-size: 14px;
    color: #5f625b
}

.card a {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .13em
}

.curated,
.lifestyle {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 650px
}

.image-panel {
    background: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1500&q=85") center/cover
}

.dark-panel {
    background: #20271f;
    color: #fff;
    padding: 10vw 8vw
}

.dark-panel h2,
.lifestyle-copy h2 {
    font: 500 clamp(40px, 4.8vw, 68px)/1.04 "Playfair Display";
    margin: 25px 0
}

.dark-panel p {
    max-width: 520px;
    color: #d7dbd2
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 55px
}

.location {
    min-height: 230px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background: linear-gradient(0deg, rgba(17, 25, 18, .8), transparent), url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1000&q=80") center/cover
}

.location:nth-child(2) {
    background-image: linear-gradient(0deg, rgba(17, 25, 18, .8), transparent), url("https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=1000&q=80")
}

.location:nth-child(3) {
    background-image: linear-gradient(0deg, rgba(17, 25, 18, .8), transparent), url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1000&q=80")
}

.location:nth-child(4) {
    background-image: linear-gradient(0deg, rgba(17, 25, 18, .8), transparent), url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=1000&q=80")
}

.location:nth-child(5) {
    background-image: linear-gradient(0deg, rgba(17, 25, 18, .8), transparent), url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1000&q=80")
}

.location:nth-child(6) {
    background-image: linear-gradient(0deg, rgba(17, 25, 18, .8), transparent), url("https://images.unsplash.com/photo-1600573472550-8090b5e0745e?auto=format&fit=crop&w=1000&q=80")
}

.location strong {
    font: 500 25px "Playfair Display"
}

.location small {
    opacity: .8
}

.location span {
    position: absolute;
    align-self: flex-start
}

.journey {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    background: #e6e1d4;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 620px
}

.journey-copy {
    /*padding: 10vw 7vw*/
    padding: 148px 0;
}

.journey h2 {
    font: 500 clamp(44px, 5vw, 72px)/1.04 "Playfair Display";
    margin: 25px 0
}

.journey-copy p {
    max-width: 600px;
}

.journey-art {
    /* background: #b6b0a0; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;

}

.circle {
    /* width: 360px; */
    /* height: 360px; */
    /* border-radius: 50%; */
    /* position: absolute; */

}

.art-label {
    border: 1px solid rgba(226, 193, 149, 0.8);
    text-align: center;
    font: 500 28px/1.4 "Playfair Display";
    letter-spacing: .08em;
    overflow: hidden !important;
    border-radius: 15px;
    height: 300px;

    img {
        width: 100%;
        object-fit: cover;
        /* border-radius: 50%; */
    }
}

.categories {
    background: #20271f;
    color: #fff
}

.mini-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 55px
}

.mini-grid>div {
    padding: 20px;
    border: 1px solid #4d544b;
    min-height: 210px
}


.mini-grid h3 {
    font: 500 31px "Playfair Display"
}

.mini-grid p {
    color: #cdd1c9
}

.principles {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 70px;
    border-top: 1px solid #c9c5ba;
    border-bottom: 1px solid #c9c5ba
}

.principles span {
    padding: 24px 10px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    border-right: 1px solid #c9c5ba;
    border-left: 1px solid #c9c5ba;
}

.why blockquote {
    font: 500 clamp(30px, 4vw, 54px)/1.15 "Playfair Display";
    margin: 90px 0 0;
    max-width: 1000px
}

.lifestyle-image {
    background: url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1600&q=85") center/cover
}

.lifestyle-copy {
    background: #273025;
    color: #fff;
    padding: 10vw 8vw
}

.lifestyle-copy p {
    max-width: 530px;
    color: #d5dbd2
}

.articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 55px
}

.articles article {
    border-top: 1px solid #aaa69b;
    padding: 28px 5px
}

.articles small {
    font-size: 10px;
    letter-spacing: .14em
}

.articles h3 {
    font: 500 27px/1.2 "Playfair Display";
    min-height: 105px
}

.articles a {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .12em
}

.contact {
    background: #ddd8cb
}

.contact-box {
    background: #f4f1e9;
    padding: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8vw
}

.contact h2 {
    font: 500 clamp(40px, 4.5vw, 66px)/1.05 "Playfair Display";
    margin: 25px 0
}

.contact form {
    display: grid;
    gap: 12px
}

input,
select {
    width: 100%;
    padding: 16px;
    border: 1px solid #bcb7aa;
    background: transparent;
    font: inherit;
    color: #20251f
}

.form-note {
    font-size: 10px;
    color: #777
}

.contact form .btn {
    cursor: pointer
}

footer {
    background: #20251f;
    color: #fff;
    padding: 75px 7vw 25px;
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 40px
}

.footer-brand {
    font: 600 25px "DM Sans";
    letter-spacing: .14em
}

.footer-brand small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 12px;
    color: #bbc1b8
}

.footer-brand~div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 12px;
    color: #cbd0c8
}


.btn:hover {
    transform: translateY(-5px);
    border-radius: 10px;
    transition: .25s ease;
    box-shadow: 0 0 10px #5f625b;
}


.footer-brand~div strong {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 10px;
    margin-bottom: 8px
}

.footer-bottom {
    grid-column: 1/-1;
    border-top: 1px solid #474e46;
    padding-top: 20px;
    margin-top: 35px;
    font-size: 10px;
    color: #9ea59b;
    display: flex;
    justify-content: space-between
}

/* mobile nav  */
.box_nav {
    position: fixed;
    top: 0;
    right: 0;

    width: 80vw;
    max-width: 430px;
    height: 100vh;

    background: #f4f1e9;

    z-index: 9999;

    padding: 90px 35px 30px;

    box-sizing: border-box;

    overflow: hidden;

    transform: translateX(100%);
    visibility: hidden;

    transition:
        transform 0.6s cubic-bezier(.77, 0, .18, 1),
        visibility 0.6s;
}

.box_nav.active {
    transform: translateX(0);
    visibility: visible;
}

.mobile_nav_close {
    position: absolute;

    top: 22px;
    right: 22px;

    width: 45px;
    height: 45px;

    border: 1px solid rgba(32, 37, 31, 0.25);

    border-radius: 50%;

    background: transparent;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;

    transform: rotate(-90deg) scale(.7);

    transition:
        opacity .4s ease,
        transform .5s ease;
}


.box_nav.active .mobile_nav_close {
    opacity: 1;

    transform: rotate(0deg) scale(1);

    transition-delay: .25s;
}


.mobile_nav_close span {
    position: absolute;

    width: 19px;
    height: 2px;

    background: #20251f;
}


.mobile_nav_close span:first-child {
    transform: rotate(45deg);
}


.mobile_nav_close span:last-child {
    transform: rotate(-45deg);
}



.list_links12 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.list_links12 li {
    overflow: hidden;
}


.list_links12 li a {
    display: block;

    padding: 15px 0;

    border-bottom: 1px solid rgba(32, 37, 31, .14);

    font-size: 24px;
    font-weight: 400;

    color: #20251f;

    opacity: 0;

    transform: translateY(60px);

    transition:
        opacity .5s ease,
        transform .6s cubic-bezier(.77, 0, .18, 1);
}

.box_nav.active .list_links12 li a {
    opacity: 1;

    transform: translateY(0);
}


.box_nav.active .list_links12 li:nth-child(1) a {
    transition-delay: .25s;
}

.box_nav.active .list_links12 li:nth-child(2) a {
    transition-delay: .32s;
}

.box_nav.active .list_links12 li:nth-child(3) a {
    transition-delay: .39s;
}

.box_nav.active .list_links12 li:nth-child(4) a {
    transition-delay: .46s;
}

.box_nav.active .list_links12 li:nth-child(5) a {
    transition-delay: .53s;
}

.box_nav.active .list_links12 li:nth-child(6) a {
    transition-delay: .60s;
}

.box_nav.active .list_links12 li:nth-child(7) a {
    transition-delay: .67s;
}

@media(max-width:900px) {

    .desktop-nav,
    .header-cta {
        display: none;
    }

    
    .menu-btn {
        display: block
    }

    .site-header {
        height: 70px
    }

    .hero {
        min-height: 82vh;
        padding: 12vw 6vw
    }

    .hero h1 {
        font-size: 60px
    }

    .section {
        padding: 75px 6vw
    }

    .split,
    .curated,
    .lifestyle,
    .journey,
    .contact-box {
        grid-template-columns: 1fr
    }

    .cards,
    .location-grid,
    .mini-grid,
    .articles {
        grid-template-columns: 1fr 1fr
    }

    .principles {
        grid-template-columns: repeat(3, 1fr)
    }

    .journey-art {
        min-height: 400px
    }

    .image-panel,
    .lifestyle-image {
        min-height: 450px
    }

    footer {
        grid-template-columns: 1fr 1fr
    }

    .footer-brand {
        grid-column: 1/-1
    }
}

@media(max-width:560px) {

    .cards,
    .location-grid,
    .mini-grid,
    .articles {
        grid-template-columns: 1fr
    }

    .principles {
        grid-template-columns: 1fr 1fr
    }

    .contact-box {
        padding: 35px 25px
    }

    .hero h1 {
        font-size: 52px
    }

    .hero p {
        font-size: 16px
    }

    .scroll {
        display: none
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px
    }

    .section {
        padding: 24px 5vw
    }

    .card {
        min-height: 220px;
        padding: 28px
    }

    .card h3 {
        margin-top: 35px
    }

    .curated,
    .lifestyle {
        min-height: auto
    }

    .dark-panel,
    .lifestyle-copy {
        padding: 21px 8vw
    }
}