:root {
  --dhv-brand-red: #eb3232;
  --dhv-red: #d62828;
  --dhv-red-strong: #b91f1f;
  --dhv-ink: #151515;
  --dhv-text: #242424;
  --dhv-muted: #696969;
  --dhv-line: #e6e2dc;
  --dhv-soft-line: #efede9;
  --dhv-bg: #ffffff;
  --dhv-surface: #fbfaf8;
  --dhv-warm: #f7f2eb;
  --dhv-chip: #f5f4f1;
  --dhv-shadow: 0 10px 34px rgba(20, 20, 20, .07);
  --dhv-shell: 1240px;
  --dhv-reading: 720px;
  --dhv-wide-reading: 1040px;
  --dhv-radius-sm: 8px;
  --dhv-radius: 14px;
  --dhv-radius-lg: 22px;
  --dhv-serif: Georgia, 'Times New Roman', serif;
  --dhv-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --dhv-body-size: 19px;
  --dhv-body-leading: 1.72;
}

html[data-theme='dark'] {
  --dhv-ink: #f5f4f1;
  --dhv-text: #dedbd5;
  --dhv-muted: #aaa69f;
  --dhv-line: #363431;
  --dhv-soft-line: #2b2927;
  --dhv-bg: #141312;
  --dhv-surface: #1b1a18;
  --dhv-warm: #211d19;
  --dhv-chip: #242220;
  --dhv-shadow: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--dhv-bg);
  color: var(--dhv-text);
  font-family: var(--dhv-sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.dhv-menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--dhv-red); }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: rgba(235, 50, 50, .18); }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus, .dhv-skip-link:focus {
  clip: auto !important; width: auto; height: auto; margin: 0;
  top: 8px; left: 8px; padding: 10px 14px; z-index: 100000;
  background: var(--dhv-bg); color: var(--dhv-ink); border: 1px solid var(--dhv-line);
}
.dhv-skip-link { position: fixed; left: -9999px; }
.dhv-shell { width: min(calc(100% - 40px), var(--dhv-shell)); margin-inline: auto; }
.dhv-main { min-height: 60vh; }

/* Header */
.dhv-site-header {
  position: relative;
  z-index: 100;
  background: color-mix(in srgb, var(--dhv-bg) 96%, transparent);
  border-bottom: 1px solid var(--dhv-line);
}
.dhv-header-main {
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) minmax(300px, 520px) minmax(150px, 1fr);
  align-items: center;
  gap: 28px;
}
.dhv-brand { min-width: 0; }
.dhv-logo .custom-logo-link { display: inline-flex; align-items: center; }
.dhv-logo .custom-logo { max-height: 54px; width: auto; }
.dhv-wordmark { display: inline-flex; flex-direction: column; gap: 2px; }
.dhv-wordmark strong { font-size: 22px; line-height: 1.05; color: var(--dhv-ink); letter-spacing: -.02em; }
.dhv-wordmark span { color: var(--dhv-muted); font-size: 12px; }
.dhv-header-actions { justify-self: end; display: flex; align-items: center; gap: 6px; }
.dhv-icon-button {
  width: 42px; height: 42px; display: inline-grid; place-items: center;
  border: 0; background: transparent; border-radius: 50%; cursor: pointer;
}
.dhv-icon-button:hover, .dhv-icon-button:focus-visible { background: var(--dhv-chip); outline: none; }
.dhv-menu-toggle { display: none; }
.dhv-menu-lines, .dhv-menu-lines::before, .dhv-menu-lines::after {
  display: block; width: 20px; height: 2px; background: currentColor; border-radius: 10px;
  content: ''; position: relative;
}
.dhv-menu-lines::before { position: absolute; top: -6px; }
.dhv-menu-lines::after { position: absolute; top: 6px; }
.dhv-search-form {
  width: 100%; height: 44px; display: flex; align-items: center; gap: 8px;
  padding: 0 12px; border: 1px solid var(--dhv-line); border-radius: 10px; background: var(--dhv-bg);
}
.dhv-search-icon { color: var(--dhv-muted); font-size: 20px; line-height: 1; }
.dhv-search-field { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--dhv-ink); }
.dhv-search-field::placeholder { color: var(--dhv-muted); }
.dhv-search-submit { border: 0; background: transparent; cursor: pointer; color: var(--dhv-muted); }
.dhv-mobile-search-toggle { display: none; }
.dhv-primary-nav { border-top: 1px solid var(--dhv-soft-line); }
.dhv-primary-list {
  list-style: none; margin: 0; padding: 0; min-height: 52px;
  display: flex; align-items: stretch; justify-content: space-between; gap: 18px;
}
.dhv-primary-list > li { display: flex; align-items: stretch; }
.dhv-primary-list a {
  display: inline-flex; align-items: center; position: relative;
  font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .025em;
}
.dhv-primary-list .current-menu-item > a::after,
.dhv-primary-list .current-menu-ancestor > a::after,
.category .dhv-primary-list a[aria-current='page']::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--dhv-red);
}
.dhv-mobile-panel { display: none; }

