.news-detail-page {
    background: #f7f8f7;
}

.news-detail-page .main-nav a.active::after {
    transform: scaleX(1);
}

.news-detail-shell {
    padding-top: 24px;
    padding-bottom: 82px;
}

.news-back-link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 23px;
    color: var(--blue-dark);
    font-size: .84rem;
    font-weight: 760;
    text-decoration: none;
}

.news-back-link:hover {
    color: var(--ink);
}

.news-detail {
    max-width: 1180px;
    margin: 0 auto;
}

.news-detail-heading {
    max-width: 980px;
    margin-bottom: 34px;
}

.news-detail-topic {
    display: inline-flex;
    margin-bottom: 13px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e4efe9;
    color: #315b48;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.news-detail-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    color: var(--muted);
    font-size: .82rem;
    font-weight: 680;
}

.news-detail-heading h1 {
    max-width: 1000px;
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(2.7rem, 6vw, 5.25rem);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: .99;
}

.news-detail-subtitle {
    max-width: 800px;
    margin: 20px 0 0;
    color: var(--body);
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    line-height: 1.55;
}

.news-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: start;
    gap: clamp(28px, 5vw, 66px);
}

.news-detail-story {
    min-width: 0;
}

.hero-photo {
    container-type: inline-size;
    margin: 0 0 34px;
}

.photo-open {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.photo-open:focus-visible {
    outline: 3px solid var(--blue);
    outline-offset: 4px;
}

.hero-photo .photo-open {
    overflow: hidden;
    aspect-ratio: 8 / 5;
    border-radius: 14px;
    background: #dde4df;
}

.hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-photo.is-poster .photo-open {
    background: #ece9e1;
}

.hero-photo.is-uncropped .photo-open {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    aspect-ratio: auto;
    background: #ece9e1;
}

.hero-photo.is-uncropped img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.hero-photo.is-uncropped:not(.is-poster) img {
    max-height: min(784px, 100cqi);
}

.hero-photo.is-poster img {
    width: 100%;
    max-height: none;
}

.hero-photo.is-death-notice .photo-open {
    box-sizing: border-box;
    padding: clamp(10px, 2.4cqi, 22px);
    background: #f3ead2;
}

.hero-photo.is-death-notice img {
    mix-blend-mode: multiply;
}

.news-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.hero-photo figcaption,
.photos figcaption {
    margin-top: 8px;
    color: var(--muted);
    font-size: .82rem;
}

.article-body {
    max-width: 760px;
    color: #25343a;
    font-family: var(--serif);
    font-size: 1.13rem;
    line-height: 1.75;
}

.article-body > :first-child {
    margin-top: 0;
}

.article-body p {
    margin: 0 0 1.25em;
}

.article-body h2,
.article-body h3,
.article-body h4 {
    margin: 1.8em 0 .55em;
    color: var(--ink);
    line-height: 1.15;
}

.article-body a {
    color: var(--blue-dark);
    font-weight: 700;
}

.article-body blockquote {
    margin: 1.6em 0;
    padding: .2em 0 .2em 1.2em;
    border-left: 3px solid var(--blue);
    color: #42555d;
    font-size: 1.1em;
}

.photos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0 36px;
}

.photos figure {
    margin: 0;
}

.photos .photo-open {
    overflow: hidden;
    aspect-ratio: 8 / 5;
    border-radius: 10px;
    background: #dde4df;
}

.photos img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photos figure.is-poster img {
    object-fit: contain;
    background: #ece9e1;
}

.news-origin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 46px;
    padding: 22px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.news-videos {
    margin: 26px 0;
}

.news-attachments {
    margin: 14px 0 26px;
}

