/*
Theme Name: The Scoop
Theme URI: https://thescoop.com.pk/
Author: The Scoop
Author URI: https://thescoop.com.pk/
Description: A responsive editorial WordPress theme for The Scoop, with a curated newspaper-style homepage, category archives, search, article layouts, related stories, and Gutenberg support.
Version: 1.8.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: 2026 The Scoop
Text Domain: the-scoop
Tags: news, blog, custom-logo, custom-menu, featured-images, block-styles, wide-blocks, editor-style
*/

:root {
	--paper: #f8f7ef;
	--ink: #20211f;
	--muted: #60665c;
	--forest: #315b46;
	--forest-hover: #234432;
	--footer: #e1e5d7;
	--soft-accent: #b5d3bd;
	--number: #899780;
	--line: #d1d4c7;
	--panel: #eaece0;
	--surface: #fffdf7;
	--button-text: #fff;
	--accent-text: #182019;
	--inverse-bg: #20211f;
	--inverse-text: #eee7dc;
	--inverse-muted: #c0b7a9;
	--inverse-line: #5a5950;
	--toolbar: rgb(255 253 247 / 72%);
	--focus-paper: #fbfaf3;
	--focus-toolbar: rgb(251 250 243 / 96%);
	--shadow-rgb: 32 33 31;
	--serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", serif;
	--sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	color-scheme: light;
}

:root[data-theme="dark"] {
	--paper: #171914;
	--ink: #eceee8;
	--muted: #afb6aa;
	--forest: #91c9a7;
	--forest-hover: #b5ddc3;
	--footer: #1e211d;
	--soft-accent: #9bc9aa;
	--number: #91a38d;
	--line: #3d433b;
	--panel: #242820;
	--surface: #1d201b;
	--button-text: #111511;
	--accent-text: #182019;
	--inverse-bg: #0e110f;
	--inverse-text: #eef0eb;
	--inverse-muted: #bcc4b8;
	--inverse-line: #4b514a;
	--toolbar: rgb(29 32 27 / 88%);
	--focus-paper: #131612;
	--focus-toolbar: rgb(24 27 22 / 96%);
	--shadow-rgb: 0 0 0;
	--wp--preset--color--cream: #171914;
	--wp--preset--color--ink: #eceee8;
	--wp--preset--color--forest: #91c9a7;
	--wp--preset--color--soft-forest: #9bc9aa;
	--wp--preset--color--panel: #242820;
	color-scheme: dark;
}

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

html {
	scroll-behavior: smooth;
}

main,
section[id] {
	scroll-margin-top: 24px;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font: 16px/1.5 var(--sans);
	font-kerning: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

:root[data-theme="dark"] body {
	background: var(--paper);
	color: var(--ink);
}

:root[data-theme="dark"] a:where(:not(.wp-element-button)) {
	color: inherit;
}

:root[data-theme="dark"] .wp-element-button:not(.has-background),
:root[data-theme="dark"] .wp-block-button__link:not(.has-background) {
	background-color: var(--forest);
	color: var(--button-text);
}

body.admin-bar .site-header {
	scroll-margin-top: 32px;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
.article-body a,
.page-content a {
	overflow-wrap: anywhere;
}

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

a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

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

button,
a,
input {
	-webkit-tap-highlight-color: transparent;
}

button {
	cursor: pointer;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid var(--forest);
	outline-offset: 4px;
}

.wrap,
.alignwide {
	width: min(1200px, calc(100% - 64px));
	margin-inline: auto;
}

.alignfull {
	width: 100%;
}

.aligncenter,
.wp-caption.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft,
.wp-caption.alignleft {
	float: left;
	max-width: 50%;
	margin: 6px 24px 18px 0;
}

.alignright,
.wp-caption.alignright {
	float: right;
	max-width: 50%;
	margin: 6px 0 18px 24px;
}

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

.wp-caption-text,
.gallery-caption {
	margin-top: 8px;
	color: var(--muted);
	font: 12px/1.5 var(--sans);
}

.sticky.archive-item {
	border-top: 2px solid var(--forest);
}

.comment-list .bypostauthor {
	padding-left: 16px;
	border-left: 3px solid var(--soft-accent);
}

.wp-block-quote.is-style-scoop-highlight {
	padding: 28px;
	border: 0;
	background: var(--panel);
}

.wp-block-image.is-style-scoop-editorial-frame img {
	border: 1px solid var(--line);
	box-shadow: 10px 10px 0 var(--panel);
}

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

.screen-reader-text:focus {
	top: 10px;
	left: 10px;
	z-index: 100000;
	width: auto;
	height: auto;
	clip: auto;
	margin: 0;
	padding: 10px 18px;
	background: var(--paper);
	color: var(--ink);
}

.publication-bar {
	background: var(--inverse-bg);
	color: var(--inverse-text);
	font-size: 12px;
	letter-spacing: .04em;
	padding: 7px 0;
}

.publication-bar-inner {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.publication-bar b {
	font-weight: 400;
	color: var(--soft-accent);
}

.utility {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	border-bottom: 1px solid var(--line);
	font-size: 12px;
	color: var(--muted);
}

.utility-right {
	display: flex;
	gap: 20px;
	align-items: center;
}

.utility a {
	font-size: 13px;
}

.theme-toggle {
	display: none;
	align-items: center;
	gap: 6px;
	min-height: 32px;
	padding: 4px 8px;
	border: 1px solid var(--line);
	background: transparent;
	color: var(--ink);
	font-size: 12px;
}

.js .theme-toggle {
	display: inline-flex;
}

.theme-toggle:hover {
	border-color: var(--forest);
	color: var(--forest);
}

.theme-toggle svg {
	width: 16px;
	height: 16px;
}

.theme-toggle-sun,
[data-theme="dark"] .theme-toggle-moon {
	display: none;
}

[data-theme="dark"] .theme-toggle-sun {
	display: block;
}

.masthead {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 0 17px;
}

.wordmark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.wordmark .brand-logo-image {
	display: block;
	width: clamp(280px, 34vw, 430px);
	max-height: 137px;
	height: auto;
	object-fit: contain;
}

[data-theme="dark"] .wordmark .brand-logo-image {
	filter: invert(1) hue-rotate(180deg);
}

.identity {
	width: 170px;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.masthead .identity:last-child {
	text-align: right;
}

.masthead .wordmark {
	flex: 1;
	min-width: 0;
	padding-inline: 24px;
	text-align: center;
}

.nav-row {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 52px;
	border-top: 1px solid var(--ink);
	border-bottom: 3px solid var(--ink);
}

.nav-list,
.nav-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
}

.nav-list > li {
	position: relative;
}

.nav-list > li > a {
	display: block;
	padding: 16px 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.nav-list .current-menu-item > a,
.nav-list .current-menu-ancestor > a,
.nav-list .current_page_item > a {
	color: var(--forest);
	box-shadow: inset 0 -3px var(--forest);
}

.nav-list .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: -18px;
	z-index: 20;
	min-width: 220px;
	background: var(--paper);
	border: 1px solid var(--line);
	box-shadow: 0 14px 28px rgb(var(--shadow-rgb) / 24%);
}

.nav-list .sub-menu a {
	display: block;
	padding: 11px 16px;
	font-size: 14px;
}

.nav-list li:hover > .sub-menu,
.nav-list li:focus-within > .sub-menu {
	display: block;
}

.icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0;
	background: none;
	color: inherit;
}

.icon-button svg {
	width: 20px;
	height: 20px;
}

.menu-button,
.mobile-edition {
	display: none;
}

.search-toggle {
	margin-left: 20px;
}

.search-box {
	padding: 20px 0;
	border-bottom: 1px solid var(--line);
}

.search-box[hidden] {
	display: none;
}

.no-js .search-toggle,
.no-js .menu-button {
	display: none;
}

.no-js .search-box[hidden] {
	display: block !important;
}

.search-form {
	display: flex;
	gap: 12px;
	max-width: 720px;
	margin: auto;
}

.search-field,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	min-width: 0;
	width: 100%;
	background: var(--surface);
	border: 1px solid var(--line);
	padding: 12px 14px;
	color: var(--ink);
}

.search-field {
	flex: 1;
}

.search-field:focus {
	border-color: var(--forest);
	box-shadow: 0 0 0 3px rgb(49 91 70 / 15%);
	outline: 0;
}

.button,
.submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--forest);
	color: var(--button-text);
	border: 1px solid var(--forest);
	padding: 11px 20px;
	font-weight: 700;
	font-size: 14px;
}