/* Shared */
.dhv-kicker { color: var(--dhv-red); font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.dhv-meta { display: flex; gap: 8px; flex-wrap: wrap; color: var(--dhv-muted); font-size: 12px; }
.dhv-text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; border-bottom: 1px solid var(--dhv-red); padding-bottom: 5px; }
.dhv-block-header { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; margin-bottom: 18px; }
.dhv-block-header h2 { margin: 0; color: var(--dhv-ink); font-size: 18px; letter-spacing: -.02em; text-transform: uppercase; }
.dhv-block-header > a { font-size: 13px; font-weight: 650; }
.dhv-image-fallback { display: block; width: 100%; height: 100%; min-height: 180px; background: linear-gradient(135deg, var(--dhv-warm), var(--dhv-chip)); }

/* Home hero */
.dhv-home-main { padding-bottom: 44px; }
.dhv-home-hero {
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch;
  margin-top: 22px; border: 1px solid var(--dhv-line); background: var(--dhv-surface); overflow: hidden;
  border-radius: 3px;
}
.dhv-home-hero-media { min-height: 460px; background: var(--dhv-warm); }
.dhv-home-hero-media img, .dhv-home-hero-media .dhv-image-fallback { width: 100%; height: 100%; object-fit: cover; }
.dhv-home-hero-copy { padding: clamp(32px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.dhv-home-hero-copy .dhv-meta { margin: 12px 0 6px; }
.dhv-home-hero-copy h1 { margin: 10px 0 16px; color: var(--dhv-ink); font-family: var(--dhv-serif); font-size: clamp(38px, 4.4vw, 64px); line-height: 1.02; letter-spacing: -.045em; font-weight: 700; }
.dhv-home-hero-copy h1 a:hover { color: var(--dhv-ink); text-decoration: underline; text-decoration-color: var(--dhv-red); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.dhv-hero-deck { margin: 0 0 24px; font-size: 18px; line-height: 1.6; max-width: 47ch; }

.dhv-home-block { padding-top: 32px; padding-bottom: 30px; border-bottom: 1px solid var(--dhv-line); }
.dhv-series-lane { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(190px, 1fr); gap: 10px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; padding-bottom: 4px; }
.dhv-series-card {
  min-height: 132px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between;
  border: 1px solid var(--dhv-line); border-radius: var(--dhv-radius-sm); background: var(--dhv-surface);
}
.dhv-series-card:hover { color: inherit; border-color: color-mix(in srgb, var(--dhv-red) 40%, var(--dhv-line)); transform: translateY(-1px); }
.dhv-series-parent { color: var(--dhv-red); font-size: 10px; text-transform: uppercase; font-weight: 800; }
.dhv-series-card strong { color: var(--dhv-ink); font-family: var(--dhv-serif); font-size: 20px; line-height: 1.12; letter-spacing: -.02em; }
.dhv-series-card > span:last-child { color: var(--dhv-muted); font-size: 12px; }
.dhv-collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.dhv-collection-card { min-height: 180px; position: relative; overflow: hidden; background: #222; border-radius: 4px; }
.dhv-collection-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; opacity: .65; transition: transform .35s ease; }
.dhv-collection-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.02)); }
.dhv-collection-card > span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 16px; color: #fff; display: flex; flex-direction: column; gap: 5px; }
.dhv-collection-card strong { font-size: 22px; text-transform: uppercase; line-height: 1.1; }
.dhv-collection-card small { opacity: .85; }
.dhv-collection-card:hover img { transform: scale(1.025); }

