/**
 * Bioestetic News archive.
 * All selectors are scoped to the native News page wrapper.
 */

.bio-news-page {
	--bio-news-navy: #0b2239;
	--bio-news-blue: #123b63;
	--bio-news-cyan: #2fa7c9;
	--bio-news-teal: #35b8a6;
	--bio-news-light: #f5f8fa;
	--bio-news-border: #dde5ea;
	--bio-news-text: #1f2933;
	--bio-news-muted: #66727a;
	--bio-news-white: #fff;
	background: var(--bio-news-white);
	color: var(--bio-news-text);
	overflow-x: clip;
}

.bio-news-page *,
.bio-news-page *::before,
.bio-news-page *::after {
	box-sizing: border-box;
}

.bio-news-page a {
	color: inherit;
	text-decoration: none;
}

.bio-news-page a:focus-visible {
	outline: 3px solid var(--bio-news-cyan);
	outline-offset: 4px;
}

.bio-news-page .bio-news-shell {
	width: min(1180px, calc(100% - 64px));
	margin-inline: auto;
}

.bio-news-page .bio-news-header {
	padding: clamp(76px, 8vw, 124px) 0 clamp(54px, 6vw, 88px);
	background:
		linear-gradient(90deg, var(--bio-news-border) 1px, transparent 1px) 0 100% / 100% 1px no-repeat,
		var(--bio-news-light);
}

.bio-news-page .bio-news-eyebrow {
	margin: 0 0 22px;
	color: var(--bio-news-cyan);
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.4;
}

.bio-news-page .bio-news-header__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
	gap: clamp(40px, 7vw, 108px);
	align-items: end;
}

