/* Newspaper edition — 1.2.1 */
.s2gbj.s2gbj-newspaper {
    --paper: #f5f1e8;
    --ink: #151515;
    --muted-ink: #5d5a54;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
}

.s2gbj-masthead {
    background: #071019;
    border-bottom: 5px solid var(--s2gbj-gold);
    color: #fff;
    margin-left: min(-20px, calc((1180px - 100vw) / 2));
    margin-right: min(-20px, calc((1180px - 100vw) / 2));
    padding: 14px max(20px, calc((100vw - 1180px) / 2)) 0;
}

.s2gbj-edition {
    border-bottom: 1px solid rgba(255,255,255,.24);
    color: #bac4cc;
    display: flex;
    font-size: .72rem;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: .06em;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.s2gbj-brand {
    align-items: center;
    color: #fff !important;
    display: flex;
    flex-direction: column;
    padding: 24px 0 20px;
    text-align: center;
    text-decoration: none;
}

.s2gbj-brand span {
    color: var(--s2gbj-gold);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.s2gbj-brand strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.35rem, 5vw, 4.6rem);
    letter-spacing: -.045em;
    line-height: 1;
}

.s2gbj-brand em {
    color: #bdc6ce;
    font-family: Georgia, "Times New Roman", serif;
    font-size: .88rem;
    margin-top: 8px;
}

.s2gbj-sections {
    border-top: 1px solid rgba(255,255,255,.24);
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scrollbar-width: none;
}

.s2gbj-sections a {
    color: #fff !important;
    flex: 0 0 auto;
    font-size: .76rem;
    font-weight: 800;
    padding: 13px 0;
    text-decoration: none;
    text-transform: uppercase;
}

.s2gbj-sections a:hover { color: var(--s2gbj-gold) !important; }

.s2gbj-newspaper .s2gbj-hero {
    border-bottom: 1px solid #b9b2a5;
    margin: 0 0 24px;
    max-width: none;
    padding: 42px 0 24px;
    text-align: left;
}

.s2gbj-newspaper .s2gbj-hero h1 {
    color: var(--ink);
    font-size: clamp(2.3rem, 5vw, 4.6rem);
    margin-bottom: 10px;
}

.s2gbj-newspaper .s2gbj-hero p { color: var(--muted-ink); margin: 0; }

.s2gbj-newspaper .s2gbj-tools {
    background: transparent;
    border: 0;
    border-bottom: 3px double var(--ink);
    border-radius: 0;
    padding: 0 0 22px;
}

