/*
Theme Name: EJ Pulso
Theme URI: https://esportejoinville.com.br/
Author: Esporte Joinville
Description: Tema editorial leve e acessível para o portal Esporte Joinville. Preserva o acervo e utiliza recursos nativos do WordPress.
Version: 0.3.0
Update URI: false
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ej-pulso
Tags: news, accessibility-ready, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
	--ej-green-950: #082f2b;
	--ej-green-900: #082f2b;
	--ej-green-800: #075f52;
	--ej-green-700: #008f72;

--ej-green-600: #00a982;


	--ej-yellow-500: #fbbb00;
	--ej-yellow-300: #ffd348;
	--ej-red-600: #d71920;
	--ej-red-500: #d71920;
	--ej-video-blue: #32b6d9;
	--ej-ink: #082f2b;
	--ej-ink-soft: #294a44;
	--ej-muted: #5f7771;
	--ej-line: #cbdad5;
	--ej-canvas: #f2f7f5;
	--ej-surface: #ffffff;
	--ej-surface-soft: #eaf0ed;
	--ej-focus: #ffd800;
	--ej-shadow-sm: none;
	--ej-shadow-md: none;
	--ej-radius-sm: 0.5rem;
	--ej-radius-md: 0.75rem;
	--ej-radius-lg: 1rem;
	--ej-container: 77.5rem;
	--ej-reading: 48rem;
	--ej-space-1: 0.375rem;
	--ej-space-2: 0.625rem;
	--ej-space-3: 1rem;
	--ej-space-4: 1.5rem;
	--ej-space-5: 2rem;
	--ej-space-6: 3rem;
	
	--ej-space-7: 4.5rem;
	--ej-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ej-font-display: "Barlow Condensed", "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
}

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

html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--ej-canvas);
	color: var(--ej-ink);
	font-family: var(--ej-font-sans);
	font-size: 1rem;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}

body.menu-open {
	overflow: hidden;
}

img,
svg,
video,
iframe {
	max-width: 100%;
}

img {
	height: auto;
}

iframe {
	border: 0;
}

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

button,
[type="button"],
[type="submit"] {
	cursor: pointer;
}

a {
	color: var(--ej-green-700);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--ej-green-950);
}

:focus-visible {
	outline: 3px solid var(--ej-focus);
	outline-offset: 3px;
}

::selection {
	background: var(--ej-yellow-300);
	color: var(--ej-green-950);
}

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

.screen-reader-text:focus {
	clip: auto !important;
	clip-path: none;
	display: block;
	height: auto;
	left: 0.75rem;
	padding: 0.75rem 1rem;
	top: 0.75rem;
	width: auto;
	z-index: 100000;
	background: var(--ej-surface);
	color: var(--ej-green-950);
	font-weight: 800;
	box-shadow: var(--ej-shadow-md);
}

.site-container {
	width: min(calc(100% - 2rem), var(--ej-container));
	margin-inline: auto;
}

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

.site-main > .site-container,
.page-shell {
	padding-block: var(--ej-space-5) var(--ej-space-7);
}

.site-utility {
	background: var(--ej-green-950);
	color: #dbe8e2;
	font-size: 0.78rem;
}

.site-utility__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--ej-space-3);
	min-height: 2.25rem;
}

.site-utility p {
	margin: 0;
}

.site-utility a {
	color: #ffffff;
}

.site-header {
	position: relative;
	z-index: 20;
	background: var(--ej-surface);
	border-bottom: 1px solid var(--ej-line);
}

.site-header__identity {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: var(--ej-space-3);
	min-height: 5.75rem;
}

.site-branding {
	display: flex;
	align-items: center;
	gap: var(--ej-space-3);
	min-width: 0;
}

.site-branding .custom-logo-link {
	display: inline-flex;
	align-items: center;
	max-width: min(13rem, 58vw);
}

.site-branding .custom-logo {
	max-height: 4rem;
	width: auto;
}

.site-branding__text {
	min-width: 0;
}

.site-title {
	margin: 0;
	font-family: var(--ej-font-display);
	font-size: clamp(1.55rem, 7vw, 2.45rem);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1;
	text-transform: uppercase;
}

.site-title a {
	color: var(--ej-green-950);
	text-decoration: none;
}

.site-description {
	margin: 0.35rem 0 0;
	color: var(--ej-muted);
	font-size: 0.82rem;
	line-height: 1.35;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: var(--ej-space-2);
}

.header-live-link {
	display: none;
	align-items: center;
	gap: 0.45rem;
	min-height: 2.75rem;
	padding: 0.65rem 1rem;
	border-radius: 999px;
	background: var(--ej-red-600);
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.header-live-link::before {
	content: "";
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.65);
	animation: ej-live-pulse 2s infinite;
}

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

	.header-live-link::before {
		animation: none;
	}
}

@keyframes ej-live-pulse {
	70% { box-shadow: 0 0 0 0.55rem rgba(255, 255, 255, 0); }
	100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	min-height: 2.75rem;
	padding: 0.6rem;
	border: 2px solid var(--ej-green-900);
	border-radius: var(--ej-radius-sm);
	background: var(--ej-surface);
	color: var(--ej-green-950);
	font-size: 0.82rem;
	font-weight: 800;
}

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

.navigation-shell {
	background: var(--ej-green-900);
	color: #ffffff;
}

.primary-navigation {
	position: relative;
}

.js .primary-navigation:not(.is-open) {
	display: none;
}

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

.primary-navigation a {
	display: flex;
	align-items: center;
	min-height: 3.25rem;
	padding: 0.7rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-family: var(--ej-font-display);
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a {
	color: var(--ej-yellow-300);
}

.primary-navigation .sub-menu {
	padding-left: 1rem;
}

.header-search {
	padding-block: var(--ej-space-2);
	background: var(--ej-green-950);
}

.search-form {
	display: flex;
	gap: 0.5rem;
	width: 100%;
}

.search-field {
	min-width: 0;
	width: 100%;
	min-height: 2.75rem;
	padding: 0.65rem 0.8rem;
	border: 1px solid #b8c5bf;
	border-radius: var(--ej-radius-sm);
	background: #ffffff;
	color: var(--ej-ink);
}

.search-submit,
.button-link,
.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.65rem 1rem;
	border: 0;
	border-radius: var(--ej-radius-sm);
	background: var(--ej-yellow-500);
	color: var(--ej-green-950);
	font-weight: 900;
	text-decoration: none;
}

.search-submit:hover,
.button-link:hover,
.wp-block-button__link:hover {
	background: var(--ej-yellow-300);
	color: var(--ej-green-950);
}

.advertising-slot {
	padding-block: var(--ej-space-3);
	background: var(--ej-surface-soft);
	text-align: center;
}

.advertising-slot__label {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--ej-muted);
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.advertising-slot img,
.advertising-slot iframe {
	display: block;
	margin-inline: auto;
}

.section-block {
	padding-block: var(--ej-space-5);
}

.section-block + .section-block {
	border-top: 1px solid var(--ej-line);
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: var(--ej-space-3);
	margin-bottom: var(--ej-space-4);
	border-bottom: 3px solid var(--ej-green-900);
}

.section-heading__title {
	position: relative;
	margin: 0;
	padding: 0 0 var(--ej-space-2);
	font-family: var(--ej-font-display);
	font-size: clamp(1.55rem, 6vw, 2.25rem);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1;
	text-transform: uppercase;
}

.section-heading__title::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 4rem;
	height: 3px;
	background: var(--ej-yellow-500);
}

.section-heading__link {
	padding-bottom: var(--ej-space-2);
	color: var(--ej-green-800);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.section-heading__actions {
	display: flex;
	align-items: end;
	gap: 0.8rem;
}

.section-block--jec .section-heading {
	border-bottom-color: var(--ej-ink);
}

.section-block--jec .section-heading__title::after {
	background: var(--ej-red-600);
}

.lead-grid {
	display: grid;
	gap: var(--ej-space-3);
}

.lead-grid__secondary,
.card-grid {
	display: grid;
	gap: var(--ej-space-3);
}

.story-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--ej-line);
	border-radius: var(--ej-radius-md);
	background: var(--ej-surface);
	box-shadow: var(--ej-shadow-sm);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

@media (prefers-reduced-motion: no-preference) {
	.story-card:hover {
		transform: translateY(-0.2rem);
		box-shadow: var(--ej-shadow-md);
	}
}

.story-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, var(--ej-green-900), var(--ej-green-600));
}

.story-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.story-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: var(--ej-space-3);
	color: rgba(255, 255, 255, 0.85);
	font-family: var(--ej-font-display);
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.story-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: var(--ej-space-3);
}

.story-card__kicker,
.article-kicker {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 0.55rem;
	color: var(--ej-green-700);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-decoration: none;
	text-transform: uppercase;
}

.story-card__labels {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.4rem 0.65rem;
	margin-bottom: 0.55rem;
}

.story-card__labels .story-card__kicker {
	margin: 0;
}

.story-card__type {
	display: inline-flex;
	padding: 0.18rem 0.4rem;
	border: 1px solid var(--ej-green-800);
	color: var(--ej-green-950);
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	line-height: 1.2;
	text-transform: uppercase;
}

.story-card__type--sponsored {
	border-color: var(--ej-yellow-500);
	background: var(--ej-yellow-500);
	color: var(--ej-green-950);
}

.story-card--sponsored {
	border-top: 4px solid var(--ej-yellow-500);
}

.story-card__title {
	margin: 0;
	font-family: var(--ej-font-display);
	font-size: clamp(1.15rem, 5vw, 1.45rem);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

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

.story-card__title a:hover {
	color: var(--ej-green-700);
}

.story-card__excerpt {
	margin: 0.7rem 0 0;
	color: var(--ej-ink-soft);
	font-size: 0.92rem;
	line-height: 1.5;
}

.story-card__meta,
.article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.8rem;
	margin-top: auto;
	padding-top: var(--ej-space-3);
	color: var(--ej-muted);
	font-size: 0.73rem;
	line-height: 1.35;
}

.story-card--lead .story-card__title {
	font-size: clamp(1.75rem, 8vw, 3.25rem);
	line-height: 1.02;
}

.story-card--lead .story-card__body {
	padding: var(--ej-space-4);
}

.story-card--compact {
	display: grid;
	grid-template-columns: 7rem minmax(0, 1fr);
}

.story-card--compact .story-card__media {
	min-height: 100%;
	aspect-ratio: auto;
}

.story-card--compact .story-card__body {
	padding: 0.85rem;
}

.story-card--compact .story-card__title {
	font-size: 1rem;
}

.story-card--compact .story-card__excerpt {
	display: none;
}

.story-card--opinion {
	border-top: 4px solid var(--ej-yellow-500);
}

.story-card--video .story-card__media::after {
	content: "▶";
	position: absolute;
	right: 0.75rem;
	bottom: 0.75rem;
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: var(--ej-yellow-500);
	color: var(--ej-green-950);
	font-size: 0.9rem;
	box-shadow: var(--ej-shadow-sm);
}

.archive-header,
.search-header {
	margin-bottom: var(--ej-space-5);
	padding-bottom: var(--ej-space-4);
	border-bottom: 1px solid var(--ej-line);
}

.archive-title,
.page-title,
.search-title {
	margin: 0;
	font-family: var(--ej-font-display);
	font-size: clamp(2rem, 9vw, 4.5rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.archive-description {
	max-width: 48rem;
	margin-top: var(--ej-space-3);
	color: var(--ej-ink-soft);
}

.content-layout {
	display: grid;
	gap: var(--ej-space-5);
}

.article-shell {
	background: var(--ej-surface);
}

.article-header {
	width: min(calc(100% - 2rem), 64rem);
	margin-inline: auto;
	padding-block: var(--ej-space-5) var(--ej-space-4);
}

.article-title {
	margin: 0;
	font-family: var(--ej-font-display);
	font-size: clamp(2.25rem, 10vw, 5.4rem);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 0.98;
}

.article-deck {
	margin: var(--ej-space-3) 0 0;
	color: var(--ej-ink-soft);
	font-size: clamp(1.08rem, 3vw, 1.4rem);
	line-height: 1.45;
}

.article-meta {
	margin-top: var(--ej-space-4);
	padding-top: 0;
	font-size: 0.82rem;
}

.article-meta a {
	font-weight: 700;
}

.article-label {
	display: inline-flex;
	align-items: center;
	min-height: 1.8rem;
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	background: var(--ej-yellow-500);
	color: var(--ej-green-950);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.article-label--sponsored {
	border: 2px solid var(--ej-yellow-500);
	background: var(--ej-green-950);
	color: #ffffff;
}

.article-figure {
	width: min(100%, 75rem);
	margin: 0 auto var(--ej-space-5);
}

.article-figure img {
	display: block;
	width: 100%;
	max-height: 44rem;
	object-fit: cover;
}

.article-figure figcaption {
	width: min(calc(100% - 2rem), 64rem);
	margin: 0.55rem auto 0;
	color: var(--ej-muted);
	font-size: 0.75rem;
	line-height: 1.4;
}

.article-figure figcaption span {
	display: block;
}

.article-figure .photo-credit {
	margin-top: 0.2rem;
	font-weight: 800;
}

.article-source {
	margin-top: 2rem;
	padding: 0.75rem;
	border-left: 4px solid var(--ej-yellow-500);
	background: var(--ej-surface-soft);
	font-size: 0.86rem;
}

.article-content {
	width: min(calc(100% - 2rem), var(--ej-reading));
	margin-inline: auto;
	padding-bottom: var(--ej-space-6);
	font-size: clamp(1.04rem, 2vw, 1.16rem);
}

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

.article-content h2,
.article-content h3,
.article-content h4 {
	margin-top: 1.8em;
	font-family: var(--ej-font-display);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.article-content h2 { font-size: clamp(1.65rem, 5vw, 2.3rem); }
.article-content h3 { font-size: clamp(1.35rem, 4vw, 1.8rem); }

.article-content blockquote {
	margin: var(--ej-space-5) 0;
	padding: var(--ej-space-3) 0 var(--ej-space-3) var(--ej-space-4);
	border-left: 5px solid var(--ej-yellow-500);
	color: var(--ej-green-950);
	font-family: var(--ej-font-display);
	font-size: clamp(1.35rem, 5vw, 2rem);
	font-weight: 800;
	line-height: 1.25;
}

.article-content table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

.article-content th,
.article-content td {
	padding: 0.65rem;
	border: 1px solid var(--ej-line);
	text-align: left;
	vertical-align: top;
}

.article-content th {
	background: var(--ej-green-900);
	color: #ffffff;
}

.article-content iframe,
.article-content video {
	width: 100%;
}

.article-footer {
	width: min(calc(100% - 2rem), var(--ej-reading));
	margin-inline: auto;
	padding-bottom: var(--ej-space-6);
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 0 var(--ej-space-4);
	padding: 0;
	list-style: none;
}

.tag-list a {
	display: inline-flex;
	padding: 0.35rem 0.65rem;
	border: 1px solid var(--ej-line);
	border-radius: 999px;
	background: var(--ej-surface-soft);
	color: var(--ej-green-900);
	font-size: 0.75rem;
	font-weight: 800;
	text-decoration: none;
}

.author-box,
.editorial-contact {
	padding: var(--ej-space-4);
	border-radius: var(--ej-radius-md);
	background: var(--ej-surface-soft);
}

.author-box {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: var(--ej-space-3);
	align-items: start;
}

.author-box img {
	border-radius: 50%;
}

.author-box h2,
.editorial-contact h2 {
	margin: 0;
	font-family: var(--ej-font-display);
	font-size: 1.25rem;
	font-weight: 900;
}

.author-box p,
.editorial-contact p {
	margin: 0.4rem 0 0;
	font-size: 0.9rem;
}

.editorial-contact {
	margin-top: var(--ej-space-3);
	border-left: 4px solid var(--ej-yellow-500);
}

.breadcrumb {
	padding-block: var(--ej-space-3);
	background: var(--ej-surface-soft);
	font-size: 0.76rem;
}

.breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb li:not(:last-child)::after {
	content: "/";
	margin-left: 0.35rem;
	color: var(--ej-muted);
}

.sidebar-area {
	min-width: 0;
}

.widget {
	margin-bottom: var(--ej-space-4);
	padding: var(--ej-space-3);
	border: 1px solid var(--ej-line);
	border-radius: var(--ej-radius-md);
	background: var(--ej-surface);
}

.widget-title,
.sidebar-title {
	margin: 0 0 var(--ej-space-3);
	font-family: var(--ej-font-display);
	font-size: 1.25rem;
	font-weight: 900;
	text-transform: uppercase;
}

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

.widget li + li,
.latest-list li + li {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid var(--ej-line);
}

.latest-list a {
	color: var(--ej-ink);
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
}

.pagination {
	margin-top: var(--ej-space-5);
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 2.75rem;
	min-height: 2.75rem;
	padding: 0.45rem;
	border: 1px solid var(--ej-line);
	border-radius: var(--ej-radius-sm);
	background: var(--ej-surface);
	color: var(--ej-green-900);
	font-weight: 800;
	text-decoration: none;
}

.page-numbers.current {
	background: var(--ej-green-900);
	color: #ffffff;
}

.empty-state,
.error-404 {
	max-width: 46rem;
	padding: var(--ej-space-5);
	border-radius: var(--ej-radius-lg);
	background: var(--ej-surface);
	box-shadow: var(--ej-shadow-sm);
}

.empty-state h1,
.empty-state h2,
.error-404 h1 {
	margin-top: 0;
	font-family: var(--ej-font-display);
	font-weight: 900;
}

.site-footer {
	background: var(--ej-green-950);
	color: #dbe8e2;
}

.site-footer__grid {
	display: grid;
	gap: var(--ej-space-5);
	padding-block: var(--ej-space-6);
}

.site-footer__title {
	margin: 0;
	color: #ffffff;
	font-family: var(--ej-font-display);
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: -0.025em;
	text-transform: uppercase;
}

.site-footer a {
	color: #ffffff;
}

.footer-navigation ul,
.social-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-navigation a,
.social-navigation a {
	font-weight: 700;
}

.site-footer__bottom {
	padding-block: var(--ej-space-3);
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 0.75rem;
}

.site-footer__bottom p {
	margin: 0;
}

@media (min-width: 36rem) {
	.site-container {
		width: min(calc(100% - 3rem), var(--ej-container));
	}

	.header-live-link {
		display: inline-flex;
	}

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

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

	.story-card--compact {
		display: flex;
	}

	.story-card--compact .story-card__media {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.story-card--compact .story-card__body {
		padding: var(--ej-space-3);
	}

	.story-card--compact .story-card__title {
		font-size: 1.25rem;
	}
}

@media (min-width: 48rem) {
	.js .menu-toggle {
		display: none;
	}

	.js .primary-navigation:not(.is-open),
	.primary-navigation {
		display: block;
	}

	body.menu-open {
		overflow: auto;
	}

	.navigation-shell__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(14rem, 21rem);
		align-items: center;
		gap: var(--ej-space-4);
	}

	.primary-navigation .menu,
	.primary-navigation > div > ul {
		display: flex;
		align-items: stretch;
		gap: 0.2rem;
	}

	.primary-navigation .menu-item {
		position: relative;
	}

	.primary-navigation a {
		padding-inline: 0.65rem;
		border: 0;
	}

	.primary-navigation .sub-menu {
		position: absolute;
		left: 0;
		top: 100%;
		display: none;
		min-width: 15rem;
		padding: 0.4rem;
		background: var(--ej-green-950);
		box-shadow: var(--ej-shadow-md);
	}

	.primary-navigation .menu-item:hover > .sub-menu,
	.primary-navigation .menu-item:focus-within > .sub-menu {
		display: block;
	}

	.primary-navigation .sub-menu a {
		min-height: 2.75rem;
		padding: 0.55rem 0.75rem;
	}

	.header-search {
		background: transparent;
	}

	.content-layout {
		grid-template-columns: minmax(0, 1fr) 19rem;
		align-items: start;
	}

	.site-footer__grid {
		grid-template-columns: 1.4fr 1fr 1fr;
	}
}

@media (min-width: 64rem) {
	.site-header__identity {
		min-height: 7rem;
	}

	.lead-grid {
		grid-template-columns: minmax(0, 1.45fr) minmax(22rem, 0.85fr);
		align-items: stretch;
	}

	.lead-grid > .story-card,
	.lead-grid__secondary {
		min-height: 100%;
	}

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

	.lead-grid__secondary .story-card__title {
		font-size: 1.12rem;
	}

	.card-grid--four {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

@media (min-width: 75rem) {
	.primary-navigation a {
		padding-inline: 0.9rem;
	}
}

@media print {
	.site-utility,
	.navigation-shell,
	.advertising-slot,
	.site-footer,
	.breadcrumb,
	.sidebar-area,
	.header-actions,
	.editorial-contact {
		display: none !important;
	}

	body,
	.article-shell {
		background: #ffffff;
		color: #000000;
	}

	.article-content,
	.article-header,
	.article-footer {
		width: 100%;
		max-width: none;
	}

	a {
		color: #000000;
		text-decoration: underline;
	}
}

/*
 * EJ Pulso editorial shell.
 * These rules align the reusable WordPress theme with the approved flat,
 * angular prototype while keeping every headline and image data-driven.
 */

