/* Combined retail/wholesale + everyday-use split. */

html body.home section.chb-tradeuse,
html body.home section.chb-tradeuse *,
html body.home section.chb-tradeuse *::before,
html body.home section.chb-tradeuse *::after {
	box-sizing: border-box;
}

html body.home section.chb-tradeuse {
	--tu-forest: #243328;
	--tu-forest-2: #2f3d2a;
	--tu-ivory: #f6f1e8;
	--tu-gold: #c9a84c;
	--tu-gold-2: #b8953e;
	--tu-sage: #d2d6c8;
	--tu-ink: #3d342f;
	--tu-muted: #5c534c;
	--tu-icon: #6d7568;
	--tu-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--tu-sans: Montserrat, system-ui, -apple-system, "Segoe UI", sans-serif;
	display: grid;
	grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
	align-items: stretch;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	font-family: var(--tu-sans);
	overflow-x: clip;
}

html body.home section.chb-tradeuse .chb-tradeuse-shop,
html body.home section.chb-tradeuse .chb-tradeuse-guide {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	overflow-wrap: break-word;
}

html body.home section.chb-tradeuse .chb-tradeuse-shop {
	background: var(--tu-forest);
	color: var(--tu-ivory);
	padding: clamp(2.5rem, 4.8vw, 4rem) clamp(1.7rem, 3.8vw, 3.6rem) clamp(1.8rem, 3vw, 2.6rem);
}

html body.home section.chb-tradeuse .chb-tradeuse-guide {
	background: var(--tu-ivory);
	color: var(--tu-ink);
	padding: clamp(2.5rem, 4.8vw, 4rem) clamp(1.8rem, 4.4vw, 4rem) clamp(1.8rem, 3vw, 2.6rem);
}

html body.home section.chb-tradeuse .eye {
	margin: 0 0 0.6rem;
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--tu-gold);
}

html body.home section.chb-tradeuse h2 {
	margin: 0 0 0.95rem;
	font-family: var(--tu-serif);
	font-weight: 500;
	font-style: normal !important;
	line-height: 1.08;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

html body.home section.chb-tradeuse h2::after {
	display: none !important;
	content: none !important;
}

html body.home section.chb-tradeuse .chb-tradeuse-shop h2 {
	font-size: clamp(2.2rem, 3.7vw, 3.15rem);
	color: var(--tu-ivory) !important;
}

html body.home section.chb-tradeuse .chb-tradeuse-guide h2 {
	font-size: clamp(2.1rem, 3.5vw, 3rem);
	color: var(--tu-forest-2) !important;
}

html body.home section.chb-tradeuse .chb-tradeuse-shop .lead {
	margin: 0 0 1.65rem;
	max-width: 36rem;
	font-size: 1.05rem;
	line-height: 1.74;
	color: rgba(246, 241, 232, 0.92);
}

html body.home section.chb-tradeuse .chb-tradeuse-guide .lead {
	margin: 0 0 1.85rem;
	max-width: 44rem;
	font-size: 1.05rem;
	line-height: 1.74;
	color: var(--tu-muted);
}

html body.home section.chb-tradeuse .btns {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	margin: 0 0 1.7rem;
}

html body.home section.chb-tradeuse .btn-gold,
html body.home section.chb-tradeuse .btn-ghost {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 0.95rem 1.15rem;
	border-radius: 6px;
	font-family: var(--tu-sans);
	font-size: 0.74rem;
	font-weight: 650;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

html body.home section.chb-tradeuse .btn-gold {
	background: var(--tu-gold);
	border: 1px solid var(--tu-gold);
	color: var(--tu-forest) !important;
}

html body.home section.chb-tradeuse .btn-gold:hover,
html body.home section.chb-tradeuse .btn-gold:focus-visible {
	background: var(--tu-gold-2);
	border-color: var(--tu-gold-2);
	color: var(--tu-forest) !important;
}

html body.home section.chb-tradeuse .btn-ghost {
	background: transparent;
	border: 1px solid var(--tu-ivory);
	color: var(--tu-ivory) !important;
}

html body.home section.chb-tradeuse .btn-ghost:hover,
html body.home section.chb-tradeuse .btn-ghost:focus-visible {
	background: var(--tu-ivory);
	color: var(--tu-forest) !important;
}

html body.home section.chb-tradeuse .art {
	margin-top: auto;
	color: var(--tu-gold);
	max-width: 27rem;
	width: 100%;
}

html body.home section.chb-tradeuse .art svg {
	display: block;
	width: 100%;
	height: auto;
}

html body.home section.chb-tradeuse .proof {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin: 1.4rem 0 0;
	font-size: 0.86rem;
	line-height: 1.4;
	color: var(--tu-gold);
}

html body.home section.chb-tradeuse .proof svg {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}

html body.home section.chb-tradeuse .proof-rule {
	width: 1px;
	height: 1.15rem;
	background: var(--tu-gold);
	opacity: 0.75;
	flex: 0 0 1px;
}

html body.home section.chb-tradeuse .steps {
	list-style: none;
	margin: 0;
	padding: 0;
}

html body.home section.chb-tradeuse .steps li {
	display: grid;
	grid-template-columns: 3.7rem 1px 3.4rem minmax(0, 1fr);
	column-gap: 1.2rem;
	align-items: start;
	margin: 0;
	padding: 1.3rem 0;
	border-bottom: 1px solid var(--tu-sage);
}

html body.home section.chb-tradeuse .steps li::marker,
html body.home section.chb-tradeuse .steps li::before {
	content: none !important;
	display: none !important;
}

html body.home section.chb-tradeuse .steps li:first-child {
	padding-top: 0.1rem;
}

html body.home section.chb-tradeuse .num {
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", serif;
	font-size: 2.5rem;
	font-weight: 500;
	font-style: normal !important;
	font-variant-numeric: lining-nums tabular-nums;
	font-feature-settings: "lnum" 1, "tnum" 1, "onum" 0;
	line-height: 1;
	letter-spacing: 0.04em;
	color: var(--tu-gold);
	padding-top: 0.06rem;
}

html body.home section.chb-tradeuse .vrule {
	width: 1px;
	align-self: stretch;
	background: var(--tu-sage);
	margin: 0.2rem 0;
}

html body.home section.chb-tradeuse .ico {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	color: var(--tu-icon);
	padding-top: 0.1rem;
}

html body.home section.chb-tradeuse .ico svg {
	width: 50px;
	height: 50px;
	display: block;
}

html body.home section.chb-tradeuse .txt {
	min-width: 0;
}

html body.home section.chb-tradeuse .steps h3 {
	margin: 0 0 0.42rem;
	font-family: var(--tu-serif);
	font-weight: 500;
	font-style: normal !important;
	font-size: clamp(1.32rem, 2vw, 1.62rem);
	line-height: 1.2;
	color: var(--tu-forest-2) !important;
}

html body.home section.chb-tradeuse .steps p {
	margin: 0;
	font-size: 0.99rem;
	line-height: 1.7;
	color: var(--tu-ink);
}

html body.home section.chb-tradeuse .steps a {
	color: var(--tu-forest-2);
	text-decoration: underline;
	text-underline-offset: 0.18em;
	text-decoration-thickness: 1px;
}

html body.home section.chb-tradeuse .steps a:hover,
html body.home section.chb-tradeuse .steps a:focus-visible {
	color: var(--tu-gold-2);
}

html body.home section.chb-tradeuse .help {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.95rem;
	margin-top: auto;
	padding-top: 1.55rem;
	font-size: 1.16rem;
}

html body.home section.chb-tradeuse .help-q {
	margin: 0;
	font-family: var(--tu-serif);
	font-style: italic;
	font-weight: 500;
	color: var(--tu-forest-2);
}

html body.home section.chb-tradeuse .help-rule {
	width: 1px;
	height: 1.25rem;
	background: var(--tu-sage);
}

html body.home section.chb-tradeuse .help-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--tu-gold);
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
}

