/* ============================================================
   CA2A "THE DOCKET" DESIGN SYSTEM  v3.0  (2026-09-04)
   Editorial ink/paper system, consumption-first homepage.
   Dual mode: Bone Paper (light, default) / Dark Ink (via
   prefers-color-scheme). Source of truth: ca2a-blocksy-child/
   assets/css/docket.css in nobullc/ca2a-wordpress. This
   Additional CSS mirrors it until the child theme is deployed
   through deploy-homepage.sh; clear it after that deploy.
   Sections: tokens · base · header · buttons · articles ·
   archive cards · forms · footer · dk3 front page · dk article
   components (v2.6) · author box (v2.7) · update log (v2.8) ·
   interior pages (v3.1).
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,700;12..96,800&family=Archivo:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

/* WPForms adjustments (legacy) */
.wpforms-field-clear-both { clear: both; }
.wpforms-fields-big-spacing .wpforms-field { padding: 10px 0 30px 0; }
.wpforms-submit-button-full-width { width: 100%; min-height: 60px; font-size: 16px; font-weight: 600; }
@media (min-width: 690px) and (max-width: 1000px) {
	.ct-tablet-grid > div > div { display: grid !important; grid-template-columns: repeat(3, 1fr); grid-column-gap: 30px; }
}

/* ---------- Tokens ---------- */
:root {
	--dk-bg: #efece4;
	--dk-surface: #f7f5ee;
	--dk-surface2: #e8e4d9;
	--dk-line: #d4d0c4;
	--dk-line-strong: #191b17;
	--dk-ink: #191b17;
	--dk-text: #4c4a43;
	--dk-dim: #64625a;
	--dk-accent: #a3600d;
	--dk-accent-ink: #efece4;
	--dk-accent-bg: rgba(163, 96, 13, 0.12);
	--dk-ok: #3f6d43;
	--dk-ok-bg: rgba(63, 109, 67, 0.14);
	--dk-warn: #a3600d;
	--dk-hot: #a84a28;
	--dk-hot-bg: rgba(168, 74, 40, 0.14);
	--dk-btn-bg: #191b17;
	--dk-btn-text: #efece4;
	--dk-glass: rgba(239, 236, 228, 0.84);
	--dk-cover-bg: #0f110e;
	--dk-radius: 12px;
	--dk-radius-sm: 10px;
	color-scheme: light;
}
@media (prefers-color-scheme: dark) {
	:root {
		--dk-bg: #111310;
		--dk-surface: #1a1d19;
		--dk-surface2: #22261f;
		--dk-line: #2e332d;
		--dk-line-strong: #3a403a;
		--dk-ink: #ece9e2;
		--dk-text: #a8a69e;
		--dk-dim: #9b9990;
		--dk-accent: #e0b64f;
		--dk-accent-ink: #111310;
		--dk-accent-bg: rgba(224, 182, 79, 0.14);
		--dk-ok: #8fb891;
		--dk-ok-bg: rgba(125, 162, 127, 0.16);
		--dk-warn: #e0b64f;
		--dk-hot: #d98a63;
		--dk-hot-bg: rgba(201, 111, 74, 0.18);
		--dk-btn-bg: #e0b64f;
		--dk-btn-text: #111310;
		--dk-glass: rgba(17, 19, 16, 0.82);
		color-scheme: dark;
	}
}

:root {
	--theme-palette-color-1: var(--dk-accent);
	--theme-palette-color-2: var(--dk-ink);
	--theme-palette-color-3: var(--dk-text);
	--theme-palette-color-4: var(--dk-ink);
	--theme-palette-color-5: var(--dk-line);
	--theme-palette-color-6: var(--dk-surface);
	--theme-palette-color-7: var(--dk-surface);
	--theme-palette-color-8: var(--dk-bg);
	--theme-text-color: var(--dk-text);
	--theme-headings-color: var(--dk-ink);
	--theme-link-initial-color: var(--dk-accent);
	--theme-link-hover-color: var(--dk-ink);
	--theme-button-background-initial-color: var(--dk-btn-bg);
	--theme-button-background-hover-color: var(--dk-accent);
	--theme-button-text-initial-color: var(--dk-btn-text);
	--theme-button-text-hover-color: var(--dk-accent-ink);
	--theme-font-family: 'Archivo', sans-serif;
	--theme-button-font-family: 'Archivo', sans-serif;
	--theme-border-radius: var(--dk-radius-sm);
}

/* ---------- Base ---------- */
body { background: var(--dk-bg) !important; font-family: 'Archivo', sans-serif; font-size: 17px; line-height: 1.75; color: var(--dk-text); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6, .entry-title, .page-title, .ct-module-title {
	font-family: 'Bricolage Grotesque', 'Archivo', sans-serif !important;
	color: var(--dk-ink); font-weight: 700; letter-spacing: -.015em; text-wrap: pretty;
}
h1 { line-height: 1.08; } h2 { line-height: 1.18; }
a { color: var(--dk-accent); }
a:hover { color: var(--dk-ink); }
.dk-mono, .dk3-mono { font-family: 'IBM Plex Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }

/* ---------- Header ---------- */
header.ct-header { background: var(--dk-glass); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--dk-line); }
header.ct-header [data-sticky] { background: var(--dk-glass) !important; }
.site-title, .site-title a {
	font-family: 'Bricolage Grotesque', sans-serif !important;
	font-size: 23px !important; font-weight: 800 !important;
	letter-spacing: -.01em !important; color: var(--dk-ink) !important;
	text-transform: none !important;
}
.ct-menu-link, header nav a, .menu-container a, header .ct-header a.ct-menu-link {
	font-family: 'Archivo', sans-serif !important;
	font-size: 14.5px !important; font-weight: 500 !important;
	letter-spacing: 0 !important; text-transform: none !important;
	color: var(--dk-text) !important;
}
.ct-menu-link:hover, header nav a:hover, .menu-container a:hover,
.current-menu-item > .ct-menu-link, .current-menu-ancestor > .ct-menu-link { color: var(--dk-accent) !important; }
.ct-header .sub-menu, .ct-header ul.sub-menu {
	background: var(--dk-surface) !important; border: 1px solid var(--dk-line) !important;
	box-shadow: 0 24px 50px -30px rgba(0, 0, 0, .5) !important; border-radius: var(--dk-radius-sm);
}
.ct-header .sub-menu .ct-menu-link { color: var(--dk-text) !important; }
.ct-header .sub-menu .ct-menu-link:hover { color: var(--dk-accent) !important; background: transparent !important; }
.ct-panel, .ct-panel-inner, .ct-panel-content { background: var(--dk-bg) !important; color: var(--dk-text) !important; }
.ct-panel a { color: var(--dk-text) !important; }
.ct-panel a:hover { color: var(--dk-accent) !important; }
.ct-header .ct-icon, .ct-header svg { fill: var(--dk-ink) !important; }
.ct-header .ct-button { font-size: 14px !important; padding: 9px 20px; }

/* ---------- Buttons ---------- */
.ct-button, button, .wp-block-button__link, input[type=submit], .dk3-btn {
	font-family: 'Archivo', sans-serif !important; font-weight: 600; letter-spacing: .01em;
	background: var(--dk-btn-bg); color: var(--dk-btn-text);
	border-radius: var(--dk-radius-sm); border: 1px solid var(--dk-btn-bg);
	text-transform: none; box-shadow: none !important; text-decoration: none;
}
.ct-button:hover, .wp-block-button__link:hover, .dk3-btn:hover { background: var(--dk-accent); color: var(--dk-accent-ink); border-color: var(--dk-accent); }
.is-style-outline .wp-block-button__link { background: transparent; color: var(--dk-ink); border: 1.5px solid var(--dk-line-strong); }
.is-style-outline .wp-block-button__link:hover { background: transparent; color: var(--dk-accent); border-color: var(--dk-accent); }
.dk3-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; font-size: 15px; }
.dk3-btn--primary { background: var(--dk-accent); color: var(--dk-accent-ink); border-color: var(--dk-accent); }
.dk3-btn--primary:hover { background: var(--dk-ink); color: var(--dk-bg); border-color: var(--dk-ink); }

/* ---------- Single posts and pages ---------- */
article.post, .single article, .page article { background: transparent !important; border: none !important; }
.entry-meta a[rel="tag"], .ct-post-categories a {
	font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; font-weight: 600;
	letter-spacing: .08em; text-transform: uppercase; color: var(--dk-accent);
	background: transparent; border: 1px solid var(--dk-line); border-radius: 999px; padding: 3px 10px;
}
.entry-meta, .ct-meta-element { font-family: 'IBM Plex Mono', monospace; font-size: 13px; letter-spacing: .04em; color: var(--dk-dim); }
blockquote { border-left: 2px solid var(--dk-accent); background: var(--dk-surface); border-radius: 0 var(--dk-radius-sm) var(--dk-radius-sm) 0; color: var(--dk-text); }
hr, .wp-block-separator { border-color: var(--dk-line); }
.hero-section, .ct-section-tint { background-color: var(--dk-surface) !important; }

/* ---------- Archive cards ---------- */
.entry-card { background: var(--dk-surface); border: 1px solid var(--dk-line); border-radius: var(--dk-radius); transition: border-color .15s ease, transform .18s ease; box-shadow: none; overflow: hidden; }
.entry-card:hover { border-color: var(--dk-accent); box-shadow: none; transform: translateY(-2px); }
.entry-card .entry-title a { color: var(--dk-ink); }
.entry-card .entry-title a:hover { color: var(--dk-accent); }
.entry-card .ct-media-container { background: var(--dk-cover-bg); }
.entry-card .ct-media-container img { object-fit: contain; }

/* ---------- Forms ---------- */
input[type=text], input[type=email], input[type=search], textarea, select {
	background: var(--dk-surface); color: var(--dk-ink);
	border: 1px solid var(--dk-line); border-radius: var(--dk-radius-sm);
}
input:focus, textarea:focus, select:focus { border-color: var(--dk-accent); outline: 1px solid var(--dk-accent); outline-offset: 1px; }

/* ---------- Footer ---------- */
footer.ct-footer { background: var(--dk-bg); border-top: 1px solid var(--dk-line); color: var(--dk-dim); }
footer.ct-footer a { color: var(--dk-text); }
footer.ct-footer a:hover { color: var(--dk-accent); }

/* ============================================================
   DK3 FRONT PAGE (Docket v3)
   ============================================================ */
.dk3-home { --dk3-gap: 20px; }
.dk3-home p { margin-bottom: 0; }
.dk3-home .wp-block-columns { margin-bottom: 0; gap: var(--dk3-gap); }
.dk3-home .wp-block-column { min-width: 0; }
.dk3-home .wp-block-group.is-layout-flex { gap: 12px; }

.dk3-kick { font-family: 'IBM Plex Mono', monospace !important; font-size: 11.5px !important; font-weight: 600; color: var(--dk-accent) !important; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 6px !important; }
.dk3-idx, .dk3-card__more { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--dk-dim); }
.dk3-idx a, .dk3-card__more a { color: var(--dk-dim); text-decoration: none; }
.dk3-idx a:hover, .dk3-card__more a:hover { color: var(--dk-accent); }

/* Cards */
.dk3-card { background: var(--dk-surface); border: 1px solid var(--dk-line); border-radius: var(--dk-radius); padding: 6px 24px 10px; }
.dk3-card__head { padding: 14px 0 12px; border-bottom: 1px solid var(--dk-line-strong); align-items: center; }
.dk3-card__head--inner { border-top: 1px solid var(--dk-line-strong); border-bottom: 0; margin-top: 6px; padding: 16px 0 10px; }
.dk3-card__title { font-family: 'IBM Plex Mono', monospace; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--dk-ink); }
.dk3-card__title--live::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 10px; border-radius: 999px; background: var(--dk-ok); box-shadow: 0 0 0 4px var(--dk-ok-bg); vertical-align: 1px; }

