.nc-disclosure {
	display: flex;
	align-items: center;
	gap: clamp(0.65rem, 1.5vw, 1rem);
	margin: 0 0 1.5rem;
	padding: 0.75rem 1rem;
	border-left: 3px solid currentColor;
	background: color-mix(in srgb, currentColor 6%, transparent);
	font-size: 0.875rem;
	line-height: 1.6;
	opacity: 0.85;
}

.nc-disclosure__label-image {
	display: block;
	flex: 0 0 auto;
	width: clamp(6.5rem, 15vw, 7.75rem);
	height: auto;
}

.nc-disclosure__text {
	min-width: 0;
}

@media (max-width: 420px) {
	.mpc-magazine-release p.nc-disclosure, .nc-magazine-main p.nc-disclosure {
		display: flex;
		align-items: center;
		gap: 0.85rem;
		padding-inline: 0.75rem;
	}

	.nc-disclosure__label-image {
		width: 5.75rem;
	}

}

/* 상품 카드 */
.nc-card {
	display: flex;
	gap: 1rem;
	margin: 1.5rem 0;
	padding: 1rem;
	border: 1px solid color-mix(in srgb, currentColor 15%, transparent);
	border-radius: 8px;
	align-items: flex-start;
}

.nc-card__media {
	flex: 0 0 clamp(88px, 22%, 160px);
}

.nc-card__media img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	display: block;
}

.nc-card__body {
	flex: 1 1 auto;
	min-width: 0;
}

.nc-card__brand {
	margin: 0 0 0.15rem;
	font-size: 0.875rem;
	opacity: 0.7;
}

.nc-card__title {
	margin: 0 0 0.35rem;
	font-size: 1.0625rem;
	line-height: 1.4;
}

.nc-card__verdict {
	margin: 0 0 0.6rem;
	font-size: 0.9375rem;
}

.nc-card__list {
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
}

.nc-card__list-label {
	margin: 0;
	font-weight: 600;
	opacity: 0.75;
}

.nc-card__list ul {
	margin: 0.15rem 0 0;
	padding-left: 1.1rem;
}

.nc-card__price {
	margin: 0.6rem 0 0.75rem;
	font-size: 0.9375rem;
	font-weight: 600;
}

.nc-card__checked {
	font-weight: 400;
	font-size: 0.875rem;
	opacity: 0.6;
}

.nc-card__cta {
	margin: 0;
}

