/*
Theme Name: BYO Newsroom
Theme URI: https://www.archynewsy.com/
Description: A fast, editorial GeneratePress child theme for the BYO news network.
Author: BYO
Template: generatepress
Version: 1.0.1
Text Domain: byo-newsroom
*/

:root {
	--news-accent: #c8102e;
	--news-accent-dark: #8f0b20;
	--news-ink: #101114;
	--news-muted: #62666d;
	--news-line: #d9dce1;
	--news-soft: #f3f4f6;
	--news-paper: #ffffff;
	--news-max: 1280px;
	--news-reading: 760px;
	--news-sans: Inter, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	--news-serif: Georgia, "Times New Roman", "Noto Serif JP", serif;
	--news-shadow: 0 18px 45px rgba(17, 20, 26, 0.08);
}

.newsroom--jp {
	--news-accent: #b5122b;
	--news-accent-dark: #7f0d1f;
	--news-sans: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	--news-serif: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", Georgia, serif;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--news-paper);
	color: var(--news-ink);
	font-family: var(--news-sans);
	font-size: 16px;
	line-height: 1.62;
}

body,
button,
input,
select,
textarea {
	font-family: var(--news-sans);
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

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

img {
	background: var(--news-soft);
}

.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;
}

.grid-container,
.inside-header,
.inside-navigation,
.inside-footer-widgets,
.inside-site-info {
	max-width: var(--news-max);
}

.site-content {
	display: block;
	padding: 0;
}

.byo-newsroom #page {
	max-width: none;
}

.content-area {
	width: 100%;
}

.widget-area {
	display: none;
}

.byo-newsroom-wrap {
	margin: 0 auto;
	max-width: var(--news-max);
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

/* News utility line and masthead */
.byo-newsroom-utility {
	background: var(--news-ink);
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.035em;
}

.byo-newsroom-utility__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 34px;
}

.byo-newsroom-utility__edition {
	color: rgba(255, 255, 255, 0.72);
	font-weight: 700;
	margin-left: 12px;
}

.byo-newsroom-utility__links {
	align-items: center;
	display: flex;
	gap: 18px;
}

.byo-newsroom-utility a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.site-header {
	background: #fff;
	border-bottom: 1px solid var(--news-line);
}

.inside-header {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	min-height: 118px;
	padding: 28px 24px 22px;
}

.site-branding {
	max-width: 850px;
}

.main-title {
	font-family: var(--news-serif);
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.92;
	margin: 0;
}

.newsroom--jp .main-title {
	letter-spacing: -0.04em;
}

.main-title a,
.main-title a:hover,
.main-title a:focus {
	color: var(--news-ink);
	text-decoration: none;
}

