/*
Theme Name: Ordnance
Theme URI: https://scotlandtourism.org/
Author: Scotland Tourism
Author URI: https://scotlandtourism.org/
Description: A modern gazetteer for scotlandtourism.org. Cream paper, ink type, ruled columns, numbered entries and Ordnance Survey grid references as metadata. Rules instead of boxes, three voices of type, one ochre accent, and trust signals — fieldwork dates, sources, "checked on the ground" — treated as first-class interface rather than prose.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ordnance
Tags: blog, news, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready, right-sidebar
*/

/* ==========================================================================
   1. Tokens
   ========================================================================== */

:root {
	/* Surfaces */
	--od-cream: #F4EFE4;
	--od-paper: #F9F6EE;
	--od-ink: #1C2333;
	--od-ochre: #B5452E;
	--od-ochre-on-ink: #D98B6F;
	--od-placeholder: #E9E2D3;

	/* Ink alpha ramp, straight from the design */
	--od-rule: rgba(28, 35, 51, .22);
	--od-ink-85: rgba(28, 35, 51, .85);
	--od-ink-80: rgba(28, 35, 51, .80);
	--od-ink-75: rgba(28, 35, 51, .75);
	--od-ink-70: rgba(28, 35, 51, .70);
	--od-ink-65: rgba(28, 35, 51, .65);
	--od-ink-55: rgba(28, 35, 51, .55);
	--od-ink-40: rgba(28, 35, 51, .40);

	/* Semantic ink. The comp uses ink-55/-60/-50/-40 for text and control
	   edges, which fall below WCAG AA on cream (3.50 / 4.05 / 3.05 / 2.35).
	   Anything a reader has to read or aim at is routed through these
	   instead; the raw ramp above stays available for pure decoration. */
	--od-ink-meta: rgba(28, 35, 51, .65);   /* 4.70 — card + entry meta        */
	--od-ink-key: rgba(28, 35, 51, .65);    /* 4.70 — at-a-glance keys, TOC no. */
	--od-ink-quiet: rgba(28, 35, 51, .65);  /* 4.70 — inert pagination         */
	--od-ink-edge: rgba(28, 35, 51, .55);   /* 3.50 — control boundaries       */
	--od-ink-ghost: rgba(28, 35, 51, .55);  /* 3.50 — large ghost placeholders */

	/* Type */
	--od-font-display: 'Libre Caslon Display', 'Libre Caslon Text', Georgia, 'Times New Roman', serif;
	--od-font-text: 'Libre Caslon Text', Georgia, 'Times New Roman', serif;
	--od-font-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

	--od-size-mono-xs: 11px;
	--od-size-mono-s: 12px;
	--od-size-mono-m: 13px;
	--od-size-nav: 15px;
	--od-size-small: 15px;
	--od-size-footer: 14px;
	--od-size-body: 18px;
	--od-size-lead: 19px;
	--od-size-standfirst: 21px;
	--od-size-note: 21px;
	--od-size-name: 22px;
	--od-size-h3: 24px;
	--od-size-list: 26px;
	--od-size-wordmark: 26px;
	--od-size-index: 27px;
	--od-size-quote: 27px;
	--od-size-block: 30px;
	--od-size-h2: 32px;
	--od-size-h1: 62px;
	--od-size-masthead: 66px;
	--od-size-display: 78px;
	--od-size-display-xl: 96px;
	--od-size-dropcap: 82px;

	/* Rules */
	--od-rule-major: 2px solid var(--od-ink);
	--od-rule-minor: 1px solid var(--od-ink);
	--od-rule-hair: 1px solid var(--od-rule);
	--od-rule-accent: 1.5px solid var(--od-ochre);

	/* Metrics */
	--od-gutter: 40px;
	--od-content: 1200px;
	--od-measure: 680px;
	--od-toc: 240px;
	--od-sidebar: 300px;
	--od-figure-pad: 10px;
	--od-figure-hero: 560px;
	--od-figure-region: 400px;
	--od-figure-inline: 400px;
	--od-figure-card: 200px;
	--od-figure-list: 134px;

	--od-ease: 120ms ease-out;
}

/* ==========================================================================
   2. Base
   ========================================================================== */

*,
*::before,
*::after { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

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

body {
	margin: 0;
	background: var(--od-cream);
	color: var(--od-ink);
	font-family: var(--od-font-text);
	font-size: var(--od-size-body);
	line-height: 1.65;
	text-wrap: pretty;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img,
svg,
video,
iframe { max-width: 100%; }

img { height: auto; }

a {
	color: inherit;
	text-decoration: none;
}

/* Ochre underlined links belong to running prose. Everything structural —
   navigation, index entries, cards, footers — is ink and underlines only on
   hover, so the accent stays rare. */
.od-entry-content a:not([class]),
.od-archive-head__intro a:not([class]),
.od-standfirst a:not([class]),
.od-hero__text a:not([class]),
.od-404__text a:not([class]),
.od-note__text a:not([class]),
.od-card__excerpt a:not([class]),
.od-entry__excerpt a:not([class]),
.od-authorbox__bio a:not([class]),
.od-person__bio a:not([class]),
.od-boxpanel__text a:not([class]),
.od-footer__blurb a:not([class]),
.od-noresults a:not([class]),
.od-comments .comment-content a:not([class]) {
	color: var(--od-ochre);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.od-entry-content a:not([class]):hover,
.od-archive-head__intro a:not([class]):hover,
.od-standfirst a:not([class]):hover,
.od-comments .comment-content a:not([class]):hover { text-decoration-thickness: 1.5px; }

p { margin: 0 0 22px; }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--od-font-display);
	font-weight: 400;
	margin: 0;
}

ul, ol { margin: 0 0 22px; padding-left: 22px; }

figure { margin: 0; }

blockquote { margin: 0; }

table { border-collapse: collapse; }

button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
}

:focus-visible {
	outline: 2px solid var(--od-ink);
	outline-offset: 2px;
}

/* Kill the browser default focus ring only where we replace it. */
:focus:not(:focus-visible) { outline: none; }

.od-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	padding: 12px 18px;
	background: var(--od-ink);
	color: var(--od-cream);
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	letter-spacing: .08em;
	text-transform: uppercase;
}

.od-skip-link:focus {
	left: 8px;
	top: 8px;
}

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.screen-reader-text:focus {
	clip-path: none;
	height: auto;
	width: auto;
	margin: 0;
	padding: 12px 18px;
	position: fixed;
	left: 8px;
	top: 8px;
	z-index: 1000;
	background: var(--od-ink);
	color: var(--od-cream);
}

/* ==========================================================================
   3. Type helpers
   ========================================================================== */

.od-display { font-family: var(--od-font-display); font-weight: 400; }
.od-mono { font-family: var(--od-font-mono); font-weight: 400; }

.od-eyebrow {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--od-ochre);
	margin: 0;
}

.od-label {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-xs);
	line-height: 1;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--od-ochre);
	margin: 0 0 14px;
}

.od-meta {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.6;
	color: var(--od-ink-meta);
}

.od-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-m);
	line-height: 1;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--od-ink);
	border-bottom: var(--od-rule-accent);
	padding-bottom: 6px;
	background: none;
	cursor: pointer;
	transition: border-color var(--od-ease);
}

.od-cta {
	min-height: 24px;
	padding-top: 4px;
	margin-top: -4px;
}

.od-cta--secondary { border-bottom-color: var(--od-ink-edge); }

.od-cta:hover,
.od-cta:focus-visible { border-bottom-color: var(--od-ink); }

.od-cta .od-arrow { transition: transform var(--od-ease); }
.od-cta:hover .od-arrow,
.od-cta:focus-visible .od-arrow { transform: translateX(4px); }

.od-more {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--od-ochre);
	white-space: nowrap;
}

.od-more:hover,
.od-more:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.od-arrow {
	display: inline-block;
	font-family: var(--od-font-mono);
}

/* Short single-line entry titles are still 24px tall to aim at. inline-block
   rather than inline-flex, so a <mark> inside a search result keeps its
   surrounding word spacing. */
