/* NSV_PAGE_ARTICLE_V82_START
   Premium editorial page for Cotonti Page module. */

.nsv82-article-page {
	--nsv82-ink: #17373c;
	--nsv82-muted: #6f8184;
	--nsv82-line: #dfe7e4;
	--nsv82-paper: #fffdfa;
	--nsv82-wine: #963e59;
	--nsv82-wine-deep: #64283d;
	--nsv82-gold: #d5a436;
	--nsv82-teal: #087f80;
	min-height: 100vh;
	padding: 22px 0 76px;
	background:
		radial-gradient(circle at 3% 0, rgba(151, 62, 88, .075), transparent 32rem),
		radial-gradient(circle at 96% 12%, rgba(8, 127, 128, .065), transparent 30rem),
		linear-gradient(180deg, #faf6ef 0%, #fffdfa 42%, #f3f7f5 100%);
	color: var(--nsv82-ink);
	font-family: var(--font-body, Inter, Arial, sans-serif);
}

.nsv82-article-page *,
.nsv82-article-page *::before,
.nsv82-article-page *::after {
	box-sizing: border-box;
}

.nsv82-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 16px;
	color: #7a8788;
	font-size: 12px;
	font-weight: 700;
}

.nsv82-breadcrumbs a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: inherit !important;
	text-decoration: none !important;
}

.nsv82-breadcrumbs a:hover {
	color: var(--nsv82-wine) !important;
}

.nsv82-breadcrumbs > i {
	font-size: 8px;
	color: #aeb9b7;
}

.nsv82-article-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 24px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 30px;
	background:
		radial-gradient(circle at 90% 2%, rgba(238, 195, 92, .25), transparent 29%),
		linear-gradient(135deg, #552235 0%, #86354f 54%, #b24a66 100%);
	padding: clamp(34px, 5vw, 62px);
	box-shadow: 0 28px 72px rgba(89, 35, 53, .2);
}

.nsv82-article-hero::before,
.nsv82-article-hero::after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.nsv82-article-hero::before {
	width: 420px;
	height: 420px;
	top: -290px;
	right: -115px;
}

.nsv82-article-hero::after {
	width: 520px;
	height: 210px;
	bottom: -170px;
	left: 16%;
	transform: rotate(-7deg);
}

.nsv82-article-hero__copy,
.nsv82-hero-actions {
	position: relative;
	z-index: 1;
}

.nsv82-category {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 999px;
	background: rgba(255, 255, 255, .1);
	padding: 0 13px;
	color: #f2d477 !important;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .065em;
	text-decoration: none !important;
	text-transform: uppercase;
	backdrop-filter: blur(9px);
}

.nsv82-article-hero h1 {
	max-width: 980px;
	margin: 22px 0 0;
	color: #fff;
	font-family: var(--font-heading, Georgia, serif);
	font-size: clamp(42px, 5.8vw, 76px);
	font-weight: 800;
	letter-spacing: -.052em;
	line-height: .98;
	text-wrap: balance;
}

.nsv82-lead {
	max-width: 830px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, .78);
	font-size: clamp(15px, 1.45vw, 18px);
	line-height: 1.72;
}

.nsv82-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 28px;
}

.nsv82-meta span {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 11px;
	background: rgba(255, 255, 255, .075);
	padding: 0 12px;
	color: rgba(255, 255, 255, .82);
	font-size: 11px;
	font-weight: 750;
	backdrop-filter: blur(8px);
}

.nsv82-meta i {
	color: #efd273;
}

.nsv82-hero-actions {
	display: flex;
	gap: 9px;
}

.nsv82-icon-button {
	display: inline-flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 14px;
	background: rgba(255, 255, 255, .1);
	color: #fff !important;
	font-size: 15px;
	text-decoration: none !important;
	cursor: pointer;
	backdrop-filter: blur(9px);
	transition: transform .18s ease, background .18s ease;
}

.nsv82-icon-button:hover {
	background: rgba(255, 255, 255, .18);
	transform: translateY(-2px);
}

.nsv82-cover {
	position: relative;
	overflow: hidden;
	margin: 18px 0 0;
	border: 1px solid rgba(218, 225, 221, .9);
	border-radius: 26px;
	background: #e5ece9;
	box-shadow: 0 24px 64px rgba(36, 66, 64, .14);
}

.nsv82-cover img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 720px;
	aspect-ratio: 16 / 9;
	border: 0 !important;
	object-fit: cover;
	object-position: center;
}