.news-sponsors {
    margin: 34px 0 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.news-sponsors h2 {
    margin: 0 0 12px;
    color: var(--muted);
    font: 750 .78rem/1.2 system-ui, sans-serif;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.news-sponsor-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.news-sponsor-grid figure {
    display: grid;
    width: min(150px, calc(33.333% - 8px));
    min-height: 74px;
    margin: 0;
    padding: 8px;
    place-items: center;
    border: 1px solid #dce2df;
    border-radius: 8px;
    background: #fff;
}

.news-sponsor-grid img {
    display: block;
    max-width: 100%;
    max-height: 82px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.news-pdf-button {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-height: 58px;
    padding: 8px 15px;
    border: 1px solid #d5dfdc;
    border-radius: 10px;
    color: var(--blue-dark);
    background: #f8fbfa;
    text-decoration: none;
}

.news-pdf-button:hover { background: #edf5f2; }
.news-pdf-button svg { width: 29px; height: 29px; fill: none; stroke: #b62b2b; stroke-width: 1.8; stroke-linejoin: round; stroke-linecap: round; }
.news-pdf-button span { display: grid; gap: 1px; }
.news-pdf-button b { font-size: .9rem; }
.news-pdf-button small { color: var(--muted); font-size: .76rem; }

.news-video {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    background: #071524;
}

.news-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.news-origin div {
    display: grid;
    gap: 2px;
}

.news-origin div span,
.news-fact p span,
.news-sidebar-eyebrow {
    color: var(--muted);
    font-size: .72rem;
    font-weight: 780;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.news-origin a,
.news-tip a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    border-radius: 9px;
    background: var(--blue-dark);
    color: #fff;
    font-size: .88rem;
    font-weight: 760;
    text-decoration: none;
    white-space: nowrap;
}

.news-origin a:hover,
.news-tip a:hover {
    background: #0a496b;
}

.news-sidebar {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 18px;
}

.news-facts,
.news-place,
.news-tip,
.news-related {
    overflow: hidden;
    padding: 25px;
    border: 1px solid #dbe4e2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(7, 21, 36, .06);
}

.news-facts {
    background: linear-gradient(145deg, #f5f2e9, #fff);
}

.news-facts h2,
.news-place h2,
.news-tip h2,
.news-related h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.15;
}

.news-place {
    padding: 0;
}

.news-place-photo {
    display: block;
    overflow: hidden;
    aspect-ratio: 8 / 5;
    background: #dce5df;
}

.news-place-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-place-copy {
    padding: 22px 25px 24px;
}

.news-place-copy > p:not(.news-sidebar-eyebrow) {
    margin: 12px 0 16px;
    color: #536169;
    font-size: .86rem;
    line-height: 1.52;
}

.news-place-copy > a {
    color: var(--blue-dark);
    font-size: .79rem;
    font-weight: 800;
    text-decoration: none;
}

.news-place-copy > a:hover {
    color: #0a668d;
}

.news-fact {
    display: grid;
    grid-template-columns: 23px 1fr;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #dfe5e2;
}

.news-fact:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.news-fact svg {
    width: 21px;
    margin-top: 2px;
    fill: none;
    stroke: var(--blue-dark);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.news-fact p {
    display: grid;
    gap: 4px;
    margin: 0;
}

.news-fact p strong {
    font-size: .92rem;
    line-height: 1.4;
}

.news-arter-card {
    overflow: hidden;
    border: 1px solid #b9d8c0;
    border-radius: 14px;
    background: linear-gradient(135deg, #f4fbf4 0%, #e2f2e6 100%);
    box-shadow: 0 18px 55px rgba(29, 99, 54, .08);
}

.news-arter-card > a {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    padding: 23px 24px 22px;
    color: #173d25;
    text-decoration: none;
}

.news-arter-card > a::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -28px;
    bottom: -42px;
    width: 145px;
    height: 145px;
    border: 1px solid rgba(55, 132, 76, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(55, 132, 76, .045), 0 0 0 42px rgba(55, 132, 76, .035);
}

.news-arter-card-mark {
    display: grid;
    place-items: center;
    align-self: start;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #287244;
    box-shadow: 0 7px 16px rgba(20, 91, 47, .19);
}

.news-arter-card-mark svg {
    width: 26px;
    height: 26px;
    fill: #f6fff7;
}

.news-arter-card .news-sidebar-eyebrow {
    margin-bottom: 6px;
    color: #39794d;
}

.news-arter-card h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.08;
}

.news-arter-card span > p:not(.news-sidebar-eyebrow) {
    margin: 9px 0 13px;
    color: #456250;
    font-size: .84rem;
    line-height: 1.45;
}

.news-arter-card b {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: #175e35;
    font-size: .8rem;
    font-weight: 850;
}

.news-arter-card > a:hover {
    background: rgba(255, 255, 255, .28);
}

.news-arter-card > a:hover b span {
    transform: translateX(3px);
}

.news-arter-card b span {
    transition: transform .18s ease;
}

.news-arter-card > a:focus-visible {
    outline: 3px solid #1f7442;
    outline-offset: -3px;
}

.news-tip {
    background: #f7ead0;
    border-color: #ecd9b6;
}

.news-sidebar-eyebrow {
    margin: 0 0 8px;
}

.news-tip > p:not(.news-sidebar-eyebrow) {
    margin: 13px 0 17px;
    color: #536169;
    font-size: .88rem;
    line-height: 1.55;
}

.news-tip a {
    min-height: 42px;
    padding-inline: 15px;
    font-size: .82rem;
}

.news-related ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.news-related li {
    position: relative;
    padding: 0 0 20px 27px;
}

.news-related li::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 8px;
    bottom: -8px;
    width: 1px;
    background: #aabcc6;
}

.news-related li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 9px;
    height: 9px;
    border: 2px solid var(--blue-dark);
    border-radius: 50%;
    background: #fff;
}

.news-related li:last-child {
    padding-bottom: 0;
}

.news-related li:last-child::before {
    display: none;
}

.news-related li.news-related-current::after {
    background: var(--blue-dark);
}

.news-related a {
    display: grid;
    gap: 5px;
    padding: 0;
    text-decoration: none;
}

.news-related time,
.news-related-now {
    color: var(--muted);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.news-related a strong {
    font-family: var(--serif);
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.28;
}

.news-related a span {
    color: var(--muted);
    font-size: .72rem;
}

.news-related-current {
    display: grid;
    gap: 5px;
}

.news-related-current strong {
    font-family: var(--serif);
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.28;
}

.news-related a:hover strong {
    color: var(--blue-dark);
}

.photo-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(13, 20, 18, .88);
    opacity: 0;
    transition: opacity .35s ease;
    cursor: zoom-out;
}

.photo-lightbox[hidden] {
    display: none;
}

.photo-lightbox.is-open {
    opacity: 1;
}

.photo-lightbox img {
    display: block;
    max-width: min(1200px, 100%);
    max-height: calc(100vh - 48px);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .45);
    transform: scale(.94);
    transition: transform .42s cubic-bezier(.22, .8, .25, 1);
    cursor: default;
}

.photo-lightbox.is-open img {
    transform: scale(1);
}

.photo-lightbox-close {
    position: fixed;
    top: 15px;
    right: 16px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .95);
    color: #15231f;
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
}

.photo-lightbox-close:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

@media (max-width: 900px) {
    .news-detail-layout {
        grid-template-columns: 1fr;
    }

    .news-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-facts {
        grid-row: span 2;
    }
}

@media (max-width: 700px) {
    .news-detail-shell {
        padding-top: 14px;
        padding-bottom: 54px;
    }

    .news-back-link {
        margin-bottom: 17px;
    }

    .news-detail-heading {
        margin-bottom: 25px;
    }

    .news-detail-heading h1 {
        font-size: clamp(2.35rem, 12vw, 3.7rem);
    }

    .hero-photo:not(.is-poster):not(.is-uncropped) .photo-open,
    .photos figure:not(.is-poster) .photo-open {
        aspect-ratio: 8 / 5;
        border-radius: 10px;
    }

    .article-body {
        font-size: 1.04rem;
    }

    .photos,
    .news-sidebar {
        grid-template-columns: 1fr;
    }

    .news-facts {
        grid-row: auto;
    }

    .news-origin {
        align-items: flex-start;
        flex-direction: column;
    }

    .news-origin a {
        width: 100%;
    }
}
