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

:root {
    --earth:     #2C3E1F;
    --earth-mid: #3D5429;
    --sage:      #6B8F52;
    --sage-lt:   #A8C48A;
    --cream:     #F7F4EE;
    --warm:      #EDE8DC;
    --gold:      #C9933A;
    --gold-lt:   #F0D9A8;
    --ink:       #1A1A14;
    --muted:     #6B6B5C;
    --white:     #FFFFFF;
    --border:    #E4DFD5;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: var(--cream);
    color: var(--ink);
    line-height: 1.6;
}

/* ── NAV ── */
/* Scoped to the site header only. A bare `nav` selector also captured the
   blog breadcrumb, which turned it into a sticky dark bar floating over the
   article title. Any <nav> in page content must not inherit header styling. */
.site-nav {
    position: sticky; top: 0; z-index: 100;
    background: var(--earth);
    padding: 0 48px;
    height: 72px;
    display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { height: 40px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
    color: rgba(255,255,255,0.72);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: color 0.2s;
}
.nav-links a:hover { color: var(--white); }
.nav-phone { color: rgba(255,255,255,0.72) !important; }
.nav-cta {
    background: var(--gold) !important;
    color: var(--white) !important;
    padding: 10px 22px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    font-size: 14px !important;
}
.nav-cta:hover { background: #b5821f !important; color: var(--white) !important; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--white); margin: 4px 0; border-radius: 2px; }
.nav-active { color: var(--white) !important; }

/* ── FOOTER ── */
footer {
    background: var(--ink);
    padding: 56px 64px 32px;
}
.footer-top {
    display: flex; justify-content: space-between; align-items: flex-start;
    margin-bottom: 40px; padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    flex-wrap: wrap; gap: 40px;
}
.footer-logo { height: 34px; width: auto; }
.footer-brand { max-width: 300px; }
.footer-blurb {
    color: rgba(255,255,255,0.38); font-size: 13.5px;
    line-height: 1.65; margin-top: 16px;
}
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-head {
    font-size: 10px; font-weight: 800; letter-spacing: 0.14em;
    text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 4px;
}
.footer-col a, .footer-links a {
    color: rgba(255,255,255,0.42);
    text-decoration: none;
    font-size: 13px; font-weight: 500;
    transition: color 0.2s;
}
.footer-col a:hover, .footer-links a:hover { color: rgba(255,255,255,0.8); }
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; }
.footer-bottom {
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 12px;
}
.footer-copy { font-size: 13px; color: rgba(255,255,255,0.28); }
.footer-copy a { color: rgba(255,255,255,0.38); text-decoration: none; }

/* ── PRESS BAR ── */
.press {
    background: var(--warm);
    border-top: 1px solid var(--border);
    padding: 24px 48px;
    display: flex; align-items: center; justify-content: center;
    gap: 0 48px; flex-wrap: wrap;
}
.press-label {
    font-size: 10px; font-weight: 800;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--muted); margin-right: 8px;
}
.press-name {
    font-size: 14px; font-weight: 700;
    color: #B0AA9E; letter-spacing: -0.01em;
}

/* ── SECTION HELPERS ── */
.section-label {
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--sage); margin-bottom: 12px;
}
.section-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 700; color: var(--earth);
    line-height: 1.12; margin-bottom: 14px;
}
.section-sub {
    font-size: 17px; color: var(--muted);
    max-width: 540px; margin-bottom: 52px;
    line-height: 1.7;
}

/* ── INNER PAGE HERO ── */
.page-hero {
    background: var(--earth);
    padding: 44px 64px 44px;
}
.page-hero .section-label { color: var(--sage-lt); }
.page-hero h1 {
    font-family: 'Fraunces', serif;
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 900; color: var(--white);
    line-height: 1.12; letter-spacing: -0.02em;
    max-width: 900px;
}
.page-hero h1 em { font-style: italic; color: var(--sage-lt); }
.page-hero p {
    color: rgba(255,255,255,0.6);
    font-size: 17px; max-width: 520px;
    margin-top: 16px; line-height: 1.7;
}

/* ── CTA BAND ── */
.cta-band {
    background: var(--sage);
    padding: 72px 64px;
    text-align: center;
}
.cta-band h2 {
    font-family: 'Fraunces', serif;
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 700; color: var(--white);
    margin-bottom: 12px;
}
.cta-band p { color: rgba(255,255,255,0.75); font-size: 17px; margin-bottom: 32px; }
.btn-cta {
    display: inline-block;
    background: var(--white); color: var(--earth);
    font-family: 'DM Sans', sans-serif;
    font-size: 16px; font-weight: 700;
    padding: 18px 40px; border-radius: 10px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,0.18); }

/* ── TRUST BAR ── */
.trust-bar {
    background: var(--warm);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 18px 48px;
    display: flex; align-items: center;
    justify-content: center;
    gap: 12px 40px; flex-wrap: wrap;
}
.trust-item {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 600; color: var(--earth);
    letter-spacing: 0.02em;
}
.trust-check {
    width: 18px; height: 18px; border-radius: 50%;
    background: var(--sage); color: white;
    display: flex; align-items: center; justify-content: center;
    font-size: 10px; font-weight: 800; flex-shrink: 0;
}

/* ── FORM ELEMENTS ── */
.form-input {
    width: 100%; padding: 14px 16px;
    background: var(--cream);
    border: 2px solid transparent;
    border-radius: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px; color: var(--ink);
    outline: none; transition: border-color 0.2s;
    margin-bottom: 12px;
}
.form-input:focus { border-color: var(--sage); background: var(--white); }
.form-input::placeholder { color: #AAA49A; }

.btn-primary {
    width: 100%; padding: 16px;
    background: var(--earth); color: var(--white);
    border: none; border-radius: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px; font-weight: 600;
    cursor: pointer; transition: background 0.2s; margin-top: 4px;
}
.btn-primary:hover { background: var(--earth-mid); }
.btn-primary.green { background: #3B7A3B; }
.btn-primary.green:hover { background: #2E6030; }
.btn-back {
    width: 100%; background: none; border: none;
    color: var(--muted); font-family: 'DM Sans', sans-serif;
    font-size: 13px; font-weight: 600; cursor: pointer;
    text-transform: uppercase; letter-spacing: 0.07em;
    margin-top: 12px; padding: 4px;
}

@media (max-width: 900px) {
    .nav-toggle { display: block; }
    .nav-links {
        display: none; position: absolute; top: 72px; left: 0; right: 0;
        background: var(--earth); flex-direction: column; align-items: stretch;
        gap: 0; padding: 8px 20px 20px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    .nav-links.open { display: flex; }
    .nav-links a { padding: 13px 0; font-size: 14px; }
    .nav-cta { text-align: center; margin-top: 10px; }
}

@media (max-width: 768px) {
    .site-nav { padding: 0 20px; }
    .footer-cols { gap: 32px; }
    .footer-brand { max-width: 100%; }
    .page-hero { padding: 32px 24px 32px; }
    footer { padding: 48px 24px 28px; }
    .cta-band { padding: 56px 24px; }
    .press { padding: 20px 24px; gap: 16px; }
    .trust-bar { padding: 16px 24px; }
}
