/**
 * @file
 * Section Head + Shared Eyebrow — clean, minimal, matches reference.
 *
 * REFERENCE:
 *   ┌──────────────────────────────────────┐
 *   │  ●PDF   BRAND IDENTITY FRAMEWORK     │   soft-teal pill
 *   └──────────────────────────────────────┘
 *
 *   ● = white filled circular badge, teal text inside
 *
 * NO text-transform anywhere — the label prints exactly what you type.
 */

/* ==========================================================================
   Eyebrow
   ========================================================================== */

.eyebrow,
.pub-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.4rem 1.25rem 0.4rem 0.4rem;
    background: color-mix(in srgb, var(--color-primary) 14%, transparent);
    border-radius: 9999px;
    font-family: var(--font-family-heading, inherit);
    line-height: 1;
    color: var(--color-primary-deep);
    text-transform: none;
}

.eyebrow__badge,
.pub-eyebrow__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.6rem;
    background: #ffffff;
    border-radius: 9999px;
    color: var(--color-primary-deep);
    font-family: var(--font-family-heading, inherit);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.eyebrow__label,
.pub-eyebrow__label {
    font-family: var(--font-family-heading, inherit);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    color: var(--color-primary-deep);
    text-transform: none;
}

/* ==========================================================================
   Section head — centered, no forced caps
   ========================================================================== */

.section-head,
.pub-section-head {
    text-align: center;
    max-width: 780px;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
}

.section-head__title,
.pub-section-head__title {
    font-family: var(--font-family-heading, inherit);
    font-size: clamp(1.75rem, 3.4vw, 2.5rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: var(--color-ink);
    margin: 1rem 0 0.75rem;
    text-transform: none;
}

.section-head__lede,
.pub-section-head__lede {
    font-family: var(--font-family-base, inherit);
    font-size: 1.0625rem;
    line-height: 1.6;
    color: var(--color-text-secondary);
    margin: 0 auto;
    max-width: 60ch;
    text-transform: none;
}