body {
	padding-bottom: calc(4.35rem + env(safe-area-inset-bottom));
}

.site-utility {
	background: #061f19;
}

.site-header {
	background: var(--ej-green-950);
	border-bottom: 0;
}

.site-header__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.75rem;
	min-height: 5.25rem;
	padding-block: 0.65rem;
}

.site-branding {
	min-width: 0;
}

.site-branding__plate {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.7rem;
	max-width: min(14rem, 56vw);
	padding: 0.45rem 0.7rem;
	border-radius: 3px;
	background: #ffffff;
}

.site-branding__plate .custom-logo-link,
.site-branding__fallback-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}

.site-branding__plate img,
.site-branding .custom-logo {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 3.1rem;
}

.header-actions {
	justify-self: end;
}

.header-live-link,
.header-search-button,
.menu-toggle {
	min-height: 2.65rem;
	padding: 0.55rem 0.72rem;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 3px;
	background: transparent;
	color: #ffffff;
	font-family: var(--ej-font-display);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.header-live-link {
	background: rgba(255, 255, 255, 0.08);
}

.header-live-link::before {
	display: none;
	animation: none;
}

.header-live-link.is-live::before {
	display: block;
	background: var(--ej-red-600);
	box-shadow: none;
}

.header-search-button:hover,
.menu-toggle:hover,
.header-live-link:hover {
	border-color: var(--ej-yellow-500);
	color: var(--ej-yellow-500);
}

.primary-navigation {
	grid-column: 1 / -1;
	min-width: 0;
	color: #ffffff;
}

.primary-navigation a {
	border-bottom-color: rgba(255, 255, 255, 0.15);
}

.ej-agora {
	background: var(--ej-yellow-500);
	color: var(--ej-green-950);
}

.ej-agora__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 0.65rem;
	min-height: 3.25rem;
	padding-block: 0.35rem;
}

