@font-face {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://fonts.gstatic.com/s/cormorantgaramond/v21/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_v86GnM.ttf") format("truetype");
}

@font-face {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("https://fonts.gstatic.com/s/cormorantgaramond/v21/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_s06GnM.ttf") format("truetype");
}

@font-face {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://fonts.gstatic.com/s/jost/v20/92zPtBhPNqw79Ij1E865zBUv7myjJQVG.ttf") format("truetype");
}

@font-face {
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("https://fonts.gstatic.com/s/jost/v20/92zPtBhPNqw79Ij1E865zBUv7myRJQVG.ttf") format("truetype");
}

@font-face {
    font-family: "Jost";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("https://fonts.gstatic.com/s/jost/v20/92zPtBhPNqw79Ij1E865zBUv7mx9IgVG.ttf") format("truetype");
}

.article-template {
    padding-top: 80px;
    padding-bottom: 80px;
}

.article-template>*:first-child {
    padding-top: 0;
}

.article-template .media {
    display: block;
    position: relative;
    overflow: hidden;
}

.article-template .media>* {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.article-template .media>img {
    object-fit: cover;
    object-position: center center;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.article-template__hero-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.article-template__hero-container+.article-template__content {
    padding-top: 0;
}

.article-template__hero-small {
    height: 110px;
}

.article-template__hero-medium {
    height: 220px;
}

.article-template__hero-large {
    height: 330px;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
    .article-template__hero-small {
        height: 220px;
    }

    .article-template__hero-medium {
        height: 440px;
    }

    .article-template__hero-large {
        height: 660px;
    }
}

@media screen and (min-width: 990px) {
    .article-template__hero-small {
        height: 275px;
    }

    .article-template__hero-medium {
        height: 550px;
    }

    .article-template__hero-large {
        height: 825px;
    }
}

.article-template .caption-with-letter-spacing {
    opacity: 0.6;
    font-weight: 400;
}

.article-template header {
    padding-top: 40px;
    padding-bottom: 20px;
}

.article-template header .breadcrumb {
    text-align: left;
}

.article-template__hero-container,
.article-template__hero-container+header {
    box-sizing: border-box;
    max-width: calc(var(--page-padding) * 2 + var(--page-width)) !important;
}

.article-template__hero-container+header {
    padding-top: 20px;
}

.article-template__hero-breadcrumb {
    padding-bottom: 20px;
}

.article-template__hero-breadcrumb .breadcrumb {
    display: block !important;
    margin-bottom: 0;
    text-align: left;
}

.article-template:has(.ws-journal):has(.article-template__hero-container) .ws-journal-breadcrumb {
    display: none;
}

.article-template .breadcrumb__list {
    gap: clamp(14px, 1.2vw, 24px);
}

.article-template .breadcrumb__divider {
    margin-right: clamp(14px, 1.2vw, 24px);
}

.article-template__title {
    padding-bottom: 20px;
}

.article-template__link {
    display: flex;
    text-decoration: none;
    align-items: center;
}

.article-template__link .icon-wrap {
    display: flex;
    margin-right: 10px;
    transform: rotate(90deg);
    position: relative;
    transform-origin: center;
    width: 10px;
    height: 10px;
}

.article-template__content {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.article-template__divide {
    width: 100%;
    opacity: 0.4;
}

.article-template__divide:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: rgba(var(--color-entry-line));
}

.article-template__social-sharing {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* ============================================
   评论区域 — 匹配品牌设计语言
   (标题: Quattrocento 衬线体 · 正文: Inter 无衬线体
    圆角 20px · 黑色按钮白色反转交互
    底部固定间距防止与页脚重叠)
   ============================================ */

/* ── 评论区域容器 ── */
.article-template__comment-wrapper {
    position: relative;
    padding-top: 48px;
    padding-bottom: 60px;
    margin-top: 40px;
}

.article-template__comment-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: var(--page-padding);
    right: var(--page-padding);
    height: 1px;
    background: rgba(var(--color-entry-line), 0.5);
}

/* ── "N 条评论" 标题 ── */
.article-template__comment-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 400;
    font-size: var(--title4-font-size);
    text-transform: none;
    letter-spacing: 0.02em;
    padding-bottom: 32px;
}

/* ── 评论列表容器 ── */
.article-template__comments {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 48px;
}

/* ── 单条评论卡片 ── */
.article-template__comments-comment {
    display: flex;
    flex-direction: column;
    padding: 28px 32px;
    width: 100%;
    background: rgb(var(--color-page-background));
    border: 1px solid rgba(var(--color-entry-line), 0.5);
    border-radius: 20px;
    transition: border-color 0.25s ease, box-shadow 0.4s ease;
}

.article-template__comments-comment:hover {
    border-color: rgba(var(--color-entry-line), 0.8);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

/* ── 评论正文 ── */
.article-template__comments-comment>*:not(footer):not(.right) {
    font-family: var(--body-font);
    font-size: var(--body3-font-size);
    line-height: 1.7;
    color: rgba(var(--color-text), 0.88);
}

/* ── 评论作者/日期（卡片底部） ── */
.article-template__comments-comment .right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2px 0;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid rgba(var(--color-entry-line), 0.3);
}

.article-template__comments-comment .caption-with-letter-spacing {
    opacity: 0.55;
    font-size: 12px;
    font-family: var(--body-font);
}

.article-template__comments-comment .right .circle-divider+.caption-with-letter-spacing {
    margin-left: 2px;
}

/* ── 分页 ── */
.article-template__comments+.pagination {
    margin-top: 8px;
}

/* ── 审核提示 ── */
.article-template__comment-warning {
    margin-top: 20px;
    padding: 12px 16px;
    font-size: var(--body6-font-size);
    font-family: var(--body-font);
    color: rgba(var(--color-text), 0.55);
    background: rgba(var(--color-entry-line), 0.12);
    border-radius: 10px;
    text-align: center;
}

/* ── 发表评论表单区域 ── */
.article-template .comment_title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 400;
    font-size: var(--title4-font-size);
    text-transform: none;
    letter-spacing: 0.02em;
    padding-bottom: 28px;
}