.od-card__title a,
.od-entry__title a,
.od-note__title a,
.od-person__name a,
.od-adjacent__item {
	display: inline-block;
	min-height: 24px;
}

/* WCAG 2.2 target size: standalone controls get a 24px-tall hit area without
   moving on the page, by pairing padding with an equal negative margin. */
.od-more,
.od-strip__search,
.od-filters a,
.od-pagination__link,
.od-byline__actions button,
.od-byline__actions a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 24px;
	padding-block: 6px;
	margin-block: -6px;
}

/* ==========================================================================
   4. Layout
   ========================================================================== */

.od-wrap {
	max-width: var(--od-content);
	margin-inline: auto;
	padding-inline: var(--od-gutter);
}

.od-site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/* Pin every band to the container width. A flex item that is itself a flex
   container will otherwise take its own min-content width as its cross size,
   which is how a long breadcrumb ends up wider than the viewport. */
.od-site > * {
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.od-main { flex: 1 0 auto; }

.od-section { border-top: var(--od-rule-minor); }
.od-section--major { border-top: var(--od-rule-major); }

.od-section__head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 24px;
	margin-bottom: 26px;
}

.od-section__title {
	font-family: var(--od-font-display);
	font-size: var(--od-size-block);
	line-height: 1;
	font-weight: 400;
}

.od-section__note {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--od-ink-meta);
}

/* ==========================================================================
   5. Top strip
   ========================================================================== */

.od-strip {
	border-bottom: var(--od-rule-hair);
}

.od-strip__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding-block: 11px;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.od-strip__right {
	display: flex;
	gap: 28px;
	align-items: center;
}

.od-strip__search { color: var(--od-ochre); }

.od-strip__search:hover,
.od-strip__search:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.od-strip__mobile { display: none; }

/* ==========================================================================
   6. Logo mark
   ========================================================================== */

.od-mark {
	display: block;
	flex: none;
	color: var(--od-ink);
}

.od-mark svg {
	display: block;
	width: 100%;
	height: 100%;
}

.od-wordmark {
	font-family: var(--od-font-display);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -.01em;
	color: var(--od-ink);
}

/* ==========================================================================
   7. Masthead (home)
   ========================================================================== */

.od-masthead__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding-block: 42px 24px;
	text-align: center;
}

.od-masthead__lockup {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.od-masthead .od-mark { width: 46px; height: 46px; }

.od-masthead .od-wordmark { font-size: var(--od-size-masthead); }

.od-masthead__tagline {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1;
	font-weight: 500;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--od-ochre);
	margin: 0;
}

.od-masthead__logo img {
	display: block;
	max-height: 96px;
	width: auto;
}

/* Home navigation bar */
.od-navbar {
	border-top: var(--od-rule-major);
	border-bottom: var(--od-rule-minor);
}

.od-navbar__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 36px;
	margin: 0;
	padding: 13px 0;
	list-style: none;
	font-size: var(--od-size-nav);
}

.od-navbar__list a,
.od-nav__list a {
	display: inline-block;
	color: var(--od-ink);
}

.od-navbar__list a:hover,
.od-navbar__list a:focus-visible,
.od-nav__list a:hover,
.od-nav__list a:focus-visible {
	text-decoration: underline;
	text-decoration-color: var(--od-ochre);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

/* The "Plan" item — last child, or any item given the is-accent class. */
.od-navbar__list > li:last-child > a,
.od-nav__list > li:last-child > a,
.od-navbar__list > li.is-accent > a,
.od-nav__list > li.is-accent > a,
.od-navbar__list > li.menu-item-is-accent > a,
.od-nav__list > li.menu-item-is-accent > a { color: var(--od-ochre); }

/* Active section */
.od-nav__list > li.current-menu-item > a,
.od-nav__list > li.current-menu-ancestor > a,
.od-nav__list > li.current-menu-parent > a,
.od-nav__list > li.od-current > a,
.od-navbar__list > li.current-menu-item > a,
.od-navbar__list > li.od-current > a {
	border-bottom: var(--od-rule-accent);
	padding-bottom: 2px;
}

/* ==========================================================================
   8. Compact header
   ========================================================================== */

.od-header__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
	padding-block: 16px;
	border-bottom: var(--od-rule-major);
}

.od-header__lockup {
	display: flex;
	align-items: center;
	gap: 12px;
}

.od-header .od-mark { width: 32px; height: 32px; }
.od-header .od-wordmark { font-size: var(--od-size-wordmark); }

.od-header__logo img {
	display: block;
	max-height: 40px;
	width: auto;
}

.od-nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: var(--od-size-nav);
}

.od-header__end {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 16px;
	width: 220px;
	justify-content: flex-end;
}

.od-header__end--empty { min-height: 1px; }

/* Header search field */
.od-headersearch {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	border-bottom: 1px solid var(--od-ink-edge);
	padding-bottom: 5px;
	transition: border-color var(--od-ease), border-width var(--od-ease);
}

.od-headersearch__input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: none;
	padding: 0;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.4;
	letter-spacing: .06em;
	color: var(--od-ink);
}

.od-headersearch__input::placeholder {
	color: var(--od-ink-key);
	opacity: 1;
}

.od-headersearch__input:focus { outline: none; }

.od-headersearch__input:focus::placeholder { color: transparent; }

.od-headersearch:focus-within {
	border-bottom: 2px solid var(--od-ink);
	padding-bottom: 4px;
}

.od-headersearch__submit {
	border: 0;
	background: none;
	padding: 0;
	color: var(--od-ink);
	cursor: pointer;
	line-height: 1;
}

/* Mobile controls */
.od-header__mobile {
	display: none;
	gap: 16px;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-xs);
	line-height: 1;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--od-ink);
}

.od-header__mobile a,
.od-header__mobile button {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
}

.od-header__mobile button {
	border: 0;
	background: none;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
	cursor: pointer;
}

/* Full-screen mobile menu */
.od-mobilemenu {
	position: fixed;
	inset: 0;
	z-index: 200;
	background: var(--od-cream);
	overflow-y: auto;
	padding: 0 var(--od-gutter) 48px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 180ms ease-out, visibility 0s linear 180ms;
}

.od-mobilemenu.is-open {
	opacity: 1;
	visibility: visible;
	transition: opacity 180ms ease-out, visibility 0s;
}

.od-mobilemenu__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-block: 16px;
	border-bottom: var(--od-rule-major);
	margin-bottom: 8px;
}

.od-mobilemenu__close {
	border: 0;
	background: none;
	padding: 6px 0;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-xs);
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--od-ink);
	cursor: pointer;
}

.od-mobilemenu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.od-mobilemenu__list li { border-bottom: var(--od-rule-hair); }

.od-mobilemenu__list a {
	display: block;
	padding: 16px 0;
	font-family: var(--od-font-display);
	font-size: var(--od-size-index);
	line-height: 1.1;
	color: var(--od-ink);
}

.od-mobilemenu__list > li:last-child > a { color: var(--od-ochre); }

.od-mobilemenu__search { padding: 24px 0 0; }

body.od-menu-open { overflow: hidden; }

/* Sticky header option */
body.od-sticky .od-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--od-cream);
}

/* ==========================================================================
   9. Breadcrumb
   ========================================================================== */

.od-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-width: 0;
	gap: 10px;
	padding-top: 18px;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.5;
	letter-spacing: .06em;
	color: var(--od-ink-meta);
}

.od-breadcrumb a {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	color: inherit;
}

