/* Editorial — black/white, deep teal accent, wide whitespace */
body.theme-editorial {
    --cms-bg-page: #fafafa;
    --cms-surface: #ffffff;
    --cms-primary: #0f766e;
    --cms-primary-dark: #115e59;
    --cms-ink: #111111;
    --cms-slate-200: #e5e5e5;
    --cms-text-muted: #525252;
    --cms-gradient: none;
    --theme-display: "Fraunces", Georgia, serif;
    --theme-rule: #111111;
    font-family: "Source Sans 3", system-ui, -apple-system, sans-serif;
    background: var(--cms-bg-page);
    letter-spacing: 0.01em;
}

body.theme-editorial .cms-promo-bar {
    background: #111111;
    color: #fafafa;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

body.theme-editorial .cms-header {
    background: #ffffff;
    border-bottom: 1px solid var(--theme-rule) !important;
}

body.theme-editorial .cms-nav-link {
    color: var(--cms-ink);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    padding: 0.35rem 0.55rem;
    border-radius: 0;
    white-space: nowrap;
}

body.theme-editorial .cms-nav-link:hover {
    background: transparent;
    color: var(--cms-primary);
}

body.theme-editorial .cms-nav-link.is-active {
    background: transparent;
    color: var(--cms-primary);
    box-shadow: inset 0 -2px 0 var(--cms-primary);
}

body.theme-editorial .cms-btn-primary {
    background-image: none !important;
    background-color: #111111 !important;
    border: 1px solid #111111 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.8rem;
}

body.theme-editorial .cms-btn-primary:hover {
    background-image: none !important;
    background-color: var(--cms-primary) !important;
    border-color: var(--cms-primary) !important;
    color: #ffffff !important;
    filter: none;
}

body.theme-editorial .cms-btn-secondary,
body.theme-editorial .cms-btn-ghost,
body.theme-editorial .cms-btn-light {
    border-radius: 0 !important;
}

body.theme-editorial .cms-btn-secondary {
    background: #ffffff !important;
    border: 1px solid #111111 !important;
    color: #111111 !important;
    box-shadow: none !important;
}

body.theme-editorial .cms-btn-secondary:hover {
    background: #f5f5f5 !important;
    color: #111111 !important;
}

body.theme-editorial .cms-hero-title,
body.theme-editorial .page-title,
body.theme-editorial .cms-cta-title,
body.theme-editorial .cms-empty-title {
    font-family: var(--theme-display);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

body.theme-editorial .cms-hero-section {
    padding: 5rem 0 4rem;
    background: var(--cms-bg-page);
}

body.theme-editorial .theme-editorial-hero {
    max-width: 46rem;
}

body.theme-editorial .theme-editorial-kicker {
    display: inline-block;
    border-bottom: 2px solid var(--cms-primary);
    padding-bottom: 0.35rem;
    margin-bottom: 1.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--cms-primary);
}

body.theme-editorial .theme-editorial-hero-title {
    font-family: var(--theme-display);
    font-size: clamp(2.4rem, 5vw, 4rem);
    margin-bottom: 1.25rem;
}

body.theme-editorial .theme-editorial-feature {
    border-top: 1px solid var(--theme-rule);
    padding-top: 1.5rem;
    height: 100%;
    background: transparent;
    box-shadow: none;
}

body.theme-editorial .theme-editorial-feature .cms-feature-icon {
    color: var(--cms-primary);
    font-size: 1.4rem;
    background: color-mix(in srgb, var(--cms-primary) 12%, transparent);
}

body.theme-editorial .cms-cta-band,
body.theme-editorial .theme-editorial-cta {
    background: #111111;
    color: #fafafa;
    border-radius: 0;
    padding: 3.5rem 2rem;
}

body.theme-editorial .theme-editorial-cta .cms-cta-copy {
    color: #d4d4d4;
}

body.theme-editorial .theme-editorial-faq {
    border: 1px solid var(--theme-rule);
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

body.theme-editorial .theme-editorial-faq .accordion-button {
    background: #fff !important;
    color: #111 !important;
    font-family: var(--theme-display);
    font-size: 1.15rem;
    border-radius: 0 !important;
}

body.theme-editorial .site-footer {
    background: #111111;
    color: #d4d4d4;
    border-top: none !important;
}

body.theme-editorial .site-footer .footer-heading,
body.theme-editorial .site-footer .footer-link,
body.theme-editorial .site-footer .footer-lead,
body.theme-editorial .site-footer .footer-note {
    color: #e5e5e5;
}

body.theme-editorial .site-footer .footer-link:hover {
    color: #5eead4;
}