.ej-agora__label {
	padding-right: 0.65rem;
	border-right: 2px solid var(--ej-green-950);
	font-family: var(--ej-font-display);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.ej-agora__headline {
	display: -webkit-box;
	overflow: hidden;
	color: var(--ej-green-950);
	font-size: 0.85rem;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ej-agora time {
	display: none;
	font-size: 0.72rem;
	font-weight: 800;
}

.news-filters {
	background: var(--ej-surface);
	border-block: 1px solid var(--ej-line);
}

.news-filters__inner {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	overflow-x: auto;
	padding-block: 0.55rem;
	scrollbar-width: thin;
}

.news-filters__prompt {
	margin-right: 0.2rem;
	color: var(--ej-muted);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.news-filter-chip {
	flex: 0 0 auto;
	min-height: 2.2rem;
	padding: 0.35rem 0.7rem;
	border: 1px solid var(--ej-green-800);
	border-radius: 999px;
	background: transparent;
	color: var(--ej-green-950);
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
}

.news-filter-chip[aria-pressed="true"] {
	background: var(--ej-green-900);
	color: #ffffff;
}

.home-hero {
	padding-top: 1.25rem;
}

.lead-grid {
	gap: 1rem;
}

.story-card {
	border-radius: 3px;
	box-shadow: none;
}

.story-card:hover {
	box-shadow: none;
}

@media (prefers-reduced-motion: no-preference) {
	.story-card:hover {
		transform: translateY(-2px);
		border-color: var(--ej-green-800);
	}
}

.story-card__body {
	padding: 0.9rem;
}

.story-card__title {
	font-size: clamp(1.12rem, 4.8vw, 1.38rem);
}

.story-card--lead .story-card__title {
	display: -webkit-box;
	overflow: hidden;
	font-size: clamp(1.75rem, 7.2vw, 2.45rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.06;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.story-card--lead .story-card__body {
	padding: 1.05rem;
}

.story-card--compact {
	grid-template-columns: 6.5rem minmax(0, 1fr);
	border-left: 4px solid var(--ej-yellow-500);
}

.score-strip {
	padding-block: 0.75rem;
	background: var(--ej-surface);
	border-block: 1px solid var(--ej-line);
}

.score-strip__grid {
	display: grid;
	gap: 0.7rem;
}

.score-strip__panel {
	padding: 0.75rem;
	border: 1px solid var(--ej-line);
	border-radius: 3px;
	background: var(--ej-canvas);
}

.score-strip__panel h2 {
	margin: 0;
	font-family: var(--ej-font-display);
	font-size: 1.15rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.score-strip__description {
	margin: 0;
	color: var(--ej-muted);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.score-strip .widget {
	margin: 0.5rem 0 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.section-block--jec {
	background: #111111;
	color: #ffffff;
}

.section-block--jec + .section-block {
	border-top: 0;
}

.section-block--jec .section-heading {
	border-bottom-color: rgba(255, 255, 255, 0.35);
}

.section-block--jec .section-heading__title,
.section-block--jec .section-heading__link {
	color: #ffffff;
}

.section-block--jec .section-heading__title::after {
	background: var(--ej-red-600);
}

.section-block--jec .story-card {
	border-color: #3b3b3b;
	background: #1d1d1d;
}

.section-block--jec .story-card__title a,
.section-block--jec .story-card__excerpt {
	color: #ffffff;
}

.section-block--jec .story-card__kicker {
	color: #ff6570;
}

.section-block--jec .story-card__meta {
	color: #c7c7c7;
}

.section-block--jec .story-card__type,
.section-block--ej60 .story-card__type {
	border-color: rgba(255, 255, 255, 0.7);
	color: #ffffff;
}

.section-block--jec .story-card__type--sponsored,
.section-block--ej60 .story-card__type--sponsored {
	border-color: var(--ej-yellow-500);
	background: var(--ej-yellow-500);
	color: var(--ej-green-950);
}

.section-block--ej60 {
	background: var(--ej-green-950);
	color: #ffffff;
}

.section-block--ej60 .section-heading {
	border-bottom-color: rgba(255, 255, 255, 0.35);
}

.section-block--ej60 .section-heading__title,
.section-block--ej60 .section-heading__link {
	color: #ffffff;
}

.section-block--ej60 .story-card {
	border-color: #41665a;
	background: var(--ej-green-900);
}

.section-block--ej60 .story-card__title a,
.section-block--ej60 .story-card__excerpt {
	color: #ffffff;
}

.section-block--ej60 .story-card__meta {
	color: #d6e2dd;
}

.section-block--opinion .story-card {
	background: #f0eee5;
}

.section-block--videos .section-heading__title::after,
.article-label--video {
	background: var(--ej-video-blue);
}

.section-block--videos .story-card__kicker {
	color: #16647c;
}

.filter-empty {
	margin-top: 1rem;
	padding: 1rem;
	border-left: 4px solid var(--ej-yellow-500);
	background: var(--ej-surface);
}

.archive-years__intro {
	max-width: 44rem;
	color: var(--ej-ink-soft);
}

.archive-years__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem;
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
}

.archive-years__grid li {
	min-width: 0;
}

.archive-years__grid a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 4.25rem;
	padding: 0.75rem;
	border: 1px solid var(--ej-line);
	border-left: 4px solid var(--ej-yellow-500);
	border-radius: 3px;
	background: var(--ej-surface);
	color: var(--ej-green-950);
	font-family: var(--ej-font-display);
	font-size: 1.35rem;
	font-weight: 900;
	text-decoration: none;
}

.newsletter-section {
	padding-block: 2rem;
	background: var(--ej-yellow-500);
	color: var(--ej-green-950);
}

.newsletter-section__inner {
	display: grid;
	gap: 1rem;
}

.newsletter-section h2 {
	margin: 0;
	font-family: var(--ej-font-display);
	font-size: clamp(1.75rem, 7vw, 3rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1;
}

.section-eyebrow {
	margin: 0 0 0.25rem;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.newsletter-section .widget {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.search-dialog {
	width: min(calc(100% - 2rem), 42rem);
	padding: 0;
	border: 0;
	border-radius: 3px;
	background: var(--ej-surface);
	color: var(--ej-ink);
}

.search-dialog::backdrop {
	background: rgba(3, 17, 13, 0.78);
}

.search-dialog__panel {
	padding: 1.25rem;
}

.search-dialog__header {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.search-dialog__header h2 {
	margin: 0;
	font-family: var(--ej-font-display);
	font-size: clamp(1.6rem, 6vw, 2.4rem);
	font-weight: 900;
	line-height: 1;
}

.search-dialog__close {
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	border: 1px solid var(--ej-line);
	border-radius: 3px;
	background: transparent;
	color: var(--ej-ink);
	font-size: 1.75rem;
	line-height: 1;
}

.dialog-open {
	overflow: hidden;
}

.mobile-dock {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	padding: 0.35rem 0.35rem calc(0.35rem + env(safe-area-inset-bottom));
	border-top: 1px solid #35584d;
	background: var(--ej-green-950);
}

.mobile-dock a,
.mobile-dock button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
	min-height: 3.4rem;
	padding: 0.25rem;
	border: 0;
	background: transparent;
	color: #ffffff;
	font-size: 0.62rem;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
}

.mobile-dock span {
	font-size: 1rem;
	line-height: 1;
}

.article-shell,
.article-figure,
.author-box,
.editorial-contact,
.widget,
.empty-state,
.error-404,
.page-numbers,
.search-field,
.search-submit,
.button-link {
	border-radius: 3px;
}

.advertising-slot {
	border-block: 1px solid var(--ej-line);
}

@media (min-width: 36rem) {
	.score-strip__grid,
	.archive-years__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 48rem) {
	body {
		padding-bottom: 0;
	}

	.ej-agora__inner {
		grid-template-columns: auto minmax(0, 1fr) auto;
		min-height: 2.9rem;
	}

	.ej-agora__headline {
		display: block;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.ej-agora time {
		display: block;
	}

	.site-header__row {
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 1.25rem;
		min-height: 6.1rem;
	}

	.site-branding__plate {
		width: 13.5rem;
		max-width: none;
	}

	.primary-navigation {
		grid-column: auto;
	}

	.primary-navigation .menu,
	.primary-navigation > div > ul {
		justify-content: center;
	}

	.primary-navigation a {
		min-height: 3rem;
		padding-inline: 0.5rem;
		font-size: 0.78rem;
	}

	.primary-navigation .sub-menu {
		background: var(--ej-green-950);
	}

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

	.newsletter-section__inner {
		grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.9fr);
		align-items: center;
	}

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

	.mobile-dock {
		display: none;
	}
}

@media (min-width: 48rem) and (max-width: 63.99rem) {
	body {
		padding-bottom: calc(4.35rem + env(safe-area-inset-bottom));
	}

	.site-header__row {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.primary-navigation {
		grid-column: 1 / -1;
	}

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

	.js .primary-navigation:not(.is-open) {
		display: none;
	}

	.primary-navigation .menu,
	.primary-navigation > div > ul {
		display: block;
	}

	.primary-navigation .sub-menu {
		position: static;
		display: block;
		padding-left: 1rem;
		box-shadow: none;
	}

	.mobile-dock {
		display: grid;
	}
}

@media (min-width: 64rem) {
	.site-header__row {
		grid-template-columns: auto minmax(0, 1fr) auto;
	}

	.js .menu-toggle {
		display: none;
	}

	.lead-grid {
		grid-template-columns: minmax(0, 1.9fr) minmax(18rem, 0.9fr);
	}

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

	.story-card--lead .story-card__title {
		font-size: clamp(2.25rem, 3.25vw, 3.15rem);
		line-height: 1.04;
	}

	.story-card--compact {
		display: grid;
		grid-template-columns: 8.5rem minmax(0, 1fr);
	}

	.story-card--compact .story-card__media {
		min-height: 100%;
		aspect-ratio: auto;
	}

	.primary-navigation a {
		padding-inline: 0.65rem;
		font-size: 0.84rem;
	}
}

@media (min-width: 80rem) {
	.primary-navigation a {
		padding-inline: 0.8rem;
	}
}

/*
 * EJ Pulso 2026, revisão visual 0.2.3.
 * Direção baseada no kit revisado e nos tokens editoriais aprovados.
 */

body {
	background:
		radial-gradient(circle at 12% 18%, rgba(0, 169, 130, 0.055), transparent 24rem),
		var(--ej-canvas);
}

.site-utility {
	display: none;
}

.site-header {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.site-header__row {
	min-height: 5.5rem;
}

.site-branding__plate {
	min-height: auto;
	max-width: min(16rem, 62vw);
	padding: 0;
	background: transparent;
}

.site-branding__plate img,
.site-branding .custom-logo {
	max-height: 3.8rem;
}

.primary-navigation a {
	font-family: var(--ej-font-sans);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1.3;
}

.header-search-button,
.menu-toggle {
	border-color: rgba(255, 255, 255, 0.68);
	border-radius: 0.45rem;
}

.ej-agora {
	box-shadow: 0 1px 0 rgba(8, 47, 43, 0.14);
}

.ej-agora__inner {
	min-height: 2.85rem;
}

.ej-agora__label,
.ej-agora__headline,
.ej-agora time {
	font-family: var(--ej-font-sans);
}

.home-hero {
	padding-block: 2rem 2.75rem;
}

.lead-grid {
	gap: 1.5rem;
}

.story-card {
	border: 1px solid rgba(8, 47, 43, 0.12);
	border-radius: var(--ej-radius-md);
	background: rgba(255, 255, 255, 0.86);
}

.story-card__media {
	background:
		radial-gradient(circle at 78% 30%, transparent 0 4rem, rgba(251, 187, 0, 0.72) 4.1rem 4.4rem, transparent 4.5rem),
		linear-gradient(145deg, #075f52, #082f2b);
}

.story-card--lead {
	border: 0;
	background: var(--ej-green-950);
	box-shadow: 0 1rem 2.5rem rgba(8, 47, 43, 0.14);
}

.story-card--lead .story-card__media {
	aspect-ratio: 16 / 8.8;
}

.story-card--lead .story-card__body {
	position: relative;
	padding: 1.35rem 1.45rem 1.55rem;
	background:
		linear-gradient(90deg, rgba(0, 169, 130, 0.12), transparent 42%),
		var(--ej-green-950);
}

.story-card--lead .story-card__body::before {
	content: "";
	position: absolute;
	top: 0;
	left: 1.45rem;
	width: 5rem;
	height: 0.28rem;
	background: var(--ej-yellow-500);
}

.story-card--lead .story-card__kicker {
	margin-top: 0.35rem;
	color: var(--ej-yellow-500);
}

.story-card--lead .story-card__title,
.story-card--lead .story-card__title a,
.story-card--lead .story-card__excerpt {
	color: #ffffff;
}

.story-card--lead .story-card__title {
	font-family: var(--ej-font-display);
	font-size: clamp(2.35rem, 5.1vw, 4.6rem);
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 0.88;
	text-transform: uppercase;
}

.story-card--lead .story-card__excerpt {
	max-width: 52rem;
	color: #d7e5e0;
}

.story-card--lead .story-card__meta {
	color: #b7cbc5;
}

.lead-grid__secondary {
	gap: 1.25rem;
}

.story-card--compact {
	display: grid;
	grid-template-columns: minmax(8.25rem, 42%) minmax(0, 1fr);
	min-height: 12rem;
	overflow: hidden;
	border: 0;
	border-left: 0;
	background: var(--ej-green-950);
}

.story-card--compact::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0.35rem;
	height: 100%;
	background: var(--ej-yellow-500);
}

.story-card--compact .story-card__media {
	min-height: 100%;
	aspect-ratio: auto;
}

.story-card--compact .story-card__body {
	justify-content: center;
	padding: 1rem 1.1rem;
}

.story-card--compact .story-card__kicker {
	color: #64d8bd;
}

.story-card--compact .story-card__title {
	font-family: var(--ej-font-display);
	font-size: clamp(1.5rem, 2.25vw, 2.15rem);
	font-weight: 900;
	line-height: 0.95;
	text-transform: uppercase;
}

.story-card--compact .story-card__title a {
	color: #ffffff;
}

.story-card--compact .story-card__meta {
	color: #b7cbc5;
}

.section-block {
	padding-block: 3.25rem;
}

.section-block + .section-block {
	border-top-color: rgba(8, 47, 43, 0.1);
}

.section-heading {
	align-items: center;
	border-bottom: 0;
}

.section-heading__title {
	padding-bottom: 0.65rem;
	font-family: var(--ej-font-display);
	font-size: clamp(2rem, 4.5vw, 3.2rem);
	font-weight: 900;
	letter-spacing: -0.015em;
	line-height: 0.92;
}

.section-heading__title::after {
	bottom: 0;
	width: 100%;
	height: 0.22rem;
	background: var(--ej-green-600);
}

.section-heading__link {
	color: var(--ej-green-700);
	text-decoration: none;
}

#ultimas .card-grid {
	gap: 1.15rem;
}

#ultimas .story-card {
	border: 0;
	background: #ffffff;
	box-shadow: 0 0.65rem 1.8rem rgba(8, 47, 43, 0.07);
}

#ultimas .story-card__media {
	aspect-ratio: 16 / 8.5;
}

#ultimas .story-card__title {
	font-family: var(--ej-font-display);
	font-size: clamp(1.45rem, 2.7vw, 2.15rem);
	font-weight: 900;
	line-height: 0.98;
	text-transform: uppercase;
}

.ej-products {
	background: #ffffff;
}

.section-heading--products {
	margin-bottom: 1.5rem;
}

.ej-products__grid {
	display: grid;
	gap: 1rem;
}

.ej-product-card {
	position: relative;
	display: flex;
	min-height: 12rem;
	flex-direction: column;
	padding: 1.25rem;
	overflow: hidden;
	border-radius: var(--ej-radius-md);
	background: var(--ej-canvas);
	color: var(--ej-green-950);
	text-decoration: none;
}

.ej-product-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.38rem;
	background: var(--ej-green-600);
}

.ej-product-card--radar::before {
	background: var(--ej-red-600);
}

.ej-product-card--alem::before {
	background: #ff5a45;
}

.ej-product-card--charles::before {
	background: var(--ej-video-blue);
}

.ej-product-card--visao::before {
	background: var(--ej-green-600);
}

.ej-product-card:hover {
	background: var(--ej-green-950);
	color: #ffffff;
	transform: translateY(-0.2rem);
}

.ej-product-card__name {
	font-family: var(--ej-font-display);
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 0.95;
	text-transform: uppercase;
}

.ej-product-card__owner {
	margin-top: 0.65rem;
	color: var(--ej-muted);
	font-size: 0.8rem;
	font-weight: 700;
}

.ej-product-card:hover .ej-product-card__owner {
	color: #bad0c9;
}

.ej-product-card__cta {
	margin-top: auto;
	color: var(--ej-green-600);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.section-block--jec,
.section-block--ej60 {
	position: relative;
	overflow: hidden;
}

.section-block--jec::before,
.section-block--ej60::before {
	content: "";
	position: absolute;
	top: -7rem;
	right: -5rem;
	width: 19rem;
	height: 19rem;
	border: 2.2rem solid rgba(255, 255, 255, 0.035);
	border-radius: 50%;
	pointer-events: none;
}

.section-block--jec .story-card,
.section-block--ej60 .story-card {
	border-radius: var(--ej-radius-md);
}

.archive-years__grid a,
.score-strip__panel {
	border-radius: var(--ej-radius-md);
}

.site-footer {
	position: relative;
	overflow: hidden;
	background: var(--ej-green-950);
}

.site-footer::before {
	content: "";
	position: absolute;
	top: -9rem;
	right: 6%;
	width: 18rem;
	height: 18rem;
	border: 2.5rem solid rgba(0, 169, 130, 0.09);
	border-radius: 50%;
}

.site-footer__title {
	font-family: var(--ej-font-display);
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
}

.site-footer__bottom {
	border-top-color: rgba(255, 255, 255, 0.14);
}

@media (min-width: 40rem) {
	.ej-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 64rem) {
	.site-header__row {
		min-height: 6rem;
	}

	.site-branding__plate {
		width: 15.5rem;
	}

	.primary-navigation > .menu > .menu-item > a,
	.primary-navigation > div > ul > .menu-item > a {
		justify-content: center;
		height: 3.875rem;
		min-height: 3.875rem;
		padding-block: 0.55rem;
		padding-inline: 0.4rem;
		letter-spacing: 0.07em;
		text-align: center;
		white-space: nowrap;
	}

	.ej-products__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 47.99rem) {
	.site-header__row {
		min-height: 5.7rem;
	}

	.site-branding__plate {
		max-width: min(15rem, 66vw);
	}

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

	.ej-agora__inner {
		min-height: 3.25rem;
	}

	.home-hero {
		padding-block: 1.25rem 2rem;
	}

	.story-card--lead .story-card__media {
		aspect-ratio: 4 / 3;
	}

	.story-card--lead .story-card__title {
		font-size: clamp(2.15rem, 11vw, 3.35rem);
	}

	.story-card--compact {
		grid-template-columns: 7.25rem minmax(0, 1fr);
		min-height: 9.5rem;
	}

	.story-card--compact .story-card__title {
		font-size: 1.45rem;
	}

	.section-block {
		padding-block: 2.5rem;
	}
}



/* EJ PADRAO EDITORIAL 2026 */
.single-post .article-shell {
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
}

.single-post .article-header {
	width: 100%;
	max-width: 1100px;
	margin: 0;
	padding-block: 2.25rem 1.5rem;
	order: 1;
}

.single-post .article-header h1 {
	max-width: 1080px;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(3.35rem, 5vw, 4.4rem);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -0.045em;
}

.single-post .article-header .byline a {
	text-transform: capitalize;
}

.single-post .article-content {
	display: contents;
}

.single-post .article-content > * {
	order: 4;
}

.single-post .article-content > p,
.single-post .article-content > h2,
.single-post .article-content > ul,
.single-post .article-content > .ej-service-box {
	width: min(100%, 760px);
	margin-left: 0;
	margin-right: 0;
}

.single-post .article-content > p {
	font-size: 1.16rem;
	line-height: 1.68;
	color: #283c38;
	margin-bottom: 1.3rem;
}

.single-post .article-content > h2 {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(1.75rem, 2.7vw, 2.15rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.025em;
	color: #0b3d35;
	margin-top: 2.3rem;
	margin-bottom: 1rem;
}

.single-post .article-content > h2::before {
	content: "";
	display: block;
	width: 48px;
	height: 4px;
	margin-bottom: 1rem;
	border-radius: 999px;
	background: #ffc400;
}

.single-post .article-content > .ej-lead {
	order: 2;
	width: min(100%, 900px);
	font-size: 1.42rem;
	line-height: 1.48;
	color: #324944;
	margin: 0 0 2rem;
}

.single-post .article-figure {
	width: 100%;
	margin: 0;
	order: 3;
}

.single-post .article-figure img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 6px 6px 0 0;
}

.single-post .article-figure figcaption {
	display: none;
}

.single-post .article-content > a:empty {
	display: none;
}

.single-post .ej-sponsor-strip {
	order: 4;
	box-sizing: border-box;
	width: 100%;
	min-height: 64px;
	display: flex;
	align-items: center;
	gap: 1.25rem;
	padding: .6rem 1.5rem;
	background: #f5f7f6;
	border-bottom: 1px solid #e1e8e5;
}

.single-post .ej-sponsor-label {
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #66736f;
	padding-right: 1.25rem;
	border-right: 1px solid #c9d3d0;
}

.single-post .ej-sponsor-strip img {
	width: 84px;
	height: 46px;
	object-fit: contain;
}

.single-post .ej-sponsor-site {
	margin-left: auto;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .09em;
	color: #0b3d35;
}

.single-post .article-content > .ej-photo-credit {
	width: 100%;
	max-width: none;
	font-size: .8rem;
	line-height: 1.45;
	color: #66736f;
	margin: .85rem 0 1.8rem;
}

.single-post .ej-service-box {
	box-sizing: border-box;
	margin-top: 2.4rem;
	margin-bottom: 2rem;
	padding: 1.6rem 1.8rem 1.55rem;
	background: #f5f7f6;
	border-left: 5px solid #ffc400;
	border-radius: 6px;
}

.single-post .ej-service-box h2 {
	font-size: 1.55rem;
	margin: 0 0 1rem;
}

.single-post .ej-service-box h2::before {
	display: none;
}

.single-post .ej-service-box ul {
	margin: 0;
	padding-left: 1.2rem;
}

.single-post .ej-service-box li {
	margin-bottom: .55rem;
	font-size: 1rem;
	line-height: 1.55;
}

.single-post .article-footer {
	order: 5;
	width: min(100%, 760px);
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 760px) {
	.single-post .article-shell {
		width: auto;
		margin-inline: 20px;
	}

	.single-post .article-header {
		padding-block: 1.6rem 1.25rem;
	}

	.single-post .article-header h1 {
		font-size: clamp(2.4rem, 10.5vw, 3.35rem);
		line-height: 1.08;
		letter-spacing: -0.04em;
	}

	.single-post .article-content > .ej-lead {
		font-size: 1.08rem;
		line-height: 1.5;
		margin-bottom: 1.5rem;
	}

	.single-post .article-figure img {
		border-radius: 4px 4px 0 0;
	}

	.single-post .ej-sponsor-strip {
		min-height: 62px;
		gap: .75rem;
		padding: .5rem .85rem;
	}

	.single-post .ej-sponsor-label {
		font-size: .55rem;
		padding-right: .7rem;
	}

	.single-post .ej-sponsor-strip img {
		width: 68px;
		height: 42px;
	}

	.single-post .ej-sponsor-site {
		font-size: .52rem;
		letter-spacing: .055em;
	}

	.single-post .article-content > p {
		font-size: 1.05rem;
		line-height: 1.68;
	}

	.single-post .article-content > h2 {
		font-size: 1.72rem;
		margin-top: 2rem;
	}

	.single-post .ej-service-box {
		padding: 1.35rem 1.25rem 1.25rem;
	}
}


/* EJ: evita conflito do anuncio legado com o patrocinio editorial */
.single-post .article-content > a[href*="krona.com.br"] {
	display: none !important;
}

body.postid-50006 .article-content > .code-block {
	display: none !important;
}

/* EJ 0.2.8: escala tipografica editorial revisada */
.section-heading__title {
  font-size: clamp(2.25rem, 3.4vw, 2.75rem);
  line-height: 0.98;
}

.story-card--lead .story-card__title {
  font-size: clamp(2.6rem, 4vw, 3.5rem);
  line-height: 0.95;
}

#ultimas .story-card__title {
  font-size: clamp(1.35rem, 1.8vw, 1.625rem);
  line-height: 1.08;
}

.single-post .article-header h1 {
  font-size: clamp(3rem, 4vw, 3.5rem);
  line-height: 1.06;
}

@media (max-width: 767px) {
  .section-heading__title {
    font-size: clamp(1.85rem, 9vw, 2.25rem);
    line-height: 1;
  }

  .story-card--lead .story-card__title {
    font-size: clamp(2rem, 9vw, 2.65rem);
    line-height: 0.98;
  }

  #ultimas .story-card__title {
    font-size: clamp(1.3rem, 6.2vw, 1.55rem);
    line-height: 1.1;
  }

  .single-post .article-header h1 {
    font-size: clamp(2.1rem, 9vw, 2.65rem);
    line-height: 1.1;
  }
}

/* EJ 0.2.9: cards compactos com leitura mais equilibrada */
.story-card--compact .story-card__title {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.05;
}

@media (max-width: 767px) {
  .story-card--compact .story-card__title {
    font-size: clamp(1.25rem, 5.8vw, 1.5rem);
    line-height: 1.08;
  }
}


/* EJ: escala tipografica mais equilibrada para a pagina inicial */
.home .story-card--lead .story-card__title {
  font-size: clamp(2.2rem, 3.1vw, 2.75rem);
  line-height: 1.04;
}

.home .story-card--compact .story-card__title {
  font-size: clamp(1.1rem, 1.45vw, 1.45rem);
  line-height: 1.08;
}

.home .section-heading__title {
  font-size: clamp(1.9rem, 2.6vw, 2.4rem);
  line-height: 1;
}

@media (max-width: 767px) {
  .home .story-card--lead .story-card__title {
    font-size: clamp(1.8rem, 8vw, 2.25rem);
    line-height: 1.05;
  }

  .home .story-card--compact .story-card__title {
    font-size: clamp(1.05rem, 5vw, 1.3rem);
    line-height: 1.1;
  }

  .home .section-heading__title {
    font-size: clamp(1.65rem, 8vw, 2rem);
    line-height: 1.02;
  }
}