.od-breadcrumb a:hover,
.od-breadcrumb a:focus-visible {
	color: var(--od-ink);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.od-breadcrumb__current,
.od-breadcrumb .last { color: var(--od-ink); }

.od-breadcrumb .separator { color: var(--od-ink-meta); }

/* ==========================================================================
   10. Figures
   ========================================================================== */

.od-figure {
	border: var(--od-rule-minor);
	padding: var(--od-figure-pad);
	background: var(--od-paper);
	margin: 0;
}

.od-figure__media {
	position: relative;
	display: block;
	overflow: hidden;
	background:
		repeating-linear-gradient(135deg, rgba(28, 35, 51, .07) 0 2px, transparent 2px 14px),
		var(--od-placeholder);
}

.od-figure__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.od-figure__caption,
.od-figure figcaption {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 20px;
	padding: 10px 2px 0;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.4;
	color: var(--od-ink-70);
	flex-wrap: wrap;
}

.od-figure__caption-text { min-width: 0; }

.od-figure__ref {
	flex: none;
	white-space: nowrap;
}

.od-figure--hero .od-figure__media { height: var(--od-figure-hero); }
.od-figure--region .od-figure__media { height: var(--od-figure-region); }
.od-figure--inline { margin: 32px 0; }
.od-figure--inline .od-figure__media { height: var(--od-figure-inline); }

/* Card / list thumbnails: no frame, straight to the stripe */
.od-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	background:
		repeating-linear-gradient(135deg, rgba(28, 35, 51, .07) 0 2px, transparent 2px 14px),
		var(--od-placeholder);
}

.od-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.od-thumb--card { height: var(--od-figure-card); }
.od-thumb--list { height: var(--od-figure-list); }

/* ==========================================================================
   11. Index grid — the Gazetteer
   ========================================================================== */

.od-index {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0 32px;
}

.od-index__item {
	display: block;
	border-top: var(--od-rule-hair);
	padding: 16px 0 22px;
	min-width: 0;
}

.od-index__no {
	display: block;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1;
	color: var(--od-ochre);
}

.od-index__name {
	display: block;
	font-family: var(--od-font-display);
	font-size: var(--od-size-index);
	line-height: 1.1;
	font-weight: 400;
	margin: 10px 0 7px;
	color: var(--od-ink);
}

.od-index__meta {
	display: block;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.4;
	color: var(--od-ink-meta);
}

a.od-index__item:hover .od-index__name,
a.od-index__item:focus-visible .od-index__name {
	text-decoration: underline;
	text-decoration-color: var(--od-ochre);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

/* Sub-region index uses a slightly smaller name */
.od-index--sub .od-index__name { font-size: var(--od-size-h3); }

.od-index__tail {
	border-top: var(--od-rule-hair);
	padding: 16px 0 22px;
	display: flex;
	align-items: flex-end;
}

/* ==========================================================================
   12. Entry cards
   ========================================================================== */

.od-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 44px 36px;
}

.od-cards--tight { gap: 36px; }

.od-card { min-width: 0; }

.od-card__media,
.od-entry__media {
	display: block;
	min-width: 0;
}

.od-card__body { min-width: 0; }

.od-card__eyebrow { margin: 16px 0 8px; }

.od-card__title {
	font-family: var(--od-font-display);
	font-size: var(--od-size-h3);
	line-height: 1.15;
	font-weight: 400;
	margin: 0 0 10px;
}

.od-card__title a { color: var(--od-ink); }

.od-card:hover .od-card__title a,
.od-card__title a:focus-visible {
	text-decoration: underline;
	text-decoration-color: var(--od-ochre);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.od-card__excerpt {
	font-size: var(--od-size-small);
	line-height: 1.55;
	color: var(--od-ink-80);
	margin: 0 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	overflow: hidden;
}

.od-card__meta { line-height: 1.4; }

/* ==========================================================================
   13. List entries
   ========================================================================== */

.od-list { display: block; }

.od-entry {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	gap: 24px;
	padding: 24px 0;
	border-top: var(--od-rule-hair);
}

.od-list .od-entry:last-of-type { border-bottom: var(--od-rule-hair); }

.od-entry__body { min-width: 0; }

.od-entry__eyebrow { margin-bottom: 8px; }

.od-entry__title {
	font-family: var(--od-font-display);
	font-size: var(--od-size-list);
	line-height: 1.15;
	font-weight: 400;
	margin: 0 0 10px;
}

.od-entry__title a { color: var(--od-ink); }

.od-entry:hover .od-entry__title a,
.od-entry__title a:focus-visible {
	text-decoration: underline;
	text-decoration-color: var(--od-ochre);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.od-entry__excerpt {
	font-size: var(--od-size-small);
	line-height: 1.55;
	color: var(--od-ink-80);
	margin: 0 0 10px;
}

.od-entry__meta { line-height: 1.4; }

/* Search: a term result gets a bordered paper plate instead of a photo */
.od-entry--term { align-items: center; border-top: var(--od-rule-minor); }

.od-entry__plate {
	display: grid;
	place-items: center;
	height: var(--od-figure-list);
	border: var(--od-rule-minor);
	background: var(--od-paper);
	text-align: center;
	padding: 12px;
}

.od-entry__plate-no {
	display: block;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1;
	color: var(--od-ochre);
}

.od-entry__plate-name {
	display: block;
	font-family: var(--od-font-display);
	font-size: var(--od-size-list);
	line-height: 1.1;
	margin-top: 8px;
}

/* ==========================================================================
   14. Notes for the traveller
   ========================================================================== */

.od-notes {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 36px;
}

.od-note { min-width: 0; }

.od-note__body { min-width: 0; }

.od-note__numeral {
	font-family: var(--od-font-display);
	font-size: 34px;
	line-height: 1;
	color: var(--od-ochre);
}

.od-note__title {
	font-family: var(--od-font-display);
	font-size: var(--od-size-note);
	line-height: 1.2;
	font-weight: 400;
	margin: 14px 0 10px;
}

.od-note__title a { color: var(--od-ink); }

.od-note:hover .od-note__title a,
.od-note__title a:focus-visible {
	text-decoration: underline;
	text-decoration-color: var(--od-ochre);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.od-note__text {
	font-size: var(--od-size-small);
	line-height: 1.55;
	color: var(--od-ink-80);
	margin: 0;
}

/* ==========================================================================
   15. Front page
   ========================================================================== */

.od-hero {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 56px;
	padding-block: 56px 52px;
	align-items: end;
}

.od-hero__body { min-width: 0; }

.od-hero__title {
	font-family: var(--od-font-display);
	font-size: var(--od-size-display);
	line-height: 1.02;
	letter-spacing: -.015em;
	margin: 16px 0 24px;
	text-wrap: balance;
}

.od-hero__text {
	font-size: var(--od-size-lead);
	line-height: 1.55;
	margin: 0 0 30px;
	max-width: 540px;
}

.od-frontsection { padding-block: 30px 10px; }
.od-frontsection--recent { padding-block: 32px 12px; }
.od-frontsection--notes { padding-block: 32px 44px; }
.od-frontsection--notes .od-section__title { margin-bottom: 30px; }

/* ==========================================================================
   16. Archive / region header
   ========================================================================== */

.od-archive-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 560px;
	gap: 56px;
	padding-block: 36px 48px;
	align-items: end;
}

.od-archive-head--nofigure { grid-template-columns: minmax(0, 1fr); }

.od-archive-head__title {
	font-family: var(--od-font-display);
	font-size: var(--od-size-display-xl);
	line-height: 1;
	letter-spacing: -.02em;
	margin: 18px 0 22px;
	text-wrap: balance;
}

.od-archive-head__stats {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.8;
	color: var(--od-ink-meta);
	margin-bottom: 22px;
}

.od-archive-head__intro {
	font-size: var(--od-size-lead);
	line-height: 1.55;
	margin: 0;
	max-width: 560px;
}

.od-archive-head__intro > p:last-child { margin-bottom: 0; }

.od-archive-body {
	border-top: var(--od-rule-minor);
	padding-top: 32px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) var(--od-sidebar);
	gap: 64px;
}

.od-archive-body--full { grid-template-columns: minmax(0, 1fr); }

.od-archive-list__head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 24px;
	margin-bottom: 8px;
}

.od-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--od-ink-meta);
}

.od-filters a { color: inherit; }
.od-filters a:hover,
.od-filters a:focus-visible { color: var(--od-ink); }

.od-filters .is-active {
	color: var(--od-ink);
	border-bottom: var(--od-rule-accent);
	padding-bottom: 3px;
}

