/*
Theme Name: Olivier Media
Theme URI: https://olivier-voyance.fr/
Author: Olivier Voyance
Description: Thème journalistique sur mesure pour les enquêtes, reportages, entretiens et dossiers d'Olivier Voyance.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: olivier-media
*/

:root {
	--ovm-paper: #f6f1e8;
	--ovm-paper-deep: #ece4d8;
	--ovm-white: #ffffff;
	--ovm-ink: #171a1f;
	--ovm-muted: #6c6760;
	--ovm-rule: #d8d0c4;
	--ovm-accent: #b62536;
	--ovm-accent-dark: #7a1220;
	--ovm-blue: #18344d;
	--ovm-blue-light: #2d536f;
	--ovm-sand: #e7dfd3;
	--ovm-shadow: 0 18px 50px rgba(23, 26, 31, 0.08);
	--ovm-radius: 2px;
	--ovm-shell: min(1240px, calc(100% - 40px));
	--ovm-serif: Georgia, "Times New Roman", serif;
	--ovm-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	background: var(--ovm-paper);
	color: var(--ovm-ink);
	font-family: var(--ovm-sans);
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	text-rendering: optimizeLegibility;
}

body::before {
	background: var(--ovm-accent);
	content: "";
	display: block;
	height: 5px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

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

figure {
	margin: 0;
}

a {
	color: var(--ovm-accent-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: var(--ovm-accent);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid var(--ovm-accent);
	outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--ovm-serif);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
	margin: 0 0 0.55em;
}

p {
	margin: 0 0 1.1em;
}

.site-shell {
	margin-left: auto;
	margin-right: auto;
	width: var(--ovm-shell);
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.skip-link:focus {
	background: var(--ovm-white);
	clip: auto !important;
	clip-path: none;
	color: var(--ovm-ink);
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	height: auto;
	left: 10px;
	padding: 12px 18px;
	top: 12px;
	width: auto;
	z-index: 10000;
}

.site-header {
	background: var(--ovm-paper);
	border-bottom: 1px solid var(--ovm-rule);
	padding-top: 5px;
}

.edition-bar {
	background: var(--ovm-blue);
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.74rem;
	letter-spacing: 0.065em;
	text-transform: uppercase;
}

.edition-bar__inner {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding-bottom: 7px;
	padding-top: 7px;
}

.edition-label {
	font-weight: 700;
}

.masthead {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 156px;
	padding-bottom: 28px;
	padding-top: 30px;
}

.brand-lockup {
	max-width: 820px;
}

.custom-logo {
	max-height: 110px;
	width: auto;
}

.wordmark {
	color: var(--ovm-ink);
	display: inline-grid;
	gap: 5px;
	text-decoration: none;
}

.wordmark:hover,
.wordmark:focus {
	color: var(--ovm-ink);
}

.wordmark__name {
	font-family: var(--ovm-serif);
	font-size: clamp(2.8rem, 7vw, 5.6rem);
	font-weight: 700;
	letter-spacing: -0.065em;
	line-height: 0.9;
}

.wordmark__rule {
	background: linear-gradient(90deg, var(--ovm-accent) 0 17%, var(--ovm-rule) 17% 100%);
	display: block;
	height: 3px;
	margin-top: 8px;
}

.wordmark__tagline {
	color: var(--ovm-muted);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.masthead__tools .search-form {
	display: flex;
	width: min(290px, 100%);
}

.search-form label {
	flex: 1;
}

.search-field {
	background: rgba(255, 255, 255, 0.65);
	border: 1px solid var(--ovm-rule);
	border-radius: 0;
	color: var(--ovm-ink);
	font: inherit;
	min-width: 0;
	padding: 10px 12px;
	width: 100%;
}

.search-submit,
.button,
button,
input[type="submit"] {
	background: var(--ovm-accent);
	border: 1px solid var(--ovm-accent);
	border-radius: 0;
	color: var(--ovm-white);
	cursor: pointer;
	font-family: var(--ovm-sans);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	padding: 10px 16px;
	text-transform: uppercase;
}

.search-submit:hover,
.button:hover,
button:hover,
input[type="submit"]:hover {
	background: var(--ovm-accent-dark);
	border-color: var(--ovm-accent-dark);
	color: var(--ovm-white);
}

.primary-navigation {
	background: var(--ovm-ink);
	color: var(--ovm-white);
}

.primary-navigation__inner {
	overflow-x: auto;
	scrollbar-width: thin;
}

.primary-navigation .menu {
	display: flex;
	gap: 0;
	list-style: none;
	margin: 0;
	min-width: max-content;
	padding: 0;
}

.primary-navigation .menu-item {
	margin: 0;
}

.primary-navigation a {
	border-right: 1px solid rgba(255, 255, 255, 0.13);
	color: var(--ovm-white);
	display: block;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	padding: 14px 17px;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-navigation a:hover,
.primary-navigation a:focus,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-category-ancestor > a {
	background: var(--ovm-accent);
	color: var(--ovm-white);
}

.site-main {
	min-height: 55vh;
}

.front-intro {
	border-bottom: 1px solid var(--ovm-rule);
	display: grid;
	gap: 16px 48px;
	grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
	padding-bottom: 34px;
	padding-top: 50px;
}

.front-intro .eyebrow {
	grid-column: 1 / -1;
}

.front-intro h1 {
	font-size: clamp(2.6rem, 5.6vw, 5.2rem);
	margin: 0;
	max-width: 980px;
}

.front-intro__dek {
	align-self: end;
	color: var(--ovm-muted);
	font-family: var(--ovm-serif);
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	line-height: 1.45;
	margin: 0 0 5px;
}

.eyebrow {
	color: var(--ovm-accent);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.lead-grid {
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1.75fr) minmax(280px, 0.85fr);
	padding-bottom: 54px;
	padding-top: 30px;
}

.lead-card--primary {
	border-right: 1px solid var(--ovm-rule);
	grid-row: 1 / span 3;
	padding-right: 30px;
}

.lead-card--primary .story-card__image {
	aspect-ratio: 16 / 9.5;
}

.lead-card--primary .story-card__title {
	font-size: clamp(2rem, 4vw, 3.45rem);
}

.lead-card--primary .story-card__excerpt {
	font-size: 1.02rem;
	max-width: 800px;
}

.lead-card--secondary {
	align-items: start;
	border-bottom: 1px solid var(--ovm-rule);
	display: grid;
	gap: 18px;
	grid-template-columns: 120px minmax(0, 1fr);
	margin-left: 30px;
	padding: 20px 0;
}

.lead-card--secondary:first-of-type {
	padding-top: 0;
}

.lead-card--secondary:last-child {
	border-bottom: 0;
}

.lead-card--secondary .story-card__image {
	aspect-ratio: 1 / 1;
	margin: 0;
}

.lead-card--secondary .story-card__title {
	font-size: 1.35rem;
}

.lead-card--secondary .story-card__excerpt {
	display: none;
}

.story-card__image {
	background: var(--ovm-blue);
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.story-card__image img {
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
	width: 100%;
}

.story-card:hover .story-card__image img {
	transform: scale(1.025);
}

.story-card__image--placeholder {
	align-items: flex-end;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 45%),
		linear-gradient(135deg, var(--ovm-blue), #0f2537);
	display: flex;
	min-height: 140px;
	padding: 18px;
}

.story-card__image--placeholder::before {
	border: 1px solid rgba(255, 255, 255, 0.26);
	content: "";
	inset: 12px;
	position: absolute;
}

.story-card__image--placeholder span {
	color: rgba(255, 255, 255, 0.9);
	font-family: var(--ovm-serif);
	font-size: 1.1rem;
	font-style: italic;
	position: relative;
}

.story-card__body {
	padding-top: 15px;
}

.story-card__kicker,
.article-kicker {
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.115em;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.story-card__kicker a,
.article-kicker a {
	color: var(--ovm-accent);
	text-decoration: none;
}

.partner-label {
	background: var(--ovm-blue);
	color: var(--ovm-white);
	display: inline-block;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	padding: 4px 7px;
	text-transform: uppercase;
}

.story-card__title {
	font-size: clamp(1.35rem, 2.3vw, 1.85rem);
	margin-bottom: 9px;
}

.story-card__title a {
	color: var(--ovm-ink);
	text-decoration: none;
}

.story-card__title a:hover,
.story-card__title a:focus {
	color: var(--ovm-accent-dark);
}

.story-card__excerpt {
	color: var(--ovm-muted);
	font-size: 0.92rem;
}

.story-card__excerpt p {
	margin-bottom: 9px;
}

.story-card__meta,
.article-byline,
.article-updated {
	color: var(--ovm-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.72rem;
	font-weight: 700;
	gap: 6px;
	letter-spacing: 0.025em;
	margin: 0;
	text-transform: uppercase;
}

.launch-panel {
	align-items: center;
	background: var(--ovm-blue);
	color: var(--ovm-white);
	display: grid;
	gap: 40px;
	grid-template-columns: 1.2fr 1fr;
	margin-bottom: 58px;
	margin-top: 30px;
	padding: clamp(30px, 6vw, 70px);
	position: relative;
}

.launch-panel::after {
	border: 1px solid rgba(255, 255, 255, 0.25);
	content: "";
	inset: 12px;
	pointer-events: none;
	position: absolute;
}

.launch-panel h2 {
	font-size: clamp(2.1rem, 4vw, 3.7rem);
}

.launch-panel p:last-child {
	color: rgba(255, 255, 255, 0.78);
	font-family: var(--ovm-serif);
	font-size: 1.25rem;
	margin: 0;
}

.editorial-promise {
	align-items: start;
	background: var(--ovm-paper-deep);
	border-left: 6px solid var(--ovm-accent);
	display: grid;
	gap: 35px;
	grid-template-columns: 170px minmax(0, 1fr);
	margin-bottom: 72px;
	padding: 32px 38px;
}

.editorial-promise__label {
	color: var(--ovm-accent-dark);
	font-size: 0.73rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	padding-top: 7px;
	text-transform: uppercase;
}

.editorial-promise h2 {
	font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.editorial-promise p:last-child {
	color: var(--ovm-muted);
	margin: 0;
	max-width: 850px;
}

.desk-section {
	border-top: 5px solid var(--ovm-ink);
	margin-bottom: 76px;
	padding-top: 20px;
}

.section-heading {
	align-items: end;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 26px;
}

.section-heading h2 {
	font-size: clamp(2rem, 4vw, 3.3rem);
	margin-bottom: 5px;
}

.section-heading p:last-child {
	color: var(--ovm-muted);
	margin: 0;
}

.section-heading > a {
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin-bottom: 9px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

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

.card-grid .story-card__image,
.archive-grid .story-card__image {
	aspect-ratio: 16 / 10;
}

.desk-section__empty {
	border: 1px dashed var(--ovm-rule);
	color: var(--ovm-muted);
	font-family: var(--ovm-serif);
	font-style: italic;
	margin: 0;
	padding: 28px;
}

.partner-desk {
	border-color: var(--ovm-blue);
}

.listing-layout,
.article-layout {
	display: grid;
	gap: clamp(35px, 6vw, 80px);
	grid-template-columns: minmax(0, 1fr) 290px;
	padding-bottom: 80px;
	padding-top: 55px;
}

.archive-header,
.page-header {
	border-bottom: 1px solid var(--ovm-rule);
	margin-bottom: 32px;
	padding-bottom: 28px;
}

.archive-header h1,
.page-header h1 {
	font-size: clamp(2.5rem, 5.5vw, 4.8rem);
	margin: 0;
}

.archive-description {
	color: var(--ovm-muted);
	font-family: var(--ovm-serif);
	font-size: 1.16rem;
	margin-top: 14px;
}

.archive-description p:last-child {
	margin-bottom: 0;
}

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

.article-header {
	border-top: 5px solid var(--ovm-ink);
	padding-top: 22px;
}

.article-header h1 {
	font-size: clamp(2.7rem, 6.2vw, 5.7rem);
	letter-spacing: -0.045em;
	margin-bottom: 18px;
}

.article-dek {
	color: var(--ovm-muted);
	font-family: var(--ovm-serif);
	font-size: clamp(1.2rem, 2.4vw, 1.55rem);
	line-height: 1.42;
	margin-bottom: 22px;
}

.article-dek p:last-child {
	margin: 0;
}

.article-updated {
	margin-top: 7px;
}

.commercial-notice,
.disclosure-notice {
	background: var(--ovm-white);
	border-left: 5px solid var(--ovm-blue);
	box-shadow: var(--ovm-shadow);
	display: grid;
	gap: 5px;
	margin: 28px 0;
	padding: 20px 24px;
}

.commercial-notice strong,
.disclosure-notice strong {
	color: var(--ovm-blue);
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.commercial-notice span,
.disclosure-notice p {
	color: var(--ovm-muted);
	font-size: 0.9rem;
	margin: 0;
}

.article-hero {
	margin: 35px 0;
}

.article-hero img {
	width: 100%;
}

.article-hero figcaption,
.wp-caption-text {
	color: var(--ovm-muted);
	font-size: 0.75rem;
	margin-top: 9px;
}

.article-content {
	font-family: var(--ovm-serif);
	font-size: clamp(1.08rem, 1.6vw, 1.23rem);
	line-height: 1.78;
}

.article-content > * {
	max-width: 760px;
}

.article-content > .alignwide {
	margin-left: min(0px, calc((760px - 100%) / 2));
	max-width: 1040px;
	width: min(1040px, calc(100vw - 40px));
}

.article-content > .alignfull {
	margin-left: calc(50% - 50vw);
	max-width: none;
	width: 100vw;
}

.article-content h2 {
	font-size: clamp(1.8rem, 3.2vw, 2.65rem);
	margin-top: 1.55em;
}

.article-content h3 {
	font-size: clamp(1.45rem, 2.6vw, 2rem);
	margin-top: 1.45em;
}

.article-content blockquote {
	border-left: 6px solid var(--ovm-accent);
	font-size: 1.35em;
	font-style: italic;
	line-height: 1.45;
	margin: 1.6em 0;
	padding: 0.25em 0 0.25em 1.4em;
}

.article-content blockquote cite {
	display: block;
	font-family: var(--ovm-sans);
	font-size: 0.5em;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin-top: 12px;
	text-transform: uppercase;
}

.article-content table {
	border-collapse: collapse;
	font-family: var(--ovm-sans);
	font-size: 0.88em;
	margin: 1.5em 0;
	width: 100%;
}

.article-content th,
.article-content td {
	border: 1px solid var(--ovm-rule);
	padding: 10px 12px;
	text-align: left;
}

.article-content th {
	background: var(--ovm-blue);
	color: var(--ovm-white);
}

.article-content hr {
	border: 0;
	border-top: 1px solid var(--ovm-rule);
	margin: 2.5em 0;
}

.source-box {
	background: var(--ovm-paper-deep);
	border-top: 4px solid var(--ovm-accent);
	margin-top: 42px;
	padding: 25px 28px;
}

.source-box h2 {
	font-size: 1.45rem;
}

.source-box p:last-child {
	margin-bottom: 0;
}

.article-footer {
	border-bottom: 1px solid var(--ovm-rule);
	border-top: 1px solid var(--ovm-rule);
	margin-top: 38px;
	padding: 16px 0;
}

.article-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.article-tags > span {
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	margin-right: 5px;
	text-transform: uppercase;
}

.article-tags a {
	background: var(--ovm-sand);
	color: var(--ovm-ink);
	font-size: 0.76rem;
	padding: 4px 8px;
	text-decoration: none;
}

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

.post-navigation .nav-links {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.post-navigation a {
	background: var(--ovm-white);
	color: var(--ovm-ink);
	display: block;
	height: 100%;
	padding: 18px;
	text-decoration: none;
}

.nav-label {
	color: var(--ovm-accent);
	display: block;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.nav-title {
	font-family: var(--ovm-serif);
	font-weight: 700;
	line-height: 1.25;
}

.article-sidebar {
	align-self: start;
	position: sticky;
	top: 25px;
}

.widget {
	border-top: 4px solid var(--ovm-ink);
	font-size: 0.88rem;
	margin-bottom: 32px;
	padding-top: 16px;
}

.widget-title {
	font-size: 1.45rem;
}

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

.widget li {
	border-bottom: 1px solid var(--ovm-rule);
	padding: 8px 0;
}

.widget a {
	color: var(--ovm-ink);
	text-decoration: none;
}

.sidebar-about {
	background: var(--ovm-blue);
	border: 0;
	color: var(--ovm-white);
	padding: 24px;
}

.sidebar-about p:last-child {
	color: rgba(255, 255, 255, 0.78);
	margin-bottom: 0;
}

.standard-page {
	max-width: 900px;
	padding-bottom: 85px;
	padding-top: 55px;
}

.standard-page .article-content {
	margin: 0 auto;
	max-width: 760px;
}

.comments-area {
	border-top: 5px solid var(--ovm-ink);
	margin-top: 50px;
	padding-top: 25px;
}

.comments-title,
.comment-reply-title {
	font-size: 1.8rem;
}

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

.comment-body {
	background: rgba(255, 255, 255, 0.55);
	margin-bottom: 15px;
	padding: 20px;
}

.comment-form label {
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	background: var(--ovm-white);
	border: 1px solid var(--ovm-rule);
	font: inherit;
	padding: 10px;
	width: 100%;
}

.navigation.pagination {
	border-top: 1px solid var(--ovm-rule);
	margin-top: 40px;
	padding-top: 25px;
}

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

.page-numbers {
	background: var(--ovm-white);
	color: var(--ovm-ink);
	display: inline-block;
	font-weight: 700;
	padding: 8px 12px;
	text-decoration: none;
}

.page-numbers.current {
	background: var(--ovm-accent);
	color: var(--ovm-white);
}

.empty-state,
.error-page {
	padding-bottom: 100px;
	padding-top: 80px;
}

.error-page {
	max-width: 850px;
}

.error-page h1 {
	font-size: clamp(3rem, 7vw, 6rem);
}

.error-page > p:not(.eyebrow) {
	color: var(--ovm-muted);
	font-family: var(--ovm-serif);
	font-size: 1.3rem;
}

.error-page__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 30px;
}

.button {
	display: inline-block;
	text-decoration: none;
}

.site-footer {
	background: var(--ovm-ink);
	color: rgba(255, 255, 255, 0.78);
	padding: 55px 0 25px;
}

.footer-grid {
	display: grid;
	gap: 60px;
	grid-template-columns: 1.35fr 0.7fr 1fr;
}

.footer-brand__name {
	color: var(--ovm-white);
	font-family: var(--ovm-serif);
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	margin-bottom: 8px;
}

.footer-heading {
	color: var(--ovm-white);
	font-size: 0.73rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer li {
	margin-bottom: 7px;
}

.site-footer a {
	color: var(--ovm-white);
}

.site-footer .widget {
	border: 0;
	margin: 0;
	padding: 0;
}

.footer-legal {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	display: grid;
	font-size: 0.72rem;
	gap: 25px;
	grid-template-columns: auto minmax(280px, 1fr);
	margin-top: 45px;
	padding-top: 20px;
}

.footer-legal p {
	margin: 0;
}

@media (max-width: 980px) {
	.masthead {
		grid-template-columns: 1fr;
	}

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

	.front-intro,
	.lead-grid,
	.listing-layout,
	.article-layout {
		grid-template-columns: 1fr;
	}

	.front-intro__dek {
		max-width: 760px;
	}

	.lead-card--primary {
		border-bottom: 1px solid var(--ovm-rule);
		border-right: 0;
		grid-row: auto;
		padding-bottom: 30px;
		padding-right: 0;
	}

	.lead-card--secondary {
		grid-template-columns: 170px minmax(0, 1fr);
		margin-left: 0;
	}

	.article-sidebar {
	display: grid;
		gap: 25px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		position: static;
	}

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

	.footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	:root {
		--ovm-shell: min(100% - 28px, 1240px);
	}

	body::before {
		position: absolute;
	}

	.edition-label {
		display: none;
	}

	.edition-bar__inner {
		justify-content: flex-end;
	}

	.masthead {
		min-height: 0;
		padding-bottom: 22px;
		padding-top: 26px;
	}

	.wordmark__name {
		font-size: clamp(2.65rem, 14vw, 4.4rem);
	}

	.wordmark__tagline {
		font-size: 0.65rem;
		letter-spacing: 0.1em;
	}

	.front-intro {
		padding-top: 36px;
	}

	.front-intro h1,
	.article-header h1 {
		font-size: clamp(2.45rem, 13vw, 4.2rem);
	}

	.lead-grid {
		padding-bottom: 42px;
	}

	.lead-card--secondary {
		grid-template-columns: 105px minmax(0, 1fr);
	}

	.lead-card--secondary .story-card__title {
		font-size: 1.15rem;
	}

	.story-card__meta {
		display: none;
	}

	.launch-panel,
	.editorial-promise {
		grid-template-columns: 1fr;
	}

	.editorial-promise {
		gap: 12px;
		padding: 26px;
	}

	.section-heading {
		align-items: start;
		flex-direction: column;
		gap: 12px;
	}

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

	.card-grid .story-card,
	.archive-grid .story-card {
		border-bottom: 1px solid var(--ovm-rule);
		padding-bottom: 25px;
	}

	.article-layout,
	.listing-layout,
	.standard-page {
		padding-top: 38px;
	}

	.article-content {
		font-size: 1.05rem;
	}

	.article-sidebar,
	.footer-grid,
	.footer-legal,
	.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.footer-grid {
		gap: 35px;
	}

	.footer-brand {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

