:root {
    --ink: #0e0e10;
    --ink-soft: #1a1a1d;
    --paper: #f4f1ec;
    --paper-dim: #e7e2d8;
    --red: #a61e2c;
    --red-deep: #7c141f;
    --red-bright: #c9303d;
    --line: #f4f1ec24;
    --line-dark: #0e0e101f;
    --serif: "Fraunces", serif;
    --sans: "Public Sans", sans-serif
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased;
    line-height: 1.5
}

img,
svg {
    max-width: 100%;
    display: block
}

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

ul {
    list-style: none
}

.wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px
}

h1,
h2,
h3 {
    font-family: var(--serif);
    letter-spacing: -.01em;
    font-weight: 600
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--red-bright);
    outline-offset: 3px
}

header {
    z-index: 50;
    background: var(--ink);
    color: var(--paper);
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0
}

.nav {
    justify-content: space-between;
    align-items: center;
    height: 76px;
    display: flex
}

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

.brand-image {
    object-fit: cover;
    width: 180px;
    height: auto
}

nav.links {
    align-items: center;
    gap: 36px;
    display: flex
}

nav.links a {
    color: #d9d5cc;
    font-size: .92rem;
    transition: color .15s
}

nav.links a:hover {
    color: var(--paper)
}

.nav-cta {
    background: var(--red);
    color: var(--paper);
    border-radius: 2px;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: .88rem;
    font-weight: 600;
    transition: background .15s;
    display: flex
}

.nav-cta:hover {
    background: var(--red-bright)
}

.menu-btn {
    color: var(--paper);
    background: 0 0;
    border: none;
    font-size: 1.6rem;
    display: none
}

.hero {
    background: var(--ink);
    color: var(--paper);
    position: relative;
    overflow: hidden
}

.hero-grid {
    grid-template-columns: 1.05fr .95fr;
    min-height: 640px;
    display: grid
}

.hero-grid--flush {
    padding-left: 0;
    padding-right: 0
}

.hero-copy {
    flex-direction: column;
    justify-content: center;
    max-width: 560px;
    padding: 64px 0 64px 32px;
    display: flex
}

.hero-copy h1 {
    margin-bottom: 22px;
    font-size: clamp(2.4rem, 4.2vw, 3.4rem);
    line-height: 1.06
}

.hero-copy h1 em {
    color: var(--red-bright);
    font-style: normal
}

.hero-copy p {
    color: #c9c5bc;
    max-width: 440px;
    margin-bottom: 34px;
    font-size: 1.05rem
}

.hero-cta-row {
    flex-wrap: wrap;
    gap: 16px;
    display: flex
}

.btn {
    cursor: pointer;
    border: 1px solid #0000;
    border-radius: 2px;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    font-size: .95rem;
    font-weight: 600;
    transition: transform .15s, background .15s, border-color .15s;
    display: inline-flex
}

.btn:hover {
    transform: translateY(-1px)
}

.btn-primary {
    background: var(--red);
    color: var(--paper)
}

.btn-primary:hover {
    background: var(--red-bright)
}

.btn-ghost {
    color: var(--paper);
    border-color: #f4f1ec59
}

.btn-ghost:hover {
    border-color: var(--paper)
}

.hero-visual {
    background: linear-gradient(160deg, var(--red-deep) 0%, var(--red) 46%, var(--ink) 47%, var(--ink) 100%);
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.hero-visual svg {
    width: 78%;
    max-width: 340px
}

.hero-band {
    background: var(--ink-soft);
    border-top: 1px solid var(--line)
}

.hero-band .wrap {
    flex-wrap: wrap;
    gap: 0;
    display: flex
}

.hero-band-item {
    border-left: 1px solid var(--line);
    flex: 220px;
    align-items: center;
    gap: 14px;
    padding: 26px 24px;
    display: flex
}

.hero-band-item:first-child {
    border-left: none
}

.hero-band-item svg {
    width: 26px;
    height: 26px;
    color: var(--red-bright);
    flex-shrink: 0
}

.hero-band-item strong {
    font-family: var(--serif);
    color: var(--paper);
    font-size: 1rem;
    display: block
}

.hero-band-item span {
    color: #ada89f;
    margin-top: 2px;
    font-size: .82rem;
    display: block
}

section {
    padding: 96px 0
}

.section-head {
    border-bottom: 1px solid var(--line-dark);
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 56px;
    padding-bottom: 24px;
    display: flex
}

.section-head h2 {
    max-width: 520px;
    font-size: clamp(1.8rem, 3vw, 2.3rem)
}

.section-head p {
    color: #5a564e;
    max-width: 340px;
    font-size: .95rem
}

.services {
    background: var(--paper)
}

.service-row {
    border-bottom: 1px solid var(--line-dark);
    grid-template-columns: 64px 1fr auto;
    align-items: start;
    gap: 28px;
    padding: 32px 0;
    display: grid
}

.service-row:first-of-type {
    border-top: 1px solid var(--line-dark)
}

.service-icon {
    background: var(--red);
    border-radius: 50%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    display: flex
}

.service-icon svg {
    width: 26px;
    height: 26px;
    color: var(--paper)
}

.service-title {
    font-family: var(--serif);
    margin-bottom: 6px;
    font-size: 1.3rem;
    font-weight: 600
}

.service-text {
    color: #57534b;
    max-width: 520px;
    font-size: .96rem
}

.service-index {
    font-family: var(--serif);
    color: #b7b2a6;
    text-align: right;
    align-self: center;
    font-size: .85rem
}

.feature {
    background: var(--ink);
    color: var(--paper);
    position: relative
}

.feature-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 64px;
    display: grid
}