.nc-card__cta a {
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 6px;
	background: var( --wp--preset--color--accent, #1f6feb );
	color: var( --wp--preset--color--base, #ffffff );
	font-size: 0.9375rem;
	font-weight: 600;
	text-decoration: none;
}

.nc-card__cta--off {
	font-size: 0.875rem;
	opacity: 0.6;
}

.nc-card[data-status="ended"] {
	opacity: 0.7;
}

.nc-card__notice {
	margin: 1rem 0;
	padding: 0.6rem 0.8rem;
	border: 1px dashed #b32d2e;
	color: #b32d2e;
	font-size: 0.875rem;
}

@media (max-width: 480px) {
	.nc-card {
		flex-direction: column;
	}

	.nc-card__media {
		flex-basis: auto;
		max-width: 160px;
	}
}

/* 비교표 — 세로축이 상품, 가로축이 항목 (결정 002) */
.nc-compare {
	margin: 1.5rem 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.nc-compare table {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
	font-size: 0.9375rem;
}

.nc-compare th,
.nc-compare td {
	padding: 0.65rem 0.8rem;
	border: 1px solid var( --wp--preset--color--border, #e4e7ec );
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
}

.nc-compare thead th {
	background: var( --wp--preset--color--surface, #f5f6f8 );
	font-size: 0.875rem;
	font-weight: 600;
	white-space: nowrap;
}

/* 첫 열(상품명)은 가로 스크롤 중에도 붙잡아 둔다 */
.nc-compare tbody th {
	position: sticky;
	left: 0;
	z-index: 1;
	min-width: 140px;
	background: var( --wp--preset--color--base, #ffffff );
	font-weight: 600;
}

.nc-compare tbody th::after {
	content: "";
	position: absolute;
	inset-block: 0;
	right: -1px;
	width: 1px;
	background: var( --wp--preset--color--border, #e4e7ec );
}

.nc-compare__note {
	display: block;
	margin-top: 0.2rem;
	color: var( --wp--preset--color--notice, #b45309 );
	font-size: 0.875rem;
	font-weight: 400;
}

.nc-compare__checked {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.875rem;
	opacity: 0.6;
}

.nc-compare ul {
	margin: 0;
	padding-left: 1.05rem;
}

.nc-compare ul li + li {
	margin-top: 0.2rem;
}

/* ================================================================ 섹션 */

.nc-section {
	margin-block: 3rem;
}

.nc-section__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 0.5rem;
	border-top: 2px solid var( --wp--preset--color--contrast, #16181c );
	margin-bottom: 0.75rem;
}

.nc-section__label {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.6;
}

.nc-section__more {
	font-size: 0.875rem;
	text-decoration: none;
	white-space: nowrap;
}

/* 유형 마크 — 이미지 없는 항목에서 시각적 앵커 역할을 한다 */
.nc-mark {
	margin: 0 0 0.35rem;
	color: var( --wp--preset--color--muted, #5b6270 );
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.6;
}

/* ------------------------------------------------------------ lead */

.nc-lead {
	margin-bottom: 0.5rem;
}

.nc-lead__media img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 10px;
	display: block;
	margin-bottom: 0.9rem;
}

/* 이미지가 없는 lead 는 대체물이 아니라 면색 패널이라는 별도 형식이다 */
.nc-lead--text .nc-lead__body {
	padding: 1.5rem;
	border-radius: 10px;
	background: var( --wp--preset--color--surface, #f5f6f8 );
}

.nc-lead__title {
	margin: 0 0 0.5rem;
	font-size: clamp( 1.375rem, 1.1rem + 1.2vw, 1.75rem );
	line-height: 1.35;
	letter-spacing: -0.02em;
}

.nc-lead__title a {
	text-decoration: none;
	color: inherit;
}

.nc-lead__title a:hover {
	text-decoration: underline;
}

.nc-lead__excerpt {
	margin: 0;
	color: var( --wp--preset--color--muted, #5b6270 );
	font-size: 0.9375rem;
	line-height: 1.7;
}

/* ------------------------------------------------------------- row */

.nc-row {
	display: grid;
	grid-template-columns: 128px 1fr;
	gap: 1.25rem;
	align-items: start;
	padding-block: 1.25rem;
	border-bottom: 1px solid var( --wp--preset--color--border, #e4e7ec );
}

.nc-row__media img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}

/* 썸네일이 없으면 같은 슬롯에 유형 마크를 세운다. 슬롯을 비우지 않는다 */
.nc-row__mark {
	padding-top: 0.2rem;
	border-top: 2px solid var( --wp--preset--color--border, #e4e7ec );
}

.nc-row__title {
	margin: 0 0 0.3rem;
	font-size: 1.0625rem;
	line-height: 1.45;
}

.nc-row--text .nc-row__title {
	font-size: 1.1875rem;
}

.nc-row__title a {
	text-decoration: none;
	color: inherit;
}

.nc-row__title a:hover {
	text-decoration: underline;
}

.nc-row__excerpt {
	margin: 0 0 0.35rem;
	color: var( --wp--preset--color--muted, #5b6270 );
	font-size: 0.9375rem;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nc-row__date {
	margin: 0;
	color: var( --wp--preset--color--muted, #5b6270 );
	font-size: 0.875rem;
}

@media ( max-width: 600px ) {
	/*
	 * 좁은 화면에서는 두 형식을 모두 한 열로 접는다.
	 * 한쪽만 접으면 목록의 왼쪽 정렬선이 어긋나 섞인 목록이 흐트러져 보인다.
	 */
	.nc-row {
		grid-template-columns: 1fr;
		gap: 0.5rem;
	}

	.nc-row--thumb .nc-row__media img {
		aspect-ratio: 16 / 9;
	}

	.nc-row--text .nc-row__mark {
		border-top: 0;
		padding-top: 0;
	}

	.nc-lead--text .nc-lead__body {
		padding: 1.25rem;
	}
}

/* ================================================================ 배너 */

.nc-banner {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 12px;
	text-decoration: none;
	color: inherit;
	isolation: isolate;
}

.nc-banner--large {
	aspect-ratio: 21 / 9;
}

.nc-banner--medium {
	aspect-ratio: 16 / 9;
}

.nc-banner__media,
.nc-banner__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 이미지 배너는 하단 그라디언트 위에 글자를 얹는다 */
.nc-banner--image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient( to top, rgba( 0, 0, 0, 0.68 ) 0%, rgba( 0, 0, 0, 0.15 ) 45%, transparent 70% );
	z-index: 1;
}

/* 사진·설명 분리형 대표 가이드 (결정 010 초안) — 사진 위에 제목을 얹지 않는다 */
.nc-feature {
	display: grid;
	gap: clamp( 1.25rem, 3vw, 2.5rem );
	align-items: center;
}

.nc-feature--split {
	grid-template-columns: minmax( 0, 1.15fr ) minmax( 0, 1fr );
}

.nc-feature__media {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 3 / 2;
	background: var( --wp--preset--color--surface, #f5f6f8 );
}

.nc-feature--stack .nc-feature__media {
	aspect-ratio: 16 / 10;
}

.nc-feature__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nc-feature__body {
	min-width: 0;
}

.nc-feature__kicker,
.nc-entry__label {
	display: block;
	margin-bottom: 0.5rem;
	color: var( --wp--preset--color--muted, #5b6270 );
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.nc-feature__title {
	margin: 0 0 0.75rem;
	font-size: clamp( 1.5rem, 1.1rem + 1.6vw, 2.125rem );
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

/* 대표 가이드는 후속 질문보다 한 단계 크게 — 전체 기준 → 구체적 질문 (아르 검수 2026-09-09). 한 줄을 강제하지 않는다 */
.nc-feature--stack .nc-feature__title {
	font-size: clamp( 1.5rem, 1.15rem + 1.2vw, 1.875rem );
}

.nc-feature__figure {
	min-width: 0;
}

.nc-feature__note {
	display: block;
	margin-top: 0.4rem;
	color: var( --wp--preset--color--muted, #5b6270 );
	font-size: 0.8125rem;
}

.nc-feature__title a,
.nc-entry__title a {
	color: inherit;
	text-decoration: none;
}

.nc-feature__title a:hover,
.nc-entry__title a:hover {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.nc-feature__desc,
.nc-entry__desc {
	margin: 0 0 1rem;
	color: var( --wp--preset--color--muted, #5b6270 );
	font-size: 1.0625rem;
	line-height: 1.7;
}

.nc-feature__link,
.nc-entry__link {
	font-weight: 600;
}

/* 질문형 입구 — 썸네일 없이 글자로 세운다. 윗선이 분야 진입과 같은 계열 */
/* 그룹 블록의 흐름 간격(> * + *)이 그리드 칸을 밀지 않게 */
.nc-entries > * + *,
.nc-feature > * + * {
	margin-block-start: 0;
}

.nc-entries {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: clamp( 1.25rem, 3vw, 2.5rem );
}

.nc-entries--three {
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	align-items: start;
}

.nc-entries__title {
	margin: 0 0 1rem;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.nc-entry {
	padding-top: 1rem;
	border-top: 2px solid var( --wp--preset--color--contrast, #16181c );
}

.nc-entry__title {
	margin: 0 0 0.6rem;
	font-size: clamp( 1.25rem, 1rem + 0.8vw, 1.5rem );
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.015em;
	text-wrap: balance;
}

.nc-entry__desc {
	font-size: 1rem;
}

/* 홈의 '어떻게 확인하는지' — 근거 배지를 전시하지 않고 세 문장 + 편집 원칙 링크 */
.nc-home-note {
	max-width: 44rem;
	padding-top: 1.25rem;
	border-top: 1px solid var( --wp--preset--color--border, #e4e7ec );
}

.nc-home-note__title {
	margin: 0 0 0.5rem;
	font-size: 1.125rem;
	font-weight: 700;
}

.nc-home-note p {
	margin: 0 0 0.75rem;
	color: var( --wp--preset--color--muted, #5b6270 );
	line-height: 1.7;
}

@media ( max-width: 720px ) {
	.nc-feature--split,
	.nc-entries,
	.nc-entries--three {
		grid-template-columns: 1fr;
	}

	.nc-feature__media {
		aspect-ratio: 16 / 10;
	}

	/* B안: 좁은 폭에서 사진 비중을 더 줄여 세 읽을거리가 빨리 함께 보이게 */
	.nc-feature--stack .nc-feature__media {
		aspect-ratio: 21 / 9;
	}

	/* 좁은 폭에서 대표 설명–링크 사이를 좁혀 링크가 첫 화면에 들어오게 */
	.nc-feature__desc {
		margin-bottom: 0.6rem;
	}

	.nc-feature__title {
		margin-bottom: 0.5rem;
	}
}

/* 이미지가 없을 때는 대체물이 아니라 색면 배너라는 별도 형식이다 */
.nc-banner--plain {
	background: var( --wp--preset--color--contrast, #16181c );
}

.nc-banner__body {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	z-index: 2;
	padding: clamp( 1rem, 3vw, 2rem );
	color: #ffffff;
}

.nc-banner__kicker {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	opacity: 0.85;
}

.nc-banner__heading {
	display: block;
	font-size: clamp( 1.25rem, 0.9rem + 1.8vw, 2rem );
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.nc-banner:hover .nc-banner__heading {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

@media ( max-width: 600px ) {
	.nc-banner--large,
	.nc-banner--medium {
		aspect-ratio: 4 / 3;
	}
}

/* ======================================================= 유형 내비게이션 */

.nc-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: clamp( 0.75rem, 2vw, 1.75rem );
	margin: 0;
	padding: 0;
	list-style: none;
}

.nc-nav__link {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	padding-block: 0.25rem;
	text-decoration: none;
	color: inherit;
}

.nc-nav__label {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
}

.nc-nav__name {
	font-size: 0.875rem;
	line-height: 1.4;
	color: var( --wp--preset--color--muted, #5b6270 );
}

.nc-nav__link:hover .nc-nav__label,
.nc-nav__link.is-current .nc-nav__label {
	color: var( --wp--preset--color--accent, #1f6feb );
}

.nc-nav__link.is-current {
	box-shadow: inset 0 -2px 0 0 var( --wp--preset--color--accent, #1f6feb );
}

@media ( max-width: 600px ) {
	.nc-nav__name {
		display: none;
	}
}

/* ============================================================ 확인한 근거 */
/* 근거 레코드를 출처별로 묶어 글 끝에 낸다. 항목마다 확인 수준을 보인다 (결정 007) */

.nc-evidence {
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top: 1px solid var( --wp--preset--color--border, #e4e7ec );
	font-size: 0.9375rem;
	line-height: 1.7;
}

.nc-evidence__note {
	margin: 0.5rem 0 1.25rem;
	color: var( --wp--preset--color--muted, #5b6270 );
	font-size: 0.875rem;
}

.nc-evidence__group + .nc-evidence__group {
	margin-top: 1.5rem;
}

.nc-evidence__source {
	margin: 0 0 0.5rem;
	font-size: 0.9375rem;
	font-weight: 600;
}

.nc-evidence__list {
	margin: 0;
	padding-left: 1.2rem;
}

.nc-evidence__item + .nc-evidence__item {
	margin-top: 0.6rem;
}

.nc-evidence__target {
	font-weight: 600;
}

.nc-evidence__target::after {
	content: " — ";
	font-weight: 400;
}

/* 출처 공통 확인 수준·확인일 — 항목마다 반복하지 않는다 (아르 검수 2026-09-09) */
.nc-evidence__shared {
	margin: -0.25rem 0 0.5rem;
	color: var( --wp--preset--color--muted, #5b6270 );
	font-size: 0.875rem;
}

.nc-evidence__meta {
	display: block;
	margin-top: 0.15rem;
	color: var( --wp--preset--color--muted, #5b6270 );
	font-size: 0.875rem;
}

.nc-evidence__level {
	display: inline-block;
	padding: 0 0.45rem;
	border: 1px solid var( --wp--preset--color--border, #e4e7ec );
	border-radius: 999px;
	font-weight: 600;
	line-height: 1.6;
}

/* 계산 예시는 확인이 아니라 가정이다. 색으로 구분한다 */
.nc-evidence__level--calc {
	border-color: var( --wp--preset--color--notice, #b45309 );
	color: var( --wp--preset--color--notice, #b45309 );
}

.nc-evidence__missing {
	color: var( --wp--preset--color--notice, #b45309 );
	font-size: 0.875rem;
}

.nc-evidence__refs {
	padding-left: 1.4rem;
	color: var( --wp--preset--color--muted, #5b6270 );
	font-size: 0.875rem;
}

/* 본문의 계산 예시에서 근거 항목으로 건너뛰었을 때 위치를 알 수 있게 */
.nc-evidence__item:target {
	background: var( --wp--preset--color--surface, #f5f6f8 );
	outline: 2px solid var( --wp--preset--color--border, #e4e7ec );
	outline-offset: 4px;
	border-radius: 4px;
}