.button:hover,
.submit:hover {
	background: var(--forest-hover);
	text-decoration: none;
}

.latest-strip {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: stretch;
	border-bottom: 1px solid var(--ink);
}

.latest-strip-label {
	display: flex;
	align-items: center;
	padding: 12px 18px 12px 0;
	color: var(--forest);
	font-size: 12px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}

.latest-strip-label:hover {
	text-decoration: none;
	color: var(--forest-hover);
}

.latest-strip-items {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.latest-strip-items a {
	display: block;
	min-width: 0;
	padding: 11px 16px;
	border-left: 1px solid var(--line);
	font: 700 14px/1.25 var(--serif);
}

.latest-strip-items a > span:first-child {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.relative-time {
	display: block;
	margin-top: 5px;
	color: var(--muted);
	font: 11px/1.2 var(--sans);
	font-weight: 400;
}

.edition-line {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	font-size: 12px;
	color: var(--muted);
	text-transform: uppercase;
	letter-spacing: .8px;
}

.edition-line strong {
	color: var(--forest);
	font-weight: 700;
}

.hero {
	display: grid;
	grid-template-columns: 1.45fr 1fr .85fr;
	gap: 28px;
	padding: 18px 0 36px;
}

.lead-story {
	padding-right: 28px;
	border-right: 1px solid var(--line);
}

.kicker {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--forest);
	letter-spacing: 1.25px;
	margin: 0 0 11px;
}

.lead-story h1 {
	font: 700 43px/1.06 var(--serif);
	letter-spacing: -1.8px;
	margin: 0 0 18px;
}

.standfirst {
	font: 18px/1.5 var(--serif);
	color: var(--muted);
	margin: 0 0 18px;
}

.meta {
	font-size: 12px;
	color: var(--muted);
	margin: 16px 0 0;
	letter-spacing: .1px;
}

.meta strong {
	color: var(--ink);
	font-weight: 600;
}

.story-media-link {
	display: block;
}

.lead-image,
.feature-image,
.card-image,
.archive-image {
	display: block;
	width: 100%;
	object-fit: cover;
	background: var(--panel);
}

.lead-image {
	aspect-ratio: 1.63;
	margin-top: 18px;
}

.feature-image {
	aspect-ratio: 1.4;
}

.card-image {
	aspect-ratio: 1.8;
	margin-bottom: 17px;
}

.hero-middle {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.feature-story > .kicker {
	margin-top: 18px;
}

.feature-story h2,
.text-story h2 {
	font: 700 28px/1.1 var(--serif);
	letter-spacing: -.65px;
	margin: 10px 0;
}

.feature-story > p:not(.meta) {
	font: 16px/1.45 var(--serif);
	color: var(--muted);
	margin: 10px 0;
}

.text-story {
	border-top: 1px solid var(--line);
	padding-top: 20px;
}

.text-story h2 {
	font-size: 24px;
}

.latest {
	background: var(--panel);
	padding: 20px 20px 8px;
	align-self: start;
}

.latest-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid var(--ink);
	padding-bottom: 12px;
	margin-bottom: 2px;
}

.latest-heading h2 {
	font-size: 15px;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin: 0;
}

.latest-heading span {
	font-size: 11px;
	color: var(--forest);
	text-transform: uppercase;
}

.latest-item {
	padding: 18px 0;
	border-bottom: 1px solid var(--line);
}

.latest-item:last-child {
	border: 0;
}

.latest-item .kicker {
	font-size: 11px;
	margin-bottom: 7px;
}

.latest-item h3 {
	font: 400 21px/1.2 var(--serif);
	margin: 0;
}

.latest-item .meta {
	margin-top: 9px;
	font-size: 11px;
}

.section {
	padding: 26px 0 37px;
	border-top: 1px solid var(--line);
}

.section-title {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 22px;
}

.section-title h2 {
	font: 700 27px/1.2 var(--serif);
	margin: 0;
	white-space: nowrap;
	letter-spacing: -.5px;
}

.section-title::after {
	content: "";
	height: 1px;
	background: var(--ink);
	flex: 1;
}

.section-title > a {
	font-size: 12px;
	color: var(--muted);
	order: 1;
	white-space: nowrap;
}

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

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

.cards-count-1 {
	grid-template-columns: minmax(0, 760px);
}

.story-card:not(:last-child) {
	border-right: 1px solid var(--line);
	padding-right: 28px;
}

.story-card h3 {
	font: 700 26px/1.14 var(--serif);
	letter-spacing: -.5px;
	margin: 9px 0 12px;
}

.story-card .excerpt {
	font: 16px/1.5 var(--serif);
	color: var(--muted);
	margin: 0;
}

.story-number {
	font: italic 38px var(--serif);
	color: var(--number);
	display: block;
	margin-bottom: 12px;
}

.opinion-band {
	display: grid;
	grid-template-columns: 170px 1fr 1fr;
	gap: 32px;
	background: var(--inverse-bg);
	color: var(--inverse-text);
	padding: 34px;
	margin: 10px 0 40px;
}

.opinion-band .kicker {
	color: var(--soft-accent);
}

.opinion-band h2 {
	font: italic 30px var(--serif);
	margin: 7px 0;
}

.opinion-band h3 {
	font: 400 25px/1.2 var(--serif);
	margin: 0 0 20px;
}

.opinion-band .meta {
	color: var(--inverse-muted);
}

.opinion-band > article {
	border-left: 1px solid var(--inverse-line);
	padding-left: 30px;
}

.topic-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 46px;
}