.feature-eyebrow-line {
    background: var(--red-bright);
    width: 52px;
    height: 2px;
    margin-bottom: 22px
}

.feature h2 {
    max-width: 460px;
    margin-bottom: 20px;
    font-size: clamp(1.8rem, 3vw, 2.4rem)
}

.feature p {
    color: #c4c0b7;
    max-width: 440px;
    margin-bottom: 28px
}

.feature-list {
    flex-direction: column;
    gap: 14px;
    display: flex
}

.feature-list li {
    color: #dad6cd;
    align-items: flex-start;
    gap: 12px;
    font-size: .94rem;
    display: flex
}

.feature-list svg {
    width: 18px;
    height: 18px;
    color: var(--red-bright);
    flex-shrink: 0;
    margin-top: 2px
}

.feature-visual {
    aspect-ratio: 4/5;
    border: 1px solid var(--line);
    background: linear-gradient(200deg, #a61e2c2e, #0e0e1000);
    justify-content: center;
    align-items: center;
    display: flex
}

.feature-visual svg {
    width: 58%
}

.about {
    background: var(--paper-dim)
}

.about-grid {
    grid-template-columns: 280px 1fr;
    align-items: start;
    gap: 56px;
    display: grid
}

.about-photo {
    aspect-ratio: 3/4;
    background: var(--ink);
    border: 1px solid var(--line-dark);
    justify-content: center;
    align-items: center;
    display: flex
}

.about-photo svg {
    width: 48%;
    color: var(--paper-dim);
    opacity: .5
}

.about h2 {
    margin-bottom: 18px;
    font-size: 1.9rem
}

.about p {
    color: #57534b;
    max-width: 560px;
    margin-bottom: 16px;
    font-size: .98rem
}

.about-cred {
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 28px;
    display: flex
}

.about-cred div strong {
    font-family: var(--serif);
    font-size: 1.5rem;
    display: block
}

.about-cred div span {
    color: #7a766d;
    font-size: .8rem
}

.contact {
    background: var(--ink);
    color: var(--paper)
}

.contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    display: grid
}

.contact h2 {
    max-width: 420px;
    margin-bottom: 18px;
    font-size: clamp(1.9rem, 3vw, 2.4rem)
}

.contact>.wrap>p {
    color: #c4c0b7;
    max-width: 420px;
    margin-bottom: 32px
}

.contact-info {
    flex-direction: column;
    gap: 22px;
    display: flex
}

.contact-info li {
    align-items: flex-start;
    gap: 16px;
    font-size: .95rem;
    display: flex
}

.contact-info svg {
    width: 20px;
    height: 20px;
    color: var(--red-bright);
    flex-shrink: 0;
    margin-top: 2px
}

.contact-info strong {
    letter-spacing: .04em;
    color: #9c978d;
    margin-bottom: 3px;
    font-size: .78rem;
    font-weight: 600;
    display: block
}

.contact-panel {
    background: var(--ink-soft);
    border: 1px solid var(--line);
    padding: 40px
}

.contact-panel h3 {
    margin-bottom: 8px;
    font-size: 1.2rem
}

.contact-panel p {
    color: #b8b4ac;
    margin-bottom: 26px;
    font-size: .9rem
}

.contact-submit {
    justify-content: center;
    width: 100%
}

.field {
    margin-bottom: 16px
}

.field label {
    color: #9c978d;
    margin-bottom: 6px;
    font-size: .78rem;
    display: block
}

.field input,
.field select,
.field textarea {
    border: 1px solid var(--line);
    width: 100%;
    color: var(--paper);
    font-family: var(--sans);
    background: 0 0;
    border-radius: 2px;
    padding: 11px 12px;
    font-size: .92rem
}

.field textarea {
    resize: vertical;
    min-height: 80px
}

.field select option {
    color: #000
}

footer {
    background: var(--ink);
    border-top: 1px solid var(--line);
    color: #9c978d;
    padding: 28px 0;
    font-size: .82rem
}

footer .wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    display: flex
}

@media (width<=880px) {
    nav.links {
        display: none
    }

    nav.links.links--open {
        background: var(--ink);
        border-bottom: 1px solid var(--line);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px 20px 16px;
        display: flex;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0
    }

    nav.links.links--open a {
        padding: 12px 0
    }

    .menu-btn {
        display: block
    }

    .hero-grid {
        grid-template-columns: 1fr
    }

    .hero-visual {
        order: -1;
        min-height: 280px
    }

    .hero-copy {
        padding: 48px 24px
    }

    .feature-grid,
    .about-grid,
    .contact-grid {
        grid-template-columns: 1fr
    }

    .about-photo {
        max-width: 240px
    }

    .service-row {
        grid-template-columns: 48px 1fr
    }

    .service-index {
        display: none
    }

    .wrap {
        padding: 0 20px
    }

    section {
        padding: 64px 0
    }
}