/* Sidebar panels */
.od-panels { padding-top: 8px; }

.od-panel {
	border-top: var(--od-rule-major);
	padding-top: 16px;
}

.od-panel + .od-panel { margin-top: 36px; }

.od-panel__links {
	display: flex;
	flex-direction: column;
}

.od-panel__links a {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
	border-bottom: var(--od-rule-hair);
	font-size: 16px;
	line-height: 1.4;
	color: var(--od-ink);
}

.od-panel__links a:hover,
.od-panel__links a:focus-visible {
	text-decoration: underline;
	text-decoration-color: var(--od-ochre);
	text-underline-offset: 3px;
}

.od-panel__links .od-arrow { color: var(--od-ochre); }

.od-panel__stack {
	display: flex;
	flex-direction: column;
	gap: 9px;
	font-size: var(--od-size-nav);
}

.od-panel__stack a {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	color: var(--od-ink);
}

.od-panel__stack a:hover,
.od-panel__stack a:focus-visible {
	text-decoration: underline;
	text-decoration-color: var(--od-ochre);
	text-underline-offset: 3px;
}

/* Key/value grid used by At a glance in the sidebar and the article */
.od-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 12px;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.6;
}

.od-facts--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 20px; }

.od-facts__key { color: var(--od-ink-key); }
.od-facts__value { color: var(--od-ink); }

/* ==========================================================================
   17. Pagination
   ========================================================================== */

.od-pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 22px 0 40px;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.4;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.od-pagination__link { color: var(--od-ochre); }

.od-pagination__link:hover,
.od-pagination__link:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.od-pagination__inert { color: var(--od-ink-quiet); }
.od-pagination__count { color: var(--od-ink-meta); }

/* ==========================================================================
   18. Single guide
   ========================================================================== */

.od-article-head { padding-block: 40px 36px; }

.od-article-head__title {
	font-family: var(--od-font-display);
	font-size: var(--od-size-h1);
	line-height: 1.05;
	letter-spacing: -.015em;
	margin: 18px 0 22px;
	max-width: 960px;
	text-wrap: balance;
}

.od-standfirst {
	font-size: var(--od-size-standfirst);
	line-height: 1.5;
	color: var(--od-ink-85);
	margin: 0 0 28px;
	max-width: 760px;
}

.od-byline {
	display: flex;
	align-items: center;
	gap: 18px;
	padding-top: 22px;
	border-top: var(--od-rule-hair);
	max-width: 960px;
}

.od-avatar {
	flex: none;
	border-radius: 50%;
	border: var(--od-rule-minor);
	overflow: hidden;
	background:
		repeating-linear-gradient(135deg, rgba(28, 35, 51, .1) 0 2px, transparent 2px 8px),
		var(--od-placeholder);
}

.od-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.od-avatar--48 { width: 48px; height: 48px; }
.od-avatar--56 { width: 56px; height: 56px; }
.od-avatar--72 { width: 72px; height: 72px; }
.od-avatar--88 { width: 88px; height: 88px; }

.od-byline__body { flex: 1; min-width: 0; }

.od-byline__line { font-size: 16px; line-height: 1.5; }

.od-byline__author {
	color: var(--od-ink);
	border-bottom: 1px solid var(--od-ochre);
}

.od-byline__author:hover,
.od-byline__author:focus-visible { border-bottom-width: 1.5px; }

.od-byline__meta {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.6;
	color: var(--od-ink-meta);
	margin-top: 4px;
}

.od-byline__actions {
	display: flex;
	gap: 18px;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--od-ink-meta);
}

.od-byline__actions button,
.od-byline__actions a {
	border: 0;
	background: none;
	padding: 2px 0;
	font: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
	cursor: pointer;
}

.od-byline__actions button:hover,
.od-byline__actions a:hover,
.od-byline__actions button:focus-visible,
.od-byline__actions a:focus-visible {
	color: var(--od-ink);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Body grid */
.od-article-grid {
	display: grid;
	grid-template-columns: var(--od-toc) minmax(0, var(--od-measure));
	gap: 72px;
	padding-block: 48px 0;
}

.od-article-grid--noaside { grid-template-columns: min(100%, var(--od-measure)); }

.od-aside { min-width: 0; }

.od-aside__sticky { position: sticky; top: 24px; }

/* Contents */
.od-toc {
	border-top: var(--od-rule-major);
	padding-top: 14px;
}

.od-toc__list {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: var(--od-size-nav);
	line-height: 1.4;
}

.od-toc__list li + li { border-top: var(--od-rule-hair); }

.od-toc__list a {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 8px;
	padding: 9px 0;
	color: var(--od-ink-70);
}

.od-toc__no {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.5;
	color: var(--od-ink-key);
}

.od-toc__list a:hover,
.od-toc__list a:focus-visible { color: var(--od-ink); }

.od-toc__list a.is-active { color: var(--od-ink); }
.od-toc__list a.is-active .od-toc__no { color: var(--od-ochre); }

/* Fieldwork panel */
.od-fieldwork {
	border-top: var(--od-rule-major);
	margin-top: 32px;
	padding-top: 14px;
}

.od-fieldwork__lines {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.7;
	color: var(--od-ink-75);
}

/* Mobile contents bar */
.od-toc-bar {
	display: none;
	width: 100%;
	margin: 0 0 28px;
	border: var(--od-rule-minor);
	background: var(--od-paper);
	padding: 13px 16px;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--od-ink);
	text-align: left;
	cursor: pointer;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}

.od-toc-bar__chevron { transition: transform 180ms ease-out; }
.od-toc-bar[aria-expanded="true"] .od-toc-bar__chevron { transform: rotate(180deg); }

.od-toc-panel {
	display: none;
	margin: -20px 0 28px;
	border: var(--od-rule-minor);
	border-top: 0;
	padding: 4px 16px 8px;
	background: var(--od-paper);
}

.od-toc-panel.is-open { display: block; }

/* Article column */
.od-article-col { min-width: 0; }

/* At a glance */
.od-glance {
	border: var(--od-rule-minor);
	background: var(--od-paper);
	padding: 20px 22px;
	margin-bottom: 36px;
}

.od-glance .od-label { margin-bottom: 16px; }

/* ==========================================================================
   19. Entry content
   ========================================================================== */

.od-entry-content {
	font-size: var(--od-size-body);
	line-height: 1.65;
	counter-reset: od-section;
}

.od-entry-content > p { margin: 0 0 22px; }

.od-entry-content a:not([class]),
.od-entry-content a.od-link {
	color: var(--od-ochre);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.od-entry-content a:not([class]):hover { text-decoration-thickness: 1.5px; }

.od-entry-content h2 {
	font-family: var(--od-font-display);
	font-size: var(--od-size-h2);
	line-height: 1.15;
	font-weight: 400;
	margin: 48px 0 16px;
	scroll-margin-top: 24px;
}

.od-entry-content > h2:first-child { margin-top: 0; }

body.od-numbered-sections .od-entry-content h2::before {
	counter-increment: od-section;
	content: counter(od-section, decimal-leading-zero);
	display: block;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1;
	font-weight: 400;
	letter-spacing: .1em;
	color: var(--od-ochre);
	margin-bottom: 12px;
}

.od-entry-content h3 {
	font-family: var(--od-font-display);
	font-size: var(--od-size-h3);
	line-height: 1.2;
	font-weight: 400;
	margin: 34px 0 12px;
	scroll-margin-top: 24px;
}

.od-entry-content h4 {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-m);
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--od-ink);
	margin: 30px 0 10px;
}

/* Drop cap — first paragraph only, and only when the article opens on one. */
body.od-dropcap .od-entry-content > p:first-child::first-letter {
	float: left;
	font-family: var(--od-font-display);
	font-size: var(--od-size-dropcap);
	line-height: .78;
	font-weight: 400;
	color: var(--od-ochre);
	margin: 10px 12px 0 0;
}