.topic h2 {
	font: 700 24px var(--serif);
	border-bottom: 2px solid var(--ink);
	padding-bottom: 12px;
	margin: 0;
}

.topic article {
	padding: 20px 0;
	border-bottom: 1px solid var(--line);
}

.topic h3 {
	font: 400 23px/1.2 var(--serif);
	margin: 0;
}

.breadcrumb {
	font-size: 12px;
	color: var(--muted);
	margin: 26px 0;
}

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

.archive-header,
.page-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid var(--ink);
	padding-bottom: 25px;
	margin-bottom: 28px;
}

.archive-header h1,
.page-header h1 {
	font: 700 56px/1 var(--serif);
	letter-spacing: -2px;
	margin: 0;
}

.archive-description {
	font: 17px/1.5 var(--serif);
	color: var(--muted);
	margin-top: 14px;
}

.archive-description p {
	margin: 0;
}

.archive-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 270px;
	gap: 44px;
	margin-bottom: 50px;
}

.archive-list {
	display: grid;
	gap: 0;
}

.archive-item {
	display: grid;
	grid-template-columns: 1fr 210px;
	gap: 28px;
	padding: 26px 0;
	border-bottom: 1px solid var(--line);
}

.archive-item:first-child {
	padding-top: 0;
}

.archive-item-no-image {
	grid-template-columns: 1fr;
}

.archive-item h2 {
	font: 700 29px/1.15 var(--serif);
	letter-spacing: -.7px;
	margin: 0 0 12px;
}

.archive-item .excerpt {
	font: 17px/1.5 var(--serif);
	color: var(--muted);
	margin: 0;
}

.archive-image {
	width: 210px;
	aspect-ratio: 1.35;
}

.navigation.pagination {
	margin-top: 30px;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid var(--line);
}

.page-numbers.current,
.page-numbers:hover {
	background: var(--forest);
	border-color: var(--forest);
	color: var(--button-text);
	text-decoration: none;
}

.single-story {
	--reader-font-family: var(--serif);
	--reader-font-size: 20px;
	--reader-line-height: 1.78;
}

.single-story[data-reader-size="small"] {
	--reader-font-size: 17px;
	--reader-line-height: 1.74;
}

.single-story[data-reader-size="large"] {
	--reader-font-size: 23px;
	--reader-line-height: 1.82;
}

.single-story[data-reader-typeface="sans"] {
	--reader-font-family: var(--sans);
}

.article-header {
	max-width: 1010px;
	margin: 36px auto 38px;
	text-align: left;
}

.article-header h1 {
	max-width: 960px;
	font: 700 clamp(48px, 5.2vw, 70px)/1.01 var(--serif);
	letter-spacing: -2.8px;
	margin: 13px 0 23px;
}

.article-header .standfirst {
	max-width: 790px;
	font-size: 24px;
	line-height: 1.42;
	margin: 0 0 25px;
}

