/* 2026 추석 선물 랜딩 + 캠페인 가격 */

.chuseok-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.55rem;
}

.chuseok-price__was {
	font-size: 0.78em;
	color: #9a9a9a;
	text-decoration: line-through;
	font-weight: 400;
}

.chuseok-price__now {
	font-weight: 600;
	color: #111;
	letter-spacing: -0.02em;
}

.chuseok-price__off {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: rgba(255, 72, 0, 1);
	border: 1px solid rgba(255, 72, 0, 0.35);
	padding: 0.08rem 0.35rem;
	line-height: 1.4;
}

.chuseok-price--coupon .chuseok-price__off {
	border-style: dashed;
}

.chuseok-card__badge--coupon {
	color: #111;
	border: 1px dashed rgba(17, 17, 17, 0.25);
}

.chuseok-price--pdp {
	align-items: center;
}

.chuseok-price--pdp .chuseok-price__now {
	font-size: 1em;
}

.chuseok-page {
	background: #fff;
	color: #111;
	font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;
	padding-top: 72px;
}

.chuseok-kicker {
	margin: 0 0 0.75rem;
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #9a9a9a;
	font-weight: 500;
}

.chuseok-hero {
	background: #f7f4ee;
	border-bottom: 1px solid #ece7de;
	padding: 4.5rem 1.5rem 3.25rem;
	position: relative;
	overflow: hidden;
}

.chuseok-hero::after {
	content: "";
	position: absolute;
	right: -4rem;
	top: -3rem;
	width: min(42vw, 320px);
	height: min(42vw, 320px);
	border-radius: 50%;
	border: 1px solid rgba(17, 17, 17, 0.08);
	pointer-events: none;
}

.chuseok-hero__inner {
	max-width: 920px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.chuseok-hero__title {
	margin: 0 0 1.25rem;
	font-size: clamp(2.15rem, 6vw, 4.25rem);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.12;
}

.chuseok-hero__lead {
	margin: 0 0 1.25rem;
	max-width: 28rem;
	font-size: 16px;
	line-height: 1.65;
	color: #555;
	font-weight: 400;
	word-break: keep-all;
}

.chuseok-br-mobile {
	display: none;
}

.chuseok-hero__deadline {
	margin: 0;
	font-size: 13px;
	color: #666;
	line-height: 1.6;
}

.chuseok-hero__deadline strong {
	color: #111;
	font-weight: 600;
}

.chuseok-jump {
	position: sticky;
	top: 72px;
	z-index: 40;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid #eee;
}

.chuseok-jump__inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 1.5rem;
	display: flex;
	gap: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.chuseok-jump__inner::-webkit-scrollbar {
	display: none;
}

.chuseok-jump a {
	flex: 1 0 auto;
	text-align: center;
	padding: 0.95rem 1rem;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #888;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	white-space: nowrap;
	transition: color 0.2s, border-color 0.2s;
}

.chuseok-jump a:hover,
.chuseok-jump a.is-active {
	color: #111;
	border-bottom-color: #111;
}

.chuseok-shelf {
	max-width: 1400px;
	margin: 0 auto;
	padding: 4.5rem 1.5rem 1rem;
	scroll-margin-top: 140px;
}

.chuseok-shelf__head {
	max-width: 40rem;
	margin-bottom: 2.5rem;
}

.chuseok-shelf__head h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.55rem, 3.4vw, 2.35rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.25;
}

.chuseok-shelf__head p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #666;
	word-break: keep-all;
}

.chuseok-subhead {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin: 0 0 1.25rem;
	padding-top: 0.25rem;
	border-top: 1px solid #111;
}

.chuseok-subhead--spaced {
	margin-top: 3.25rem;
}

.chuseok-subhead h3 {
	margin: 0.85rem 0 0;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.chuseok-subhead h3 span {
	color: rgba(255, 72, 0, 1);
	font-size: 0.85em;
	margin-left: 0.35rem;
}

.chuseok-subhead p {
	margin: 0 0 0.5rem;
	font-size: 13px;
	color: #777;
	line-height: 1.6;
}

.chuseok-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.75rem 1rem;
}

.chuseok-card {
	display: block;
	text-decoration: none;
	color: inherit;
	min-width: 0;
}

.chuseok-card__media {
	position: relative;
	background: #f4f4f0;
	overflow: hidden;
	margin-bottom: 0.85rem;
}

.chuseok-card--portrait .chuseok-card__media {
	aspect-ratio: 3 / 4;
}

.chuseok-card--square .chuseok-card__media {
	aspect-ratio: 1 / 1;
}

.chuseok-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.chuseok-card--square .chuseok-card__media img {
	object-fit: contain;
}

.chuseok-card:hover .chuseok-card__media img {
	transform: scale(1.04);
}

.chuseok-card__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	background: #fff;
	color: rgba(255, 72, 0, 1);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.28rem 0.45rem;
	line-height: 1.2;
}

.chuseok-card__note {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	background: rgba(17, 17, 17, 0.82);
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding: 0.28rem 0.45rem;
}

.chuseok-card__meta {
	margin: 0 0 0.2rem;
	font-size: 11px;
	color: #999;
}

.chuseok-card__title {
	margin: 0 0 0.4rem;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.02em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.chuseok-card__price {
	font-size: 13px;
}

.chuseok-notes {
	margin-top: 3rem;
	padding: 3.5rem 1.5rem 5rem;
	background: #fafafa;
	border-top: 1px solid #eee;
}

.chuseok-notes__inner {
	max-width: 720px;
	margin: 0 auto;
}

.chuseok-notes h2 {
	margin: 0 0 1.25rem;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.chuseok-notes ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.chuseok-notes li {
	position: relative;
	padding: 0 0 0.9rem 0;
	font-size: 13px;
	line-height: 1.75;
	color: #555;
	border-bottom: 1px solid #ececec;
	margin-bottom: 0.9rem;
}

.chuseok-notes li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.chuseok-home-banner {
	display: block;
	text-decoration: none;
	color: inherit;
	background: #111;
	color: #fff;
}

.chuseok-home-banner__inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 1.15rem 1.5rem 1.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.chuseok-home-banner__label {
	margin: 0 0 0.2rem;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.chuseok-home-banner__title {
	margin: 0;
	font-size: clamp(1rem, 2.2vw, 1.35rem);
	font-weight: 700;
	letter-spacing: -0.03em;
}

.chuseok-home-banner__cta {
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.chuseok-hero {
		padding: 6.5rem 2rem 4.25rem;
	}

	.chuseok-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 2.25rem 1.5rem;
	}

	.chuseok-card__title {
		font-size: 15px;
	}

	.chuseok-jump a {
		font-size: 14px;
		padding: 1.05rem 1.25rem;
	}
}

@media (max-width: 767px) {
	.chuseok-br-mobile {
		display: inline;
	}

	.chuseok-page {
		padding-top: 60px;
	}

	.chuseok-jump {
		top: 60px;
	}

	.chuseok-shelf {
		scroll-margin-top: 118px;
		padding: 3.25rem 1.25rem 0.5rem;
	}

	.chuseok-home-banner__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.65rem;
	}
}
