/*
 * Editorial hub v103.
 * Compact premium magazine layout for page category listings.
 */

.nsv103-editorial,
.nsv103-editorial * {
	box-sizing: border-box;
}

.nsv103-editorial {
	min-height: 100vh;
	overflow-x: clip;
	background:
		radial-gradient(circle at 8% 0, rgba(8, 127, 128, .065), transparent 30rem),
		linear-gradient(180deg, #f8f5ef 0%, #fbfaf7 52%, #f2f7f5 100%);
	color: #17383d;
}

.nsv103-editorial .nsv-container {
	width: min(100%, 1240px) !important;
	max-width: 100% !important;
	margin-inline: auto !important;
	padding-inline: clamp(16px, 3vw, 28px) !important;
}

.nsv103-editorial-hero {
	padding: clamp(22px, 4vw, 42px) 0 0;
}

.nsv103-editorial-hero__panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: clamp(24px, 5vw, 64px);
	overflow: hidden;
	border: 1px solid rgba(7, 95, 103, .13);
	border-radius: 28px;
	background:
		radial-gradient(circle at 88% 10%, rgba(225, 170, 62, .24), transparent 20rem),
		linear-gradient(135deg, #064f57 0%, #087f80 58%, #0a6c70 100%);
	padding: clamp(28px, 5vw, 52px);
	box-shadow: 0 24px 64px rgba(16, 47, 52, .17);
}

.nsv103-editorial-hero__panel::after {
	position: absolute;
	top: -150px;
	right: -100px;
	width: 340px;
	height: 340px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 76px;
	content: "";
	transform: rotate(28deg);
}

.nsv103-editorial-hero__copy,
.nsv103-editorial-hero__meta {
	position: relative;
	z-index: 1;
}

.nsv103-editorial-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, .65);
	font-size: 10px;
	font-weight: 750;
}

.nsv103-editorial-breadcrumbs a {
	color: inherit !important;
	text-decoration: none !important;
}

.nsv103-editorial-eyebrow {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 999px;
	background: rgba(255, 255, 255, .09);
	padding: 0 12px;
	color: #f1d37c;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.nsv103-editorial-hero h1 {
	max-width: 760px;
	margin: 17px 0 0;
	color: #fff;
	font-family: var(--nsv-font-heading, Georgia, serif);
	font-size: clamp(39px, 5vw, 64px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1;
}

.nsv103-editorial-hero__copy > p {
	max-width: 690px;
	margin: 15px 0 0;
	color: rgba(255, 255, 255, .76);
	font-size: 14px;
	line-height: 1.65;
}

.nsv103-editorial-hero__meta {
	display: flex;
	min-width: 176px;
	align-items: center;
	gap: 14px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 20px;
	background: rgba(255, 255, 255, .1);
	padding: 17px 19px;
	color: #fff;
	backdrop-filter: blur(12px);
}

.nsv103-editorial-hero__meta i {
	color: #f1d37c;
	font-size: 20px;
}

.nsv103-editorial-hero__meta strong,
.nsv103-editorial-hero__meta span {
	display: block;
}

.nsv103-editorial-hero__meta strong {
	font-family: var(--nsv-font-heading, Georgia, serif);
	font-size: 31px;
	line-height: .9;
}

.nsv103-editorial-hero__meta span {
	margin-top: 4px;
	color: rgba(255, 255, 255, .68);
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
}

.nsv103-editorial-tools {
	padding: 14px 0 0;
}

.nsv103-editorial-tools__bar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 12px;
	border: 1px solid #dce6e3;
	border-radius: 18px;
	background: rgba(255, 255, 255, .94);
	padding: 13px;
	box-shadow: 0 14px 38px rgba(24, 58, 59, .075);
}

.nsv103-editorial-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 10px;
}

.nsv103-editorial-search label {
	display: grid;
	gap: 6px;
}

