
@font-face {
	font-family: 'Canterbury';
	src: url('/wp-content/plugins/reveille-editorial-layouts/assets/fonts/Canterbury.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nimbus Roman';
	src: url('https://thereveilletimes.com/wp-content/uploads/2024/12/NimbusRomNo9L-Reg.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nimbus Roman';
	src: url('https://thereveilletimes.com/wp-content/uploads/2024/12/NimbusRomNo9L-RegIta.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Nimbus Roman';
	src: url('https://thereveilletimes.com/wp-content/uploads/2024/12/NimbusRomNo9L-Med.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nimbus Roman';
	src: url('https://thereveilletimes.com/wp-content/uploads/2024/12/NimbusRomNo9L-MedIta.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

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

:root {
	--bg: #ffffff;
	--fg: #121212;
	--fg-soft: #363636;
	--fg-muted: #727272;
	--fg-light: #999;
	--rule-heavy: #121212;
	--rule-med: #999;
	--rule-light: #e2dfd7;
	--cat-politics: #121212;
	--cat-business: #121212;
	--cat-culture: #121212;
	--cat-opinion: #8b1a1a;
	--cat-analysis: #121212;
	--font-hl: 'Nimbus Roman', 'Georgia', serif;
	--font-body: 'Nimbus Roman', 'Georgia', serif;
	--font-ui: 'Lato', 'Source Sans 3', 'Helvetica Neue', sans-serif;
	--max-w: 1200px;
	--article-w: 720px;
	--wide-w: 960px;
}

.reveille-article {
	background: var(--bg);
	color: var(--fg);
	font-family: var(--font-body);
	font-size: 15px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.reveille-article a {
	color: inherit;
	text-decoration: none;
}

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

.reveille-article .ra-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--bg);
	display: block;
	margin: 0;
	padding: 0;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	border-bottom: 1px solid var(--rule-light);
}

.reveille-article .masthead {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 21px 24px 8px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 56px;
	transition: padding .3s ease;
}

.reveille-article .ra-header.is-compact .masthead {
	padding: 10px 24px;
}

.reveille-article .masthead__hamburger {
	justify-self: start;
	display: flex;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px;
}

.reveille-article .masthead__hamburger svg {
	width: 24px;
	height: 24px;
	stroke: var(--fg);
	fill: none;
}

.reveille-article .masthead__logo {
	display: flex;
	align-items: center;
}

.reveille-article .masthead__logo img {
	max-height: 43px;
	width: auto;
	transition: max-height .3s ease;
}

.reveille-article .masthead__logo-svg {
	height: 38px;
	width: auto;
	display: block;
	line-height: 1;
}

.reveille-article .ra-header.is-compact .masthead__logo img {
	max-height: 34px;
}

.reveille-article .masthead__user {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 600;
}

.reveille-article .masthead__avatar {
	width: 28px;
	height: 28px;
	border-radius: 4px;
	object-fit: cover;
	background: var(--rule-light);
}

.reveille-article .nav-bar {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 2px 24px 12px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 20px;
	font-family: 'Lato', var(--font-ui);
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	border-bottom: none;
	position: relative;
	max-height: 50px;
	opacity: 1;
	transition: max-height .35s ease, opacity .25s ease, padding .35s ease;
}

.reveille-article .ra-header.is-compact .nav-bar {
	max-height: 0;
	opacity: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	pointer-events: none;
}

.reveille-article .ra-header.is-compact {
	box-shadow: none;
}

.reveille-article .nav-bar a {
	position: relative;
	color: #000000;
}

.reveille-article .nav-bar a.active {
	font-family: 'Nimbus Roman', 'Georgia', serif;
	color: var(--fg);
	font-weight: 500;
	font-size: 17px;
	vertical-align: baseline;
}

.reveille-article .nav-bar > span.active {
	font-weight: 700;
	color: var(--fg);
	padding-right: 12px;
	margin-right: 0;
	position: relative;
}

.reveille-article .nav-bar > span.active::after {
	content: '|';
	position: absolute;
	right: 0;
	color: #ccc;
	font-weight: 300;
}

.reveille-article .ra-header:has(.hub-nav-bar) .nav-bar {
	padding-top: 2px;
}

.reveille-article .ra-header:has(.hub-nav-bar) {
	border-bottom: none;
}

.reveille-article .hub-nav-bar {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: #fff;
}

.reveille-article .hub-nav-bar__inner {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 10px 24px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 20px;
	font-family: 'Lato', var(--font-ui);
	font-size: 14px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.reveille-article .hub-nav-bar__inner::-webkit-scrollbar {
	display: none;
}

@media (max-width: 768px) {
	.reveille-article .hub-nav-bar__inner {
		justify-content: flex-start;
	}
}

.reveille-article .hub-nav-bar__topic {
	font-weight: 800;
	color: var(--fg);
	padding-right: 12px;
	margin-right: -10px;
	position: relative;
	white-space: nowrap;
	flex-shrink: 0;
}

.reveille-article .hub-nav-bar__topic::after {
	content: '>';
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
	font-weight: 400;
}

.reveille-article .hub-nav-bar a {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
}

.reveille-article .hub-nav-bar a:hover {
	color: #666;
}

.reveille-article .hub-nav-bar a.active {
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 0;
}

.reveille-article .hub-nav-bar a.active:has(.hub-nav-bar__live) {
	border-bottom: none;
	padding-bottom: 0;
}

.reveille-article .hub-nav-bar a.active .hub-nav-bar__live {
	align-self: center;
	margin-bottom: 6px;
}

.reveille-article .hub-nav-bar a:has(.hub-nav-bar__live) {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	line-height: 1;
}

.reveille-article .hub-nav-bar__live {
	color: #d00;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 1.5px;
	text-decoration: none;
}

.reveille-article .nav-bar a::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--fg);
	transition: width .2s;
}

.reveille-article .nav-bar a:hover::after {
	width: 100%;
}

.reveille-article .hero-classic {
	max-width: var(--article-w);
	margin: 0 auto;
	padding: 30px 24px 0;
}

.reveille-article .hero-classic__headline {
	font-family: var(--font-hl);
	font-size: clamp(2rem, 4.5vw, 3.2rem);
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	color: var(--fg);
	margin-bottom: 28px;
}

.reveille-article .hero-classic__excerpt {
	font-family: 'Georgia', serif;
	font-size: 22px;
	line-height: 1.4;
	color: var(--fg-muted);
	margin-bottom: 28px;
}

.reveille-article .hero-splash {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 100vh;
}

.reveille-article .hero-splash__text {
	padding: 60px 48px 60px 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 600px;
	margin-left: auto;
}

.reveille-article .hero-splash__cats {
	font-family: var(--font-ui);
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
}

.reveille-article .hero-splash__headline {
	font-family: var(--font-hl);
	font-size: clamp(1.8rem, 3.5vw, 2.8rem);
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	color: var(--fg);
	margin-bottom: 20px;
}

.reveille-article .hero-splash__excerpt {
	font-family: 'Georgia', serif;
	font-size: 22px;
	font-style: italic;
	line-height: 1.4;
	color: var(--fg-muted);
	margin-bottom: 24px;
}

.reveille-article .hero-splash__meta {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 20px;
}

.reveille-article .hero-splash__media {
	position: relative;
	overflow: hidden;
}

.reveille-article .hero-splash__media img,
.reveille-article .hero-splash__media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reveille-article .hero-banner {
	position: relative;
	width: 100%;
	min-height: 70vh;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}

.reveille-article .hero-banner__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reveille-article .hero-banner__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.3) 50%, transparent 100%);
}

.reveille-article .hero-banner__content {
	position: relative;
	z-index: 1;
	max-width: var(--article-w);
	margin: 0 auto;
	padding: 0 24px 48px;
	color: #fff;
}

.reveille-article .hero-banner__kicker {
	color: rgba(255,255,255,.7);
	margin-bottom: 12px;
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.reveille-article .hero-banner__headline {
	font-family: var(--font-hl);
	font-size: clamp(2rem, 4.5vw, 3.2rem);
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	margin-bottom: 16px;
	color: #fff;
}

.reveille-article .hero-banner__excerpt {
	font-family: 'Georgia', serif;
	font-size: 22px;
	line-height: 1.4;
	color: rgba(255,255,255,.8);
	max-width: 540px;
}

.reveille-article.hero-banner-wrap .ra-header {
	position: absolute;
	width: 100%;
	z-index: 10;
	background: transparent;
	border-bottom: none;
}

.reveille-article.hero-banner-wrap .masthead__hamburger,
.reveille-article.hero-banner-wrap .masthead__user {
	visibility: hidden;
}

.reveille-article.hero-banner-wrap .hub-nav-bar {
	display: none;
}
	margin-left: 0;
}

.reveille-article .hero-banner__actions {
	margin-top: 20px;
}

.reveille-article .hero-banner__actions .trvnc-bookmark-btn,
.reveille-article .hero-banner__actions .trvnc-comments-btn,
.reveille-article .hero-banner__actions .action-btn {
	color: rgba(255,255,255,.85);
}

.reveille-article .hero-banner__actions .trvnc-bookmark-btn:hover,
.reveille-article .hero-banner__actions .trvnc-comments-btn:hover,
.reveille-article .hero-banner__actions .action-btn:hover {
	color: #fff;
}

.reveille-article .hero-stacked__actions {
	margin-top: 16px;
	margin-bottom: 5px;
}

.reveille-article.hero-banner-wrap .masthead__logo {
	color: #fff;
}

.reveille-article.hero-banner-wrap .masthead__logo img {
	filter: brightness(0) invert(1);
}

.reveille-article.hero-banner-wrap .masthead__logo-text {
	color: #fff;
}
.reveille-article.hero-banner-wrap .masthead__logo-svg {
	filter: invert(1);
}

.reveille-article.hero-banner-wrap .masthead__user {
	color: #fff;
}

.reveille-article.hero-banner-wrap .masthead__user .trvnc-signin-btn,
.reveille-article.hero-banner-wrap .masthead__user .trvnc-user-btn {
	color: #fff;
	border-color: rgba(255,255,255,.5);
}

.reveille-article.hero-banner-wrap .masthead__hamburger svg {
	stroke: #fff;
}

.reveille-article.hero-banner-wrap.banner-scrolled .ra-header {
	position: sticky;
	top: 0;
	background: var(--bg);
	border-bottom: 1px solid var(--rule-light);
	animation: banner-header-in .4s ease;
}

@keyframes banner-header-in {
	from { opacity: 0; transform: translateY(-100%); }
	to { opacity: 1; transform: translateY(0); }
}

.reveille-article.hero-banner-wrap.banner-scrolled .masthead__logo img {
	filter: none;
}

.reveille-article.hero-banner-wrap.banner-scrolled .masthead__logo {
	color: var(--fg);
}

.reveille-article.hero-banner-wrap.banner-scrolled .masthead__logo-text {
	color: var(--fg);
}
.reveille-article.hero-banner-wrap.banner-scrolled .masthead__logo-svg {
	filter: none;
}

.reveille-article.hero-banner-wrap.banner-scrolled .masthead__user {
	color: var(--fg);
}

.reveille-article.hero-banner-wrap.banner-scrolled .masthead__user .trvnc-signin-btn,
.reveille-article.hero-banner-wrap.banner-scrolled .masthead__user .trvnc-user-btn {
	color: var(--fg);
	border-color: var(--rule-light);
}

.reveille-article.hero-banner-wrap.banner-scrolled .masthead__hamburger svg {
	stroke: var(--fg);
}

.reveille-article.hero-banner-wrap.banner-scrolled .hub-nav-bar {
	display: flex;
}

.reveille-article.hero-banner-wrap.banner-scrolled .masthead__hamburger,
.reveille-article.hero-banner-wrap.banner-scrolled .masthead__user {
	visibility: visible;
}

.reveille-article.hero-banner-wrap .nav-bar {
	display: none;
}

.reveille-article .hero-stacked__image {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
}

.reveille-article .hero-stacked__body {
	max-width: var(--article-w);
	margin: 0 auto;
	padding: 32px 24px 0;
}

.reveille-article .hero-stacked__kicker {
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-bottom: 12px;
}

.reveille-article .hero-stacked__headline {
	font-family: var(--font-hl);
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	margin-bottom: 20px;
}

.reveille-article .hero-stacked__excerpt {
	font-family: 'Georgia', serif;
	font-size: 22px;
	line-height: 1.4;
	color: var(--fg-muted);
	margin-bottom: 24px;
}

.reveille-article .hero-minimal {
	max-width: var(--wide-w);
	margin: 0 auto;
	padding: 64px 24px 32px;
	text-align: center;
}

.reveille-article .hero-minimal__kicker {
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 16px;
}

.reveille-article .hero-minimal__headline {
	font-family: var(--font-hl);
	font-size: clamp(2.2rem, 5vw, 3.8rem);
	font-weight: 500;
	font-style: normal;
	line-height: 1;
}

.reveille-article .action-bar {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 6px 0;
}

.reveille-article .action-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 11px 12px;
	border: 1px solid var(--rule-light);
	border-radius: 10px;
	background: none;
	cursor: pointer;
	font-family: var(--font-ui);
	font-size: 13px;
	font-weight: 600;
	color: var(--fg-soft);
	transition: all .15s;
}

