:root {
	--ink: #17201c;
	--ink-soft: #4d5852;
	--paper: #f7f4ee;
	--paper-deep: #ebe7df;
	--white: #fff;
	--forest: #123c31;
	--forest-deep: #0b2c24;
	--rust: #b64232;
	--gold: #c99a4b;
	--line: #d9d7d0;
	--serif: "Newsreader", Georgia, serif;
	--sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--shell: min(1280px, calc(100% - 48px));
	--wide-shell: min(1440px, calc(100% - 32px));
	--shadow: 0 20px 60px rgba(20, 29, 25, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--rust); }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
.site-shell { width: var(--shell); margin-inline: auto; }
.site-shell--wide { width: var(--wide-shell); }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { clip: auto !important; clip-path: none; background: #fff; color: #111; display: block; font-size: 14px; font-weight: 700; height: auto; left: 8px; line-height: normal; padding: 14px 20px; top: 8px; width: auto; z-index: 100000; }
.skip-link { box-shadow: var(--shadow); }

/* Header */
.site-header { position: relative; z-index: 50; background: var(--paper); }
.topline { color: #e9f1ed; background: var(--forest-deep); font-size: 11px; font-weight: 600; letter-spacing: .045em; text-transform: uppercase; }
.topline__inner { min-height: 34px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; }
.topline__claim { color: #afc3ba; }
.topline__links { justify-self: end; display: flex; gap: 20px; }
.topline a:hover { color: #fff; }
.masthead { min-height: 126px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.site-branding { grid-column: 2; text-align: center; padding-top: 7px; }
.wordmark { display: inline-flex; align-items: baseline; font-family: var(--serif); font-size: clamp(31px, 4.2vw, 55px); line-height: .85; letter-spacing: -.055em; color: var(--ink); white-space: nowrap; }
.wordmark strong { color: var(--rust); font-weight: 700; }
.wordmark em { align-self: flex-start; margin: 2px 0 0 7px; padding: 3px 5px 2px; color: var(--paper); background: var(--forest); font: 700 9px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.site-tagline { margin: 11px 0 0; color: #69736e; font: 500 10px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.custom-logo { max-height: 76px; width: auto; }
.icon-button { width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-content: center; background: transparent; color: var(--ink); cursor: pointer; transition: .25s ease; }
.icon-button:hover { border-color: var(--rust); color: var(--rust); transform: translateY(-2px); }
.nav-toggle { display: none; justify-self: start; gap: 4px; }
.nav-toggle > span:not(.screen-reader-text) { width: 18px; height: 1.5px; display: block; background: currentColor; transition: .25s; }
.search-toggle { grid-column: 3; justify-self: end; }
.search-toggle svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.main-navigation { border-bottom: 1px solid var(--line); background: rgba(247,244,238,.97); }
.primary-menu, .main-navigation .site-shell > ul { margin: 0; padding: 0; list-style: none; min-height: 48px; display: flex; justify-content: center; align-items: stretch; }
.primary-menu > li, .main-navigation .site-shell > ul > li { position: relative; display: flex; align-items: center; }
.primary-menu > li > a, .main-navigation .site-shell > ul > li > a { display: flex; align-items: center; height: 100%; padding: 0 17px; font-size: 12px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.primary-menu > li > a::after { content: ""; position: absolute; left: 17px; right: 17px; bottom: -1px; height: 2px; background: var(--rust); transform: scaleX(0); transition: transform .25s; }
.primary-menu > li:hover > a::after, .primary-menu > .current-menu-item > a::after, .primary-menu > .current-category-ancestor > a::after { transform: scaleX(1); }
.primary-menu .sub-menu { display: none; position: absolute; left: 0; top: 100%; z-index: 20; min-width: 210px; margin: 0; padding: 10px 0; list-style: none; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { display: block; }
.primary-menu .sub-menu a { display: block; padding: 8px 16px; font-size: 13px; }
.search-drawer { position: absolute; inset: 100% 0 auto; padding: 28px 0; background: var(--forest); box-shadow: var(--shadow); }
.search-drawer[hidden] { display: none; }
.search-drawer__inner { position: relative; }
.search-drawer .search-form { display: flex; gap: 10px; }
.search-drawer label { flex: 1; }
.search-drawer .search-field { width: 100%; height: 54px; padding: 0 18px; border: 0; background: #fff; }
.search-drawer .search-submit { border: 0; padding: 0 28px; color: #fff; background: var(--rust); font-weight: 700; cursor: pointer; }
.search-close { position: absolute; right: -3px; top: -72px; border: 0; color: #fff; background: transparent; font-size: 28px; cursor: pointer; }

/* Common editorial elements */
.home-main { overflow: hidden; }
.section-label, .story-kicker { display: inline-block; color: var(--rust); font: 700 10px/1.2 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.section-label--light { color: #e5a99f; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 30px; padding-bottom: 14px; border-bottom: 1px solid var(--ink); }
.section-heading h1, .section-heading h2 { margin: 4px 0 0; font-family: var(--serif); font-weight: 600; line-height: 1; letter-spacing: -.035em; }
.section-heading h1 { font-size: clamp(34px, 4vw, 52px); }
.section-heading h2 { font-size: clamp(32px, 3.6vw, 46px); }
.section-link { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.story-image { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.story-image--placeholder { display: grid; place-items: center; min-height: 220px; color: rgba(255,255,255,.68); background: linear-gradient(135deg, var(--forest), #597065); }
.story-image--placeholder span { font: 700 42px/1 var(--serif); letter-spacing: -.05em; }
.story-card__media { position: relative; display: block; overflow: hidden; background: #d7ddd9; }
.story-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,20,15,.18), transparent 45%); opacity: .35; transition: opacity .35s; }
.story-card:hover .story-image { transform: scale(1.035); }
.story-card:hover .story-card__media::after { opacity: .75; }
.story-card__title { margin: 7px 0 8px; font-family: var(--serif); font-weight: 600; line-height: 1.07; letter-spacing: -.025em; }
.story-card__title a { background-image: linear-gradient(var(--rust), var(--rust)); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; transition: background-size .35s; }
.story-card__title a:hover { color: inherit; background-size: 100% 1px; }
.story-card__dek { margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: 17px; line-height: 1.35; }
.story-card__time { display: block; margin-top: 11px; color: #737d78; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.story-meta { display: flex; align-items: center; gap: 11px; margin-top: 20px; }
.story-meta__avatar img { width: 44px; height: 44px; object-fit: cover; border-radius: 50%; filter: grayscale(.15); }
.story-meta__byline, .story-meta__details { display: block; }
.story-meta__byline { font-size: 11px; font-weight: 650; }
.story-meta__details { color: #78817c; font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.story-meta--compact { margin-top: 10px; }

/* First page */
.frontpage { padding-top: 46px; }
.section-heading--front { margin-bottom: 22px; }
.edition-mark { color: #68726d; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.frontpage-grid { display: grid; grid-template-columns: minmax(0, 1.85fr) minmax(240px, .86fr) minmax(215px, .66fr); gap: 24px; }
.frontpage-grid__lead { grid-column: 1; padding-right: 24px; border-right: 1px solid var(--line); }
.story-card--feature .story-card__media { aspect-ratio: 1.6; margin-bottom: 20px; }
.story-card--feature .story-card__title { font-size: clamp(36px, 4.1vw, 58px); }
.story-card--feature .story-card__dek { max-width: 780px; font-size: clamp(18px, 1.7vw, 22px); }
.frontpage-grid__stack { grid-column: 2; display: flex; flex-direction: column; gap: 22px; padding-right: 24px; border-right: 1px solid var(--line); }
.story-card--compact + .story-card--compact { padding-top: 22px; border-top: 1px solid var(--line); }
.story-card--compact .story-card__media { aspect-ratio: 1.55; margin-bottom: 14px; }
.story-card--compact .story-card__title { font-size: 25px; }
.frontpage-grid__rail { grid-column: 3; display: flex; flex-direction: column; }
.story-card--rail { padding: 0 0 22px; }
.story-card--rail + .story-card--rail { padding-top: 22px; border-top: 1px solid var(--line); }
.story-card--rail .story-card__title { font-size: 25px; }
.story-card--briefing { margin-bottom: 22px; padding: 20px; color: #edf4f0; background: var(--forest); border-top: 4px solid var(--rust); }
.story-card--briefing .story-kicker { color: #e7aba1; }
.story-card--briefing .story-card__title { margin-top: 8px; font-size: 31px; }
.story-card--briefing .story-card__title a { color: #fff; }
.story-card--briefing .story-card__dek { margin: 12px 0; color: #b9cbc3; font-size: 12px; line-height: 1.5; }
.story-card--briefing .story-card__time { color: #86a096; }
.briefing-download { display: block; margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.18); color: #f1c3bb; font-size: 10px; font-weight: 700; line-height: 1.45; letter-spacing: .045em; }
.briefing-download span { display: inline-block; margin-left: 4px; font-size: 14px; transition: transform .2s ease; }
.briefing-download:hover { color: #fff; }
.briefing-download:hover span { transform: translateY(3px); }
.breaking-strip { margin-top: 42px; color: #fff; background: var(--rust); overflow: hidden; }
.breaking-strip__inner { height: 46px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 26px; }
.breaking-strip__inner > strong { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.breaking-strip__track { overflow: hidden; -webkit-mask-image: linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent); }
.breaking-strip__items { display: flex; width: max-content; gap: 38px; animation: ticker 38s linear infinite; }
.breaking-strip__items:hover { animation-play-state: paused; }
.breaking-strip a { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 16px; white-space: nowrap; }
.breaking-strip a:hover { color: #fff; text-decoration: underline; }
.breaking-strip a span { width: 4px; height: 4px; border-radius: 50%; background: #ffd1c9; }
@keyframes ticker { to { transform: translateX(-48%); } }

/* Home sections */
.home-section, .voices-section { padding-top: 88px; padding-bottom: 88px; }
.latest-layout { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(280px, .72fr); gap: 56px; }
.latest-feed { display: flex; flex-direction: column; }
.story-card--horizontal { display: grid; grid-template-columns: minmax(200px, .75fr) minmax(0, 1.25fr); gap: 26px; padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.story-card--horizontal .story-card__media { aspect-ratio: 1.45; }
.story-card--horizontal .story-card__title { font-size: clamp(25px, 2.2vw, 33px); }
.story-card--horizontal .story-card__dek { font-size: 16px; }
.opinion-rail { padding: 28px; color: #eaf0ed; background: var(--forest); align-self: start; }
.opinion-rail__heading { padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.2); }
.opinion-rail__heading span { color: #e3a79e; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.opinion-rail__heading h2 { margin: 3px 0 0; font: 600 36px/1 var(--serif); }
.opinion-item { position: relative; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.opinion-item__quote { position: absolute; right: 0; top: 23px; color: rgba(255,255,255,.13); font: 700 60px/.8 var(--serif); }
.opinion-item h3 { position: relative; margin: 0; padding-right: 20px; font: 500 25px/1.08 var(--serif); }
.opinion-item a:hover { color: #eab1a8; }
.opinion-item .story-meta__details { color: #8eaaa0; }
.opinion-rail__link { display: inline-block; margin-top: 23px; color: #d7e5df; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.market-section { padding: 82px 0 88px; color: #eef3f0; background: var(--forest-deep); }
.section-heading--dark { border-bottom-color: rgba(255,255,255,.28); }
.section-heading--dark .section-link { color: #d2ded9; }
.market-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.story-card--market { border-right: 1px solid rgba(255,255,255,.18); padding-right: 22px; }
.story-card--market:last-child { border-right: 0; padding-right: 0; }
.story-card--market .story-card__media { aspect-ratio: 1.3; margin-bottom: 18px; }
.story-card--market .story-kicker { color: #e3a79e; }
.story-card--market .story-card__title { font-size: 27px; }
.story-card--market .story-meta__details { color: #81998f; }
.duo-sections { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px; }
.duo-section + .duo-section { position: relative; }
.duo-section + .duo-section::before { content: ""; position: absolute; left: -35px; top: 0; bottom: 0; width: 1px; background: var(--line); }
.duo-section .story-card--standard .story-card__media { aspect-ratio: 1.7; margin-bottom: 17px; }
.duo-section .story-card--standard .story-card__title { font-size: 34px; }
.story-card--mini { padding: 19px 0; border-top: 1px solid var(--line); }
.story-card--mini .story-card__title { margin-bottom: 0; font-size: 24px; }
.voices-section { border-top: 1px solid var(--line); }
.voices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 26px; }
.voice-card { display: grid; grid-template-columns: 112px 1fr; gap: 18px; align-items: center; }
.voice-card__portrait { aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: var(--paper-deep); }
.voice-card__portrait img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); transition: .4s; }
.voice-card:hover img { filter: saturate(1); transform: scale(1.04); }
.voice-card span { color: var(--rust); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.voice-card h3 { margin: 2px 0 3px; font: 600 23px/1.1 var(--serif); }
.voice-card p { margin: 0; color: #6a746f; font-size: 12px; line-height: 1.45; }
.empty-newsroom { max-width: 760px; margin: 90px auto 120px; padding: 80px 30px; text-align: center; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.empty-newsroom h1, .empty-newsroom h2 { margin: 10px 0; font: 600 clamp(38px,5vw,64px)/1 var(--serif); letter-spacing: -.04em; }
.button-link { display: inline-block; margin-top: 18px; padding: 13px 20px; color: #fff; background: var(--rust); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.button-link:hover { color: #fff; background: var(--forest); }

/* Archives */
.archive-main { padding-top: 64px; padding-bottom: 100px; }
.archive-header { margin-bottom: 42px; padding-bottom: 24px; border-bottom: 2px solid var(--ink); }
.archive-header h1 { margin: 8px 0 0; font: 600 clamp(48px,7vw,82px)/.95 var(--serif); letter-spacing: -.05em; }
.archive-header .archive-description { max-width: 720px; color: var(--ink-soft); font-family: var(--serif); font-size: 20px; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px 26px; }
.archive-grid .story-card__media { aspect-ratio: 1.5; margin-bottom: 17px; }
.archive-grid .story-card__title { font-size: 29px; }
.archive-grid .story-card__dek { font-size: 16px; }
.navigation.pagination { margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--ink); }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 7px; }
.page-numbers { min-width: 38px; height: 38px; padding: 0 9px; display: grid; place-items: center; border: 1px solid var(--line); font-size: 12px; }
.page-numbers.current { color: #fff; background: var(--forest); border-color: var(--forest); }
.author-header { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: center; margin-bottom: 58px; padding-bottom: 44px; border-bottom: 2px solid var(--ink); }
.author-header__portrait { aspect-ratio: 1; overflow: hidden; border-radius: 50%; background: var(--paper-deep); }
.author-header__portrait img { width: 100%; height: 100%; object-fit: cover; }
.author-header h1 { margin: 7px 0; font: 600 clamp(52px,7vw,84px)/.9 var(--serif); letter-spacing: -.05em; }
.author-header p { max-width: 720px; margin: 16px 0 0; color: var(--ink-soft); font-family: var(--serif); font-size: 21px; line-height: 1.4; }

/* Article */
.article-header { max-width: 1000px; padding-top: 66px; text-align: center; }
.article-breadcrumbs { display: flex; justify-content: center; align-items: center; gap: 8px; margin-bottom: 22px; color: #69736e; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.article-breadcrumbs .story-kicker { font-size: 11px; }
.ai-disclosure { display: inline-flex; align-items: center; gap: 8px; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.ai-disclosure i { width: 7px; height: 7px; display: block; border-radius: 50%; background: #57b98b; box-shadow: 0 0 0 4px rgba(87,185,139,.13); }
.ai-disclosure--article { margin-bottom: 22px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 99px; color: #56615b; }
.article-header h1 { margin: 0; font: 600 clamp(48px,7.2vw,92px)/.94 var(--serif); letter-spacing: -.052em; text-wrap: balance; }
.article-dek { max-width: 820px; margin: 26px auto 0; color: var(--ink-soft); font: 400 clamp(21px,2.2vw,27px)/1.32 var(--serif); text-wrap: balance; }
.article-header__meta { display: flex; align-items: center; justify-content: space-between; max-width: 760px; margin: 32px auto 0; padding-top: 23px; border-top: 1px solid var(--line); text-align: left; }
.article-header__meta .story-meta { margin: 0; }
.share-links { display: flex; align-items: center; gap: 7px; }
.share-links > span { margin-right: 5px; color: #6c7671; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.share-links a, .share-links button { width: 32px; height: 32px; padding: 0; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; font: 700 11px/1 var(--sans); cursor: pointer; }
.share-links a:hover, .share-links button:hover { color: #fff; background: var(--rust); border-color: var(--rust); }
.article-hero { margin-top: 48px; }
.article-hero img { width: 100%; max-height: 850px; object-fit: cover; }
.article-hero figcaption, .entry-content figcaption { margin-top: 8px; color: #737c77; font-size: 10px; line-height: 1.4; }
.article-layout { max-width: 1060px; display: grid; grid-template-columns: minmax(0, 720px) 260px; gap: 80px; align-items: start; padding-top: 56px; padding-bottom: 90px; }
.entry-content { font-family: var(--serif); font-size: 21px; line-height: 1.65; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content p { margin: 0 0 1.5em; }
.entry-content h2 { margin: 2em 0 .65em; font-size: 38px; line-height: 1.05; letter-spacing: -.03em; }
.entry-content h3 { font-size: 28px; line-height: 1.15; }
.entry-content a { color: var(--rust); text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { margin: 2em -50px; padding: 20px 0 20px 38px; border-left: 3px solid var(--rust); color: var(--forest); font-size: 29px; font-style: italic; line-height: 1.35; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; }
.entry-content .cbn-inline-figure { margin: 2.4em 0; }
.entry-content .cbn-inline-figure img { width: 100%; }
.cbn-briefing { display: grid; gap: 30px; }
.cbn-briefing-section { padding: 30px 32px; border: 1px solid var(--line); background: #f3f0e9; }
.cbn-briefing-section--world { border-top: 5px solid var(--forest); }
.cbn-briefing-section--latin-america { border-top: 5px solid var(--rust); background: #f5ece7; }
.cbn-briefing-section--venezuela { border-top: 5px solid #b88b32; background: #f4f0df; }
.entry-content .cbn-briefing-section h2 { margin: 0 0 24px; font-size: 42px; }
.cbn-briefing-section ol { margin: 0; padding: 0; list-style: none; counter-reset: briefing-item; }
.cbn-briefing-section li { position: relative; padding: 20px 0 20px 48px; border-top: 1px solid rgba(20,32,27,.14); counter-increment: briefing-item; }
.cbn-briefing-section li:first-child { padding-top: 0; border-top: 0; }
.cbn-briefing-section li::before { content: counter(briefing-item, decimal-leading-zero); position: absolute; left: 0; top: 23px; color: var(--rust); font: 700 11px/1 var(--sans); letter-spacing: .08em; }
.cbn-briefing-section li:first-child::before { top: 3px; }
.entry-content .cbn-briefing-section h3 { margin: 0 0 6px; font-size: 24px; line-height: 1.1; }
.entry-content .cbn-briefing-section h3 a { color: var(--ink); text-decoration: none; }
.entry-content .cbn-briefing-section h3 a:hover { color: var(--rust); }
.entry-content .cbn-briefing-section li p { margin: 0; color: var(--ink-soft); font-family: var(--sans); font-size: 14px; line-height: 1.45; }
.article-sources { margin-top: 3em; padding: 24px 26px; border: 1px solid var(--line); background: #efede7; font-family: var(--sans); }
.article-sources h2 { margin: 0 0 14px; font: 700 11px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.article-sources ul { margin: 0; padding-left: 20px; }
.article-sources li { margin: 7px 0; font-size: 12px; line-height: 1.45; }
.article-sidebar { position: sticky; top: 25px; display: flex; flex-direction: column; gap: 22px; }
.author-box, .article-method { padding: 22px; border: 1px solid var(--line); }
.author-box__label { color: var(--rust); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.author-box__identity { display: flex; align-items: center; gap: 12px; margin: 16px 0; }
.author-box__identity img { width: 66px; height: 66px; border-radius: 50%; object-fit: cover; }
.author-box h3 { margin: 0; font: 600 21px/1.05 var(--serif); }
.author-box__identity span { color: #7b847f; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.author-box p, .article-method p { color: #606b65; font-size: 12px; line-height: 1.55; }
.author-box > a { color: var(--rust); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.article-method { color: #dfeae5; background: var(--forest); border-color: var(--forest); }
.article-method > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #e5aaa0; font-size: 10px; font-weight: 700; }
.article-method h3 { margin: 14px 0 8px; font: 600 21px/1.05 var(--serif); }
.article-method p { margin: 0; color: #abc0b7; }
.related-stories { padding-top: 70px; padding-bottom: 90px; border-top: 1px solid var(--line); }
.comments-wrap { max-width: 760px; padding-bottom: 80px; }
.comments-area { padding-top: 40px; border-top: 1px solid var(--line); }
.comments-area h2, .comment-reply-title { font: 600 32px/1.1 var(--serif); }
.comment-list { padding: 0; list-style: none; }
.comment-body { padding: 20px 0; border-top: 1px solid var(--line); }
.comment-form input:not([type=submit]), .comment-form textarea { width: 100%; border: 1px solid var(--line); background: #fff; padding: 12px; }
.comment-form .submit { border: 0; padding: 12px 18px; color: #fff; background: var(--rust); cursor: pointer; }

/* Pages and 404 */
.page-main { max-width: 900px; padding-top: 75px; padding-bottom: 100px; }
.page-article > header { margin-bottom: 40px; padding-bottom: 25px; border-bottom: 2px solid var(--ink); }
.page-article h1 { margin: 8px 0 0; font: 600 clamp(50px,7vw,82px)/.95 var(--serif); letter-spacing: -.05em; }
.not-found { max-width: 760px; min-height: 620px; margin: 0 auto; padding: 90px 0; text-align: center; }
.not-found__number { display: block; color: #dedbd4; font: 600 clamp(110px,25vw,240px)/.7 var(--serif); letter-spacing: -.08em; }
.not-found h1 { margin: 14px 0; font: 600 52px/1 var(--serif); }
.not-found .search-form { display: flex; max-width: 530px; margin: 25px auto 5px; }
.not-found .search-field { width: 100%; height: 48px; padding: 0 14px; border: 1px solid var(--line); }
.not-found .search-submit { border: 0; padding: 0 18px; color: #fff; background: var(--forest); }

/* Footer */
.newsletter-band { padding: 62px 0; color: #fff; background: var(--rust); }
.newsletter-band__inner { display: grid; grid-template-columns: 1fr minmax(360px, .75fr); gap: 60px; align-items: end; }
.newsletter-band h2 { margin: 7px 0 3px; font: 600 clamp(35px,4vw,50px)/1 var(--serif); letter-spacing: -.04em; }
.newsletter-band p { margin: 0; color: #f1cbc5; font-size: 13px; }
.newsletter-form { display: flex; border-bottom: 1px solid rgba(255,255,255,.7); }
.newsletter-form input { flex: 1; min-width: 0; padding: 14px 4px; border: 0; outline: 0; color: #fff; background: transparent; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.68); }
.newsletter-form button { border: 0; color: #fff; background: transparent; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.site-footer { color: #d6e0db; background: var(--forest-deep); }
.footer-main { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 80px; padding-top: 70px; padding-bottom: 60px; }
.wordmark--footer { color: #fff; font-size: 44px; }
.footer-brand p { max-width: 420px; color: #8fa79d; font-size: 13px; }
.footer-brand .ai-disclosure { margin-top: 15px; }
.footer-nav h3, .footer-widget__title { margin: 0 0 18px; color: #e7eee9; font: 700 10px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.footer-nav ul { margin: 0; padding: 0; list-style: none; }
.footer-nav li { margin: 8px 0; color: #8fa79d; font-size: 12px; }
.footer-bottom { min-height: 55px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.12); color: #6f8a7f; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

/* Motion */
.reveal-on-scroll { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal-on-scroll.is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
	:root { --shell: min(calc(100% - 36px), 1280px); }
	.primary-menu > li > a { padding-inline: 11px; font-size: 10px; }
	.frontpage-grid { grid-template-columns: minmax(0, 1.5fr) minmax(240px, .75fr); }
	.frontpage-grid__lead { grid-row: span 2; }
	.frontpage-grid__stack { border-right: 0; padding-right: 0; }
	.frontpage-grid__rail { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
	.story-card--rail { padding-top: 22px; padding-right: 22px; }
	.story-card--rail + .story-card--rail { border-top: 0; border-left: 1px solid var(--line); padding-left: 22px; }
	.market-grid { grid-template-columns: repeat(2, 1fr); row-gap: 38px; }
	.story-card--market:nth-child(2) { border-right: 0; }
	.voices-grid { grid-template-columns: repeat(2, 1fr); }
	.article-layout { grid-template-columns: minmax(0, 1fr) 240px; gap: 45px; }
}

@media (max-width: 760px) {
	:root { --shell: calc(100% - 28px); --wide-shell: 100%; }
	.topline__inner { grid-template-columns: 1fr auto; }
	.topline__claim { display: none; }
	.masthead { min-height: 96px; }
	.masthead .wordmark { font-size: 27px; }
	.site-tagline { display: none; }
	.nav-toggle { display: grid; }
	.main-navigation { position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw); padding: 110px 26px 30px; background: var(--forest-deep); transform: translateX(100%); transition: transform .35s ease; overflow-y: auto; z-index: -1; }
	body.nav-open .main-navigation { transform: translateX(0); box-shadow: -15px 0 50px rgba(0,0,0,.25); }
	.primary-menu, .main-navigation .site-shell > ul { display: block; min-height: 0; }
	.primary-menu > li, .main-navigation .site-shell > ul > li { display: block; border-bottom: 1px solid rgba(255,255,255,.15); }
	.primary-menu > li > a, .main-navigation .site-shell > ul > li > a { min-height: 50px; padding: 0; color: #fff; font-size: 13px; }
	.primary-menu .sub-menu { position: static; display: block; box-shadow: none; border: 0; background: transparent; padding: 0 0 10px; }
	.primary-menu .sub-menu a { padding: 6px 8px; color: #96afa4; }
	body.nav-open .nav-toggle { position: fixed; left: 22px; top: 55px; z-index: 60; color: #fff; background: var(--rust); border-color: var(--rust); }
	body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
	body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
	body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
	.search-drawer { position: fixed; inset: 0; display: grid; align-items: start; padding-top: 130px; }
	.search-close { right: 0; top: -70px; }
	.frontpage { padding-top: 32px; }
	.edition-mark { display: none; }
	.frontpage-grid { display: block; }
	.frontpage-grid__lead { padding: 0 0 26px; border-right: 0; border-bottom: 1px solid var(--line); }
	.story-card--feature .story-card__title { font-size: 39px; }
	.frontpage-grid__stack { padding: 24px 0; border-bottom: 1px solid var(--line); }
	.frontpage-grid__rail { display: block; border-top: 0; }
	.story-card--rail { padding: 22px 0; }
	.story-card--rail + .story-card--rail { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
	.breaking-strip { margin-top: 20px; }
	.home-section, .voices-section { padding-top: 58px; padding-bottom: 58px; }
	.latest-layout { grid-template-columns: 1fr; gap: 34px; }
	.story-card--horizontal { grid-template-columns: 128px 1fr; gap: 17px; }
	.story-card--horizontal .story-card__dek { display: none; }
	.story-card--horizontal .story-card__title { font-size: 23px; }
	.story-card--horizontal .story-meta { display: none; }
	.market-section { padding: 58px 0; }
	.market-grid { grid-template-columns: 1fr; }
	.story-card--market { display: grid; grid-template-columns: 130px 1fr; gap: 17px; padding: 0 0 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
	.story-card--market .story-card__media { margin: 0; }
	.story-card--market .story-card__title { font-size: 23px; }
	.story-card--market .story-meta { display: none; }
	.duo-sections { grid-template-columns: 1fr; gap: 60px; }
	.duo-section + .duo-section::before { left: 0; right: 0; top: -30px; bottom: auto; width: auto; height: 1px; }
	.voices-grid { grid-template-columns: 1fr; }
	.archive-main { padding-top: 44px; }
	.archive-grid { grid-template-columns: 1fr; }
	.archive-grid .story-card { display: grid; grid-template-columns: 135px 1fr; gap: 17px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
	.archive-grid .story-card__media { margin: 0; }
	.archive-grid .story-card__title { font-size: 24px; }
	.archive-grid .story-card__dek { display: none; }
	.archive-grid .story-meta { display: none; }
	.author-header { grid-template-columns: 110px 1fr; gap: 22px; align-items: start; }
	.author-header h1 { font-size: 46px; }
	.author-header p { grid-column: 1 / -1; font-size: 18px; }
	.article-header { padding-top: 43px; }
	.article-header h1 { font-size: clamp(45px, 13vw, 64px); }
	.article-header__meta { display: block; text-align: center; }
	.article-header__meta .story-meta { justify-content: center; }
	.cbn-briefing-section { padding: 24px 20px; }
	.entry-content .cbn-briefing-section h2 { font-size: 34px; }
	.cbn-briefing-section li { padding-left: 38px; }
	.entry-content .cbn-briefing-section h3 { font-size: 22px; }
	.share-links { justify-content: center; margin-top: 18px; }
	.article-hero { margin-top: 34px; }
	.article-layout { grid-template-columns: 1fr; gap: 40px; padding-top: 38px; }
	.entry-content { font-size: 19px; }
	.entry-content blockquote { margin-inline: 0; font-size: 25px; }
	.article-sidebar { position: static; }
	.newsletter-band__inner, .footer-main { grid-template-columns: 1fr; gap: 36px; }
	.footer-main { gap: 45px; }
	.footer-bottom { display: block; padding: 17px 0; }
	.footer-bottom span { display: block; margin: 3px 0; }
}

@media (max-width: 420px) {
	.topline__links a:last-child { display: none; }
	.masthead { grid-template-columns: 44px 1fr 44px; }
	.masthead .wordmark { font-size: 22px; }
	.icon-button { width: 39px; height: 39px; }
	.story-card--horizontal, .archive-grid .story-card { grid-template-columns: 110px 1fr; gap: 14px; }
	.story-card--horizontal .story-card__title, .archive-grid .story-card__title { font-size: 21px; }
	.section-heading h2 { font-size: 36px; }
	.voice-card { grid-template-columns: 92px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.reveal-on-scroll { opacity: 1; transform: none; }
}
