.article-mast {
    padding: 54px 0 64px;
    color: var(--road-white);
    background: var(--road-ink);
    border-bottom: 6px solid var(--road-signal);
}

.article-mast__inner { max-width: 980px; margin-inline: auto; }
.article-mast__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 15px; font-size: 12px; font-weight: 800; }
.article-mast__meta a { color: #ff8585; }
.article-mast__meta span { color: #b9c0c6; }
.article-mast h1 { margin: 0; max-width: 900px; font-size: 44px; line-height: 1.24; letter-spacing: 0; overflow-wrap: anywhere; }
.article-mast__inner > p { max-width: 800px; margin: 20px 0 0; color: #c8cdd1; font-size: 17px; }
.article-mast__details { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 28px; padding-top: 18px; color: #9fa7ad; font-size: 12px; border-top: 1px solid var(--road-line-dark); }

.article-layout {
    display: grid;
    grid-template-columns: 210px minmax(0, 760px);
    justify-content: center;
    gap: 64px;
    padding-top: 66px;
    padding-bottom: 88px;
}

.article-layout--default { grid-template-columns: minmax(0, 800px); }

.article-safety {
    position: sticky;
    top: 78px;
    align-self: start;
    padding-top: 5px;
}

.article-safety > p:first-child { margin: 0 0 7px; color: var(--road-signal); font-size: 11px; font-weight: 800; }
.article-safety h2 { margin: 0; font-size: 20px; line-height: 1.35; }
.article-safety__levels { display: grid; gap: 1px; margin-top: 20px; background: var(--road-line); border: 1px solid var(--road-line); }
.article-safety__levels span { min-height: 42px; display: flex; align-items: center; gap: 10px; padding: 8px 12px; font-size: 12px; font-weight: 700; background: var(--road-white); }
.article-safety__levels i { width: 8px; height: 8px; border-radius: 50%; }
.article-safety__levels .is-danger i { background: var(--road-signal); }
.article-safety__levels .is-warning i { background: var(--road-warning); }
.article-safety__levels .is-safe i { background: var(--road-safe); }
.article-safety > p:not(:first-child) { margin: 16px 0 0; color: var(--road-muted); font-size: 12px; }
.article-safety nav { display: grid; margin-top: 22px; border-top: 1px solid var(--road-line); }
.article-safety nav a { min-height: 42px; display: flex; align-items: center; color: var(--road-muted); font-size: 13px; border-bottom: 1px solid var(--road-line); }
.article-safety nav a::after { content: "→"; margin-left: auto; }
.article-safety nav a:hover { color: var(--road-signal); }

.article-content { min-width: 0; }
.article-notice { padding: 22px 24px; border-left: 5px solid var(--road-info); background: #eaf0f4; }
.article-notice strong { font-size: 14px; }
.article-notice p { margin: 6px 0 0; color: #4f5f6b; font-size: 14px; }

.article-body {
    margin-top: 42px;
    color: #2a3036;
    font-size: 17px;
    line-height: 1.92;
    overflow-wrap: anywhere;
}

.article-body > *:first-child { margin-top: 0; }
.article-body h2 { margin: 52px 0 18px; padding-top: 15px; font-size: 28px; line-height: 1.35; border-top: 2px solid var(--road-ink); }
.article-body h3 { margin: 34px 0 12px; font-size: 21px; line-height: 1.4; }
.article-body h4 { margin: 26px 0 10px; font-size: 18px; }
.article-body p { margin: 0 0 22px; }
.article-body a { color: var(--road-info); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body a:hover { color: var(--road-signal); }
.article-body strong { color: var(--road-ink); }
.article-body ul,
.article-body ol { margin: 18px 0 26px; padding-left: 26px; }
.article-body li { margin: 9px 0; padding-left: 4px; }
.article-body blockquote { margin: 30px 0; padding: 22px 26px; border-left: 5px solid var(--road-signal); background: #f5eeee; }
.article-body blockquote p:last-child { margin-bottom: 0; }
.article-body figure { margin: 34px 0; }
.article-body img { width: auto; max-width: 100%; height: auto; margin-inline: auto; border-radius: 2px; }
.article-body figcaption { margin-top: 9px; color: var(--road-muted); font-size: 12px; text-align: center; }
.article-body table { width: 100%; margin: 28px 0; border-collapse: collapse; font-size: 14px; }
.article-body th,
.article-body td { padding: 12px 14px; border: 1px solid #cfd4d7; text-align: left; vertical-align: top; }
.article-body th { color: var(--road-white); background: var(--road-ink-2); }
.article-body tr:nth-child(even) td { background: #f3f5f4; }
.article-body dl { margin: 26px 0; border-top: 1px solid var(--road-line); }
.article-body dt { margin-top: 0; padding: 16px 18px 5px; font-weight: 800; border-inline: 1px solid var(--road-line); }
.article-body dd { margin: 0; padding: 0 18px 16px; color: var(--road-muted); border-inline: 1px solid var(--road-line); border-bottom: 1px solid var(--road-line); }

.article-review { margin-top: 46px; padding: 22px 0; display: grid; grid-template-columns: 120px 1fr; gap: 22px; border-block: 1px solid var(--road-line); }
.article-review span { color: var(--road-signal); font-size: 12px; font-weight: 800; }
.article-review p { margin: 0; color: var(--road-muted); font-size: 13px; }

.article-adjacent { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; margin-top: 42px; padding: 1px; background: var(--road-line); }
.article-adjacent__item,
.article-adjacent > * { min-height: 105px !important; display: flex !important; flex-direction: column !important; justify-content: center !important; padding: 18px 22px !important; color: var(--road-ink) !important; border: 0 !important; border-radius: 0 !important; background: var(--road-white) !important; box-shadow: none !important; }
.article-adjacent__item:hover,
.article-adjacent > a:hover { color: var(--road-signal) !important; background: #fbf4f4 !important; }

.article-adjacent .pt-cms-adjacent {
    --pt-adjacent-accent: var(--road-signal);
    --pt-adjacent-text: var(--road-ink);
    --pt-adjacent-muted: var(--road-muted);
    --pt-adjacent-border: var(--road-line);
    --pt-adjacent-bg: var(--road-white);
    --pt-adjacent-radius: 0;
    min-height: 105px !important;
    display: block !important;
    margin: 0;
    padding: 0 !important;
    background: var(--road-white) !important;
}

.article-adjacent .pt-cms-adjacent__link {
    min-height: 105px;
    padding: 18px 22px;
    border: 0;
    border-left: 4px solid transparent;
    border-radius: 0;
    color: var(--road-ink);
    background: var(--road-white);
    transition: color .16s ease, border-color .16s ease, background-color .16s ease;
}

.article-adjacent .pt-cms-adjacent__link:hover {
    border-color: var(--road-signal);
    color: var(--road-signal);
    background: #fbf2f2;
}

.article-adjacent .pt-cms-adjacent__label { color: var(--road-muted); }
.article-adjacent .pt-cms-adjacent__empty {
    min-height: 105px;
    display: flex;
    align-items: center;
    padding: 18px 22px;
    color: var(--road-muted);
}

.article-related { padding: 78px 0 88px; background: #ecefee; }
.article-related header { margin-bottom: 28px; }
.article-related header p { margin: 0 0 7px; color: var(--road-signal); font-size: 12px; font-weight: 800; }
.article-related header h2 { margin: 0; font-size: 30px; }
.article-related__list { display: grid; grid-template-columns: repeat(3,1fr); border-top: 2px solid var(--road-ink); }
.article-related__list article { min-height: 230px; display: flex; flex-direction: column; padding: 26px 24px; border-right: 1px solid #cbd0d2; border-bottom: 1px solid #cbd0d2; }
.article-related__list article:first-child { border-left: 1px solid #cbd0d2; }
.article-related__list article > span { color: #89929a; font-size: 12px; }
.article-related__list h3 { margin: 12px 0 10px; font-size: 19px; line-height: 1.42; }
.article-related__list h3 a:hover { color: var(--road-signal); }
.article-related__list p { margin: 0; color: var(--road-muted); font-size: 13px; }
.article-related__list article > a { margin-top: auto; padding-top: 18px; font-size: 13px; font-weight: 800; }

@media (max-width: 920px) {
    .article-mast h1 { font-size: 38px; }
    .article-layout { grid-template-columns: 180px minmax(0,1fr); gap: 36px; }
    .article-related__list { grid-template-columns: 1fr; }
    .article-related__list article { min-height: 160px; border-left: 1px solid #cbd0d2; }
}

@media (max-width: 720px) {
    .article-mast { padding: 42px 0 50px; }
    .article-mast h1 { font-size: 31px; }
    .article-mast__inner > p { font-size: 15px; }
    .article-layout { grid-template-columns: 1fr; gap: 32px; padding-top: 42px; padding-bottom: 66px; }
    .article-safety { position: static; display: grid; grid-template-columns: 1fr; padding: 20px; border: 1px solid var(--road-line); background: var(--road-white); }
    .article-safety__levels { grid-template-columns: repeat(3,1fr); }
    .article-safety nav { grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--road-line); }
    .article-safety nav a { justify-content: center; padding: 6px; text-align: center; border: 0; background: var(--road-white); }
    .article-safety nav a::after { display: none; }
    .article-body { font-size: 16px; line-height: 1.86; }
    .article-body h2 { margin-top: 42px; font-size: 25px; }
    .article-body h3 { font-size: 20px; }
    .article-review { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 520px) {
    .article-mast h1 { font-size: 28px; }
    .article-safety__levels { grid-template-columns: 1fr; }
    .article-safety nav { grid-template-columns: 1fr; }
    .article-adjacent { grid-template-columns: 1fr; }
    .article-body { overflow-x: auto; }
    .article-body table { min-width: 620px; }
    .article-related { padding: 62px 0 68px; }
}

/* 2026 cockpit refresh */
.article-mast {
    position: relative;
    overflow: hidden;
    padding: 64px 0 72px;
    background: #090e14;
    border-bottom-width: 5px;
}

.article-mast::before {
    content: "TECHNICAL BRIEF";
    position: absolute;
    right: 3vw;
    bottom: -25px;
    color: rgba(255,255,255,.035);
    font-size: 105px;
    font-weight: 900;
    white-space: nowrap;
}

.article-mast::after {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    width: 30%;
    height: 5px;
    opacity: .5;
    background: repeating-linear-gradient(90deg, #66727c 0 5px, transparent 5px 12px);
}

.article-mast__inner { position: relative; z-index: 1; }

.article-mast h1 {
    position: relative;
    padding-left: 22px;
    font-size: 48px;
}

.article-mast h1::before {
    content: "";
    position: absolute;
    inset: 8px auto 8px 0;
    width: 5px;
    background: var(--road-signal);
}

.article-mast__inner > p { padding-left: 22px; color: #b7c1c9; }

.article-layout {
    gap: 72px;
}

.article-safety {
    padding: 20px;
    color: var(--road-white);
    border-top: 4px solid var(--road-signal);
    background: #10161d;
    box-shadow: 0 16px 36px rgba(11,15,20,.12);
}

.article-safety h2 { color: var(--road-white); }
.article-safety__levels { border-color: #303a44; background: #303a44; }
.article-safety__levels span { color: #c8d0d6; background: #151c24; }
.article-safety > p:not(:first-child) { color: #8f9ba5; }
.article-safety nav { border-color: #303a44; }
.article-safety nav a { color: #a9b4bc; border-color: #303a44; }

.article-notice {
    color: var(--road-white);
    border-left-color: #26a3c1;
    background: #10232b;
}

.article-notice p { color: #b8d0da; }

.article-body {
    counter-reset: article-section;
}

.article-body h2 {
    counter-increment: article-section;
    position: relative;
    padding: 16px 0 0 54px;
    border-top-width: 4px;
}

.article-body h2::before {
    content: counter(article-section, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 17px;
    color: var(--road-signal);
    font-size: 13px;
    font-weight: 900;
}

.article-body blockquote {
    border-left-width: 6px;
    background: #f1e8e9;
}

.article-body th { background: #111820; }

.article-review {
    padding: 24px;
    border: 0;
    border-left: 4px solid var(--road-signal);
    background: #edf1f2;
}

.article-adjacent {
    padding: 0;
    border-top: 4px solid var(--road-ink);
}

.article-related {
    background: #e4e9eb;
}

.article-related__list {
    border-top-width: 4px;
    background: #10161d;
}

.article-related__list article,
.article-related__list article:first-child {
    color: var(--road-white);
    border-color: #303a44;
    background: #10161d;
}

.article-related__list p { color: #96a2ac; }

@media (max-width: 920px) {
    .article-mast { padding: 52px 0 58px; }
    .article-mast h1 { font-size: 40px; }
}

@media (max-width: 720px) {
    .article-mast { padding: 40px 0 48px; }
    .article-mast::before { font-size: 58px; bottom: -5px; }
    .article-mast h1 { padding-left: 16px; font-size: 32px; }
    .article-mast__inner > p { padding-left: 16px; }
    .article-layout { gap: 28px; padding-top: 34px; }

    .article-safety {
        padding: 16px;
        border: 0;
        border-top: 4px solid var(--road-signal);
        background: #10161d;
    }

    .article-safety__levels { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .article-safety__levels span { justify-content: center; padding: 8px 5px; font-size: 11px; }
    .article-safety nav { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .article-safety nav a { color: #a9b4bc; background: #151c24; }

    .article-body h2 { padding-left: 44px; }
    .article-review { padding: 20px; }
}

@media (max-width: 520px) {
    .article-mast h1 { font-size: 28px; }
    .article-safety__levels { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .article-safety nav { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .article-safety nav a { min-width: 0; font-size: 11px; }
    .article-body { font-size: 16px; }
    .article-body h2 { font-size: 24px; }
    .article-adjacent .pt-cms-adjacent__link {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
    }
    .article-adjacent .pt-cms-adjacent__title {
        width: 100%;
        overflow: visible;
        white-space: normal;
    }
}