.nsv103-editorial-search label > span {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #526d70;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.nsv103-editorial-search input {
	width: 100%;
	height: 44px;
	border: 1px solid #dce5e2;
	border-radius: 11px;
	background: #f8faf9;
	padding: 0 13px;
	color: #26484c;
	font: inherit;
	font-size: 11px;
	outline: 0;
}

.nsv103-editorial-search input:focus {
	border-color: rgba(8, 127, 128, .55);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(8, 127, 128, .09);
}

.nsv103-editorial-search button,
.nsv103-editorial-create,
.nsv103-story-card__read {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	text-decoration: none !important;
	cursor: pointer;
}

.nsv103-editorial-search button {
	min-width: 118px;
	height: 44px;
	border-radius: 11px;
	background: #075f67;
	padding: 0 17px;
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	box-shadow: inset 0 -3px 0 rgba(0, 45, 49, .23), 0 9px 20px rgba(7, 95, 103, .16);
}

.nsv103-editorial-tools__links {
	display: flex;
	align-items: center;
	gap: 8px;
}

.nsv103-editorial-tools__links a {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	gap: 7px;
	border-radius: 10px;
	padding: 0 11px;
	color: #668083 !important;
	font-size: 9px;
	font-weight: 800;
	text-decoration: none !important;
}

.nsv103-editorial-tools__links a:hover {
	background: #edf6f3;
	color: #075f67 !important;
}

.nsv103-editorial-main {
	padding: 30px 0 78px;
}

.nsv103-editorial-categories {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	margin-bottom: 22px;
	padding-bottom: 3px;
	scrollbar-width: thin;
}

.nsv103-editorial-category {
	display: inline-flex;
	min-height: 38px;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	border: 1px solid #dce7e3;
	border-radius: 999px;
	background: rgba(255, 255, 255, .84);
	padding: 0 13px;
	color: #526d70 !important;
	font-size: 9px;
	font-weight: 850;
	text-decoration: none !important;
}

.nsv103-editorial-category span {
	color: #879597;
	font-size: 8px;
}

.nsv103-editorial-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 18px;
}

.nsv103-editorial-heading span {
	color: #087f80;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.nsv103-editorial-heading h2 {
	margin: 6px 0 0;
	color: #17383d;
	font-family: var(--nsv-font-heading, Georgia, serif);
	font-size: clamp(31px, 4vw, 45px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.03;
}

.nsv103-editorial-heading p {
	max-width: 430px;
	margin: 0;
	color: #718386;
	font-size: 11px;
	line-height: 1.55;
}

.nsv103-story-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 18px;
}

.nsv103-story-grid > :only-child {
	width: min(100%, 560px);
}

.nsv103-story-card {
	display: grid;
	min-width: 0;
	grid-template-rows: auto minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid rgba(18, 58, 61, .11);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(16, 47, 52, .085);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.nsv103-story-card:hover {
	border-color: rgba(7, 95, 103, .25);
	box-shadow: 0 24px 56px rgba(16, 47, 52, .13);
	transform: translateY(-3px);
}

.nsv103-story-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #075f67;
}

.nsv103-story-card__media > a {
	position: absolute;
	inset: 0;
	text-decoration: none !important;
}

.nsv103-story-card__category,
.nsv103-story-card__date {
	position: absolute;
	z-index: 3;
	top: 12px;
	display: inline-flex;
	min-height: 29px;
	align-items: center;
	gap: 6px;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 999px;
	background: rgba(255, 255, 255, .93);
	padding: 0 9px;
	color: #075f67 !important;
	font-size: 8px;
	font-weight: 900;
	text-decoration: none !important;
	box-shadow: 0 8px 20px rgba(3, 61, 65, .14);
}

.nsv103-story-card__category {
	left: 12px;
}

.nsv103-story-card__date {
	right: 12px;
	color: #647c7f !important;
}

.nsv103-story-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 18px;
}

.nsv103-story-card__source {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #7d8f91;
	font-size: 9px;
	font-weight: 800;
}