/* Pills and tags */
.dk3-pill, .dk3-course__num .dk3-pill { display: inline-flex; align-items: center; height: 24px; padding: 0 10px; border-radius: 999px; font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; color: var(--dk-dim); background: var(--dk-surface2); }
.dk3-pill--ok { color: var(--dk-ok); background: var(--dk-ok-bg); }
.dk3-pill--warn { color: var(--dk-accent); background: var(--dk-accent-bg); }
.dk3-pill--hot { color: var(--dk-hot); background: var(--dk-hot-bg); }
.dk3-pill--neutral { color: var(--dk-dim); background: var(--dk-surface2); }
.dk3-tag { display: inline-flex; align-items: center; height: 22px; padding: 0 8px; margin-top: 6px; border-radius: 6px; border: 1px solid var(--dk-line); font-size: 12px; font-weight: 500; color: var(--dk-text); }

/* Section heads */
.dk3-sechead { align-items: flex-end; justify-content: space-between; padding: 56px 0 18px; flex-wrap: wrap; }
.dk3-sechead h2 { font-size: clamp(26px, 2.6vw, 34px) !important; font-weight: 800 !important; margin: 0 !important; }
.dk3-sechead .dk3-kick { margin-bottom: 4px !important; }

/* Hero */
.dk3-hero { padding-top: 40px; align-items: flex-start; gap: 48px !important; }
.dk3-hero__main > * + * { margin-top: 22px; }
.dk3-latest { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font-size: 14px; font-weight: 500; }
.dk3-latest strong { display: inline-flex; align-items: center; height: 24px; padding: 0 10px; border-radius: 999px; font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--dk-hot); background: var(--dk-hot-bg); }
.dk3-latest a { color: var(--dk-ink); text-decoration: none; }
.dk3-latest a:hover { color: var(--dk-accent); }
.dk3-latest span { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--dk-dim); }
.dk3-hero h1 { font-size: clamp(40px, 4.4vw, 62px) !important; line-height: 1.02 !important; font-weight: 800 !important; letter-spacing: -.02em; max-width: 14ch; margin: 26px 0 0 !important; }
.dk3-hero .dk3-alt { color: var(--dk-dim); font-weight: 500; }
.dk3-hero__sub { font-size: 18px !important; line-height: 1.6; color: var(--dk-text) !important; max-width: 36em; }

.dk3-search.wp-block-search { max-width: 760px; }
.dk3-search .wp-block-search__inside-wrapper { min-height: 60px; padding: 6px 6px 6px 18px; border-radius: 14px; background: var(--dk-surface); border: 1px solid var(--dk-line-strong); box-shadow: 0 24px 50px -30px rgba(0, 0, 0, .7); }
.dk3-search .wp-block-search__input { border: 0 !important; background: transparent !important; box-shadow: none !important; font-size: 17px; padding-left: 0; min-width: 0; width: 100%; }
.dk3-search .wp-block-search__input:focus { outline: none; }
.dk3-search .wp-block-search__button { margin: 0; min-height: 46px; padding: 0 22px; border-radius: var(--dk-radius-sm); background: var(--dk-accent); color: var(--dk-accent-ink); border-color: var(--dk-accent); font-size: 15px; }
.dk3-search .wp-block-search__button:hover { background: var(--dk-ink); color: var(--dk-bg); border-color: var(--dk-ink); }

.dk3-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 12px !important; }
.dk3-chips__label { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--dk-dim); margin-right: 4px; }
.dk3-chips a, .dk3-filters a { display: inline-flex; align-items: center; height: 32px; padding: 0 14px; border-radius: 999px; background: var(--dk-surface); border: 1px solid var(--dk-line); font-size: 13.5px; font-weight: 500; color: var(--dk-text); text-decoration: none; transition: border-color .15s ease, color .15s ease; }
.dk3-chips a:hover, .dk3-filters a:hover { border-color: var(--dk-accent); color: var(--dk-ink); }
.dk3-filters { display: flex; flex-wrap: wrap; gap: 6px; }
.dk3-filters a.is-on { background: var(--dk-ink); color: var(--dk-bg); border-color: var(--dk-ink); }

.dk3-hero__main .dk3-kick { margin-top: 30px !important; margin-bottom: 10px !important; }
.dk3-personas { gap: 12px !important; }
.dk3-persona { background: var(--dk-surface); border: 1px solid var(--dk-line); border-radius: var(--dk-radius); padding: 18px; transition: transform .18s ease, border-color .18s ease; }
.dk3-persona:hover { transform: translateY(-2px); border-color: var(--dk-accent); }
.dk3-persona::before { content: ""; display: block; width: 28px; height: 3px; border-radius: 2px; background: var(--dk-accent); margin-bottom: 14px; }
.dk3-persona h3 { font-size: 17px !important; margin: 0 0 8px !important; }
.dk3-persona h3 a { color: var(--dk-ink); text-decoration: none; }
.dk3-persona h3 a:hover { color: var(--dk-accent); }
.dk3-persona p { font-size: 13.5px; line-height: 1.5; color: var(--dk-dim); }

/* Calendar rail */
.dk3-hero__rail { padding-top: 36px; }
.dk3-cal { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 4px 16px; padding: 16px 0; border-top: 1px solid var(--dk-line); }
.dk3-cal:nth-of-type(2) { border-top: 0; }
.dk3-cal__date { grid-row: 1 / span 3; align-self: start; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 6px 0; border-radius: 8px; background: var(--dk-surface2); font-family: 'Bricolage Grotesque', sans-serif; font-size: 22px; font-weight: 800; line-height: 1.1; color: var(--dk-ink); text-align: center; }
.dk3-cal__date::first-line { font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--dk-dim); }
.dk3-cal__date--hot { background: var(--dk-hot-bg); color: var(--dk-hot); }
.dk3-cal__date--tbd { font-size: 16px; }
.dk3-cal__title { font-family: 'Bricolage Grotesque', sans-serif; font-size: 16px; font-weight: 700; line-height: 1.3; color: var(--dk-ink); }
.dk3-cal__title a { color: var(--dk-ink); text-decoration: none; }
.dk3-cal__title a:hover { color: var(--dk-accent); }
.dk3-cal__sub { font-size: 13.5px; color: var(--dk-dim); }
.dk3-cal .dk3-tag { justify-self: start; }

/* Changelog */
.dk3-changelog { padding-top: 8px; gap: 48px !important; align-items: flex-start; }
.dk3-changelog .dk3-sechead { padding-top: 48px; }
.dk3-feedcard { padding: 6px 28px 10px; }
.dk3-feed .wp-block-post-template { display: block; margin: 0; padding: 0; list-style: none; }
.dk3-feed .wp-block-post { margin: 0; }
.dk3-feed .wp-block-post[hidden] { display: none; }
.dk3-feed__item { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 4px 24px; padding: 18px 0; border-bottom: 1px solid var(--dk-line); position: relative; }
.dk3-feed__item::before { content: ""; position: absolute; left: 161px; top: 0; bottom: 0; width: 1px; background: var(--dk-line); }
.dk3-feed__item::after { content: ""; position: absolute; left: 157px; top: 26px; width: 9px; height: 9px; border-radius: 999px; background: var(--dk-accent); border: 2px solid var(--dk-surface); }
.dk3-feed .wp-block-post:last-child .dk3-feed__item { border-bottom: 0; }
.dk3-feed__date { grid-column: 1; grid-row: 1; font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--dk-dim); text-align: right; padding-right: 30px; padding-top: 4px; }
.dk3-feed__cat { grid-column: 2; grid-row: 1; display: flex; flex-wrap: wrap; gap: 6px; font-size: 11px; }
.dk3-feed__cat a { display: inline-flex; align-items: center; height: 22px; padding: 0 9px; border-radius: 999px; font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--dk-accent); background: var(--dk-accent-bg); text-decoration: none; }
.dk3-feed__cat .wp-block-post-terms__separator { display: none; }
.dk3-feed__title { grid-column: 2; font-size: 19px !important; line-height: 1.3 !important; margin: 4px 0 0 !important; }
.dk3-feed__title a { color: var(--dk-ink); text-decoration: none; }
.dk3-feed__title a:hover { color: var(--dk-accent); }
.dk3-feed__excerpt { grid-column: 2; font-size: 14.5px; line-height: 1.6; color: var(--dk-text); }
.dk3-feed__excerpt .wp-block-post-excerpt__more-text { display: none; }
.dk3-feed.is-empty::after { content: "Nothing in this filter yet."; display: block; padding: 24px 0; color: var(--dk-dim); }
.dk3-feed__more { padding: 14px 0 6px; border-top: 1px solid var(--dk-line); }
.dk3-feed__more .wp-block-button__link { min-height: 40px; padding: 0 18px; font-size: 14px; }

/* Rail: subscribe + verified */
.dk3-rail { position: sticky; top: 96px; padding-top: 48px; }
.dk3-rail > * + * { margin-top: 16px; }
.dk3-verified { padding: 18px 20px; }
.dk3-verified p:last-child { font-size: 13.5px; line-height: 1.55; color: var(--dk-dim); margin-top: 8px; }

/* Subscribe */
.dk3-subscribe { position: relative; overflow: hidden; border-radius: var(--dk-radius); }
.dk3-subscribe__title { font-family: 'Bricolage Grotesque', sans-serif !important; font-weight: 800 !important; margin: 0 !important; }
.dk3-subscribe__sub { font-size: 14.5px; line-height: 1.55; }
.dk3-subscribe__form { display: flex; gap: 8px; }
.dk3-subscribe__input { flex: 1; min-height: 48px; padding: 0 16px; border-radius: var(--dk-radius-sm); font-size: 15px; }
.dk3-subscribe__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.dk3-subscribe__fine { font-size: 12.5px; opacity: .75; margin-top: 8px !important; }
.dk3-subscribe__note { font-size: 14px; }
.dk3-subscribe__note--ok { color: var(--dk-ok); }
.dk3-subscribe__note--error { color: var(--dk-hot); }
.dk3-subscribe--rail { background: var(--dk-ink); color: var(--dk-bg); padding: 28px 26px; }
.dk3-subscribe--rail::before { content: ""; position: absolute; right: -120px; top: -140px; width: 320px; height: 320px; border-radius: 999px; background: radial-gradient(closest-side, var(--dk-accent), transparent); opacity: .4; pointer-events: none; }
.dk3-subscribe--rail > * { position: relative; }
.dk3-subscribe--rail .dk3-subscribe__title { font-size: 26px !important; line-height: 1.12; color: var(--dk-bg); margin: 12px 0 10px !important; }
.dk3-subscribe--rail .dk3-subscribe__sub { opacity: .8; margin-bottom: 16px; }
.dk3-subscribe--rail .dk3-subscribe__form { flex-direction: column; }
.dk3-subscribe--rail .dk3-subscribe__input { background: transparent; border: 1px solid var(--dk-bg); color: var(--dk-bg); opacity: .8; }
.dk3-subscribe--rail .dk3-subscribe__input::placeholder { color: var(--dk-bg); opacity: .7; }
.dk3-subscribe--band { margin-top: 56px; padding: 36px 40px; background: var(--dk-surface); border: 1px solid var(--dk-line); display: grid; grid-template-columns: minmax(0, 1fr) 460px; gap: 40px; align-items: center; }
.dk3-subscribe--band .dk3-subscribe__title { font-size: 26px !important; line-height: 1.15; margin: 8px 0 6px !important; }
.dk3-subscribe--band .dk3-subscribe__sub { color: var(--dk-dim); }
.dk3-subscribe--band .dk3-subscribe__input { background: var(--dk-bg); border: 1px solid var(--dk-line-strong); color: var(--dk-ink); }
.dk3-subscribe--band .dk3-subscribe__fine, .dk3-subscribe--band .dk3-subscribe__note { grid-column: 2; margin-top: -30px !important; }

