/* ============================================================
   NTM Article — Hero (dark)

   Two stacked clusters on one dark band:
     1. Headline column — eyebrow with flanking teal hairlines,
        large serif headline, subtitle, slim date · read meta.
     2. Actions row — bracketed by hairline rules top and bottom,
        author on the left, four round action icons on the right.

   The radial teal bloom sits behind the headline; it does not
   reach into the actions row.
   ============================================================ */

.ntm-article-hero {
    position: relative;
    background-color: #161616;
    color: #ffffff;
    padding: clamp(48px, 7vw, 96px) 0 clamp(60px, 20vw, 300px);
    overflow: hidden;
    isolation: isolate;
}

.ntm-article-hero__glow {
    position: absolute;
    top: 36%;
    left: 50%;
    width: clamp(180px, 22vw, 360px);
    height: clamp(180px, 22vw, 360px);
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(
        circle at center,
        rgba(42, 139, 148, 0.32) 0%,
        rgba(42, 139, 148, 0.14) 34%,
        rgba(42, 139, 148, 0.05) 62%,
        rgba(42, 139, 148, 0.012) 82%,
        rgba(42, 139, 148, 0) 100%
    );
    filter: blur(12px);
}

/* ---------- 1. Headline cluster ---------- */
.ntm-article-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 clamp(24px, 5vw, 64px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(14px, 1.6vw, 22px);
}

.ntm-article-hero__eyebrow-row {
    display: inline-flex;
    align-items: center;
    gap: clamp(12px, 1.4vw, 18px);
}

.ntm-article-hero__eyebrow-rule {
    display: block;
    width: clamp(56px, 8vw, 110px);
    height: 1px;
    background-color: var(--ntm-accent-teal);
    opacity: 0.7;
}

.ntm-article-hero__eyebrow {
    font-family: var(--ntm-font-sans);
    font-weight: 600;
    font-size: clamp(0.75rem, 0.85vw, 0.9rem);
    line-height: 1;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ntm-accent-teal);
    text-decoration: none;
    transition: color 0.18s ease;
    white-space: nowrap;
}

a.ntm-article-hero__eyebrow:hover,
a.ntm-article-hero__eyebrow:focus-visible {
    color: #ffffff;
}

.ntm-article-hero__headline {
    margin: 0;
    font-family: var(--ntm-font-serif);
    font-weight: 400;
    font-size: clamp(2.25rem, 5.4vw, 4.25rem);
    line-height: 1.08;
    letter-spacing: 0.005em;
    color: #ffffff;
    max-width: 18ch;
}

.ntm-article-hero__headline em,
.ntm-article-hero__headline i {
    font-style: italic;
    color: var(--ntm-accent-teal);
    font-weight: 400;
}

.ntm-article-hero__subhead {
    margin: 0;
    max-width: 60ch;
    font-family: var(--ntm-font-sans);
    font-weight: 400;
    font-size: clamp(0.95rem, 1.05vw, 1.0625rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.74);
}

.ntm-article-hero__meta {
    margin: clamp(6px, 1vw, 12px) 0 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--ntm-font-sans);
    font-weight: 500;
    font-size: clamp(0.85rem, 0.95vw, 0.95rem);
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    color: rgba(255, 255, 255, 0.55);
}

.ntm-article-hero__meta-dot {
    color: rgba(255, 255, 255, 0.4);
}

/* ---------- 2. Actions row ---------- */
.ntm-article-hero__actions {
    position: relative;
    z-index: 1;
    margin-top: clamp(36px, 4vw, 56px);
}

.ntm-article-hero__actions-inner {
    margin: 0 auto;
    max-width: 56%;
    padding: clamp(20px, 2vw, 28px) 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: clamp(16px, 2vw, 28px);
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

/* When there's no author, center the actions row instead of pushing it right. */
.ntm-article-hero__actions-inner--no-author {
    justify-content: center;
}

@media (max-width: 900px) {
    .ntm-article-hero__actions-inner {
        max-width: 100%;
        padding: clamp(20px, 2vw, 28px) clamp(24px, 5vw, 32px);
    }
}

.ntm-article-hero__author {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
}

.ntm-article-hero__author-spacer {
    flex: 1 1 auto;
}

.ntm-article-hero__author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ntm-article-hero__author-avatar--placeholder {
    background-color: rgba(255, 255, 255, 0.08);
    display: inline-block;
}

.ntm-article-hero__author-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ntm-article-hero__author-name {
    margin: 0;
    font-family: var(--ntm-font-serif);
    font-weight: 400;
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    line-height: 1.2;
    color: #ffffff;
}

.ntm-article-hero__author-role {
    margin: 0;
    font-family: var(--ntm-font-sans);
    font-weight: 400;
    font-size: clamp(0.78rem, 0.85vw, 0.86rem);
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.55);
}

.ntm-article-hero__actions-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 10px;
}

.ntm-article-hero__action {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background-color: transparent;
    color: var(--ntm-accent-teal);
    cursor: pointer;
    padding: 0;
    transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.ntm-article-hero__action:hover,
.ntm-article-hero__action:focus-visible {
    color: #ffffff;
    border-color: var(--ntm-accent-teal);
    background-color: rgba(42, 139, 148, 0.22);
}