/* Lists — ochre em dash in a 28px column, no bullets */
.od-entry-content ul:not([class]),
.od-entry-content ul.wp-block-list:not(.is-style-od-plain) {
	list-style: none;
	padding: 0;
	margin: 0 0 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: var(--od-size-body);
	line-height: 1.55;
}

.od-entry-content ul:not([class]) > li,
.od-entry-content ul.wp-block-list:not(.is-style-od-plain) > li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
}

.od-entry-content ul:not([class]) > li::before,
.od-entry-content ul.wp-block-list:not(.is-style-od-plain) > li::before {
	content: "\2014";
	color: var(--od-ochre);
}

.od-entry-content ul ul { margin: 10px 0 0; }

.od-entry-content ol {
	padding-left: 0;
	margin: 0 0 22px;
	list-style: none;
	counter-reset: od-ol;
	display: flex;
	flex-direction: column;
	gap: 10px;
	line-height: 1.55;
}

.od-entry-content ol > li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
}

.od-entry-content ol > li::before {
	counter-increment: od-ol;
	content: counter(od-ol, decimal-leading-zero);
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.9;
	color: var(--od-ochre);
}

/* Pull quote */
.od-entry-content blockquote,
.od-entry-content .wp-block-quote {
	margin: 40px 0;
	padding: 28px 0;
	border-top: var(--od-rule-minor);
	border-bottom: var(--od-rule-minor);
	border-left: 0;
	text-align: center;
}

.od-entry-content blockquote p,
.od-entry-content .wp-block-quote p {
	font-family: var(--od-font-text);
	font-style: italic;
	font-weight: 400;
	font-size: var(--od-size-quote);
	line-height: 1.35;
	margin: 0 auto 14px;
	max-width: 560px;
}

.od-entry-content blockquote p:last-child,
.od-entry-content .wp-block-quote p:last-child { margin-bottom: 0; }

.od-entry-content blockquote cite,
.od-entry-content blockquote footer,
.od-entry-content .wp-block-quote cite {
	display: block;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	font-style: normal;
	line-height: 1;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--od-ochre);
}

/* Tables */
.od-entry-content table,
.od-entry-content .wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	font-size: var(--od-size-small);
	margin: 0 0 22px;
}

.od-entry-content th {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-xs);
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--od-ink-meta);
	text-align: left;
	padding: 0 12px 12px 0;
	border-bottom: var(--od-rule-major);
}

.od-entry-content th:last-child,
.od-entry-content td:last-child { padding-right: 0; }

.od-entry-content td {
	padding: 12px 12px 12px 0;
	border-bottom: var(--od-rule-hair);
	line-height: 1.5;
	vertical-align: top;
}

.od-entry-content tbody tr:last-child td { border-bottom: var(--od-rule-minor); }

.od-entry-content .wp-block-table { margin: 0 0 22px; overflow-x: auto; }
.od-entry-content .wp-block-table figcaption {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.6;
	color: var(--od-ink-meta);
	text-align: left;
	padding-top: 10px;
}

.od-table-scroll-hint {
	display: none;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-xs);
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--od-ink-meta);
	margin: -14px 0 22px;
}

/* Route facts */
.od-route-facts,
.od-entry-content .is-style-od-route-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.4;
	color: var(--od-ink-70);
	margin: 0 0 18px;
	padding: 0 0 14px;
	border-bottom: var(--od-rule-hair);
	list-style: none;
}

.od-entry-content ul.is-style-od-route-facts > li {
	display: inline;
	grid-template-columns: none;
}

.od-entry-content ul.is-style-od-route-facts > li::before { content: none; }

.od-route-facts__grade,
.od-route-facts .od-accent { color: var(--od-ochre); }

/* Callout */
.od-callout,
.od-entry-content .is-style-od-callout {
	border: var(--od-rule-minor);
	background: var(--od-paper);
	padding: 18px 22px;
	margin: 0 0 26px;
}

.od-callout,
.od-entry-content .is-style-od-callout,
.od-entry-content .is-style-od-callout > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

/* Core wraps group children in an inner container, which would leave the
   outer grid with a single child. Grid the inner one and un-grid the outer. */
.od-entry-content .is-style-od-callout:has(> .wp-block-group__inner-container) {
	display: block;
}

.od-callout__label,
.od-entry-content .is-style-od-callout > :first-child,
.od-entry-content .is-style-od-callout > .wp-block-group__inner-container > :first-child {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-xs);
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--od-ochre);
	white-space: nowrap;
	margin: 0;
}

.od-callout__body,
.od-entry-content .is-style-od-callout > :first-child ~ *,
.od-entry-content .is-style-od-callout > .wp-block-group__inner-container > :first-child ~ * {
	font-size: var(--od-size-small);
	line-height: 1.6;
	margin: 0;
}

/* Figures inside the content, from the block editor */
.od-entry-content .wp-block-image {
	margin: 32px 0;
	border: var(--od-rule-minor);
	padding: var(--od-figure-pad);
	background: var(--od-paper);
}

.od-entry-content .wp-block-image img { display: block; width: 100%; }

.od-entry-content .wp-block-image figcaption {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 20px;
	padding: 10px 2px 0;
	margin: 0;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.4;
	color: var(--od-ink-70);
	text-align: left;
}

body.od-numbered-figures .od-article-col { counter-reset: od-fig 1; }

body.od-numbered-figures .od-entry-content .wp-block-image > figcaption::before,
body.od-numbered-figures .od-entry-content figure.od-figure > figcaption .od-figure__caption-text::before {
	counter-increment: od-fig;
	content: "Fig. " counter(od-fig) " \2014 ";
}

.od-entry-content .wp-block-embed,
.od-entry-content .wp-block-video { margin: 32px 0; }

.od-entry-content .wp-block-separator {
	border: 0;
	border-top: var(--od-rule-minor);
	margin: 40px 0;
	max-width: none;
	height: 0;
	opacity: 1;
	color: var(--od-ink);
}

.od-entry-content .wp-block-buttons { margin: 0 0 26px; }

.od-entry-content .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 0;
	border-bottom: var(--od-rule-accent);
	border-radius: 0;
	background: none;
	color: var(--od-ink);
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-m);
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 0 0 6px;
	text-decoration: none;
}

.od-entry-content .wp-block-button__link:hover { border-bottom-color: var(--od-ink); }

.od-entry-content > *:last-child { margin-bottom: 0; }

/* Sources & fieldwork */
.od-sources {
	border-top: var(--od-rule-major);
	margin-top: 44px;
	padding-top: 18px;
}

.od-sources__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-m);
	line-height: 1.6;
	color: var(--od-ink-75);
}

.od-sources__list a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.od-sources__list a:hover { color: var(--od-ochre); }

/* Tags */
.od-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 32px 0 0;
}

.od-tag {
	border: 1px solid var(--od-ink-edge);
	padding: 7px 12px;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1;
	letter-spacing: .06em;
	color: var(--od-ink);
	transition: border-color var(--od-ease);
}

.od-tag:hover,
.od-tag:focus-visible { border-color: var(--od-ink); }

/* Author box */
.od-authorbox {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 22px;
	margin: 44px 0 0;
	padding: 24px 0;
	border-top: var(--od-rule-minor);
	border-bottom: var(--od-rule-minor);
}

.od-authorbox__name {
	font-family: var(--od-font-display);
	font-size: var(--od-size-name);
	line-height: 1.2;
}

.od-authorbox__meta {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.6;
	color: var(--od-ink-meta);
	margin: 4px 0 10px;
}

.od-authorbox__bio {
	font-size: var(--od-size-small);
	line-height: 1.55;
	color: var(--od-ink-85);
	margin: 0 0 12px;
}

/* Prev / next */
.od-adjacent {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
	padding-block: 24px 8px;
}

.od-adjacent__item { min-width: 0; }
.od-adjacent__item--next { text-align: right; }

.od-adjacent__label {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-xs);
	line-height: 1.4;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--od-ink-meta);
	margin-bottom: 8px;
}

.od-adjacent__title {
	font-family: var(--od-font-display);
	font-size: 20px;
	line-height: 1.25;
	color: var(--od-ink);
}