.dhv-latest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.dhv-card { min-width: 0; }
.dhv-card-media { display: block; aspect-ratio: 1.5; overflow: hidden; background: var(--dhv-warm); border-radius: 2px; }
.dhv-card-media img, .dhv-card-media .dhv-image-fallback { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dhv-card:hover .dhv-card-media img { transform: scale(1.018); }
.dhv-card-body { padding-top: 12px; }
.dhv-card-title { margin: 5px 0 8px; color: var(--dhv-ink); font-family: var(--dhv-serif); font-size: 23px; line-height: 1.18; letter-spacing: -.025em; }
.dhv-card-title a:hover { color: var(--dhv-ink); text-decoration: underline; text-decoration-color: var(--dhv-red); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.dhv-card-excerpt { color: var(--dhv-muted); font-size: 14px; line-height: 1.55; margin: 0 0 11px; }
.dhv-section-columns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.dhv-mini-section + .dhv-mini-section { border-left: 1px solid var(--dhv-line); padding-left: 24px; }
.dhv-mini-section-header { border-bottom: 2px solid var(--dhv-ink); margin-bottom: 14px; padding-bottom: 8px; }
.dhv-mini-section-header h2 { margin: 0; font-size: 16px; text-transform: uppercase; }
.dhv-mini-lead { margin-bottom: 14px; }
.dhv-mini-lead .dhv-card-title { font-size: 20px; }
.dhv-compact-story { display: grid; grid-template-columns: 72px 1fr; gap: 10px; padding: 10px 0; border-top: 1px solid var(--dhv-soft-line); }
.dhv-compact-thumb { width: 72px; height: 54px; overflow: hidden; background: var(--dhv-warm); }
.dhv-compact-thumb img, .dhv-compact-thumb span { width: 100%; height: 100%; object-fit: cover; min-height: 0; }
.dhv-compact-story h3 { margin: 0; font-size: 13px; line-height: 1.35; }
.dhv-events-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dhv-event-card { border: 1px solid var(--dhv-line); padding: 18px; display: grid; grid-template-columns: 58px 1fr; column-gap: 14px; align-items: start; }
.dhv-event-card time { grid-row: 1 / span 2; width: 52px; padding: 8px 5px; border: 1px solid color-mix(in srgb, var(--dhv-red) 50%, var(--dhv-line)); color: var(--dhv-red); text-align: center; font-weight: 800; font-size: 12px; }
.dhv-event-card h3 { margin: 0; color: var(--dhv-ink); font-size: 16px; }
.dhv-event-card p { margin: 6px 0 0; color: var(--dhv-muted); font-size: 12px; }

/* Breadcrumbs + series nav */
.dhv-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--dhv-muted); font-size: 11px; margin-bottom: 28px; }
.dhv-breadcrumbs a:hover { color: var(--dhv-red); }
.dhv-series-subnav { border-bottom: 1px solid var(--dhv-line); background: var(--dhv-bg); }
.dhv-series-scroll { display: flex; gap: 28px; min-height: 52px; align-items: center; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.dhv-series-scroll::-webkit-scrollbar { display: none; }
.dhv-series-scroll a { font-size: 13px; font-weight: 650; }
.dhv-series-scroll a:first-child { color: var(--dhv-red); }

/* Category/archive */
.dhv-category-main, .dhv-archive-main { padding: 28px 0 56px; }
.dhv-category-hero { min-height: 300px; display: grid; grid-template-columns: 1fr .9fr; gap: 60px; align-items: center; padding: 20px 0 38px; border-bottom: 1px solid var(--dhv-line); }
.dhv-category-copy h1, .dhv-archive-header h1 { margin: 8px 0 14px; color: var(--dhv-ink); font-family: var(--dhv-serif); font-size: clamp(42px, 5.2vw, 72px); line-height: 1.02; letter-spacing: -.045em; }
.dhv-category-description { max-width: 62ch; color: var(--dhv-muted); font-size: 17px; }
.dhv-category-description p { margin: 0; }
.dhv-count-label { display: inline-block; margin-top: 14px; color: var(--dhv-muted); font-size: 12px; }
.dhv-category-visual { height: 260px; overflow: hidden; background: var(--dhv-warm); border-radius: 3px; }
.dhv-category-visual img, .dhv-category-visual span { width: 100%; height: 100%; object-fit: cover; }
.dhv-archive-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 44px; padding-top: 36px; }
.dhv-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 24px; }
.dhv-archive-grid-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dhv-archive-header { max-width: 850px; padding: 34px 0 30px; }
.dhv-archive-header h1 { font-size: clamp(42px, 5vw, 68px); }
.dhv-archive-aside { display: flex; flex-direction: column; gap: 20px; }
.dhv-aside-box { border: 1px solid var(--dhv-line); padding: 16px; background: var(--dhv-surface); }
.dhv-aside-box h2 { margin: 0 0 12px; font-size: 13px; text-transform: uppercase; }
.dhv-aside-story { display: grid; grid-template-columns: 72px 1fr; gap: 10px; align-items: start; padding: 10px 0; border-top: 1px solid var(--dhv-soft-line); font-size: 12px; font-weight: 650; line-height: 1.35; }
.dhv-aside-story:first-of-type { border-top: 0; padding-top: 0; }
.dhv-aside-story img, .dhv-aside-story .dhv-image-fallback { width: 72px; height: 56px; min-height: 0; object-fit: cover; }
.dhv-topic-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.dhv-topic-chips a { border: 1px solid var(--dhv-line); border-radius: 999px; padding: 6px 10px; font-size: 11px; background: var(--dhv-bg); }
.dhv-topic-chips a:hover { border-color: var(--dhv-red); color: var(--dhv-red); }
.navigation.pagination { margin: 38px 0 0; }
.nav-links { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.page-numbers { min-width: 38px; height: 38px; padding: 0 10px; display: inline-grid; place-items: center; border: 1px solid var(--dhv-line); border-radius: 6px; font-size: 12px; }
.page-numbers.current { color: #fff; background: var(--dhv-red); border-color: var(--dhv-red); }

/* Article - deliberately narrow, centered, no sidebar */
.dhv-single-main { padding: 26px 0 64px; }
.dhv-article { width: 100%; }
.dhv-article-head { width: min(calc(100% - 40px), var(--dhv-reading)); margin: 0 auto 28px; }
.dhv-article-head .dhv-breadcrumbs { margin-bottom: 30px; }
.dhv-article-head h1 { margin: 8px 0 14px; color: var(--dhv-ink); font-family: var(--dhv-serif); font-size: clamp(42px, 5vw, 66px); font-weight: 700; line-height: 1.035; letter-spacing: -.045em; }
.dhv-article-deck { margin: 0 0 18px; color: var(--dhv-text); font-size: 18px; line-height: 1.55; }
.dhv-article-byline { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--dhv-muted); font-size: 11px; }
.dhv-byline-mark { width: 24px; height: 24px; border-radius: 50%; display: inline-grid; place-items: center; color: #fff; background: var(--dhv-red); font-weight: 800; font-size: 11px; flex: 0 0 auto; }
.dhv-article-hero { width: min(calc(100% - 40px), var(--dhv-wide-reading)); margin: 0 auto 16px; }
.dhv-article-hero img { width: 100%; max-height: 690px; object-fit: cover; display: block; border-radius: 2px; }
.dhv-article-hero figcaption { width: min(100%, var(--dhv-reading)); margin: 8px auto 0; color: var(--dhv-muted); font-size: 11px; line-height: 1.45; }
.dhv-reading-tools {
  position: sticky; top: 0; z-index: 60;
  width: min(calc(100% - 40px), var(--dhv-reading)); margin: 18px auto 24px;
  min-height: 48px; display: flex; justify-content: space-between; gap: 16px; align-items: center;
  border: 1px solid var(--dhv-line); border-radius: 8px; padding: 6px 9px; background: color-mix(in srgb, var(--dhv-bg) 94%, transparent); backdrop-filter: blur(10px);
}
.dhv-font-controls, .dhv-tool-actions { display: flex; align-items: center; gap: 4px; }
.dhv-reading-tools button { border: 0; background: transparent; padding: 7px 8px; border-radius: 6px; color: var(--dhv-muted); cursor: pointer; font-size: 11px; }
.dhv-reading-tools button:hover { background: var(--dhv-chip); color: var(--dhv-ink); }
.dhv-article-body {
  width: min(calc(100% - 40px), var(--dhv-reading)); margin-inline: auto;
  color: var(--dhv-text); font-family: var(--dhv-sans); font-size: var(--dhv-body-size); line-height: var(--dhv-body-leading);
  overflow-wrap: break-word;
}
.dhv-article-body > *:first-child { margin-top: 0; }
.dhv-article-body p { margin: 0 0 1.45em; }
.dhv-article-body h2, .dhv-article-body h3, .dhv-article-body h4 { color: var(--dhv-ink); scroll-margin-top: 85px; }
.dhv-article-body h2 { margin: 2.25em 0 .65em; font-family: var(--dhv-serif); font-size: 31px; line-height: 1.18; letter-spacing: -.025em; }
.dhv-article-body h3 { margin: 1.8em 0 .55em; font-size: 23px; line-height: 1.28; }
.dhv-article-body a { color: var(--dhv-red-strong); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.dhv-article-body strong { color: var(--dhv-ink); }
.dhv-article-body blockquote { margin: 2em 0; padding: 6px 0 6px 24px; border-left: 3px solid var(--dhv-red); color: var(--dhv-ink); font-family: var(--dhv-serif); font-size: 25px; line-height: 1.45; }
.dhv-article-body blockquote p:last-child { margin-bottom: 0; }
.dhv-article-body ul, .dhv-article-body ol { margin: 0 0 1.45em; padding-left: 1.4em; }
.dhv-article-body li + li { margin-top: .45em; }
.dhv-article-body hr { border: 0; border-top: 1px solid var(--dhv-line); margin: 2.2em 0; }
.dhv-article-body img { border-radius: 2px; }
.dhv-article-body figure { margin: 1.8em 0; }
.dhv-article-body figcaption { color: var(--dhv-muted); font-size: 11px; line-height: 1.45; margin-top: 7px; }
.dhv-article-body .alignwide { width: min(100vw - 40px, var(--dhv-wide-reading)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.dhv-article-body .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.dhv-article-body table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; font-size: 15px; }
.dhv-article-body th, .dhv-article-body td { border-bottom: 1px solid var(--dhv-line); padding: 10px 12px; text-align: left; }
.dhv-article-body iframe { max-width: 100%; }
.dhv-article-body .wp-block-pullquote { border-block: 1px solid var(--dhv-line); padding: 1.4em 0; }
.dhv-article-body .wp-block-quote cite { display: block; margin-top: 8px; color: var(--dhv-muted); font-family: var(--dhv-sans); font-size: 13px; }
.dhv-article-body .wp-block-buttons { margin: 1.5em 0; }
.dhv-article-body .wp-block-button__link { text-decoration: none; border-radius: 6px; background: var(--dhv-red); }
.dhv-article-footer { width: min(calc(100% - 40px), var(--dhv-wide-reading)); margin: 44px auto 0; }
.dhv-article-tags, .dhv-author-box { width: min(100%, var(--dhv-reading)); margin-inline: auto; }
.dhv-article-tags h2 { font-size: 13px; text-transform: uppercase; margin: 0 0 10px; }
.dhv-author-box { margin-top: 26px; padding: 18px; display: grid; grid-template-columns: 38px 1fr; gap: 14px; border: 1px solid var(--dhv-line); background: var(--dhv-surface); border-radius: 8px; }
.dhv-author-box .dhv-byline-mark { width: 38px; height: 38px; }
.dhv-author-box strong { color: var(--dhv-ink); }
.dhv-author-box p { margin: 4px 0 0; color: var(--dhv-muted); font-size: 12px; line-height: 1.5; }
.dhv-related { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--dhv-line); }
.dhv-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dhv-related .dhv-card-title { font-size: 19px; }
.dhv-reading-progress { position: fixed; z-index: 1000; top: 0; left: 0; right: 0; height: 3px; pointer-events: none; }
.dhv-reading-progress span { display: block; width: 0; height: 100%; background: var(--dhv-red); }

/* Pages */
.dhv-page-main { padding: 28px 0 64px; }
.dhv-page-article { width: 100%; }
.dhv-page-head { width: min(calc(100% - 40px), 900px); margin: 0 auto 28px; }
.dhv-page-head h1 { margin: 10px 0; color: var(--dhv-ink); font-family: var(--dhv-serif); font-size: clamp(42px, 5vw, 66px); line-height: 1.04; letter-spacing: -.04em; }
.dhv-page-head > p { color: var(--dhv-muted); font-size: 18px; }
.dhv-page-hero { width: min(calc(100% - 40px), var(--dhv-wide-reading)); margin: 0 auto 28px; }
.dhv-search-page-form { max-width: 680px; margin-bottom: 30px; }

/* Comments */
.dhv-comments-wrap { width: min(calc(100% - 40px), var(--dhv-reading)); margin: 48px auto 0; border-top: 1px solid var(--dhv-line); padding-top: 28px; }
.dhv-comments-title, .comment-reply-title { color: var(--dhv-ink); font-size: 20px; margin: 0 0 18px; }
.comment-list { list-style: none; padding: 0; margin: 0 0 32px; }
.comment-list .children { list-style: none; margin: 16px 0 0 28px; padding-left: 18px; border-left: 1px solid var(--dhv-line); }
.comment-body { padding: 16px 0; border-bottom: 1px solid var(--dhv-soft-line); }
.comment-meta { font-size: 12px; color: var(--dhv-muted); }
.comment-author { display: flex; gap: 8px; align-items: center; color: var(--dhv-ink); font-weight: 700; }
.comment-author img { border-radius: 50%; }
.comment-content { font-size: 15px; line-height: 1.6; }
.reply a { color: var(--dhv-red); font-size: 12px; font-weight: 650; }
.comment-form { display: grid; gap: 12px; }
.comment-notes { margin: 0; color: var(--dhv-muted); font-size: 12px; }
.comment-form label { display: block; margin-bottom: 5px; font-size: 12px; font-weight: 700; }
.comment-form textarea, .comment-form input[type='text'], .comment-form input[type='email'], .comment-form input[type='url'] { width: 100%; border: 1px solid var(--dhv-line); background: var(--dhv-bg); color: var(--dhv-ink); border-radius: 7px; padding: 11px 12px; }
.comment-form textarea:focus, .comment-form input:focus { outline: 2px solid color-mix(in srgb, var(--dhv-red) 35%, transparent); border-color: var(--dhv-red); }
.form-submit input { border: 0; border-radius: 6px; background: var(--dhv-red); color: #fff; padding: 11px 16px; font-weight: 700; cursor: pointer; }

/* Footer */
.dhv-site-footer { margin-top: 20px; border-top: 1px solid var(--dhv-line); background: var(--dhv-surface); }
.dhv-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1.1fr; gap: 42px; padding-block: 38px; }
.dhv-footer-grid h2 { margin: 0 0 12px; color: var(--dhv-ink); font-size: 12px; text-transform: uppercase; letter-spacing: .03em; }
.dhv-footer-brand p, .dhv-footer-trust p { color: var(--dhv-muted); font-size: 12px; line-height: 1.6; }
.dhv-footer-wordmark { color: var(--dhv-ink); font-size: 20px; font-weight: 800; }
.dhv-footer-menu, .dhv-footer-grid .dhv-primary-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; min-height: 0; }
.dhv-footer-menu a, .dhv-footer-grid .dhv-primary-list a { font-size: 12px; font-weight: 500; text-transform: none; letter-spacing: 0; }
.dhv-footer-grid .dhv-primary-list li { display: block; }
.dhv-footer-grid .dhv-primary-list a::after { display: none !important; }
.dhv-footer-bottom { min-height: 54px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--dhv-line); color: var(--dhv-muted); font-size: 11px; }

/* Empty state / buttons */
.dhv-empty-state { max-width: 720px; padding: 90px 0; }
.dhv-empty-state h1, .dhv-empty-state h2 { color: var(--dhv-ink); font-family: var(--dhv-serif); font-size: clamp(34px, 5vw, 58px); line-height: 1.05; }
.dhv-empty-state .dhv-search-form { margin: 22px 0; }
.dhv-button { display: inline-flex; padding: 10px 15px; border-radius: 6px; background: var(--dhv-red); color: #fff; font-weight: 700; }
.dhv-button:hover { color: #fff; background: var(--dhv-red-strong); }

/* Toast */
.dhv-toast { position: fixed; z-index: 12000; left: 50%; bottom: 24px; transform: translate(-50%, 16px); background: var(--dhv-ink); color: var(--dhv-bg); padding: 10px 14px; border-radius: 7px; font-size: 12px; opacity: 0; pointer-events: none; transition: opacity .18s ease, transform .18s ease; }
.dhv-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1080px) {
  .dhv-header-main { grid-template-columns: minmax(180px, 1fr) minmax(260px, 420px) auto; }
  .dhv-latest-grid { grid-template-columns: repeat(2, 1fr); }
  .dhv-section-columns { grid-template-columns: repeat(2, 1fr); }
  .dhv-mini-section:nth-child(3) { border-left: 0; padding-left: 0; }
  .dhv-collection-grid { grid-template-columns: repeat(2, 1fr); }
  .dhv-archive-layout { grid-template-columns: minmax(0, 1fr) 240px; gap: 28px; }
  .dhv-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .dhv-shell { width: min(calc(100% - 28px), var(--dhv-shell)); }
  .dhv-header-main { min-height: 62px; grid-template-columns: 1fr auto; gap: 10px; }
  .dhv-header-search, .dhv-primary-nav { display: none; }
  .dhv-header-actions { grid-column: 2; }
  .dhv-menu-toggle, .dhv-mobile-search-toggle { display: inline-grid; }
  .dhv-wordmark strong { font-size: 17px; }
  .dhv-wordmark span { display: none; }
  .dhv-logo .custom-logo { max-height: 38px; max-width: 190px; }
  .dhv-mobile-panel {
    position: fixed; inset: 62px 0 0; z-index: 150; padding: 18px 20px 40px;
    background: var(--dhv-bg); overflow-y: auto; border-top: 1px solid var(--dhv-line);
  }
  .dhv-mobile-panel:not([hidden]) { display: block; }
  .dhv-mobile-search { margin-bottom: 18px; }
  .dhv-mobile-menu, .dhv-mobile-panel .dhv-primary-list, .dhv-utility-menu { list-style: none; padding: 0; margin: 0; display: grid; }
  .dhv-mobile-menu li, .dhv-mobile-panel .dhv-primary-list li { border-top: 1px solid var(--dhv-soft-line); }
  .dhv-mobile-menu a, .dhv-mobile-panel .dhv-primary-list a { display: flex; min-height: 48px; align-items: center; font-size: 16px; font-weight: 700; text-transform: none; }
  .dhv-utility-menu { margin-top: 22px; grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .dhv-utility-menu a { color: var(--dhv-muted); font-size: 12px; }
  .dhv-home-hero { grid-template-columns: 1fr; margin-top: 12px; }
  .dhv-home-hero-media { min-height: 310px; aspect-ratio: 1.35; }
  .dhv-home-hero-copy { padding: 26px 22px 30px; }
  .dhv-home-hero-copy h1 { font-size: clamp(36px, 10vw, 52px); }
  .dhv-series-lane { grid-auto-columns: 72%; }
  .dhv-section-columns { grid-template-columns: 1fr 1fr; }
  .dhv-events-row { grid-template-columns: 1fr; }
  .dhv-category-hero { grid-template-columns: 1fr; gap: 24px; }
  .dhv-category-visual { height: 280px; }
  .dhv-archive-layout { grid-template-columns: 1fr; }
  .dhv-archive-aside { display: none; }
  .dhv-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dhv-article-head { width: min(calc(100% - 32px), var(--dhv-reading)); }
  .dhv-article-hero, .dhv-article-footer { width: min(calc(100% - 24px), var(--dhv-wide-reading)); }
  .dhv-article-body, .dhv-reading-tools, .dhv-comments-wrap { width: min(calc(100% - 32px), var(--dhv-reading)); }
  .dhv-reading-tools { top: 0; overflow-x: auto; white-space: nowrap; }
  .dhv-tool-actions button:nth-child(2) { display: none; }
  .dhv-related-grid { grid-template-columns: 1fr 1fr; }
  .dhv-related-grid .dhv-card:last-child { display: none; }
}

@media (max-width: 560px) {
  :root { --dhv-body-size: 18px; --dhv-body-leading: 1.72; }
  .dhv-shell { width: calc(100% - 24px); }
  .dhv-icon-button { width: 38px; height: 38px; }
  .dhv-icon-button[data-dhv-theme-toggle] { display: none; }
  .dhv-home-hero { width: 100%; border-inline: 0; border-radius: 0; }
  .dhv-home-hero-media { min-height: 250px; }
  .dhv-home-hero-copy { padding: 22px 16px 26px; }
  .dhv-home-hero-copy h1 { font-size: 38px; line-height: 1.03; }
  .dhv-hero-deck { font-size: 16px; }
  .dhv-home-block { padding-top: 24px; padding-bottom: 24px; }
  .dhv-series-lane { grid-auto-columns: 78%; }
  .dhv-latest-grid { grid-template-columns: 1fr; gap: 24px; }
  .dhv-latest-grid .dhv-card { display: grid; grid-template-columns: 126px 1fr; gap: 12px; }
  .dhv-latest-grid .dhv-card-media { aspect-ratio: 1.2; }
  .dhv-latest-grid .dhv-card-body { padding-top: 0; }
  .dhv-latest-grid .dhv-card-title { font-size: 18px; }
  .dhv-latest-grid .dhv-card-excerpt { display: none; }
  .dhv-section-columns { grid-template-columns: 1fr; gap: 28px; }
  .dhv-mini-section + .dhv-mini-section { border-left: 0; padding-left: 0; }
  .dhv-collection-grid { grid-template-columns: 1fr 1fr; }
  .dhv-collection-card { min-height: 150px; }
  .dhv-collection-card strong { font-size: 18px; }
  .dhv-series-scroll { gap: 18px; }
  .dhv-category-main, .dhv-archive-main { padding-top: 18px; }
  .dhv-category-hero { padding-top: 4px; }
  .dhv-category-copy h1, .dhv-archive-header h1 { font-size: 42px; }
  .dhv-category-visual { height: 210px; }
  .dhv-archive-grid, .dhv-archive-grid-main { grid-template-columns: 1fr; }
  .dhv-archive-grid .dhv-card { display: grid; grid-template-columns: 132px 1fr; gap: 12px; }
  .dhv-archive-grid .dhv-card-media { aspect-ratio: 1.1; }
  .dhv-archive-grid .dhv-card-body { padding-top: 0; }
  .dhv-archive-grid .dhv-card-title { font-size: 19px; }
  .dhv-archive-grid .dhv-card-excerpt { display: none; }
  .dhv-single-main { padding-top: 16px; }
  .dhv-article-head, .dhv-article-body, .dhv-reading-tools, .dhv-comments-wrap { width: calc(100% - 28px); }
  .dhv-article-head .dhv-breadcrumbs { margin-bottom: 22px; }
  .dhv-article-head h1 { font-size: 40px; line-height: 1.04; }
  .dhv-article-deck { font-size: 16px; }
  .dhv-article-byline { gap: 6px; }
  .dhv-article-hero { width: 100%; }
  .dhv-article-hero img { border-radius: 0; }
  .dhv-article-hero figcaption { width: calc(100% - 28px); }
  .dhv-reading-tools { margin-top: 10px; min-height: 44px; border-inline: 0; border-radius: 0; width: 100%; padding-inline: 14px; }
  .dhv-tool-actions button[data-dhv-save] { display: none; }
  .dhv-article-body h2 { font-size: 28px; }
  .dhv-article-body blockquote { font-size: 22px; }
  .dhv-article-body .alignwide, .dhv-article-body .alignfull { width: 100vw; }
  .dhv-article-footer { width: 100%; }
  .dhv-article-tags, .dhv-author-box { width: calc(100% - 28px); }
  .dhv-related { padding-inline: 14px; }
  .dhv-related-grid { grid-template-columns: 1fr; }
  .dhv-related-grid .dhv-card:last-child { display: block; }
  .dhv-related .dhv-card { display: grid; grid-template-columns: 126px 1fr; gap: 12px; }
  .dhv-related .dhv-card-body { padding-top: 0; }
  .dhv-footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .dhv-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 16px; }
}

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

/* Desktop utility drawer: the small WordPress menu lives behind the header menu button. */
@media (min-width: 821px) {
  .dhv-menu-toggle { display: inline-grid; }
  .dhv-mobile-panel {
    position: absolute;
    top: 68px;
    right: max(20px, calc((100vw - var(--dhv-shell)) / 2));
    width: min(360px, calc(100vw - 40px));
    padding: 18px;
    border: 1px solid var(--dhv-line);
    border-radius: 12px;
    background: var(--dhv-bg);
    box-shadow: var(--dhv-shadow);
  }
  .dhv-mobile-panel:not([hidden]) { display: block; }
  .dhv-mobile-panel .dhv-mobile-search,
  .dhv-mobile-panel .dhv-mobile-menu,
  .dhv-mobile-panel > .dhv-primary-list { display: none; }
  .dhv-mobile-panel .dhv-utility-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
  .dhv-mobile-panel .dhv-utility-menu li + li { border-top: 1px solid var(--dhv-soft-line); }
  .dhv-mobile-panel .dhv-utility-menu a { display: flex; min-height: 42px; align-items: center; font-size: 13px; font-weight: 650; }
}
