:root {
	--ink: #2b211b;
	--muted: #76675d;
	--soft: #fff9ed;
	--paper: #fffdf8;
	--sun: #ffc928;
	--orange: #ee6b2f;
	--brown: #71351f;
	--mint: #d9eee4;
	--line: #eadcc9;
	--max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.site-shell, .breadcrumb { width: min(calc(100% - 56px), var(--max)); margin: 0 auto; }
.site-header { position: sticky; z-index: 30; top: 0; background: rgba(255,253,248,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(15px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--brown); font-size: 20px; font-weight: 800; letter-spacing: .02em; }
.brand img { width: 42px; height: 42px; border: 2px solid var(--sun); border-radius: 13px; object-fit: cover; }
.main-nav ul { display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; list-style: none; }
.main-nav a { position: relative; display: block; padding: 28px 0 24px; color: var(--muted); font-size: 14px; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 17px; left: 0; height: 3px; background: var(--orange); transform: scaleX(0); transition: transform .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--brown); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); cursor: pointer; }
.menu-toggle i { display: block; width: 21px; height: 2px; margin: 5px auto; background: var(--brown); }
.eyebrow { margin: 0 0 10px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 22px; border: 1px solid var(--orange); border-radius: 9px; color: #fff; background: var(--orange); font-weight: 800; box-shadow: 0 6px 0 #c64e20; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 0 #c64e20; }
.button-outline { color: var(--brown); background: transparent; box-shadow: none; }
.button-light { color: var(--brown); border-color: #fff; background: #fff; box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--brown); font-weight: 800; }
.text-link span { color: var(--orange); font-size: 18px; }
.section { padding: 100px 0; }
.page-hero { padding: 92px 0 70px; color: #fff; background: #242424; }
.page-hero h1 { max-width: 800px; margin: 0 0 16px; font-size: clamp(38px, 5vw, 62px); line-height: 1.2; }
.page-hero p:not(.eyebrow) { max-width: 700px; margin: 0; color: rgba(255,255,255,.82); font-size: 17px; }
.page-hero .eyebrow { color: var(--sun); }
.about-hero {
	min-height: 360px;
	overflow: visible;
}

.about-hero .site-shell {
	display: block;
	min-height: 220px;
}

.about-hero h1,
.about-hero p {
	position: relative;
	display: block;
	visibility: visible;
}
.breadcrumb { padding: 20px 0; color: var(--muted); font-size: 13px; }
.breadcrumb a { color: var(--brown); }
.breadcrumb span { padding: 0 8px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.section-heading h2, .scene-copy h2, .faq-layout h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.2; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); }
.split-detail, .content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 70px; align-items: start; }
.split-detail h2, .recommend-intro h2, .content-note h2, .guide-callout h2, .about-intro h2, .side-note h2 { margin: 0 0 18px; font-size: 30px; line-height: 1.35; }
.split-detail p, .recommend-intro p, .content-note p, .about-intro p, .article-content p { color: var(--muted); }
.split-detail aside, .side-note { padding: 25px; border: 1px solid var(--line); border-top: 5px solid var(--sun); background: #fff; }
.split-detail aside { display: flex; flex-direction: column; gap: 7px; }
.split-detail aside b { margin-bottom: 5px; color: var(--brown); }
.split-detail aside span { color: var(--muted); font-size: 14px; }
.detail-kicker, .guide-num { color: var(--orange); font-weight: 800; }
.anchor-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.anchor-nav a { padding: 7px 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; font-size: 13px; }
.recommend-intro { max-width: 800px; margin-bottom: 42px; }
.recommend-grid, .guide-grid, .values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.recommend-grid article, .guide-grid article, .values-grid article { min-height: 210px; padding: 30px; border: 1px solid var(--line); background: #fff; }
.recommend-grid article:nth-child(2), .guide-grid article:nth-child(2), .values-grid article:nth-child(2) { background: var(--soft); }
.recommend-grid h3, .guide-grid h2, .values-grid h3 { margin: 12px 0 9px; font-size: 22px; }
.recommend-grid p, .guide-grid p, .values-grid p { margin: 0; color: var(--muted); }
.content-note { margin-top: 50px; padding: 34px; border-left: 5px solid var(--orange); background: var(--soft); }
.guide-callout { margin-top: 50px; padding: 48px; text-align: center; color: #fff; background: var(--orange); }
.guide-callout p { margin: 0; color: rgba(255,255,255,.82); }
.faq-page { max-width: 850px; }
.accordion { border-top: 1px solid var(--line); }
.accordion .accordion-item { border-bottom: 1px solid var(--line); }
.accordion .accordion-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 800; cursor: pointer; }
.accordion .accordion-item button span { color: var(--orange); font-size: 23px; }
.accordion .accordion-item div { display: none; padding: 0 0 22px; color: var(--muted); }
.accordion .accordion-item.active div { display: block; }
.accordion .accordion-item.active button span { transform: rotate(45deg); }
.article-row { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 22px; padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.article-row time, .article-meta { color: var(--orange); font-size: 13px; }
.article-row h2 { margin: 0 0 8px; font-size: 23px; }
.article-row p { margin: 0 0 9px; color: var(--muted); }
.side-note h2 { font-size: 24px; }
.side-note p:not(.eyebrow) { color: var(--muted); }
.values-grid { margin-top: 48px; grid-template-columns: repeat(3, 1fr); }
.about-practice { background: var(--soft); }
.site-footer { color: rgba(255,255,255,.82); background: #30231c; }
.footer-cta { color: #fff; background: var(--orange); }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 48px 0; }
.footer-cta h2 { margin: 0; font-size: 30px; line-height: 1.35; }
.footer-cta .eyebrow { color: var(--sun); }
.footer-main { display: flex; justify-content: space-between; gap: 50px; padding: 50px 0 34px; }
.footer-brand { max-width: 400px; }
.footer-brand .brand { color: #fff; }
.footer-brand p { color: rgba(255,255,255,.62); font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 12px 24px; max-width: 360px; }
.footer-links a { font-size: 14px; }
.footer-links a:hover { color: var(--sun); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.back-top { position: fixed; z-index: 20; right: 22px; bottom: 22px; display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; color: #fff; background: var(--brown); cursor: pointer; }
.back-top.visible { display: block; }
@media (max-width: 900px) { .site-shell, .breadcrumb { width: min(calc(100% - 36px), var(--max)); } .menu-toggle { display: block; } .main-nav { position: absolute; top: 82px; right: 0; left: 0; display: none; padding: 8px 18px 18px; border-bottom: 1px solid var(--line); background: var(--paper); } .main-nav.open { display: block; } .main-nav ul { display: block; } .main-nav a { padding: 12px 0; } .main-nav a::after { display: none; } .section { padding: 70px 0; } .section-heading { align-items: start; } .split-detail, .content-layout { grid-template-columns: 1fr; gap: 32px; } .values-grid { grid-template-columns: 1fr; } .footer-main { display: block; } .footer-links { margin-top: 24px; } }
@media (max-width: 600px) { .site-shell, .breadcrumb { width: min(calc(100% - 28px), var(--max)); } .nav-wrap { min-height: 70px; } .main-nav { top: 70px; } .section-heading { display: block; } .section-heading > p { margin-top: 15px; } .recommend-grid, .guide-grid { grid-template-columns: 1fr; } .article-row { grid-template-columns: 1fr; gap: 7px; } .footer-cta-inner, .footer-bottom { display: block; } .footer-cta .button { margin-top: 20px; } .footer-bottom span { display: block; margin: 4px 0; } }
.article-cover {
	margin: 0 0 2rem;
	border-radius: 18px;
	overflow: hidden;
	background: #f5ead7;
}

.article-cover img {
	display: block;
	width: 100%;
	height: min(360px, 42vw);
	object-fit: cover;
}

.side-note img {
	display: block;
	width: 100%;
	max-height: 220px;
	margin-top: 1.5rem;
	border-radius: 14px;
	object-fit: cover;
}

.article-content h2,
.article-content h3,
.article-content h4 {
	margin-top: 2rem;
	color: #71351f;
}

.article-content p {
	line-height: 2;
	margin: 1rem 0;
}

.article-content ul,
.article-content ol {
	padding-left: 1.5rem;
	line-height: 2;
}

.faq-intro {
	max-width: 720px;
	margin-bottom: 2rem;
}

/* FAQ, news and article pages use a denser editorial layout. */
.lanmu-section-header {
	padding: 72px 0 62px;
	color: #fff;
	background: linear-gradient(115deg, var(--brown), #8d4224);
}

.lanmu-section-header h1 {
	margin: 0 0 12px;
	font-size: clamp(38px, 5vw, 58px);
	line-height: 1.2;
}

.lanmu-section-header .article-section-label {
	margin: 0 0 12px;
	font-size: clamp(38px, 5vw, 58px);
	font-weight: 900;
	line-height: 1.2;
}

.lanmu-section-header p:not(.eyebrow) {
	max-width: 720px;
	margin: 0;
	color: rgba(255,255,255,.8);
	font-size: 16px;
}

.page-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 42px;
	align-items: start;
	padding-top: 64px;
	padding-bottom: 86px;
}

.page-main {
	min-width: 0;
}

.faq-intro-panel,
.news-intro-panel {
	margin-bottom: 34px;
	padding: 28px 32px;
	border-left: 5px solid var(--orange);
	background: var(--soft);
}

.faq-intro-panel h2,
.news-intro-panel h2 {
	margin: 0 0 8px;
	font-size: 29px;
}

.faq-intro-panel p:not(.eyebrow),
.news-intro-panel p:not(.eyebrow) {
	margin: 0;
	color: var(--muted);
}

.faq-list {
	display: grid;
	gap: 12px;
}

.faq-item {
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.faq-item.active {
	border-color: var(--orange);
	box-shadow: 0 8px 20px rgba(70, 48, 34, .08);
}

.faq-question {
	display: grid;
	width: 100%;
	grid-template-columns: 34px minmax(0, 1fr) 28px;
	gap: 14px;
	align-items: center;
	padding: 20px 22px;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
	font: inherit;
	transition: background .2s ease;
}

.faq-question:hover { background: var(--soft); }

.faq-question .faq-title {
	margin: 0;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--ink);
}

.faq-mark {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 4px;
	color: #fff;
	background: var(--orange);
	font-size: 12px;
	font-weight: 800;
}

.faq-plus {
	color: var(--orange);
	font-size: 25px;
	font-weight: 300;
	line-height: 1;
	transition: transform .2s ease;
}

.faq-item.active .faq-plus {
	transform: rotate(45deg);
}

.faq-answer {
	max-height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	color: var(--muted);
	background: #fffaf3;
	transition: max-height .3s ease, padding .3s ease;
}

.faq-item.active .faq-answer {
	max-height: 360px;
	padding: 4px 22px 22px 70px;
}

.faq-answer p {
	margin: 0 0 10px;
	line-height: 1.8;
}

.more-link,
.side-button {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 7px 13px;
	border: 1px solid var(--orange);
	color: var(--brown);
	font-size: 13px;
	font-weight: 800;
}

.news-list {
	border-top: 1px solid var(--ink);
}

.news-list-card {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	padding: 28px 0;
	border-bottom: 1px solid var(--line);
}

.news-list-thumb {
	display: block;
	height: 196px;
	overflow: hidden;
	background: var(--paper);
}

.news-list-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.news-list-card:hover .news-list-thumb img {
	transform: scale(1.03);
}

.news-list-body {
	min-width: 0;
	max-width: 760px;
}

.news-list-time,
.article-meta {
	display: flex;
	gap: 16px;
	margin-bottom: 13px;
	color: var(--orange);
	font-size: 12px;
}

.news-list-title {
	margin: 0 0 9px;
	font-size: 24px;
}

.news-list-title a:hover {
	color: var(--orange);
}

.news-list-desc {
	margin: 0 0 14px;
	color: var(--muted);
	line-height: 1.9;
	max-height: 4.75em;
	overflow: hidden;
}

.page-sidebar {
	position: sticky;
	top: 104px;
}

.sidebar-card {
	margin-bottom: 18px;
	padding: 24px;
	border: 1px solid var(--line);
	background: #fff;
}

.sidebar-card h3 {
	margin: 0 0 14px;
	font-size: 19px;
}

.sidebar-card p:not(.eyebrow) {
	color: var(--muted);
	font-size: 14px;
}

.sidebar-accent {
	border-top: 5px solid var(--orange);
	background: var(--soft);
}

.sidebar-accent .side-button {
	margin-top: 8px;
	background: #fff;
}

.tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tag-row span {
	padding: 5px 10px;
	border: 1px solid var(--line);
	color: var(--brown);
	background: var(--soft);
	font-size: 12px;
}

.like-item {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 11px 0;
	border-bottom: 1px solid var(--line);
}

.like-item:last-child {
	border-bottom: 0;
}

.like-item a {
	font-size: 14px;
	font-weight: 800;
}

.like-item span {
	color: var(--muted);
	font-size: 12px;
}

.article-detail {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.article-header {
	padding: 34px 0 28px;
	border-bottom: 1px solid var(--line);
}

.article-header h1 {
	margin: 0 0 15px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.25;
}

.article-detail .article-content {
	margin-top: 30px;
	padding: clamp(24px, 4vw, 48px);
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: 0 15px 35px rgba(113,53,31,.06);
}

.about-intro {
	display: grid;
	grid-template-columns: minmax(210px, .55fr) minmax(0, 1.45fr);
	gap: 58px;
	align-items: start;
}

.about-intro-logo {
	display: grid;
	min-height: 100%;
	height: 100%;
	place-items: center;
	padding: 28px;
	border: 1px solid var(--line);
	background: var(--soft);
}

.about-intro-logo img {
	width: min(78%, 300px);
	height: min(300px, 78%);
	object-fit: contain;
}

.about-intro-copy h2 {
	margin: 0 0 18px;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.25;
}

.about-intro-copy p:not(.eyebrow) {
	color: var(--muted);
	line-height: 2;
}

.about-practice .split-detail {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
}

.about-practice-media {
	display: flex;
	min-height: 100%;
	flex-direction: column;
}

.about-practice-media h2 {
	margin-bottom: 20px;
}

.about-practice-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 260px;
	flex: 1 1 auto;
	object-fit: cover;
	object-position: center;
}

.practice-mark {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 42px;
}

.practice-mark span {
	display: grid;
	min-height: 100px;
	place-items: center;
	border: 1px solid var(--line);
	color: var(--brown);
	background: #fff;
	font-size: 18px;
	font-weight: 800;
}

.article-detail .article-content::before {
	display: none;
}

.article-nav {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid var(--line);
}

.article-nav ul {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.article-nav li {
	max-width: 48%;
	color: var(--muted);
	font-size: 13px;
}

.article-nav li.r {
	text-align: right;
}

.article-nav span {
	display: block;
	margin-top: 4px;
	color: var(--brown);
	font-size: 14px;
	font-weight: 800;
}

.pagebar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

.pagebar .page-item {
	display: inline-flex;
	min-width: 38px;
	height: 36px;
	align-items: center;
	justify-content: center;
	padding: 0 11px;
	border: 1px solid var(--line);
	color: var(--brown);
	background: #fff;
	font-size: 13px;
}

.pagebar .page-num-current {
	border-color: var(--orange);
	color: #fff;
	background: var(--orange);
}

.mobile-experience-bar,
.mobile-experience-popup,
.mobile-experience-overlay {
	display: none;
}

@media (max-width: 720px) {
	.body-experience-open {
		overflow: hidden;
	}

	.mobile-experience-bar {
		position: fixed;
		display: block;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 80;
		padding: 10px 20px;
		border-top: 1px solid var(--line);
		background: #fff;
		box-shadow: 0 -2px 12px rgba(0,0,0,.08);
	}

	.mobile-experience-button {
		display: block;
		width: 100%;
		padding: 13px 20px;
		border: 0;
		border-radius: 24px;
		color: #fff;
		background: #242424;
		font-size: 15px;
		font-weight: 600;
		box-shadow: none;
	}

	.mobile-experience-overlay {
		position: fixed;
		display: block;
		inset: 0;
		z-index: 81;
		visibility: hidden;
		background: rgba(43,33,27,.42);
		opacity: 0;
		backdrop-filter: blur(4px);
		transition: opacity .2s, visibility .2s;
	}

	.mobile-experience-overlay.active {
		visibility: visible;
		opacity: 1;
	}

	.mobile-experience-popup {
		position: fixed;
		display: flex;
		right: 18px;
		bottom: 78px;
		left: 18px;
		z-index: 82;
		flex-direction: column;
		gap: 10px;
		visibility: hidden;
		padding: 14px 20px;
		border: 1px solid var(--line);
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 8px 40px rgba(17,24,39,.12);
		opacity: 0;
		transform: translateY(12px);
		transition: opacity .2s, transform .2s, visibility .2s;
	}

	.mobile-experience-popup.active {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}

	.mobile-experience-popup h2 {
		margin: 0 0 4px;
		font-size: 20px;
	}

	.mobile-experience-popup a {
		padding: 11px 14px;
		border: 1px solid #242424;
		color: #242424;
		background: #fff;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
	}

	.mobile-experience-popup a:hover {
		color: #fff;
		border-color: #242424;
		background: #242424;
	}
}

@media (max-width: 900px) {
	.page-layout {
		grid-template-columns: 1fr;
	}

	.page-sidebar {
		position: static;
	}
}

@media (max-width: 600px) {
	.breadcrumb {
		width: 100%;
		min-height: 48px;
		padding: 14px 16px;
		gap: 6px;
		border-bottom: 1px solid var(--line);
		background: #fff;
		font-size: 13px;
	}

	.breadcrumb span {
		padding: 0 2px;
		color: var(--muted);
	}

	.news-list-card {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.news-list-thumb {
		height: auto;
		aspect-ratio: 16 / 10;
	}

	.about-intro {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.about-intro-logo {
		min-height: 210px;
		height: 210px;
	}

	.about-intro-logo img {
		width: min(58%, 190px);
		height: min(190px, 80%);
	}

	.about-practice .split-detail {
		grid-template-columns: 1fr;
	}

	.about-practice-media img {
		height: 220px;
		min-height: 0;
		flex: none;
	}

	.practice-mark {
		margin-top: 24px;
	}

	.lanmu-section-header {
		padding: 54px 0 46px;
	}

	.page-layout {
		padding-top: 42px;
		padding-bottom: 60px;
	}

	.faq-intro-panel,
	.news-intro-panel {
		padding: 22px;
	}

	.faq-question {
		grid-template-columns: 30px minmax(0, 1fr) 20px;
		gap: 10px;
	}

	.faq-question .faq-title {
		font-size: 17px;
	}

	.faq-answer {
		margin: 0;
	}

	.faq-item.active .faq-answer {
		padding: 4px 16px 20px;
	}

	.article-nav ul {
		display: block;
	}

	.article-nav li,
	.article-nav li.r {
		max-width: none;
		margin-bottom: 14px;
		text-align: left;
	}
}

.inner-hero {
	padding-top: 78px;
	padding-bottom: 82px;
	background: linear-gradient(120deg, var(--brown) 0 66%, var(--orange) 66% 100%);
}

.inner-hero-grid {
	display: grid;
	grid-template-columns: .65fr 1.35fr;
	gap: 56px;
	align-items: end;
}

.page-code {
	color: var(--sun);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
}

.inner-hero .hero-lead {
	margin-top: 15px !important;
	color: rgba(255,255,255,.68) !important;
	font-size: 15px !important;
}

.channel-intro {
	padding-bottom: 72px;
}

.channel-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--line);
	border: 1px solid var(--line);
}

.channel-cards article {
	min-height: 190px;
	padding: 28px;
	background: #fff;
}

.channel-cards article:nth-child(2) {
	background: var(--soft);
}

.channel-cards article:nth-child(3) {
	background: var(--mint);
}

.card-index {
	color: var(--orange);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
}

.channel-cards h3 {
	margin: 36px 0 8px;
	font-size: 23px;
}

.channel-cards p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}

.section-soft {
	background: var(--soft);
}

.article-kicker {
	margin-bottom: 12px;
	color: var(--orange);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .15em;
}

.channel-sidebar .fact-list {
	margin: 22px 0;
}

.steps-list {
	border-top: 1px solid var(--ink);
}

.step-row {
	display: grid;
	grid-template-columns: 70px 180px minmax(0, 1fr);
	gap: 24px;
	align-items: baseline;
	padding: 24px 0;
	border-bottom: 1px solid var(--line);
}

.step-row > span {
	color: var(--orange);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .12em;
}

.step-row h3 {
	margin: 0;
	font-size: 21px;
}

.step-row p {
	margin: 0;
	color: var(--muted);
}

/* Inner channel presentation */
.content-layout {
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 34px;
}

.article-content {
	position: relative;
	min-width: 0;
	padding: clamp(24px, 4vw, 52px);
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: 0 18px 45px rgba(113, 53, 31, .08);
}

.article-content::before {
	content: "CHONGYA / LISTENING NOTE";
	display: block;
	width: fit-content;
	max-width: 100%;
	margin-bottom: 22px;
	padding: 6px 11px;
	border-radius: 4px;
	color: var(--orange);
	background: var(--soft);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .16em;
}

.article-content h2 {
	max-width: 720px;
	margin: 0 0 22px;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.22;
}

.article-content h3 {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin: 34px 0 10px;
	padding-top: 18px;
	border-top: 1px solid var(--line);
	font-size: 21px;
}

.article-content h3::before {
	content: "•";
	display: inline-grid;
	width: 25px;
	height: 25px;
	place-items: center;
	flex: 0 0 25px;
	border-radius: 50%;
	color: #fff;
	background: var(--orange);
	font-size: 15px;
}

.article-content p {
	max-width: 760px;
	font-size: 16px;
	line-height: 2;
}

.article-content img {
	display: block;
	width: 80%;
	max-width: 80%;
	height: 360px;
	margin: 24px auto;
	border-radius: 4px;
	object-fit: cover;
	object-position: center;
}

.article-cover {
	position: relative;
	margin: -52px -52px 34px;
	border-radius: 0;
	background: linear-gradient(135deg, var(--mint), var(--soft));
}

.article-cover::after {
	content: "";
	position: absolute;
	inset: auto 20px 18px auto;
	width: fit-content;
	padding: 5px 10px;
	border: 1px solid rgba(255,255,255,.7);
	border-radius: 999px;
	color: #fff;
	background: rgba(43, 33, 27, .55);
	font-size: 11px;
	content: "精选栏目";
}

.article-cover img {
	display: block;
	width: 100%;
	height: clamp(190px, 28vw, 300px);
	object-fit: cover;
	object-position: center;
	mix-blend-mode: multiply;
	opacity: .88;
}

.side-note {
	position: sticky;
	top: 108px;
	padding: 28px;
	border-top-width: 6px;
	box-shadow: 0 12px 30px rgba(113, 53, 31, .06);
}

.side-note h2 {
	font-size: 27px;
}

.side-note img {
	width: fit-content;
	max-width: 100%;
	height: 170px;
	object-fit: cover;
	object-position: center;
	filter: saturate(.9);
}

.breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 56px;
}

@media (max-width: 720px) {
	.inner-hero-grid {
		display: block;
	}

	.page-code {
		display: block;
		margin-bottom: 22px;
	}

	.channel-cards {
		grid-template-columns: 1fr;
	}

	.channel-cards article {
		min-height: 0;
	}

	.step-row {
		grid-template-columns: 46px 1fr;
		gap: 10px 16px;
	}

	.step-row p {
		grid-column: 2;
	}

	.article-content {
		padding: 24px 20px;
	}

	.article-content img {
		width: 100%;
		max-width: 100%;
		height: 240px;
	}

	.article-cover {
		margin: -24px -20px 26px;
	}

	.article-cover img {
		height: 190px;
	}

	.side-note img {
		height: 150px;
	}
}
