/* CHXN page: about — hero, stats, story, commitments, mission, process,
   gallery, team, CTA. page-gioi-thieu.php prints its own section/container
   markup directly (no Flatsome row/col to strip gutters from), so each
   section below sets its own max-width/centering where the design caps it
   narrower than the site's normal content width. */

.chxn-cream-section {
	background: var(--chxn-cream);
	border-top: 1px solid var(--chxn-line);
	border-bottom: 1px solid var(--chxn-line);
	padding: 44px 0;
}

.chxn-about-hero {
	background: linear-gradient(135deg, #0d5538, #137a52);
	color: #fff;
}
/* same pill as home.css's ".chxn-hero-badge" — that file only loads on
   the front page (inc/enqueue.php's per-page CSS map), so the about
   hero's own "Giới thiệu" badge span rendered as bare unstyled text. */
.chxn-about-hero .chxn-hero-badge {
	display: inline-block;
	background: rgba(255, 255, 255, .15);
	border: 1px solid rgba(255, 255, 255, .25);
	padding: 6px 14px;
	border-radius: var(--chxn-radius-pill);
	font-size: 12.5px;
	font-weight: 600;
}
.chxn-about-hero-inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 56px 20px;
	text-align: center;
}
.chxn-about-hero-inner h1 {
	font-size: 40px;
	font-weight: 800;
	line-height: 1.15;
	margin: 16px 0 0;
	color: #fff;
}
.chxn-about-hero-inner p {
	font-size: 16px;
	line-height: 1.8;
	color: #d8ece3;
	margin: 18px auto 0;
	max-width: 660px;
}

.chxn-about-stats-wrap {
	max-width: 1000px;
	margin: -32px auto 0;
	padding: 0 20px;
	position: relative;
}
.chxn-stats-bar {
	background: var(--chxn-card);
	border: 1px solid var(--chxn-line);
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(18, 107, 72, .1);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.chxn-stat {
	padding: 24px 18px;
	text-align: center;
	border-right: 1px solid var(--chxn-line);
}
.chxn-stat:last-child { border-right: 0; }
.chxn-stat-num {
	font-size: 30px;
	font-weight: 800;
	color: var(--chxn-green-d);
}
.chxn-stat-label {
	font-size: 13px;
	color: var(--chxn-ink-2);
	margin-top: 4px;
}

.chxn-about-story-row {
	max-width: 1040px;
	margin: 8px auto 44px;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 5fr 7fr;
	gap: 40px;
	align-items: center;
	box-sizing: border-box;
}
/* below ~1380px viewport there's no spare margin outside this row's own
   20px padding for the fixed floating contact cluster (components/
   fab.css, bottom-right) to sit in — the text column's own paragraph
   text ends up flush against the row's right edge, right where those
   buttons float. Same fix as pages/checkout.css, shop.css, blog.css,
   product-detail.css, policy.css. */
@media (min-width: 851px) and (max-width: 1380px) {
	.chxn-about-story-row {
		padding-right: 90px;
	}
}
.chxn-eyebrow {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .14em;
	color: var(--chxn-green-d);
}
.chxn-story-img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 16px;
	border: 1px solid var(--chxn-line);
	display: block;
}
.chxn-story-text h2 {
	font-size: 26px;
	font-weight: 800;
	line-height: 1.25;
	margin: 10px 0 0;
}
.chxn-story-text p {
	font-size: 14.5px;
	line-height: 1.9;
	color: var(--chxn-ink-2);
	margin: 16px 0 0;
}

.chxn-center-head {
	text-align: center;
	margin-bottom: 20px;
}
.chxn-center-head h2 {
	font-size: 26px;
	font-weight: 800;
	margin: 8px 0 0;
}
.chxn-center-head .chxn-sub {
	font-size: 14px;
	color: var(--chxn-ink-2);
	margin: 10px 0 0;
}

.chxn-commit-grid,
.chxn-process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 10px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.chxn-commit-card {
	background: var(--chxn-card);
	border: 1px solid var(--chxn-line);
	border-radius: 14px;
	padding: 24px 22px;
}
.chxn-commit-icon {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: var(--chxn-green-l);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
}
.chxn-commit-card h3 {
	font-size: 15.5px;
	font-weight: 700;
	margin: 14px 0 0;
}
.chxn-commit-card p {
	font-size: 13px;
	color: var(--chxn-ink-2);
	line-height: 1.7;
	margin: 7px 0 0;
}

.chxn-mission {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
}
.chxn-mission-icon { font-size: 40px; }
.chxn-mission h2 {
	font-size: 26px;
	font-weight: 800;
	margin: 14px 0 0;
}
.chxn-mission p {
	font-size: 15.5px;
	line-height: 1.9;
	color: var(--chxn-ink-2);
	margin: 16px auto 0;
	max-width: 720px;
}

.chxn-process-grid {
	max-width: 1000px;
}
.chxn-process-card {
	background: var(--chxn-card);
	border: 1px solid var(--chxn-line);
	border-radius: 14px;
	padding: 26px 18px;
	text-align: left;
	position: relative;
}
.chxn-step {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 13px;
	font-weight: 800;
	color: var(--chxn-line-2);
}
.chxn-process-icon { font-size: 30px; }
.chxn-process-card h3 {
	font-size: 15.5px;
	font-weight: 700;
	margin: 12px 0 0;
}
.chxn-process-card p {
	font-size: 12.5px;
	color: var(--chxn-ink-2);
	line-height: 1.6;
	margin: 7px 0 0;
}

.chxn-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	max-width: 1000px;
	margin: 0 auto;
}
.chxn-gallery-grid img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid var(--chxn-line);
	display: block;
}

.chxn-team-card {
	background: var(--chxn-card);
	border: 1px solid var(--chxn-line);
	border-radius: 16px;
	padding: 34px 36px;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.chxn-team-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}
.chxn-team-item {
	display: flex;
	align-items: center;
	gap: 16px;
	border: 1px solid var(--chxn-line);
	border-radius: 14px;
	padding: 18px 20px;
	background: var(--chxn-bg);
}
.chxn-team-item img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--chxn-green);
	flex: none;
}
.chxn-team-role { font-size: 12px; color: var(--chxn-ink-2); }
.chxn-team-name { font-size: 17px; font-weight: 800; }
.chxn-team-item a {
	color: var(--chxn-green-d);
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
}

.chxn-cta-band {
	background: var(--chxn-green);
	border-radius: 18px;
	padding: 40px;
	text-align: center;
	color: #fff;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.chxn-cta-band h2 { font-size: 24px; font-weight: 800; margin: 0; color: #fff; }
.chxn-cta-band p { font-size: 14.5px; color: #d6ece2; margin: 12px auto 0; max-width: 480px; }
.chxn-cta-actions {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 24px;
	flex-wrap: wrap;
}
.chxn-btn-ghost-on-green {
	background: rgba(255, 255, 255, .12);
	color: #fff;
	text-decoration: none;
	border: 1.5px solid rgba(255, 255, 255, .4);
	border-radius: var(--chxn-radius-pill);
	padding: 13px 26px;
	font-size: 15px;
	font-weight: 700;
}

@media (max-width: 850px) {
	.chxn-stats-bar { grid-template-columns: repeat(2, 1fr); }
	.chxn-about-story-row { grid-template-columns: 1fr; }
	.chxn-commit-grid, .chxn-process-grid { grid-template-columns: repeat(2, 1fr); }
	.chxn-gallery-grid { grid-template-columns: repeat(2, 1fr); }
	.chxn-team-grid { grid-template-columns: 1fr; }
}