.nsv82-cover figcaption {
	position: absolute;
	right: 16px;
	bottom: 16px;
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 10px;
	background: rgba(20, 42, 45, .74);
	padding: 0 12px;
	color: #fff;
	font-size: 10px;
	font-weight: 750;
	backdrop-filter: blur(10px);
}

.nsv82-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	align-items: start;
	gap: 22px;
	margin-top: 22px;
}

.nsv82-main-column {
	min-width: 0;
}

.nsv82-content-card,
.nsv82-comments,
.nsv82-author-card,
.nsv82-info-card,
.nsv82-admin-card {
	border: 1px solid var(--nsv82-line);
	border-radius: 22px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 15px 40px rgba(38, 68, 65, .07);
}

.nsv82-content-card {
	overflow: hidden;
	padding: clamp(25px, 4vw, 52px);
}

.nsv82-article-content {
	color: #304c50;
	font-size: 17px;
	line-height: 1.82;
	overflow-wrap: anywhere;
}

.nsv82-article-content > :first-child {
	margin-top: 0 !important;
}

.nsv82-article-content > :last-child {
	margin-bottom: 0 !important;
}

.nsv82-article-content p,
.nsv82-article-content ul,
.nsv82-article-content ol,
.nsv82-article-content blockquote,
.nsv82-article-content table,
.nsv82-article-content figure {
	margin: 0 0 1.35em;
}

.nsv82-article-content h2,
.nsv82-article-content h3,
.nsv82-article-content h4 {
	color: var(--nsv82-ink);
	font-family: var(--font-heading, Georgia, serif);
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.13;
}

.nsv82-article-content h2 {
	margin: 1.6em 0 .65em;
	font-size: clamp(29px, 3vw, 42px);
}

.nsv82-article-content h3 {
	margin: 1.45em 0 .6em;
	font-size: clamp(23px, 2.3vw, 31px);
}

.nsv82-article-content h4 {
	margin: 1.3em 0 .55em;
	font-size: 20px;
}

.nsv82-article-content a {
	color: var(--nsv82-wine) !important;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.nsv82-article-content strong {
	color: #1c3d42;
}

.nsv82-article-content ul,
.nsv82-article-content ol {
	padding-left: 1.4em;
}

.nsv82-article-content li + li {
	margin-top: .48em;
}

.nsv82-article-content blockquote {
	position: relative;
	border: 0;
	border-left: 4px solid var(--nsv82-gold);
	border-radius: 0 16px 16px 0;
	background: #fbf5e7;
	padding: 20px 22px;
	color: #5e543b;
	font-family: var(--font-heading, Georgia, serif);
	font-size: 20px;
	font-style: italic;
	line-height: 1.55;
}

.nsv82-article-content img {
	display: block;
	max-width: 100% !important;
	height: auto !important;
	margin: 24px auto;
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(34, 59, 58, .12);
}

.nsv82-article-content iframe,
.nsv82-article-content video {
	max-width: 100%;
	border-radius: 16px;
}

.nsv82-article-content table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid var(--nsv82-line);
	border-radius: 14px;
	font-size: 14px;
}

.nsv82-article-content th,
.nsv82-article-content td {
	border-bottom: 1px solid var(--nsv82-line);
	padding: 12px 14px;
	text-align: left;
}

.nsv82-article-content th {
	background: #f4f7f5;
	color: #24464a;
}

.nsv82-tags {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 14px;
	margin-top: 36px;
	border-top: 1px solid #e5ebe8;
	padding-top: 24px;
}

.nsv82-tags__title {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	gap: 7px;
	color: #62777a;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.nsv82-tags__list {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.nsv82-tags__list a,
.nsv82-no-tags {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	border: 1px solid #e1e8e5;
	border-radius: 10px;
	background: #f7f9f8;
	padding: 0 11px;
	color: #617679 !important;
	font-size: 11px;
	font-weight: 750;
	text-decoration: none !important;
}

.nsv82-tags__list a:hover {
	border-color: rgba(150, 62, 89, .25);
	background: #fff1f5;
	color: var(--nsv82-wine) !important;
}

.nsv82-article-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 30px calc(clamp(25px, 4vw, 52px) * -1) calc(clamp(25px, 4vw, 52px) * -1);
	background: linear-gradient(135deg, #f8f4eb, #f1f7f4);
	padding: 22px clamp(25px, 4vw, 52px);
}

.nsv82-article-footer span,
.nsv82-article-footer strong {
	display: block;
}

.nsv82-article-footer span {
	color: #7b8989;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.nsv82-article-footer strong {
	margin-top: 4px;
	color: #2c5054;
	font-size: 14px;
}

.nsv82-share-button,
.nsv82-author-link,
.nsv82-back-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border-radius: 11px;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none !important;
}

