@font-face {
	font-family: "Space Grotesk";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/space-grotesk-latin.woff2") format("woff2");
	unicode-range: U+00??, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--color-bg: #090b0a;
	--color-surface: #111411;
	--color-surface-alt: #181c18;
	--color-surface-strong: #202620;
	--color-border: #2b312b;
	--color-border-soft: #202520;
	--color-text: #f4f7f2;
	--color-muted: #9ba49b;
	--color-text-soft: #c7cec7;
	--color-accent: #b6ff00;
	--color-accent-dark: #92cc00;
	--color-danger: #ff6b6b;
	--color-on-accent: #0a0c0a;
	--color-header: rgba(9, 11, 10, 0.96);
	--color-overlay: rgba(0, 0, 0, 0.94);
	--color-footer: #050605;
	--font-family-primary: "Space Grotesk", Arial, Helvetica, sans-serif;
	--container-width: 1380px;
	--content-width: 720px;
	--header-height: 74px;
	--section-gap: clamp(2.35rem, 4vw, 3.4rem);
	--space-2xs: 0.25rem;
	--space-xs: 0.5rem;
	--space-sm: 0.75rem;
	--space-md: 1rem;
	--space-lg: 1.5rem;
	--space-xl: 2rem;
	--space-2xl: 3rem;
	--space-3xl: 4.5rem;
	--radius-sm: 2px;
	--radius-md: 4px;
	--border: 1px solid var(--color-border);
	--transition: 180ms ease;
	--title-xs: clamp(1rem, 1.2vw, 1.2rem);
	--title-sm: clamp(1.15rem, 1.5vw, 1.45rem);
	--title-md: clamp(1.5rem, 2.2vw, 2.25rem);
	--title-lg: clamp(2.2rem, 4.5vw, 4.8rem);
	--body-size: 1rem;
	--reading-size: clamp(1.08rem, 1.25vw, 1.2rem);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--color-bg);
	color: var(--color-text);
	font-family: var(--font-family-primary);
	font-size: var(--body-size);
	font-weight: 400;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

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

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

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

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

button,
input {
	font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
nav {
	font-weight: 600;
}

.shell {
	width: min(calc(100% - (var(--space-xl) * 2)), var(--container-width));
	margin-inline: auto;
}

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

.screen-reader-text:focus {
	top: var(--space-md);
	left: var(--space-md);
	z-index: 10000;
	width: auto;
	height: auto;
	clip: auto;
	padding: var(--space-sm) var(--space-md);
	background: var(--color-accent);
	color: var(--color-on-accent);
}

.site-content {
	min-height: 60vh;
}

/* Header */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	min-height: var(--header-height);
	border-bottom: var(--border);
	background: var(--color-header);
	backdrop-filter: blur(12px);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.site-header__inner {
	display: flex;
	align-items: center;
	gap: var(--space-xl);
	width: min(calc(100% - (var(--space-xl) * 2)), var(--container-width));
	min-height: var(--header-height);
	margin-inline: auto;
}

.site-branding {
	flex: 0 0 auto;
}

.custom-logo-link,
.custom-logo {
	display: block;
	max-width: 180px;
	max-height: 46px;
	width: auto;
}

.revlize-logo--footer .custom-logo-link,
.revlize-logo--footer .custom-logo {
	max-width: 220px;
	max-height: 64px;
}

.site-logo-fallback--footer .site-logo-fallback__mark {
	width: 26px;
	height: 26px;
	font-size: 13px;
}

.site-logo-fallback--footer .site-logo-fallback__wordmark {
	font-size: 1.1rem;
}

.site-logo-fallback {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.site-logo-fallback__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	border: 1px solid rgba(181, 255, 109, 0.6);
	color: #b5ff6d;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	transition: border-color var(--transition);
}

.site-logo-fallback__wordmark {
	color: #e8e8e8;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1;
}

.site-logo-fallback:hover .site-logo-fallback__mark {
	border-color: #b5ff6d;
}

.site-title {
	display: inline-flex;
	align-items: center;
	gap: var(--space-xs);
	font-size: 1.32rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.site-title span {
	color: var(--color-accent);
}

.site-navigation-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-xl);
	flex: 1;
}

.primary-navigation ul,
.social-navigation ul,
.footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-navigation .menu {
	display: flex;
	align-items: center;
	gap: clamp(var(--space-md), 1.35vw, var(--space-lg));
}