/* ── 表单反馈信息（成功/错误） ── */
.article-template .field__info {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: var(--body6-font-size);
    font-family: var(--body-font);
    border-radius: 10px;
}

.article-template .field__info:not(.field__info--error) {
    background: rgba(46, 125, 50, 0.06);
    color: #2e7d32;
}

.article-template .field__info--error {
    background: rgba(227, 38, 25, 0.06);
    color: rgb(var(--color-discount));
}

.article-template .field__info svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

/* ── 表单字段容器（作者+邮箱同行） ── */
@media (min-width: 960px) {
    .article-template .article-template__comment-fields {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
    }
}

/* ── 表单字段间距 ── */
.article-template__comment-wrapper .field {
    margin-bottom: 16px;
}

.article-template__comment-wrapper>div:last-child>.field:last-child,
.article-template__comment-wrapper .article-template__comment-fields+.field {
    margin-bottom: 0;
}

/* ── 表单输入框交互 ──
   只保留点击(focus)效果，去掉悬浮(hover)效果
   圆角 4px，focus 时边框变炭黑不变粗 ── */
.article-template__comment-wrapper .field::after {
    border-radius: 4px;
}

.article-template__comment-wrapper .field:hover::after {
    border-width: var(--input-border-thickness);
    border-color: rgba(var(--color-text), var(--input-border-opacity));
}

.article-template__comment-wrapper .field:focus-within::after,
.article-template__comment-wrapper .field:focus::after {
    border-width: var(--input-border-thickness);
    border-color: rgba(var(--color-text), 0.8);
}

/* ── 输入框标签文字用 Jost 字体 ── */
.article-template__comment-wrapper .field__label {
    font-family: "Jost", sans-serif;
}

/* ── 发表评论按钮 ──
   克制风格：白底黑边 → hover 黑底白字
   圆角 4px 对齐输入框 ── */
.article-template__comment-submit {
    text-align: center;
    padding-top: 36px;
}

.article-template__comment-submit .button {
    min-width: 180px;
    padding: 11px 40px;
    font-size: 13px;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    border-radius: 4px;
    background-color: rgb(var(--color-page-background));
    color: rgba(var(--color-text), 0.85);
    border: 1px solid rgba(var(--color-text), 0.25);
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    box-shadow: none;
}

.article-template__comment-submit .button::before,
.article-template__comment-submit .button::after {
    display: none;
}

.article-template__comment-submit .button:hover {
    background-color: rgba(var(--color-text), 0.92);
    color: rgb(var(--color-page-background));
    border-color: rgba(var(--color-text), 0.92);
    box-shadow: none;
}

.article-template__comment-submit .button:active {
    transform: translateY(1px);
}