.od-adjacent__item:hover .od-adjacent__title,
.od-adjacent__item:focus-visible .od-adjacent__title {
	text-decoration: underline;
	text-decoration-color: var(--od-ochre);
	text-underline-offset: 3px;
}

/* Related */
.od-related {
	margin-top: 56px;
	border-top: var(--od-rule-minor);
	padding-block: 32px 44px;
}

.od-related .od-section__head { margin-bottom: 28px; }

/* ==========================================================================
   20. Static page
   ========================================================================== */

.od-page-head {
	padding-block: 40px;
	border-bottom: var(--od-rule-minor);
}

.od-page-head__title {
	font-family: var(--od-font-display);
	font-size: var(--od-size-h1);
	line-height: 1.05;
	letter-spacing: -.015em;
	margin: 18px 0 22px;
	max-width: 900px;
	text-wrap: balance;
}

.od-page-head__title:only-child { margin-top: 0; }

.od-page-head .od-standfirst { margin-bottom: 0; }

.od-page-grid {
	display: grid;
	grid-template-columns: minmax(0, var(--od-measure)) minmax(0, 1fr);
	gap: 72px;
	padding-block: 44px 0;
}

.od-page-grid--full { grid-template-columns: minmax(0, 1fr); }

.od-page-grid > .od-article-col { min-width: 0; }

.od-onthispage__list {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: var(--od-size-nav);
	line-height: 1.4;
}

.od-onthispage__list li + li { border-top: var(--od-rule-hair); }

.od-onthispage__list a {
	display: block;
	padding: 9px 0;
	color: var(--od-ink);
}

.od-onthispage__list a:hover,
.od-onthispage__list a:focus-visible {
	text-decoration: underline;
	text-decoration-color: var(--od-ochre);
	text-underline-offset: 3px;
}

.od-boxpanel {
	border: var(--od-rule-minor);
	background: var(--od-paper);
	padding: 20px 22px;
	margin-top: 36px;
}

.od-boxpanel__text {
	font-size: var(--od-size-small);
	line-height: 1.55;
	margin: 0 0 14px;
}

.od-boxpanel .od-cta { font-size: var(--od-size-mono-s); }

/* Team grid */
.od-team {
	margin-top: 56px;
	border-top: var(--od-rule-minor);
	padding-block: 32px 44px;
}

.od-team__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
}

.od-person {
	border-top: var(--od-rule-hair);
	padding-top: 20px;
	min-width: 0;
}

.od-person .od-avatar { margin-bottom: 16px; }

.od-person__name {
	font-family: var(--od-font-display);
	font-size: var(--od-size-name);
	line-height: 1.2;
}

.od-person__role {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.6;
	color: var(--od-ink-meta);
	margin: 4px 0 10px;
}

.od-person__bio {
	font-size: var(--od-size-small);
	line-height: 1.55;
	color: var(--od-ink-85);
	margin: 0;
}

/* ==========================================================================
   21. Search
   ========================================================================== */

.od-searchhero { padding-block: 48px 0; }

.od-searchhero .od-eyebrow { margin-bottom: 18px; }

.od-searchhero__form {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	border-bottom: var(--od-rule-major);
	padding-bottom: 14px;
	max-width: 900px;
}

.od-searchhero__input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: none;
	padding: 0;
	font-family: var(--od-font-display);
	font-size: 56px;
	line-height: 1.05;
	letter-spacing: -.015em;
	color: var(--od-ink);
	caret-color: var(--od-ochre);
}

.od-searchhero__input:focus { outline: none; }

.od-searchhero__input::placeholder {
	color: var(--od-ink-ghost);
	opacity: 1;
}

.od-searchhero__hint {
	flex: none;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--od-ink-meta);
	padding-bottom: 10px;
}

.od-searchmeta {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 16px;
	max-width: 900px;
	padding-top: 18px;
}

.od-searchmeta__count {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.6;
	color: var(--od-ink-meta);
}

.od-searchresults {
	max-width: 900px;
	padding-top: 28px;
}

.od-searchhero__form,
.od-searchmeta { margin-inline: 0; }

.od-searchresults mark {
	background: none;
	color: inherit;
	border-bottom: 2px solid var(--od-ochre);
}

.od-noresults {
	max-width: 760px;
	padding: 32px 0 64px;
	border-top: var(--od-rule-minor);
	margin-top: 24px;
}

.od-noresults__title {
	font-family: var(--od-font-display);
	font-size: var(--od-size-h2);
	line-height: 1.15;
	margin-bottom: 16px;
}

/* ==========================================================================
   22. 404
   ========================================================================== */

.od-404 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 56px;
	padding-block: 96px 120px;
	align-items: center;
}

.od-404__title {
	font-family: var(--od-font-display);
	font-size: var(--od-size-display-xl);
	line-height: 1;
	letter-spacing: -.02em;
	margin: 18px 0 24px;
	text-wrap: balance;
}

.od-404__text {
	font-size: var(--od-size-lead);
	line-height: 1.55;
	margin: 0 0 32px;
	max-width: 520px;
}

.od-404__form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border-bottom: var(--od-rule-major);
	padding-bottom: 12px;
	max-width: 520px;
	margin-bottom: 28px;
}

.od-404__input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: none;
	padding: 0;
	font-family: var(--od-font-display);
	font-size: 28px;
	line-height: 1.2;
	color: var(--od-ink);
	caret-color: var(--od-ochre);
}

.od-404__input:focus { outline: none; }
.od-404__input::placeholder { color: var(--od-ink-ghost); opacity: 1; }

.od-404__hint {
	flex: none;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--od-ink-meta);
}

.od-404__ctas { display: flex; flex-wrap: wrap; gap: 28px; }

.od-404__plate {
	height: 420px;
	display: grid;
	place-items: center;
	background:
		repeating-linear-gradient(0deg, rgba(28, 35, 51, .08) 0 1px, transparent 1px 40px),
		repeating-linear-gradient(90deg, rgba(28, 35, 51, .08) 0 1px, transparent 1px 40px),
		var(--od-cream);
}

.od-404__plate .od-mark {
	width: 64px;
	height: 64px;
	color: rgba(28, 35, 51, .35);
}

/* ==========================================================================
   23. Footer
   ========================================================================== */

.od-footer {
	border-top: var(--od-rule-major);
	padding: 32px 0 40px;
	margin-top: 0;
}

.od-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
	gap: 32px;
	padding-bottom: 28px;
	border-bottom: var(--od-rule-hair);
}

.od-footer__brand { min-width: 0; }

.od-footer__lockup {
	display: flex;
	align-items: center;
	gap: 10px;
}

.od-footer .od-mark { width: 26px; height: 26px; }
.od-footer .od-wordmark { font-size: var(--od-size-name); }

.od-footer__logo img { display: block; max-height: 34px; width: auto; }

.od-footer__blurb {
	font-size: var(--od-size-footer);
	line-height: 1.6;
	color: var(--od-ink-80);
	margin: 16px 0 0;
	max-width: 300px;
}

.od-footer__col { min-width: 0; }

.od-footer__links {
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: var(--od-size-nav);
	line-height: 1.4;
}

.od-footer__links a {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	color: var(--od-ink);
}

.od-footer__links a:hover,
.od-footer__links a:focus-visible {
	text-decoration: underline;
	text-decoration-color: var(--od-ochre);
	text-underline-offset: 3px;
}

.od-colophon {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 16px;
	padding-top: 20px;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.7;
	color: var(--od-ink-70);
}

