.journal-head { padding: 92px 0 56px; border-bottom: 1px solid var(--hair); }
.journal-head h1 {
    margin: 20px 0 16px;
    max-width: 640px;
    font-family: var(--serif);
    font-size: clamp(2.1rem, 4.6vw, 3rem);
    font-weight: 700;
    line-height: 1.4;
}
.journal-lead { max-width: 560px; color: var(--body-c); font-size: 17px; line-height: 1.95; }

.journal-stat {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    padding: 6px 18px 6px 6px;
    border: 1px solid var(--hair-dark);
    border-radius: 100px;
    font-size: 15.5px;
    color: var(--body-c);
    letter-spacing: 0.02em;
}
.journal-stat b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--navy);
    color: #f6f4ee;
    font-family: var(--serif);
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}

.post-card {
    display: flex;
    align-items: stretch;
    background: var(--paper);
    border: 1px solid var(--hair);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 22px 44px -34px rgba(22, 37, 61, 0.28);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.post-card:hover {
    border-color: var(--bronze);
    box-shadow: 0 30px 54px -30px rgba(22, 37, 61, 0.36);
    transform: translateY(-3px);
}
.post-card-index {
    flex-shrink: 0;
    width: 176px;
    padding: 40px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--navy);
    color: #f6f4ee;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.post-card-num { font-family: var(--serif); font-size: 38px; font-weight: 700; color: #c8a76b; }
.post-card-cat {
    align-self: flex-start;
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 100px;
    font-size: 13.5px;
    letter-spacing: 0.08em;
    color: rgba(246, 244, 238, 0.78);
}
.post-card-body { flex: 1; min-width: 0; padding: 40px 40px; }
.post-card-body h2 {
    font-family: var(--serif);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.55;
}
.post-card-body p { margin-top: 14px; color: var(--body-c); font-size: 16.5px; line-height: 1.9; }
.post-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 0;
    margin-top: 24px;
    font-size: 15.5px;
    color: var(--mute);
}
.post-card-meta span { white-space: nowrap; }
.post-card-meta span:not(:first-child)::before { content: "\00b7"; margin: 0 8px; color: var(--hair-dark); }
.post-card-arrow {
    flex-shrink: 0;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid var(--hair);
    color: var(--navy);
    font-size: 20px;
    transition: background 0.2s ease, color 0.2s ease;
}
.post-card:hover .post-card-arrow { background: var(--bronze); color: #ffffff; }

.journal-more { background: var(--navy); color: #f6f4ee; text-align: center; padding: 100px 0; }
.journal-more .over { color: #c8a76b; }
.journal-more h2 {
    margin: 20px auto 14px;
    max-width: 560px;
    font-family: var(--serif);
    font-size: clamp(1.7rem, 3.6vw, 2.3rem);
    font-weight: 700;
    line-height: 1.5;
}
.journal-more p { max-width: 480px; margin: 0 auto; color: rgba(246, 244, 238, 0.62); font-size: 16.5px; line-height: 1.9; }
.journal-more-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 36px; }

.article-head { padding: 88px 0 40px; }
.article-crumb { font-size: 15.5px; color: var(--mute); letter-spacing: 0.02em; }
.article-crumb a { color: var(--mute); border-bottom: 1px solid transparent; }
.article-crumb a:hover { color: var(--navy); border-bottom-color: var(--bronze); }
.article-head h1 {
    margin: 20px 0 22px;
    max-width: 760px;
    font-family: var(--serif);
    font-size: clamp(1.95rem, 4.4vw, 2.85rem);
    font-weight: 700;
    line-height: 1.42;
}
.article-byline { display: flex; align-items: center; gap: 14px; }
.article-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--navy);
    color: #f6f4ee;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}
.article-byline-name { font-size: 17px; font-weight: 700; color: var(--ink); }
.article-byline-meta { font-size: 15.5px; color: var(--mute); margin-top: 2px; }

.article-body { max-width: none; }
.article-body p { color: var(--body-c); font-size: 17.5px; line-height: 2; margin-top: 20px; }
.article-body p:first-of-type { margin-top: 0; }
.article-body h2 {
    margin-top: 56px;
    margin-bottom: 18px;
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 24px;
    border-top: 1px solid var(--hair);
}
.article-body h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.article-body h3 { margin-top: 30px; margin-bottom: 10px; font-size: 19px; font-weight: 700; color: var(--ink); }
.article-body ul { margin-top: 16px; }
.article-body li {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    color: var(--body-c);
    font-size: 16.5px;
    line-height: 1.85;
}
.article-body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: var(--bronze);
    transform: rotate(45deg);
}
.article-body a { color: var(--navy); font-weight: 600; border-bottom: 1px solid var(--hair-dark); }
.article-body a:hover { border-bottom-color: var(--bronze); }
.article-body strong { color: var(--ink); font-weight: 700; }