.byline {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 12px;
}

.byline .meta {
	margin: 0;
}

.author-avatar {
	border: 1px solid var(--line);
	border-radius: 50%;
}

.article-image {
	margin: 30px auto 18px;
	max-width: 1080px;
}

.article-image img {
	display: block;
	width: 100%;
	height: auto;
}

.article-image figcaption {
	font-size: 12px;
	color: var(--muted);
	padding-top: 8px;
}

.reader-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: 1080px;
	margin: 18px auto 0;
	padding: 10px 12px 10px 16px;
	border-block: 1px solid var(--line);
	background: var(--toolbar);
	font-family: var(--sans);
}

.no-js .reader-toolbar {
	display: none;
}

.reader-toolbar-intro,
.reader-toolbar-controls,
.reader-control-group,
.reader-toolbar-button {
	display: flex;
	align-items: center;
}

.reader-toolbar-intro {
	gap: 10px;
	min-width: 160px;
	color: var(--forest);
}

.reader-toolbar-intro svg {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
}

.reader-toolbar-intro strong,
.reader-toolbar-intro small {
	display: block;
}

.reader-toolbar-intro strong {
	color: var(--ink);
	font-size: 13px;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.reader-toolbar-intro small {
	margin-top: 2px;
	color: var(--muted);
	font-size: 11px;
}

.reader-toolbar-controls {
	justify-content: flex-end;
	gap: 9px;
}

.reader-control-group {
	gap: 3px;
	padding-right: 10px;
	border-right: 1px solid var(--line);
}

.reader-control-label {
	margin-right: 6px;
	color: var(--muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.reader-size-button,
.reader-toolbar-button {
	border: 1px solid transparent;
	background: transparent;
	color: var(--ink);
}

.reader-size-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	font-family: var(--serif);
}

.reader-size-small {
	font-size: 12px;
}

.reader-size-medium {
	font-size: 16px;
}

.reader-size-large {
	font-size: 20px;
}

.reader-size-button[aria-pressed="true"],
.reader-toolbar-button[aria-pressed="true"] {
	border-color: var(--forest);
	background: var(--forest);
	color: var(--button-text);
}

.reader-toolbar-button {
	justify-content: center;
	gap: 7px;
	min-height: 36px;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: 700;
}

.reader-size-button:hover,
.reader-toolbar-button:hover {
	border-color: var(--soft-accent);
	background: var(--panel);
	text-decoration: none;
}

.reader-size-button[aria-pressed="true"]:hover,
.reader-toolbar-button[aria-pressed="true"]:hover {
	border-color: var(--forest-hover);
	background: var(--forest-hover);
}

.reader-button-icon {
	font: 700 16px/1 var(--serif);
}

.reader-toolbar-button svg {
	width: 17px;
	height: 17px;
}

.reader-listen-button {
	min-width: 92px;
	border-color: var(--soft-accent);
	color: var(--forest);
}

.listen-pause-icon {
	display: none;
}

.reader-listen-button[aria-pressed="true"] .listen-play-icon,
.listen-player-toggle[aria-pressed="true"] .listen-play-icon {
	display: none;
}

.reader-listen-button[aria-pressed="true"] .listen-pause-icon,
.listen-player-toggle[aria-pressed="true"] .listen-pause-icon {
	display: block;
}

.reader-contract-icon {
	display: none;
}

.reader-focus-button[aria-pressed="true"] .reader-expand-icon {
	display: none;
}

.reader-focus-button[aria-pressed="true"] .reader-contract-icon {
	display: block;
}

.listen-player[hidden] {
	display: none;
}

.listen-player {
	position: fixed;
	left: 50%;
	bottom: 20px;
	z-index: 100000;
	width: min(1080px, calc(100% - 40px));
	transform: translateX(-50%);
	border: 1px solid var(--inverse-line);
	background: var(--inverse-bg);
	color: var(--inverse-text);
	box-shadow: 0 18px 60px rgb(0 0 0 / 24%);
	font-family: var(--sans);
}

.listen-player-progress {
	height: 3px;
	background: var(--inverse-line);
}

.listen-player-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: var(--soft-accent);
	transition: width .25s ease;
}

.listen-player-inner {
	display: grid;
	grid-template-columns: minmax(210px, 1fr) auto minmax(285px, auto) 36px;
	align-items: center;
	gap: 20px;
	min-height: 82px;
	padding: 12px 14px 12px 20px;
}

.listen-player-story {
	min-width: 0;
}

.listen-player-story > span,
.listen-player-story > strong,
.listen-player-story > small {
	display: block;
}

.listen-player-story > span {
	margin-bottom: 4px;
	color: var(--soft-accent);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}

.listen-player-story > strong {
	overflow: hidden;
	font: 700 15px/1.25 var(--serif);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listen-player-story > small {
	margin-top: 3px;
	color: var(--inverse-muted);
	font-size: 10px;
}

.listen-player-controls,
.listen-player-settings {
	display: flex;
	align-items: center;
}

.listen-player-controls {
	gap: 7px;
}

.listen-player-controls button,
.listen-player-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid var(--inverse-line);
	border-radius: 50%;
	background: transparent;
	color: var(--inverse-text);
}

.listen-player-controls button:hover,
.listen-player-close:hover {
	border-color: var(--soft-accent);
	color: var(--soft-accent);
}

.listen-player-controls .listen-player-toggle {
	width: 44px;
	height: 44px;
	border-color: var(--soft-accent);
	background: var(--soft-accent);
	color: var(--accent-text);
}

.listen-player-controls svg,
.listen-player-close svg {
	width: 18px;
	height: 18px;
}

.listen-player-settings {
	justify-content: flex-end;
	gap: 10px;
}

.listen-player-settings label {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--inverse-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .7px;
	text-transform: uppercase;
}

.listen-player-settings select {
	max-width: 150px;
	height: 34px;
	border: 1px solid var(--inverse-line);
	border-radius: 0;
	background: #2b2d2a;
	color: var(--inverse-text);
	padding: 0 24px 0 8px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.listen-player-close {
	border-color: transparent;
}

body.listen-player-open {
	padding-bottom: 122px;
}

body.reader-focus-mode.listen-player-open .single-story {
	padding-bottom: 160px;
}

.article-body .is-being-read {
	position: relative;
	background: linear-gradient(90deg, rgb(181 211 189 / 38%), rgb(181 211 189 / 8%));
	box-shadow: -9px 0 0 var(--soft-accent);
	scroll-margin-top: 130px;
}

.article-grid {
	display: grid;
	grid-template-columns: 140px minmax(0, 700px) minmax(190px, 1fr);
	gap: 40px;
	max-width: 1080px;
	margin: 42px auto 70px;
}

.reading-progress {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100001;
	width: 100%;
	height: 3px;
	pointer-events: none;
}

.reading-progress span {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--forest);
	transform: scaleX(0);
	transform-origin: left center;
}

body.admin-bar .reading-progress {
	top: 32px;
}

.article-rail {
	font-size: 12px;
	position: sticky;
	top: 24px;
	align-self: start;
	padding-top: 14px;
	border-top: 3px solid var(--ink);
}

body.admin-bar .article-rail {
	top: 56px;
}

.article-rail .kicker {
	font-size: 11px;
}

.article-rail button,
.article-rail > a {
	display: block;
	width: 100%;
	border: 0;
	border-bottom: 1px solid var(--line);
	background: none;
	padding: 12px 0;
	text-align: left;
	font-size: 14px;
	color: var(--ink);
}

.article-rail > a:hover {
	color: var(--forest);
}

.article-body {
	min-width: 0;
	font-family: var(--reader-font-family);
	font-size: var(--reader-font-size);
	line-height: var(--reader-line-height);
}

.page-content {
	font: 19px/1.8 var(--serif);
}

.article-body::after,
.page-content::after {
	display: table;
	clear: both;
	content: "";
}

.article-body > p,
.article-body > ul,
.article-body > ol,
.article-body > figure,
.article-body > .wp-block-group,
.page-content > p {
	margin-top: 0;
	margin-bottom: 1.35em;
}

.single-story .article-body > p:first-child::first-letter {
	float: left;
	font: 74px/.85 var(--serif);
	padding-right: 10px;
	padding-top: 9px;
	color: var(--forest);
}

.article-body h2,
.article-body h3,
.page-content h2,
.page-content h3 {
	font-family: var(--reader-font-family, var(--serif));
	line-height: 1.2;
}

.article-body h2,
.page-content h2 {
	font-size: 30px;
	margin: 38px 0 18px;
}

.article-body blockquote,
.page-content blockquote {
	font-family: var(--reader-font-family, var(--serif));
	font-size: 29px;
	font-style: italic;
	line-height: 1.35;
	margin: 33px 0;
	padding: 25px 0;
	border-block: 1px solid var(--line);
	color: var(--forest);
}

.article-body blockquote p {
	margin: 0;
}

.article-body a,
.page-content a {
	color: var(--forest);
	text-decoration: underline;
	text-decoration-color: var(--soft-accent);
	text-underline-offset: 4px;
}

.article-body img,
.page-content img,
.article-body iframe,
.page-content iframe {
	max-width: 100%;
}

.article-body pre,
.page-content pre {
	overflow-x: auto;
	padding: 18px;
	background: var(--panel);
	font: 14px/1.6 ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}

.article-body code,
.page-content code {
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
	font-size: .88em;
}

.article-body > .alignwide {
	position: relative;
	left: 50%;
	width: min(900px, calc(100vw - 64px));
	max-width: none;
	margin-inline: 0;
	transform: translateX(-50%);
}

.article-body > .alignfull {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-inline: 0;
	transform: translateX(-50%);
}

.article-body .wp-block-table,
.page-content .wp-block-table {
	overflow-x: auto;
}

.article-body .wp-block-separator,
.page-content .wp-block-separator {
	border: 0;
	border-top: 1px solid var(--line);
	margin-block: 38px;
}

.article-body .wp-block-image figcaption,
.article-body .wp-block-embed figcaption {
	font: 12px/1.5 var(--sans);
	color: var(--muted);
}

.article-body table {
	width: 100%;
	border-collapse: collapse;
	font: 15px/1.5 var(--sans);
}

.article-body th,
.article-body td {
	border: 1px solid var(--line);
	padding: 10px;
	text-align: left;
}

.story-tags,
.page-links {
	font: 13px/1.6 var(--sans);
	background: var(--panel);
	padding: 18px 20px;
	margin-top: 35px;
}

.author-bio {
	margin-top: 42px;
	padding: 24px 0;
	border-block: 1px solid var(--line);
}

.author-bio .kicker {
	margin-bottom: 6px;
}

.author-bio h2 {
	margin: 0 0 8px;
	font-size: 25px;
}

.author-bio p {
	margin: 0;
	color: var(--muted);
	font: 15px/1.6 var(--sans);
}

.article-aside {
	position: sticky;
	top: 24px;
	align-self: start;
	padding-left: 24px;
	border-left: 1px solid var(--line);
}

body.admin-bar .article-aside {
	top: 56px;
}

.article-aside > h2 {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 2px solid var(--ink);
	padding-bottom: 12px;
	margin: 0;
}

.article-aside article {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid var(--line);
}

.article-aside h3 {
	font: 400 21px/1.2 var(--serif);
	margin: 0;
}

html.reader-focus-mode {
	background: var(--focus-paper);
}

body.reader-focus-mode {
	background: var(--focus-paper);
}

body.reader-focus-mode #wpadminbar,
body.reader-focus-mode .publication-bar,
body.reader-focus-mode .site-header,
body.reader-focus-mode .breadcrumb,
body.reader-focus-mode .article-header,
body.reader-focus-mode .article-image,
body.reader-focus-mode .article-rail,
body.reader-focus-mode .article-aside,
body.reader-focus-mode .story-tags,
body.reader-focus-mode .page-links,
body.reader-focus-mode .author-bio,
body.reader-focus-mode .comments-area,
body.reader-focus-mode .story-navigation,
body.reader-focus-mode .site-footer {
	display: none !important;
}

html.reader-focus-mode,
html.reader-focus-mode body.admin-bar {
	margin-top: 0 !important;
}

body.reader-focus-mode main.wrap {
	width: min(820px, calc(100% - 40px));
}

body.reader-focus-mode .single-story {
	min-height: 100vh;
	padding-block: 12px 70px;
}

body.reader-focus-mode .reader-toolbar {
	position: sticky;
	top: 12px;
	z-index: 20;
	max-width: 760px;
	margin-top: 0;
	background: var(--focus-toolbar);
	box-shadow: 0 12px 30px rgb(var(--shadow-rgb) / 18%);
	backdrop-filter: blur(10px);
}

body.reader-focus-mode .article-grid {
	display: block;
	max-width: 720px;
	margin: 54px auto 0;
}

.comments-area {
	margin-top: 45px;
	padding-top: 30px;
	border-top: 1px solid var(--line);
	font-family: var(--sans);
	font-size: 15px;
}

.article-comments {
	display: grid;
	grid-template-columns: 140px minmax(0, 700px) minmax(190px, 1fr);
	gap: 40px;
	max-width: 1080px;
	margin: -70px auto 70px;
}

.article-comments > .comments-area {
	grid-column: 2;
	min-width: 0;
}

.story-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	max-width: 960px;
	margin: 0 auto 60px;
	background: var(--line);
	border-block: 1px solid var(--line);
}