.nsv82-share-button {
	flex: 0 0 auto;
	border: 1px solid #87344e;
	background: var(--nsv82-wine);
	padding: 0 17px;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(150, 62, 89, .2);
}

.nsv82-sidebar {
	display: grid;
	gap: 14px;
	position: sticky;
	top: 20px;
}

.nsv82-author-card,
.nsv82-info-card,
.nsv82-admin-card {
	padding: 20px;
}

.nsv82-card-label {
	display: block;
	margin-bottom: 16px;
	color: #899696;
	font-size: 9px;
	font-weight: 950;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.nsv82-author-card__head {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
}

.nsv82-author-avatar {
	display: block;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border: 1px solid #dce6e3;
	border-radius: 17px;
	background: #edf5f2;
	text-decoration: none !important;
}

.nsv82-author-avatar img,
.nsv82-author-avatar span {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	object-fit: cover;
}

.nsv82-author-avatar span {
	color: var(--nsv82-teal);
	font-size: 20px;
}

.nsv82-author-card__head small {
	display: block;
	color: #819091;
	font-size: 9px;
	font-weight: 750;
}

.nsv82-author-card h2 {
	margin: 4px 0 0;
	color: var(--nsv82-ink);
	font-family: var(--font-heading, Georgia, serif);
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.1;
}

.nsv82-author-card > p {
	margin: 15px 0 0;
	color: #718386;
	font-size: 11px;
	line-height: 1.65;
}

.nsv82-author-link {
	width: 100%;
	margin-top: 17px;
	border: 1px solid #d7e4e0;
	background: #f3f8f6;
	color: var(--nsv82-teal) !important;
}

.nsv82-author-link:hover {
	border-color: rgba(8, 127, 128, .28);
	background: #eaf5f2;
}

.nsv82-info-card ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nsv82-info-card li {
	display: grid;
	grid-template-columns: 37px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	border: 1px solid #e6ebe9;
	border-radius: 12px;
	background: #fafbf9;
	padding: 10px;
}

.nsv82-info-card li > i {
	display: inline-flex;
	width: 37px;
	height: 37px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #eef5f2;
	color: var(--nsv82-teal);
}

.nsv82-info-card small,
.nsv82-info-card strong {
	display: block;
}

.nsv82-info-card small {
	color: #8b9797;
	font-size: 8px;
	font-weight: 750;
}

.nsv82-info-card strong {
	margin-top: 3px;
	color: #315156;
	font-size: 11px;
}

.nsv82-back-link {
	width: 100%;
	margin-top: 14px;
	border: 1px solid #e3e8e5;
	background: #fff;
	color: #667a7d !important;
}

.nsv82-admin-card {
	border-color: #eadbe0;
	background: #fffafb;
}

.nsv82-admin-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.nsv82-admin-actions a {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 1px solid #eadfe2;
	border-radius: 10px;
	background: #fff;
	color: #785766 !important;
	font-size: 9px;
	font-weight: 850;
	text-decoration: none !important;
}

.nsv82-admin-actions a.is-danger {
	color: #b64545 !important;
}

.nsv82-comments {
	margin-top: 18px;
	padding: clamp(22px, 3vw, 34px);
}

.nsv82-section-title > span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--nsv82-wine);
	font-size: 9px;
	font-weight: 950;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.nsv82-section-title h2 {
	margin: 7px 0 0;
	color: var(--nsv82-ink);
	font-family: var(--font-heading, Georgia, serif);
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 800;
	letter-spacing: -.03em;
}

.nsv82-comments__body {
	margin-top: 22px;
}

.nsv82-comments__body input,
.nsv82-comments__body textarea,
.nsv82-comments__body select {
	max-width: 100% !important;
	border: 1px solid #dce5e2 !important;
	border-radius: 11px !important;
	background: #fbfcfb !important;
	padding: 11px 13px !important;
	box-shadow: none !important;
}

.nsv82-comments__body textarea {
	min-height: 120px;
}