.reveille-article .action-btn:hover {
	border-color: var(--fg);
	color: var(--fg);
}

.reveille-article .action-btn svg {
	width: 18px;
	height: 18px;
}

.reveille-article .action-btn--active svg {
	fill: var(--cat-analysis);
	color: var(--cat-analysis);
}

.reveille-article .action-btn--active {
	border-color: var(--cat-analysis);
	color: var(--cat-analysis);
}

.reveille-article .trvnc-bookmark-btn,
.reveille-article .trvnc-comments-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 11px 12px;
	border: none;
	border-radius: 27px;
	background: #fff;
	cursor: pointer;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: var(--fg-soft);
	transition: all .15s;
	margin-top: 0;
	height: 42px;
	box-sizing: border-box;
}

.reveille-article .trvnc-bookmark-btn:hover,
.reveille-article .trvnc-comments-btn:hover {
	color: var(--fg);
	background: #f0f0f0;
}

.reveille-article .trvnc-bookmark-btn.saved {
	color: var(--cat-analysis);
}

.reveille-article .trvnc-bookmark-btn svg,
.reveille-article .trvnc-comments-btn svg {
	width: 20px;
	height: 20px;
}

.reveille-article .live-badge {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: 'Lato', var(--font-ui);
	font-size: 13px;
	margin-bottom: 12px;
}