.primary-navigation a {
	display: block;
	padding-block: 1.65rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	white-space: nowrap;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a {
	color: var(--color-accent);
}

.header-tools,
.social-navigation .menu {
	display: flex;
	align-items: center;
	gap: var(--space-md);
}

.social-navigation a {
	color: var(--color-muted);
	font-size: 0.72rem;
	text-transform: uppercase;
}

.header-search .search-form {
	display: flex;
	align-items: center;
	gap: var(--space-2xs);
}

.header-search label {
	display: block;
	flex: 1;
	min-width: 0;
}

.header-search .search-field {
	width: 100%;
	border: var(--border);
	border-radius: var(--radius-sm);
	padding: var(--space-xs) var(--space-sm);
	background: var(--color-surface);
	color: var(--color-text);
	font-size: 0.85rem;
	transition: border-color var(--transition);
}

.header-search .search-field:focus-visible {
	border-color: var(--color-accent);
}

.header-search .search-field::placeholder {
	color: var(--color-muted);
}

.header-search .search-submit {
	position: relative;
	width: 32px;
	height: 32px;
	flex: 0 0 auto;
	border: 0;
	padding: 0;
	background: transparent;
	color: var(--color-accent);
	font-size: 0;
	font-weight: 600;
	opacity: 0.78;
	cursor: pointer;
}

.header-search .search-submit::before {
	position: absolute;
	top: 9px;
	left: 8px;
	width: 10px;
	height: 10px;
	border: 1.5px solid currentColor;
	border-radius: 50%;
	content: "";
}

.header-search .search-submit::after {
	position: absolute;
	top: 19px;
	left: 19px;
	width: 6px;
	height: 1.5px;
	background: currentColor;
	transform: rotate(45deg);
	transform-origin: left center;
	content: "";
}

.header-search .search-submit:hover { opacity: 1; }

.header-search--desktop {
	display: flex;
	align-items: center;
	width: clamp(150px, 13vw, 220px);
	border-left: var(--border);
	padding-left: var(--space-md);
}

.header-search--mobile {
	display: none;
}

@media (max-width: 1199px) {
	.header-search--desktop { width: clamp(120px, 11vw, 170px); }
}

@media (max-width: 1023px) {
	.header-search--desktop { display: none; }

	.header-search--mobile {
		display: block;
		border-top: var(--border);
		padding: var(--space-md);
	}
}

.menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: var(--border);
	background: var(--color-surface);
	color: var(--color-text);
}

.menu-toggle__lines,
.menu-toggle__lines::before,
.menu-toggle__lines::after {
	display: block;
	width: 18px;
	height: 2px;
	margin-inline: auto;
	background: currentColor;
	content: "";
	transition: transform var(--transition);
}

.menu-toggle__lines::before { transform: translateY(-6px); }
.menu-toggle__lines::after { transform: translateY(4px); }

/* Shared editorial elements */
.home-section {
	margin-top: var(--section-gap);
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: var(--space-md);
	margin-bottom: var(--space-xl);
	padding-bottom: var(--space-sm);
	border-bottom: var(--border);
}

.section-heading h2 {
	margin: 0;
	font-size: clamp(1.3rem, 2vw, 2rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.08;
	text-transform: uppercase;
}

.section-heading h2 span {
	display: inline-block;
	width: 0.52em;
	height: 0.82em;
	margin-right: var(--space-xs);
	background: var(--color-accent);
	clip-path: polygon(42% 0, 100% 0, 67% 38%, 100% 38%, 25% 100%, 43% 56%, 0 56%);
	font-size: 0;
	vertical-align: -0.04em;
}

.text-link,
.button-link {
	color: var(--color-accent);
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.text-link:hover,
.button-link:hover {
	color: var(--color-text);
}

.button-link {
	display: inline-flex;
	gap: var(--space-xs);
	margin-top: var(--space-xl);
	border: 1px solid var(--color-accent);
	padding: var(--space-sm) var(--space-lg);
}

.post-kicker {
	display: inline-block;
	margin-bottom: var(--space-xs);
	color: var(--color-accent);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

a.post-kicker:hover {
	color: var(--color-text);
}

.post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-xs) var(--space-md);
	color: var(--color-muted);
	font-size: 0.72rem;
	text-transform: uppercase;
}

.post-meta > * + *::before {
	margin-right: var(--space-xs);
	color: var(--color-accent);
	content: "//";
}

.card-grid {
	display: grid;
	gap: var(--space-lg);
}

.card-grid--four { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

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

.editorial-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--color-surface-alt);
	aspect-ratio: 16 / 9;
	clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}

