:root {
    --bg: #f6f2ec;
    --panel: #fffdf8;
    --text: #2b2926;
    --muted: #6f6a63;
    --line: #d8d0c5;
    --accent: #b77d62;
    --accent2: #e9b6aa;
    --dark: #171514;
    --radius: 28px;
    --shadow: 0 24px 70px rgba(32, 27, 21, .12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, system-ui, sans-serif
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 6vw;
    background: rgba(246, 242, 236, .86);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line)
}

.brand {
    display: flex;
    gap: 12px;
    align-items: center
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 75px;
    height: 44px;
    border-radius: 50%;
    
    font-weight: 800
}

.brand b {
    display: block;
    letter-spacing: .02em
}

.brand small {
    display: block;
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase
}

nav {
    display: flex;
    gap: 24px;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: #4c4741
}

.nav-cta {
    padding: 12px 18px;
    border: 1px solid var(--dark);
    border-radius: 999px;
    background: var(--dark);
    color: #fff
}

.hero,
.section-grid {
    width: min(1180px, 88vw);
    margin: 0 auto;
    padding: 90px 0;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 52px;
    align-items: center
}

.hero {
    min-height: calc(100vh - 82px)
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 800;
    color: var(--accent);
    margin-bottom: 18px
}

.eyebrow:before {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--accent)
}

h1,
h2 {
    font-family: Oswald, Inter, sans-serif;
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.04em;
    margin: 0 0 24px
}

h1 {
    font-size: clamp(58px, 9vw, 128px)
}

h2 {
    font-size: clamp(42px, 6vw, 82px)
}

h3 {
    margin: 0 0 10px;
    font-size: 20px
}

p {
    color: var(--muted);
    line-height: 1.75;
    font-size: 16px
}

.hero-copy p {
    font-size: 19px;
    max-width: 630px
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px
}

.btn {
    display: inline-flex;
    padding: 15px 22px;
    border-radius: 999px;
    font-weight: 800;
    border: 1px solid var(--dark)
}

.btn.primary {
    background: var(--dark);
    color: #fff
}

.btn.ghost {
    background: transparent
}

.hero-media,
.image-card {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    
    border: 1px solid var(--line);
    background: #ddd
}

.content-index {
    width: min(1180px, 88vw);
    margin: 0 auto 40px;
    padding: 40px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--panel);
    box-shadow: var(--shadow)
}

.index-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px
}

.index-list a {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 16px;
    background: #fff;
    font-weight: 700;
    color: #524b45
}

.split.reverse .image-card {
    order: 2
}

.chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px
}

.chips span,
.proposal-grid article,
.value-grid article,
.contact-card {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 10px 25px rgba(32, 27, 21, .06)
}

.philosophy,
.value-proposition,
.offer,
.services {
    width: min(1180px, 88vw);
    margin: 0 auto;
    padding: 90px 0
}

.section-title {
    max-width: 850px;
    margin-bottom: 34px
}

.two-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.feature-card {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow)
}

.feature-card img {
    height: 330px
}

.feature-card div {
    padding: 28px
}

.feature-card span,
.service-card span {
    display: inline-block;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 10px 18px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    color: #524b45;
    margin-bottom: 16px
}

.value-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.objectives  {
    min-height: 620px
}

.timeline {
    position: relative;
    display: grid;
    gap: 18px
}

.timeline div {
    padding-left: 26px;
    border-left: 2px solid var(--accent)
}

.timeline b {
    font-size: 18px;
    text-transform: uppercase
}

.proposal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.proposal-grid article {
    min-height: 240px
}

.offer {
    background: var(--dark);
    color: #fff;
    border-radius: 36px;
    padding: 46px;
    margin-top: 40px
}

.offer p,
.offer .eyebrow {
    color: #e8dcd1
}

.offer-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
    border-radius: 24px;
    margin-top: 28px
}

.offer-strip figure {
    margin: 0;
    height: 360px;
    position: relative
}

.offer-strip figcaption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    background: rgba(255, 255, 255, .92);
    color: var(--dark);
    border-radius: 16px;
    padding: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px
}

.service-list {
    display: grid;
    gap: 24px
}

.service-card {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 28px;
    align-items: stretch;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow)
}

.service-card img {
    min-height: 330px
}

.service-card div {
    padding: 34px
}

.contact-card a {
    color: var(--accent);
    font-weight: 800
}

footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 32px 6vw;
    border-top: 1px solid var(--line);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .12em
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .8s ease, transform .8s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.delay-1 {
    transition-delay: .12s
}

.delay-2 {
    transition-delay: .24s
}

@media(max-width:900px) {
    nav {
        display: none
    }

    .hero,
    .section-grid {
        grid-template-columns: 1fr;
        padding: 58px 0
    }

    .hero {
        min-height: auto
    }

    .hero-media,
    .image-card {
        min-height: 360px
    }

    .split.reverse .image-card {
        order: 0
    }

    .index-list,
    .two-cards,
    .proposal-grid,
    .offer-strip,
    .value-grid {
        grid-template-columns: 1fr
    }

    .service-card {
        grid-template-columns: 1fr
    }

    .service-card img {
        height: 300px
    }

    .offer-strip figure {
        height: 290px
    }

    footer {
        display: block
    }

    h1 {
        font-size: 58px
    }

    h2 {
        font-size: 44px
    }
}