:root {
	--cxy-paper: #f5f1e7;
	--cxy-paper-deep: #ebe4d6;
	--cxy-ink: #17211d;
	--cxy-muted: #657069;
	--cxy-line: rgba(32, 54, 45, 0.16);
	--cxy-jade: #244f43;
	--cxy-jade-deep: #17382f;
	--cxy-gold: #a27c3d;
	--cxy-red: #9a3c2e;
	--cxy-white: #fffdf8;
	--cxy-shadow: rgba(35, 40, 36, 0.10);
	--cxy-serif: "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
	--cxy-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

html { scroll-behavior: smooth; }
body.cxy-theme {
	margin: 0;
	background: var(--cxy-paper);
	color: var(--cxy-ink);
	font-family: var(--cxy-sans);
	font-size: 17px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}
body.cxy-theme *, body.cxy-theme *::before, body.cxy-theme *::after { box-sizing: border-box; }
body.cxy-theme a { color: inherit; text-decoration: none; }
body.cxy-theme img { max-width: 100%; height: auto; }
body.cxy-theme h1, body.cxy-theme h2, body.cxy-theme h3, body.cxy-theme h4 {
	color: var(--cxy-ink);
	font-family: var(--cxy-serif);
	font-weight: 600;
	letter-spacing: 0.025em;
}
body.cxy-theme h1 { font-size: clamp(2.35rem, 5.3vw, 4.55rem); line-height: 1.24; }
body.cxy-theme h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.3; }
body.cxy-theme h3 { font-size: 1.4rem; line-height: 1.45; }
body.cxy-theme p { margin-top: 0; }

.cxy-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 99999;
	padding: 10px 14px;
	transform: translateY(-160%);
	background: var(--cxy-white);
	color: var(--cxy-ink);
}
.cxy-skip-link:focus { transform: translateY(0); }

.cxy-site-header {
	position: relative;
	z-index: 50;
	background: rgba(245, 241, 231, 0.96);
	border-bottom: 1px solid var(--cxy-line);
	backdrop-filter: blur(12px);
}
.cxy-header-inner,
.cxy-footer-inner {
	width: min(100% - 48px, 1280px);
	min-height: 82px;
	margin-inline: auto;
	display: flex;
	align-items: center;
	gap: 30px;
}
.cxy-brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.cxy-seal {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: var(--cxy-white);
	background: var(--cxy-red);
	font-family: var(--cxy-serif);
	font-size: 15px;
	line-height: 1.05;
}
.cxy-brand-copy strong { display: block; font-family: var(--cxy-serif); font-size: 20px; letter-spacing: 0.12em; }
.cxy-brand-copy small { display: block; color: var(--cxy-muted); font-size: 12px; letter-spacing: 0.1em; }
.cxy-desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); color: var(--cxy-muted); font-size: 15px; }
.cxy-desktop-nav a, .cxy-text-link { transition: color 180ms ease; }
.cxy-desktop-nav a:hover, .cxy-desktop-nav a:focus-visible, .cxy-text-link:hover { color: var(--cxy-gold); }
.cxy-header-action,
.cxy-primary-button,
.cxy-gold-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 22px;
	border: 1px solid transparent;
	background: var(--cxy-jade);
	color: var(--cxy-white) !important;
	font-weight: 600;
	line-height: 1.3;
	transition: transform 180ms ease, background 180ms ease;
}
.cxy-header-action { min-height: 44px; padding: 9px 18px; font-size: 15px; }
.cxy-header-action:hover, .cxy-primary-button:hover { background: var(--cxy-jade-deep); transform: translateY(-1px); }
.cxy-mobile-nav { display: none; position: relative; }
.cxy-mobile-nav summary { cursor: pointer; padding: 9px 12px; border: 1px solid var(--cxy-line); list-style: none; }
.cxy-mobile-nav summary::-webkit-details-marker { display: none; }
.cxy-mobile-nav nav {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	width: min(78vw, 270px);
	padding: 10px;
	background: var(--cxy-white);
	box-shadow: 0 16px 38px var(--cxy-shadow);
}
.cxy-mobile-nav nav a { display: block; padding: 11px 12px; border-bottom: 1px solid var(--cxy-line); }
.cxy-mobile-nav nav a:last-child { border-bottom: 0; color: var(--cxy-red); }