.story-navigation > div {
	display: flex;
	min-width: 0;
	background: var(--paper);
}

.story-navigation > div:last-child {
	justify-content: flex-end;
	text-align: right;
}

.story-navigation a {
	display: block;
	padding: 22px;
	font: 700 19px/1.25 var(--serif);
}

.story-navigation span {
	display: block;
	margin-bottom: 6px;
	color: var(--forest);
	font: 11px/1.2 var(--sans);
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comments-title,
.comment-reply-title {
	font: 700 26px/1.2 var(--serif);
}

.comment-list {
	list-style: none;
	padding: 0;
}

.comment-list .comment {
	padding: 18px 0;
	border-bottom: 1px solid var(--line);
}

.comment-meta {
	font-size: 12px;
	color: var(--muted);
}

.comment-form label {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

.comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 9px;
}

.comment-form-cookies-consent input {
	flex: 0 0 auto;
	margin-top: 5px;
}

.comment-form-cookies-consent label {
	font-weight: 400;
}

.search-header {
	margin-bottom: 20px;
}

.search-page-form {
	padding: 10px 0 25px;
	border-bottom: 1px solid var(--line);
}

.search-count {
	max-width: 900px;
	margin: 18px auto 0;
	color: var(--muted);
	font-size: 13px;
}

.search-results {
	min-height: 400px;
	max-width: 900px;
	margin: 0 auto 50px;
}

.search-discover {
	max-width: 900px;
	min-height: 360px;
	margin: 34px auto 50px;
}

.search-discover h2 {
	font: 700 26px/1.2 var(--serif);
	margin: 0 0 18px;
}

.search-section-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--ink);
}