/* Trackers */
.dk3-trackers { align-items: flex-start; }
.dk3-bill { display: grid; grid-template-columns: 110px minmax(0, 1fr) 200px; grid-template-areas: "id title steps" "id note steps"; gap: 4px 20px; align-items: center; padding: 16px 0; border-top: 1px solid var(--dk-line); }
.dk3-bill:nth-of-type(2) { border-top: 0; }
.dk3-bill__id { grid-area: id; font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 700; color: var(--dk-ink); }
.dk3-bill__id a { color: var(--dk-ink); text-decoration: none; }
.dk3-bill__id a:hover { color: var(--dk-accent); }
.dk3-bill__title { grid-area: title; font-size: 14.5px; font-weight: 500; color: var(--dk-ink); }
.dk3-bill__note { grid-area: note; font-size: 13px; color: var(--dk-dim); }
.dk3-bill .dk3-steps { grid-area: steps; }

.dk3-steps { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--dk-accent); padding-top: 12px; }
.dk3-steps::before { content: ""; display: block; height: 5px; border-radius: 3px; margin-bottom: 6px; background: var(--dk-line); }
.dk3-steps--ok { color: var(--dk-ok); }
.dk3-steps--1of5, .dk3-steps--2of5 { color: var(--dk-dim); }
.dk3-case .dk3-steps { padding-top: 0; }
.dk3-case .dk3-steps::before { margin-bottom: 8px; }
.dk3-steps--1of4::before { background: linear-gradient(90deg, var(--dk-ink) 0.0% 23.5%, transparent 23.5% 25.5%, var(--dk-line) 25.5% 49.0%, transparent 49.0% 51.0%, var(--dk-line) 51.0% 74.5%, transparent 74.5% 76.5%, var(--dk-line) 76.5% 100.0%); }
.dk3-steps--1of4.dk3-steps--ok::before { background: linear-gradient(90deg, var(--dk-ok) 0.0% 23.5%, transparent 23.5% 25.5%, var(--dk-ok) 25.5% 49.0%, transparent 49.0% 51.0%, var(--dk-ok) 51.0% 74.5%, transparent 74.5% 76.5%, var(--dk-ok) 76.5% 100.0%); }
.dk3-steps--2of4::before { background: linear-gradient(90deg, var(--dk-accent) 0.0% 23.5%, transparent 23.5% 25.5%, var(--dk-ink) 25.5% 49.0%, transparent 49.0% 51.0%, var(--dk-line) 51.0% 74.5%, transparent 74.5% 76.5%, var(--dk-line) 76.5% 100.0%); }
.dk3-steps--2of4.dk3-steps--ok::before { background: linear-gradient(90deg, var(--dk-ok) 0.0% 23.5%, transparent 23.5% 25.5%, var(--dk-ok) 25.5% 49.0%, transparent 49.0% 51.0%, var(--dk-ok) 51.0% 74.5%, transparent 74.5% 76.5%, var(--dk-ok) 76.5% 100.0%); }
.dk3-steps--3of4::before { background: linear-gradient(90deg, var(--dk-accent) 0.0% 23.5%, transparent 23.5% 25.5%, var(--dk-accent) 25.5% 49.0%, transparent 49.0% 51.0%, var(--dk-ink) 51.0% 74.5%, transparent 74.5% 76.5%, var(--dk-line) 76.5% 100.0%); }
.dk3-steps--3of4.dk3-steps--ok::before { background: linear-gradient(90deg, var(--dk-ok) 0.0% 23.5%, transparent 23.5% 25.5%, var(--dk-ok) 25.5% 49.0%, transparent 49.0% 51.0%, var(--dk-ok) 51.0% 74.5%, transparent 74.5% 76.5%, var(--dk-ok) 76.5% 100.0%); }
.dk3-steps--4of4::before { background: linear-gradient(90deg, var(--dk-accent) 0.0% 23.5%, transparent 23.5% 25.5%, var(--dk-accent) 25.5% 49.0%, transparent 49.0% 51.0%, var(--dk-accent) 51.0% 74.5%, transparent 74.5% 76.5%, var(--dk-ink) 76.5% 100.0%); }
.dk3-steps--4of4.dk3-steps--ok::before { background: linear-gradient(90deg, var(--dk-ok) 0.0% 23.5%, transparent 23.5% 25.5%, var(--dk-ok) 25.5% 49.0%, transparent 49.0% 51.0%, var(--dk-ok) 51.0% 74.5%, transparent 74.5% 76.5%, var(--dk-ok) 76.5% 100.0%); }
.dk3-steps--1of5::before { background: linear-gradient(90deg, var(--dk-ink) 0.0% 18.4%, transparent 18.4% 20.4%, var(--dk-line) 20.4% 38.8%, transparent 38.8% 40.8%, var(--dk-line) 40.8% 59.2%, transparent 59.2% 61.2%, var(--dk-line) 61.2% 79.6%, transparent 79.6% 81.6%, var(--dk-line) 81.6% 100.0%); }
.dk3-steps--1of5.dk3-steps--ok::before { background: linear-gradient(90deg, var(--dk-ok) 0.0% 18.4%, transparent 18.4% 20.4%, var(--dk-ok) 20.4% 38.8%, transparent 38.8% 40.8%, var(--dk-ok) 40.8% 59.2%, transparent 59.2% 61.2%, var(--dk-ok) 61.2% 79.6%, transparent 79.6% 81.6%, var(--dk-ok) 81.6% 100.0%); }
.dk3-steps--2of5::before { background: linear-gradient(90deg, var(--dk-accent) 0.0% 18.4%, transparent 18.4% 20.4%, var(--dk-ink) 20.4% 38.8%, transparent 38.8% 40.8%, var(--dk-line) 40.8% 59.2%, transparent 59.2% 61.2%, var(--dk-line) 61.2% 79.6%, transparent 79.6% 81.6%, var(--dk-line) 81.6% 100.0%); }
.dk3-steps--2of5.dk3-steps--ok::before { background: linear-gradient(90deg, var(--dk-ok) 0.0% 18.4%, transparent 18.4% 20.4%, var(--dk-ok) 20.4% 38.8%, transparent 38.8% 40.8%, var(--dk-ok) 40.8% 59.2%, transparent 59.2% 61.2%, var(--dk-ok) 61.2% 79.6%, transparent 79.6% 81.6%, var(--dk-ok) 81.6% 100.0%); }
.dk3-steps--3of5::before { background: linear-gradient(90deg, var(--dk-accent) 0.0% 18.4%, transparent 18.4% 20.4%, var(--dk-accent) 20.4% 38.8%, transparent 38.8% 40.8%, var(--dk-ink) 40.8% 59.2%, transparent 59.2% 61.2%, var(--dk-line) 61.2% 79.6%, transparent 79.6% 81.6%, var(--dk-line) 81.6% 100.0%); }
.dk3-steps--3of5.dk3-steps--ok::before { background: linear-gradient(90deg, var(--dk-ok) 0.0% 18.4%, transparent 18.4% 20.4%, var(--dk-ok) 20.4% 38.8%, transparent 38.8% 40.8%, var(--dk-ok) 40.8% 59.2%, transparent 59.2% 61.2%, var(--dk-ok) 61.2% 79.6%, transparent 79.6% 81.6%, var(--dk-ok) 81.6% 100.0%); }
.dk3-steps--4of5::before { background: linear-gradient(90deg, var(--dk-accent) 0.0% 18.4%, transparent 18.4% 20.4%, var(--dk-accent) 20.4% 38.8%, transparent 38.8% 40.8%, var(--dk-accent) 40.8% 59.2%, transparent 59.2% 61.2%, var(--dk-ink) 61.2% 79.6%, transparent 79.6% 81.6%, var(--dk-line) 81.6% 100.0%); }
.dk3-steps--4of5.dk3-steps--ok::before { background: linear-gradient(90deg, var(--dk-ok) 0.0% 18.4%, transparent 18.4% 20.4%, var(--dk-ok) 20.4% 38.8%, transparent 38.8% 40.8%, var(--dk-ok) 40.8% 59.2%, transparent 59.2% 61.2%, var(--dk-ok) 61.2% 79.6%, transparent 79.6% 81.6%, var(--dk-ok) 81.6% 100.0%); }
.dk3-steps--5of5::before { background: linear-gradient(90deg, var(--dk-accent) 0.0% 18.4%, transparent 18.4% 20.4%, var(--dk-accent) 20.4% 38.8%, transparent 38.8% 40.8%, var(--dk-accent) 40.8% 59.2%, transparent 59.2% 61.2%, var(--dk-accent) 61.2% 79.6%, transparent 79.6% 81.6%, var(--dk-ink) 81.6% 100.0%); }
.dk3-steps--5of5.dk3-steps--ok::before { background: linear-gradient(90deg, var(--dk-ok) 0.0% 18.4%, transparent 18.4% 20.4%, var(--dk-ok) 20.4% 38.8%, transparent 38.8% 40.8%, var(--dk-ok) 40.8% 59.2%, transparent 59.2% 61.2%, var(--dk-ok) 61.2% 79.6%, transparent 79.6% 81.6%, var(--dk-ok) 81.6% 100.0%); }

.dk3-law { gap: 10px !important; padding-bottom: 8px; }
.dk3-law .wp-block-column > * + * { margin-top: 10px; }
.dk3-law__item { padding: 12px 14px; border-radius: var(--dk-radius-sm); background: var(--dk-surface2); }
.dk3-law__id { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-family: 'Bricolage Grotesque', sans-serif; font-size: 15px; font-weight: 700; color: var(--dk-ink); }
.dk3-law__id a { color: var(--dk-ink); text-decoration: none; }
.dk3-law__id a:hover { color: var(--dk-accent); }
.dk3-law__id span { font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--dk-dim); }
.dk3-law__id .dk3-law__hot { display: inline-flex; align-items: center; height: 20px; padding: 0 8px; border-radius: 999px; font-weight: 600; color: var(--dk-hot); background: var(--dk-hot-bg); }
.dk3-law__item p:last-child { font-size: 13px; color: var(--dk-text); margin-top: 4px; }

.dk3-case { display: grid; grid-template-columns: minmax(0, 1fr) 120px; grid-template-areas: "no steps" "nm steps" "sub steps"; gap: 2px 20px; align-items: center; padding: 16px 0; border-top: 1px solid var(--dk-line); }
.dk3-case:nth-of-type(2) { border-top: 0; }
.dk3-case__no { grid-area: no; font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--dk-dim); }
.dk3-case__nm { grid-area: nm; font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 700; color: var(--dk-ink); }
.dk3-case__nm a { color: var(--dk-ink); text-decoration: none; }
.dk3-case__nm a:hover { color: var(--dk-accent); }
.dk3-case__sub { grid-area: sub; font-size: 13px; color: var(--dk-text); }
.dk3-case .dk3-steps { grid-area: steps; display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
.dk3-case .dk3-steps::before { width: 100%; }

.dk3-roster { margin-top: var(--dk3-gap); }
.dk3-roster__row { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 12px 0; border-top: 1px solid var(--dk-line); }
.dk3-roster__row:nth-of-type(2) { border-top: 0; }
.dk3-roster__d { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--dk-dim); }
.dk3-roster__t { font-size: 14px; font-weight: 500; color: var(--dk-ink); }