.od-colophon__links {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.od-colophon a {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	color: inherit;
}

.od-colophon a:hover,
.od-colophon a:focus-visible {
	color: var(--od-ink);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Single-row variant, used on search and 404 */
.od-footer--compact { padding: 24px 0 40px; }
.od-footer--compact .od-colophon { padding-top: 0; }

/* ==========================================================================
   24. Comments
   ========================================================================== */

.od-comments {
	border-top: var(--od-rule-major);
	margin-top: 44px;
	padding-top: 20px;
	max-width: var(--od-measure);
}

.od-comments__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.od-comments__list ol { list-style: none; padding-left: 28px; }

.od-comments__list .comment-body {
	padding: 20px 0;
	border-bottom: var(--od-rule-hair);
}

.od-comments .comment-author {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: var(--od-font-display);
	font-size: var(--od-size-name);
	line-height: 1.2;
}

.od-comments .comment-author img { border-radius: 50%; border: var(--od-rule-minor); }

.od-comments .comment-meta,
.od-comments .comment-metadata {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	line-height: 1.6;
	color: var(--od-ink-meta);
	margin: 4px 0 10px;
}

.od-comments .comment-content { font-size: var(--od-size-small); line-height: 1.6; }

.od-comments .reply a,
.od-comments .comment-reply-link {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--od-ochre);
}

.od-comments .comment-respond { padding-top: 24px; }

.od-comments .comment-reply-title {
	font-family: var(--od-font-display);
	font-size: var(--od-size-block);
	line-height: 1;
	margin-bottom: 18px;
}

.od-comments label {
	display: block;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-xs);
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--od-ochre);
	margin-bottom: 8px;
}

.od-comments input[type="text"],
.od-comments input[type="email"],
.od-comments input[type="url"],
.od-comments textarea {
	width: 100%;
	border: var(--od-rule-minor);
	border-radius: 0;
	background: var(--od-paper);
	padding: 10px 12px;
	font-family: var(--od-font-text);
	font-size: var(--od-size-small);
	color: var(--od-ink);
}

.od-comments .comment-form-comment,
.od-comments .comment-form-author,
.od-comments .comment-form-email,
.od-comments .comment-form-url { margin-bottom: 18px; }

.od-comments .form-submit .submit {
	border: 0;
	border-bottom: var(--od-rule-accent);
	background: none;
	padding: 0 0 6px;
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-m);
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--od-ink);
	cursor: pointer;
}

.od-comments .comment-notes,
.od-comments .comment-form-cookies-consent {
	font-size: var(--od-size-small);
	line-height: 1.55;
	color: var(--od-ink-80);
}

.od-comments .comment-form-cookies-consent label {
	display: inline;
	font-family: var(--od-font-text);
	font-size: var(--od-size-small);
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: var(--od-ink-80);
}

/* ==========================================================================
   25. Alignment helpers for block content
   ========================================================================== */

.od-entry-content .alignwide {
	width: auto;
	max-width: none;
	margin-left: calc(-1 * clamp(0px, (100vw - var(--od-measure)) / 2 - var(--od-gutter), 130px));
	margin-right: calc(-1 * clamp(0px, (100vw - var(--od-measure)) / 2 - var(--od-gutter), 130px));
}

.od-entry-content .alignfull {
	width: auto;
	max-width: none;
	margin-left: calc(-1 * clamp(0px, (100vw - var(--od-measure)) / 2 - var(--od-gutter), 260px));
	margin-right: calc(-1 * clamp(0px, (100vw - var(--od-measure)) / 2 - var(--od-gutter), 260px));
}

.od-entry-content .alignleft {
	float: left;
	margin: 6px 28px 22px 0;
	max-width: 50%;
}

.od-entry-content .alignright {
	float: right;
	margin: 6px 0 22px 28px;
	max-width: 50%;
}

.od-entry-content .aligncenter { margin-inline: auto; }

.od-entry-content::after { content: ""; display: table; clear: both; }

/* WordPress core housekeeping */
.sticky, .gallery-caption, .bypostauthor { display: block; }

.wp-caption { max-width: 100%; }

.wp-caption-text {
	font-family: var(--od-font-mono);
	font-size: var(--od-size-mono-s);
	color: var(--od-ink-70);
	padding-top: 10px;
}

/* ==========================================================================
   26. Breakpoints
   ========================================================================== */

/* 1200–1279: keep the desktop grammar, tighten the outer rhythm */
@media (max-width: 1279px) {
	:root {
		--od-size-display: 66px;
		--od-size-display-xl: 78px;
		--od-size-h1: 54px;
	}

	.od-archive-head { grid-template-columns: minmax(0, 1fr) 42%; }
}

/* Below 1200: no sticky contents column — the article gets the full measure */
@media (max-width: 1199px) {
	.od-article-grid {
		grid-template-columns: min(100%, var(--od-measure));
		gap: 0;
		justify-content: start;
	}

	.od-aside--toc { display: none; }

	.od-toc-bar { display: flex; }

	.od-archive-body { grid-template-columns: minmax(0, 1fr); gap: 48px; }

	.od-page-grid { grid-template-columns: min(100%, var(--od-measure)); gap: 40px; }

	.od-page-grid > .od-aside { max-width: var(--od-measure); }

	.od-index,
	.od-notes,
	.od-team__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }

	.od-notes,
	.od-team__grid { gap: 32px; }

	.od-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }

	.od-nav__list { gap: 20px; }

	:root { --od-size-masthead: 56px; }
}

/* Tablet */
@media (max-width: 1023px) {
	:root {
		--od-gutter: 28px;
		--od-size-display: 56px;
		--od-size-display-xl: 64px;
		--od-size-h1: 46px;
		--od-size-masthead: 48px;
		--od-figure-hero: 420px;
		--od-figure-region: 320px;
	}

	.od-hero { grid-template-columns: minmax(0, 1fr); gap: 36px; }

	.od-archive-head { grid-template-columns: minmax(0, 1fr); gap: 32px; }

	.od-404 { grid-template-columns: minmax(0, 1fr); gap: 40px; padding-block: 56px 72px; }

	.od-404__plate { height: 300px; }

	.od-header__inner { grid-template-columns: auto 1fr; }

	.od-header__nav { display: none; }

	.od-header__end { display: none; }

	.od-header__mobile { display: flex; justify-self: end; }

	.od-searchhero__input { font-size: 40px; }
}