.bio-news-page .bio-news-header h1 {
	max-width: 820px;
	margin: 0;
	color: var(--bio-news-navy);
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(42px, 5.25vw, 72px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.08;
}

.bio-news-page .bio-news-header__lead {
	padding-left: 24px;
	border-left: 3px solid var(--bio-news-teal);
}

.bio-news-page .bio-news-header__lead p {
	margin: 0;
	color: var(--bio-news-muted);
	font-size: 17px;
	line-height: 1.75;
}

.bio-news-page .bio-news-taxonomy {
	border-bottom: 1px solid var(--bio-news-border);
	background: var(--bio-news-white);
}

.bio-news-page .bio-news-taxonomy__scroller {
	display: flex;
	gap: 10px;
	align-items: center;
	overflow-x: auto;
	padding-block: 18px;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.bio-news-page .bio-news-taxonomy__item {
	flex: 0 0 auto;
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border: 1px solid var(--bio-news-border);
	border-radius: 3px;
	color: var(--bio-news-blue);
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.bio-news-page .bio-news-taxonomy__item:hover,
.bio-news-page .bio-news-taxonomy__item.is-active {
	border-color: var(--bio-news-blue);
	background: var(--bio-news-blue);
	color: var(--bio-news-white);
}

.bio-news-page .bio-news-taxonomy__item.is-disabled {
	border-style: dashed;
	color: var(--bio-news-muted);
	cursor: default;
	opacity: .72;
}

.bio-news-page .bio-news-content {
	padding: clamp(64px, 8vw, 112px) 0 clamp(76px, 9vw, 128px);
}

.bio-news-page .bio-news-featured {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
	gap: clamp(36px, 5vw, 76px);
	align-items: center;
	margin: 0 0 clamp(72px, 8vw, 112px);
	padding-bottom: clamp(60px, 7vw, 92px);
	border-bottom: 1px solid var(--bio-news-border);
}

.bio-news-page .bio-news-featured__media,
.bio-news-page .bio-news-card__media {
	display: block;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: var(--bio-news-light);
}

.bio-news-page .bio-news-media__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bio-news-page .bio-news-media__placeholder {
	padding: 8%;
	object-fit: contain;
}

.bio-news-page .bio-news-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	align-items: center;
	margin-bottom: 18px;
	color: var(--bio-news-muted);
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1.5;
	text-transform: uppercase;
}

.bio-news-page .bio-news-meta a {
	color: var(--bio-news-cyan);
}

.bio-news-page .bio-news-meta time::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 1px;
	margin-right: 12px;
	vertical-align: middle;
	background: var(--bio-news-border);
}

.bio-news-page .bio-news-featured h2,
.bio-news-page .bio-news-card h3,
.bio-news-page .bio-news-empty h2 {
	color: var(--bio-news-navy);
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 600;
	letter-spacing: 0;
}

.bio-news-page .bio-news-featured h2 {
	margin: 0 0 20px;
	font-size: clamp(31px, 3.1vw, 46px);
	line-height: 1.16;
}

.bio-news-page .bio-news-featured__copy > p,
.bio-news-page .bio-news-card__copy > p,
.bio-news-page .bio-news-empty p {
	color: var(--bio-news-muted);
	line-height: 1.75;
}

.bio-news-page .bio-news-featured__copy > p {
	margin: 0 0 27px;
	font-size: 16px;
}

.bio-news-page .bio-news-read-link {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	color: var(--bio-news-blue);
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.bio-news-page .bio-news-read-link:hover {
	color: var(--bio-news-teal);
}

.bio-news-page .bio-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 58px 28px;
}

.bio-news-page .bio-news-card {
	min-width: 0;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0 0 30px;
	border-bottom: 1px solid var(--bio-news-border);
}

.bio-news-page .bio-news-card__media {
	margin-bottom: 25px;
}

.bio-news-page .bio-news-card__copy {
	min-width: 0;
	display: flex;
	flex: 1;
	flex-direction: column;
}

.bio-news-page .bio-news-card h3 {
	margin: 0 0 14px;
	font-size: clamp(21px, 2vw, 27px);
	line-height: 1.28;
}

.bio-news-page .bio-news-card__copy > p {
	margin: 0 0 23px;
	font-size: 15px;
}

.bio-news-page .bio-news-card .bio-news-read-link {
	margin-top: auto;
}

.bio-news-page .bio-news-empty {
	max-width: 760px;
	padding: clamp(42px, 6vw, 72px) 0;
	border-block: 1px solid var(--bio-news-border);
}

.bio-news-page .bio-news-empty h2 {
	margin: 0 0 18px;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.2;
}

.bio-news-page .bio-news-empty p {
	margin: 0;
	font-size: 17px;
}

.bio-news-page .navigation.pagination {
	margin: 68px 0 0;
}

.bio-news-page .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.bio-news-page .page-numbers {
	min-width: 44px;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 14px;
	border: 1px solid var(--bio-news-border);
	border-radius: 3px;
	color: var(--bio-news-blue);
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 600;
}

.bio-news-page .page-numbers.current,
.bio-news-page a.page-numbers:hover {
	border-color: var(--bio-news-blue);
	background: var(--bio-news-blue);
	color: var(--bio-news-white);
}

@media (max-width: 1024px) {
	.bio-news-page .bio-news-header__grid,
	.bio-news-page .bio-news-featured {
		grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
		gap: 40px;
	}

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

@media (max-width: 781px) {
	.bio-news-page .bio-news-shell {
		width: min(100% - 40px, 680px);
	}

	.bio-news-page .bio-news-header {
		padding: 60px 0 50px;
	}

	.bio-news-page .bio-news-header__grid,
	.bio-news-page .bio-news-featured {
		grid-template-columns: minmax(0, 1fr);
	}

	.bio-news-page .bio-news-header__grid {
		gap: 28px;
	}

	.bio-news-page .bio-news-header h1 {
		font-size: clamp(38px, 10vw, 54px);
	}

	.bio-news-page .bio-news-header__lead {
		max-width: 620px;
	}

	.bio-news-page .bio-news-featured {
		gap: 30px;
	}
}

@media (max-width: 560px) {
	.bio-news-page .bio-news-shell {
		width: min(100% - 32px, 520px);
	}

	.bio-news-page .bio-news-taxonomy__scroller {
		margin-inline: 0;
		padding-block: 14px;
	}

	.bio-news-page .bio-news-content {
		padding: 56px 0 76px;
	}

	.bio-news-page .bio-news-featured {
		margin-bottom: 58px;
		padding-bottom: 52px;
	}

	.bio-news-page .bio-news-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 44px;
	}

	.bio-news-page .bio-news-featured h2 {
		font-size: clamp(28px, 8vw, 38px);
	}

	.bio-news-page .bio-news-meta time::before {
		width: 14px;
		margin-right: 8px;
	}

	.bio-news-page .navigation.pagination {
		margin-top: 52px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bio-news-page *,
	.bio-news-page *::before,
	.bio-news-page *::after {
		scroll-behavior: auto !important;
	}
}