/* ── 返回博客列表链接 ── */
.article-template__back {
    padding-top: 32px;
    padding-bottom: 60px;
}

/* ── 装饰圆点 ── */
.article-template .circle-divider::after {
    content: "\2022";
    margin: 0 10px 0 12px;
    opacity: 0.35;
}

.article-template .circle-divider:last-of-type::after {
    display: none;
}

/* ====== 移动端适配 ====== */
@media (max-width: 959px) {
    .article-template {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .article-template__hero-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .article-template header {
        padding-top: 20px;
    }

    .article-template__content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .article-template__social-sharing {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .article-template__back {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    /* ── 评论区移动端 ── */
    .article-template__comment-wrapper {
        padding-top: 32px;
        padding-bottom: 40px;
        margin-top: 24px;
    }

    .article-template__comment-wrapper::before {
        left: var(--page-padding);
        right: var(--page-padding);
    }

    .article-template__comment-title {
        padding-bottom: 24px;
    }

    .article-template__comments {
        gap: 12px;
        padding-bottom: 36px;
    }

    .article-template__comments-comment {
        padding: 20px 24px;
        border-radius: 16px;
    }

    .article-template__comments-comment .right {
        padding-top: 14px;
        margin-top: 14px;
    }

    .article-template .comment_title {
        padding-bottom: 20px;
    }

    .article-template .field__info {
        padding: 10px 14px;
        margin-bottom: 16px;
    }

    .article-template__comment-wrapper .field {
        margin-bottom: 12px;
    }

    .article-template__comment-warning {
        margin-top: 14px;
        padding: 10px 14px;
    }

    .article-template__comment-submit {
        padding-top: 28px;
    }

    .article-template__comment-submit .button {
        width: 100%;
        min-width: 0;
        padding: 13px 32px;
    }
}

/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */

/* WhispArt automated journal */
.ws-journal-breadcrumb {
    display: none;
}

.article-template:has(.ws-journal) {
    --ws-journal-reading-width: min(780px, calc(100% - (var(--ws-journal-side) * 2)));
    --ws-journal-side: clamp(24px, 5vw, 82px);
    padding-top: 0;
    padding-bottom: 0;
}

.article-template:has(.ws-journal)>header,
.article-template:has(.ws-journal)>.article-template__divide {
    display: none;
}

.article-template:has(.ws-journal) .article-template__content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.article-template:has(.ws-journal) .ws-journal-breadcrumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
}

.article-template:has(.ws-journal) .ws-journal-breadcrumb .breadcrumb {
    display: block !important;
    margin-bottom: 0;
}

.ws-journal,
.ws-journal *,
.ws-journal *::before,
.ws-journal *::after {
    box-sizing: border-box;
}

.ws-journal {
    --ws-journal-ink: #20201d;
    --ws-journal-copy: #55554f;
    --ws-journal-link-green: #173f35;
    --ws-journal-muted: #92928b;
    --ws-journal-reading-width: min(780px, calc(100% - (var(--ws-journal-side) * 2)));
    --ws-journal-side: clamp(24px, 5vw, 82px);
    width: 100%;
    overflow: clip;
    background: #fff;
    color: var(--ws-journal-ink);
    font-family: "Jost", "Avenir Next", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.82;
}

.ws-journal h1,
.ws-journal h2,
.ws-journal p,
.ws-journal figure,
.ws-journal blockquote {
    margin: 0;
    letter-spacing: 0;
}

.ws-journal img {
    display: block;
    width: 100%;
    max-width: none;
    object-fit: cover;
    transition: transform 700ms ease;
}

.ws-journal__header {
    width: var(--ws-journal-reading-width);
    margin: 0 auto;
    padding: 84px 0 116px;
}

.ws-journal__title,
.ws-journal h1,
.ws-journal h2,
.ws-journal h3,
.ws-journal h4 {
    font-family: "Cormorant Garamond", Georgia, serif !important;
}

.ws-journal__title {
    width: min(1080px, calc(100vw - (var(--ws-journal-side) * 2)));
    max-width: none;
    margin-left: 50% !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.04;
    text-align: center;
    text-wrap: wrap;
    transform: translateX(-50%);
}

.ws-journal__standfirst {
    width: 100%;
    max-width: 100%;
    margin-top: 36px !important;
    color: var(--ws-journal-copy);
    font-family: "Jost", "Avenir Next", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.ws-journal__section {
    width: min(1380px, calc(100% - (var(--ws-journal-side) * 2)));
    margin: 0 auto;
    padding: 84px 0;
}

.ws-journal__reading {
    width: var(--ws-journal-reading-width);
    margin-right: auto;
    margin-left: auto;
}

.ws-journal__section.ws-journal__reading {
    padding-right: 0;
    padding-left: 0;
}

.ws-journal h2 {
    width: 100%;
    max-width: none;
    margin-bottom: 34px;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.08;
    text-wrap: wrap;
}

.ws-journal p {
    color: var(--ws-journal-copy);
    font-family: "Jost", "Avenir Next", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.82;
}

.ws-journal p+p {
    margin-top: 21px;
}

.ws-journal__composition {
    display: grid;
    gap: clamp(44px, 6vw, 88px);
    align-items: center;
}

.ws-journal__composition--image-left {
    grid-template-columns: minmax(380px, 1.04fr) minmax(0, .96fr);
}

.ws-journal__composition--image-right {
    grid-template-columns: minmax(0, .94fr) minmax(380px, 1.06fr);
}

.ws-journal__composition--image-left .ws-journal__figure--split {
    grid-column: 1;
    grid-row: 1;
}

.ws-journal__composition--image-left .ws-journal__copy {
    grid-column: 2;
    grid-row: 1;
}

.ws-journal__composition--image-right .ws-journal__figure--split {
    grid-column: 2;
    grid-row: 1;
}

.ws-journal__composition--image-right .ws-journal__copy {
    grid-column: 1;
    grid-row: 1;
}

.ws-journal__copy {
    width: 100%;
    max-width: 650px;
}

.ws-journal__figure {
    overflow: hidden;
}

.ws-journal__figure:hover img {
    transform: scale(1.01);
}

.ws-journal__figure--split img,
.ws-journal__figure--diptych img {
    aspect-ratio: 4 / 5;
}

.ws-journal__figure--wide {
    width: min(920px, 100%);
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 46px !important;
    margin-bottom: 54px !important;
}

.ws-journal__figure--wide img {
    aspect-ratio: 5 / 3;
}

.ws-journal__figure--centered {
    width: min(720px, 100%);
    margin: 48px auto 0 !important;
}

.ws-journal__figure--centered img {
    aspect-ratio: 1 / 1;
}

.ws-journal__diptych {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 3vw, 42px);
    margin-top: 48px;
}

.ws-journal__caption {
    margin-top: 7px !important;
    color: var(--ws-journal-muted) !important;
    font-family: "Jost", "Avenir Next", Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;
}

.ws-journal__quote {
    width: min(900px, calc(100% - (var(--ws-journal-side) * 2)));
    margin: 104px auto !important;
    color: var(--ws-journal-ink);
    font-family: "Jost", "Avenir Next", Arial, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.24;
    text-align: center;
    text-wrap: balance;
}

.ws-journal__section.ws-journal__reading.ws-journal__callout {
    border-left: 4px solid #737a70;
    padding: 38.4px 44.8px;
    background: #f1f4ef;
}

.ws-journal__callout--ink {
    border-color: #20201d;
    background: #f3f2ef;
}

.ws-journal__callout--mist {
    border-color: #737a70;
    background: #f1f4ef;
}

.ws-journal__callout .ws-journal__eyebrow {
    margin-bottom: 16px;
    color: #30322f !important;
    font-family: "Jost", "Avenir Next", Arial, sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.ws-journal__callout .ws-journal__heading {
    margin-bottom: 25.6px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.14;
}

.ws-journal__callout>p:last-child {
    color: #30322f;
    font-weight: 400;
}

.ws-journal__eyebrow {
    color: #3b7963 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase;
}

.ws-journal__intro {
    color: var(--ws-journal-muted) !important;
}

.ws-journal__source-note {
    display: block;
    margin-top: 8px;
    color: #30322f !important;
    font-family: "Jost", "Avenir Next", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

.ws-journal__list,
.ws-journal__steps,
.ws-journal__sources ul {
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.ws-journal__list li,
.ws-journal__steps li,
.ws-journal__sources li {
    padding: 18px 0;
    border-top: 1px solid #e0e0da;
}

.ws-journal__list li,
.ws-journal__steps li {
    display: grid;
    grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
    gap: 24px;
}

.ws-journal__steps {
    counter-reset: ws-step;
}

.ws-journal__steps li {
    grid-template-columns: 42px minmax(150px, 220px) minmax(0, 1fr);
    counter-increment: ws-step;
}

.ws-journal__steps li::before {
    content: counter(ws-step, decimal-leading-zero);
    color: #3b7963;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
}

.ws-journal__item-copy {
    color: var(--ws-journal-copy);
}

.ws-journal__table-wrap {
    margin-top: 34px;
    overflow-x: auto;
    border-top: 0;
}

.ws-journal table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
}

.ws-journal th,
.ws-journal td {
    padding: 18px;
    border-bottom: 1px solid #dfe3dd;
    color: #30322f;
    font-family: "Jost", "Avenir Next", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    text-align: left;
    vertical-align: top;
}

.ws-journal th {
    color: #30322f;
    font-weight: 700;
}

.ws-journal__faq details {
    margin: 0;
    padding: 0;
    border: 0;
}

.ws-journal__faq summary {
    display: list-item;
    color: #30322f;
    font-family: "Jost", "Avenir Next", Arial, sans-serif;
    font-weight: 400;
    list-style: disclosure-closed;
    cursor: pointer;
}

.ws-journal__faq details[open]>summary {
    list-style: disclosure-open;
}

.ws-journal__faq details p {
    margin: 14px 0 22px 24px;
}

.ws-journal a.ws-journal__inline-source-link,
.ws-journal a.ws-journal__inline-internal-link,
.ws-journal a.ws-journal__inline-source-link:hover,
.ws-journal a.ws-journal__inline-internal-link:hover,
.ws-journal a.ws-journal__inline-source-link:visited,
.ws-journal a.ws-journal__inline-internal-link:visited {
    color: var(--ws-journal-link-green) !important;
    font-family: "Jost", "Avenir Next", Arial, sans-serif;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.ws-journal__sources a.ws-journal__source-link,
.ws-journal__sources a.ws-journal__source-link:hover,
.ws-journal__sources a.ws-journal__source-link:visited {
    color: var(--ws-journal-link-green) !important;
    font-family: "Jost", "Avenir Next", Arial, sans-serif;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

@media (max-width: 900px) {
    .article-template:has(.ws-journal) .ws-journal-breadcrumb {
        padding-top: 12px;
    }

    .ws-journal__header {
        padding-top: 54px;
        padding-bottom: 78px;
    }

    .ws-journal__title {
        width: 100%;
        margin-left: 0 !important;
        font-size: 48px;
        transform: none;
    }

    .ws-journal__section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .ws-journal__section.ws-journal__reading.ws-journal__callout {
        padding: 28px 24px;
    }

    .ws-journal__callout .ws-journal__heading {
        font-size: 31px;
    }

    .ws-journal__composition {
        grid-template-columns: 1fr;
        gap: 42px;
        align-items: start;
    }

    .ws-journal__composition--image-left .ws-journal__figure--split,
    .ws-journal__composition--image-right .ws-journal__figure--split {
        grid-column: 1;
        grid-row: 1;
    }

    .ws-journal__composition--image-left .ws-journal__copy,
    .ws-journal__composition--image-right .ws-journal__copy {
        grid-column: 1;
        grid-row: 2;
    }

    .ws-journal__diptych {
        grid-template-columns: 1fr;
        gap: 42px;
    }
}

@media (max-width: 600px) {
    .article-template:has(.ws-journal) {
        --ws-journal-side: 22px;
    }

    .article-template:has(.ws-journal) .ws-journal-breadcrumb {
        padding-top: 12px;
    }

    .ws-journal {
        --ws-journal-side: 22px;
    }

    .ws-journal__header {
        padding-top: 41px;
        padding-bottom: 62px;
    }

    .ws-journal__title {
        font-size: 40px;
        line-height: 1.07;
    }

    .ws-journal__standfirst {
        margin-top: 28px !important;
        font-size: 22px;
    }

    .ws-journal h2 {
        margin-bottom: 28px;
        font-size: 34px;
    }

    .ws-journal__section {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .ws-journal__quote {
        margin-top: 76px !important;
        margin-bottom: 76px !important;
        font-size: 23px;
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ws-journal img {
        transition: none;
    }

    .ws-journal__figure:hover img {
        transform: none;
    }
}

/* Mobile repair: keep Journal step descriptions readable instead of compressing a third grid column. */
@media (max-width: 600px) {
  .ws-journal__steps li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px 16px;
  }

  .ws-journal__steps li .ws-journal__item-copy {
    grid-column: 1 / -1;
    padding-left: 58px;
  }
}