.article-body details {
    margin-top: 0;
    border: none;
    border-bottom: 1px solid var(--hair);
    border-radius: 0;
    background: transparent;
    overflow: visible;
}
.article-body details:first-of-type {
    margin-top: 4px;
    border-top: 1px solid var(--hair);
}
.article-body details[open] {
    box-shadow: none;
}
.article-body details summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 10px;
    align-items: center;
    column-gap: 18px;
    padding: 18px 2px 18px 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.55;
    color: var(--ink);
    cursor: pointer;
    list-style: none;
    user-select: none;
    border-left: 3px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease, padding-left 0.2s ease;
}
.article-body details[open] summary {
    color: var(--navy);
    border-left-color: var(--bronze);
    padding-left: 14px;
}
.article-body details summary::-webkit-details-marker { display: none; }
.article-body details summary::marker { content: ""; }
.article-body details summary::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--mute);
    border-bottom: 2px solid var(--mute);
    transform: rotate(45deg);
    transition: transform 0.22s ease, border-color 0.22s ease;
    justify-self: end;
    align-self: center;
}
.article-body details[open] summary::after {
    transform: rotate(-135deg);
    border-color: var(--bronze);
}
.article-body details summary:hover { color: var(--navy); }
.article-body details summary:hover::after { border-color: var(--navy); }
.article-body details > p {
    margin-top: 0;
    padding: 0 2px 18px 17px;
    font-size: 16.5px;
    line-height: 1.85;
    border-top: none;
    background: transparent;
}

.article-callout {
    margin-top: 26px;
    padding: 22px 24px;
    background: var(--ivory);
    border-left: 3px solid var(--bronze);
    border-radius: 6px;
}
.article-callout p { margin-top: 0; font-size: 16px; }
.article-callout p + p { margin-top: 10px; }

.article-table-wrap {
    margin-top: 24px;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--hair);
    border-radius: 8px;
}
.article-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16.5px;
    min-width: 520px;
    table-layout: fixed;
}
.article-table th,
.article-table td {
    padding: 13px 16px;
    text-align: left;
    border-bottom: 1px solid var(--hair);
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    vertical-align: top;
    line-height: 1.65;
    hyphens: auto;
}
.article-table th { background: var(--ivory); font-weight: 700; color: var(--ink); letter-spacing: 0.01em; }
.article-table td { color: var(--body-c); }
.article-table tr:last-child td { border-bottom: none; }
.article-table td.is-strong { color: var(--navy); font-weight: 700; }
.article-table:has(thead tr th:nth-child(2):last-child) :is(th, td):first-child { width: 32%; max-width: 148px; }
.article-table:has(thead tr th:nth-child(2):last-child) :is(th, td):last-child { width: 68%; max-width: 560px; }
.article-table:has(thead tr th:nth-child(3):last-child) :is(th, td):nth-child(1) { width: 24%; max-width: 160px; }
.article-table:has(thead tr th:nth-child(3):last-child) :is(th, td):nth-child(2) { width: 30%; max-width: 220px; }
.article-table:has(thead tr th:nth-child(3):last-child) :is(th, td):nth-child(3) { width: 46%; max-width: 360px; }
.article-table:has(thead tr th:nth-child(4):last-child) :is(th, td):nth-child(1) { width: 20%; max-width: 128px; }
.article-table:has(thead tr th:nth-child(4):last-child) :is(th, td):nth-child(2) { width: 18%; max-width: 120px; }
.article-table:has(thead tr th:nth-child(4):last-child) :is(th, td):nth-child(3) { width: 22%; max-width: 148px; }
.article-table:has(thead tr th:nth-child(4):last-child) :is(th, td):nth-child(4) { width: 40%; max-width: 320px; }

.article-figure {
    margin-top: 30px;
    padding: 30px 28px;
    background: var(--navy);
    color: #f6f4ee;
    border-radius: 10px;
}
.article-figure .over { color: #c8a76b; margin-bottom: 14px; display: block; }
.article-figure-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 18px; }
.article-figure .article-figure-cell b {
    display: block;
    color: #f6f4ee;
    font-family: var(--serif);
    font-size: 28px;
    font-weight: 700;
}
.article-figure-cell span { display: block; margin-top: 6px; font-size: 15.5px; color: rgba(246, 244, 238, 0.62); line-height: 1.6; }

.article-cta {
    margin-top: 56px;
    padding: 40px 36px;
    background: var(--paper);
    border: 1px solid var(--hair);
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 22px 44px -34px rgba(22, 37, 61, 0.28);
}
.article-cta h3 { font-family: var(--serif); font-size: 22px; font-weight: 700; margin-bottom: 10px; }
.article-cta p { color: var(--body-c); font-size: 16px; margin-bottom: 24px; }
.article-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