.site-description {
	border-left: 4px solid var(--news-accent);
	color: var(--news-muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.055em;
	margin: 14px 0 0;
	padding-left: 10px;
	text-transform: uppercase;
}

.main-navigation {
	background: #fff;
	border-bottom: 3px solid var(--news-ink);
	border-top: 1px solid var(--news-line);
	position: sticky;
	top: 0;
	z-index: 100;
}

.inside-navigation {
	padding: 0 24px;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-item > a {
	color: var(--news-ink);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.04em;
	line-height: 52px;
	padding: 0 17px;
	text-transform: uppercase;
}

.main-navigation .main-nav ul li:first-child a {
	padding-left: 0;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus-within > a {
	background: transparent;
	box-shadow: inset 0 -4px 0 var(--news-accent);
	color: var(--news-accent);
}

.main-navigation .menu-toggle {
	background: transparent;
	text-align: left;
}

.navigation-search {
	background: #fff;
}

.navigation-search input[type="search"] {
	color: var(--news-ink);
	font-size: 16px;
}

/* Live headline ribbon */
.byo-newsroom-ribbon {
	border-bottom: 1px solid var(--news-line);
	background: var(--news-soft);
}

.byo-newsroom-ribbon__inner {
	align-items: center;
	display: flex;
	gap: 18px;
	min-height: 44px;
	overflow: hidden;
}

.byo-newsroom-ribbon__label {
	background: var(--news-accent);
	color: #fff;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.09em;
	padding: 5px 9px;
	text-transform: uppercase;
}

.byo-newsroom-ribbon__links {
	align-items: center;
	display: flex;
	gap: 26px;
	list-style: none;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.byo-newsroom-ribbon__links li {
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 750;
	white-space: nowrap;
}

.byo-newsroom-ribbon__links li + li::before {
	color: var(--news-accent);
	content: "•";
	margin-right: 26px;
}

.byo-newsroom-ribbon a {
	text-decoration: none;
}

/* Shared editorial primitives */
.byo-section {
	padding: 42px 0;
}

.byo-section--soft {
	background: var(--news-soft);
}

.byo-section-heading {
	align-items: baseline;
	border-top: 5px solid var(--news-ink);
	display: flex;
	justify-content: space-between;
	margin: 0 0 24px;
	padding-top: 12px;
}

.byo-section-heading h2,
.byo-section-heading h1 {
	font-family: var(--news-serif);
	font-size: clamp(28px, 3.3vw, 42px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin: 0;
}

.byo-section-heading a {
	color: var(--news-accent);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.065em;
	text-decoration: none;
	text-transform: uppercase;
}

.byo-kicker {
	align-items: center;
	color: var(--news-accent);
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	gap: 7px;
	letter-spacing: 0.09em;
	line-height: 1.25;
	text-decoration: none;
	text-transform: uppercase;
}

.byo-kicker::before {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 3px;
	width: 20px;
}

.byo-story-meta {
	align-items: center;
	color: var(--news-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 650;
	gap: 8px;
	margin-top: 12px;
}

.byo-story-meta > * + *::before {
	content: "/";
	margin-right: 8px;
}

.byo-story-image {
	background: #e9ebee;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.byo-story-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
	width: 100%;
}

.byo-story-image:hover img,
.byo-story-image:focus img {
	transform: scale(1.025);
}

.byo-image-fallback {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(200, 16, 46, 0.94), rgba(16, 17, 20, 0.97)),
		var(--news-ink);
	color: #fff;
	display: flex;
	font-family: var(--news-serif);
	font-size: 24px;
	font-weight: 900;
	height: 100%;
	justify-content: center;
	letter-spacing: -0.03em;
	min-height: 160px;
	padding: 20px;
	text-align: center;
}

/* Homepage: one lead idea, a compact support stack, then sections */
.byo-newsroom-home {
	margin: 0;
	max-width: none;
	width: 100%;
}

.byo-front-intro {
	padding: 30px 0 22px;
}

.byo-front-intro h2 {
	font-family: var(--news-serif);
	font-size: clamp(30px, 3.2vw, 46px);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.02;
	margin: 0;
}

.byo-front-intro p {
	color: var(--news-muted);
	font-size: 14px;
	font-weight: 650;
	margin: 10px 0 0;
	max-width: 720px;
}

.byo-lead-stage {
	border-bottom: 1px solid var(--news-line);
	border-top: 1px solid var(--news-line);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 0.9fr);
}

.byo-lead-story {
	border-right: 1px solid var(--news-line);
	padding: 24px 26px 26px 0;
}

.byo-lead-story .byo-story-image {
	aspect-ratio: 16 / 9;
	box-shadow: var(--news-shadow);
	margin-bottom: 20px;
}

.byo-lead-story h2 {
	font-family: var(--news-serif);
	font-size: clamp(36px, 4.3vw, 62px);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 0.99;
	margin: 10px 0 14px;
}

.byo-lead-story h2 a,
.byo-support-story h3 a,
.byo-rail-story h3 a,
.byo-latest-story h3 a,
.byo-section-story h3 a {
	text-decoration: none;
}

.byo-lead-story__deck {
	color: var(--news-muted);
	font-family: var(--news-serif);
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	max-width: 830px;
}

.byo-support-stack {
	display: grid;
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

.byo-support-story {
	display: grid;
	gap: 16px;
	grid-template-columns: 42% minmax(0, 1fr);
	padding: 24px 0 24px 24px;
}

.byo-support-story + .byo-support-story {
	border-top: 1px solid var(--news-line);
}

.byo-support-story .byo-story-image {
	aspect-ratio: 4 / 3;
}

.byo-support-story h3 {
	font-family: var(--news-serif);
	font-size: clamp(19px, 1.8vw, 27px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 8px 0 0;
}

.byo-headline-rail {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.byo-rail-story {
	border-right: 1px solid var(--news-line);
	padding: 22px 22px 22px 0;
}

.byo-rail-story + .byo-rail-story {
	padding-left: 22px;
}

.byo-rail-story:last-child {
	border-right: 0;
	padding-right: 0;
}

.byo-rail-story h3 {
	font-family: var(--news-serif);
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.18;
	margin: 8px 0 0;
}

.byo-front-content {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 2.1fr) minmax(270px, 0.8fr);
}

.byo-latest-list {
	border-top: 1px solid var(--news-line);
}

.byo-latest-story {
	border-bottom: 1px solid var(--news-line);
	display: grid;
	gap: 22px;
	grid-template-columns: 230px minmax(0, 1fr);
	padding: 20px 0;
}

.byo-latest-story .byo-story-image {
	aspect-ratio: 16 / 10;
}

.byo-latest-story h3 {
	font-family: var(--news-serif);
	font-size: clamp(22px, 2.4vw, 32px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 7px 0 8px;
}

.byo-latest-story p {
	color: var(--news-muted);
	line-height: 1.48;
	margin: 0;
}

.byo-front-aside {
	border-left: 1px solid var(--news-line);
	padding-left: 28px;
}

.byo-front-aside h2 {
	border-top: 5px solid var(--news-accent);
	font-family: var(--news-serif);
	font-size: 28px;
	font-weight: 900;
	letter-spacing: -0.03em;
	margin: 0;
	padding-top: 12px;
}

.byo-desk-list,
.byo-brief-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.byo-desk-list {
	margin-bottom: 38px;
}

.byo-desk-list li {
	border-bottom: 1px solid var(--news-line);
}

.byo-desk-list a {
	align-items: center;
	display: flex;
	font-weight: 850;
	justify-content: space-between;
	padding: 13px 0;
	text-decoration: none;
}

.byo-desk-list a::after {
	color: var(--news-accent);
	content: "→";
}

.byo-brief-list {
	counter-reset: briefing;
}

.byo-brief-list li {
	border-bottom: 1px solid var(--news-line);
	counter-increment: briefing;
	display: grid;
	gap: 12px;
	grid-template-columns: 28px minmax(0, 1fr);
	padding: 15px 0;
}

.byo-brief-list li::before {
	color: var(--news-accent);
	content: counter(briefing, decimal-leading-zero);
	font-size: 12px;
	font-weight: 900;
	padding-top: 2px;
}

.byo-brief-list a {
	font-family: var(--news-serif);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.22;
	text-decoration: none;
}

.byo-section-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.byo-section-story {
	min-width: 0;
}

.byo-section-story .byo-story-image {
	aspect-ratio: 16 / 10;
	margin-bottom: 14px;
}

.byo-section-story h3 {
	font-family: var(--news-serif);
	font-size: 21px;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.15;
	margin: 7px 0 0;
}

/* Archives and search */
.byo-archive-header {
	background: var(--news-ink);
	color: #fff;
	padding: 50px 0 42px;
}

.byo-archive-header .byo-kicker {
	color: #ff5470;
}

.byo-archive-header h1 {
	font-family: var(--news-serif);
	font-size: clamp(42px, 6vw, 74px);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.98;
	margin: 12px 0 0;
}

.byo-archive-description {
	color: rgba(255, 255, 255, 0.72);
	margin-top: 16px;
	max-width: 750px;
}

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

.byo-archive-card {
	border-bottom: 1px solid var(--news-line);
	padding-bottom: 24px;
}

.byo-archive-card .byo-story-image {
	aspect-ratio: 16 / 10;
	margin-bottom: 14px;
}

.byo-archive-card h2 {
	font-family: var(--news-serif);
	font-size: 25px;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.12;
	margin: 7px 0 8px;
}

.byo-archive-card h2 a {
	text-decoration: none;
}

.byo-archive-card p {
	color: var(--news-muted);
	margin: 0;
}

.paging-navigation,
.posts-navigation,
.post-navigation {
	margin: 34px 0 0;
}

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

.page-numbers {
	border: 1px solid var(--news-line);
	font-size: 13px;
	font-weight: 800;
	padding: 10px 14px;
	text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover {
	background: var(--news-ink);
	border-color: var(--news-ink);
	color: #fff;
}

/* Single article */
.byo-article-header {
	padding: 48px 0 28px;
}

.byo-article-header__inner {
	max-width: 1040px;
}

.byo-article-header h1 {
	font-family: var(--news-serif);
	font-size: clamp(42px, 5.9vw, 78px);
	font-weight: 900;
	letter-spacing: -0.057em;
	line-height: 0.98;
	margin: 14px 0 18px;
	overflow-wrap: anywhere;
}

.byo-article-deck {
	color: #444a51;
	font-family: var(--news-serif);
	font-size: clamp(19px, 2vw, 25px);
	line-height: 1.45;
	margin: 0;
	max-width: 880px;
}

.byo-byline {
	align-items: center;
	border-top: 1px solid var(--news-line);
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-top: 24px;
	padding-top: 16px;
}

.byo-byline__author {
	font-weight: 900;
}

.byo-byline__date {
	color: var(--news-muted);
	font-size: 13px;
}

.byo-article-hero {
	margin: 0 auto;
	max-width: var(--news-max);
	padding: 0 24px;
}

.byo-article-hero img {
	display: block;
	max-height: 720px;
	object-fit: cover;
	width: 100%;
}

.byo-article-layout {
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(0, var(--news-reading)) minmax(260px, 1fr);
	justify-content: space-between;
	padding-bottom: 60px;
	padding-top: 40px;
}

.byo-article-content {
	font-family: var(--news-serif);
	font-size: 19px;
	line-height: 1.78;
	min-width: 0;
}

.byo-article-content > *:first-child {
	margin-top: 0;
}

.byo-article-content p {
	margin: 0 0 1.35em;
}

.byo-article-content h2,
.byo-article-content h3,
.byo-article-content h4 {
	color: var(--news-ink);
	font-family: var(--news-sans);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.14;
	margin: 1.7em 0 0.65em;
}

.byo-article-content h2 {
	font-size: 34px;
}

.byo-article-content h3 {
	font-size: 27px;
}

.byo-article-content blockquote {
	border-left: 5px solid var(--news-accent);
	color: #353940;
	font-size: 24px;
	font-style: normal;
	line-height: 1.45;
	margin: 1.6em 0;
	padding: 4px 0 4px 24px;
}

.byo-article-content figure,
.byo-article-content img {
	max-width: 100%;
}

.byo-article-content figcaption {
	color: var(--news-muted);
	font-family: var(--news-sans);
	font-size: 12px;
}

.byo-article-content table {
	border-collapse: collapse;
	display: block;
	font-family: var(--news-sans);
	font-size: 15px;
	max-width: 100%;
	overflow-x: auto;
}

.byo-article-content th,
.byo-article-content td {
	border: 1px solid var(--news-line);
	padding: 10px 12px;
}

.byo-article-content .wp-caption,
.byo-article-content .aligncenter {
	max-width: 100%;
}

.byo-article-side {
	align-self: start;
	border-top: 5px solid var(--news-accent);
	position: sticky;
	top: 72px;
}

.byo-article-side h2 {
	font-family: var(--news-serif);
	font-size: 28px;
	font-weight: 900;
	margin: 12px 0 6px;
}

.byo-article-side article {
	border-bottom: 1px solid var(--news-line);
	padding: 15px 0;
}

.byo-article-side h3 {
	font-family: var(--news-serif);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	margin: 5px 0 0;
}

.byo-article-side a {
	text-decoration: none;
}

.byo-author-box {
	background: var(--news-soft);
	border-left: 5px solid var(--news-accent);
	font-family: var(--news-sans);
	margin: 38px 0 0;
	padding: 22px 24px;
}

.byo-author-box strong {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}

.byo-author-box p {
	color: var(--news-muted);
	font-size: 14px;
	margin: 0;
}

.byo-related {
	border-top: 1px solid var(--news-line);
}

.byo-article-navigation {
	border-bottom: 1px solid var(--news-line);
	border-top: 1px solid var(--news-line);
}

.byo-article-navigation__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.byo-article-navigation__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 154px;
	padding: 26px 32px 28px 0;
	text-decoration: none;
}

.byo-article-navigation__item--next {
	border-left: 1px solid var(--news-line);
	padding-left: 32px;
	padding-right: 0;
	text-align: right;
}

.byo-article-navigation__label {
	color: var(--news-accent);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.byo-article-navigation__title {
	font-family: var(--news-serif);
	font-size: clamp(20px, 2.1vw, 28px);
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.byo-article-navigation__item:hover .byo-article-navigation__title,
.byo-article-navigation__item:focus .byo-article-navigation__title {
	color: var(--news-accent);
}

/* Footer */
.byo-newsroom-footer-links {
	background: var(--news-ink);
	color: #fff;
	padding: 38px 0 30px;
}

.byo-newsroom-footer-links__brand {
	font-family: var(--news-serif);
	font-size: 30px;
	font-weight: 900;
	letter-spacing: -0.04em;
	margin-bottom: 18px;
}

.byo-newsroom-footer-links nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
}

.byo-newsroom-footer-links a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.byo-newsroom-footer-links a:hover,
.byo-newsroom-footer-links a:focus {
	color: #fff;
}

.site-info {
	background: #08090b;
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
}

.inside-site-info {
	justify-content: flex-start;
	padding: 16px 24px;
}

.admin-bar .main-navigation {
	top: 32px;
}

/* Responsive editorial layout */
@media (max-width: 1040px) {
	.byo-lead-stage {
		grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.85fr);
	}

	.byo-support-story {
		display: block;
	}

	.byo-support-story .byo-story-image {
		margin-bottom: 12px;
	}

	.byo-front-content {
		gap: 34px;
		grid-template-columns: minmax(0, 1fr) 260px;
	}

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

@media (max-width: 820px) {
	.byo-newsroom-utility__links {
		display: none;
	}

	.inside-header {
		min-height: 94px;
		padding-bottom: 18px;
		padding-top: 22px;
	}

	.main-title {
		font-size: 44px;
	}

	.main-navigation {
		position: relative;
	}

	.main-navigation .main-nav ul li:first-child a,
	.main-navigation .main-nav ul li a,
	.main-navigation .menu-toggle,
	.main-navigation .menu-bar-item > a {
		padding-left: 16px;
		padding-right: 16px;
	}

	.byo-newsroom-ribbon__links li:nth-child(n+2) {
		display: none;
	}

	.byo-lead-stage {
		display: block;
	}

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

	.byo-support-stack {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
	}

	.byo-support-story {
		padding: 20px 18px 20px 0;
	}

	.byo-support-story + .byo-support-story {
		border-left: 1px solid var(--news-line);
		border-top: 0;
		padding-left: 18px;
		padding-right: 0;
	}

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

	.byo-rail-story:nth-child(2) {
		border-right: 0;
		padding-right: 0;
	}

	.byo-rail-story:nth-child(3) {
		border-top: 1px solid var(--news-line);
		padding-left: 0;
	}

	.byo-rail-story:nth-child(4) {
		border-right: 0;
		border-top: 1px solid var(--news-line);
		padding-right: 0;
	}

	.byo-front-content {
		display: block;
	}

	.byo-front-aside {
		border-left: 0;
		border-top: 1px solid var(--news-line);
		margin-top: 34px;
		padding-left: 0;
		padding-top: 34px;
	}

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

	.byo-article-layout {
		display: block;
	}

	.byo-article-side {
		margin-top: 42px;
		position: static;
	}

	.byo-article-navigation__item {
		min-height: 130px;
	}
}

@media (max-width: 600px) {
	.byo-newsroom-wrap {
		padding-left: 17px;
		padding-right: 17px;
	}

	.byo-newsroom-utility__inner {
		min-height: 30px;
	}

	.byo-newsroom-utility__edition {
		display: none;
	}

	.inside-header {
		padding-left: 17px;
		padding-right: 17px;
	}

	.main-title {
		font-size: 37px;
	}

	.site-description {
		font-size: 10px;
	}

	.inside-navigation {
		padding: 0;
	}

	.byo-front-intro {
		padding-bottom: 18px;
		padding-top: 22px;
	}

	.byo-lead-story {
		padding-top: 17px;
	}

	.byo-lead-story .byo-story-image {
		margin-left: -17px;
		margin-right: -17px;
	}

	.byo-lead-story h2 {
		font-size: 38px;
	}

	.byo-lead-story__deck {
		font-size: 16px;
	}

	.byo-support-stack,
	.byo-headline-rail,
	.byo-section-grid,
	.byo-archive-grid {
		display: block;
	}

	.byo-support-story,
	.byo-support-story + .byo-support-story,
	.byo-rail-story,
	.byo-rail-story + .byo-rail-story,
	.byo-section-story,
	.byo-archive-card {
		border-bottom: 1px solid var(--news-line);
		border-left: 0;
		border-right: 0;
		padding: 18px 0;
	}

	.byo-support-story {
		display: grid;
		gap: 14px;
		grid-template-columns: 38% minmax(0, 1fr);
	}

	.byo-support-story .byo-story-image {
		margin: 0;
	}

	.byo-section-story .byo-story-image,
	.byo-archive-card .byo-story-image {
		aspect-ratio: 16 / 9;
	}

	.byo-latest-story {
		gap: 14px;
		grid-template-columns: 112px minmax(0, 1fr);
	}

	.byo-latest-story h3 {
		font-size: 20px;
	}

	.byo-latest-story p {
		display: none;
	}

	.byo-section {
		padding: 32px 0;
	}

	.byo-archive-header {
		padding-bottom: 32px;
		padding-top: 36px;
	}

	.byo-archive-card h2 {
		font-size: 23px;
	}

	.byo-article-header {
		padding-bottom: 22px;
		padding-top: 34px;
	}

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

	.byo-article-deck {
		font-size: 18px;
	}

	.byo-article-hero {
		padding: 0;
	}

	.byo-article-layout {
		padding-top: 30px;
	}

	.byo-article-content {
		font-size: 18px;
		line-height: 1.72;
	}

	.byo-article-content h2 {
		font-size: 29px;
	}

	.byo-article-navigation__grid {
		display: block;
	}

	.byo-article-navigation__item,
	.byo-article-navigation__item--next {
		border-left: 0;
		min-height: 0;
		padding: 22px 0;
		text-align: left;
	}

	.byo-article-navigation__item--next {
		border-top: 1px solid var(--news-line);
	}
}

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

	.byo-story-image img {
		transition: none;
	}
}