.nsv82-comments__body button,
.nsv82-comments__body input[type="submit"] {
	min-height: 42px;
	border: 0 !important;
	border-radius: 10px !important;
	background: var(--nsv82-wine) !important;
	padding: 0 16px !important;
	color: #fff !important;
	font-weight: 850 !important;
}

.nsv82-toast {
	position: fixed;
	z-index: 120;
	left: 50%;
	bottom: 24px;
	max-width: calc(100vw - 28px);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 12px;
	background: rgba(22, 52, 56, .94);
	padding: 12px 17px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 15px);
	transition: opacity .2s ease, transform .2s ease;
	backdrop-filter: blur(10px);
}

.nsv82-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

@media (max-width: 1040px) {
	.nsv82-layout {
		grid-template-columns: minmax(0, 1fr) 290px;
	}
}

@media (max-width: 860px) {
	.nsv82-article-page {
		padding-top: 16px;
	}

	.nsv82-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.nsv82-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		position: static;
	}

	.nsv82-admin-card {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	.nsv82-article-page {
		padding: 10px 0 48px;
	}

	.nsv82-breadcrumbs {
		gap: 7px;
		margin-bottom: 10px;
		font-size: 10px;
	}

	.nsv82-article-hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
		border-radius: 20px;
		padding: 25px 20px 27px;
		box-shadow: 0 18px 42px rgba(89, 35, 53, .17);
	}

	.nsv82-category {
		min-height: 30px;
		font-size: 8px;
	}

	.nsv82-article-hero h1 {
		margin-top: 16px;
		font-size: clamp(34px, 10.5vw, 48px);
		line-height: 1;
	}

	.nsv82-lead {
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.62;
	}

	.nsv82-meta {
		gap: 7px;
		margin-top: 19px;
	}

	.nsv82-meta span {
		min-height: 34px;
		border-radius: 9px;
		font-size: 9px;
	}

	.nsv82-hero-actions {
		position: absolute;
		top: 20px;
		right: 18px;
	}

	.nsv82-icon-button {
		width: 38px;
		height: 38px;
		border-radius: 11px;
		font-size: 12px;
	}

	.nsv82-hero-actions .nsv82-icon-button:last-child {
		display: none;
	}

	.nsv82-cover {
		margin-top: 11px;
		border-radius: 18px;
	}

	.nsv82-cover img {
		aspect-ratio: 4 / 3;
	}

	.nsv82-cover figcaption {
		right: 9px;
		bottom: 9px;
		left: 9px;
		justify-content: center;
		min-height: 31px;
		font-size: 8px;
		text-align: center;
	}

	.nsv82-layout {
		gap: 12px;
		margin-top: 12px;
	}

	.nsv82-content-card,
	.nsv82-comments,
	.nsv82-author-card,
	.nsv82-info-card,
	.nsv82-admin-card {
		border-radius: 17px;
	}

	.nsv82-content-card {
		padding: 22px 18px;
	}

	.nsv82-article-content {
		font-size: 15px;
		line-height: 1.74;
	}

	.nsv82-article-content h2 {
		font-size: 28px;
	}

	.nsv82-article-content h3 {
		font-size: 23px;
	}

	.nsv82-article-content blockquote {
		padding: 17px 16px;
		font-size: 17px;
	}

	.nsv82-article-content table {
		display: block;
		overflow-x: auto;
	}

	.nsv82-tags {
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
		margin-top: 27px;
		padding-top: 19px;
	}

	.nsv82-article-footer {
		align-items: stretch;
		flex-direction: column;
		margin: 24px -18px -22px;
		padding: 18px;
	}

	.nsv82-share-button {
		width: 100%;
	}

	.nsv82-sidebar {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.nsv82-admin-card {
		grid-column: auto;
	}

	.nsv82-author-card,
	.nsv82-info-card,
	.nsv82-admin-card,
	.nsv82-comments {
		padding: 18px;
	}
}

@media (max-width: 390px) {
	.nsv82-article-hero {
		padding-right: 17px;
		padding-left: 17px;
	}

	.nsv82-article-hero h1 {
		font-size: 33px;
	}

	.nsv82-meta span {
		flex: 1 1 auto;
		justify-content: center;
	}

	.nsv82-admin-actions {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.nsv82-icon-button,
	.nsv82-toast {
		transition: none !important;
	}
}

/* NSV_PAGE_ARTICLE_V82_END */