.reveille-article .live-badge__label {
	color: #d00;
	font-weight: 800;
	letter-spacing: 0.04em;
	display: flex;
	align-items: center;
	gap: 5px;
}

.reveille-article .live-badge__label::after {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d00;
	animation: live-pulse 1.5s ease-in-out infinite;
}

@keyframes live-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.6; }
}

.reveille-article .live-badge__time {
	color: #d00;
	font-weight: 400;
}

.reveille-article .hero-banner__content .live-badge__time {
	color: rgba(255, 255, 255, 0.7);
}

.reveille-article .hero-banner__content .live-badge__time::before {
	color: rgba(255, 255, 255, 0.5);
}

.reveille-article .byline-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 10px;
}

.reveille-article .byline-row .byline-block {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

.reveille-article .byline-row .byline-block__name {
	position: relative;
	z-index: 3;
}

.reveille-article .byline-row .byline-block__info {
	min-width: 0;
	overflow: hidden;
}

.reveille-article .byline-row .byline-block__role {
	display: block;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 4px;
	position: relative;
}

.reveille-article .byline-row .byline-block__role::-webkit-scrollbar {
	display: none;
}

.reveille-article .byline-row .byline-block__role {
	scrollbar-width: none;
}

.reveille-article .byline-row .action-bar {
	position: relative;
	z-index: 2;
	flex-shrink: 0;
}

.reveille-article .byline-row .action-bar::before {
	content: '';
	position: absolute;
	left: -60px;
	top: 0;
	bottom: 0;
	width: 60px;
	background: linear-gradient(to right, transparent, #fff);
	pointer-events: none;
}

.reveille-article .byline-block {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 5px 0 4px;
}

.reveille-article .byline-block--no-thumb {
	padding: 0 0 4px;
}

.reveille-article .byline-block__avatars {
	position: relative;
	flex-shrink: 0;
	height: 40px;
}

.reveille-article .byline-block__avatars[data-count="1"] {
	width: 40px;
}

.reveille-article .byline-block__avatars[data-count="2"] {
	width: 52px;
}

.reveille-article .byline-block__avatars[data-count="3"] {
	width: 60px;
}

.reveille-article .byline-block__avatar {
	border-radius: 50%;
	object-fit: cover;
	background: none;
	box-shadow: none !important;
	position: absolute;
	top: 50%;
	border: none;
	transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease, left 0.3s ease, z-index 0s;
}

.reveille-article .byline-block--multi .byline-block__avatar {
	filter: drop-shadow(-2px 0 3px rgba(255, 255, 255, 0.85));
	transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease, left 0.3s ease, opacity 0.3s ease, z-index 0s;
}

.reveille-article .byline-block__avatar--ghost {
	position: absolute;
	top: 50%;
	border-radius: 50%;
	object-fit: cover;
	border: none;
	background: none;
	box-shadow: none !important;
	filter: drop-shadow(-2px 0 3px rgba(255, 255, 255, 0.85));
	transition: left 0.3s ease, opacity 0.3s ease;
}

.reveille-article .byline-block__avatars[data-count="1"] .byline-block__avatar {
	width: 40px;
	height: 40px;
	left: 0;
	transform: translateY(-50%);
	border: none;
}

.reveille-article .byline-block__avatars[data-count="2"] .byline-block__avatar[data-avatar-index="0"] {
	width: 40px;
	height: 40px;
	left: 14px;
	transform: translateY(-50%);
	z-index: 1;
}

.reveille-article .byline-block__avatars[data-count="2"] .byline-block__avatar[data-avatar-index="1"] {
	width: 34px;
	height: 34px;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
}

.reveille-article .byline-block__avatars[data-count="3"] .byline-block__avatar[data-avatar-index="0"] {
	width: 40px;
	height: 40px;
	left: 22px;
	transform: translateY(-50%);
	z-index: 1;
}

.reveille-article .byline-block__avatars[data-count="3"] .byline-block__avatar[data-avatar-index="1"] {
	width: 34px;
	height: 34px;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
}

.reveille-article .byline-block__avatars[data-count="3"] .byline-block__avatar[data-avatar-index="2"] {
	width: 28px;
	height: 28px;
	left: 12px;
	transform: translateY(-20%);
	z-index: 3;
}

.reveille-article .byline-block__info {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.reveille-article .byline-block__name {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: var(--fg);
}

.reveille-article .byline-block__role {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 14.5px;
	color: var(--fg-muted);
	line-height: 1.3;
	transition: opacity 0.25s ease;
}

.reveille-article .byline-block--multi .byline-block__role.is-fading {
	opacity: 0;
}

.reveille-article .byline-block__author-link {
	color: inherit;
	text-decoration: none;
}

.reveille-article .byline-block--multi .byline-block__author-link {
	text-decoration-line: underline;
	text-decoration-color: transparent;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
	transition: text-decoration-color 0.2s ease;
	cursor: pointer;
}

.reveille-article .byline-block--multi .byline-block__author-link:hover {
	text-decoration-color: var(--fg);
}

.reveille-article .article-timestamp {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 15px;
	color: var(--fg-light);
	padding-bottom: 8px;
}

.reveille-article .article-timestamp time + time::before {
	content: '\00B7';
	margin: 0 6px;
	color: var(--rule-light);
}

.reveille-article .article-timestamp--hero {
	margin-top: 12px;
}

.reveille-article .article-timestamp--light {
	color: rgba(255, 255, 255, .7);
}

.reveille-article .article-timestamp--light time + time::before {
	color: rgba(255, 255, 255, .4);
}

.reveille-article .rule {
	border: none;
	border-top: 1px solid var(--rule-light);
	margin: 16px 0px 21px;
}

.reveille-article .article-body {
	max-width: var(--article-w);
	margin: 0 auto;
	padding: 0 24px;
}

.reveille-article .article-body__featured-figure {
	margin: 0 0 5px;
}

.reveille-article .article-body__featured-img {
	width: 100%;
	display: block;
}

.reveille-article .article-body__featured-caption {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 13px;
	font-style: normal;
	color: var(--fg-muted);
	margin-top: 8px;
}

.reveille-article .article-body__actions {
	padding: 4px 0;
}

.reveille-article .article-body__meta-row {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 4px 0;
}

.reveille-article .article-body__meta-left {
	display: flex;
	align-items: center;
	gap: 16px;
}

.reveille-article .article-body__meta-row .byline-block {
	margin: 0;
}

.reveille-article .article-body__meta-row .article-timestamp {
	margin-left: auto;
}

.reveille-article .article-body__rule {
	border: none;
	border-top: 1px solid var(--rule-light);
	margin: 8px 0 0;
}

.reveille-article .article-body__content {
	padding-top: 4px;
}

.reveille-article .article-body__content p {
	font-size: 22px;
	line-height: 1.4;
	color: var(--fg-soft);
	margin-bottom: 24px;
	text-align: start;
	text-align-last: auto;
}

.reveille-article .article-body__content h2 {
	font-family: var(--font-hl);
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0px 0 16px;
	line-height: 1.25;
}

.reveille-article .article-body__content blockquote {
	padding: 4px 0;
	margin: 28px 0;
	font-style: italic;
	color: var(--fg-soft);
	font-size: 17px;
	line-height: 1.7;
}

.reveille-article .article-body__content figure {
	margin: 36px -60px;
}

.reveille-article .article-body__content figure img {
	width: 100%;
}

.reveille-article .article-body__bottom-rule {
	border: none;
	border-top: 1px solid var(--rule-light);
	margin: 40px 0 0;
}

.reveille-article .article-body__content .has-drop-cap:not(:focus)::first-letter {
	font-family: var(--font-hl);
	font-size: 4.2em;
	font-weight: 500;
	float: left;
	line-height: 0.8;
	margin: 0.05em 0.12em 0 -0.02em;
	color: var(--fg);
}

.reveille-article .article-body__content figcaption {
	font-family: var(--font-ui);
	font-size: 13px;
	font-style: normal;
	color: var(--fg-muted);
	margin-top: 10px;
	padding: 0;
	line-height: 1.45;
	border-bottom: 1px solid var(--rule-light);
	padding-bottom: 10px;
}

.reveille-article .article-body__content figcaption .photo-credit {
	font-style: normal;
	font-size: 11px;
	color: #aaa;
	white-space: nowrap;
}

.reveille-article .article-body__content figcaption strong {
	color: var(--fg-soft);
	font-weight: 700;
}

.reveille-article .article-body__content .wp-block-pullquote {
	border: none;
	padding: 36px 0;
	margin: 40px 0;
	text-align: center;
	position: relative;
}

.reveille-article .article-body__content .wp-block-pullquote::before,
.reveille-article .article-body__content .wp-block-pullquote::after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: var(--fg);
	margin: 0 auto;
}

.reveille-article .article-body__content .wp-block-pullquote::before {
	margin-bottom: 28px;
}

.reveille-article .article-body__content .wp-block-pullquote::after {
	margin-top: 28px;
}

.reveille-article .article-body__content .wp-block-pullquote blockquote {
	border: none;
	padding: 0;
	margin: 0;
	font-style: normal;
}

.reveille-article .article-body__content .wp-block-pullquote blockquote p {
	font-family: var(--font-hl);
	font-size: 1.65rem;
	font-weight: 500;
	line-height: 1.35;
	color: var(--fg);
	margin-bottom: 0;
}

.reveille-article .article-body__content .wp-block-pullquote cite {
	display: block;
	font-family: var(--font-ui);
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	color: var(--fg-muted);
	margin-top: 14px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.reveille-article .article-body__content blockquote cite {
	display: block;
	font-family: var(--font-ui);
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	color: var(--fg-muted);
	margin-top: 12px;
	letter-spacing: 0.02em;
}

.reveille-article .article-body__content .wp-block-separator {
	border: none;
	margin: 40px auto;
	max-width: 100%;
}

.reveille-article .article-body__content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 80px;
	height: 1px;
	background: var(--fg);
}

.reveille-article .article-body__content .wp-block-separator.is-style-wide {
	height: 1px;
	background: var(--rule-light);
}

.reveille-article .article-body__content .wp-block-separator.is-style-dots {
	background: none;
	text-align: center;
	line-height: 1;
	height: auto;
}

.reveille-article .article-body__content .wp-block-separator.is-style-dots::before {
	content: '···';
	font-family: var(--font-hl);
	font-size: 24px;
	letter-spacing: 12px;
	color: var(--fg);
}

.reveille-article .article-body__content ul,
.reveille-article .article-body__content ol {
	font-size: 22px;
	line-height: 1.4;
	color: var(--fg-soft);
	margin: 0 0 24px;
	padding-left: 28px;
}

.reveille-article .article-body__content li {
	margin-bottom: 8px;
}

.reveille-article .article-body__content li::marker {
	color: var(--fg-muted);
}

.reveille-article .article-body__content ol {
	list-style-type: decimal;
}

.reveille-article .article-body__content ol li::marker {
	font-family: var(--font-ui);
	font-size: 15px;
	font-weight: 700;
}

.reveille-article .article-body__content .wp-block-table {
	margin: 32px 0;
	overflow-x: auto;
}

.reveille-article .article-body__content .wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	font-family: var(--font-ui);
	font-size: 15px;
	line-height: 1.5;
}

.reveille-article .article-body__content .wp-block-table thead {
	border-bottom: 2px solid var(--fg);
}

.reveille-article .article-body__content .wp-block-table th {
	font-weight: 800;
	text-align: left;
	padding: 10px 16px 10px 0;
	color: var(--fg);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.reveille-article .article-body__content .wp-block-table td {
	padding: 12px 16px 12px 0;
	color: var(--fg-soft);
	border-bottom: 1px solid var(--rule-light);
	vertical-align: top;
}

.reveille-article .article-body__content .wp-block-table tbody tr:last-child td {
	border-bottom: 2px solid var(--fg);
}

.reveille-article .article-body__content .wp-block-table figcaption {
	padding: 0;
	border-bottom: none;
	margin-top: 8px;
}

.reveille-article .article-body__content .wp-block-code {
	background: #f8f7f5;
	border: 1px solid var(--rule-light);
	border-radius: 2px;
	padding: 20px 24px;
	margin: 32px 0;
	overflow-x: auto;
}

.reveille-article .article-body__content .wp-block-code code {
	font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
	font-size: 14px;
	line-height: 1.65;
	color: var(--fg-soft);
	background: none;
	padding: 0;
}

.reveille-article .article-body__content code {
	font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
	font-size: 0.85em;
	background: #f8f7f5;
	padding: 2px 5px;
	border-radius: 2px;
	color: var(--fg-soft);
}

.reveille-article .article-body__content .wp-block-gallery {
	margin: 36px -60px;
	gap: 4px !important;
}

.reveille-article .article-body__content .wp-block-gallery .wp-block-image {
	margin: 0;
}

.reveille-article .article-body__content .wp-block-gallery figcaption {
	font-family: var(--font-ui);
	font-size: 12px;
	padding: 6px 10px;
	border-bottom: none;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.reveille-article .article-body__content .wp-block-embed {
	margin: 36px 0;
}

.reveille-article .article-body__content .wp-block-embed figcaption {
	padding: 0;
	border-bottom: none;
}

.reveille-article .article-body__content .wp-block-embed .wp-block-embed__wrapper {
	position: relative;
}

.reveille-article .article-body__content .wp-block-embed.is-type-video .wp-block-embed__wrapper {
	padding-top: 56.25%;
	height: 0;
}

.reveille-article .article-body__content .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.reveille-article .article-body__content .wp-block-details {
	margin: 28px 0;
	border-top: 1px solid var(--rule-light);
	border-bottom: 1px solid var(--rule-light);
}

.reveille-article .article-body__content .wp-block-details summary {
	font-family: var(--font-ui);
	font-size: 15px;
	font-weight: 700;
	color: var(--fg);
	padding: 14px 0;
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.reveille-article .article-body__content .wp-block-details summary::-webkit-details-marker {
	display: none;
}

.reveille-article .article-body__content .wp-block-details summary::after {
	content: '+';
	font-family: var(--font-ui);
	font-size: 20px;
	font-weight: 300;
	color: var(--fg-muted);
	transition: transform 0.2s ease;
}

.reveille-article .article-body__content .wp-block-details[open] summary::after {
	content: '−';
}

.reveille-article .article-body__content .wp-block-details > :not(summary) {
	padding-bottom: 16px;
}

.reveille-article .article-body__content h3 {
	font-family: var(--font-ui);
	font-size: 1.1rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--fg);
	margin: 36px 0 12px;
}

.reveille-article .article-body__content h4 {
	font-family: var(--font-ui);
	font-size: 1rem;
	font-weight: 700;
	color: var(--fg-soft);
	margin: 28px 0 10px;
}

.reveille-article .article-body__content a {
	color: var(--fg);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	text-decoration-color: var(--fg-muted);
	transition: text-decoration-color 0.15s ease;
}

.reveille-article .article-body__content a:hover {
	text-decoration-color: var(--fg);
}

.reveille-article .article-body__content .wp-block-preformatted {
	font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
	font-size: 14px;
	line-height: 1.65;
	background: #f8f7f5;
	border-left: 3px solid var(--rule-light);
	padding: 16px 20px;
	margin: 28px 0;
	overflow-x: auto;
	color: var(--fg-soft);
}

.ra-footer {
	background: #fff;
	color: #555;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	margin-top: 64px;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	border-top: 1px solid #e2dfd7;
}

.ra-footer__top-logo {
	display: inline-block;
	margin-bottom: 32px;
}

.ra-footer__top-logo img {
	height: 36px;
	width: auto;
}

.ra-footer__logo-svg {
	height: 32px;
	width: auto;
	letter-spacing: .02em;
	color: var(--fg, #121212);
	line-height: 1;
}

.ra-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 32px 32px;
}

.ra-footer__columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 40px;
	margin-bottom: 32px;
}

.ra-footer__heading {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #121212;
	margin-bottom: 16px;
}

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

.ra-footer__links li {
	margin-bottom: 10px;
}

.ra-footer__links a {
	color: #555;
	text-decoration: none;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	transition: color .15s;
}

.ra-footer__links a:hover {
	color: #121212;
}

.ra-footer__disclaimer {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-bottom: 16px;
}

.ra-footer__bottom {
	border-top: 1px solid #e2dfd7;
	padding-top: 20px;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 12px;
	color: #999;
	text-align: center;
}

@media (max-width: 768px) {
	.ra-footer__columns {
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}

	.ra-footer__col--logo {
		grid-column: 1 / -1;
		justify-content: center;
	}

	.ra-footer__top-logo {
		display: block;
		width: fit-content;
		margin: 0 auto 32px;
	}

	.ra-footer__col {
		text-align: center;
	}

.ra-disclaimer {
		padding: 28px 20px 24px;
	}
}

@media (max-width: 480px) {
	.ra-footer__inner {
		padding: 36px 20px 24px;
	}

	.ra-disclaimer {
		padding: 24px 16px 20px;
	}
}

.reveille-article .saved-stories {
	max-width: var(--article-w);
	margin: 0 auto;
	padding: 24px;
}

.reveille-article .saved-stories__card {
	padding: 20px 0;
	border-bottom: 1px solid var(--rule-light);
}

.reveille-article .saved-stories__card:last-child {
	border-bottom: none;
}

.reveille-article .reveille-signup {
	max-width: 400px;
	margin: 48px auto;
	padding: 0 24px;
}

.reveille-article .reveille-signup h2 {
	font-family: var(--font-hl);
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 24px;
}

.reveille-article .reveille-signup label {
	display: block;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 16px;
	color: var(--fg);
}

.reveille-article .reveille-signup input[type="text"],
.reveille-article .reveille-signup input[type="email"],
.reveille-article .reveille-signup input[type="password"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid var(--rule-light);
	border-radius: 4px;
	font-family: var(--font-ui);
	font-size: 15px;
	margin-top: 4px;
}

.reveille-article .reveille-signup button {
	margin-top: 8px;
}

.ra-menu-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 199;
	pointer-events: none;
	transition: background .3s ease;
}

.ra-menu-overlay.is-active {
	background: rgba(0, 0, 0, .55);
	pointer-events: auto;
}

.ra-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 340px;
	max-width: 85vw;
	height: 100vh;
	height: 100dvh;
	background: var(--bg, #fff);
	z-index: 200;
	transform: translateX(-100%);
	transition: transform .3s ease;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: 4px 0 24px rgba(0,0,0,.12);
}

.ra-menu.is-open {
	transform: translateX(0);
}

.ra-menu__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px 16px;
	border-bottom: 1px solid var(--rule-light, #e2dfd7);
}

.ra-menu__title {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--fg-muted, #727272);
}

.ra-menu__close {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px;
	color: var(--fg, #121212);
	border-radius: 4px;
	transition: background .15s;
}

.ra-menu__close:hover {
	background: rgba(0,0,0,.06);
}

.ra-menu__search {
	padding: 16px 20px 0;
	border: none;
}

.ra-menu__search-box {
	display: flex;
	align-items: center;
	gap: 8px;
	border: none;
	background: #f5f5f5;
	border-radius: 24px;
	padding: 10px 16px;
}

.ra-menu__search-icon {
	flex-shrink: 0;
	color: var(--fg-muted, #727272);
}

.ra-menu .ra-menu__search-input,
.ra-menu .ra-menu__search-input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 15px;
	color: var(--fg, #121212);
	width: 100%;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}

.ra-menu__search-input::placeholder {
	color: var(--fg-muted, #727272);
}

.ra-menu__search-results {
	max-height: 320px;
	overflow-y: auto;
}

.ra-menu__search-results:empty {
	display: none;
}

.ra-menu__sr-item {
	display: flex;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid var(--rule-light, #e2dfd7);
	text-decoration: none;
	color: inherit;
	transition: background .1s;
}

.ra-menu__sr-item:hover {
	background: rgba(0,0,0,.03);
}

.ra-menu__sr-item:last-child {
	border-bottom: none;
}

.ra-menu__sr-thumb {
	width: 56px;
	height: 56px;
	border-radius: 4px;
	object-fit: cover;
	flex-shrink: 0;
	background: var(--rule-light, #e2dfd7);
}

.ra-menu__sr-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
	min-width: 0;
}

.ra-menu__sr-title {
	font-family: 'Nimbus Roman', 'Georgia', serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--fg, #121212);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ra-menu__sr-meta {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 11px;
	color: var(--fg-muted, #727272);
	text-transform: uppercase;
	letter-spacing: .04em;
}

.ra-menu__sr-empty {
	padding: 16px 0;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	color: var(--fg-muted, #727272);
	text-align: center;
}

.ra-menu__sr-loading {
	padding: 16px 0;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 13px;
	color: var(--fg-muted, #727272);
	text-align: center;
}

.ra-menu__categories {
	padding: 20px 20px 24px;
	flex: 1;
}

.ra-menu__section-label {
	display: block;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--fg-muted, #727272);
	margin-bottom: 12px;
}

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

.ra-menu__cat-item {
	border-bottom: 1px solid var(--rule-light, #e2dfd7);
}

.ra-menu__cat-item:last-child {
	border-bottom: none;
}

.ra-menu__cat-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ra-menu__cat-link {
	display: block;
	padding: 13px 0;
	font-family: 'Nimbus Roman', 'Georgia', serif;
	font-size: 17px;
	font-weight: 500;
	color: var(--fg, #121212);
	text-decoration: none;
	flex: 1;
	transition: color .15s;
}

.ra-menu__cat-link:hover {
	color: var(--fg-soft, #363636);
}

.ra-menu__expand {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	color: var(--fg-muted, #727272);
	border-radius: 4px;
	transition: transform .25s ease, background .15s;
}

.ra-menu__expand:hover {
	background: rgba(0,0,0,.06);
}

.ra-menu__cat-item.is-expanded .ra-menu__expand {
	transform: rotate(180deg);
}

.ra-menu__sub-list {
	list-style: none;
	margin: 0;
	padding: 0 0 8px 16px;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
}

.ra-menu__cat-item.is-expanded .ra-menu__sub-list {
	max-height: 500px;
}

.ra-menu__sub-list li a {
	display: block;
	padding: 8px 0;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	color: var(--fg-soft, #363636);
	text-decoration: none;
	transition: color .15s;
}

.ra-menu__sub-list li a:hover {
	color: var(--fg, #121212);
}

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

@media (max-width: 900px) {
	.reveille-article .hero-splash {
		grid-template-columns: 1fr;
	}

	.reveille-article .hero-splash__text {
		padding: 32px 24px;
		max-width: 100%;
		margin-left: 0;
	}

	.reveille-article .hero-splash__media {
		min-height: 50vh;
	}

	.reveille-article .article-body__content figure {
		margin: 28px 0;
	}

	.reveille-article .article-body__content figcaption {
		padding: 0;
	}
}

@media (max-width: 768px) {
	.reveille-article .hero-classic {
		padding-top: 20px;
	}

	.reveille-article .hero-classic__headline {
		font-size: clamp(2.2rem, 7vw, 3rem);
		margin-bottom: 16px;
	}

	.reveille-article .hero-classic__excerpt {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.reveille-article .article-body__content p {
		font-size: 20px;
	}

	.reveille-article .masthead {
		padding: 14px 16px 6px;
		min-height: 48px;
	}

	.reveille-article .ra-header.is-compact .masthead {
		padding: 8px 16px;
	}

	.reveille-article .masthead__logo img {
		max-height: 36px;
	}

	.reveille-article .ra-header.is-compact .masthead__logo img {
		max-height: 30px;
	}

	.reveille-article .masthead__hamburger svg {
		width: 22px;
		height: 22px;
	}

	.reveille-article .masthead__user {
		font-size: 13px;
		gap: 6px;
	}

	.reveille-article .masthead__user .trvnc-signin-btn,
	.reveille-article .masthead__user .trvnc-user-btn {
		padding: 4px 6px;
		font-size: 13px;
	}

	.reveille-article .nav-bar {
		gap: 18px;
		padding: 10px 16px;
		font-size: 17px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		flex-wrap: nowrap;
		justify-content: center;
		scrollbar-width: none;
	}

	.reveille-article .nav-bar::-webkit-scrollbar {
		display: none;
	}

	.reveille-article .nav-bar a {
		white-space: nowrap;
		flex-shrink: 0;
	}

	.reveille-article .nav-bar a.active {
		font-size: 18px;
	}

	.reveille-article .byline-row .action-bar {
		margin-right: -12px;
	}

	.reveille-article .byline-row .action-bar::before {
		bottom: -40px;
	}
}

@media (max-width: 480px) {
	.reveille-article .masthead {
		padding: 12px 12px 5px;
	}

	.reveille-article .ra-header.is-compact .masthead {
		padding: 7px 12px;
	}

	.reveille-article .masthead__logo img {
		max-height: 26px;
	}

	.reveille-article .ra-header.is-compact .masthead__logo img {
		max-height: 22px;
	}

	.reveille-article .masthead__user {
		font-size: 12px;
	}

	.reveille-article .nav-bar {
		gap: 14px;
		padding: 8px 12px;
		font-size: 14px;
	}

	.reveille-article .nav-bar a.active {
		font-size: 15px;
	}
}

.reveille-page-content {
	max-width: var(--max-w);
	margin: 0 auto;
}

.ra-page-search {
	max-width: 520px;
	margin: 0 auto 32px;
}

.ra-inline-search__box {
	display: flex;
	align-items: center;
	gap: 10px;
	background: var(--bg, #fff);
	border: 1px solid var(--rule-light, #e2dfd7);
	border-radius: 40px;
	padding: 12px 16px;
	transition: border-color .2s;
}

.ra-inline-search__box:focus-within {
	border-color: var(--rule-light, #e2dfd7);
}

.ra-inline-search__icon {
	flex-shrink: 0;
	color: var(--fg-muted, #727272);
}

.ra-inline-search__input,
.ra-inline-search__input[type="text"] {
	border: none;
	outline: none;
	background: transparent;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 15px;
	color: var(--fg, #121212);
	width: 100%;
}

.ra-inline-search__input::placeholder {
	color: var(--fg-muted, #727272);
}

.ra-inline-search__results {
	max-height: 400px;
	overflow-y: auto;
	border-radius: 0 0 20px 20px;
}

.ra-inline-search__results:empty {
	display: none;
}

.ra-inline-search__results:not(:empty) {
	border: 1px solid var(--rule-light, #e2dfd7);
	border-top: none;
}

.ra-inline-search:has(.ra-inline-search__results:not(:empty)) .ra-inline-search__box {
	border-radius: 40px 40px 0 0;
	border-bottom-color: transparent;
}

.ra-inline-search__results .ra-menu__sr-item {
	padding: 12px 16px;
}

.ra-inline-search__results .ra-menu__sr-item:last-child {
	border-bottom: none;
}

.ra-inline-search__results .ra-menu__sr-thumb {
	width: 60px;
	height: 60px;
}

.ra-inline-search__results .ra-menu__sr-title {
	font-size: 15px;
}

.ra-inline-search__results .ra-menu__sr-meta {
	font-size: 12px;
}

.ra-inline-search__results .ra-menu__sr-empty,
.ra-inline-search__results .ra-menu__sr-loading {
	padding: 16px;
}

.ra-404 {
	max-width: 560px;
	margin: -80px auto 0;
	padding: 60px 24px 80px;
	text-align: center;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ra-404__kicker {
	font-family: 'Source Sans 3', 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #c0392b;
	margin-bottom: 14px;
}

.ra-404__code {
	font-family: 'Libre Baskerville', 'Georgia', serif;
	font-size: 10rem;
	font-weight: 700;
	line-height: 1;
	color: var(--fg, #121212);
	margin-bottom: 8px;
}

.ra-404__rule {
	width: 100px;
	height: 3px;
	background: var(--fg, #121212);
	margin: 20px auto;
	border-radius: 2px;
}

.ra-404__headline {
	font-family: 'Nimbus Roman', 'Georgia', serif;
	font-size: 2.2rem;
	font-weight: 500;
	color: var(--fg, #121212);
	margin-bottom: 16px;
}

.ra-404__dek {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 17px;
	line-height: 1.65;
	color: var(--fg-muted, #727272);
	margin-bottom: 40px;
}

.ra-404__search {
	margin-bottom: 32px;
	text-align: left;
	width: 100%;
}

.ra-404__search-label {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--fg-soft, #363636);
	margin-bottom: 10px;
	text-align: center;
}

.ra-404__cta {
	margin-bottom: 36px;
}

.ra-404__home-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 28px;
	background: var(--fg, #121212);
	color: #fff;
	border-radius: 40px;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background .15s;
}

.ra-404__home-link:visited {
	color: #fff;
}

.ra-404__home-link:hover {
	background: #333;
	color: #fff;
}

.ra-404__home-link svg {
	stroke: #fff;
}

.ra-404__footer-quip {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 13px;
	font-style: italic;
	color: var(--fg-light, #999);
}

@media (max-width: 480px) {
	.ra-404__code {
		font-size: 6rem;
	}

	.ra-404__headline {
		font-size: 1.6rem;
	}
}

.ra-cat-archive {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px 64px;
}

.ra-cat-archive__header {
	padding: 40px 0 32px;
	border-bottom: 2px solid #121212;
	margin-bottom: 32px;
}

.ra-cat-archive__title {
	font-family: 'Nimbus Roman', 'Georgia', serif;
	font-size: 3rem;
	font-weight: 500;
	color: #121212;
	margin: 0;
}

.ra-cat-archive__desc {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	color: #666;
	margin-top: 8px;
	line-height: 1.5;
}

.ra-cat-archive__rule {
	border: none;
	border-top: 1px solid #e2dfd7;
	margin: 32px 0;
}

.ra-cat-lead {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 32px;
	text-decoration: none;
	color: inherit;
}

.ra-cat-lead__media {
	overflow: hidden;
}

.ra-cat-lead__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .3s ease;
}

.ra-cat-lead:hover .ra-cat-lead__media img {
	transform: scale(1.02);
}

.ra-cat-lead__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ra-cat-lead__headline {
	font-family: 'Nimbus Roman', 'Georgia', serif;
	font-size: clamp(1.5rem, 2.5vw, 2.2rem);
	font-weight: 500;
	font-style: italic;
	line-height: 1.15;
	color: #121212;
	margin: 0 0 16px;
}

.ra-cat-lead__excerpt {
	font-family: 'Georgia', serif;
	font-size: 16px;
	line-height: 1.5;
	color: #555;
	margin: 0 0 16px;
}

.ra-cat-lead__meta {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.ra-cat-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px 40px;
}

.ra-cat-card {
	border-bottom: 1px solid #e2dfd7;
	padding-bottom: 24px;
}

.ra-cat-card__img-link {
	display: block;
	overflow: hidden;
	margin-bottom: 14px;
}

.ra-cat-card__img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
	transition: transform .3s ease;
}

.ra-cat-card:hover .ra-cat-card__img {
	transform: scale(1.02);
}

.ra-cat-card__body a {
	text-decoration: none;
	color: inherit;
}

.ra-cat-card__headline {
	font-family: 'Nimbus Roman', 'Georgia', serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
	color: #121212;
	margin: 0 0 8px;
}

.ra-cat-card__excerpt {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
	margin: 0 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ra-cat-card__meta {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.ra-cat-pagination {
	margin-top: 48px;
	text-align: center;
}

.ra-cat-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	gap: 4px;
}

.ra-cat-pagination li {
	display: inline-block;
}

.ra-cat-pagination a,
.ra-cat-pagination span {
	display: inline-block;
	padding: 10px 16px;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #555;
	border: 1px solid #e2dfd7;
	border-radius: 6px;
	transition: all .15s;
}

.ra-cat-pagination a:hover {
	color: #121212;
	border-color: #121212;
}

.ra-cat-pagination .current {
	background: #121212;
	color: #fff;
	border-color: #121212;
}

.ra-day-picker {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 24px 24px;
	max-width: 1200px;
	margin: 0 auto;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.ra-day-picker__month {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #555;
	text-decoration: none;
	white-space: nowrap;
	padding: 6px 14px;
	border: 1px solid #ddd;
	border-radius: 4px;
	flex-shrink: 0;
}

.ra-day-picker__month:hover {
	color: #121212;
	border-color: #121212;
}

.ra-day-picker__month.is-active {
	background: #121212;
	color: #fff;
	border-color: #121212;
}

.ra-day-picker__days {
	display: flex;
	gap: 4px;
	flex-wrap: nowrap;
}

.ra-day-picker__day {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 50%;
	flex-shrink: 0;
}

.ra-day-picker__day:hover {
	color: #121212;
	border-color: #121212;
}

.ra-day-picker__day.is-active {
	background: #121212;
	color: #fff;
	border-color: #121212;
}

.ra-cat-archive__empty {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 18px;
	color: #999;
	text-align: center;
	padding: 80px 0;
}

@media (max-width: 768px) {
	.ra-cat-archive__title {
		font-size: 2rem;
	}

	.ra-cat-lead {
		grid-template-columns: 1fr;
	}

	.ra-cat-grid {
		grid-template-columns: 1fr;
	}
}

.ra-cat-lead__author,
.ra-cat-card__author {
	color: inherit;
	text-decoration: none;
}

.ra-cat-lead__author:hover,
.ra-cat-card__author:hover {
	text-decoration: underline;
}

.ra-cat-card__kicker {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #999;
	margin-bottom: 6px;
	display: block;
}

a.byline-block__name {
	text-decoration: none;
	color: inherit;
}

a.byline-block__name:hover {
	text-decoration: underline;
}

.ra-author {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px 64px;
}

.ra-author__profile {
	display: flex;
	align-items: flex-start;
	gap: 32px;
	padding: 48px 0 32px;
}

.ra-author__avatar-wrap {
	flex-shrink: 0;
}

.ra-author__avatar {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
}

.ra-author__info {
	flex: 1;
	min-width: 0;
}

.ra-author__name {
	font-family: 'Nimbus Roman', 'Georgia', serif;
	font-size: 2.5rem;
	font-weight: 500;
	color: #121212;
	margin: 0 0 4px;
	line-height: 1.1;
}

.ra-author__title {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #555;
	margin: 0 0 12px;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.ra-author__bio {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	margin: 0 0 16px;
}

.ra-author__stats {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	color: #999;
	margin-bottom: 12px;
}

.ra-author__links {
	display: flex;
	gap: 12px;
}

.ra-author__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #e2dfd7;
	border-radius: 50%;
	color: #555;
	transition: all .15s;
}

.ra-author__social:hover {
	color: #121212;
	border-color: #121212;
}

.ra-author__rule {
	border: none;
	border-top: 2px solid #121212;
	margin: 0 0 32px;
}

.ra-author__section-label {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #121212;
	margin-bottom: 24px;
}

@media (max-width: 768px) {
	.ra-author__profile {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.ra-author__name {
		font-size: 1.8rem;
	}

	.ra-author__links {
		justify-content: center;
	}
}

.ra-disclaimer-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, .55);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	backdrop-filter: blur(4px);
}

.ra-disclaimer {
	background: #fff;
	border-radius: 14px;
	max-width: 580px;
	width: 100%;
	padding: 36px 32px 32px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
	animation: ra-disclaimer-in .3s ease;
}

@keyframes ra-disclaimer-in {
	from { opacity: 0; transform: scale(.95) translateY(10px); }
	to { opacity: 1; transform: scale(1) translateY(0); }
}

.ra-disclaimer__title {
	font-family: 'Nimbus Roman', 'Georgia', serif;
	font-size: 2rem;
	font-weight: 500;
	color: #121212;
	text-align: center;
	margin-bottom: 24px;
}

.ra-disclaimer__body {
	max-height: 50vh;
	overflow-y: auto;
	margin-bottom: 28px;
}

.ra-disclaimer__body p {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	margin-bottom: 14px;
}

.ra-disclaimer__body p:last-child {
	margin-bottom: 0;
}

.ra-disclaimer__btn {
	display: block;
	width: 100%;
	padding: 14px;
	background: #121212;
	color: #fff;
	border: none;
	border-radius: 40px;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background .15s;
}

.ra-disclaimer__btn:hover {
	background: #333;
}