.search-section-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 0;
	border-bottom: 1px solid var(--line);
	font: 700 22px/1.2 var(--serif);
}

.search-section-links a:nth-child(odd) {
	padding-right: 24px;
}

.search-section-links a:nth-child(even) {
	padding-left: 24px;
	border-left: 1px solid var(--line);
}

.search-section-links strong {
	color: var(--forest);
	font: 12px/1 var(--sans);
}

.search-result {
	border-bottom: 1px solid var(--line);
	padding: 25px 0;
}

.search-result h2 {
	font: 700 28px/1.2 var(--serif);
	margin: 8px 0;
}

.search-result p {
	color: var(--muted);
	font: 17px/1.5 var(--serif);
}

.standard-page {
	max-width: 820px;
	margin: 30px auto 70px;
}

.page-featured-image {
	margin-bottom: 35px;
}

.empty-state {
	min-height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	max-width: 760px;
	margin: auto;
}

.empty-state h1,
.empty-state h2 {
	font: 700 52px/1.05 var(--serif);
	margin: 8px 0 15px;
}

.empty-state p {
	font: 19px/1.5 var(--serif);
	color: var(--muted);
}

.not-found-actions {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.not-found-actions .search-form {
	margin: 0;
	flex: 1;
}

.not-found-latest {
	width: 100%;
	margin-top: 38px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
}

.not-found-latest > strong {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.not-found-latest ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.not-found-latest li {
	font: 700 18px/1.3 var(--serif);
}

.site-footer {
	background: var(--footer);
	border-top: 1px solid var(--ink);
	padding: 37px 0 20px;
}

.footer-main {
	display: grid;
	grid-template-columns: 1.35fr .8fr 1fr;
	gap: 50px;
}

.footer-brand .wordmark .brand-logo-image {
	width: min(100%, 280px);
}

.footer-brand p,
.footer-information,
.footer-widget {
	font-size: 13px;
	color: var(--muted);
	max-width: 380px;
}

.footer-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 35px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

.footer-widget-title {
	font-size: 14px;
	color: var(--ink);
}

.footer-heading {
	color: var(--ink);
	font-size: 14px;
	margin: 0 0 8px;
}

.footer-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-top: 20px;
}

.footer-action {
	color: var(--ink);
	font-size: 14px;
	font-weight: 700;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid var(--line);
	margin-top: 30px;
	padding-top: 18px;
	font-size: 12px;
	color: var(--muted);
}

@media (min-width: 1440px) {
	.lead-story h1 {
		font-size: 47px;
	}
}

@media (max-width: 1000px) {
	.wrap,
	.alignwide {
		width: calc(100% - 40px);
	}

	.hero {
		grid-template-columns: 1.3fr 1fr;
	}

	.latest {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}

	.latest-strip-items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.latest-strip-items a:nth-child(n + 3) {
		border-top: 1px solid var(--line);
	}

	.latest-heading {
		grid-column: 1 / -1;
	}

	.latest-item {
		border: 0;
		padding: 8px 0;
	}

	.latest-item h3 {
		font-size: 19px;
	}

	.nav-list {
		gap: 22px;
	}

	.identity {
		width: 125px;
	}

	.wordmark .brand-logo-image {
		width: clamp(270px, 42vw, 380px);
	}

	.article-grid {
		grid-template-columns: 110px minmax(0, 700px);
		max-width: 850px;
	}

	.article-comments {
		grid-template-columns: 110px minmax(0, 700px);
		max-width: 850px;
	}

	.article-aside {
		display: none;
	}

	.archive-layout {
		grid-template-columns: 1fr;
	}

	.archive-layout > .latest {
		display: block;
	}

	.archive-layout > .latest .latest-item {
		padding: 18px 0;
		border-bottom: 1px solid var(--line);
	}

	.opinion-band {
		grid-template-columns: 130px 1fr 1fr;
		gap: 20px;
	}

	.story-card h3 {
		font-size: 23px;
	}
}

@media (max-width: 760px) {
	.wrap,
	.alignwide {
		width: calc(100% - 32px);
	}

	.alignleft,
	.alignright,
	.wp-caption.alignleft,
	.wp-caption.alignright {
		float: none;
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.publication-bar {
		font-size: 11px;
	}

	.publication-bar b {
		display: none;
	}

	.utility {
		min-height: 39px;
	}

	.utility-right {
		gap: 10px;
	}

	.utility-right > a {
		display: none;
	}

	.identity {
		display: none;
	}

	.masthead {
		padding: 12px 0;
	}

	.wordmark .brand-logo-image {
		width: min(72vw, 280px);
		max-height: 89px;
	}

	.masthead .wordmark {
		padding-inline: 0;
	}

	.nav-row {
		justify-content: space-between;
		gap: 6px;
		min-height: 48px;
		flex-wrap: wrap;
	}

	.menu-button,
	.mobile-edition {
		display: inline-flex;
	}

	.mobile-edition {
		font-size: 12px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}

	.search-toggle {
		margin-left: 0;
	}

	.nav-list {
		width: 100%;
		order: 3;
		flex-direction: column;
		gap: 0;
		border-top: 1px solid var(--line);
	}

	.js .nav-list {
		display: none;
	}

	.js .nav-row.is-open .nav-list {
		display: flex;
	}

	.nav-list > li {
		width: 100%;
		text-align: center;
	}

	.nav-list > li > a {
		padding: 11px;
	}

	.nav-list .current-menu-item > a,
	.nav-list .current-menu-ancestor > a,
	.nav-list .current_page_item > a {
		box-shadow: none;
	}

	.nav-list .sub-menu {
		display: block;
		position: static;
		border: 0;
		box-shadow: none;
		background: var(--panel);
	}

	.edition-line {
		font-size: 10px;
		padding: 12px 0;
	}

	.edition-line > span:last-child {
		display: none;
	}

	.latest-strip {
		grid-template-columns: 1fr;
	}

	.latest-strip-label {
		padding: 10px 0 6px;
	}

	.latest-strip-items {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x proximity;
		overscroll-behavior-inline: contain;
		margin-inline: -16px;
		padding-inline: 16px;
		scrollbar-width: thin;
	}

	.latest-strip-items a,
	.latest-strip-items a:nth-child(n + 3) {
		flex: 0 0 min(78vw, 300px);
		border-top: 0;
		scroll-snap-align: start;
	}

	.hero {
		grid-template-columns: 1fr;
		gap: 25px;
		padding-top: 14px;
	}

	.lead-story {
		padding: 0 0 25px;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.lead-story h1 {
		font-size: 39px;
		letter-spacing: -1.3px;
	}

	.hero-middle {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.hero-middle .text-story {
		border: 0;
		padding: 0;
	}

	.feature-story h2,
	.text-story h2 {
		font-size: 24px;
	}

	.latest {
		grid-template-columns: 1fr 1fr;
		gap: 10px 20px;
		padding: 20px;
	}

	.latest-item {
		border-bottom: 1px solid var(--line);
		padding-bottom: 17px;
	}

	.section-title h2 {
		font-size: 25px;
	}

	.cards {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.story-card:not(:last-child) {
		padding: 0 0 24px;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.story-card h3 {
		font-size: 28px;
	}

	.opinion-band {
		grid-template-columns: 1fr;
		padding: 25px;
		gap: 20px;
	}

	.opinion-band > article {
		border-left: 0;
		border-top: 1px solid var(--inverse-line);
		padding: 22px 0 0;
	}

	.topic-grid {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.archive-header,
	.page-header {
		display: block;
	}

	.archive-header h1,
	.page-header h1 {
		font-size: 44px;
	}

	.archive-item {
		grid-template-columns: 1fr 110px;
		gap: 16px;
	}

	.archive-item-no-image {
		grid-template-columns: 1fr;
	}

	.archive-image {
		width: 110px;
		aspect-ratio: 1;
	}

	.archive-item h2 {
		font-size: 26px;
	}

	.archive-item .excerpt {
		font-size: 16px;
	}

	.article-header {
		text-align: left;
		margin: 28px 0 24px;
	}

	.article-header h1 {
		font-size: 39px;
		letter-spacing: -1px;
	}

	.article-header .standfirst {
		font-size: 20px;
	}

	.byline {
		justify-content: flex-start;
	}

	.article-image {
		margin: 25px -16px;
	}

	.article-image figcaption {
		padding: 8px 16px;
	}

	.reader-toolbar {
		align-items: stretch;
		gap: 14px;
		margin-inline: -16px;
		padding-inline: 16px;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.reader-toolbar-intro,
	.reader-toolbar-controls {
		flex: 0 0 auto;
	}

	.article-grid {
		display: block;
		margin-top: 24px;
	}

	.article-comments {
		display: block;
	}

	.article-rail {
		display: flex;
		align-items: center;
		gap: 16px;
		margin-bottom: 25px;
		border-block: 1px solid var(--line);
		overflow-x: auto;
		white-space: nowrap;
		scrollbar-width: thin;
	}

	body.admin-bar .article-rail {
		top: auto;
	}

	.article-rail .kicker {
		margin: 0;
	}

	.article-rail button,
	.article-rail > a {
		width: auto;
		flex: 0 0 auto;
		border: 0;
	}

	body.admin-bar .reading-progress {
		top: 46px;
	}

	.story-navigation {
		grid-template-columns: 1fr;
	}

	.story-navigation > div:last-child {
		justify-content: flex-start;
		text-align: left;
		border-top: 1px solid var(--line);
	}

	.page-content {
		font-size: 18px;
	}

	.article-body > .alignwide {
		width: calc(100vw - 32px);
	}

	.article-body blockquote,
	.page-content blockquote {
		font-size: 26px;
	}

	body.reader-focus-mode main.wrap {
		width: calc(100% - 24px);
	}

	body.reader-focus-mode .reader-toolbar {
		top: 8px;
		margin-inline: 0;
		padding-inline: 12px;
	}

	body.reader-focus-mode .article-grid {
		margin-top: 38px;
	}

	.listen-player {
		bottom: 0;
		width: 100%;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
	}

	.listen-player-inner {
		grid-template-columns: minmax(0, 1fr) 36px;
		grid-template-areas:
			"story close"
			"controls controls"
			"settings settings";
		gap: 9px 12px;
		padding: 12px 16px 14px;
	}

	.listen-player-story {
		grid-area: story;
	}

	.listen-player-controls {
		grid-area: controls;
		justify-content: center;
	}

	.listen-player-settings {
		grid-area: settings;
		justify-content: center;
	}

	.listen-player-close {
		grid-area: close;
	}

	body.listen-player-open {
		padding-bottom: 220px;
	}

	.footer-main {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.footer-brand .wordmark .brand-logo-image {
		width: min(100%, 240px);
	}

	.footer-bottom {
		flex-direction: column;
		gap: 9px;
	}

	.not-found-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.not-found-latest ul {
		grid-template-columns: 1fr;
	}

	.search-form {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.reader-toolbar-intro small,
	.reader-control-label,
	.reader-toolbar-button > span:last-child {
		display: none;
	}

	.reader-toolbar-intro {
		min-width: auto;
	}

	.reader-toolbar-intro strong {
		font-size: 11px;
	}

	.reader-toolbar-controls {
		gap: 4px;
	}

	.reader-control-group {
		padding-right: 5px;
	}

	.reader-toolbar-button {
		min-width: 38px;
		padding-inline: 8px;
	}

	.listen-player-settings label > span {
		display: none;
	}

	.listen-player-settings select {
		max-width: 135px;
	}

	.hero-middle,
	.latest {
		grid-template-columns: 1fr;
	}

	.section-title {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.section-title::after {
		display: none;
	}

	.search-form {
		flex-direction: column;
	}

	.search-form .button {
		width: 100%;
	}

	.archive-item {
		grid-template-columns: 1fr;
	}

	.archive-image-link,
	.archive-image {
		width: 100%;
	}

	.archive-image {
		aspect-ratio: 1.8;
	}

	.search-section-links {
		grid-template-columns: 1fr;
	}

	.search-section-links a:nth-child(odd),
	.search-section-links a:nth-child(even) {
		padding-inline: 0;
		border-left: 0;
	}
}

@media (prefers-reduced-motion: no-preference) {
	a,
	button {
		transition: color .15s, background-color .15s, border-color .15s;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.reading-progress {
		display: none;
	}

	.listen-player-progress span {
		transition: none;
	}
}

@media print {
	.publication-bar,
	.nav-row,
	.utility,
	.latest-strip,
	.search-box,
	.reading-progress,
	.reader-toolbar,
	.listen-player,
	.article-rail,
	.article-aside,
	.comments-area,
	.story-navigation,
	.site-footer {
		display: none !important;
	}

	.wrap {
		width: 100%;
	}

	.article-grid {
		display: block;
	}

	.article-header h1 {
		font-size: 38px;
	}

	body {
		background: #fff;
		color: #000;
	}
}