.cxy-hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); }
.cxy-hero-copy { align-self: center; padding: 82px clamp(34px, 6.5vw, 105px); }
.cxy-eyebrow { margin-bottom: 18px; color: var(--cxy-gold); font-size: 14px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.cxy-hero h1 { margin: 0; }
.cxy-lede { max-width: 610px; margin: 28px 0; color: var(--cxy-muted); font-size: 18px; line-height: 1.95; }
.cxy-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin: 32px 0 20px; }
.cxy-text-link { color: var(--cxy-jade) !important; font-weight: 600; }
.cxy-location { color: var(--cxy-muted); font-size: 14px; }
.cxy-hero-visual { position: relative; min-height: 560px; margin: 0; overflow: hidden; background: var(--cxy-paper-deep); }
.cxy-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(235, 228, 214, 0.18), transparent 38%); pointer-events: none; }
body.cxy-theme .cxy-hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.cxy-hero-visual figcaption { position: absolute; right: 24px; bottom: 24px; z-index: 1; padding: 8px 12px; color: var(--cxy-white); background: rgba(23, 56, 47, 0.82); font-size: 13px; letter-spacing: 0.2em; }

.cxy-proof { display: grid; grid-template-columns: repeat(4, 1fr); padding: 22px max(24px, calc((100vw - 1280px) / 2)); color: var(--cxy-white); background: var(--cxy-jade-deep); }
.cxy-proof div { display: flex; justify-content: center; gap: 9px; padding: 7px 16px; border-right: 1px solid rgba(255, 253, 248, 0.2); }
.cxy-proof div:last-child { border-right: 0; }
.cxy-proof strong { color: #d7b572; }
.cxy-proof span { opacity: 0.82; }

.cxy-section { padding: 96px max(28px, calc((100vw - 1280px) / 2)); }
.cxy-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 42px; }
.cxy-section-head h2, .cxy-about-copy h2, .cxy-course-copy h2, .cxy-contact-section h2 { margin: 0; }
.cxy-section-head > p { max-width: 460px; margin: 0; color: var(--cxy-muted); line-height: 1.9; }
.cxy-service-grid, .cxy-article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cxy-service-card {
	position: relative;
	min-height: 330px;
	padding: 34px;
	background: var(--cxy-white);
	border-top: 3px solid var(--cxy-gold);
	box-shadow: 0 12px 34px var(--cxy-shadow);
}
.cxy-card-number { position: absolute; top: 22px; right: 24px; color: rgba(32, 54, 45, 0.12); font-family: var(--cxy-serif); font-size: 42px; }
.cxy-round-mark { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 30px; border-radius: 50%; background: var(--cxy-paper-deep); color: var(--cxy-jade); font-family: var(--cxy-serif); font-size: 20px; }
.cxy-service-card h3 { margin: 0 0 15px; }
.cxy-service-card p { min-height: 92px; color: var(--cxy-muted); }
.cxy-service-card a { color: var(--cxy-jade); font-weight: 600; }

.cxy-about-section { display: grid; grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(45px, 8vw, 115px); padding: 96px max(28px, calc((100vw - 1180px) / 2)); background: var(--cxy-white); }
.cxy-about-art { position: relative; aspect-ratio: 4 / 5; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--cxy-jade), var(--cxy-jade-deep)); color: var(--cxy-white); }
.cxy-about-art::before, .cxy-about-art::after { content: ""; position: absolute; width: 82%; height: 82%; border-radius: 50%; background: rgba(215, 181, 114, 0.14); }
.cxy-about-art::after { width: 48%; height: 48%; transform: translate(35%, 44%); }
.cxy-about-circle { position: absolute; width: 45%; aspect-ratio: 1; border: 1px solid rgba(255, 253, 248, 0.36); border-radius: 50%; }
.cxy-about-glyph { z-index: 1; font-family: var(--cxy-serif); font-size: clamp(70px, 9vw, 118px); }
.cxy-about-art small { position: absolute; bottom: 24px; letter-spacing: 0.24em; opacity: 0.7; }
.cxy-about-copy > p:not(.cxy-eyebrow) { max-width: 640px; color: var(--cxy-muted); line-height: 1.95; }
.cxy-about-copy blockquote { margin: 30px 0; padding: 18px 0 18px 24px; border-left: 3px solid var(--cxy-gold); color: var(--cxy-jade); font-family: var(--cxy-serif); font-size: 22px; }

.cxy-process-section { background: var(--cxy-paper-deep); }
.cxy-process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 0; padding: 0; list-style: none; }
.cxy-process-list li { display: flex; gap: 18px; padding-top: 24px; border-top: 1px solid var(--cxy-line); }
.cxy-process-list li > span { flex: 0 0 42px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--cxy-jade); color: var(--cxy-white); font-family: var(--cxy-serif); }
.cxy-process-list strong { font-family: var(--cxy-serif); font-size: 20px; }
.cxy-process-list p { margin-top: 10px; color: var(--cxy-muted); }

