@font-face {
	font-family: 'Source Han Sans';
	src: url('../fonts/SourceHanSansCN-VF.woff2') format('woff2');
	font-style: normal;
	font-weight: 250 900;
	font-display: swap;
}
:root {
	--ink: #292945;
	--ink-deep: #20213b;
	--orange: #f58220;
	--paper: #f7f1e8;
	--soft: #eee9de;
	--site-font: 'Source Han Sans', 'Source Han Sans SC', 'Noto Sans SC', sans-serif;
	--line: #c8c8c8;
	--muted: #74747d;
	--shell: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: linear-gradient(120deg, #f7f1e8 0%, #fcfaf7 48%, #e2ece4 100%);
	color: var(--ink);
	font-family: var(--site-font);
	-webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.site-shell { width: min(calc(100% - 48px), var(--shell)); margin: 0 auto; }
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-header {
	position: relative;
	z-index: 20;
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
}
.header-inner {
	min-height: 138px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 44px;
}
.brand { width: 165px; flex: 0 0 auto; }
.brand img { width: 100%; height: 70px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 46px); }
.site-nav a {
	padding: 10px 0;
	font-size: 17px;
	white-space: nowrap;
	transition: color .2s ease, transform .2s ease;
}
.site-nav a:hover, .site-nav a.active { color: var(--orange); transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--ink); }