/* Guides and courses (tabbed) */
.dk3-tabs__nav { gap: 4px; padding: 4px; border-radius: 999px; background: var(--dk-surface); border: 1px solid var(--dk-line); }
.dk3-tab .wp-block-button__link { min-height: 36px; padding: 0 18px; border-radius: 999px; border: 0; background: transparent; color: var(--dk-text); font-size: 14px; }
.dk3-tab .wp-block-button__link:hover { background: transparent; color: var(--dk-ink); border: 0; }
.dk3-tab .wp-block-button__link.is-on { background: var(--dk-ink); color: var(--dk-bg); }
.dk3-panel[hidden] { display: none; }
.dk3-guidegrid .wp-block-post-template { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.dk3-guidegrid .wp-block-post { margin: 0; }
.dk3-guide { padding: 0; overflow: hidden; transition: transform .18s ease, border-color .18s ease; height: 100%; }
.dk3-guide:hover { transform: translateY(-2px); border-color: var(--dk-accent); }
.dk3-guide__cover { margin: 0; background: var(--dk-cover-bg); }
.dk3-guide__cover img { object-fit: contain !important; }
.dk3-guide__body { padding: 16px 18px 18px; }
.dk3-guide__cat { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; font-size: 11px; }
.dk3-guide__cat a { display: inline-flex; align-items: center; height: 22px; padding: 0 8px; border-radius: 6px; border: 1px solid var(--dk-line); font-size: 12px; font-weight: 500; color: var(--dk-text); text-decoration: none; }
.dk3-guide__cat .wp-block-post-terms__separator { display: none; }
.dk3-guide__title { font-size: 16.5px !important; line-height: 1.25 !important; margin: 0 !important; }
.dk3-guide__title a { color: var(--dk-ink); text-decoration: none; }
.dk3-guide__title a:hover { color: var(--dk-accent); }
.dk3-coursegrid { gap: 16px !important; }
.dk3-course { padding: 22px; }
.dk3-course__num { display: flex; justify-content: space-between; align-items: center; font-family: 'Bricolage Grotesque', sans-serif; font-size: 22px; font-weight: 800; color: var(--dk-accent); margin-bottom: 12px !important; }
.dk3-course h3 { font-size: 18px !important; margin: 0 0 8px !important; }
.dk3-course h3 a { color: var(--dk-ink); text-decoration: none; }
.dk3-course h3 a:hover { color: var(--dk-accent); }
.dk3-course p:last-child { font-size: 14px; color: var(--dk-dim); }
.dk3-course--community { background: var(--dk-ink); color: var(--dk-bg); border-color: var(--dk-ink); }
.dk3-course--community h3 { color: var(--dk-bg); }
.dk3-course--community p { color: var(--dk-bg); opacity: .85; }
.dk3-course--community .wp-block-buttons { margin-top: 14px; }
.dk3-course--community .wp-block-button__link { background: var(--dk-accent); color: var(--dk-accent-ink); border-color: var(--dk-accent); min-height: 42px; padding: 0 18px; font-size: 14px; }

/* Responsive */
@media (max-width: 1100px) {
	.dk3-guidegrid .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dk3-bill { grid-template-columns: 96px minmax(0, 1fr) 150px; }
}
@media (max-width: 999px) {
	.dk3-hero, .dk3-changelog, .dk3-trackers { flex-wrap: wrap !important; }
	.dk3-hero > .wp-block-column, .dk3-changelog > .wp-block-column, .dk3-trackers > .wp-block-column { flex-basis: 100% !important; }
	.dk3-hero__rail { padding-top: 0; }
	.dk3-rail { position: static; padding-top: 0; }
	.dk3-personas { flex-wrap: wrap !important; }
	.dk3-personas > .wp-block-column { flex-basis: calc(50% - 6px) !important; }
	.dk3-subscribe--band { grid-template-columns: 1fr; gap: 20px; }
	.dk3-subscribe--band .dk3-subscribe__fine, .dk3-subscribe--band .dk3-subscribe__note { grid-column: 1; margin-top: 0 !important; }
}
@media (max-width: 781px) {
	.dk3-hero h1 { font-size: clamp(36px, 10vw, 44px) !important; }
	.dk3-hero__sub { font-size: 16px !important; }
	.dk3-search .wp-block-search__inside-wrapper { min-height: 52px; }
	.dk3-search .wp-block-search__input { font-size: 15px; }
	.dk3-search .wp-block-search__button { padding: 0 14px; }
	.dk3-chips { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; margin-right: -20px; padding-right: 20px; }
	.dk3-chips a { flex: none; }
	.dk3-personas > .wp-block-column { flex-basis: 100% !important; }
	.dk3-feedcard { padding: 4px 16px 8px; }
	.dk3-feed__item { grid-template-columns: minmax(0, 1fr); padding-left: 20px; }
	.dk3-feed__item::before { left: 4px; }
	.dk3-feed__item::after { left: 0; top: 24px; }
	.dk3-feed__date { grid-column: 1; grid-row: 2; text-align: left; padding: 0; }
	.dk3-feed__cat, .dk3-feed__title, .dk3-feed__excerpt { grid-column: 1; }
	.dk3-card { padding: 4px 16px 8px; }
	.dk3-bill { grid-template-columns: minmax(0, 1fr); grid-template-areas: "id" "title" "note" "steps"; }
	.dk3-case { grid-template-columns: minmax(0, 1fr) 100px; }
	.dk3-law { flex-wrap: wrap !important; }
	.dk3-guidegrid .wp-block-post-template { grid-template-columns: 1fr; }
	.dk3-coursegrid { flex-wrap: wrap !important; }
	.dk3-sechead { padding-top: 40px; }
	.dk3-subscribe--band { padding: 24px 20px; }
	.dk3-subscribe__form { flex-direction: column; }
}

/* ============================================================
   CA2A ARTICLE TEMPLATE COMPONENTS  v2.6  (2026-08-29)
   Reusable "case / change update" layout. Core Gutenberg blocks
   only (table, heading, group, paragraph, list).
   ============================================================ */
.dk-facts { border-top: 2px solid var(--dk-line-strong); border-bottom: 2px solid var(--dk-line-strong); margin: 28px 0 34px !important; }
.dk-facts table { width: 100%; border-collapse: collapse; border: none; }
.dk-facts td { border: none; border-bottom: 1px solid var(--dk-line); padding: 11px 0; vertical-align: top; }
.dk-facts tr:last-child td { border-bottom: none; }
.dk-facts td:first-child { font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--dk-dim); width: 32%; padding-right: 22px; }
.dk-facts td:last-child { font-family: 'Archivo', sans-serif; font-size: 16px; font-weight: 500; color: var(--dk-ink); }
.dk-facts figcaption { display: none; }
@media (max-width: 600px) { .dk-facts td { display: block; width: 100% !important; } .dk-facts td:first-child { border-bottom: none; padding: 11px 0 2px; } }

.dk-sec { font-family: 'IBM Plex Mono', monospace !important; font-size: 13px !important; font-weight: 600 !important; letter-spacing: .12em !important; text-transform: uppercase; color: var(--dk-accent) !important; border-bottom: 1px solid var(--dk-line-strong); padding-bottom: 9px; margin: 48px 0 20px !important; }

.dk-src { border: 1px solid var(--dk-accent); border-radius: var(--dk-radius); background: var(--dk-surface); padding: 20px 24px; margin: 24px 0; }
.dk-src p { font-size: 15.5px; margin: 0 0 10px; }
.dk-src p:last-child { margin-bottom: 0; }
.dk-src ul { margin: 10px 0 0; font-size: 15.5px; }
.dk-src li { margin-bottom: 6px; }
.dk-src .dk-cite { font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: var(--dk-dim); }

.dk-comm { border: 1px solid var(--dk-line); border-radius: var(--dk-radius); background: var(--dk-surface); padding: 28px 30px 10px; margin: 24px 0; }
.dk-comm h3 { font-size: 19px !important; margin: 0 0 7px !important; }
.dk-comm p { font-size: 16px; margin: 0 0 24px; }
.dk-comm > :last-child { margin-bottom: 22px; }
@media (max-width: 600px) { .dk-comm { padding: 22px 20px 6px; } }

.dk-thread { border-top: 2px solid var(--dk-line-strong); padding-top: 20px; margin-top: 38px; }
.dk-thread p { font-family: 'IBM Plex Mono', monospace; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--dk-dim); margin: 0 0 8px; }
.dk-thread p.dk-thread-link { font-family: 'Archivo', sans-serif; font-size: 17px; letter-spacing: 0; text-transform: none; margin: 0; }
.dk-thread a { font-weight: 600; color: var(--dk-ink) !important; text-decoration: none; border-bottom: 2px solid var(--dk-accent); padding-bottom: 2px; }
.dk-thread a:hover { color: var(--dk-accent) !important; }

/* Subscribe block inside articles (snippet or shortcode) */
.single .dk3-subscribe--band { margin: 40px 0 0; padding: 24px 26px; grid-template-columns: minmax(0, 1fr) 300px; gap: 24px; }
.single .dk3-subscribe--band .dk3-subscribe__title { font-size: 20px !important; }

/* ============================================================
   AUTHOR BIO BOX  v2.7  (2026-08-29)
   Rendered after single-post content by WPCode snippet 903.
   ============================================================ */
.dk-authorbox { border-top: 2px solid var(--dk-line-strong); border-bottom: 1px solid var(--dk-line); margin: 52px 0 0; padding: 22px 0 26px; }
.dk-authorbox .dk-ab-kick { font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--dk-dim); margin: 0 0 6px; }
.dk-authorbox .dk-ab-name { font-family: 'Bricolage Grotesque', sans-serif; font-size: 22px; font-weight: 700; line-height: 1.2; margin: 0 0 14px; }
.dk-authorbox .dk-ab-name a { color: var(--dk-ink); text-decoration: none; border-bottom: 2px solid var(--dk-accent); padding-bottom: 2px; }
.dk-authorbox .dk-ab-name a:hover { color: var(--dk-accent); }
.dk-authorbox p { font-size: 16px; line-height: 1.7; color: var(--dk-text); margin: 0 0 12px; }
.dk-authorbox p:last-child { margin-bottom: 0; font-family: 'IBM Plex Mono', monospace; font-size: 13px; letter-spacing: .03em; color: var(--dk-dim); }

/* ============================================================
   UPDATE LOG  v2.8  (2026-08-29)
   ============================================================ */
.dk-log { border: 1px solid var(--dk-line); border-radius: var(--dk-radius); background: var(--dk-surface); padding: 4px 28px 24px; margin: 46px 0 0; }
.dk-log .dk-sec { margin: 24px 0 4px !important; border-bottom-color: var(--dk-line); }
.dk-log ul, .dk-log ol { list-style: none; margin: 0; padding: 0; }
.dk-log li { border-bottom: 1px solid var(--dk-line); padding: 14px 0 15px; font-size: 15.5px; line-height: 1.65; color: var(--dk-text); }
.dk-log li:last-child { border-bottom: none; padding-bottom: 2px; }
.dk-log li strong { display: block; font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--dk-accent); margin-bottom: 4px; }
.dk-log li em { font-style: normal; color: var(--dk-dim); }
@media (max-width: 600px) { .dk-log { padding: 4px 20px 20px; } }

/* Legacy v2.5 front-page classes kept so older content still renders */
.dk-kick { font-family: 'IBM Plex Mono', monospace !important; font-size: 13px !important; font-weight: 600; color: var(--dk-accent) !important; letter-spacing: .14em; text-transform: uppercase; }
.dk-sechead { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 2px solid var(--dk-line-strong); padding: 44px 0 10px; }
.dk-sechead h2 { font-size: 29px !important; font-weight: 800 !important; margin: 0 !important; }
.dk-idx { font-family: 'IBM Plex Mono', monospace; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--dk-dim); }
.dk-art { display: grid; grid-template-columns: 110px 1fr 170px; gap: 26px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid var(--dk-line); }
.dk-art p { margin: 0 !important; }
.dk-art .dk-d { font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: var(--dk-dim); }
.dk-art .dk-t { font-family: 'Bricolage Grotesque', sans-serif; font-size: 20px; line-height: 1.3; font-weight: 700; }
.dk-art .dk-c { font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--dk-dim); text-align: right; }
@media (max-width: 781px) { .dk-art { grid-template-columns: 1fr; gap: 6px; } .dk-art .dk-c { text-align: left; } }
/* ============ end The Docket design system v3.0 ============ */

