.appreciation-news {
    --news-ink: #0b2027;
    --news-teal: #173b43;
    --news-paper: #f3eee3;
    --news-paper-deep: #e7dfd0;
    --news-gold: #c99a3e;
    --news-signal: #e5b343;
    background: var(--news-paper);
}

.news-launch-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    color: #fffaf0;
    background:
        radial-gradient(circle at 77% 18%, rgba(229, 179, 67, 0.13), transparent 24%),
        linear-gradient(128deg, #09191f 0%, #102a32 56%, #183d44 100%);
}

.news-launch-hero::after {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    height: 8px;
    content: "";
    background: linear-gradient(90deg, var(--news-signal) 0 17%, #f2eadb 17% 17.4%, transparent 17.4% 100%);
}

.news-launch-index {
    position: absolute;
    top: 6%;
    left: -0.08em;
    color: rgba(255, 250, 240, 0.035);
    font-family: var(--display-font);
    font-size: clamp(18rem, 40vw, 40rem);
    font-weight: 900;
    line-height: 0.76;
    pointer-events: none;
}

.news-launch-grid {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, transparent, #000 58%, #000);
    pointer-events: none;
}

.news-launch-hero-shell {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 100vh;
    min-height: 100svh;
    grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
    align-items: center;
    gap: clamp(36px, 5vw, 86px);
    padding: calc(var(--header-height) + 68px) clamp(56px, 6vw, 104px) 74px;
}

.news-launch-copy {
    position: relative;
    z-index: 2;
    padding-block: 44px;
}

.news-launch-back,
.news-launch-scroll,
.news-launch-action-primary,
.news-launch-action-secondary {
    text-decoration: none;
}

.news-launch-back {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 12px;
    margin-bottom: clamp(32px, 5vh, 58px);
    color: rgba(255, 250, 240, 0.72);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    transition: color 180ms ease;
}

.news-launch-back span {
    color: var(--news-signal);
    font-size: 1.05rem;
    transition: transform 180ms ease;
}

.news-launch-back:hover,
.news-launch-back:focus-visible {
    color: #fffaf0;
}

.news-launch-back:hover span,
.news-launch-back:focus-visible span {
    transform: translateX(-4px);
}

.news-launch-kicker {
    margin: 0 0 22px;
    color: #ecc86f;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.3em;
}

.news-launch-copy h1 {
    max-width: 680px;
    margin: 0;
    font-family: var(--display-font);
    font-size: clamp(3.25rem, 5vw, 4.4rem);
    font-weight: 900;
    letter-spacing: 0.035em;
    line-height: 1.22;
    text-wrap: balance;
}

.news-launch-copy h1 span {
    display: block;
}

.news-launch-copy h1 span:last-child {
    margin-top: 0.14em;
    color: var(--news-signal);
    font-size: 0.7em;
    letter-spacing: 0.14em;
}

.news-launch-lead {
    max-width: 600px;
    margin: 34px 0 0;
    padding-left: 22px;
    color: rgba(255, 250, 240, 0.76);
    border-left: 2px solid var(--news-signal);
    font-size: clamp(1rem, 1.15vw, 1.16rem);
    line-height: 2;
}

.news-launch-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 26px;
    margin-top: 28px;
    color: rgba(255, 250, 240, 0.5);
    font-size: 0.7rem;
    letter-spacing: 0.09em;
}

.news-launch-scroll {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 14px;
    margin-top: 38px;
    color: #fffaf0;
    border-bottom: 1px solid rgba(255, 250, 240, 0.4);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    transition: color 180ms ease, border-color 180ms ease;
}

.news-launch-scroll span {
    color: var(--news-signal);
    transition: transform 180ms ease;
}

.news-launch-scroll:hover,
.news-launch-scroll:focus-visible {
    color: #f3cf7a;
    border-color: var(--news-signal);
}

.news-launch-scroll:hover span,
.news-launch-scroll:focus-visible span {
    transform: translateY(4px);
}

.news-launch-hero-photo {
    position: relative;
    margin: 44px 0 0;
    padding: 14px 14px 0 0;
}