.s2gbj-newspaper .s2gbj-tools input { border: 1px solid #aaa398; }
.s2gbj-newspaper .s2gbj-filters button { border-color: #8e887e; color: var(--ink); }

.s2gbj-newspaper .s2gbj-grid {
    border-bottom: 1px solid #b9b2a5;
    gap: 0;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.s2gbj-newspaper .s2gbj-card {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #b9b2a5;
    border-radius: 0;
    box-shadow: none;
    grid-column: span 4;
    padding: 22px;
}

.s2gbj-newspaper .s2gbj-card:first-child {
    border-right: 1px solid #b9b2a5;
    grid-column: span 8;
    grid-row: span 2;
    padding-left: 0;
}

.s2gbj-newspaper .s2gbj-card:nth-child(2),
.s2gbj-newspaper .s2gbj-card:nth-child(3) { padding-right: 0; }
.s2gbj-newspaper .s2gbj-card:hover { transform: none; }
.s2gbj-newspaper .s2gbj-image { background: #ddd7cb; border-radius: 0; }
.s2gbj-newspaper .s2gbj-image-placeholder {
    background:
        linear-gradient(135deg, transparent 42%, rgba(212,175,55,.28) 42% 44%, transparent 44%),
        radial-gradient(circle at 78% 28%, rgba(212,175,55,.19), transparent 28%),
        #071019;
}
.s2gbj-newspaper .s2gbj-image-placeholder span {
    border-bottom: 1px solid var(--s2gbj-gold);
    border-top: 1px solid var(--s2gbj-gold);
    color: #fff;
    font-size: clamp(1.3rem, 3vw, 2.3rem);
    letter-spacing: .04em;
    padding: 14px 24px;
}
.s2gbj-newspaper .s2gbj-card-body { padding: 18px 0 0; }
.s2gbj-newspaper .s2gbj-card h2 { color: var(--ink); font-size: 1.75rem; }
.s2gbj-newspaper .s2gbj-card:first-child h2 { font-size: clamp(2rem, 4vw, 3.65rem); line-height: 1.03; }
.s2gbj-newspaper .s2gbj-card p { color: var(--muted-ink); }
.s2gbj-newspaper .s2gbj-meta { color: #6e6961; }

.s2gbj-single.s2gbj-newspaper > article { max-width: 1120px; }
.s2gbj-single.s2gbj-newspaper .s2gbj-article-header {
    border-bottom: 1px solid #b9b2a5;
    max-width: 980px;
    padding: 46px 0 30px;
    text-align: left;
}

.s2gbj-single.s2gbj-newspaper .s2gbj-back { color: #625e57 !important; }
.s2gbj-single.s2gbj-newspaper .s2gbj-article-header h1 {
    color: var(--ink);
    font-size: clamp(2.7rem, 6vw, 5.25rem);
    letter-spacing: -.045em;
    line-height: .98;
    text-wrap: balance;
}

.s2gbj-single.s2gbj-newspaper .s2gbj-subtitle { color: #4e4b45; margin-left: 0; }
.s2gbj-single.s2gbj-newspaper .s2gbj-byline { color: #69655e; }
.s2gbj-single.s2gbj-newspaper .s2gbj-featured { margin: 30px 0; }
.s2gbj-single.s2gbj-newspaper .s2gbj-featured img { border-radius: 0; max-height: 620px; object-fit: cover; }
.s2gbj-single.s2gbj-newspaper .s2gbj-article-layout { border-top: 3px double var(--ink); }
.s2gbj-single.s2gbj-newspaper .s2gbj-content { color: #262421; font-size: 1.12rem; }
.s2gbj-single.s2gbj-newspaper .s2gbj-content > p:first-of-type::first-letter {
    color: var(--ink);
    float: left;
    font-size: 4.7rem;
    line-height: .78;
    padding: 9px 9px 0 0;
}
.s2gbj-single.s2gbj-newspaper .s2gbj-content h2,
.s2gbj-single.s2gbj-newspaper .s2gbj-content h3 { color: var(--ink); }
.s2gbj-single.s2gbj-newspaper .s2gbj-contributor { background: #ece6da; color: var(--ink); position: static; }
.s2gbj-single.s2gbj-newspaper .s2gbj-contributor p { color: #5b5750; }

.s2gbj-author-box {
    align-items: center;
    border-bottom: 3px double var(--ink);
    border-top: 3px double var(--ink);
    display: flex;
    gap: 22px;
    margin-top: 48px;
    padding: 24px 0;
}
.s2gbj-author-photo {
    align-items: center;
    background: #071019;
    border-radius: 50%;
    display: flex;
    flex: 0 0 76px;
    height: 76px;
    justify-content: center;
    overflow: hidden;
}
.s2gbj-author-avatar {
    height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: translateX(8%) scale(1.08);
    transform-origin: center bottom;
    width: 100% !important;
}
.s2gbj-author-box span { color: #756f66; font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.s2gbj-newspaper .s2gbj-author-box h2 {
    color: var(--ink) !important;
    font-family: Georgia, serif;
    margin: 3px 0 5px;
}
.s2gbj-author-box p { color: #555149; margin: 0; }
.s2gbj-author-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 13px;
}
.s2gbj-author-links a {
    border-bottom: 1px solid var(--s2gbj-gold);
    color: #25231f !important;
    font-size: .78rem;
    font-weight: 800;
    padding-bottom: 2px;
    text-decoration: none;
}
.s2gbj-author-links a:hover { color: #8d6b08 !important; }

.s2gbj-related { margin-top: 64px; }
.s2gbj-section-rule { border-top: 5px solid var(--ink); padding-top: 12px; }
.s2gbj-section-rule span { color: #756f66; font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.s2gbj-newspaper .s2gbj-section-rule h2 {
    color: var(--ink) !important;
    font-family: Georgia, serif;
    font-size: 2rem;
    margin: 5px 0 20px;
}
.s2gbj-related-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.s2gbj-related-grid article { border-top: 1px solid #a9a297; padding-top: 14px; }
.s2gbj-related-grid a { color: var(--ink); text-decoration: none; }
.s2gbj-related-grid img { aspect-ratio: 16 / 9; height: auto; object-fit: cover; width: 100%; }
.s2gbj-related-grid span { color: #766f66; display: block; font-size: .72rem; margin-top: 10px; text-transform: uppercase; }
.s2gbj-newspaper .s2gbj-related-grid h3,
.s2gbj-newspaper .s2gbj-related-grid h3 a {
    color: var(--ink) !important;
    font-family: Georgia, serif;
    font-size: 1.35rem;
    line-height: 1.15;
    margin: 6px 0;
}

.s2gbj-newspaper .s2gbj-cta { background: #071019; border: 0; border-radius: 0; color: #fff; }
.s2gbj-newspaper .s2gbj-cta h2,
.s2gbj-newspaper .s2gbj-cta p { color: #fff !important; }
.s2gbj-newspaper .s2gbj-cta-action small {
    color: #bdc6ce;
    display: block;
    font-size: .72rem;
    margin-top: 8px;
}

@media (max-width: 800px) {
    .s2gbj-newspaper .s2gbj-card,
    .s2gbj-newspaper .s2gbj-card:first-child { border-right: 0; grid-column: 1 / -1; padding-left: 0; padding-right: 0; }
    .s2gbj-related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .s2gbj-masthead { margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px; }
    .s2gbj-brand { padding: 20px 0 16px; }
    .s2gbj-brand strong { font-size: 2.4rem; }
    .s2gbj-brand em { font-size: .78rem; }
    .s2gbj-sections { gap: 19px; }
    .s2gbj-single.s2gbj-newspaper .s2gbj-article-header { padding-top: 30px; }
    .s2gbj-single.s2gbj-newspaper .s2gbj-article-header h1 { font-size: clamp(2.25rem, 11vw, 3.1rem) !important; }
    .s2gbj-author-box { align-items: flex-start; }
    .s2gbj-author-photo { flex-basis: 58px; height: 58px; }
    .s2gbj-author-links { align-items: flex-start; flex-direction: column; }
}