html body.home section.chb-tradeuse .help-link:hover,
html body.home section.chb-tradeuse .help-link:focus-visible {
	color: var(--tu-forest-2);
}

html body.home section.chb-tradeuse .help-arrow {
	display: inline-block;
	transition: transform 0.22s ease;
}

html body.home section.chb-tradeuse .help-link:hover .help-arrow,
html body.home section.chb-tradeuse .help-link:focus-visible .help-arrow {
	transform: translateX(4px);
}

html body.home section.chb-tradeuse a:focus-visible {
	outline: 2px solid var(--tu-gold);
	outline-offset: 3px;
}

html body.home section.chb-tradeuse .btn-gold:focus-visible {
	outline-color: #fffef8;
}

/* Tablet: keep the 40/60 split, tighten spacing. */
@media (min-width: 768px) and (max-width: 1100px) {
	html body.home section.chb-tradeuse .chb-tradeuse-shop,
	html body.home section.chb-tradeuse .chb-tradeuse-guide {
		padding: 2.15rem 1.45rem 1.5rem;
	}

	html body.home section.chb-tradeuse .chb-tradeuse-shop h2,
	html body.home section.chb-tradeuse .chb-tradeuse-guide h2 {
		font-size: clamp(1.85rem, 3.1vw, 2.25rem);
	}

	html body.home section.chb-tradeuse .chb-tradeuse-shop .lead,
	html body.home section.chb-tradeuse .chb-tradeuse-guide .lead {
		font-size: 0.96rem;
		line-height: 1.65;
		margin-bottom: 1.25rem;
	}

	html body.home section.chb-tradeuse .btns {
		gap: 0.65rem;
		margin-bottom: 1.15rem;
	}

	html body.home section.chb-tradeuse .btn-gold,
	html body.home section.chb-tradeuse .btn-ghost {
		min-height: 48px;
		padding: 0.8rem 0.7rem;
		font-size: 0.68rem;
		letter-spacing: 0.12em;
	}

	html body.home section.chb-tradeuse .art {
		max-width: 18.5rem;
	}

	html body.home section.chb-tradeuse .proof {
		margin-top: 1.1rem;
		font-size: 0.72rem;
		gap: 0.55rem;
		align-items: flex-start;
	}

	html body.home section.chb-tradeuse .steps li {
		grid-template-columns: 3rem 1px 2.7rem minmax(0, 1fr);
		column-gap: 0.75rem;
		padding: 1rem 0;
	}

	html body.home section.chb-tradeuse .num {
		font-size: 2rem;
	}

	html body.home section.chb-tradeuse .ico svg {
		width: 38px;
		height: 38px;
	}

	html body.home section.chb-tradeuse .steps h3 {
		font-size: 1.28rem;
	}

	html body.home section.chb-tradeuse .steps p {
		font-size: 0.9rem;
		line-height: 1.6;
	}

	html body.home section.chb-tradeuse .help {
		padding-top: 1.15rem;
		gap: 0.7rem;
		font-size: 1.05rem;
	}
}