.page-intro { padding: 86px 0 38px; background: radial-gradient(circle at 16% 25%, rgba(255,122,0,.08), transparent 30%), linear-gradient(112deg, #f7f1e8, #fcfaf7 36%, #d9e9e0 78%, #bdd5c5); }
.page-intro h1 { margin: 0; font-size: clamp(42px, 5vw, 60px); line-height: 1.05; letter-spacing: -2px; }
.page-intro p { margin: 6px 0 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.12; }
.intro-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.search-form {
	width: 310px;
	display: flex;
	align-items: center;
	height: 44px;
	padding-left: 18px;
	border: 1px solid rgba(52,54,61,.4);
	border-radius: 28px;
	background: #fcfaf7;
	overflow: hidden;
	flex-shrink: 0;
}
.search-form input { min-width: 0; width: 0; flex: 1; height:100%; padding:0 12px 0 0; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-form:focus-within { border-color:#2f6b4f; box-shadow:0 0 0 3px rgba(47,107,79,.12); }
.search-form button { width:48px; flex:0 0 48px; align-self:stretch; display:grid; place-items:center; margin:0; padding:0; border:0; border-radius:0; background:#2f6b4f; color:#fff; cursor:pointer; }
.search-form button:hover { background:#24523d; }
.search-form button svg { display:block; width:19px; height:19px; }

.content-section { padding: 72px 0 96px; }
.listing-section { padding-top: 42px; }
.section-tint { background: linear-gradient(115deg, #f0e9dd, #f7f1e8 46%, #dfeae2); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; }
.section-heading h2 { margin: 3px 0 0; font-size: 38px; letter-spacing: -1px; }
.eyebrow { color: var(--orange); font-weight: 700; letter-spacing: .18em; font-size: 13px; }
.text-link { font-weight: 700; }
.text-link b { color: var(--orange); font-size: 20px; }
.result-note { margin: 0 0 26px; color: var(--muted); }

.home-hero { padding: 62px 0 34px; background: radial-gradient(circle at 12% 15%, rgba(255,122,0,.08), transparent 30%), linear-gradient(112deg, #f7f1e8, #fcfaf7 36%, #d9e9e0 78%, #bdd5c5); }
.hero-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 36px;
	margin-bottom: 34px;
}
.hero-section-heading h1 { margin: 0; font-size: clamp(32px, 4.2vw, 48px); line-height: 1.05; letter-spacing: -1.5px; }
.hero-section-heading p { margin: 4px 0 0; font-size: clamp(23px, 2.6vw, 34px); line-height: 1.12; }
.hero-story {
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(340px, .84fr);
	min-height: 410px;
	background: #fff;
	border: 1px solid var(--line);
	overflow: hidden;
}
.hero-image { min-height: 410px; overflow: hidden; background: #ddd; }
.hero-image img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; transition: transform .5s ease; }
.hero-story:hover .hero-image img { transform: scale(1.025); }
.hero-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 62px); color: var(--ink); }
.hero-copy h2 { margin: 0 0 22px; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.22; letter-spacing: -1.2px; }
.hero-copy h2 a { transition: color .2s ease; }
.hero-copy h2 a:hover { color: var(--orange); }
.hero-copy p { display: -webkit-box; margin: 0 0 34px; overflow: hidden; color: var(--muted); font-size: 16px; line-height: 1.75; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.hero-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 20px; border-top: 1px solid #dedede; }
.hero-meta time { color: var(--muted); font-size: 13px; }

.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 46px 36px; }
.article-card {
	min-width: 0;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #b9b9b9;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.article-card:hover { transform: translateY(-7px); border-color: var(--orange); box-shadow: 0 18px 42px rgba(31,31,55,.12); }
.card-image { display: block; aspect-ratio: 1.52 / 1; overflow: hidden; background: #ddd; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.article-card:hover .card-image img { transform: scale(1.04); }
.card-body { flex: 1; display: flex; flex-direction: column; padding: 18px 18px 14px; }
.card-body h3 { margin: 0; font-size: 19px; line-height: 1.42; }
.card-body h3 a { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.card-body p { margin: 12px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.62; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.card-meta { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; margin-top: auto; font-size: 11px; color: #222; }
.tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.tags span { white-space: nowrap; }
.infinite-pagination { position: relative; display: flex; min-height: 84px; align-items: center; justify-content: center; margin-top: 34px; }
.infinite-next { padding: 10px 18px; border: 1px solid var(--ink); transition: .2s ease; }
.infinite-next:hover { background: var(--ink); color: #fff; }
.infinite-status { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 14px; }
.loading-spinner { display: none; width: 18px; height: 18px; border: 2px solid #d8d8dc; border-top-color: var(--orange); border-radius: 50%; animation: loading-spin .75s linear infinite; }
.infinite-status.is-loading .loading-spinner { display: inline-block; }
.infinite-sentinel { position: absolute; bottom: 0; width: 100%; height: 1px; pointer-events: none; }
@keyframes loading-spin { to { transform: rotate(360deg); } }

.article-detail { padding: 72px 0 110px; }
.article-shell { width: min(calc(100% - 48px), 880px); margin: 0 auto; }
.back-link { display: inline-block; margin-bottom: 18px; color: var(--muted); }
.article-detail h1 { margin: 0; font-size: clamp(38px, 5.2vw, 60px); line-height: 1.12; letter-spacing: -2px; }
.article-lead { margin: 28px 0 24px; color: #8a8a8f; font-size: 21px; line-height: 1.65; }
.article-byline { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 22px; border-bottom: 1px solid var(--ink); }
.article-hero-image { width: 100%; max-height: 620px; object-fit: cover; margin: 28px 0; }
.prose { color: #171717; font-family: var(--site-font); font-size: 18px; line-height: 1.92; }
.prose [style*="font-family"] { font-family:var(--site-font) !important; }
.prose p { margin: 0 0 1.25em; }
.prose h2, .prose h3 { color: var(--ink); margin: 2.2em 0 .7em; line-height: 1.35; }
.prose img { height: auto !important; margin: 30px auto; }
.prose iframe, .prose video { max-width: 100%; }

.magazine-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 46px 44px; }
.magazine-card { text-align: center; }
.magazine-card-link { display: block; width: 100%; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-align: inherit; cursor: pointer; }
.cover-wrap { padding: 28px; background: #f0f0f0; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.cover-wrap img { width: 100%; aspect-ratio: .73 / 1; object-fit: cover; box-shadow: 0 8px 18px rgba(0,0,0,.12); transition: transform .3s ease; }
.magazine-card h3 { margin: 15px 0 0; font-size: 18px; }
.magazine-card:hover .cover-wrap { transform: translateY(-7px); box-shadow: 0 18px 40px rgba(31,31,55,.13); }
.magazine-card:hover .cover-wrap img { transform: scale(1.02); }
.magazine-card:hover h3 { color: var(--orange); }
.issuu-modal { position: fixed; z-index: 110; inset: 0; display: grid; place-items: center; padding: 28px; background: rgba(16,16,30,.95); }
.issuu-modal[hidden] { display: none; }
.issuu-modal-panel { position: relative; width: min(100%, 1280px); }
.issuu-modal-heading { display: flex; min-height: 48px; margin-right: 52px; align-items: center; justify-content: space-between; gap: 20px; }
.issuu-modal-title { margin: 0; color: #fff; font-size: clamp(20px, 2.4vw, 30px); line-height: 1.3; }
.issuu-external-link { flex: 0 0 auto; color: #ff9a47; font-size: 13px; }
.issuu-frame { width: 100%; height: min(80vh, 820px); background: #222; box-shadow: 0 24px 80px rgba(0,0,0,.5); }
.issuu-frame iframe { width: 100%; height: 100%; border: 0; background: #fff; }
.issuu-modal-close { top: -8px; }

.home-videos { background: linear-gradient(115deg, #e2ece4, #f6f6ef 60%, #f7f1e8); border-top:1px solid rgba(47,107,79,.1); }
.home-videos-caption { margin:12px 0 0; color:var(--muted); font-size:16px; line-height:1.6; }
.home-videos .section-heading { gap:24px; }
.home-videos .text-link { flex-shrink:0; }
.home-video-grid .video-tagged-card { border-color:rgba(47,107,79,.16); border-radius:12px; box-shadow:0 8px 24px rgba(31,55,40,.04); }
.home-video-grid .video-card-play { background:rgba(47,107,79,.94); }
@media (min-width: 641px) {
	.home-video-grid.home-video-pair { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.home-video-grid.home-video-single { grid-template-columns:1fr; }
	.home-video-single .video-card { flex-direction:row; align-items:stretch; }
	.home-video-single .video-card .video-card-media { width:55%; }
	.home-video-single .video-card-copy { justify-content:center; padding:clamp(20px,3vw,40px); }
	.home-video-single .video-card-copy strong { min-height:0; font-size:clamp(22px,2.2vw,30px); line-height:1.5; -webkit-line-clamp:4; }
	.home-video-single .video-card-copy > span { -webkit-line-clamp:3; }
}
@media (max-width: 640px) {
	.home-videos .section-heading { align-items:flex-start; flex-direction:column; }
}
.video-page-intro { padding-bottom: 58px; }
.featured-video-section { padding: clamp(24px, 3vw, 40px) 0 72px; }
.featured-video { position: relative; display: block; width: 100%; min-height: 560px; padding: 0; overflow: hidden; border: 0; background: var(--ink); color: #fff; text-align: left; cursor: pointer; }
.featured-video > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.featured-video:hover > img { transform: scale(1.035); }
.featured-video-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,20,40,.9) 0%, rgba(20,20,40,.56) 48%, rgba(20,20,40,.08) 78%); }
.featured-video-copy { position: absolute; z-index: 1; left: clamp(30px, 6vw, 78px); bottom: clamp(34px, 7vw, 78px); display: flex; width: min(620px, calc(100% - 60px)); align-items: flex-start; flex-direction: column; }
.featured-video-copy small { margin-bottom: 14px; color: #ff9a47; font-size: 12px; font-weight: 700; letter-spacing: 2px; }
.featured-video-copy > strong { font-size: clamp(34px, 4.6vw, 58px); line-height: 1.12; letter-spacing: -1.5px; }
.featured-video-copy > span:not(.featured-video-meta) { display: -webkit-box; max-width: 540px; margin-top: 18px; overflow: hidden; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.65; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.featured-video-meta { display: flex; align-items: center; gap: 14px; margin-top: 26px; font-size: 13px; }
.play-icon { display: inline-grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-style: normal; box-shadow: 0 10px 30px rgba(245,130,32,.35); }
.video-listing-section { padding-top: 66px; }
.video-section-heading { margin-bottom: 35px; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); grid-auto-rows:1fr; gap: 44px 30px; }
.video-tagged-card { min-width:0; display:flex; flex-direction:column; border:1px solid var(--line); background:#fff; overflow:hidden; transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.video-tagged-card:hover { transform:translateY(-7px); border-color:var(--orange); box-shadow:0 18px 42px rgba(31,31,55,.12); }
.video-tagged-card .video-card { width:100%; flex:1; border:0; }
.video-tagged-card .video-card:hover { transform:none; box-shadow:none; }
.video-tagged-card .video-card-media { width:100%; flex-shrink:0; }
.video-tagged-card .video-card-copy { padding-bottom:18px; }
.video-tagged-card .video-card-copy strong { display:-webkit-box; overflow:hidden; -webkit-line-clamp:3; -webkit-box-orient:vertical; min-height:4.26em; }
.video-tagged-card .video-tags { margin:0; padding:0 20px 20px; }
.video-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.video-tags a { padding:7px 13px; border:1px solid #dedee7; border-radius:20px; background:#fff; color:var(--ink); font-size:14px; line-height:1.4; transition:background .2s, color .2s, border-color .2s; }
.video-tags a:hover, .video-tags a:focus-visible { background:var(--ink); color:#fff; border-color:var(--ink); }
.video-clear-search { display:inline-block; margin-bottom:26px; color:#a64b05; font-size:14px; }
.video-card { display: flex; min-width: 0; padding: 0; overflow: hidden; flex-direction: column; text-align: left; border: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.video-card:hover { transform: translateY(-7px); border-color: var(--orange); box-shadow: 0 18px 42px rgba(31,31,55,.12); }
.video-card-media { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: #e7e7e8; }
.video-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.video-card:hover .video-card-media img { transform: scale(1.045); }
.video-card-play { position: absolute; top: 50%; left: 50%; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: rgba(41,41,69,.92); color: #fff; transform: translate(-50%,-50%); transition: background .2s ease, transform .2s ease; }
.video-card:hover .video-card-play { background: var(--orange); transform: translate(-50%,-50%) scale(1.08); }
.video-duration { position: absolute; right: 10px; bottom: 10px; padding: 5px 8px; background: rgba(20,20,30,.82); color: #fff; font-size: 11px; }
.video-card-copy { display: flex; padding: 20px 20px 24px; flex: 1; flex-direction: column; }
.video-card-copy small { color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .6px; }
.video-card-copy strong { margin-top: 9px; font-size: 19px; line-height: 1.42; }
.video-card-copy > span { display: -webkit-box; margin-top: 12px; overflow: hidden; color: var(--muted); font-size: 14px; line-height: 1.6; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.video-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 50px; background: rgba(16,16,30,.94); }
.video-modal[hidden] { display: none; }
.video-modal-panel { position: relative; width: min(100%, 1080px); }
.video-modal-title { margin: 0 60px 16px 0; color: #fff; font-size: clamp(20px, 2.4vw, 30px); line-height: 1.3; }
.video-frame { width: 100%; aspect-ratio: 16/9; background: #000; box-shadow: 0 24px 80px rgba(0,0,0,.45); }
.video-frame video { width: 100%; height: 100%; object-fit: contain; }
.modal-close { position: absolute; top: -10px; right: 0; border: 0; background: none; color: #fff; font-size: 42px; cursor: pointer; }
.empty-state { padding: 90px 30px; text-align: center; background: #f0f0f0; }
.empty-state h2 { margin: 0 0 10px; font-size: 30px; }
.empty-state p { margin: 0; color: var(--muted); }
.empty-play { display: grid; width: 76px; height: 76px; margin: 0 auto 24px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 26px; padding-left: 5px; }

.yellowpages-intro { padding-bottom: 58px; }
.directory-categories { padding: clamp(24px, 3vw, 40px) 0 54px; border-bottom: 1px solid #dedede; }
.directory-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.directory-category {
	position: relative;
	min-height: 230px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 24px;
	overflow: hidden;
	background: var(--ink);
	color: #fff;
	isolation: isolate;
	transition: transform .22s ease, box-shadow .22s ease;
}
.directory-category::after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(180deg, rgba(25,25,45,.05) 20%, rgba(25,25,45,.9) 100%);
}
.directory-category img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.directory-category span { font-size: 22px; font-weight: 700; }
.directory-category small { margin-top: 5px; color: #e6e6eb; }
.directory-category:hover, .directory-category.active { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(32,33,59,.18); }
.directory-category:hover img, .directory-category.active img { transform: scale(1.05); }
.directory-category.active { outline: 4px solid var(--orange); outline-offset: -4px; }
.subcategory-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.subcategory-list a { padding: 9px 16px; border: 1px solid #c5c5c5; border-radius: 24px; background: #fff; font-size: 14px; }
.subcategory-list a:hover, .subcategory-list a.active { border-color: var(--orange); background: var(--orange); color: #fff; }
.directory-listing { background: #f3f3f3; }
.directory-heading { margin-bottom: 30px; }
.directory-count { color: var(--muted); }
.business-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.business-card {
	min-width: 0;
	display: grid;
	grid-template-columns: 190px 1fr;
	min-height: 230px;
	background: #fff;
	border: 1px solid #d1d1d1;
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.business-card:hover { transform: translateY(-5px); border-color: var(--orange); box-shadow: 0 16px 38px rgba(31,31,55,.1); }
.business-logo { display: grid; place-items: center; padding: 25px; background: #fff; border-right: 1px solid #ececec; }
.business-logo img { width: 100%; max-height: 140px; object-fit: contain; }
.business-card-body { display: flex; flex-direction: column; padding: 25px 24px 20px; }
.business-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.business-card h3 { margin: 0; font-size: 21px; line-height: 1.35; }
.featured-label { flex: 0 0 auto; padding: 3px 8px; background: var(--orange); color: #fff; font-size: 11px; }
.business-card p { margin: 14px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.65; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.business-contact { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: auto; font-size: 13px; font-weight: 700; }
.business-contact a:last-child { color: var(--orange); }
.business-detail { padding: 70px 0 110px; }
.business-detail-header { display: grid; grid-template-columns: 270px 1fr; gap: 55px; align-items: center; margin: 20px 0 65px; }
.business-detail-logo { display: grid; place-items: center; min-height: 240px; padding: 35px; background: #fff; border: 1px solid #d4d4d4; }
.business-detail-logo img { max-height: 170px; object-fit: contain; }
.business-detail h1 { margin: 12px 0 18px; font-size: clamp(42px, 6vw, 70px); line-height: 1.1; letter-spacing: -2px; }
.business-detail-tags { display: flex; flex-wrap: wrap; gap: 9px; color: var(--muted); }
.business-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 70px; align-items: start; }
.business-description h2, .business-info h2 { margin: 0 0 25px; font-size: 28px; }
.business-description > p { color: #222; font-size: 18px; line-height: 1.85; }
.business-info { padding: 30px; background: var(--ink); color: #fff; }
.business-info > div { display: flex; flex-direction: column; gap: 5px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.18); }
.business-info small { color: #aaaabd; }
.business-info a { color: #fff; overflow-wrap: anywhere; }
.business-info a:hover { color: var(--orange); }

.about-hero { padding: 110px 0 130px; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: start; }
.about-grid h1 { margin: 15px 0 0; font-size: clamp(45px, 6vw, 72px); line-height: 1.12; letter-spacing: -2.5px; }
.about-copy { padding-top: 32px; font-size: 19px; line-height: 1.85; }
.about-copy p { margin: 0 0 22px; }
.button-link { display: inline-block; margin-top: 16px; padding: 13px 28px; background: var(--orange); color: #fff; font-weight: 700; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #d1d1d1; }
.value-grid div { display: flex; flex-direction: column; padding: 44px; background: #fff; }
.value-grid strong { color: var(--orange); font-size: 38px; }
.value-grid span { margin-top: 8px; }

.site-footer { background: var(--ink-deep); color: #fff; }
.footer-inner { min-height: 280px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.footer-brand img { width: 170px; height: 70px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); }
.footer-brand p { margin: 18px 0 0; color: #e4e4e9; line-height: 1.65; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 26px; }
.footer-links nav { display: flex; gap: 30px; }
.footer-links nav a:hover { color: var(--orange); }
.social-links { display: flex; gap: 12px; }
.social-links a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; transition: transform .2s ease, background .2s ease; }
.social-links svg { display: block; width: 19px; height: 19px; fill: currentColor; }
.social-links a[aria-label="微信"] svg { width: 23px; height: 23px; }
.social-links a:hover { background: #d9660c; transform: translateY(-2px); }
.social-links a:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.social-platforms { gap:18px; flex-wrap:wrap; }
.social-platforms a, .social-platforms button { width:auto; height:auto; min-width:64px; display:flex; flex-direction:column; align-items:center; gap:9px; padding:0; border:0; border-radius:0; background:none; color:#fff; cursor:pointer; font:inherit; font-size:12px; text-decoration:none; }
.social-platforms .social-disc { display:grid; place-items:center; width:44px; height:44px; border-radius:50%; background:var(--orange); transition:transform .2s, box-shadow .2s; }
.social-platforms a:hover, .social-platforms button:hover { background:none; transform:none; }
.social-platforms a:hover .social-disc, .social-platforms button:hover .social-disc { transform:translateY(-3px); box-shadow:0 5px 16px rgba(245,130,32,.3); }
.social-platforms button:focus-visible { outline:2px solid #fff; outline-offset:5px; }
.social-platforms svg { width:23px; height:23px; }
.xiaohongshu-mark { font-size:11px; font-weight:900; letter-spacing:-1px; white-space:nowrap; }
.social-qr-dialog { width:min(440px,calc(100% - 32px)); max-height:calc(100dvh - 40px); padding:38px 28px 30px; border:1px solid #e4e9df; border-radius:20px; background:linear-gradient(145deg,#faf5ec,#fff 55%,#e7f0e8); color:var(--ink); text-align:center; box-shadow:0 24px 90px rgba(0,0,0,.3); }
.social-qr-dialog::backdrop { background:rgba(23,25,41,.72); backdrop-filter:blur(5px); }
.social-qr-dialog .social-qr-close { position:absolute; right:12px; top:12px; width:36px; height:36px; border:0; border-radius:50%; background:#eeeae3; color:var(--ink); font-size:25px; cursor:pointer; }
.social-qr-dialog .social-qr-close:focus-visible { outline:2px solid #2f6b4f; outline-offset:2px; }
.social-qr-eyebrow { margin:0 0 10px; color:#a64b05; font-size:11px; font-weight:700; letter-spacing:3px; }
.social-qr-dialog h2 { margin:0 0 24px; font-size:28px; }
.social-qr-image { max-width:280px; margin:0 auto 22px; padding:14px; border:1px solid #e4e4dd; border-radius:12px; background:#fff; }
.social-qr-image img { width:100%; height:auto; object-fit:contain; }
.social-qr-dialog p:not(.social-qr-eyebrow) { font-size:15px; line-height:1.7; }
.social-qr-dialog small { color:var(--muted); font-size:12px; }
.social-qr-empty { padding:44px 10px; margin:10px 0 20px; border:1px dashed #c5cfc2; border-radius:12px; color:var(--muted); }

@media (max-width: 960px) {
	.header-inner { min-height: 96px; }
	.menu-toggle { display: block; cursor: pointer; }
	.site-nav {
		position: absolute;
		left: 0;
		right: 0;
		top: 96px;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 18px 24px 28px;
		background: #fff;
		border-top: 1px solid #eee;
		box-shadow: 0 18px 30px rgba(0,0,0,.08);
	}
	.site-nav.open { display: flex; }
	.site-nav a { padding: 12px 0; }
	.hero-story { grid-template-columns: 1fr; }
	.hero-image, .hero-image img { min-height: 430px; }
	.article-grid, .magazine-grid, .video-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.featured-video { min-height: 500px; }
	.directory-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.business-grid { grid-template-columns: 1fr; }
	.business-detail-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 40px; }
	.about-grid { grid-template-columns: 1fr; gap: 35px; }
	.about-copy { padding-top: 0; }
	.footer-inner { padding: 55px 0; align-items: flex-start; }
	.footer-links nav { flex-wrap: wrap; justify-content: flex-end; }
}

@media (max-width: 640px) {
	.site-shell, .article-shell { width: min(calc(100% - 30px), var(--shell)); }
	.brand { width: 132px; }
	.brand img { height: 58px; }
	.page-intro { padding: 58px 0 25px; }
	.intro-row { align-items: stretch; flex-direction: column; gap: 30px; }
	.search-form { width: 100%; }
	.content-section { padding: 45px 0 68px; }
	.home-hero { padding-top: 38px; }
	.hero-section-heading { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 24px; }
	.hero-section-heading .text-link { align-self: flex-end; }
	.hero-story { min-height: 0; }
	.hero-image, .hero-image img { min-height: 260px; }
	.hero-copy { padding: 32px 25px 30px; }
	.hero-copy h2 { letter-spacing: -.7px; }
	.hero-copy p { margin-bottom: 26px; -webkit-line-clamp: 3; }
	.article-grid, .magazine-grid, .video-grid { grid-template-columns: 1fr; gap: 28px; }
	.issuu-modal { padding: 16px 10px; }
	.issuu-modal-heading { min-height: 58px; margin-right: 42px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; }
	.issuu-frame { height: calc(100vh - 100px); }
	.video-page-intro { padding-bottom: 38px; }
	.featured-video-section { padding-bottom: 42px; }
	.featured-video { min-height: 470px; }
	.featured-video-shade { background: linear-gradient(0deg, rgba(20,20,40,.92) 0%, rgba(20,20,40,.45) 62%, rgba(20,20,40,.08) 100%); }
	.featured-video-copy { left: 25px; bottom: 30px; width: calc(100% - 50px); }
	.featured-video-copy > strong { letter-spacing: -.7px; }
	.featured-video-copy > span:not(.featured-video-meta) { font-size: 14px; }
	.video-listing-section { padding-top: 45px; }
	.video-modal { padding: 25px 15px; }
	.directory-category-grid { grid-template-columns: 1fr; gap: 15px; }
	.directory-category { min-height: 185px; }
	.business-card { grid-template-columns: 120px 1fr; min-height: 205px; }
	.business-logo { padding: 16px; }
	.business-card-body { padding: 20px 18px; }
	.business-card p { -webkit-line-clamp: 3; }
	.business-detail-header { grid-template-columns: 1fr; gap: 28px; }
	.business-detail-logo { min-height: 210px; }
	.business-detail-grid { grid-template-columns: 1fr; gap: 40px; }
	.business-detail h1 { letter-spacing: -1px; }
	.section-heading h2 { font-size: 30px; }
	.article-detail { padding-top: 45px; }
	.article-detail h1 { letter-spacing: -1px; }
	.article-lead { font-size: 18px; }
	.prose { font-size: 17px; }
	.article-byline { align-items: flex-start; flex-direction: column; }
	.tags { justify-content: flex-start; }
	.infinite-pagination { min-height: 72px; margin-top: 26px; }
	.cover-wrap { padding: 22px 34px; }
	.about-hero { padding: 70px 0 85px; }
	.about-grid h1 { letter-spacing: -1.5px; }
	.value-grid { grid-template-columns: 1fr; }
	.value-grid div { padding: 30px; }
	.footer-inner { min-height: 0; flex-direction: column; }
	.footer-links { align-items: flex-start; }
	.footer-links nav { justify-content: flex-start; gap: 16px 24px; }
}