.cxy-courses-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; padding: 96px max(28px, calc((100vw - 1180px) / 2)); background: var(--cxy-jade-deep); color: var(--cxy-white); }
.cxy-courses-section h2 { color: var(--cxy-white); }
.cxy-course-copy > p:not(.cxy-eyebrow) { color: rgba(255, 253, 248, 0.74); }
.cxy-gold-button { margin-top: 14px; background: #d7b572; color: var(--cxy-jade-deep) !important; }
.cxy-gold-button:hover { background: #e3c58a; transform: translateY(-1px); }
.cxy-event-list { border-top: 1px solid rgba(255, 253, 248, 0.2); }
.cxy-event-list article { padding: 26px 0; border-bottom: 1px solid rgba(255, 253, 248, 0.2); }
.cxy-event-list small { color: #d7b572; }
.cxy-event-list h3 { margin: 7px 0; color: var(--cxy-white); }
.cxy-event-list p { margin: 0; opacity: 0.68; }

.cxy-article-visual { position: relative; aspect-ratio: 1.5; display: grid; place-items: center; margin-bottom: 22px; overflow: hidden; background: var(--cxy-paper-deep); }
body.cxy-theme .cxy-article-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 240ms ease; }
.cxy-article-card:hover .cxy-article-visual img { transform: scale(1.025); }
.cxy-article-visual > span { color: var(--cxy-jade); font-family: var(--cxy-serif); font-size: 64px; }
.cxy-article-card > small { color: var(--cxy-gold); }
.cxy-article-card h3 { margin: 8px 0; }
.cxy-article-card p { color: var(--cxy-muted); }

.cxy-media-section { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--cxy-line); border-block: 1px solid var(--cxy-line); }
.cxy-media-section > a { display: flex; align-items: center; gap: 18px; padding: 30px max(28px, calc((100vw - 1180px) / 2)); background: var(--cxy-white); }
.cxy-media-mark { display: grid; place-items: center; flex: 0 0 48px; height: 48px; border-radius: 50%; background: var(--cxy-red); color: var(--cxy-white); font-family: var(--cxy-serif); }
.cxy-media-section strong, .cxy-media-section small { display: block; }
.cxy-media-section small { margin-top: 5px; color: var(--cxy-muted); }

.cxy-contact-section { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; padding: 96px max(28px, calc((100vw - 1180px) / 2)); background: var(--cxy-paper-deep); }
.cxy-contact-section > div > p:not(.cxy-eyebrow) { max-width: 700px; color: var(--cxy-muted); }
.cxy-qr-card { width: 210px; margin: 0; padding: 16px; background: var(--cxy-white); box-shadow: 0 12px 36px var(--cxy-shadow); }
.cxy-qr-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center 46%; }
.cxy-qr-card figcaption { margin-top: 10px; color: var(--cxy-muted); font-size: 12px; text-align: center; }

.cxy-site-footer { background: var(--cxy-ink); color: rgba(255, 253, 248, 0.72); }
.cxy-footer-inner { min-height: 136px; }
.cxy-footer-brand { color: var(--cxy-white) !important; margin-right: 0; }
.cxy-footer-brand small { color: inherit; opacity: 0.55; }
.cxy-footer-inner > p { flex: 1; max-width: 650px; margin: 0; font-size: 13px; line-height: 1.7; }