.news-launch-hero-photo::before {
    position: absolute;
    inset: 0 0 auto auto;
    z-index: -1;
    width: 70%;
    height: 58%;
    content: "";
    background: var(--news-signal);
}

.news-launch-hero-photo picture {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    clip-path: polygon(4% 0, 100% 0, 100% 94%, 95% 100%, 0 100%, 0 6%);
}

.news-launch-hero-photo picture::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 62%, rgba(5, 18, 22, 0.62));
    pointer-events: none;
}

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

.news-launch-hero-photo figcaption {
    position: absolute;
    right: 34px;
    bottom: 24px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    color: #fffaf0;
    font-size: 0.74rem;
    letter-spacing: 0.12em;
}

.news-launch-hero-photo figcaption span:first-child {
    color: #f2cc73;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.22em;
}

.news-launch-side-note {
    position: absolute;
    right: 17px;
    bottom: 72px;
    z-index: 2;
    margin: 0;
    color: rgba(255, 250, 240, 0.4);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    writing-mode: vertical-rl;
}

.news-launch-article {
    color: var(--news-ink);
    background: var(--news-paper);
}

.news-launch-opening {
    position: relative;
    overflow: hidden;
    padding: clamp(100px, 10vw, 174px) 0 clamp(110px, 11vw, 184px);
    background:
        radial-gradient(circle at 88% 12%, rgba(201, 154, 62, 0.11), transparent 24%),
        var(--news-paper);
}

.news-launch-opening::after {
    position: absolute;
    top: 14%;
    right: -0.03em;
    content: "守";
    color: rgba(11, 32, 39, 0.035);
    font-family: var(--display-font);
    font-size: clamp(20rem, 35vw, 38rem);
    font-weight: 900;
    line-height: 0.8;
    pointer-events: none;
}

.news-launch-opening-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(330px, 0.72fr) minmax(440px, 1.28fr);
    gap: clamp(62px, 9vw, 150px);
    padding-inline: clamp(38px, 7vw, 120px);
}

.news-launch-section-heading {
    display: grid;
    grid-template-columns: auto 1fr;
    align-content: start;
    gap: clamp(20px, 3vw, 46px);
}

.news-launch-section-no {
    margin: 4px 0 0;
    color: var(--news-gold);
    font-family: var(--display-font);
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.news-launch-section-heading h2,
.news-launch-tribute-copy h2,
.news-launch-moments h2,
.news-launch-footer h2 {
    margin: 0;
    font-family: var(--display-font);
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.38;
    text-wrap: balance;
}

.news-launch-section-heading h2 {
    font-size: clamp(2.45rem, 4.3vw, 4.7rem);
}

.news-launch-opening-copy {
    max-width: 720px;
    padding-top: 54px;
}

.news-launch-opening-copy p {
    margin: 0;
    color: #354e55;
    font-size: clamp(1rem, 1.2vw, 1.16rem);
    line-height: 2.15;
}

.news-launch-opening-copy p + p {
    margin-top: 28px;
}

.news-launch-dropcap::first-letter {
    float: left;
    margin: 0.08em 0.14em 0 0;
    color: var(--news-ink);
    font-family: var(--display-font);
    font-size: 4.7em;
    font-weight: 900;
    line-height: 0.78;
}

.news-launch-stats {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, 1fr);
    margin: 98px 0 0;
    border-top: 1px solid rgba(11, 32, 39, 0.22);
    border-bottom: 1px solid rgba(11, 32, 39, 0.22);
}

.news-launch-stats > div {
    position: relative;
    min-width: 0;
    padding: 38px clamp(18px, 3vw, 46px) 34px;
}

.news-launch-stats > div + div {
    border-left: 1px solid rgba(11, 32, 39, 0.18);
}

.news-launch-stats dt {
    color: var(--news-ink);
    font-family: var(--display-font);
    font-size: clamp(3rem, 5vw, 5.4rem);
    font-weight: 900;
    line-height: 1;
}

.news-launch-stats sup {
    color: var(--news-gold);
    font-size: 0.36em;
    vertical-align: top;
}

.news-launch-stats dd {
    margin: 16px 0 0;
    color: #5b6e73;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.news-launch-tribute {
    position: relative;
    color: #fffaf0;
    background:
        linear-gradient(115deg, transparent 0 74%, rgba(229, 179, 67, 0.08) 74% 74.2%, transparent 74.2%),
        #0b2229;
}