/* Mobile — screen 2h */
@media (max-width: 767px) {
	:root {
		--od-gutter: 16px;
		--od-figure-pad: 8px;
		--od-size-body: 17px;
		--od-size-lead: 17px;
		--od-size-standfirst: 17px;
		--od-size-display: 44px;
		--od-size-display-xl: 44px;
		--od-size-h1: 34px;
		--od-size-h2: 26px;
		--od-size-masthead: 36px;
		--od-size-block: 24px;
		--od-size-index: 21px;
		--od-size-list: 21px;
		--od-size-quote: 22px;
		--od-size-dropcap: 66px;
		--od-figure-hero: 240px;
		--od-figure-region: 240px;
		--od-figure-inline: 220px;
		--od-sidebar: 100%;
	}

	.od-strip__inner {
		padding-block: 9px;
		font-size: 10px;
		gap: 12px;
	}

	.od-strip__desktop { display: none; }
	.od-strip__mobile { display: inline; }
	.od-strip__right { gap: 14px; }
	.od-strip__edition { display: none; }

	.od-masthead__inner { padding-block: 26px 18px; gap: 12px; }
	.od-masthead .od-mark { width: 36px; height: 36px; }

	.od-masthead__tagline { font-size: 10px; letter-spacing: .2em; }

	/* Home nav becomes a horizontally scrollable rail */
	.od-navbar__list {
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 22px;
		padding: 11px 0;
		font-size: 14px;
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.od-navbar__list::-webkit-scrollbar { display: none; }
	.od-navbar__list > li { flex: none; }

	.od-navbar__list a,
	.od-nav__list a {
		display: inline-flex;
		align-items: center;
		min-height: 24px;
	}

	.od-header .od-mark { width: 26px; height: 26px; }
	.od-header .od-wordmark { font-size: 21px; }
	.od-header__inner { padding-block: 12px; gap: 12px; }
	.od-header__mobile { font-size: 11px; gap: 14px; }

	.od-breadcrumb {
		flex-wrap: nowrap;
		overflow: hidden;
		white-space: nowrap;
		gap: 8px;
	}

	.od-breadcrumb > * { flex: 0 0 auto; }

	.od-breadcrumb > a:nth-of-type(2),
	.od-breadcrumb__current,
	.od-breadcrumb .last {
		flex: 0 1 auto;
		min-width: 3ch;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.od-hero { padding-block: 28px 32px; gap: 28px; }
	.od-hero__title { margin: 12px 0 18px; }
	.od-hero__text { margin-bottom: 24px; }

	.od-section__head { margin-bottom: 18px; flex-wrap: wrap; gap: 8px; }

	.od-frontsection { padding-block: 22px 6px; }
	.od-frontsection--recent { padding-block: 24px 8px; }
	.od-frontsection--notes { padding-block: 24px 32px; }
	.od-frontsection--notes .od-section__title { margin-bottom: 20px; }

	/* Gazetteer: two columns, tighter */
	.od-index { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
	.od-index__item { padding: 12px 0 16px; }
	.od-index__name { margin: 8px 0 5px; }
	.od-index__meta,
	.od-index__no { font-size: 11px; }

	/* Recent entries: first is a full card, the rest are compact rows */
	.od-cards { grid-template-columns: minmax(0, 1fr); gap: 0; }

	.od-cards .od-card:first-child { padding-bottom: 22px; }

	.od-cards .od-card:not(:first-child) {
		display: grid;
		grid-template-columns: 110px minmax(0, 1fr);
		gap: 16px;
		align-items: start;
		border-top: var(--od-rule-hair);
		padding: 16px 0;
	}

	.od-cards .od-card:not(:first-child) .od-thumb--card { height: 74px; }
	.od-cards .od-card:not(:first-child) .od-card__eyebrow { margin: 0 0 6px; font-size: 11px; }
	.od-cards .od-card:not(:first-child) .od-card__title { font-size: 19px; margin-bottom: 6px; }
	.od-cards .od-card:not(:first-child) .od-card__excerpt { display: none; }
	.od-cards .od-card:not(:first-child) .od-card__meta { font-size: 11px; }

	/* Notes: four rows */
	.od-notes { grid-template-columns: minmax(0, 1fr); gap: 0; }

	.od-note {
		display: grid;
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 12px;
		align-items: start;
		border-top: var(--od-rule-hair);
		padding: 16px 0;
	}

	.od-note__numeral { font-size: 24px; }
	.od-note__title { margin: 0 0 6px; font-size: 19px; }
	.od-note__text { font-size: 14px; }

	/* Captions stack rather than push the frame wide */
	.od-figure figcaption,
	.od-figure__caption { gap: 4px 16px; }

	/* Entries */
	.od-entry { grid-template-columns: 100px minmax(0, 1fr); gap: 14px; padding: 16px 0; }
	.od-entry__eyebrow { font-size: 11px; margin-bottom: 6px; }
	.od-entry__title { font-size: 19px; margin-bottom: 6px; }
	.od-entry__excerpt { display: none; }
	.od-entry__meta { font-size: 11px; }
	.od-thumb--list { height: 68px; }
	.od-entry__plate { height: 68px; padding: 6px; }
	.od-entry__plate-name { font-size: 16px; margin-top: 4px; }

	/* Article */
	.od-article-head { padding-block: 22px 24px; }
	.od-article-head__title { margin: 12px 0 16px; }
	.od-standfirst { margin-bottom: 20px; }
	.od-byline { gap: 12px; flex-wrap: wrap; padding-top: 16px; }
	.od-byline__line { font-size: 15px; }
	.od-byline__actions { width: 100%; }

	.od-article-grid { padding-top: 28px; }

	.od-glance { padding: 16px 16px; margin-bottom: 26px; }
	.od-facts--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

	.od-entry-content .wp-block-table { position: relative; }
	.od-table-scroll-hint { display: block; }

	.od-entry-content blockquote,
	.od-entry-content .wp-block-quote { margin: 28px 0; padding: 20px 0; }

	.od-route-facts,
	.od-entry-content .is-style-od-route-facts { font-size: 11px; gap: 8px 18px; }

	.od-callout,
	.od-entry-content .is-style-od-callout,
	.od-entry-content .is-style-od-callout > .wp-block-group__inner-container {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
		padding: 16px;
	}

	.od-callout__label,
	.od-entry-content .is-style-od-callout > :first-child,
	.od-entry-content .is-style-od-callout > .wp-block-group__inner-container > :first-child {
		white-space: normal;
	}

	.od-authorbox { grid-template-columns: 56px minmax(0, 1fr); gap: 16px; }
	.od-authorbox .od-avatar--72 { width: 56px; height: 56px; }

	.od-adjacent { grid-template-columns: minmax(0, 1fr); gap: 20px; }
	.od-adjacent__item--next { text-align: left; }

	.od-related { margin-top: 32px; padding-block: 24px 32px; }

	.od-related .od-cards { grid-template-columns: minmax(0, 1fr); }

	.od-related .od-card {
		display: grid;
		grid-template-columns: 100px minmax(0, 1fr);
		gap: 14px;
		align-items: start;
		border-top: var(--od-rule-hair);
		padding: 16px 0;
	}

	.od-related .od-card:first-child { border-top: 0; padding-top: 0; }
	.od-related .od-thumb--card { height: 68px; }
	.od-related .od-card__eyebrow { margin: 0 0 6px; font-size: 11px; }
	.od-related .od-card__title { font-size: 18px; margin-bottom: 6px; }
	.od-related .od-card__meta { font-size: 11px; }

	/* Archive */
	.od-archive-head { padding-block: 22px 28px; }
	.od-archive-head__title { margin: 12px 0 14px; }
	.od-archive-head__stats { margin-bottom: 16px; font-size: 11px; }
	.od-archive-body { padding-top: 22px; gap: 36px; }
	.od-archive-list__head { flex-wrap: wrap; gap: 10px; }
	.od-filters { gap: 14px; font-size: 11px; }

	/* Page */
	.od-page-head { padding-block: 22px 24px; }
	.od-page-head__title { margin: 12px 0 16px; }
	.od-page-grid { padding-top: 26px; gap: 32px; }
	.od-team { margin-top: 32px; padding-block: 24px 32px; }
	.od-team__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
	.od-avatar--88 { width: 64px; height: 64px; }

	/* Search + 404 */
	.od-searchhero { padding-block: 28px 0; }
	.od-searchhero__input { font-size: 30px; }
	.od-searchhero__hint { display: none; }
	.od-searchmeta { padding-top: 14px; }
	.od-searchresults { padding-top: 18px; }

	.od-404 { padding-block: 40px 56px; }
	.od-404__input { font-size: 21px; }
	.od-404__plate { height: 220px; }
	.od-404__ctas { gap: 18px; }

	/* Footer */
	.od-footer { padding-block: 24px 32px; }

	.od-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 20px;
		padding-bottom: 22px;
	}

	.od-footer__brand { grid-column: 1 / -1; }

	.od-colophon { flex-direction: column; gap: 12px; font-size: 11px; }

	.od-pagination { padding: 18px 0 28px; font-size: 11px; }
}

/* Only the narrowest handsets drop to one column; 390px keeps the two-column
   index and footer the design calls for. */
@media (max-width: 339px) {
	.od-index { grid-template-columns: minmax(0, 1fr); }
	.od-footer__grid { grid-template-columns: minmax(0, 1fr); }
}

/* ==========================================================================
   27. Print
   ========================================================================== */

@media print {
	.od-strip,
	.od-header,
	.od-masthead,
	.od-navbar,
	.od-breadcrumb,
	.od-aside,
	.od-toc-bar,
	.od-toc-panel,
	.od-byline__actions,
	.od-related,
	.od-adjacent,
	.od-comments,
	.od-footer__grid,
	.od-mobilemenu,
	.od-skip-link { display: none !important; }

	body { background: #fff; color: #000; font-size: 12pt; }

	.od-article-grid { display: block; padding: 0; }

	.od-figure { break-inside: avoid; }

	.od-footer { border-top: 1px solid #000; padding: 12pt 0 0; }

	a[href^="http"]::after {
		content: " (" attr(href) ")";
		font-family: monospace;
		font-size: 9pt;
	}
}
