/* Archive — Notícias */

.vcomint-news-archive {
	width: min(1280px, calc(100vw - 32px));
	margin: 0 auto;
	padding: clamp(72px, 9vw, 124px) 0 64px;
	color: var(--off-white, #f7f2ff);
}

.vcomint-news-archive * {
	box-sizing: border-box;
}

.vcomint-news-hero {
	max-width: 900px;
	margin-bottom: 42px;
}

.vcomint-news-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 16px;
	color: rgba(255,255,255,0.34);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.vcomint-news-eyebrow::before {
	content: "";
	width: 28px;
	height: 1px;
	background: rgba(255,255,255,0.22);
}

.vcomint-news-hero h1 {
	margin: 0;
	color: var(--off-white, #f7f2ff);
	font-family: var(--font-display, Georgia, serif);
	font-size: clamp(3.4rem, 7.8vw, 6.8rem);
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: -0.055em;
}

.vcomint-news-hero h1 em {
	display: inline-block;
	color: var(--gold-light, #f4c430);
	font-style: italic;
}

.vcomint-news-hero > p {
	max-width: 820px;
	margin: 24px 0 30px;
	color: rgba(255,255,255,0.68);
	font-size: 1.05rem;
	line-height: 1.85;
}

.vcomint-news-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 190px 140px;
	width: min(100%, 780px);
	min-height: 58px;
	background: rgba(255,255,255,0.055);
	border: 1px solid rgba(255,255,255,0.08);
}

.vcomint-news-search input,
.vcomint-news-search select {
	width: 100%;
	min-width: 0;
	border: 0;
	border-right: 1px solid rgba(255,255,255,0.08);
	background: transparent;
	color: var(--off-white, #f7f2ff);
	font-size: 0.95rem;
	padding: 0 16px;
	outline: none;
	color-scheme: dark;
}

.vcomint-news-search input::placeholder {
	color: rgba(255,255,255,0.35);
}

.vcomint-news-search option {
	background: var(--purple-deep, #180727);
	color: var(--off-white, #f7f2ff);
}

.vcomint-news-search button {
	border: 0;
	background: var(--teal, #2da3a3);
	color: var(--purple-deep, #180727);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	cursor: pointer;
}

.vcomint-news-search button:hover {
	background: var(--teal-light, #35bfba);
}

.vcomint-news-date-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 0;
	margin-bottom: 28px;
	border-top: 1px solid rgba(255,255,255,0.16);
	border-bottom: 1px solid rgba(255,255,255,0.16);
	color: rgba(255,255,255,0.62);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.vcomint-news-featured {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
	gap: 24px;
	margin-bottom: 48px;
}

.vcomint-news-featured__main {
	display: grid;
	grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr);
	gap: 24px;
	min-width: 0;
	color: var(--off-white, #f7f2ff);
	text-decoration: none;
}

.vcomint-news-featured__main figure {
	margin: 0;
	background: rgba(255,255,255,0.04);
	overflow: hidden;
}

.vcomint-news-featured__main img {
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	display: block;
	transition: transform 0.24s ease, opacity 0.24s ease;
}

.vcomint-news-featured__main:hover img {
	transform: scale(1.025);
	opacity: 0.92;
}

.vcomint-news-featured__main h2 {
	margin: 0 0 16px;
	color: var(--off-white, #f7f2ff);
	font-family: var(--font-display, Georgia, serif);
	font-size: clamp(2.6rem, 5vw, 5.4rem);
	font-weight: 900;
	line-height: 0.94;
	letter-spacing: -0.055em;
}

.vcomint-news-featured__excerpt {
	margin: 0;
	color: rgba(255,255,255,0.68);
	font-size: 1.05rem;
	line-height: 1.75;
}

.vcomint-news-featured__side {
	display: grid;
	gap: 0;
	border-left: 1px solid rgba(255,255,255,0.16);
}

.vcomint-news-featured__side a {
	display: block;
	padding: 0 0 22px 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid rgba(255,255,255,0.14);
	color: var(--off-white, #f7f2ff);
	text-decoration: none;
}

.vcomint-news-featured__side h3 {
	margin: 0;
	color: var(--off-white, #f7f2ff);
	font-family: var(--font-display, Georgia, serif);
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.vcomint-news-meta {
	margin: 0 0 12px;
	color: var(--teal-light, #35bfba);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.vcomint-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 36px 24px;
	margin-top: 36px;
}

.vcomint-news-card[hidden] {
	display: none !important;
}

.vcomint-news-card {
	min-width: 0;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255,255,255,0.16);
}

.vcomint-news-card a {
	display: block;
	color: var(--off-white, #f7f2ff);
	text-decoration: none;
}

.vcomint-news-card__image {
	margin: 0 0 16px;
	overflow: hidden;
	background: rgba(255,255,255,0.04);
}

.vcomint-news-card__image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	display: block;
	object-fit: cover;
	transition: transform 0.24s ease, opacity 0.24s ease;
}

.vcomint-news-card:hover .vcomint-news-card__image img {
	transform: scale(1.025);
	opacity: 0.92;
}

.vcomint-news-card h2 {
	margin: 0 0 12px;
	color: var(--off-white, #f7f2ff);
	font-family: var(--font-display, Georgia, serif);
	font-size: clamp(1.55rem, 2.6vw, 2.35rem);
	font-weight: 900;
	line-height: 1.06;
	letter-spacing: -0.04em;
}

.vcomint-news-card__excerpt {
	margin: 0;
	color: rgba(255,255,255,0.64);
	font-size: 1rem;
	line-height: 1.72;
}

.vcomint-news-empty {
	margin: 24px 0;
	padding: 20px;
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.04);
	color: rgba(255,255,255,0.75);
	line-height: 1.7;
}

.vcomint-news-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 56px 0 16px;
}

.vcomint-news-pagination .page-numbers {
	min-width: 48px;
	height: 48px;
	display: inline-grid;
	place-items: center;
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.035);
	color: rgba(255,255,255,0.8);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-weight: 800;
	text-decoration: none;
}

.vcomint-news-pagination .page-numbers.current,
.vcomint-news-pagination .page-numbers:hover {
	border-color: rgba(43,189,189,0.55);
	background: rgba(43,189,189,0.1);
	color: var(--teal-light, #35bfba);
}

@media (max-width: 1120px) {
	.vcomint-news-featured {
		grid-template-columns: 1fr;
	}

	.vcomint-news-featured__main {
		grid-template-columns: 1fr;
	}

	.vcomint-news-featured__side {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		display: grid;
		gap: 16px;
		border-left: 0;
	}

	.vcomint-news-featured__side a {
		padding: 0 0 16px;
		margin: 0;
	}
}

@media (max-width: 920px) {
	.vcomint-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vcomint-news-featured__side {
		grid-template-columns: 1fr;
	}

	.vcomint-news-search {
		grid-template-columns: 1fr;
	}

	.vcomint-news-search input,
	.vcomint-news-search select,
	.vcomint-news-search button {
		min-height: 56px;
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,0.08);
	}
}

@media (max-width: 720px) {
	.vcomint-news-archive {
		width: min(100% - 24px, 1280px);
		padding-top: 56px;
	}

	.vcomint-news-hero h1 {
		font-size: clamp(3.1rem, 16vw, 5rem);
	}

	.vcomint-news-date-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.vcomint-news-grid {
		grid-template-columns: 1fr;
	}
}
/* =========================================================
   ARCHIVE — NOTÍCIAS | Redução de fontes
   ========================================================= */

.vcomint-news-hero h1 {
	font-size: clamp(1.9rem, 3.9vw, 3.4rem) !important;
	line-height: 1.02 !important;
	letter-spacing: -0.035em !important;
}

.vcomint-news-hero > p {
	font-size: 0.86rem !important;
	line-height: 1.65 !important;
}

.vcomint-news-eyebrow,
.vcomint-news-date-row,
.vcomint-news-meta {
	font-size: 0.56rem !important;
	letter-spacing: 0.14em !important;
}

.vcomint-news-featured__main h2 {
	font-size: clamp(1.45rem, 2.6vw, 2.9rem) !important;
	line-height: 1.02 !important;
	letter-spacing: -0.035em !important;
}

.vcomint-news-featured__excerpt {
	font-size: 0.82rem !important;
	line-height: 1.6 !important;
}

.vcomint-news-featured__side h3 {
	font-size: clamp(0.95rem, 1.45vw, 1.25rem) !important;
	line-height: 1.16 !important;
	letter-spacing: -0.02em !important;
}

.vcomint-news-card h2 {
	font-size: clamp(0.95rem, 1.55vw, 1.25rem) !important;
	line-height: 1.16 !important;
	letter-spacing: -0.02em !important;
}

.vcomint-news-card__excerpt {
	font-size: 0.8rem !important;
	line-height: 1.58 !important;
}

.vcomint-news-search input,
.vcomint-news-search select {
	font-size: 0.82rem !important;
}

.vcomint-news-search button {
	font-size: 0.62rem !important;
	letter-spacing: 0.12em !important;
}

.vcomint-news-pagination .page-numbers {
	font-size: 0.75rem !important;
}