/* v3.0.1: keep the Popular label from collapsing inside the mobile chip scroller */
.dk3-chips__label { flex: none; }

/* ============================================================
   INTERIOR PAGES  v3.1  (2026-09-04)
   Page title area, prose width, tables, archive cards, search.
   Applies to every non-front page so new content inherits the
   Docket pattern without extra classes.
   ============================================================ */
/* Page title area (Blocksy hero-section) */
.hero-section { background: transparent !important; padding: 44px 0 10px; border-bottom: 0; }
.hero-section .page-title, .hero-section h1 { font-size: clamp(34px, 3.4vw, 46px) !important; font-weight: 800 !important; line-height: 1.06 !important; letter-spacing: -.02em; margin-block: 0 10px !important; max-width: 22ch; }
.hero-section .page-title::before { display: block; margin-bottom: 12px; font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--dk-accent); }
body.blog .hero-section .page-title::before { content: "Articles"; }
body.category .hero-section .page-title::before { content: "Category"; }
body.tag .hero-section .page-title::before { content: "Tag"; }
body.search .hero-section .page-title::before { content: "Search"; }
body.author .hero-section .page-title::before { content: "Author"; }
body.date .hero-section .page-title::before { content: "Archive"; }
body.page-id-825 .hero-section .page-title::before { content: "Tracker"; }
body.page-id-11 .hero-section .page-title::before { content: "About"; }
body.error404 .hero-section .page-title::before { content: "Not found"; }
.hero-section .ct-breadcrumbs, .hero-section .entry-meta { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--dk-dim); }
.hero-section .ct-breadcrumbs a { color: var(--dk-dim); }
.hero-section .ct-breadcrumbs a:hover { color: var(--dk-accent); }
.hero-section .page-description, .hero-section .taxonomy-description { font-size: 17px; color: var(--dk-text); max-width: 40em; }

/* Reading width on pages (front page and wide blocks excluded) */
body.page:not(.home) .entry-content > :is(p, h2, h3, h4, ul, ol, blockquote):not(.alignwide):not(.alignfull) { max-width: 780px; margin-inline: max((100% - var(--wp--style--global--content-size, 1280px)) / 2, 0px) auto !important; }
body.page:not(.home) .entry-content > h2 { font-size: clamp(24px, 2.4vw, 30px) !important; font-weight: 800 !important; margin-block: 44px 14px !important; padding-top: 22px; border-top: 1px solid var(--dk-line); }
body.page:not(.home) .entry-content > h2:first-child, body.page:not(.home) .entry-content > .dk3-kick + h2 { border-top: 0; padding-top: 0; margin-top: 0 !important; }
.dk3-dek { font-size: 19px !important; line-height: 1.55; color: var(--dk-text) !important; }
.dk3-updated, .entry-content > p.has-small-font-size { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 8px; background: var(--dk-surface); border: 1px solid var(--dk-line); font-family: 'IBM Plex Mono', monospace; font-size: 11.5px !important; letter-spacing: .06em; text-transform: uppercase; color: var(--dk-dim); }
.dk3-updated::before, .entry-content > p.has-small-font-size::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--dk-ok); box-shadow: 0 0 0 4px var(--dk-ok-bg); }
.entry-content > .wp-block-separator { display: none; }

/* Tables (core table block) */
.entry-content .wp-block-table { margin-block: 18px 36px !important; border: 1px solid var(--dk-line); border-radius: var(--dk-radius); background: var(--dk-surface); overflow: hidden; }
.entry-content .wp-block-table table { width: 100%; border-collapse: collapse; border: 0; font-size: 15px; }
.entry-content .wp-block-table thead th { background: var(--dk-surface2); color: var(--dk-dim); font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-align: left; padding: 12px 16px; border: 0; border-bottom: 1px solid var(--dk-line-strong); }
.entry-content .wp-block-table tbody td { padding: 16px; border: 0; border-top: 1px solid var(--dk-line); vertical-align: top; line-height: 1.55; color: var(--dk-text); background: transparent !important; }
.entry-content .wp-block-table tbody tr:first-child td { border-top: 0; }
.entry-content .wp-block-table.is-style-stripes { border-bottom: 1px solid var(--dk-line); }
.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td { background: transparent !important; }
.entry-content .wp-block-table tbody td:first-child { font-family: 'Bricolage Grotesque', sans-serif; font-size: 16px; font-weight: 700; color: var(--dk-ink); white-space: nowrap; }
.entry-content .wp-block-table tbody td:first-child a { color: var(--dk-ink); text-decoration: none; border-bottom: 2px solid var(--dk-accent); }
.entry-content .wp-block-table tbody td:first-child a:hover { color: var(--dk-accent); }
.entry-content .wp-block-table tbody td:first-child em { display: block; margin-top: 4px; font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; font-style: normal; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--dk-dim); }
.entry-content .wp-block-table tbody td:last-child a { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 600; color: var(--dk-ink); text-decoration: none; white-space: nowrap; }
.entry-content .wp-block-table tbody td:last-child a::after { content: "\2192"; color: var(--dk-accent); }
.entry-content .wp-block-table tbody td:last-child a:hover { color: var(--dk-accent); }
.entry-content .wp-block-table figcaption { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--dk-dim); padding: 10px 16px; }
.entry-content .dk-facts { background: transparent; border-left: 0; border-right: 0; border-radius: 0; }
.entry-content .dk-facts td:first-child { font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; white-space: normal; }
@media (max-width: 781px) {
	.entry-content .wp-block-table:not(.dk-facts) { overflow-x: auto; }
	.entry-content .wp-block-table:not(.dk-facts) table { min-width: 680px; }
	.entry-content .wp-block-table tbody td { padding: 12px; }
}

/* Archive cards (blog, category, tag, search) */
.entries[data-layout] { gap: 20px; }
.entry-card { --card-inner-spacing: 22px; display: flex; flex-direction: column; padding: var(--card-inner-spacing); }
.entry-card > .ct-media-container { order: -3; width: auto; margin: calc(var(--card-inner-spacing) * -1) calc(var(--card-inner-spacing) * -1) 18px; border-radius: 0; aspect-ratio: 16 / 9; background: var(--dk-cover-bg); }
.entry-card > .ct-media-container img { width: 100%; height: 100%; object-fit: contain; }
.entry-card > .ct-post-categories { order: -2; margin-bottom: 10px; }
.entry-card > .entry-title { order: -1; margin: 0 0 10px !important; font-size: 19px !important; line-height: 1.3 !important; }
.entry-card > .entry-excerpt { font-size: 14.5px; line-height: 1.6; color: var(--dk-text); }
.entry-card > .entry-meta:last-child { padding-top: 14px; }
.entry-card .ct-post-categories a, .entry-card .entry-meta a[rel="tag"] { display: inline-flex; align-items: center; height: 22px; padding: 0 9px; border-radius: 999px; font-size: 10.5px; background: var(--dk-accent-bg); border: 0; }
.entry-card .ct-meta-element + .ct-meta-element::before, .entry-card .entry-meta .ct-meta-separator { color: var(--dk-line-strong); }
.ct-pagination .ct-button, .ct-pagination a, .ct-pagination span { border-radius: 999px; }

/* Search form (Blocksy header and sidebar) */
.ct-search-form input[type=search] { border-radius: var(--dk-radius-sm); }
.ct-search-form .wp-element-button, .ct-search-form button { border-radius: var(--dk-radius-sm); }

/* Sidebar widgets */
.ct-sidebar .widget-title, .ct-sidebar .wp-block-heading { font-family: 'IBM Plex Mono', monospace !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: .1em; text-transform: uppercase; color: var(--dk-dim) !important; padding-bottom: 10px; border-bottom: 1px solid var(--dk-line-strong); }
.ct-sidebar ul { list-style: none; padding: 0; }
.ct-sidebar li { padding: 8px 0; border-bottom: 1px solid var(--dk-line); font-size: 14.5px; }
.ct-sidebar li a { color: var(--dk-text); }
.ct-sidebar li a:hover { color: var(--dk-accent); }

/* Not found */
body.error404 .page-title { max-width: none; }
/* Article extras: author box body in the text face, post navigation thumbnails */
.dk-authorbox p { font-family: 'Archivo', sans-serif; }
.dk-authorbox p + p:last-child { font-family: 'IBM Plex Mono', monospace; font-size: 13px; letter-spacing: .03em; color: var(--dk-dim); }
.post-navigation .ct-media-container, .ct-related-posts .ct-media-container { background: var(--dk-cover-bg); border-radius: 8px; overflow: hidden; }
.post-navigation .ct-media-container img, .ct-related-posts .ct-media-container img { object-fit: contain; }
.post-navigation .item-label { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--dk-dim); }
/* ============ end interior pages v3.1 ============ */

/* v3.1.1: page titles rendered inside the content header (About-style pages),
   author box body face, and desktop-only reading-column alignment */
.entry-header { padding: 44px 0 10px; }
.entry-header .page-title, .entry-header .entry-title { font-size: clamp(34px, 3.4vw, 46px) !important; font-weight: 800 !important; line-height: 1.06 !important; letter-spacing: -.02em; margin-block: 0 10px !important; max-width: 22ch; }
body.page .page-title::before { display: block; margin-bottom: 12px; font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--dk-accent); }
body.page-id-825 .page-title::before { content: "Tracker"; }
body.page-id-11 .page-title::before { content: "Who we are"; }
body.page:not(.page-id-825):not(.page-id-11):not(.home) .page-title::before { content: "CA2A"; }
.dk-authorbox p:last-child { font-family: 'Archivo', sans-serif; font-size: 16px; letter-spacing: 0; color: var(--dk-text); }
.dk-authorbox p + p:last-child { font-family: 'IBM Plex Mono', monospace; font-size: 13px; letter-spacing: .03em; color: var(--dk-dim); }
@media (max-width: 999px) {
	body.page:not(.home) .entry-content > :is(p, h2, h3, h4, ul, ol, blockquote):not(.alignwide):not(.alignfull) { margin-inline: auto !important; }
}

/* ============================================================
   READABILITY  v3.2  (2026-09-05)
   The audience skews older. Body copy moves to 19px, component
   text up one step, micro labels never below 12.5px, and the
   text tokens brighten for contrast (see docs/design.md).
   ============================================================ */
