.news-page { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #1a1a1a; }

.news-hero {
    position: relative;
    min-height: 280px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.news-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.78) 100%);
}

.news-hero .container { position: relative; z-index: 1; padding-bottom: 2rem; padding-top: 5rem; }

.news-breadcrumb {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.news-breadcrumb a { color: rgba(255, 255, 255, 0.85); text-decoration: none; }
.news-breadcrumb a:hover { color: #fff; }
.news-breadcrumb span { color: rgba(255, 255, 255, 0.55); margin: 0 0.35rem; }

.news-hero h1 {
    color: #fff;
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 0.5rem;
}

.news-hero-meta {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
}

.news-body { background: #fff; padding: 2.5rem 0 3.5rem; }

.news-article {
    max-width: 760px;
    margin: 0 auto;
}

.news-lead {
    font-size: 1.15rem;
    line-height: 1.65;
    color: #333;
    margin-bottom: 1.75rem;
    font-weight: 500;
}

.news-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.news-content p { margin-bottom: 1.25rem; }

.news-share-bar {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1.25rem;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.news-share-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #555;
}

.news-external-link { margin-top: 2rem; }

.news-related {
    margin-top: 3.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #eee;
}

.news-related h2 {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #222;
}

.news-related-card {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.news-related-card:hover { color: inherit; text-decoration: none; }

.news-related-card img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    margin-bottom: 0.75rem;
}

.news-related-card h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 0.35rem;
}

.news-related-card .news-related-date {
    font-size: 0.8rem;
    color: #777;
}

.news-back-link {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0468b1;
    text-decoration: none;
}

.news-back-link:hover { text-decoration: underline; color: #034d85; }
