:root {
	--warm-hero: #f4f1e9;
	--paper: var(--warm-hero);
	--surface: #fff;
	--ink: #191916;
	--muted: #61625d;
	--line: #dcd7cc;
	--soft-line: #ebe7df;
	--accent: #8a3a2c;
	--accent-dark: #642a21;
	--serif: "Newsreader DC", Georgia, "Times New Roman", serif;
	--sans: "Be Vietnam DC", Arial, sans-serif;
	--shell: min(1180px, calc(100vw - 56px));
	--reading: min(930px, calc(100vw - 56px));
	--text: 720px;
	--space-section: clamp(52px, 5vw, 68px);
	--space-compact: clamp(42px, 4.5vw, 56px);
	--space-page-end: clamp(68px, 7vw, 88px);
	--cover-shadow: 0 18px 40px rgba(31, 28, 21, .14), 0 3px 10px rgba(31, 28, 21, .09);
	--cover-shelf-shadow: 0 8px 22px rgba(31, 28, 21, .09), 0 2px 6px rgba(31, 28, 21, .06);
}

* { box-sizing: border-box; }
html {
	scroll-behavior: smooth;
	scroll-padding-top: 92px;
	background: var(--paper);
	font-synthesis: none;
	font-kerning: normal;
	-webkit-text-size-adjust: 100%;
}
body {
	display: flex;
	min-height: 100vh;
	min-height: 100dvh;
	flex-direction: column;
	margin: 0;
	background: var(--surface);
	color: var(--ink);
	font: 400 16px/1.65 var(--sans);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
main { flex: 1 0 auto; }
body.nav-open,
body.search-open { overflow: hidden; }
body.nav-open::before,
body.search-open::before {
	content: ""; position: fixed; z-index: 110; inset: 70px 0 0;
	background: rgba(25, 25, 22, .22); backdrop-filter: blur(2px);
}
body.nav-open .dc-header,
body.search-open .dc-header { z-index: 130; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
::selection { background: #ead2ca; color: var(--ink); }
:focus-visible { outline: 2px solid #b05b43; outline-offset: 4px; }

.dc-shell { width: var(--shell); margin-inline: auto; }
.dc-skip-link {
	position: fixed; z-index: 9999; top: 9px; left: 12px; transform: translateY(-160%);
	background: var(--ink); color: #fff; padding: 9px 13px;
}
.dc-skip-link:focus { transform: none; }

/* Header */
.dc-header {
	position: sticky; z-index: 100; top: 0;
	border-bottom: 1px solid rgba(220, 215, 204, .82);
	background: rgba(255, 255, 255, .96);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}
.admin-bar .dc-header { top: 32px; }
.dc-header__inner { display: flex; align-items: center; gap: 34px; height: 70px; }
.dc-brand { display: inline-flex; align-items: baseline; text-decoration: none; white-space: nowrap; }
.dc-brand__name { font: 600 27px/1 var(--serif); letter-spacing: -.035em; }
.dc-brand__mark { width: auto; height: auto; margin-left: 1px; border-radius: 0; background: none; color: var(--accent); font: 600 28px/1 var(--serif); }
.dc-nav { margin-left: auto; }
.dc-nav__list { display: flex; align-items: center; gap: 27px; margin: 0; padding: 0; list-style: none; }
.dc-nav a { color: #33342f; font-size: 14px; font-weight: 500; text-decoration: none; }
.dc-nav a:hover, .dc-nav .current-menu-item a { color: var(--accent); }
.dc-header__actions { display: flex; align-items: center; gap: 14px; }
.dc-header__newsletter { border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; text-decoration: none; }
.dc-header__newsletter:hover { color: var(--accent); }
.dc-icon-button, .dc-menu-button {
	display: grid; place-items: center; width: 44px; height: 44px; padding: 0;
	border: 0; border-radius: 50%; background: transparent;
}
.dc-icon-button:hover, .dc-menu-button:hover { background: var(--paper); }
.dc-icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.dc-menu-button { position: relative; display: none; }
.dc-menu-button span {
	position: absolute; top: 50%; left: 12px; display: block; width: 20px; height: 1.5px;
	background: currentColor; transform-origin: center;
}
.dc-menu-button span:first-child { transform: translateY(-4px); }
.dc-menu-button span:last-child { transform: translateY(4px); }
body.nav-open .dc-menu-button { background: var(--paper); }
body.nav-open .dc-menu-button span:first-child { transform: translateY(0) rotate(45deg); }
body.nav-open .dc-menu-button span:last-child { transform: translateY(0) rotate(-45deg); }

.dc-button, .dc-newsletter-form button, .dc-filter-form button {
	display: inline-flex; align-items: center; justify-content: center;
	min-height: 44px; padding: 10px 18px; border: 1px solid var(--ink); border-radius: 999px;
	background: var(--ink); color: #fff; font-size: 13px; font-weight: 600; text-decoration: none;
}
.dc-button:hover, .dc-newsletter-form button:hover, .dc-filter-form button:hover { border-color: var(--accent); background: var(--accent); }
.dc-button--small { padding: 8px 14px; }
.dc-button-link, .dc-text-link {
	display: inline-flex; align-items: center; gap: 7px; color: var(--accent-dark);
	font-size: 13px; font-weight: 600; text-decoration: none;
}
.dc-button-link:hover, .dc-text-link:hover { text-decoration: underline; }
.dc-kicker, .dc-eyebrow {
	display: inline-block; color: var(--accent); font-size: 12px; font-weight: 600;
	letter-spacing: .01em; line-height: 1.4; text-decoration: none;
}
.dc-eyebrow:hover { color: var(--accent-dark); }

/* Search */
.dc-search-panel {
	position: fixed; z-index: 140; inset: 70px 0 auto;
	border-bottom: 1px solid var(--line); background: rgba(244, 241, 233, .98); color: var(--ink);
	box-shadow: 0 22px 52px rgba(31, 28, 21, .14);
	-webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
}
.dc-search-panel[hidden] { display: none; }
.dc-search-panel__inner { position: relative; padding-block: 25px 29px; }
.dc-search-panel form { width: 100%; max-width: none; padding-right: 0; }
.dc-search-panel form label { display: block; margin-bottom: 9px; padding-right: 72px; color: var(--muted); font-size: 13px; font-weight: 600; }
.dc-search-panel form > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: stretch; }
.dc-search-panel input {
	width: 100%; min-width: 0; padding: 10px 13px; border: 1px solid #bdb7ac; border-radius: 3px;
	background: #fff; color: var(--ink); font: 450 clamp(23px, 2.5vw, 32px)/1.2 var(--serif);
}
.dc-search-panel input::placeholder { color: #85867f; }
.dc-search-panel input:focus-visible { border-color: var(--accent); outline: 2px solid #b05b43; outline-offset: 1px; }
.dc-search-panel form button { min-height: 48px; padding: 10px 24px; border: 1px solid var(--accent-dark); border-radius: 999px; background: var(--accent-dark); color: #fff; font-weight: 600; }
.dc-search-close { position: absolute; top: 21px; right: 0; min-width: 44px; min-height: 32px; padding: 4px 0; border: 0; background: transparent; color: var(--muted); font-size: 12px; }
.dc-search-close:hover { color: var(--accent-dark); }

/* Homepage */
.home { --home-grid-gap: 34px; }
.dc-home-hero { padding: var(--space-compact) 0 clamp(46px, 5vw, 60px); background: var(--warm-hero); }
.dc-home-hero__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--home-grid-gap); align-items: center; }
.dc-home-hero__copy { max-width: 610px; }
.dc-home-hero__copy > .dc-eyebrow { margin-bottom: 18px; }
.dc-home-hero h1, .dc-article-hero h1, .dc-archive-hero h1, .dc-newsletter-hub h1, .dc-page h1, .dc-person-hero h1, .dc-not-found h1 {
	margin: 0; font: 550 clamp(46px, 5.4vw, 72px)/.99 var(--serif); letter-spacing: -.048em;
}
.dc-home-hero h1 a { text-decoration: none; }
.dc-home-hero h1 a:hover { color: var(--accent-dark); }
.dc-hero-dek { max-width: 690px; margin: 23px 0 26px; color: #484a45; font: 400 clamp(19px, 1.8vw, 22px)/1.48 var(--serif); }
.dc-home-hero__visual { position: relative; display: grid; grid-template-rows: minmax(0, 3fr) minmax(145px, 2fr); min-height: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 4px; background: var(--warm-hero); text-decoration: none; }
.dc-home-hero__visual--doc-x-di { background: var(--warm-hero); }
.dc-home-hero__photo { position: relative; min-height: 0; overflow: hidden; }
.dc-home-hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17, 19, 16, .25), rgba(17, 19, 16, .02) 70%); }
.dc-home-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: var(--dc-focal, center); }

.dc-section { padding-block: var(--space-section); }
.dc-home-hero + .dc-section,
.dc-section + .dc-section { border-top: 1px solid var(--soft-line); }
.dc-section__head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.dc-section__head > div { max-width: 690px; }
.dc-section__head h2, .dc-newsletter h2 { margin: 0; font: 550 clamp(35px, 4vw, 50px)/1.03 var(--serif); letter-spacing: -.04em; }
.dc-section__head p { max-width: 610px; margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.dc-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px 34px; }
.dc-card-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dc-card-grid--lead { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px var(--home-grid-gap); }
.dc-card-grid--lead .dc-card--wide {
	display: grid; grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--home-grid-gap); align-items: center;
}
.dc-card--wide .dc-card__visual { aspect-ratio: 4 / 3; }
.dc-card--wide .dc-card__body { padding-top: 0; }
.dc-card--wide .dc-card__body h3 { font-size: clamp(34px, 3.5vw, 46px); line-height: 1.04; }
.dc-card--wide .dc-card__body > p { display: block; font-size: 14.5px; line-height: 1.67; }
.dc-card { min-width: 0; }
.dc-card__visual { position: relative; display: grid; grid-template-rows: minmax(0, 3fr) minmax(112px, 2fr); overflow: hidden; min-height: 0; aspect-ratio: 4 / 3; border-radius: 4px; background: var(--warm-hero); text-decoration: none; }
.dc-card__photo { position: relative; min-height: 0; overflow: hidden; }
.dc-card__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20, 21, 18, .24), rgba(20, 21, 18, .02) 68%); }
.dc-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: var(--dc-focal, center); transition: transform .45s ease; }
.dc-card__visual:hover .dc-card__photo img { transform: scale(1.018); }
.dc-card__body { padding-top: 18px; }
.dc-card__body .dc-eyebrow { margin-bottom: 7px; }
.dc-card__body h3 { margin: 0 0 10px; font: 550 27px/1.12 var(--serif); letter-spacing: -.03em; }
.dc-card__body h3 a { text-decoration: none; }
.dc-card__body h3 a:hover { color: var(--accent-dark); }
.dc-card__body > p { display: -webkit-box; overflow: hidden; margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.62; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.dc-review-flag { border-bottom: 1px solid #dfc99f; background: #f8edda; color: #674b24; font-size: 12px; font-weight: 600; }
.dc-review-flag .dc-shell { padding-block: 8px; }

/* One visual system: a thematic image followed by all five reviewed covers. */
.dc-cover-shelf {
	--dc-cover-cell-gutter: clamp(10px, 1vw, 14px);
	position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
	min-width: 0; min-height: 0; background: var(--warm-hero);
}
.dc-cover-shelf__book { position: relative; display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; }
.dc-cover-shelf__book img {
	position: absolute; bottom: 0; left: 50%; width: auto; height: auto;
	max-width: calc(100% - var(--dc-cover-cell-gutter)); max-height: 100%;
	transform: translateX(-50%); object-fit: contain; box-shadow: var(--cover-shelf-shadow);
}
.dc-cover-shelf--hero { gap: clamp(9px, 1.4vw, 17px); height: 100%; padding: clamp(13px, 1.7vw, 20px) clamp(16px, 2.5vw, 29px); }
.dc-home-hero .dc-cover-shelf--hero { background: var(--warm-hero); }
.dc-cover-shelf--card { gap: clamp(7px, 1.25vw, 14px); width: 100%; height: 100%; padding: clamp(10px, 1.25vw, 15px) clamp(12px, 1.8vw, 21px); }
.dc-cover-shelf--hero .dc-cover-shelf__book img,
.dc-cover-shelf--card .dc-cover-shelf__book img { max-height: 100%; }

/* Archives and filters */
.dc-archive-hero { padding: var(--space-section) 0 clamp(38px, 4vw, 46px); border-bottom: 1px solid var(--line); background: var(--paper); }
.dc-archive-hero h1 { margin-top: 8px; }
.dc-archive-hero p { max-width: 700px; margin: 16px 0 0; color: var(--muted); font: 400 20px/1.5 var(--serif); }
.dc-archive-hero--newsletter { background: var(--warm-hero); }
.dc-archive-tools { padding-top: 27px; }
.dc-filter-form { display: flex; align-items: end; gap: 12px; }
.dc-filter-form label { display: flex; flex: 1; flex-direction: column; gap: 5px; font-size: 12px; font-weight: 600; }
.dc-filter-form input, .dc-filter-form select { width: 100%; height: 44px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 2px; background: #fff; }
.dc-filter-form--advanced { display: grid; grid-template-columns: 2fr 1fr 1fr auto; padding: 25px 0; border-bottom: 1px solid var(--line); }
.dc-empty { padding: 68px 0; text-align: center; }
.dc-empty h2 { font: 550 35px/1.1 var(--serif); }
.pagination, .nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 50px; }
.page-numbers { display: grid; place-items: center; min-width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; text-decoration: none; }
.page-numbers.current { background: var(--ink); color: #fff; }

/* Article */
.dc-article-hero { padding: var(--space-section) 0 0; background: #fff; }
.dc-breadcrumb { display: none; }
.dc-article-hero__grid { display: block; }
.dc-article-hero__copy { width: 100%; max-width: none; }
.dc-article-hero__copy .dc-eyebrow { margin-bottom: 18px; }
.dc-article-hero h1 { width: 100%; max-width: none; font-size: clamp(48px, 6vw, 78px); }
.dc-article-hero .dc-hero-dek { max-width: var(--text); margin-bottom: 24px; }
.dc-article-byline { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--muted); font-size: 12px; }
.dc-article-byline a { font-weight: 600; text-decoration: none; }
.dc-article-hero__visual { position: relative; margin-top: clamp(32px, 4vw, 44px); background: var(--paper); }
.dc-article-hero__visual--place { display: grid; gap: 0; overflow: hidden; border-radius: 4px; background: #fff; }
.dc-article-hero__place { position: relative; height: clamp(250px, 32vw, 400px); margin: 0; overflow: hidden; background: var(--paper); }
.dc-article-hero__place::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18, 20, 17, .23), transparent 58%); }
.dc-article-hero__place img { width: 100%; height: 100%; object-fit: cover; object-position: var(--dc-focal, center); }
.dc-hero-covers { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: clamp(12px, 2vw, 25px); margin: 0; padding: clamp(16px, 2vw, 22px) clamp(22px, 4vw, 52px); background: var(--paper); list-style: none; }
.dc-hero-covers li { display: grid; align-items: end; justify-items: center; min-width: 0; }
.dc-hero-covers li > a {
	display: grid; align-items: end; justify-items: center; width: 100%; height: 100%;
	min-width: 0; padding: 0 clamp(4px, .7vw, 8px); text-decoration: none;
}
.dc-hero-covers img { width: auto; height: auto; max-width: 100%; max-height: 170px; box-shadow: var(--cover-shadow); object-fit: contain; }

.dc-reading-column { --choice-cover: 164px; --choice-gap: 45px; width: var(--reading); padding-top: var(--space-compact); }
.dc-prose { color: #30312d; font: 400 19px/1.72 var(--serif); }
.dc-prose > :first-child { margin-top: 0; }
.dc-prose > :last-child { margin-bottom: 0; }
.dc-prose p { margin: 0 0 1.08em; }
.dc-prose h2, .dc-prose h3 { margin: 1.7em 0 .52em; color: var(--ink); font: 550 31px/1.14 var(--serif); letter-spacing: -.025em; }
.dc-prose a { color: var(--accent-dark); }
.dc-intro {
	width: calc(100% - var(--choice-cover) - var(--choice-gap)); max-width: var(--text);
	margin: 0 0 clamp(38px, 4vw, 50px) calc(var(--choice-cover) + var(--choice-gap)); font-size: 21px; line-height: 1.68;
}

.dc-choice-list { border-top: 1px solid var(--line); }
.dc-choice {
	display: grid; grid-template-columns: var(--choice-cover) minmax(0,1fr); grid-template-areas: "media title" "media essay" ". source";
	gap: 0 var(--choice-gap); padding: clamp(48px, 5vw, 64px) 0 clamp(52px, 5.5vw, 68px); scroll-margin-top: 90px;
}
.dc-choice + .dc-choice { border-top: 1px solid var(--line); }
.dc-choice:last-child { padding-bottom: clamp(24px, 3vw, 32px); }
.dc-choice__media { min-width: 0; }
.dc-choice__media { grid-area: media; }
.dc-book-cover { margin: 0; }
.dc-book-cover > a { display: block; padding: 0 6px 7px; background: transparent; text-decoration: none; }
.dc-book-cover img { width: 100%; max-height: 300px; background: #fff; object-fit: contain; box-shadow: var(--cover-shadow); }
.dc-choice__title { grid-area: title; max-width: var(--text); padding-top: 4px; }
.dc-choice__number { display: block; margin-bottom: 13px; color: var(--accent); font-size: 12px; font-weight: 600; }
.dc-choice h2 { margin: 0; font: 550 clamp(36px, 4vw, 50px)/1.04 var(--serif); letter-spacing: -.04em; }
.dc-choice__subtitle { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.dc-choice__essay { grid-area: essay; max-width: var(--text); margin-top: 26px; font-size: 19.5px; line-height: 1.72; }
.dc-choice__source { grid-area: source; justify-self: start; margin-top: 17px; }

.dc-editorial-notes {
	width: calc(100% - var(--choice-cover) - var(--choice-gap)); max-width: var(--text);
	margin: 0 0 clamp(42px, 4.5vw, 56px) calc(var(--choice-cover) + var(--choice-gap)); border-top: 0;
}
.dc-editorial-notes summary { padding: 14px 0; color: #454641; font-size: 13px; font-weight: 600; text-align: right; cursor: pointer; }
.dc-editorial-notes__body { padding: 14px 0 0; }
.dc-editorial-notes__sources {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-areas: "media references";
	gap: clamp(32px, 5vw, 56px); align-items: start;
}
.dc-editorial-notes__sources.no-references { grid-template-columns: 1fr; grid-template-areas: "media"; }
.dc-media-sources { display: grid; grid-area: media; gap: clamp(28px, 3vw, 34px); align-content: start; }
.dc-sources { grid-area: references; }
.dc-editorial-notes__full { max-width: var(--text); margin-top: 31px; }
.dc-editorial-notes h2 { margin: 0 0 7px; font: 550 22px/1.16 var(--serif); }
.dc-editorial-notes p, .dc-editorial-notes li { color: var(--muted); font-size: 12.5px; line-height: 1.65; }
.dc-sources ol, .dc-cover-sources ol { margin: 0; padding-left: 20px; }
.dc-sources li, .dc-cover-sources li { margin: 8px 0; }
.dc-sources li span { display: block; color: #7a7c76; font-size: 11px; }
.dc-cover-sources .dc-cover-credit { margin-left: 4px; }
.dc-related { border-top: 1px solid var(--line); }

/* Newsletter and secondary screens */
.dc-newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; margin: 0; padding: var(--space-section) 0; border-top: 1px solid var(--line); }
.dc-newsletter > div > p { max-width: 520px; color: var(--muted); font-size: 14px; }
.dc-newsletter--cta .dc-newsletter-form { width: min(100%, 500px); justify-self: end; }
.dc-newsletter-form > label:first-child { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 600; }
.dc-newsletter-row { display: flex; gap: 8px; }
.dc-newsletter-row input { min-width: 0; flex: 1; padding: 11px 15px; border: 1px solid #bbb7af; border-radius: 999px; background: #fff; }
.dc-consent { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 8px; align-items: flex-start; margin-top: 11px; color: #585a55; font-size: 11px; line-height: 1.45; }
.dc-consent input { margin-top: 3px; }
.dc-consent > span { min-width: 0; }
.dc-honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; }
.dc-form-message { padding: 9px 12px; background: var(--paper); font-size: 13px; }
.dc-form-message--invalid, .dc-form-message--rate { color: #8a2f25; }
.dc-contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px 18px; margin-top: 31px; }
.dc-contact-form > label:not(.dc-consent) { display: grid; gap: 7px; color: var(--ink); font: 600 12px/1.45 var(--sans); }
.dc-contact-form > label > span { color: var(--muted); font-weight: 400; }
.dc-contact-form input:not([type="checkbox"]),
.dc-contact-form select,
.dc-contact-form textarea {
	width: 100%; min-width: 0; padding: 11px 12px; border: 1px solid #bbb7af; border-radius: 3px;
	background: #fff; color: var(--ink); font: 400 15px/1.5 var(--sans);
}
.dc-contact-form textarea { min-height: 190px; resize: vertical; }
.dc-contact-form__wide { grid-column: 1 / -1; }
.dc-contact-form .dc-consent { margin-top: -1px; color: var(--muted); font: 400 11px/1.5 var(--sans); }
.dc-contact-form .dc-button { justify-self: start; }
.dc-page { width: 100%; }
.dc-page > header { padding: var(--space-section) 0 var(--space-compact); background: var(--paper); }
.dc-page > header + .dc-page__narrow,
.dc-page > header + .dc-page__wide { padding-top: var(--space-compact); padding-bottom: var(--space-page-end); }
.dc-page__narrow { width: var(--reading); max-width: 780px; margin-inline: auto; }
.dc-page__wide { width: var(--shell); max-width: none; margin-inline: auto; }
.dc-page h1 { margin: 8px 0 0; }
.dc-page > header .dc-hero-dek { margin-bottom: 0; }
.dc-page .dc-prose { font-size: 19px; }
.dc-about-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(50px, 5vw, 72px) clamp(52px, 6vw, 82px); }
.dc-about-section { min-width: 0; }
.dc-about-section h2:first-child { margin-top: 0; }
.dc-about-section > :last-child { margin-bottom: 0; }
.dc-about-section--method { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(52px, 6vw, 82px); align-items: start; }
.dc-about-section__copy { min-width: 0; }
.dc-about-section__copy h2 { margin-top: 0; }
.dc-about-section__copy > :last-child { margin-bottom: 0; }
.dc-about-section--method ol { margin: 0; padding-left: 1.35em; }
.dc-page__wide--gioi-thieu { padding-bottom: var(--space-section)!important; }
.dc-page__wide--lien-he > h2,
.dc-page__wide--lien-he > p { max-width: 780px; }
.dc-page__wide--quyen-rieng-tu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px clamp(52px, 6vw, 82px); }
.dc-privacy-section { min-width: 0; }
.dc-privacy-section h2:first-child { margin-top: 0; }
.dc-privacy-section > :last-child { margin-bottom: 0; }
.dc-privacy-section--lead { grid-column: 1 / -1; max-width: 780px; margin-bottom: 15px; }
.dc-privacy-updated { color: var(--muted); font-size: 14px; }
.dc-person-hero { padding: var(--space-section) 0; background: var(--paper); }
.dc-person-hero .dc-shell { max-width: 1000px; }
.dc-person-hero .dc-kicker { margin-bottom: 17px; }
.dc-person-hero__grid { display: grid; grid-template-columns: 128px minmax(0, 1fr); gap: 38px; align-items: center; }
.dc-person-hero__grid > div { min-width: 0; }
.dc-person-hero h1 { max-width: 790px; font-size: clamp(48px, 5vw, 66px); line-height: 1; overflow-wrap: anywhere; }
.dc-person-hero__avatar, .dc-person-card__avatar { display: grid; place-items: center; border-radius: 50%; background: #e1d5cb; font: 550 50px/1 var(--serif); }
.dc-person-hero__avatar { width: 120px; height: 120px; }
.dc-person-profile { width: 100%; color: var(--muted); }
.dc-person-content { width: var(--reading); max-width: 760px; margin: 0 auto; padding: var(--space-compact) 0 var(--space-page-end); }
.dc-people-grid { display: grid; grid-template-columns: 1fr; width: min(100%, 780px); margin-inline: auto; border-top: 1px solid var(--line); }
.dc-person-card { display: grid; grid-template-columns: 56px 1fr; gap: 17px; padding: 27px 0; border-bottom: 1px solid var(--line); background: #fff; text-decoration: none; }
.dc-person-card__avatar { width: 56px; height: 56px; font-size: 24px; }
.dc-person-card h2, .dc-person-card h3 { margin: 0 0 4px; font: 550 22px/1.15 var(--serif); }
.dc-person-card p { margin: 0; color: var(--muted); font-size: 13px; }
.dc-person-card div > span { display: block; margin-top: 5px; color: #777972; font-size: 12px; line-height: 1.5; }
.dc-newsletter-hub { padding: var(--space-section) 0; background: var(--warm-hero); }
.dc-newsletter-hub__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: clamp(50px, 8vw, 104px); align-items: center; }
.dc-newsletter-hub__copy { max-width: 670px; }
.dc-newsletter-hub h1 { margin: 8px 0 0; }
.dc-newsletter-hub .dc-hero-dek { max-width: 650px; margin-bottom: 0; }
.dc-newsletter-hub__signup { min-width: 0; padding-left: clamp(32px, 5vw, 64px); border-left: 1px solid rgba(102, 81, 60, .25); }
.dc-newsletter-hub__signup h2 { margin: 0; font: 550 clamp(30px, 3vw, 39px)/1.08 var(--serif); letter-spacing: -.03em; }
.dc-newsletter-hub__signup > p { margin: 8px 0 23px; color: var(--muted); font-size: 14px; }
.dc-newsletter-hub__signup .dc-newsletter-form { max-width: 500px; }
.dc-newsletter-library { padding-bottom: var(--space-section); }
.dc-newsletter-library__head { width: min(100%, 780px); margin-bottom: 20px; }
.dc-newsletter-library__head h2 { margin: 8px 0 0; font: 550 clamp(35px, 4vw, 50px)/1.03 var(--serif); letter-spacing: -.04em; }
.dc-newsletter-library__head p { margin: 11px 0 0; color: var(--muted); font-size: 14px; }
.dc-newsletter-issue { width: 100%; }
.dc-newsletter-letter { margin-bottom: 42px; }
.dc-newsletter-five { margin-top: 52px; }
.dc-newsletter-five > h2 { margin: 8px 0 0; font: 550 34px/1.1 var(--serif); letter-spacing: -.025em; }
.dc-newsletter-five > ol { margin: 28px 0 0; padding: 0; list-style: none; }
.dc-newsletter-five > ol > li { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 19px; padding: 31px 0; border-top: 1px solid var(--line); }
.dc-newsletter-five > ol > li > span { color: var(--accent); font-weight: 600; }
.dc-newsletter-five h3 { margin: 0 0 8px; font: 550 28px/1.15 var(--serif); }
.dc-choice__verdict { color: var(--muted); }
.dc-newsletter-issue .dc-sources { margin-top: 56px; padding-top: 31px; border-top: 1px solid var(--line); }
.dc-newsletter-issue .dc-sources h2 { margin: 8px 0 18px; font: 550 30px/1.12 var(--serif); }
.dc-disclosure { margin-top: 38px; padding: 22px 0; border-top: 1px solid var(--line); color: var(--muted); }
.dc-disclosure p { margin: 7px 0 0; }
.dc-newsletter-archive { width: min(100%, 780px); }
.dc-newsletter-archive article { padding: 31px 0 34px; border-top: 1px solid var(--line); }
.dc-newsletter-archive time { color: var(--accent); font-size: 12px; font-weight: 600; }
.dc-newsletter-archive h3 { margin: 8px 0 9px; font: 550 32px/1.1 var(--serif); letter-spacing: -.025em; }
.dc-newsletter-archive h3 a { text-decoration: none; }
.dc-newsletter-archive p { max-width: 670px; margin: 0 0 14px; color: var(--muted); }
.dc-result { padding: 25px 0; border-top: 1px solid var(--line); }
.dc-result h2 { margin: 0 0 6px; font: 550 27px/1.15 var(--serif); }
.dc-result p { color: var(--muted); }
.dc-not-found { padding: 108px 0; text-align: center; }
.dc-not-found .dc-art__number { display: block; color: #d7cbbc; font: 550 92px/.85 var(--serif); }
.dc-not-found h1 { margin-block: 16px; }
.dc-not-found p { max-width: 560px; margin: 0 auto 25px; color: var(--muted); }
.dc-not-found > .dc-shell > div { display: flex; justify-content: center; gap: 18px; align-items: center; }

/* Footer */
.dc-footer { flex: 0 0 auto; background: var(--paper); }
.dc-footer__top { display: flex; align-items: flex-end; justify-content: space-between; gap: 42px; padding-block: 45px 26px; }
.dc-footer__brand p { margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.dc-footer__nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 24px; }
.dc-footer__nav a { color: #4e504a; font-size: 13px; text-decoration: none; }
.dc-footer__nav a:hover { color: var(--accent); }
.dc-footer__base { display: flex; justify-content: space-between; gap: 20px; padding-block: 0 24px; color: var(--muted); font-size: 11px; }
.dc-footer__base a { text-decoration: none; }

@media (max-width: 980px) {
	.home { --home-grid-gap: 22px; }
	.dc-home-hero__grid { grid-template-columns: 1fr 1fr; }
	.dc-card-grid { gap-inline: 22px; }
	.dc-reading-column { --choice-cover: 150px; --choice-gap: 34px; }
}

@media (max-width: 820px) {
	:root { --shell: min(100% - 36px, 760px); --reading: min(100% - 36px, 760px); }
	.admin-bar .dc-header { top: 46px; }
	.dc-header__inner { height: 66px; }
	body.nav-open::before, body.search-open::before { inset: 66px 0 0; }
	.dc-header__actions { margin-left: auto; gap: 2px; }
	.dc-nav { position: fixed; z-index: 2; inset: 66px 0 auto; display: none; margin: 0; padding: 13px 18px 19px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.99); box-shadow: 0 22px 46px rgba(31,28,21,.13); }
	body.nav-open .dc-nav { display: block; }
	.dc-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
	.dc-nav li { border-top: 1px solid var(--soft-line); }
	.dc-nav li:first-child { border-top: 0; }
	.dc-nav a { display: block; padding: 13px 1px; font: 550 22px/1.2 var(--serif); }
	.dc-menu-button { display: grid; }
	.dc-search-panel { inset: 66px 0 auto; }
	.dc-home-hero__grid { grid-template-columns: 1fr; }
	.dc-home-hero__grid { gap: clamp(30px, 5vw, 38px); }
	.dc-home-hero__copy { max-width: 720px; }
	.dc-home-hero__visual { aspect-ratio: 16 / 10; }
	.dc-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.dc-article-hero__place { height: clamp(240px, 48vw, 350px); }
	.dc-card-grid--lead .dc-card--wide { grid-template-columns: 1fr; gap: 25px; }
	.dc-card--wide .dc-card__body { padding-top: 0; }
	.dc-reading-column { --choice-cover: 150px; --choice-gap: 28px; }
	.dc-newsletter { grid-template-columns: 1fr; gap: 26px; }
	.dc-newsletter--cta .dc-newsletter-form { width: min(100%, 560px); justify-self: start; }
	.dc-newsletter-hub__grid { grid-template-columns: 1fr; gap: 37px; }
	.dc-newsletter-hub__signup { padding: 32px 0 0; border-top: 1px solid rgba(102, 81, 60, .25); border-left: 0; }
	.dc-about-grid { grid-template-columns: 1fr; gap: 47px; }
	.dc-about-section--method { display: block; grid-column: auto; }
	.dc-about-section--method ol { margin: 1.08em 0 0; }
	.dc-page__wide--quyen-rieng-tu { display: block; }
	.dc-privacy-section + .dc-privacy-section { margin-top: 42px; }
	.dc-privacy-section--lead { margin-bottom: 0; }
	.dc-footer__top { align-items: flex-start; flex-direction: column; }
	.dc-footer__nav { justify-content: flex-start; }
}

@media (max-width: 640px) {
	:root { --shell: calc(100vw - 28px); --reading: calc(100vw - 28px); }
	.dc-header__inner { gap: 12px; }
	.dc-brand__name { font-size: 24px; }
	.dc-brand__mark { font-size: 25px; }
	.dc-search-panel__inner { padding: 17px 0 21px; }
	.dc-search-panel form { max-width: none; padding: 29px 0 0; }
	.dc-search-panel form label { margin-bottom: 8px; padding-right: 72px; line-height: 1.45; }
	.dc-search-panel form > div { grid-template-columns: 1fr; gap: 10px; }
	.dc-search-panel input { padding: 11px 12px; font-size: 20px; }
	.dc-search-panel form button { width: 100%; min-height: 44px; padding: 9px 17px; }
	.dc-search-close { top: 12px; }
	.dc-home-hero h1, .dc-article-hero h1, .dc-archive-hero h1, .dc-newsletter-hub h1, .dc-page h1, .dc-person-hero h1, .dc-not-found h1 { font-size: 43px; line-height: 1.01; }
	.dc-hero-dek { margin-top: 19px; font-size: 18.5px; line-height: 1.5; }
	.dc-home-hero__visual { grid-template-rows: minmax(0, 3fr) minmax(92px, 2fr); min-height: 0; aspect-ratio: 4 / 3; }
	.dc-cover-shelf--hero { gap: 6px; padding: 9px; }
	.dc-section__head { align-items: flex-start; flex-direction: column; gap: 13px; margin-bottom: 27px; }
	.dc-section__head h2, .dc-newsletter h2 { font-size: 36px; }
	.dc-card-grid, .dc-card-grid--four, .dc-card-grid--three, .dc-card-grid--lead { grid-template-columns: 1fr; gap: 43px; }
	.dc-card-grid--lead .dc-card--wide { display: block; }
	.dc-card--wide .dc-card__visual { aspect-ratio: 4 / 3; }
	.dc-card--wide .dc-card__body { padding-top: 18px; }
	.dc-card--wide .dc-card__body h3 { font-size: 32px; }
	.dc-card__visual { grid-template-rows: minmax(0, 3fr) minmax(88px, 2fr); aspect-ratio: 4 / 3; }
	.dc-cover-shelf--card { gap: 5px; padding: 8px; }
	.dc-card__body h3 { font-size: 29px; }
	.dc-filter-form--advanced { grid-template-columns: 1fr; }
	.dc-article-hero__copy .dc-eyebrow { margin-bottom: 13px; }
	.dc-article-byline { row-gap: 3px; }
	.dc-article-hero__place { height: clamp(205px, 56vw, 280px); }
	.dc-hero-covers { gap: 8px; padding: 16px 14px; }
	.dc-hero-covers li > a { padding: 0 4px; }
	.dc-hero-covers img { max-height: 105px; box-shadow: 0 9px 20px rgba(31, 28, 21, .14); }
	.dc-intro { width: 100%; max-width: none; margin-left: 0; font-size: 19.5px; line-height: 1.68; }
	.dc-choice { grid-template-columns: 108px minmax(0,1fr); grid-template-areas: "media title" "essay essay" "source source"; gap: 0 19px; }
	.dc-book-cover > a { padding: 0 4px 6px; }
	.dc-book-cover img { max-height: 190px; }
	.dc-choice__title { padding-top: 0; }
	.dc-choice__number { margin-bottom: 9px; font-size: 11px; }
	.dc-choice h2 { font-size: 31px; line-height: 1.06; }
	.dc-choice__subtitle { margin-top: 8px; font-size: 12px; line-height: 1.5; }
	.dc-choice__essay { margin-top: 27px; font-size: 18.5px; line-height: 1.72; }
	.dc-choice__source { margin-top: 14px; }
	.dc-editorial-notes { width: 100%; max-width: none; margin-left: 0; }
	.dc-editorial-notes__sources { grid-template-columns: 1fr; grid-template-areas: "media" "references"; gap: 28px; }
	.dc-editorial-notes__sources.no-references { grid-template-areas: "media"; }
	.dc-newsletter-row { align-items: stretch; flex-direction: column; }
	.dc-newsletter--cta .dc-newsletter-form { width: 100%; max-width: none; }
	.dc-newsletter-hub__signup { padding-top: 27px; }
	.dc-newsletter-hub__signup .dc-newsletter-form { max-width: none; }
	.dc-newsletter-library__head { margin-bottom: 15px; }
	.dc-newsletter-archive article { padding: 27px 0 30px; }
	.dc-newsletter-archive h3 { font-size: 29px; }
	.dc-contact-form { grid-template-columns: 1fr; gap: 18px; margin-top: 27px; }
	.dc-contact-form__wide { grid-column: auto; }
	.dc-contact-form textarea { min-height: 180px; }
	.dc-person-hero__grid { grid-template-columns: 1fr; gap: 27px; }
	.dc-person-hero h1 { max-width: none; font-size: 42px; overflow-wrap: normal; }
	.dc-person-hero__avatar { width: 112px; height: 112px; }
	.dc-newsletter-five > ol > li { grid-template-columns: 30px minmax(0, 1fr); gap: 14px; padding: 26px 0; }
	.dc-newsletter-five h3 { font-size: 25px; }
	.dc-not-found > .dc-shell > div { flex-direction: column; }
	.dc-footer__top { padding-block: 38px 25px; }
	.dc-footer__nav { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
	.dc-footer__base { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 390px) {
	.dc-home-hero h1, .dc-article-hero h1, .dc-archive-hero h1, .dc-newsletter-hub h1, .dc-page h1, .dc-person-hero h1, .dc-not-found h1 { font-size: 40px; }
	.dc-choice { grid-template-columns: 100px minmax(0,1fr); column-gap: 16px; }
	.dc-choice h2 { font-size: 29px; }
}

@media (max-width: 350px) {
	:root { --shell: calc(100vw - 24px); --reading: calc(100vw - 24px); }
	.dc-brand__name { font-size: 23px; }
	.dc-brand__mark { font-size: 24px; }
	.dc-home-hero h1, .dc-article-hero h1, .dc-archive-hero h1, .dc-newsletter-hub h1, .dc-page h1, .dc-person-hero h1, .dc-not-found h1 { font-size: 37px; }
	.dc-card__body h3 { font-size: 27px; }
	.dc-choice { grid-template-columns: 88px minmax(0,1fr); column-gap: 14px; }
	.dc-choice h2 { font-size: 27px; }
	.dc-hero-covers { gap: 6px; padding-inline: 10px; }
	.dc-hero-covers li > a { padding: 0 3px; }
}

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

@media print {
	.dc-header, .dc-footer, .dc-newsletter, .dc-related, .dc-search-panel { display: none!important; }
	.dc-article-hero { background: #fff; }
	.dc-choice { break-inside: avoid; }
}