:root { --dk-text: #3a3832; --dk-dim: #5a584f; }
@media (prefers-color-scheme: dark) { :root { --dk-text: #cbc8bf; --dk-dim: #b0ada4; } }

/* Base and article prose */
body { font-size: 19px; line-height: 1.7; }
.entry-content p, .entry-content li, .entry-content blockquote { font-size: 19px; line-height: 1.7; }
.entry-content h2 { font-size: clamp(28px, 2.6vw, 34px) !important; }
.entry-content h3 { font-size: clamp(22px, 2vw, 26px) !important; }
.entry-meta, .ct-meta-element { font-size: 14px; }
.entry-meta a[rel="tag"], .ct-post-categories a { font-size: 13px; }
.dk3-dek { font-size: 21px !important; line-height: 1.55; }
.dk3-updated, .entry-content > p.has-small-font-size { font-size: 12.5px !important; }
.dk-facts td:last-child, .dk-src p, .dk-src ul, .dk-log li, .dk-comm p, .dk-authorbox p { font-size: 17.5px; }
.dk-facts td:first-child, .dk-sec, .dk-thread p, .dk-src .dk-cite, .dk-log li strong, .dk-authorbox .dk-ab-kick { font-size: 13.5px !important; }
.dk-thread p.dk-thread-link { font-size: 18px; }

/* Front page */
.dk3-hero__sub { font-size: 20px !important; }
.dk3-latest { font-size: 15.5px; }
.dk3-latest span, .dk3-latest strong, .dk3-chips__label, .dk3-kick, .dk3-idx, .dk3-card__more, .dk3-card__title, .dk3-feed__date, .dk3-case__no, .dk3-roster__d, .dk3-law__id span, .dk3-steps, .dk3-pill, .dk3-course__num .dk3-pill, .dk3-feed__cat a, .dk3-cal__date::first-line, .hero-section .ct-breadcrumbs, .hero-section .entry-meta, .hero-section .page-title::before, body.page .page-title::before { font-size: 12.5px !important; }
.dk3-tag, .dk3-guide__cat a { font-size: 13px; height: 24px; }
.dk3-chips a, .dk3-filters a { font-size: 15px; height: 36px; }
.dk3-search .wp-block-search__input { font-size: 18px; }
.dk3-persona h3 { font-size: 18.5px !important; }
.dk3-persona p, .dk3-cal__sub, .dk3-bill__note, .dk3-case__sub, .dk3-law__item p:last-child, .dk3-course p:last-child, .dk3-verified p:last-child { font-size: 15px; }
.dk3-cal__title { font-size: 17.5px; }
.dk3-feed__title { font-size: 21px !important; }
.dk3-feed__excerpt { font-size: 16px; }
.dk3-bill__id, .dk3-case__nm { font-size: 18.5px; }
.dk3-bill__title { font-size: 16px; }
.dk3-law__id { font-size: 16.5px; }
.dk3-roster__t { font-size: 15.5px; }
.dk3-guide__title { font-size: 18px !important; }
.dk3-course h3 { font-size: 19.5px !important; }
.dk3-subscribe__sub { font-size: 16px; }
.dk3-subscribe__fine { font-size: 13.5px; }
.dk3-subscribe__input { font-size: 16px; }
.dk3-btn, .dk3-tab .wp-block-button__link, .dk3-search .wp-block-search__button { font-size: 16px; }
.dk3-feed__more .wp-block-button__link { font-size: 15px; }
.dk3-steps { padding-top: 14px; }

/* Archives, tables, sidebar, footer */
.entry-card > .entry-title { font-size: 21px !important; }
.entry-card > .entry-excerpt { font-size: 16px; }
.entry-card .ct-post-categories a, .entry-card .entry-meta a[rel="tag"] { font-size: 12.5px; height: 24px; }
.entry-content .wp-block-table table { font-size: 16.5px; }
.entry-content .wp-block-table thead th { font-size: 12.5px; }
.entry-content .wp-block-table tbody td:first-child { font-size: 17.5px; }
.entry-content .wp-block-table tbody td:first-child em { font-size: 12.5px; }
.entry-content .wp-block-table tbody td:last-child a { font-size: 15px; }
.ct-sidebar li { font-size: 16px; }
.ct-sidebar .widget-title, .ct-sidebar .wp-block-heading { font-size: 13px !important; }
.ct-menu-link, header nav a, .menu-container a, header .ct-header a.ct-menu-link { font-size: 15.5px !important; }
footer.ct-footer { font-size: 15px; }
/* ============ end readability v3.2 ============ */

/* v3.2.1: keep article section rules at label size after the H3 scale-up */
.entry-content .dk-sec, .entry-content .dk-log .dk-sec { font-size: 13.5px !important; }

/* ============================================================
   v3.3 (2026-09-06): article cover, feed thumbnails, dynamic
   Latest strip, mobile jump links and inline signup, tab focus.
   Additive; earlier sections above are unchanged.
   ============================================================ */

/* Article cover: the Docket poster as a wide hero above the title area. */
.dk3-article-cover { padding-top: 28px; }
.dk3-article-cover__figure { margin: 0; }
.dk3-article-cover__img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; background: var(--dk-cover-bg); border: 1px solid var(--dk-line); border-radius: var(--dk-radius); }
.single .hero-section { padding-top: 32px; }

/* Latest strip is now a one-post Query Loop rather than hand-edited copy. */
.dk3-latest .wp-block-post-template { margin: 0; padding: 0; list-style: none; }
.dk3-latest .wp-block-post { margin: 0; }
.dk3-latest__item { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.dk3-latest__label { display: inline-flex; align-items: center; height: 24px; padding: 0 10px; margin: 0 !important; border-radius: 999px; background: var(--dk-accent); color: var(--dk-accent-ink, var(--dk-bg)); font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.dk3-home .dk3-latest h3.dk3-latest__title { display: block; font-family: 'Archivo', sans-serif !important; font-size: 15.5px !important; font-weight: 500 !important; line-height: 1.3 !important; margin: 0 !important; }
.dk3-latest__title a { color: var(--dk-ink); text-decoration: none; }
.dk3-latest__title a:hover { color: var(--dk-accent); }
.dk3-latest__date { font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--dk-dim); }

/* Jump links: a short route to each section, most useful on a phone. */
.dk3-jump { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 16px; margin-top: 18px !important; font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.dk3-jump a { color: var(--dk-dim); text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: 2px; }
.dk3-jump a:hover, .dk3-jump a:focus-visible { color: var(--dk-accent); border-bottom-color: var(--dk-accent); }
.dk3-jump__label { color: var(--dk-dim); opacity: .7; }

/* Inline signup sits under the opening search; desktop already has the rail. */
.dk3-subscribe--inline { display: none; margin-top: 18px; padding: 16px 18px; background: var(--dk-surface); border: 1px solid var(--dk-line); }
.dk3-subscribe--inline .dk3-subscribe__kick { margin: 0 0 10px !important; }
.dk3-subscribe--inline .dk3-subscribe__form { flex-direction: row; }
.dk3-subscribe--inline .dk3-subscribe__input { min-height: 44px; background: var(--dk-bg); border: 1px solid var(--dk-line-strong); color: var(--dk-ink); }
.dk3-subscribe--inline .dk3-btn { min-height: 44px; }
@media (max-width: 999px) {
	.dk3-subscribe--inline { display: block; }
}

/* Changelog entries carry their cover. */
.dk3-feed__item { grid-template-columns: 150px 168px minmax(0, 1fr); }
.dk3-feed__thumb { grid-column: 2; grid-row: 1 / span 3; margin: 2px 0 0 !important; }
.dk3-feed__thumb img, .dk3-feed__thumb a { display: block; border-radius: 8px; }
.dk3-feed__thumb img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: var(--dk-cover-bg); border: 1px solid var(--dk-line); }
.dk3-feed__cat, .dk3-feed__title, .dk3-feed__excerpt { grid-column: 3; }
@media (max-width: 781px) {
	.dk3-feed__item { grid-template-columns: minmax(0, 1fr); }
	.dk3-feed__thumb { grid-column: 1; grid-row: auto; margin-bottom: 8px !important; }
	.dk3-feed__cat, .dk3-feed__title, .dk3-feed__excerpt { grid-column: 1; }
	.dk3-jump { gap: 6px 14px; }
}

/* Keyboard users can see which tab or chip they are on. */
.dk3-tab .wp-block-button__link:focus-visible, .dk3-filters a:focus-visible, .dk3-chips a:focus-visible { outline: 2px solid var(--dk-accent); outline-offset: 2px; }

/* Phones: keep the Latest headline to two lines so the H1 stays in the first screen. */
@media (max-width: 781px) {
	/* Specificity beats the hero heading scale so the clamp actually applies. */
	.dk3-home .dk3-latest h3.dk3-latest__title { display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 15px !important; }
}

/* ============================================================
   v3.4 (2026-09-06): seal in the header, lead story in the
   changelog, balanced hero columns, in-column article hero.
   ============================================================ */

/* Header: seal beside the wordmark. */
.site-logo-container img { width: auto; }
.site-logo-container .site-title { margin-left: 12px; }

/* Hero: pull the calendar rail in step with the left column. */
.dk3-hero { padding-top: 32px; }
.dk3-hero__rail { padding-top: 28px; }
.dk3-cal { padding: 12px 0; gap: 2px 14px; }
.dk3-cal__sub { line-height: 1.45; }
.dk3-hero__main .dk3-kick { margin-top: 24px !important; }
.dk3-changelog .dk3-sechead { padding-top: 28px; }

/* Changelog: the newest entry leads with its cover at full column width; the
   rest carry a thumbnail large enough for the poster to read. */
.dk3-feed__item { grid-template-columns: 150px 232px minmax(0, 1fr); }
.dk3-feed .wp-block-post:first-child .dk3-feed__item { grid-template-columns: 150px minmax(0, 1fr); }
.dk3-feed .wp-block-post:first-child .dk3-feed__thumb { grid-column: 2; grid-row: 1; margin: 0 0 14px !important; }
.dk3-feed .wp-block-post:first-child .dk3-feed__cat { grid-row: 2; }
.dk3-feed .wp-block-post:first-child .dk3-feed__cat,
.dk3-feed .wp-block-post:first-child .dk3-feed__title,
.dk3-feed .wp-block-post:first-child .dk3-feed__excerpt { grid-column: 2; }
.dk3-feed .wp-block-post:first-child .dk3-feed__title { font-size: 26px !important; line-height: 1.2 !important; }
.dk3-feed .wp-block-post:first-child .dk3-feed__item::after { top: 10px; }
.dk3-feed__thumb img { border-radius: 10px; }
@media (max-width: 781px) {
	.dk3-feed .wp-block-post:first-child .dk3-feed__item { grid-template-columns: minmax(0, 1fr); }
	.dk3-feed .wp-block-post:first-child .dk3-feed__thumb,
	.dk3-feed .wp-block-post:first-child .dk3-feed__cat,
	.dk3-feed .wp-block-post:first-child .dk3-feed__title,
	.dk3-feed .wp-block-post:first-child .dk3-feed__excerpt { grid-column: 1; grid-row: auto; }
	.dk3-feed .wp-block-post:first-child .dk3-feed__title { font-size: 22px !important; }
}

/* Article: hero type-1 puts cover, title and dek inside the content column,
   so the sidebar starts level with the title instead of the body copy. */
.dk3-article-cover { padding-top: 0; margin-bottom: 26px; }
.single .hero-section { padding: 28px 0 6px; }
.single .hero-section .page-title { max-width: none; }
.single .hero-section .page-description { max-width: none; }
.single .hero-section .entry-meta { margin-top: 14px; }

/* v3.4.1: header lockup and spacing polish. */
.site-logo-container { display: flex; align-items: center; gap: 12px; }
.site-logo-container .site-title { margin-left: 0; }
.dk3-hero__main .dk3-personas { margin-top: 4px; }
.single .hero-section { padding-top: 10px; }
.dk3-article-cover { margin-bottom: 18px; }

/* v3.4.2: new hero headline runs longer; give it the measure. */
.dk3-hero h1 { max-width: 20ch; font-size: clamp(36px, 3.8vw, 54px) !important; }
.dk3-hero__sub a { color: var(--dk-accent); text-decoration: none; border-bottom: 1px solid var(--dk-accent); }
.dk3-hero__sub a:hover { color: var(--dk-ink); border-bottom-color: var(--dk-ink); }

/* v3.4.3: short headline, lede beneath it. */
.dk3-hero h1 { max-width: 16ch; font-size: clamp(40px, 4.4vw, 62px) !important; }
.dk3-hero__lede { font-family: 'Bricolage Grotesque', sans-serif; font-size: 24px !important; font-weight: 700; line-height: 1.25; color: var(--dk-ink); margin-top: 18px !important; max-width: 24ch; }
.dk3-hero__main .dk3-hero__lede + .dk3-hero__sub { margin-top: 12px; }
@media (max-width: 781px) { .dk3-hero__lede { font-size: 20px !important; } }

/* v3.4.4: consistent changelog rows; jump row is for phones. */
.dk3-feed__item { grid-template-columns: 104px 200px minmax(0, 1fr); gap: 4px 20px; }
.dk3-feed__item::before { left: 114px; }
.dk3-feed__item::after { left: 110px; }
.dk3-feed__date { padding-right: 20px; }
.dk3-feed .wp-block-post:first-child .dk3-feed__item { grid-template-columns: 104px minmax(0, 1fr); }
.dk3-feed .wp-block-post:not(:first-child) .dk3-feed__title { font-size: 19px !important; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.dk3-feed .wp-block-post:not(:first-child) .dk3-feed__excerpt { font-size: 15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.dk3-feed .wp-block-post:not(:first-child) .dk3-feed__item { min-height: 150px; }
.dk3-feed .wp-block-post:first-child .dk3-feed__excerpt { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
@media (min-width: 1000px) { .dk3-jump { display: none; } }
@media (max-width: 781px) {
	.dk3-feed__item { grid-template-columns: minmax(0, 1fr); }
	.dk3-feed__item::before { left: 4px; }
	.dk3-feed__item::after { left: 0; }
	.dk3-feed .wp-block-post:not(:first-child) .dk3-feed__item { min-height: 0; }
}

/* ============================================================
   v4.0 (2026-09-06): photography. Hero cover, topic hubs and
   course cards with photos, article actions, tracker cards on
   phones, and the phone changelog fix. Additive; sections above
   are unchanged. See docs/design.md 4.0.
   ============================================================ */

/* Hero: a core Cover block carries the photograph; the scrim keeps the type
   legible in both modes, so the hero is always Dark Ink over the picture. */
.dk3-hero-cover.wp-block-cover { position: relative; margin-top: 24px; padding: 56px 40px 40px; min-height: 560px; border-radius: 18px; overflow: hidden; border: 1px solid var(--dk-line); display: flex; align-items: flex-end; }
.dk3-hero-cover .wp-block-cover__inner-container { width: 100%; max-width: none; }
.dk3-hero-cover .wp-block-cover__background { opacity: 1 !important; background: linear-gradient(180deg, rgba(17, 19, 16, 0) 50%, rgba(17, 19, 16, .9) 100%), linear-gradient(90deg, rgba(17, 19, 16, .88) 0%, rgba(17, 19, 16, .66) 48%, rgba(17, 19, 16, .26) 100%) !important; }
.dk3-hero-cover .dk3-hero { padding-top: 0; gap: 40px !important; align-items: flex-end; }
.dk3-hero-cover .dk3-hero__main > * + * { margin-top: 20px; }
.dk3-hero-cover .dk3-hero h1 { color: #f3f0e8 !important; max-width: 15ch; font-size: clamp(40px, 4.6vw, 64px) !important; margin-top: 22px !important; }
.dk3-hero-cover .dk3-hero .dk3-alt { color: #d9d5cb; font-weight: 800; }
.dk3-hero-cover .dk3-hero__sub { color: #ddd9cf !important; max-width: 34em; }
.dk3-hero-cover .dk3-hero__sub a { color: #e0b64f; border-bottom-color: #e0b64f; }
.dk3-hero-cover .dk3-hero__sub a:hover { color: #f3f0e8; border-bottom-color: #f3f0e8; }
.dk3-hero-cover .dk3-latest__label { background: #e0b64f; color: #111310; }
.dk3-hero-cover .dk3-latest__title a { color: #ece9e2; }
.dk3-hero-cover .dk3-latest__title a:hover { color: #e0b64f; }
.dk3-hero-cover .dk3-latest__date { color: #b0ada4; }
.dk3-hero-cover .dk3-search .wp-block-search__inside-wrapper { background: rgba(26, 29, 25, .94); border-color: #3a403a; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .8); }
.dk3-hero-cover .dk3-search .wp-block-search__input { color: #ece9e2; }
.dk3-hero-cover .dk3-search .wp-block-search__input::placeholder { color: #b0ada4; opacity: 1; }
.dk3-hero-cover .dk3-search .wp-block-search__button { background: #e0b64f; color: #111310; border-color: #e0b64f; }
.dk3-hero-cover .dk3-search .wp-block-search__button:hover { background: #f3f0e8; color: #111310; border-color: #f3f0e8; }
.dk3-hero-cover .dk3-chips__label { color: #b0ada4; }
.dk3-hero-cover .dk3-chips a { background: transparent; border-color: rgba(236, 233, 226, .38); color: #ece9e2; height: 40px; }
.dk3-hero-cover .dk3-chips a:hover { border-color: #e0b64f; color: #e0b64f; }
.dk3-hero-cover .dk3-hero__rail { padding-top: 0; }
.dk3-hero-cover .dk3-calendar { background: var(--dk-glass); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-color: var(--dk-line-strong); }
.dk3-jump { margin-top: 16px !important; }

/* Topic hubs: one photograph, one title, one line, per subject. */
.dk3-sechead--hubs { padding-top: 40px; }
.dk3-hubs { gap: 20px !important; }
.dk3-hub { background: var(--dk-surface); border: 1px solid var(--dk-line); border-radius: 14px; overflow: hidden; padding: 0 0 20px; transition: transform .18s ease, border-color .18s ease; }
.dk3-hub:hover { transform: translateY(-2px); border-color: var(--dk-accent); }
.dk3-hub__img { margin: 0 0 16px !important; }
.dk3-hub__img a, .dk3-hub__img img { display: block; }
.dk3-hub__img img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.dk3-hub__kick { font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--dk-dim); padding: 0 20px; margin-bottom: 6px !important; }
.dk3-hub h3 { font-size: 22px !important; line-height: 1.2 !important; margin: 0 0 8px !important; padding: 0 20px; }
.dk3-hub h3 a { color: var(--dk-ink); text-decoration: none; }
.dk3-hub h3 a:hover { color: var(--dk-accent); }
.dk3-hub p:last-child { font-size: 16px; line-height: 1.5; color: var(--dk-text); padding: 0 20px; }
.dk3-home .dk3-subscribe--inline { margin-top: 24px; }

/* Courses carry a cover; the community card points at CAguns. */
.dk3-course { padding: 0 0 22px; overflow: hidden; }
.dk3-course__img { margin: 0 0 16px !important; }
.dk3-course__img img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.dk3-course > .dk3-course__num, .dk3-course > h3, .dk3-course > p, .dk3-course > .wp-block-buttons { padding-inline: 22px; }
.dk3-course h3 { font-size: 21px !important; line-height: 1.2 !important; }
.dk3-course p:last-child { font-size: 16px; color: var(--dk-text); }
.dk3-course--community { padding: 24px; }
.dk3-course--community > * { padding-inline: 0; }
.dk3-course--community p a { color: var(--dk-accent); }
.dk3-course--community .wp-block-button__link { min-height: 46px; font-size: 15.5px; }

/* Article actions under the title: report a stale detail, take it to CAguns. */
.dk3-article-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 26px; }
.dk3-article-actions a { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 16px; border-radius: 10px; border: 1px solid var(--dk-line-strong); background: transparent; color: var(--dk-ink); font-size: 15px; font-weight: 600; text-decoration: none; }
.dk3-article-actions a:hover { border-color: var(--dk-accent); color: var(--dk-accent); }
.dk3-article-actions a.dk3-article-actions__primary { background: var(--dk-accent); color: var(--dk-accent-ink); border-color: var(--dk-accent); }
.dk3-article-actions a.dk3-article-actions__primary:hover { background: var(--dk-ink); color: var(--dk-bg); border-color: var(--dk-ink); }

/* Phones. */
@media (max-width: 999px) {
	.dk3-hero-cover .dk3-hero { align-items: flex-start; }
	.dk3-hero-cover .dk3-hero__rail { margin-top: 8px; }
	.dk3-hubs { flex-wrap: wrap !important; }
	.dk3-hubs > .wp-block-column { flex-basis: calc(50% - 10px) !important; }
}
@media (max-width: 781px) {
	/* The photo runs edge to edge; the copy sits on the scrim beneath it. */
	.dk3-hero-cover.wp-block-cover { margin-top: 12px; margin-inline: calc(-1 * var(--container-edge-spacing, 4vw)); border-radius: 0; border-left: 0; border-right: 0; padding: 200px 20px 24px; min-height: 0; }
	.dk3-hero-cover .wp-block-cover__background { background: linear-gradient(180deg, rgba(17, 19, 16, .3) 0%, rgba(17, 19, 16, .78) 42%, rgba(17, 19, 16, .96) 100%) !important; }
	.dk3-hero-cover .dk3-hero h1 { font-size: clamp(36px, 10vw, 44px) !important; }
	.dk3-hero-cover .dk3-chips a { height: 44px; }
	.dk3-sechead--hubs { padding-top: 28px; }
	.dk3-hubs { gap: 12px !important; }
	.dk3-hubs > .wp-block-column { flex-basis: calc(50% - 6px) !important; }
	.dk3-hub { padding-bottom: 14px; }
	.dk3-hub__img { margin-bottom: 10px !important; }
	.dk3-hub__kick { display: none; }
	.dk3-hub h3 { font-size: 18px !important; padding: 0 14px; margin-bottom: 4px !important; }
	.dk3-hub p:last-child { font-size: 14px; padding: 0 14px; }

	/* Changelog: every entry, the lead one included, stacks in one column.
	   Fixes the 3.4.4 lead-entry rule that kept a two-column grid on phones. */
	.dk3-feed .wp-block-post .dk3-feed__item, .dk3-feed .wp-block-post:first-child .dk3-feed__item { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto; gap: 6px 0; padding-left: 20px; min-height: 0; }
	.dk3-feed .wp-block-post .dk3-feed__thumb, .dk3-feed .wp-block-post:first-child .dk3-feed__thumb { grid-column: 1; grid-row: 1; margin: 0 0 8px !important; }
	.dk3-feed .wp-block-post .dk3-feed__cat, .dk3-feed .wp-block-post:first-child .dk3-feed__cat { grid-column: 1; grid-row: 2; }
	.dk3-feed .wp-block-post .dk3-feed__date, .dk3-feed .wp-block-post:first-child .dk3-feed__date { grid-column: 1; grid-row: 3; text-align: left; padding: 0; }
	.dk3-feed .wp-block-post .dk3-feed__title, .dk3-feed .wp-block-post:first-child .dk3-feed__title { grid-column: 1; grid-row: 4; }
	.dk3-feed .wp-block-post .dk3-feed__excerpt, .dk3-feed .wp-block-post:first-child .dk3-feed__excerpt { grid-column: 1; grid-row: 5; }
	.dk3-feed .wp-block-post:first-child .dk3-feed__title { font-size: 24px !important; line-height: 1.15 !important; }
	.dk3-feed .wp-block-post:not(:first-child) .dk3-feed__title { font-size: 19px !important; }

	/* Tracker tables become stacked bill cards; the header row is implied. */
	body.page .entry-content .wp-block-table:not(.dk-facts) { overflow: visible; background: transparent; border: 0; border-radius: 0; }
	body.page .entry-content .wp-block-table:not(.dk-facts) table { min-width: 0; display: block; }
	body.page .entry-content .wp-block-table:not(.dk-facts) thead { display: none; }
	body.page .entry-content .wp-block-table:not(.dk-facts) tbody { display: grid; gap: 12px; }
	body.page .entry-content .wp-block-table:not(.dk-facts) tbody tr { display: block; background: var(--dk-surface); border: 1px solid var(--dk-line); border-radius: var(--dk-radius); padding: 16px 18px; }
	body.page .entry-content .wp-block-table:not(.dk-facts) tbody td { display: block; border: 0 !important; padding: 0 0 10px; }
	body.page .entry-content .wp-block-table:not(.dk-facts) tbody td:first-child { white-space: normal; font-size: 22px; padding-bottom: 8px; }
	body.page .entry-content .wp-block-table:not(.dk-facts) tbody td:first-child em { display: inline-block; margin: 0 0 0 10px; }
	body.page .entry-content .wp-block-table:not(.dk-facts) tbody td:nth-child(3)::before { content: "Status and last action"; display: block; margin-bottom: 4px; font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--dk-dim); }
	body.page .entry-content .wp-block-table:not(.dk-facts) tbody td:last-child { padding-bottom: 0; }
	body.page .entry-content .wp-block-table:not(.dk-facts) tbody td:last-child a { min-height: 40px; }
	.dk3-article-actions a { min-height: 44px; flex: 1 1 auto; justify-content: center; }
}

/* v4.0.1: the constrained group forces auto margins on children, so the phone
   hero bleeds to the viewport edges with a transform instead of a margin. */
@media (max-width: 781px) {
	.dk3-home .dk3-hero-cover.wp-block-cover { margin-inline: auto; width: 100vw; max-width: none; position: relative; left: 50%; transform: translateX(-50%); }
}

/* v4.1 (2026-09-06): the roster card lives in the changelog rail, above the
   email signup, and links the roster page. */
.dk3-rail .dk3-roster { margin-top: 0; }
.dk3-rail .dk3-roster__row { padding: 12px 0; }
.dk3-rail .dk3-roster__t { font-size: 15px; line-height: 1.4; }
.dk3-rail .dk3-roster .dk3-card__more a { white-space: nowrap; }
body.page-id-969 .hero-section .page-title::before, body.page-id-969 .page-title::before { content: "Roster"; }
@media (max-width: 999px) { .dk3-rail .dk3-roster { margin-top: 20px; } }

/* ============================================================
   GLOSSARY  v4.2  (2026-09-10)
   /glossary/: sticky topic rail, in-page search and A to Z built
   by docket.js, term cards with stable anchors. Without the script
   every term shows and the topic links are plain jump links.
   ============================================================ */
body.dk3-page-glossary .page-title::before, body.dk3-page-glossary .hero-section .page-title::before { content: "Glossary"; }
body.dk3-page-glossary .entry-content > .dk3-gloss__note { font-size: 15px; line-height: 1.55; color: var(--dk-dim); }
.dk3-gloss { display: flex; align-items: flex-start; gap: 44px; margin-top: 32px; }
.dk3-gloss__tools { flex: 0 0 240px; position: sticky; top: 24px; display: flex; flex-direction: column; gap: 14px; }
.dk3-gloss__tools .dk3-kick { margin: 0 !important; }
.dk3-gloss__body { flex: 1 1 auto; min-width: 0; max-width: 800px; }
.dk3-gloss__search { display: flex; flex-direction: column; gap: 6px; }
.dk3-gloss__search label { font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--dk-dim); }
.dk3-gloss__search input { width: 100%; min-height: 48px; padding: 0 14px; border-radius: var(--dk-radius-sm); border: 1px solid var(--dk-line-strong); background: var(--dk-surface); color: var(--dk-ink); font-family: 'Archivo', sans-serif; font-size: 16px; box-shadow: 0 18px 40px -30px rgba(0, 0, 0, .6); }
.dk3-gloss__search input:focus { outline: 2px solid var(--dk-accent); outline-offset: 1px; }
.dk3-gloss__count { font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--dk-dim); min-height: 1.2em; }
.dk3-gloss__topics { display: flex; flex-direction: column; align-items: stretch; gap: 6px; margin: 0 !important; }
.dk3-gloss__topics a { justify-content: space-between; height: auto; min-height: 38px; padding: 6px 14px; text-align: left; line-height: 1.25; }
.dk3-gloss__topics a span { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: var(--dk-dim); margin-left: 10px; }
.dk3-gloss__topics a.is-on span { color: inherit; opacity: .75; }
.dk3-gloss__az { display: flex; flex-wrap: wrap; gap: 4px; margin: 0 !important; }
.dk3-gloss__az a, .dk3-gloss__az span { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 8px; font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; font-weight: 600; text-decoration: none; color: var(--dk-ink); background: var(--dk-surface2); }
.dk3-gloss__az a:hover, .dk3-gloss__az a:focus-visible { background: var(--dk-ink); color: var(--dk-bg); outline: 0; }
.dk3-gloss__az span { color: var(--dk-dim); opacity: .45; }
.dk3-gloss__help { font-size: 14px; line-height: 1.5; color: var(--dk-dim); margin: 0 !important; }
.dk3-gloss__index { margin: 0 0 8px !important; padding: 14px 20px; border: 1px solid var(--dk-line); border-radius: var(--dk-radius); background: var(--dk-surface); }
.dk3-gloss__index summary { cursor: pointer; font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--dk-ink); }
.dk3-gloss__index summary:hover { color: var(--dk-accent); }
.dk3-gloss__index p { margin: 12px 0 0 !important; font-size: 15px; line-height: 1.9; color: var(--dk-dim); }
.dk3-gloss__index p a { color: var(--dk-text); text-decoration: none; border-bottom: 1px solid var(--dk-line); }
.dk3-gloss__index p a:hover { color: var(--dk-accent); border-bottom-color: var(--dk-accent); }
.dk3-gloss__topic { padding-top: 44px; scroll-margin-top: 24px; }
.dk3-gloss__topic > .dk3-kick { margin-bottom: 8px !important; }
.dk3-gloss__topic > h2 { font-size: clamp(26px, 2.6vw, 32px) !important; font-weight: 800 !important; letter-spacing: -.02em; margin: 0 0 8px !important; padding-bottom: 14px; border-bottom: 1px solid var(--dk-line-strong); }
.dk3-gloss__lede { font-size: 16.5px; line-height: 1.55; color: var(--dk-dim); margin: 0 0 6px !important; }
.dk3-term { padding: 20px 0 18px; border-top: 1px solid var(--dk-line); scroll-margin-top: 24px; }
.dk3-term:first-of-type { border-top: 0; }
.dk3-term:target { background: var(--dk-accent-bg); border-radius: var(--dk-radius); border-top-color: transparent; padding-inline: 18px; margin-inline: -18px; }
.dk3-term:target + .dk3-term { border-top-color: transparent; }
.dk3-term > h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 21px !important; font-weight: 800 !important; line-height: 1.2; letter-spacing: -.01em; margin: 0 0 8px !important; }
.dk3-term > h3 a { color: var(--dk-ink); text-decoration: none; }
.dk3-term > h3 a:hover, .dk3-term > h3 a:focus-visible { color: var(--dk-accent); outline: 0; }
.dk3-term > h3 a::after { content: "#"; margin-left: 8px; font-family: 'IBM Plex Mono', monospace; font-size: 14px; font-weight: 500; color: var(--dk-dim); opacity: 0; transition: opacity .15s ease; }
.dk3-term > h3 a:hover::after, .dk3-term > h3 a:focus-visible::after, .dk3-term:target > h3 a::after { opacity: 1; }
.dk3-term > p { font-size: 17px; line-height: 1.62; color: var(--dk-text); margin: 0 0 8px !important; max-width: 68ch; }
.dk3-term > .dk3-term__eg { font-size: 15.5px; font-style: italic; color: var(--dk-dim); padding-left: 14px; border-left: 2px solid var(--dk-accent); }
.dk3-term > .dk3-term__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 16px; margin: 4px 0 0 !important; font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; font-weight: 500; letter-spacing: .04em; line-height: 1.5; max-width: none; }
.dk3-term__also { color: var(--dk-dim); text-transform: uppercase; letter-spacing: .06em; }
.dk3-term__src, .dk3-term__rel { text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.dk3-term__src { color: var(--dk-accent); border-bottom-color: var(--dk-accent-bg); }
.dk3-term__rel { color: var(--dk-ink); border-bottom-color: var(--dk-line-strong); }
.dk3-term__src:hover, .dk3-term__rel:hover { border-bottom-color: currentColor; }
.dk3-term__rel::before { content: "\2192"; color: var(--dk-accent); margin-right: 6px; }
.dk3-term[hidden], .dk3-gloss__topic[hidden] { display: none; }
.dk3-gloss__empty { display: none; margin: 40px 0 0 !important; padding: 22px 24px; border: 1px dashed var(--dk-line-strong); border-radius: var(--dk-radius); font-size: 16px; color: var(--dk-text); }
.dk3-gloss.is-empty .dk3-gloss__empty { display: block; }
.dk3-gloss__next { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--dk-line-strong); }
.dk3-gloss__next > h2 { font-size: clamp(24px, 2.4vw, 30px) !important; font-weight: 800 !important; margin: 0 0 16px !important; }
.dk3-gloss__next ul { list-style: none; padding: 0; margin: 0 0 18px !important; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 20px; }
.dk3-gloss__next li { padding: 10px 0; border-bottom: 1px solid var(--dk-line); font-size: 15.5px; line-height: 1.4; }
.dk3-gloss__next li a { color: var(--dk-ink); text-decoration: none; }
.dk3-gloss__next li a:hover { color: var(--dk-accent); }
.dk3-gloss__next li a::before { content: "\2192"; color: var(--dk-accent); margin-right: 8px; }
.dk3-gloss__next .dk3-gloss__note { font-size: 14.5px; line-height: 1.55; color: var(--dk-dim); margin: 0 !important; }
@media (max-width: 999px) {
	.dk3-gloss { display: block; }
	.dk3-gloss__tools { position: static; margin-bottom: 8px; }
	.dk3-gloss__search { position: sticky; top: 0; z-index: 5; padding: 10px 0; background: var(--dk-bg); }
	.dk3-gloss__topics { flex-direction: row; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; margin-right: -20px !important; padding-right: 20px; }
	.dk3-gloss__topics a { flex: none; min-height: 36px; padding: 0 14px; }
	.dk3-gloss__help { display: none; }
	.dk3-gloss__body { max-width: none; }
	.dk3-gloss__topic { padding-top: 36px; scroll-margin-top: 72px; }
	.dk3-term { scroll-margin-top: 72px; }
	.dk3-term:target { padding-inline: 14px; margin-inline: -14px; }
	.dk3-gloss__next ul { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 599px) {
	.dk3-term > p { font-size: 16.5px; }
	.dk3-gloss__az a, .dk3-gloss__az span { width: 28px; height: 28px; }
}

/* v4.2.1: the tools rail is a flow layout, so WordPress and Blocksy add
   block margins to the injected search box and count; the rail's own gap
   owns the rhythm. Deep links scroll instantly rather than smoothly. */
.dk3-gloss__tools > *, .dk3-gloss__search > * { margin-block: 0 !important; }
body.dk3-page-glossary { scroll-behavior: auto; }

/* v4.2.2 (2026-09-11): the glossary reads as wide as an article. Body column
   900px beside a 250px rail (an article's text column is ~880px beside its
   sidebar), definitions at article prose size with no separate measure, and
   the intro copy on this page follows the same 900px column. */
body.page.dk3-page-glossary .entry-content > :is(.dk3-dek, .dk3-gloss__note, .dk3-updated):not(.alignwide):not(.alignfull) { max-width: 900px; }
.dk3-gloss { gap: 48px; }
.dk3-gloss__tools { flex-basis: 250px; }
.dk3-gloss__body { max-width: 900px; }
.dk3-term > p { max-width: none; font-size: 18px; line-height: 1.65; }
.dk3-term > .dk3-term__eg { font-size: 16px; }
.dk3-gloss__lede { font-size: 17px; }
@media (max-width: 599px) {
	.dk3-term > p { font-size: 17px; }
}
