.site-section {
    padding: 6rem 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: center;
}

.col-text {
    flex: 7;
    min-width: 280px;
}

.col-image {
    flex: 5;
    min-width: 260px;
}

.section-eyebrow {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--terracotta);
    margin-bottom: 0.75rem;
}

.section-title {
    font-family: var(--font-display), serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 300;
    color: var(--brown);
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.section-title em {
    font-style: italic;
    color: var(--terracotta);
}

.section-divider {
    width: 48px;
    height: 2px;
    background: var(--terracotta);
    border-radius: 2px;
    margin-bottom: 1.5rem;
}