:root {
    --th-soil: #3B2A1A;
    --th-rust: #C4581E;
    --th-sand: #E8D5B0;
    --th-sage: #7A8C6E;
    --th-cream: #FAF7F0;
    --th-slate: #4A5568;
    --th-stone: #9B8E7E;
    --th-white: #FFFFFF;
    --th-sand-light: #F5EDD8;
    --th-border: rgba(59,42,26,0.09);
    --th-border-strong: rgba(59,42,26,0.15);
    --th-border-soft: rgba(59,42,26,0.06);
    --th-rust-alpha-10: rgba(196,88,30,0.1);
    --th-rust-alpha-06: rgba(196,88,30,0.06);
    --th-rust-alpha-22: rgba(196,88,30,0.22);
    --th-rust-alpha-25: rgba(196,88,30,0.25);
    --th-rust-alpha-30: rgba(196,88,30,0.3);
    --th-soil-alpha-06: rgba(59,42,26,0.06);
    --th-soil-alpha-07: rgba(59,42,26,0.07);
    --th-soil-alpha-08: rgba(59,42,26,0.08);
    --th-sand-alpha-45: rgba(232,213,176,0.45);
    --th-sand-alpha-60: rgba(232,213,176,0.6);
    --th-sand-alpha-65: rgba(232,213,176,0.65);
    --th-sand-alpha-75: rgba(232,213,176,0.75);
    --th-sand-alpha-80: rgba(232,213,176,0.8);
    --th-mocha: #3b2f2f;
    --th-muted-body: #7a7060;
    --th-sand-muted: #D9CBB5;
    --th-vis-quiet: #C8BFB5;
    --th-town-swatch-3: #7A6E5A;
    --th-white-alpha-40: rgba(255,255,255,0.4);
    --th-white-alpha-70: rgba(255,255,255,0.7);
    --th-white-alpha-95: rgba(255,255,255,0.95);
}

*, *::before, *::after {
    box-sizing: border-box;
}

.content-section {
    padding: 20px 0;
}

.content-section:first-of-type {
    padding-top: 0;
}

.content-section:last-child {
    border-bottom: none;
}

.section-eyebrow {
    font-size: 1rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--th-rust);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.section-eyebrow::after {
    content: "";
    width: 32px;
    height: 1px;
    background: var(--th-rust-alpha-25);
}

.section-title {
    font-family: "Playfair Display", serif;
    font-size: 1.75rem;
    font-weight: 400;
    color: var(--th-soil);
    line-height: 1.15;
    margin-bottom: 6px;
}

.section-title em {
    font-style: italic;
    color: var(--th-rust);
}

.section-sub {
    font-size: 0.88rem;
    color: var(--th-stone);
    margin-bottom: 24px;
}