.news-launch-tribute-shell {
    display: grid;
    grid-template-columns: minmax(520px, 1.16fr) minmax(380px, 0.84fr);
    align-items: center;
    gap: clamp(56px, 8vw, 128px);
    padding: clamp(90px, 9vw, 150px) clamp(38px, 7vw, 120px);
}

.news-launch-tribute-photo {
    position: relative;
    margin: -196px 0 0;
}

.news-launch-tribute-photo::before {
    position: absolute;
    inset: -16px auto auto -16px;
    z-index: 0;
    width: 45%;
    height: 46%;
    content: "";
    border-top: 2px solid var(--news-signal);
    border-left: 2px solid var(--news-signal);
}

.news-launch-tribute-photo picture {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

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

.news-launch-tribute-photo figcaption {
    position: relative;
    z-index: 2;
    width: min(82%, 520px);
    margin: -26px 0 0 auto;
    padding: 18px 24px;
    color: var(--news-ink);
    background: var(--news-signal);
    font-family: var(--display-font);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.news-launch-tribute-copy {
    max-width: 580px;
}

.news-launch-tribute-copy .section-kicker {
    color: #eac46b;
}

.news-launch-tribute-copy h2 {
    font-size: clamp(2.4rem, 3.8vw, 4.25rem);
}

.news-launch-tribute-copy blockquote {
    position: relative;
    margin: 42px 0 30px;
    padding: 28px 0 28px 30px;
    color: #f1cd78;
    border-left: 2px solid var(--news-signal);
    font-family: var(--display-font);
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.65;
}

.news-launch-tribute-copy > p:last-child {
    margin: 0;
    color: rgba(255, 250, 240, 0.7);
    font-size: 1rem;
    line-height: 2.1;
}

.news-launch-chapters {
    position: relative;
    overflow: hidden;
    padding: clamp(110px, 11vw, 190px) 0;
    background:
        linear-gradient(rgba(11, 32, 39, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(11, 32, 39, 0.035) 1px, transparent 1px),
        var(--news-paper);
    background-size: 64px 64px;
}

.news-launch-chapters-shell {
    padding-inline: clamp(38px, 7vw, 120px);
}

.news-launch-section-heading--wide {
    max-width: 980px;
}

.news-launch-feature {
    display: grid;
    align-items: center;
    gap: clamp(52px, 8vw, 130px);
}

.news-launch-feature figure {
    position: relative;
    margin: 0;
}

.news-launch-feature picture {
    display: block;
    overflow: hidden;
}

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

.news-launch-feature figcaption {
    position: relative;
    display: flex;
    width: min(90%, 560px);
    align-items: baseline;
    gap: 18px;
    margin: -24px 0 0 auto;
    padding: 19px 26px;
    color: #fffaf0;
    background: var(--news-ink);
    font-family: var(--display-font);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.news-launch-feature figcaption span {
    color: var(--news-signal);
    font-family: var(--body-font);
    font-size: 0.66rem;
    letter-spacing: 0.16em;
}

.news-launch-feature h3 {
    margin: 0 0 26px;
    font-family: var(--display-font);
    font-size: clamp(2rem, 3.1vw, 3.3rem);
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.45;
}

.news-launch-feature p {
    margin: 0;
    color: #42595f;
    font-size: 1rem;
    line-height: 2.1;
}

.news-launch-feature p + p {
    margin-top: 22px;
}

.news-launch-feature--card {
    grid-template-columns: minmax(500px, 1.25fr) minmax(330px, 0.75fr);
    margin-top: 96px;
}

.news-launch-feature--card picture {
    aspect-ratio: 4 / 3;
    clip-path: polygon(0 0, 96% 0, 100% 7%, 100% 100%, 0 100%);
}

.news-launch-feature--city {
    grid-template-columns: minmax(360px, 0.84fr) minmax(500px, 1.16fr);
    margin-top: clamp(120px, 14vw, 220px);
}

.news-launch-feature--city picture {
    aspect-ratio: 4 / 3;
}

.news-launch-feature--city figure::before {
    position: absolute;
    inset: -26px -26px auto auto;
    z-index: -1;
    width: 48%;
    height: 60%;
    content: "";
    background: var(--news-signal);
}

.news-launch-feature--city figcaption {
    margin-right: auto;
    margin-left: 0;
    color: var(--news-ink);
    background: var(--news-signal);
}

.news-launch-feature-label {
    margin-bottom: 24px !important;
    color: var(--news-gold) !important;
    font-size: 0.7rem !important;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.news-launch-moments {
    color: #fffaf0;
    background: #b48432;
}

.news-launch-moments-shell {
    display: grid;
    grid-template-columns: minmax(260px, 0.64fr) minmax(480px, 1.18fr) minmax(300px, 0.7fr);
    align-items: end;
    gap: clamp(28px, 4vw, 64px);
    padding: clamp(98px, 10vw, 164px) clamp(38px, 7vw, 120px);
}

.news-launch-moments header {
    align-self: start;
    padding-top: 40px;
}

.news-launch-moments .section-kicker {
    color: #1b343b;
}

.news-launch-moments h2 {
    font-size: clamp(2.3rem, 3.7vw, 4.25rem);
}

.news-launch-moments figure {
    margin: 0;
}

.news-launch-moments picture {
    display: block;
    overflow: hidden;
}

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

.news-launch-moment-main picture {
    aspect-ratio: 4 / 3;
}

.news-launch-moment-secondary picture {
    aspect-ratio: 3 / 4;
}

.news-launch-moment-secondary img {
    object-position: 34% center;
}

.news-launch-moments figcaption {
    padding-top: 16px;
    color: rgba(255, 250, 240, 0.78);
    border-top: 1px solid rgba(255, 250, 240, 0.4);
    font-family: var(--display-font);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.news-launch-footer {
    position: relative;
    overflow: hidden;
    color: #fffaf0;
    background:
        radial-gradient(circle at 84% 28%, rgba(229, 179, 67, 0.14), transparent 24%),
        #091a20;
}

.news-launch-footer::after {
    position: absolute;
    right: -0.05em;
    bottom: -0.23em;
    content: "同行";
    color: rgba(255, 250, 240, 0.035);
    font-family: var(--display-font);
    font-size: clamp(10rem, 22vw, 23rem);
    font-weight: 900;
    line-height: 0.9;
    white-space: nowrap;
    pointer-events: none;
}

.news-launch-footer-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(320px, 0.7fr);
    gap: clamp(60px, 10vw, 170px);
    padding: clamp(110px, 11vw, 186px) clamp(38px, 7vw, 120px) 76px;
}

.news-launch-footer h2 {
    font-size: clamp(2.6rem, 4.5vw, 5rem);
}

.news-launch-footer-copy > p:last-child {
    max-width: 700px;
    margin: 34px 0 0;
    color: rgba(255, 250, 240, 0.68);
    font-size: 0.96rem;
    line-height: 2;
}

.news-launch-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
}

.news-launch-actions a {
    display: flex;
    min-height: 60px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 17px 22px;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.news-launch-actions a span {
    color: var(--news-signal);
    font-size: 1.1rem;
    transition: transform 180ms ease;
}

.news-launch-action-primary {
    color: var(--news-ink);
    background: var(--news-signal);
    border: 1px solid var(--news-signal);
}

.news-launch-action-secondary {
    color: #fffaf0;
    background: transparent;
    border: 1px solid rgba(255, 250, 240, 0.36);
}

.news-launch-action-primary:hover,
.news-launch-action-primary:focus-visible {
    color: var(--news-ink);
    background: #f0c96e;
}

.news-launch-action-secondary:hover,
.news-launch-action-secondary:focus-visible {
    color: #fffaf0;
    border-color: var(--news-signal);
}

.news-launch-actions a:hover span,
.news-launch-actions a:focus-visible span {
    transform: translate(4px, -4px);
}

.news-launch-source {
    grid-column: 1 / -1;
    margin: 64px 0 0;
    padding-top: 22px;
    color: rgba(255, 250, 240, 0.42);
    border-top: 1px solid rgba(255, 250, 240, 0.18);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
}

[data-page="news"] .news-launch-copy > *,
[data-page="news"] .news-launch-hero-photo {
    animation: news-launch-enter 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

[data-page="news"] .news-launch-copy > :nth-child(2) { animation-delay: 80ms; }
[data-page="news"] .news-launch-copy > :nth-child(3) { animation-delay: 150ms; }
[data-page="news"] .news-launch-copy > :nth-child(4) { animation-delay: 230ms; }
[data-page="news"] .news-launch-copy > :nth-child(5) { animation-delay: 300ms; }
[data-page="news"] .news-launch-copy > :nth-child(6) { animation-delay: 360ms; }
[data-page="news"] .news-launch-hero-photo { animation-delay: 180ms; }

@keyframes news-launch-enter {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1199.98px) {
    .news-launch-hero-shell {
        grid-template-columns: minmax(330px, 0.84fr) minmax(460px, 1.16fr);
        padding-inline: 46px;
    }

    .news-launch-opening-shell,
    .news-launch-chapters-shell,
    .news-launch-moments-shell,
    .news-launch-footer-shell {
        padding-inline: 52px;
    }

    .news-launch-tribute-shell {
        grid-template-columns: minmax(440px, 1.06fr) minmax(350px, 0.94fr);
        padding-inline: 52px;
    }

    .news-launch-moments-shell {
        grid-template-columns: minmax(240px, 0.65fr) minmax(420px, 1.15fr) minmax(260px, 0.7fr);
    }
}

@media (max-width: 991.98px) {
    .news-launch-hero-shell {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: calc(var(--header-height) + 72px) 44px 92px;
    }

    .news-launch-copy {
        max-width: 760px;
        padding-bottom: 0;
    }

    .news-launch-hero-photo {
        width: min(88%, 760px);
        justify-self: end;
        margin-top: 24px;
    }

    .news-launch-side-note {
        display: none;
    }

    .news-launch-opening-shell,
    .news-launch-tribute-shell,
    .news-launch-footer-shell {
        grid-template-columns: 1fr;
    }

    .news-launch-opening-copy {
        max-width: 760px;
        padding-top: 0;
    }

    .news-launch-stats {
        margin-top: 72px;
    }

    .news-launch-tribute-shell {
        gap: 62px;
        padding-top: 0;
    }

    .news-launch-tribute-photo {
        width: min(88%, 780px);
        margin: -84px 0 0;
    }

    .news-launch-tribute-copy {
        max-width: 680px;
        justify-self: end;
        padding-bottom: 44px;
    }

    .news-launch-feature--card,
    .news-launch-feature--city {
        grid-template-columns: 1fr;
    }

    .news-launch-feature--card > div,
    .news-launch-feature--city > div {
        max-width: 720px;
    }

    .news-launch-feature--city figure {
        grid-row: 1;
    }

    .news-launch-moments-shell {
        grid-template-columns: minmax(240px, 0.65fr) minmax(430px, 1.35fr);
    }

    .news-launch-moment-secondary {
        width: 65%;
        grid-column: 2;
        justify-self: end;
    }

    .news-launch-footer-shell {
        gap: 54px;
    }

    .news-launch-actions {
        max-width: 560px;
    }
}

@media (max-width: 767.98px) {
    .news-launch-hero-shell {
        padding: calc(var(--header-height) + 46px) 24px 76px;
    }

    .news-launch-index {
        top: 10%;
        font-size: 18rem;
    }

    .news-launch-grid {
        background-size: 48px 48px;
    }

    .news-launch-copy {
        padding-top: 18px;
    }

    .news-launch-back {
        margin-bottom: 30px;
    }

    .news-launch-kicker {
        font-size: 0.64rem;
        letter-spacing: 0.2em;
    }

    .news-launch-copy h1 {
        font-size: clamp(2.45rem, 12.5vw, 4.2rem);
        line-height: 1.3;
    }

    .news-launch-copy h1 span:last-child {
        margin-top: 0.25em;
        font-size: 0.66em;
        letter-spacing: 0.08em;
    }

    .news-launch-lead {
        margin-top: 26px;
        padding-left: 16px;
        font-size: 0.94rem;
        line-height: 1.9;
    }

    .news-launch-meta {
        flex-direction: column;
    }

    .news-launch-scroll {
        margin-top: 26px;
    }

    .news-launch-hero-photo {
        width: calc(100% - 14px);
        margin-top: 22px;
        padding: 9px 9px 0 0;
    }

    .news-launch-hero-photo figcaption {
        right: 24px;
        bottom: 18px;
    }

    .news-launch-opening,
    .news-launch-chapters {
        padding-block: 94px;
    }

    .news-launch-opening-shell,
    .news-launch-chapters-shell,
    .news-launch-tribute-shell,
    .news-launch-moments-shell,
    .news-launch-footer-shell {
        padding-inline: 24px;
    }

    .news-launch-opening-shell {
        gap: 48px;
    }

    .news-launch-section-heading {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .news-launch-section-heading h2 {
        font-size: clamp(2.15rem, 10vw, 3.2rem);
    }

    .news-launch-opening-copy p,
    .news-launch-feature p,
    .news-launch-tribute-copy > p:last-child {
        font-size: 0.94rem;
        line-height: 2;
    }

    .news-launch-dropcap::first-letter {
        font-size: 4.2em;
    }

    .news-launch-stats {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 56px;
    }

    .news-launch-stats > div {
        padding: 28px 18px;
    }

    .news-launch-stats > div:nth-child(3) {
        border-left: 0;
    }

    .news-launch-stats > div:nth-child(n + 3) {
        border-top: 1px solid rgba(11, 32, 39, 0.18);
    }

    .news-launch-stats dt {
        font-size: 3.25rem;
    }

    .news-launch-stats dd {
        font-size: 0.7rem;
        letter-spacing: 0.06em;
    }

    .news-launch-tribute-shell {
        gap: 52px;
        padding-bottom: 86px;
    }

    .news-launch-tribute-photo {
        width: calc(100% - 12px);
        margin-top: -54px;
    }

    .news-launch-tribute-photo figcaption {
        width: 92%;
        padding: 15px 18px;
        font-size: 0.8rem;
    }

    .news-launch-tribute-copy {
        padding-bottom: 0;
    }

    .news-launch-tribute-copy h2,
    .news-launch-moments h2 {
        font-size: clamp(2.15rem, 10vw, 3.2rem);
    }

    .news-launch-tribute-copy blockquote {
        margin-block: 32px 24px;
        padding: 20px 0 20px 20px;
        font-size: 1.35rem;
    }

    .news-launch-feature--card {
        margin-top: 60px;
    }

    .news-launch-feature--city {
        margin-top: 112px;
    }

    .news-launch-feature {
        gap: 42px;
    }

    .news-launch-feature h3 {
        font-size: 2rem;
    }

    .news-launch-feature figcaption {
        width: 94%;
        padding: 15px 18px;
        font-size: 0.8rem;
    }

    .news-launch-feature--city figure::before {
        inset: -14px -14px auto auto;
    }

    .news-launch-moments-shell {
        grid-template-columns: 1fr;
        align-items: start;
        padding-block: 92px;
    }

    .news-launch-moments header {
        max-width: 540px;
        padding-top: 0;
    }

    .news-launch-moment-main,
    .news-launch-moment-secondary {
        width: 100%;
        grid-column: auto;
    }

    .news-launch-moment-secondary picture {
        aspect-ratio: 4 / 3;
    }

    .news-launch-moment-secondary img {
        object-position: center;
    }

    .news-launch-footer-shell {
        padding-block: 96px 48px;
    }

    .news-launch-footer h2 {
        font-size: clamp(2.4rem, 11vw, 3.6rem);
    }

    .news-launch-actions a {
        min-height: 58px;
        padding-inline: 18px;
        font-size: 0.8rem;
    }

    .news-launch-source {
        margin-top: 44px;
        line-height: 1.8;
    }
}

@media (max-width: 389.98px) {
    .news-launch-copy h1 {
        font-size: 2.35rem;
    }

    .news-launch-stats > div {
        padding-inline: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-page="news"] .news-launch-copy > *,
    [data-page="news"] .news-launch-hero-photo {
        animation: none;
    }

    .news-launch-back span,
    .news-launch-scroll span,
    .news-launch-actions a span {
        transition: none;
    }
}