.editorial-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--transition), opacity var(--transition);
}

.editorial-card:hover .editorial-card__media img {
	transform: scale(1.025);
	opacity: 0.9;
}

.editorial-card__content {
	padding-top: var(--space-md);
}

.editorial-card__title {
	margin-bottom: var(--space-sm);
	font-size: var(--title-xs);
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1.25;
}

.editorial-card__title a:hover,
.post-list-item h3 a:hover,
.trending-list h3 a:hover {
	color: var(--color-accent);
}

.editorial-card__excerpt {
	color: var(--color-muted);
	font-size: 0.95rem;
}

.editorial-card__excerpt p:last-child { margin-bottom: var(--space-md); }

/* Hero */
.home-hero {
	display: grid;
	grid-template-columns: minmax(0, 2.1fr) minmax(280px, 1fr);
	gap: var(--space-md);
	padding-top: var(--space-lg);
}

.hero-lead {
	position: relative;
	min-height: 100%;
	background: var(--color-surface);
	clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.hero-lead__link {
	display: block;
	height: 100%;
}

.hero-lead__media {
	display: block;
	overflow: hidden;
	min-height: 100%;
	aspect-ratio: 16 / 9;
}

.hero-lead__media::after {
	position: absolute;
	inset: 25% 0 0;
	background: linear-gradient(to bottom, transparent, var(--color-overlay));
	content: "";
}

.hero-lead__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--transition), opacity var(--transition);
}

.hero-lead__link:hover .hero-lead__media img {
	transform: scale(1.02);
	opacity: 0.92;
}

.hero-lead__content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: clamp(var(--space-lg), 3.2vw, var(--space-2xl));
}

.hero-lead h1 {
	max-width: 17.5ch;
	margin-bottom: var(--space-md);
	font-size: clamp(1.72rem, 2.85vw, 2.95rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.home .section-heading { margin-bottom: var(--space-lg); }
.home .section-heading h2 { font-weight: 600; }
.home .editorial-card__title { font-weight: 600; }

.hero-lead__rule {
	width: 64px;
	height: 2px;
	margin-bottom: var(--space-md);
	background: var(--color-accent);
}

.home-hero__secondary {
	display: grid;
	grid-template-rows: repeat(3, minmax(0, 1fr));
	gap: var(--space-sm);
}

.editorial-card--hero-side {
	display: grid;
	grid-template-columns: minmax(112px, 43%) 1fr;
	gap: var(--space-md);
	align-items: stretch;
	height: 100%;
	min-height: 0;
	border: 1px solid var(--color-border-soft);
	padding: var(--space-sm);
	background: var(--color-surface);
	transition: border-color var(--transition), background-color var(--transition);
}

.editorial-card--hero-side:hover {
	border-color: var(--color-border);
	background: var(--color-surface-alt);
}

.editorial-card--hero-side:hover .editorial-card__title {
	color: var(--color-accent);
}

.editorial-card--hero-side .editorial-card__link {
	display: contents;
	color: inherit;
	text-decoration: none;
}

.editorial-card--hero-side:has(.editorial-card__link:focus-visible) {
	outline: 2px solid var(--color-accent);
	outline-offset: 3px;
}

.editorial-card--hero-side .editorial-card__media {
	height: 100%;
	aspect-ratio: auto;
	clip-path: none;
}

.editorial-card--hero-side .editorial-card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding-block: var(--space-2xs);
}

.editorial-card--hero-side .post-kicker { margin-bottom: var(--space-2xs); }
.editorial-card--hero-side .editorial-card__title {
	margin-bottom: var(--space-sm);
	font-size: clamp(0.92rem, 1.1vw, 1.08rem);
	font-weight: 600;
	line-height: 1.25;
}
.editorial-card--hero-side .post-meta {
	margin-top: auto;
	font-size: 0.66rem;
}

@media (min-width: 1024px) {
	.home-hero__secondary:has(> .editorial-card:only-child) {
		grid-template-rows: 1fr;
	}

	.home-hero__secondary:has(> .editorial-card:nth-child(2):last-child) {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}
}

.home-section[aria-labelledby="highlights-title"] .editorial-card {
	border: 1px solid var(--color-border-soft);
	padding: var(--space-xs);
	background: var(--color-surface);
	transition: border-color var(--transition), background-color var(--transition), transform var(--transition);
}

.home-section[aria-labelledby="highlights-title"] .editorial-card:hover {
	transform: translateY(-2px);
	border-color: var(--color-border);
	background: var(--color-surface-alt);
}

.home-section[aria-labelledby="highlights-title"] .editorial-card__media {
	clip-path: none;
}

.home-section[aria-labelledby="highlights-title"] .editorial-card__content {
	padding: var(--space-sm) var(--space-xs) var(--space-xs);
}

.home-section[aria-labelledby="highlights-title"] .editorial-card__title {
	font-size: clamp(1rem, 1.2vw, 1.15rem);
	font-weight: 600;
	line-height: 1.3;
}

/* News and trending */
.home-news,
.article-shell {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 0.85fr);
	gap: clamp(var(--space-xl), 5vw, var(--space-3xl));
}

