.editorial-page {
    color: #17324a;
}

.editorial-hero {
    border: 1px solid #d7e3ef;
    border-radius: 1.25rem;
    padding: 2rem;
    background:
        radial-gradient(circle at top right, rgba(15, 139, 127, 0.12), transparent 24%),
        linear-gradient(160deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 16px 36px rgba(17, 39, 64, 0.08);
}

.editorial-eyebrow,
.editorial-section-label {
    margin-bottom: 0.7rem;
    color: #0b746a;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.editorial-meta-row,
.editorial-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.editorial-meta-row span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.42rem 0.78rem;
    background: #eef5fb;
    border: 1px solid #d7e3ef;
    color: #4e647a;
    font-size: 0.86rem;
}

.editorial-surface {
    border: 1px solid #d7e3ef;
    border-radius: 1rem;
    background: linear-gradient(160deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 12px 28px rgba(17, 39, 64, 0.05);
}

.editorial-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.editorial-card {
    border: 1px solid #d7e3ef;
    border-radius: 1rem;
    padding: 1rem 1.05rem;
    background: #fff;
}

.editorial-fact-value {
    margin-bottom: 0.45rem;
    color: #17324a;
    font-size: 1.05rem;
    font-weight: 700;
}

.editorial-fact-note,
.editorial-link-url {
    color: #4e647a;
    font-size: 0.92rem;
}

.editorial-reading-surface {
    line-height: 1.72;
}

.editorial-reading-surface h2,
.editorial-reading-surface h3,
.editorial-reading-surface h4 {
    scroll-margin-top: 5rem;
}

.editorial-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.editorial-link-card {
    border: 1px solid #d7e3ef;
    border-radius: 1rem;
    padding: 1.1rem;
    background: #fff;
    box-shadow: 0 10px 24px rgba(17, 39, 64, 0.04);
}

.editorial-link-deck {
    margin-bottom: 0.65rem;
    color: #4e647a;
    font-size: 0.9rem;
    font-weight: 600;
}

.editorial-link-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.editorial-link-meta span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    background: #eef5fb;
    border: 1px solid #d7e3ef;
    color: #4e647a;
    font-size: 0.8rem;
}

.editorial-bullet-list {
    padding-left: 1.2rem;
}

.editorial-bullet-list li + li {
    margin-top: 0.55rem;
}

.editorial-stack {
    display: grid;
    gap: 1rem;
}

.editorial-analysis-stack {
    display: grid;
    gap: 1.5rem;
}

.editorial-analysis-block + .editorial-analysis-block {
    padding-top: 1.5rem;
    border-top: 1px solid #d7e3ef;
}

.editorial-analysis-intro {
    color: #284861;
    font-size: 1.05rem;
}

.editorial-analysis-copy {
    display: grid;
    gap: 0.95rem;
    line-height: 1.72;
}

.editorial-analysis-copy p:last-child {
    margin-bottom: 0;
}

.editorial-timeline {
    display: grid;
    gap: 1rem;
}

.editorial-timeline-event {
    position: relative;
    border: 1px solid #d7e3ef;
    border-radius: 1rem;
    padding: 1rem 1.1rem 1rem 1.5rem;
    background: #fff;
    box-shadow: 0 10px 24px rgba(17, 39, 64, 0.04);
}

.editorial-timeline-event::before {
    content: "";
    position: absolute;
    top: 1.05rem;
    bottom: 1.05rem;
    left: 0.9rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(11, 116, 106, 0.2) 0%, rgba(11, 116, 106, 0.55) 100%);
}

.editorial-timeline-event::after {
    content: "";
    position: absolute;
    top: 1.05rem;
    left: 0.63rem;
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 999px;
    background: #0b746a;
    box-shadow: 0 0 0 4px rgba(11, 116, 106, 0.12);
}

.editorial-timeline-date {
    color: #4e647a;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .editorial-card-grid {
        grid-template-columns: 1fr;
    }

    .editorial-directory-grid {
        grid-template-columns: 1fr;
    }
}