.cxy-content-shell { width: min(100% - 48px, 1180px); min-height: 60vh; margin-inline: auto; padding: 82px 0 96px; }
.cxy-reading-shell { width: min(100% - 48px, 860px); }
.cxy-content-heading { margin-bottom: 48px; }
.cxy-content-heading h1 { margin: 0; font-size: clamp(2.25rem, 5vw, 4rem); }
.cxy-post-meta, .cxy-archive-description { color: var(--cxy-muted); }
.cxy-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.cxy-post-card { margin: 0; }
.cxy-post-card-image { position: relative; aspect-ratio: 1.48; display: grid; place-items: center; margin-bottom: 18px; overflow: hidden; background: var(--cxy-paper-deep); }
body.cxy-theme .cxy-post-card-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cxy-post-card-image span { color: var(--cxy-jade); font-family: var(--cxy-serif); font-size: 58px; }
.cxy-post-card small { color: var(--cxy-gold); }
.cxy-post-card h2 { margin: 8px 0; font-size: 1.45rem; }
.cxy-post-card p { color: var(--cxy-muted); }
.cxy-featured-image { margin-bottom: 44px; }
.cxy-featured-image img { width: 100%; }
.cxy-entry-content { font-size: 18px; line-height: 2; }
.cxy-entry-content > * { max-width: 100%; }
.cxy-entry-content h2 { margin-top: 2.1em; font-size: 2rem; }
.cxy-entry-content h3 { margin-top: 1.8em; }
.cxy-entry-content a { color: var(--cxy-jade); text-decoration: underline; text-underline-offset: 0.18em; }
.cxy-entry-content blockquote { margin: 2em 0; padding: 18px 24px; border-left: 3px solid var(--cxy-gold); background: var(--cxy-paper-deep); }
.cxy-entry-content img { border-radius: 1px; }
.cxy-article-footer { margin-top: 46px; padding-top: 20px; border-top: 1px solid var(--cxy-line); color: var(--cxy-muted); }
.cxy-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--cxy-line); }
.cxy-post-nav div:last-child { text-align: right; }
.navigation.pagination { margin-top: 50px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.nav-links .page-numbers { min-width: 42px; padding: 8px 12px; border: 1px solid var(--cxy-line); text-align: center; }
.nav-links .current { background: var(--cxy-jade); color: var(--cxy-white); }
.search-form { display: flex; max-width: 580px; margin-top: 24px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid var(--cxy-line); background: var(--cxy-white); color: var(--cxy-ink); }
.search-submit { min-height: 48px; padding: 10px 20px; border: 0; background: var(--cxy-jade); color: var(--cxy-white); }

body.cxy-theme a:focus-visible,
body.cxy-theme button:focus-visible,
body.cxy-theme summary:focus-visible,
body.cxy-theme input:focus-visible {
	outline: 3px solid var(--cxy-gold);
	outline-offset: 3px;
}

@media (max-width: 980px) {
	.cxy-desktop-nav, .cxy-header-action { display: none; }
	.cxy-mobile-nav { display: block; }
	.cxy-hero { grid-template-columns: 1fr; }
	.cxy-hero-visual { min-height: 430px; }
	.cxy-proof { grid-template-columns: 1fr 1fr; }
	.cxy-proof div:nth-child(2) { border-right: 0; }
	.cxy-service-grid, .cxy-process-list, .cxy-article-grid, .cxy-post-grid { grid-template-columns: 1fr; }
	.cxy-service-card { min-height: 0; }
	.cxy-service-card p { min-height: 0; }
	.cxy-about-section, .cxy-courses-section { grid-template-columns: 1fr; }
	.cxy-about-art { width: min(100%, 440px); margin-inline: auto; }
	.cxy-article-card { display: grid; grid-template-columns: 180px 1fr; column-gap: 24px; }
	.cxy-article-visual { grid-row: 1 / span 4; margin: 0; }
	.cxy-media-section { grid-template-columns: 1fr; }
	.cxy-media-section > a { padding-inline: max(28px, calc((100vw - 880px) / 2)); }
	.cxy-footer-inner { flex-wrap: wrap; padding-block: 28px; }
}

@media (max-width: 620px) {
	body.cxy-theme { font-size: 16px; }
	.cxy-header-inner { width: min(100% - 28px, 1280px); min-height: 72px; }
	.cxy-brand-copy small { display: none; }
	.cxy-hero-copy { padding: 54px 22px; }
	.cxy-lede { font-size: 16px; }
	.cxy-hero-visual { min-height: 310px; }
	.cxy-proof { grid-template-columns: 1fr; padding-inline: 22px; }
	.cxy-proof div { border-right: 0; border-bottom: 1px solid rgba(255, 253, 248, 0.2); }
	.cxy-proof div:last-child { border-bottom: 0; }
	.cxy-section, .cxy-about-section, .cxy-courses-section, .cxy-contact-section { padding: 70px 22px; }
	.cxy-section-head { align-items: flex-start; flex-direction: column; gap: 20px; }
	.cxy-service-card { padding: 28px; }
	.cxy-process-list { gap: 8px; }
	.cxy-process-list li { padding-block: 22px; }
	.cxy-article-card { display: block; }
	.cxy-article-visual { margin-bottom: 18px; }
	.cxy-media-section > a { padding: 26px 22px; }
	.cxy-contact-section { grid-template-columns: 1fr; }
	.cxy-qr-card { width: 180px; }
	.cxy-footer-inner { width: min(100% - 44px, 1280px); display: block; }
	.cxy-footer-inner > * { margin-bottom: 20px; }
	.cxy-content-shell { width: min(100% - 44px, 1180px); padding-block: 62px 78px; }
	.cxy-entry-content { font-size: 17px; line-height: 1.9; }
	.cxy-post-nav { grid-template-columns: 1fr; }
	.cxy-post-nav div:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