.post-list-item {
	display: grid;
	grid-template-columns: minmax(160px, 240px) 1fr;
	gap: var(--space-lg);
	border-bottom: var(--border);
	padding-block: 1.25rem;
}

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

.post-list-item__media {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--color-surface);
}

.post-list-item__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-list-item h3 {
	margin-bottom: var(--space-md);
	font-size: clamp(1.08rem, 1.4vw, 1.35rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.home-news__trending,
.article-sidebar {
	border-left: var(--border);
	padding-left: var(--space-xl);
}

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

.trending-list li {
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: var(--space-md);
	align-items: start;
	border-bottom: var(--border);
	padding-block: var(--space-lg);
}

.trending-list li:first-child { padding-top: 0; }

.trending-list__number {
	display: grid;
	place-items: center;
	width: 52px;
	height: 42px;
	border: 1px solid var(--color-accent);
	color: var(--color-accent);
	font-size: 1.15rem;
	font-weight: 600;
	clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}

.trending-list h3 {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.3;
}

.home .trending-list li { padding-block: 1.25rem; }
.home .trending-list h3 { font-size: 0.92rem; font-weight: 600; line-height: 1.35; }

/* Topic sections */
.editorial-section {
	border-top: 3px solid var(--color-accent);
	padding-top: 1.25rem;
}

.editorial-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
	gap: var(--space-lg);
}

.editorial-layout .editorial-card--section-lead {
	grid-row: span 3;
}

.editorial-card--section-lead .editorial-card__title {
	font-size: var(--title-md);
}

.editorial-layout .editorial-card--section-small {
	display: grid;
	grid-column: 2;
	grid-template-columns: minmax(100px, 42%) 1fr;
	gap: var(--space-md);
	border-bottom: var(--border);
	padding-bottom: var(--space-md);
}

.editorial-card--section-small .editorial-card__content { padding-top: 0; }

.editorial-layout--items-1 .editorial-card--section-lead {
	grid-column: 1 / -1;
	grid-row: auto;
}

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

.editorial-layout--items-2 .editorial-card--section-lead { grid-row: auto; }
.editorial-layout--items-2 .editorial-card--section-small { display: block; grid-column: auto; }
.editorial-layout--items-2 .editorial-card--section-small .editorial-card__content { padding-top: var(--space-md); }

.editorial-layout--schedule {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.editorial-layout--schedule .editorial-card {
	display: flex;
	flex-direction: column;
	border: var(--border);
	background: var(--color-surface);
}

.editorial-layout--schedule .editorial-card__content {
	flex: 1;
	padding: var(--space-md);
}

.editorial-layout--schedule .post-meta {
	margin-top: auto;
}

.editorial-layout--videos {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.play-icon,
.score-badge {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	background: var(--color-accent);
	color: var(--color-on-accent);
}

.play-icon {
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	border: 1px solid var(--color-accent);
	background: var(--color-header);
	color: var(--color-accent);
	transform: translate(-50%, -50%);
	clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 0 100%);
}

.play-icon svg { width: 18px; fill: currentColor; }

.editorial-section:has(.section-heading a[href*="especiais"]) {
	margin-top: clamp(2.25rem, 4vw, 3.25rem);
}

.editorial-section:has(.section-heading a[href*="guias"]) .editorial-card--section-lead .editorial-card__media,
.editorial-section:has(.section-heading a[href*="especiais"]) .editorial-card--section-lead .editorial-card__media {
	aspect-ratio: 16 / 7.2;
}

.editorial-section:has(.section-heading a[href*="especiais"]) .editorial-card__excerpt {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.score-badge {
	right: var(--space-sm);
	bottom: var(--space-sm);
	min-width: 54px;
	height: 54px;
	padding: var(--space-xs);
	font-size: 1.25rem;
	font-weight: 600;
}

/* Article */
.article-shell {
	align-items: start;
	padding-top: var(--space-2xl);
}

.breadcrumbs {
	margin-bottom: var(--space-xl);
	color: var(--color-muted);
	font-size: 0.72rem;
	text-transform: uppercase;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-xs);
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs li {
	display: inline-flex;
	gap: var(--space-xs);
}

.breadcrumbs li + li::before {
	color: var(--color-accent);
	content: "/";
}

.breadcrumbs [aria-current="page"] {
	max-width: 42ch;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumbs a:hover { color: var(--color-accent); }

.article-editorial-badge {
	display: inline-block;
	margin-bottom: var(--space-md);
	border: 1px solid var(--color-accent);
	padding: var(--space-2xs) var(--space-sm);
	color: var(--color-accent);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.article-header h1 {
	max-width: 18ch;
	margin-bottom: var(--space-lg);
	font-size: clamp(1.95rem, 4.8vw, 3.9rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.06;
}

.article-deck {
	max-width: 46rem;
	margin-bottom: var(--space-xl);
	color: var(--color-text-soft);
	font-size: clamp(1.1rem, 1.8vw, 1.35rem);
	line-height: 1.45;
}

.article-facts {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm) var(--space-lg);
	margin: calc(var(--space-sm) * -1) 0 var(--space-xl);
	color: var(--color-text-soft);
	font-size: 0.82rem;
}

.article-facts strong {
	margin-right: var(--space-2xs);
	color: var(--color-accent);
	font-weight: 600;
	text-transform: uppercase;
}

.article-byline {
	display: flex;
	align-items: center;
	gap: var(--space-sm);
	margin-bottom: var(--space-lg);
}

.author-avatar {
	width: 48px;
	height: 48px;
	border: 1px solid var(--color-border);
	border-radius: 50%;
}

.article-byline > div > span {
	display: block;
	font-size: 0.85rem;
	font-weight: 500;
}

.article-share {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	align-items: center;
	border-top: var(--border);
	padding-top: var(--space-md);
	font-size: 0.72rem;
	text-transform: uppercase;
}

.article-share > span { color: var(--color-muted); }

.article-share a,
.article-share button {
	border: var(--border);
	padding: var(--space-xs) var(--space-sm);
	background: transparent;
	color: inherit;
	cursor: pointer;
	text-transform: uppercase;
}

.article-share a:hover,
.article-share button:hover { border-color: var(--color-accent); color: var(--color-accent); }

.article-featured-image {
	margin: var(--space-2xl) 0;
}

.article-featured-image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.article-featured-image figcaption,
.entry-content figcaption {
	display: flex;
	justify-content: space-between;
	gap: var(--space-md);
	border-bottom: var(--border);
	padding: var(--space-sm) 0;
	color: var(--color-muted);
	font-size: 0.72rem;
}

.article-image-credit {
	flex: 0 0 auto;
}

.article-image-credit a {
	color: var(--color-text-soft);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.article-image-credit a:hover {
	color: var(--color-accent);
}

.article-reading-width {
	max-width: var(--content-width);
	margin-inline: auto;
}

.article-summary {
	margin-bottom: var(--space-2xl);
	border: 1px solid var(--color-accent);
	border-left-width: 4px;
	padding: var(--space-lg);
	background: var(--color-surface);
}

.article-summary h2 {
	margin-bottom: var(--space-md);
	color: var(--color-accent);
	font-size: 0.88rem;
	letter-spacing: 0.05em;
}

.article-summary h2 span { margin-right: var(--space-xs); }

.article-summary ul {
	display: grid;
	gap: var(--space-sm);
	margin: 0;
	padding-left: 1.15rem;
}

.article-summary li::marker {
	color: var(--color-accent);
}

.article-inline-ad {
	margin-bottom: var(--space-2xl);
}

.entry-content {
	font-size: var(--reading-size);
	font-weight: 400;
	line-height: 1.82;
}

.entry-content > * { max-width: 100%; }
.entry-content p,
.entry-content ul,
.entry-content ol {
	margin-bottom: var(--space-lg);
	font-weight: 400;
}
.entry-content strong,
.entry-content b { font-weight: 600; }
.entry-content h2,
.entry-content h3 {
	margin: var(--space-2xl) 0 var(--space-md);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.2;
}
.entry-content h2 { font-size: clamp(1.6rem, 2.8vw, 2.4rem); }
.entry-content h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); }
.entry-content a { color: var(--color-accent); text-decoration: underline; text-underline-offset: 0.18em; }
.entry-content blockquote {
	margin: var(--space-2xl) 0;
	border-left: 4px solid var(--color-accent);
	padding: var(--space-md) var(--space-xl);
	background: var(--color-surface);
	font-size: 1.2em;
}
.entry-content blockquote p:last-child { margin-bottom: 0; }
.entry-content figure { margin: var(--space-2xl) 0; }

.entry-content iframe,
.entry-content .wp-block-embed iframe,
.entry-content .revlize-article-asset--video iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
	border-radius: var(--radius-md);
}

.entry-content .wp-block-embed__wrapper,
.entry-content .wp-embed-responsive,
.entry-content .wp-block-embed,
.entry-content .revlize-article-asset--video {
	position: relative;
	max-width: 100%;
	margin: var(--space-2xl) 0;
}

.entry-content .wp-block-embed__wrapper .wp-block-embed__wrapper { margin: 0; }

.entry-content figure img,
.entry-content .revlize-article-asset--image img {
	width: 100%;
	height: auto;
	border-radius: var(--radius-md);
}
.entry-content table {
	display: block;
	width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
	font-size: 0.9rem;
}
.entry-content th,
.entry-content td { border: var(--border); padding: var(--space-sm); text-align: left; }
.entry-content th { background: var(--color-surface-alt); }

.context-hub {
	display: flex;
	justify-content: space-between;
	gap: var(--space-md);
	margin-top: var(--space-2xl);
	border: 1px solid var(--color-accent);
	padding: var(--space-lg);
	color: var(--color-accent);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.context-hub:hover { background: var(--color-accent); color: var(--color-on-accent); }

.article-sources {
	margin-top: var(--space-2xl);
	border-top: var(--border);
	padding-top: var(--space-xl);
}

.article-sources h2 {
	margin-bottom: var(--space-md);
	font-size: 0.88rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--color-muted);
}

.article-sources ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm) var(--space-lg);
}

.article-sources li {
	display: flex;
	align-items: center;
	gap: var(--space-xs);
}

.article-sources a {
	color: var(--color-text-soft);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.article-sources a:hover { color: var(--color-accent); }

.article-sources__badge {
	border: var(--border);
	padding: 0.1rem 0.4rem;
	color: var(--color-muted);
	font-size: 0.65rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.article-sidebar {
	position: sticky;
	top: calc(var(--header-height) + var(--space-xl));
}

.article-ad-area {
	margin-top: var(--space-3xl);
}

.article-widget img { max-width: 100%; }

.article-related-shell {
	margin-top: var(--space-3xl);
}

/* Footer */
.site-footer {
	margin-top: var(--space-3xl);
	border-top: 3px solid var(--color-accent);
	background: var(--color-footer);
}

.site-footer__inner {
	display: grid;
	grid-template-columns: minmax(260px, 1.3fr) repeat(4, 1fr);
	gap: var(--space-2xl);
	width: min(calc(100% - (var(--space-xl) * 2)), var(--container-width));
	margin-inline: auto;
	padding-block: var(--space-3xl);
}

.footer-brand p {
	max-width: 38ch;
	margin-top: var(--space-lg);
	color: var(--color-text-soft);
	font-size: 1rem;
	line-height: 1.6;
}

.footer-column h2 {
	margin-bottom: var(--space-lg);
	color: var(--color-accent);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer-column li + li { margin-top: var(--space-sm); }
.footer-column a { color: var(--color-muted); font-size: 0.9rem; }
.footer-column a:hover { color: var(--color-text); }

.community-list a {
	display: inline-flex;
	align-items: center;
	gap: var(--space-xs);
}

.community-list svg {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
}

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: var(--space-md);
	width: min(calc(100% - (var(--space-xl) * 2)), var(--container-width));
	margin-inline: auto;
	border-top: var(--border);
	padding-block: var(--space-lg);
	color: var(--color-muted);
	font-size: 0.72rem;
}

.site-footer__bottom p { margin: 0; }
.footer-signature { color: var(--color-accent); font-weight: 600; letter-spacing: 0.08em; }

/* Generic WordPress templates */
.site-content > section:not(.home-hero):not(.home-section),
.site-content > article:not(.article-main) {
	width: min(calc(100% - (var(--space-xl) * 2)), var(--container-width));
	margin: var(--space-2xl) auto;
}

.post-card {
	border-bottom: var(--border);
	padding-block: var(--space-lg);
}

.nav-links {
	display: flex;
	gap: var(--space-xs);
	margin-top: var(--space-xl);
}

.page-numbers {
	border: var(--border);
	padding: var(--space-xs) var(--space-sm);
}

.page-numbers.current { border-color: var(--color-accent); color: var(--color-accent); }

.page-header { margin-bottom: var(--space-xl); }
.page-header h1 { font-size: var(--title-md); }

.search-results__term { color: var(--color-accent); }

.not-found-categories {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin: var(--space-md) 0 var(--space-xl);
	padding: 0;
	list-style: none;
}

.not-found-categories a {
	display: inline-block;
	border: var(--border);
	padding: var(--space-xs) var(--space-md);
	font-size: 0.85rem;
}

.not-found-categories a:hover { border-color: var(--color-accent); color: var(--color-accent); }

.search-results__empty {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--space-md);
	max-width: 28rem;
}

.search-results__empty .search-form {
	display: flex;
	width: 100%;
	gap: var(--space-sm);
}

.search-results__empty .search-field {
	flex: 1;
	min-width: 0;
	border: var(--border);
	background: var(--color-surface);
	padding: var(--space-sm) var(--space-md);
	color: var(--color-text);
}

.search-results__empty .search-submit {
	border: 1px solid var(--color-accent);
	background: var(--color-accent);
	padding: var(--space-sm) var(--space-lg);
	color: var(--color-on-accent);
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}

.contact-form { margin-top: var(--space-xl); }

.contact-form__honeypot {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.contact-form__field { margin-bottom: var(--space-lg); }

.contact-form__field label {
	display: block;
	margin-bottom: var(--space-2xs);
	font-size: 0.85rem;
	color: var(--color-muted);
}

.contact-form__field input,
.contact-form__field textarea {
	width: 100%;
	border: var(--border);
	background: var(--color-surface);
	padding: var(--space-sm) var(--space-md);
	color: var(--color-text);
}

.contact-form__field textarea { resize: vertical; }

.contact-form button {
	border: 1px solid var(--color-accent);
	background: var(--color-accent);
	padding: var(--space-sm) var(--space-xl);
	color: var(--color-on-accent);
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
}

.contact-form button:hover { background: transparent; color: var(--color-accent); }

.contact-form__status {
	margin-top: var(--space-xl);
	border: var(--border);
	padding: var(--space-md);
}

.contact-form__status--success { border-color: var(--color-accent); color: var(--color-accent); }
.contact-form__status--error { border-color: var(--color-danger); color: var(--color-danger); }

@media (max-width: 1199px) {
	:root { --container-width: 1120px; }

	.site-header__inner { gap: var(--space-md); }
	.primary-navigation .menu { gap: var(--space-sm); }
	.primary-navigation a { font-size: 0.68rem; }
	.social-navigation { display: none; }
	.card-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.editorial-layout--schedule,
	.editorial-layout--videos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1023px) {
	body.admin-bar .site-header { top: 32px; }
	.site-header__inner { flex-wrap: wrap; justify-content: space-between; }
	.header-tools { margin-left: auto; padding: 0; }
	.has-js .menu-toggle { display: block; }
	body.has-js.nav-open { overflow: hidden; }
	.site-navigation-panel { order: 4; flex: 1 0 100%; display: block; }
	.has-js .site-navigation-panel { display: none; }
	.has-js .site-navigation-panel.is-open { display: block; }
	.primary-navigation .menu { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: var(--border); }
	.primary-navigation li { border-bottom: var(--border); }
	.primary-navigation li:nth-child(odd) { border-right: var(--border); }
	.primary-navigation a { padding: var(--space-md); }
	.site-header:has(.site-navigation-panel.is-open) { position: relative; }

	.home-hero { grid-template-columns: 1fr; }
	.home-hero__secondary { grid-template-columns: repeat(3, 1fr); grid-template-rows: auto; }
	.editorial-card--hero-side { display: block; border-bottom: 0; }
	.editorial-card--hero-side .editorial-card__content { padding-top: var(--space-md); }
	.editorial-card--hero-side .editorial-card__media { height: auto; aspect-ratio: 16 / 9; }

	.home-news,
	.article-shell { grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr); gap: var(--space-xl); }
	.article-header h1 { font-size: clamp(2.1rem, 6vw, 3.25rem); }
	.site-footer__inner { grid-template-columns: repeat(4, 1fr); }
	.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
	:root {
		--header-height: 64px;
		--space-3xl: 3.25rem;
		--section-gap: 2.5rem;
	}

	body.admin-bar .site-header { top: 46px; }
	.shell,
	.site-header__inner,
	.site-footer__inner,
	.site-footer__bottom,
	.site-content > section:not(.home-hero):not(.home-section),
	.site-content > article:not(.article-main) {
		width: min(calc(100% - (var(--space-md) * 2)), var(--container-width));
	}

	.custom-logo-link,
	.custom-logo { max-width: 140px; max-height: 34px; }
	.home-hero { width: 100%; padding-top: 0; }
	.hero-lead { min-height: 68vh; clip-path: none; }
	.hero-lead__media { min-height: 68vh; aspect-ratio: auto; }
	.hero-lead h1 { max-width: 19ch; font-size: clamp(1.72rem, 6.8vw, 2.3rem); line-height: 1.1; }
	.home-hero__secondary { grid-template-columns: 1fr; padding-inline: var(--space-md); }
	.editorial-card--hero-side { display: grid; grid-template-columns: minmax(120px, 38%) 1fr; border-bottom: var(--border); }

	.home-news,
	.article-shell { grid-template-columns: 1fr; }
	.home-news__trending,
	.article-sidebar { border-top: var(--border); border-left: 0; padding-top: var(--space-xl); padding-left: 0; }
	.article-sidebar { position: static; order: 2; }
	.article-related-shell { order: 3; }

	.editorial-layout,
	.editorial-layout--schedule,
	.editorial-layout--videos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.editorial-layout .editorial-card--section-lead { grid-column: 1 / -1; grid-row: auto; }
	.editorial-layout .editorial-card--section-small { display: block; grid-column: auto; }
	.editorial-card--section-small .editorial-card__content { padding-top: var(--space-md); }
	.editorial-card--section-lead .editorial-card__title { font-size: var(--title-md); }

	.site-footer__inner { grid-template-columns: repeat(2, 1fr); }
	.footer-brand { grid-column: 1 / -1; }
	.site-footer__bottom { flex-direction: column; }
}

@media (max-width: 399px) {
	.site-logo-fallback {
		gap: 0;
	}

	.site-logo-fallback__wordmark {
		display: none;
	}
}

@media (max-width: 479px) {
	.primary-navigation .menu { grid-template-columns: 1fr; }
	.primary-navigation li:nth-child(odd) { border-right: 0; }

	.hero-lead { min-height: 62vh; }
	.hero-lead__media { min-height: 62vh; }
	.hero-lead__content { padding: var(--space-lg); }
	.editorial-card--hero-side { grid-template-columns: 38% 1fr; }
	.editorial-card--hero-side .editorial-card__title { font-size: 0.92rem; }
	.card-grid--four,
	.card-grid--three,
	.editorial-layout,
	.editorial-layout--schedule,
	.editorial-layout--videos { grid-template-columns: 1fr; }

	.post-list-item { grid-template-columns: minmax(110px, 38%) 1fr; gap: var(--space-md); }
	.post-list-item h3 { font-size: 1rem; }
	.post-list-item .post-meta span { display: none; }

	.section-heading { align-items: center; }
	.section-heading h2 { font-size: 1.2rem; }
	.article-featured-image { margin-inline: calc(var(--space-md) * -1); }
	.article-featured-image figcaption { padding-inline: var(--space-md); flex-direction: column; gap: var(--space-2xs); }
	.article-share > span { flex-basis: 100%; }
	.article-byline .post-meta { display: block; }
	.article-byline .post-meta > * { display: block; }
	.article-byline .post-meta > * + *::before { display: none; }
	.site-footer__inner { grid-template-columns: 1fr; }
	.footer-brand { grid-column: auto; }
}

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