:root {
    --cream: #F2EFE8;
    --deep: #37432B;
    --sage: #5C6E44;
    --burg: #6D2B33;
    --darkburg: #3A0108;
    --linen: #E1D7CB
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--deep);
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden
}

.display-font,
.hero-title,
.section-title,
.card-title {
    font-family: Georgia, 'Times New Roman', serif;
    letter-spacing: -.06em;
    text-transform: uppercase
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    padding: 28px 0;
    background: linear-gradient(180deg, rgba(242, 239, 232, .92), rgba(242, 239, 232, 0))
}

.brand {
    font-family: Georgia, serif;
    color: var(--deep);
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase
}

.nav-link {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--deep)!important
}

.page {
    padding-top: 130px
}

.hero {
    min-height: 760px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden
}

.hero:before,
.blur-circle {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: var(--sage);
    opacity: .18;
    filter: blur(85px);
    z-index: 0
}

.hero:before {
    left: -140px;
    top: 170px
}

.hero:after {
    content: "";
    position: absolute;
    width: 530px;
    height: 530px;
    /* border-radius: 50%;
    border: 70px solid rgba(92, 110, 68, .18); */
    background-image: url('../../../../uploads/bg-logo.png');
    right: -80px;
    top: 0;
    filter: blur(3px);
    z-index: -1;
}

.eyebrow {
    color: var(--burg);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .08em;
    margin-bottom: 22px
}

.hero-title {
    font-size: clamp(58px, 8vw, 130px);
    line-height: .96;
    position: relative;
    z-index: 1
}

.lead-copy {
    font-size: clamp(14px, 1.1vw, 20px);
    line-height: 1.45;
    text-transform: uppercase;
    font-weight: 300
}

.btn-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .24);
    border-radius: 999px;
    padding: 9px 22px;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .55);
    text-decoration: none;
    background: transparent
}

.btn-pill:hover {
    background: var(--deep);
    color: var(--cream)
}

.section {
    padding: 100px 0;
    position: relative
}

.section-title {
    font-size: clamp(44px, 5.5vw, 110px);
    line-height: 1
}

.small-title {
    font-size: clamp(32px, 4vw, 58px);
    line-height: 1
}

.service-row {
    position: relative;
    min-height: 760px;
    padding: 90px 0
}

.service-number {
    position: absolute;
    left: 0;
    top: 50px;
    font-family: Georgia, serif;
    font-size: clamp(140px, 22vw, 420px);
    font-weight: 700;
    line-height: .8;
    color: rgba(92, 110, 68, .12);
    z-index: 0
}

.service-text {
    position: relative;
    z-index: 2;
    padding-top: 260px
}

.service-img {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 680px;
    object-fit: cover;
    background: #60724b
}

.image-card {
    width: 100%;
    object-fit: cover;
    background: #c3c6b4
}

.project-card {
    height: 360px;
    background: #111;
    overflow: hidden
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .85
}

.divider {
    height: 1px;
    background: rgba(55, 67, 43, .22);
    margin: 38px 0
}

.value-row {
    border-top: 1px solid rgba(55, 67, 43, .2);
    padding: 30px 0
}

.value-word {
    font-family: Georgia, serif;
    font-size: clamp(44px, 6vw, 90px);
    color: rgba(92, 110, 68, .35);
    text-align: right
}

.footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, var(--darkburg), var(--burg));
    color: var(--linen);
    padding: 90px 0 170px
}

.footer a {
    color: var(--linen);
    text-decoration: none
}

.footer-logo {
    font-family: Georgia, serif;
    font-size: clamp(110px, 20vw, 360px);
    line-height: .8;
    letter-spacing: -.08em;
    opacity: .65;
    filter: blur(3px);
    position: absolute;
    left: -25px;
    bottom: -55px;
    white-space: nowrap
}

.social {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(225, 215, 203, .12);
    margin-right: 8px
}

.article-body {
    font-size: 20px;
    line-height: 1.6
}

.side-list a {
    display: block;
    color: var(--deep);
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 0
}

.blog-card {
    border-top: 1px solid rgba(55, 67, 43, .25);
    padding: 40px 0
}

.blog-card h3 {
    font-size: 36px;
    text-transform: uppercase
}

.fixed-img {
    background: #c3c6b4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(55, 67, 43, .5);
    font-size: 24px;
    text-transform: uppercase
}

.feature-strip {
    display: flex;
    gap: 24px;
    overflow: hidden
}

.feature-strip .fixed-img {
    min-width: 30%;
    height: 260px
}

@media(max-width:991px) {
    .site-header {
        position: absolute
    }
    .hero {
        min-height: auto;
        padding: 80px 0
    }
    .hero:after {
        display: none
    }
    .service-row {
        min-height: auto;
        padding: 40px 0
    }
    .service-text {
        padding-top: 120px
    }
    .service-img {
        min-height: 420px
    }
    .feature-strip .fixed-img {
        min-width: 80%
    }
    .footer-logo {
        font-size: 130px
    }
    .value-word {
        text-align: left
    }
    .page {
        padding-top: 90px
    }
}

@media(max-width:575px) {
    .hero-title {
        font-size: 52px
    }
    .section {
        padding: 60px 0
    }
    .service-number {
        font-size: 160px
    }
    .service-text {
        padding-top: 80px
    }
    .service-img {
        min-height: 330px
    }
    .lead-copy {
        font-size: 13px
    }
    .btn-pill {
        font-size: 10px;
        padding: 8px 14px
    }
}