.nsv103-story-card h2 {
	margin: 12px 0 0;
	font-family: var(--nsv-font-heading, Georgia, serif);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -.03em;
	line-height: 1.08;
}

.nsv103-story-card h2 a {
	display: -webkit-box;
	overflow: hidden;
	color: #17383d !important;
	text-decoration: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nsv103-story-card__excerpt {
	display: -webkit-box;
	flex: 1 1 auto;
	overflow: hidden;
	margin-top: 11px;
	color: #718386;
	font-size: 11px;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.nsv103-story-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 18px;
	border-top: 1px solid #e6edeb;
	padding-top: 14px;
}

.nsv103-story-card__stats {
	color: #879597;
	font-size: 9px;
}

.nsv103-story-card__read {
	min-height: 40px;
	border-radius: 11px;
	background: #075f67;
	padding: 0 13px;
	color: #fff !important;
	font-size: 9px;
	font-weight: 900;
	box-shadow: inset 0 -3px 0 rgba(0, 45, 49, .23), 0 9px 20px rgba(7, 95, 103, .14);
}

.nsv103-editorial-empty {
	border: 1px dashed #cddbd7;
	border-radius: 22px;
	background: rgba(255, 255, 255, .72);
	padding: 52px 24px;
	text-align: center;
}

.nsv103-editorial-empty i {
	color: #087f80;
	font-size: 28px;
}

.nsv103-editorial-empty h2 {
	margin: 14px 0 0;
	font-family: var(--nsv-font-heading, Georgia, serif);
	font-size: 30px;
}

.nsv103-editorial-empty p {
	max-width: 540px;
	margin: 10px auto 0;
	color: #718386;
	font-size: 12px;
	line-height: 1.6;
}

.nsv103-editorial-create {
	min-height: 42px;
	margin-top: 18px;
	border-radius: 12px;
	background: #ef6a50;
	padding: 0 15px;
	color: #fff !important;
	font-size: 9px;
	font-weight: 900;
	box-shadow: inset 0 -3px 0 rgba(110, 35, 22, .2), 0 10px 22px rgba(239, 106, 80, .2);
}

@media (max-width: 980px) {
	.nsv103-story-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.nsv103-editorial-hero__panel {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
		border-radius: 23px;
	}

	.nsv103-editorial-hero__meta {
		width: fit-content;
		min-width: 0;
	}

	.nsv103-editorial-tools__bar,
	.nsv103-editorial-search {
		grid-template-columns: minmax(0, 1fr);
	}

	.nsv103-editorial-search button {
		width: 100%;
	}

	.nsv103-editorial-tools__links {
		display: none;
	}

	.nsv103-editorial-heading {
		align-items: start;
		flex-direction: column;
		gap: 9px;
	}

	.nsv103-editorial-heading p {
		max-width: 620px;
	}
}

@media (max-width: 620px) {
	.nsv103-editorial-hero {
		padding-top: 14px;
	}

	.nsv103-editorial-hero__panel {
		gap: 19px;
		padding: 24px 19px;
	}

	.nsv103-editorial-breadcrumbs {
		margin-bottom: 13px;
		font-size: 9px;
	}

	.nsv103-editorial-eyebrow {
		min-height: 27px;
		font-size: 8px;
	}

	.nsv103-editorial-hero h1 {
		margin-top: 13px;
		font-size: 38px;
	}

	.nsv103-editorial-hero__copy > p {
		margin-top: 11px;
		font-size: 12px;
		line-height: 1.55;
	}

	.nsv103-editorial-hero__meta {
		padding: 12px 14px;
	}

	.nsv103-editorial-hero__meta strong {
		font-size: 25px;
	}

	.nsv103-editorial-tools {
		padding-top: 10px;
	}

	.nsv103-editorial-main {
		padding-top: 24px;
	}

	.nsv103-story-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 15px;
	}

	.nsv103-story-grid > :only-child {
		width: 100%;
	}

	.nsv103-story-card {
		border-radius: 19px;
	}

	.nsv103-story-card h2 {
		font-size: 22px;
	}
}