.blog-fcta {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 70;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 640px;
    margin: 0 auto;
    padding: 16px 20px;
    background: var(--navy);
    color: #f6f4ee;
    border-radius: 10px;
    box-shadow: 0 24px 48px -24px rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}
.blog-fcta.is-visible { opacity: 1; visibility: visible; transform: none; }
.blog-fcta-copy { flex: 1; min-width: 0; }
.blog-fcta-copy b { display: block; font-size: 16.5px; font-weight: 700; }
.blog-fcta-copy span { display: block; margin-top: 2px; font-size: 15px; color: rgba(246, 244, 238, 0.6); }
.blog-fcta .btn { flex-shrink: 0; }

@media (max-width: 1020px) {
    .post-card { flex-direction: column; }
    .post-card-index {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 26px 32px;
    }
    .post-card-arrow { width: 100%; border-left: none; border-top: 1px solid var(--hair); padding: 14px 0; }
}
@media (max-width: 768px) {
    .journal-head { padding: 72px 0 40px; }
    .article-head { padding: 68px 0 32px; }
    .post-card-body { padding: 32px 28px; }
    .journal-more { padding: 72px 0; }
    .article-figure-grid { grid-template-columns: 1fr; gap: 16px; }
    .blog-fcta { left: 14px; right: 14px; bottom: 14px; padding: 14px 16px; gap: 14px; }
}
@media (max-width: 480px) {
    .blog-fcta { flex-direction: column; align-items: stretch; }
    .article-cta { padding: 32px 24px; }
}
.article-body h4 { margin-top: 24px; margin-bottom: 8px; font-size: 17px; font-weight: 700; color: var(--ink); line-height: 1.5; }
.article-body h5 { margin-top: 18px; margin-bottom: 6px; font-size: 16px; font-weight: 700; color: var(--body-c); line-height: 1.5; }
.article-body em { font-style: italic; }
.article-body b { color: var(--ink); font-weight: 700; }
.article-body code { font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace; font-size: 14px; padding: 2px 6px; background: var(--ivory); border: 1px solid var(--hair); border-radius: 3px; color: var(--navy); word-break: break-word; }
.article-body kbd { font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace; font-size: 13px; padding: 1px 7px; background: #fff; border: 1px solid var(--hair-dark); border-radius: 4px; box-shadow: 0 1px 0 var(--hair-dark); color: var(--ink); white-space: nowrap; }
.article-body del { text-decoration: line-through; color: var(--mute); }
.article-body mark { background: rgba(200, 167, 107, 0.22); color: var(--ink); padding: 1px 3px; border-radius: 2px; }
.article-body ol { margin-top: 16px; padding-left: 24px; list-style: decimal; }
.article-body ol li { padding-left: 4px; list-style: decimal; }
.article-body ol li::before { display: none; }
.article-body dl { margin-top: 16px; }
.article-body dt { font-weight: 700; color: var(--ink); font-size: 16.5px; margin-top: 14px; }
.article-body dd { margin-left: 20px; margin-top: 4px; color: var(--body-c); font-size: 16px; line-height: 1.85; }
.article-body pre { margin-top: 20px; padding: 18px 20px; background: #1a1d23; border-radius: 6px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.article-body pre code { font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace; font-size: 14px; padding: 0; background: transparent; border: none; border-radius: 0; color: #e2e8f0; line-height: 1.75; word-break: normal; }
.article-body blockquote { margin-top: 24px; padding: 16px 20px 16px 18px; border-left: 3px solid var(--bronze); background: var(--ivory); border-radius: 0 4px 4px 0; }
.article-body blockquote p { margin-top: 0; font-size: 16.5px; font-style: italic; }
.article-body hr { margin-top: 40px; margin-bottom: 40px; border: none; border-top: 1px solid var(--hair); }
.article-body img { max-width: 100%; height: auto; border-radius: 6px; margin-top: 20px; }
.article-body figure { margin-top: 28px; margin-bottom: 0; }
.article-body figure img { margin-top: 0; }
.article-body figcaption { margin-top: 8px; font-size: 14px; color: var(--mute); text-align: center; line-height: 1.6; }
.article-further-reading { margin-top: 0; }
.article-further-reading-title { margin-top: 56px; margin-bottom: 18px; font-family: var(--serif); font-size: 24px; font-weight: 700; line-height: 1.5; padding-top: 24px; border-top: 1px solid var(--hair); color: var(--ink); }
.article-further-reading ul { margin-top: 0; }
.article-further-reading li { font-size: 16px; }


@media (max-width: 768px) {
.article-body h4 { font-size: 16px; }
.article-body h5 { font-size: 15px; }
.article-body blockquote { padding: 12px 14px 12px 14px; }
.article-body pre { padding: 14px 14px; }
.article-body dl { margin-top: 12px; }
.article-body dt { font-size: 15.5px; }
.article-body dd { font-size: 15px; margin-left: 14px; }
}