@media (min-width: 768px) and (max-width: 899px) {
	html body.home section.chb-tradeuse .chb-tradeuse-shop,
	html body.home section.chb-tradeuse .chb-tradeuse-guide {
		padding: 1.9rem 1.2rem 1.35rem;
	}

	html body.home section.chb-tradeuse .btn-gold,
	html body.home section.chb-tradeuse .btn-ghost {
		white-space: normal;
		letter-spacing: 0.1em;
		font-size: 0.64rem;
	}

	html body.home section.chb-tradeuse .art {
		max-width: 15.5rem;
	}

	html body.home section.chb-tradeuse .steps li {
		grid-template-columns: 2.7rem 1px 2.3rem minmax(0, 1fr);
		column-gap: 0.6rem;
	}

	html body.home section.chb-tradeuse .proof {
		font-size: 0.68rem;
	}

	html body.home section.chb-tradeuse .ico svg {
		width: 34px;
		height: 34px;
	}
}

/* Phone: forest first, then guidance. */
@media (max-width: 767px) {
	html body.home section.chb-tradeuse {
		grid-template-columns: 1fr;
	}

	html body.home section.chb-tradeuse .chb-tradeuse-shop,
	html body.home section.chb-tradeuse .chb-tradeuse-guide {
		padding: 2.1rem 1.3rem 1.55rem;
	}

	html body.home section.chb-tradeuse .chb-tradeuse-shop h2,
	html body.home section.chb-tradeuse .chb-tradeuse-guide h2 {
		font-size: clamp(1.95rem, 7vw, 2.45rem);
	}

	html body.home section.chb-tradeuse .chb-tradeuse-shop .lead,
	html body.home section.chb-tradeuse .chb-tradeuse-guide .lead {
		font-size: 1rem;
	}

	html body.home section.chb-tradeuse .btn-gold,
	html body.home section.chb-tradeuse .btn-ghost {
		min-height: 50px;
		white-space: normal;
	}

	html body.home section.chb-tradeuse .art {
		max-width: 17.5rem;
		margin: 0.9rem auto 0.3rem;
	}

	html body.home section.chb-tradeuse .proof {
		justify-content: flex-start;
	}

	html body.home section.chb-tradeuse .steps li {
		grid-template-columns: 3rem 2.7rem minmax(0, 1fr);
		column-gap: 0.75rem;
		padding: 1.15rem 0;
	}

	html body.home section.chb-tradeuse .vrule {
		display: none;
	}

	html body.home section.chb-tradeuse .num {
		font-size: 1.95rem;
	}

	html body.home section.chb-tradeuse .ico svg {
		width: 36px;
		height: 36px;
	}

	html body.home section.chb-tradeuse .help {
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 1.15rem;
		padding-top: 1.15rem;
	}

	html body.home section.chb-tradeuse .help-link {
		min-height: 44px;
	}
}

@media (max-width: 430px) {
	html body.home section.chb-tradeuse .chb-tradeuse-shop,
	html body.home section.chb-tradeuse .chb-tradeuse-guide {
		padding: 1.85rem 1.1rem 1.35rem;
	}

	html body.home section.chb-tradeuse .art {
		max-width: 14.5rem;
		margin: 0.7rem auto 0.15rem;
	}

	html body.home section.chb-tradeuse .btn-gold,
	html body.home section.chb-tradeuse .btn-ghost {
		min-height: 48px;
		letter-spacing: 0.12em;
		font-size: 0.7rem;
	}

	html body.home section.chb-tradeuse .steps li {
		grid-template-columns: 2.5rem 2.3rem minmax(0, 1fr);
		column-gap: 0.55rem;
	}

	html body.home section.chb-tradeuse .num {
		font-size: 1.7rem;
	}

	html body.home section.chb-tradeuse .ico svg {
		width: 30px;
		height: 30px;
	}

	html body.home section.chb-tradeuse .steps h3 {
		font-size: 1.24rem;
	}

	html body.home section.chb-tradeuse .steps p {
		font-size: 0.94rem;
	}

	html body.home section.chb-tradeuse .help-q {
		font-size: 1.08rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html body.home section.chb-tradeuse .btn-gold,
	html body.home section.chb-tradeuse .btn-ghost,
	html body.home section.chb-tradeuse .help-arrow {
		transition: none;
	}
}
