/*--------------------------------------------------------------
# Custom Demo Styles for Wellbeing Design
# This file contains specific overrides and new sections for the Demo.
--------------------------------------------------------------*/

.hero-tagline {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 20px;
}

/* Hero (index): hierarchy + readability per brand / design feedback */
#hero.hero:before {
	background: linear-gradient(180deg,
			rgba(43, 31, 22, 0.55) 0%,
			rgba(43, 31, 22, 0.45) 50%,
			rgba(43, 31, 22, 0.58) 100%);
}

#hero .container {
	max-width: 920px;
}

#hero .hero-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.28em;
	margin: 0;
	text-transform: none;
	letter-spacing: 0.01em;
	line-height: 1.18;
	color: #fff;
	text-shadow: 0 4px 28px rgba(0, 0, 0, 0.35);
}

#hero .hero-title-strong {
	display: block;
	font-size: clamp(1.85rem, 4.2vw, 3.35rem);
	font-weight: 800;
	font-style: normal;
}

#hero .hero-tagline {
	max-width: 36em;
	margin: 1.1rem auto 0;
	font-size: clamp(0.95rem, 1.65vw, 1.2rem);
	font-weight: 400;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.94);
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}

#hero > img {
	filter: blur(6px) brightness(0.8);
	transform: scale(1.05);
	transform-origin: center;
	will-change: transform, filter;
}

.btn-outline-hero {
	border: 2px solid #fff;
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
	font-weight: 600;
	transition: all 0.3s;
}

.btn-outline-hero:hover {
	background: #fff;
	color: var(--heading-color);
}

/* --- Hero Story Section --- */
.hero-story {
	position: relative;
	margin-top: 0;
	/* อย่ากด padding-top: 0 — จะทับ padding ของ section/.section แล้วชิด hero ทันที */
}

/* ไม่ดึงซ้อน hero ด้วย margin ลบ — .hero มี padding-bottom อยู่แล้ว */

/* Hero story split: full-height 2 columns (image | content) */
.hero-story--split {
	padding: 0;
	--hero-split-stage-height: clamp(480px, 72vh, 760px);
}

/* Override layout from main.css for split variant only */
section.hero-story.hero-story--page.hero-story--split.section {
	display: block;
	justify-content: initial;
	min-height: 100vh;
	min-height: 100dvh;
}

.hero-story--split .hero-story-split-container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.hero-story--split .hero-story-split-heading {
	padding: clamp(1.7rem, 2.8vw, 2.6rem) 1rem clamp(1rem, 1.8vw, 1.4rem);
}

.hero-story--split .hero-story-split-heading h2 {
	margin: 0;
	font-size: clamp(1.55rem, 2.5vw, 2.4rem);
	line-height: 1.2;
	font-family: "Prompt", "Google Sans", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	color: #1f1a15;
}

.hero-story--split .hero-story-split-heading p {
	margin: 0.55rem 0 0;
	font-size: clamp(0.9rem, 1.2vw, 1rem);
	font-family: "Prompt", "Google Sans", sans-serif;
	font-weight: 400;
	color: #5e4b3d;
	letter-spacing: 0;
}

.hero-story--split .hero-story-split-row {
	min-height: var(--hero-split-stage-height);
}

.hero-story--split .hero-story-split-media,
.hero-story--split .hero-story-split-content-wrap {
	display: flex;
	align-items: stretch;
	min-height: var(--hero-split-stage-height);
	position: relative;
	overflow: hidden;
}

.hero-story--split .hero-story-split-image {
	width: 100%;
	height: var(--hero-split-stage-height);
	min-height: var(--hero-split-stage-height);
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 0;
	transform: scale(1.03);
	animation: heroSplitImageBreath 14s ease-in-out infinite alternate;
	will-change: transform;
}

.hero-story--split .hero-story-split-content-wrap {
	padding: clamp(2.5rem, 4vw, 4rem);
	background: #f8f5f0;
}

.hero-story--split .hero-story-split-content-wrap::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg,
			transparent 20%,
			rgba(255, 255, 255, 0.32) 44%,
			transparent 68%);
	transform: translateX(-130%);
	animation: heroSplitContentSheen 10s ease-in-out infinite;
	pointer-events: none;
}

.hero-story--split .hero-story-split-content {
	max-width: 640px;
	margin: auto;
	width: 100%;
}

.hero-story--split .hero-story-split-content.hero-story-card {
	background: transparent;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	padding: clamp(1.25rem, 2.2vw, 2.1rem);
	position: relative;
	z-index: 1;
}

#brand-philosophy.hero-story--split .hero-story-split-content {
	max-width: 700px;
}

#brand-philosophy.hero-story--split .hero-story-split-content-wrap {
	background: #f3efe9;
}

.hero-story--split .hero-story-eyebrow {
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	font-weight: 700;
	color: #8b6a4f;
	margin-bottom: 0.85rem;
}

.hero-story--split.hero-story h3 {
	font-size: clamp(1.7rem, 2.6vw, 2.45rem);
	line-height: 1.28;
	margin-bottom: 1rem;
	font-family: "Prompt", "Google Sans", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	color: #2f261f;
}

.hero-story--split .hero-story-split-content p {
	font-size: 1rem;
	line-height: 1.8;
	color: #44362c;
}

.hero-story--split .hero-story-pillars-list {
	margin: 0 0 1.2rem 0;
}

.hero-story--split .hero-story-pillars-list li {
	background: transparent;
	border-left: 2px solid #a37855;
	padding: 0.52rem 0.82rem;
	margin-bottom: 0.45rem;
	font-size: 0.92rem;
	color: #4b3a2e;
	transition: transform 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
}

.hero-story--split .hero-story-pillars-list li:hover {
	transform: translateX(5px);
	border-left-color: #7e5a3e;
	background: rgba(163, 120, 85, 0.07);
}

.hero-story--split .hero-story-pillars-list li i {
	font-size: 0.9rem;
	color: #8b6a4f;
}

.hero-story--split .hero-story-quote-wrap {
	margin: 1.1rem 0 1.2rem;
	padding: 0.2rem 0 0.2rem 1rem;
	border-left: 3px solid #8b6a4f;
}

.hero-story--split .hero-story-quote-wrap::before,
.hero-story--split .hero-story-quote-wrap::after {
	content: none;
}

.hero-story--split .hero-story-quote-alt {
	font-size: clamp(1.05rem, 1.65vw, 1.28rem);
	font-style: normal;
	text-align: left;
	line-height: 1.6;
	color: #3c2f26;
	font-weight: 500;
}

#hero-story.hero-story--split .hero-story-split-image {
	object-position: center 35%;
	animation-duration: 15s;
}

#brand-philosophy.hero-story--split .hero-story-split-image {
	object-position: center 25%;
	animation-direction: alternate-reverse;
	animation-duration: 16s;
}

@keyframes heroSplitImageBreath {
	0% {
		transform: scale(1.03) translate3d(0, 0, 0);
	}

	100% {
		transform: scale(1.09) translate3d(0, -10px, 0);
	}
}

@keyframes heroSplitContentSheen {
	0%,
	62% {
		transform: translateX(-130%);
		opacity: 0;
	}

	68%,
	78% {
		opacity: 1;
	}

	92%,
	100% {
		transform: translateX(130%);
		opacity: 0;
	}
}

/* 1 section ≈ 1 จอ: การ์ดกลาง ความกว้างจำกัด (เดิมใช้ .hero-story--stack) */
.hero-story--page .hero-story-card {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.hero-story--split {
		--hero-split-stage-height: min(52vh, 400px);
	}

	.hero-story--split .hero-story-split-heading {
		padding: 1.4rem 1rem 0.9rem;
	}

	.hero-story--split .hero-story-split-heading h2 {
		font-size: 1.45rem;
	}

	.hero-story--split .hero-story-split-heading p {
		font-size: 0.88rem;
		margin-top: 0.45rem;
	}

	section.hero-story.hero-story--page.hero-story--split.section {
		min-height: auto;
	}

	.hero-story--split .hero-story-split-row,
	.hero-story--split .hero-story-split-image,
	.hero-story--split .hero-story-split-media,
	.hero-story--split .hero-story-split-content-wrap {
		min-height: auto;
	}

	.hero-story--split .hero-story-split-image {
		height: var(--hero-split-stage-height);
		animation-duration: 10s;
	}

	.hero-story--split .hero-story-split-content-wrap {
		padding: 1.5rem 1rem 2rem;
	}

	.hero-story--split.hero-story h3 {
		font-size: 1.55rem;
	}

	.hero-story--split .hero-story-split-content p {
		font-size: 0.96rem;
		line-height: 1.72;
	}

	.hero-story--page .hero-story-image {
		height: min(320px, 70vw);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-story--split .hero-story-split-image,
	.hero-story--split .hero-story-split-content-wrap::before {
		animation: none;
		transform: none;
	}

	.hero-story--split .hero-story-pillars-list li {
		transition: none;
	}
}

/* การ์ด philosophy ยาว — ลดความสูงรูปบนจอใหญ่ให้พอดีกับอารมณ์ “ทีละหน้า” */
@media (min-width: 992px) {
	.hero-story--page .hero-story-philosophy .hero-story-image {
		height: min(420px, 38vh);
	}
}

.hero-story-card {
	background: var(--surface-color);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(74, 55, 40, 0.05);
	padding: 40px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease;
}

.hero-story-card:hover {
	border-color: color-mix(in srgb, var(--accent-color), transparent 60%);
	box-shadow: 0 15px 40px rgba(74, 55, 40, 0.1);
}

.hero-story-image {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 6px;
	margin-bottom: 24px;
}

.hero-story-eyebrow {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--accent-color);
	margin-bottom: 12px;
	display: block;
}

.hero-story h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
	color: var(--heading-color);
}

.hero-story-pillars-list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.hero-story-pillars-list li {
	padding: 8px 15px;
	margin-bottom: 8px;
	background: color-mix(in srgb, var(--accent-color), transparent 96%);
	border-left: 3px solid var(--accent-color);
	color: var(--accent-color);
	font-weight: 600;
	font-size: 0.95rem;
	display: flex;
	align-items: center;
	gap: 10px;
}

.hero-story-pillars-list li i {
	font-size: 1.1rem;
	font-weight: bold;
}

.hero-story-quote-wrap {
	position: relative;
	margin: 25px 0;
	padding: 20px 40px;
}

.hero-story-quote-alt {
	font-size: 1.3rem;
	font-style: italic;
	line-height: 1.5;
	color: var(--heading-color);
	margin-bottom: 0;
	font-weight: 300;
	position: relative;
	z-index: 1;
	text-align: center;
}

.hero-story-quote-wrap::before,
.hero-story-quote-wrap::after {
	position: absolute;
	font-size: 4rem;
	color: color-mix(in srgb, var(--accent-color), transparent 85%);
	font-family: var(--heading-font);
	line-height: 1;
}

.hero-story-quote-wrap::before {
	content: '“';
	top: 0;
	left: 0;
}

.hero-story-quote-wrap::after {
	content: '”';
	bottom: -20px;
	right: 0;
}

/* --- Reflection intro (นำก่อน credibility) — full-screen quiet white pause --- */
.reflection-intro {
	padding: 0;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	font-family: "Google Sans", "Prompt", sans-serif;
}

.reflection-intro .container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100svh;
	padding-top: clamp(6rem, 9vw, 7.5rem);
	padding-bottom: clamp(4rem, 7vw, 5.5rem);
}

.reflection-intro .row {
	width: 100%;
}

.reflection-intro-panel {
	max-width: 920px;
	margin: 0 auto;
	padding: clamp(1rem, 2vw, 1.5rem) 0;
	text-align: center;
	background: transparent;
	border: 0;
	box-shadow: none;
	font-family: "Google Sans", "Prompt", sans-serif;
}

.reflection-intro-eyebrow {
	margin: 0 0 1.4rem;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #8d6d59;
	font-family: "Google Sans", "Prompt", sans-serif;
}

.reflection-intro-heading {
	margin: 0 auto 2.4rem;
	max-width: 22ch;
	font-size: clamp(1.9rem, 4.15vw, 3.2rem);
	line-height: 1.34;
	letter-spacing: -0.03em;
	color: #3d342d;
	font-weight: 700;
	text-wrap: balance;
	font-family: "Google Sans", "Prompt", sans-serif;
}

.reflection-intro-list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 760px;
}

.reflection-intro-list li {
	padding: 1rem 0;
	margin: 0;
	font-size: clamp(1.16rem, 2.15vw, 1.42rem);
	font-weight: 500;
	line-height: 1.72;
	letter-spacing: -0.01em;
	color: #56493f;
	border-top: 1px solid rgba(141, 109, 89, 0.2);
	font-family: "Google Sans", "Prompt", sans-serif;
}

.reflection-intro-list li:last-child {
	border-bottom: 1px solid rgba(141, 109, 89, 0.2);
}

.reflection-intro-closing-wrap {
	max-width: 720px;
	margin: 1.8rem auto 0;
	padding-top: 1.7rem;
}

.reflection-intro-closing {
	font-size: clamp(1.16rem, 2.15vw, 1.55rem);
	font-weight: 600;
	line-height: 1.75;
	color: #4c4037;
	text-wrap: balance;
	font-family: "Google Sans", "Prompt", sans-serif;
}

@media (max-width: 767px) {
	.reflection-intro .container {
		min-height: auto;
		padding-top: 7.5rem;
		padding-bottom: 5rem;
	}

	.reflection-intro-heading {
		max-width: none;
		margin-bottom: 1.9rem;
	}

	.reflection-intro-list li {
		padding: 1rem 0;
		font-size: clamp(1.06rem, 4vw, 1.22rem);
		line-height: 1.75;
	}

	.reflection-intro-closing-wrap {
		margin-top: 1.8rem;
		padding-top: 1.7rem;
	}
}

/* --- Voice note / บันทึกสั้น (Homepage 5 — คน + คำพูด ไม่มีกรอบ card) --- */
/* main.css .section ใช้ overflow: clip — ตัดรูปที่ล้นออก ต้องปลดเฉพาะบล็อกนี้ */
#voice-note.ceo-voice.section {
	overflow: visible;
}

#voice-note .container {
	overflow: visible;
}

.ceo-voice-shell {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: clamp(1.75rem, 4vw, 3.25rem) 0 clamp(1.35rem, 3.5vw, 2.5rem);
}

/* ไม่ใช้เส้นคั่นบน — ให้เป็นชิ้นเดียวกับพื้นหลัง section */
.ceo-voice-shell::before {
	display: none;
}

/* เลย์เอาต์อย่างเดียว — ไม่มีพื้น/ขอบ/เงาแบบการ์ด */
.ceo-voice-composition {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.35rem;
	align-items: center;
	padding: clamp(0.75rem, 2vw, 1.25rem) 0;
	border-radius: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	overflow: visible;
}

.ceo-voice-visual {
	position: relative;
	z-index: 1;
	justify-self: center;
	width: 100%;
	max-width: 18rem;
	overflow: visible;
}

.ceo-voice-figure {
	position: relative;
	overflow: visible;
	margin: 0;
}

/* เงาพื้นใต้คน — รู้สึกยืนในอวกาศ ไม่ใช่ในตู้ */
.ceo-voice-figure::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 4%;
	width: 72%;
	height: 14%;
	transform: translateX(-50%);
	background: radial-gradient(ellipse at center, rgba(74, 55, 40, 0.22), transparent 72%);
	filter: blur(14px);
	opacity: 0.55;
	pointer-events: none;
	z-index: 0;
}

/* ไม่มีกรอบรูป — แค่ห่อเพื่อโครงสร้าง */
.ceo-voice-photo-frame {
	position: relative;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.ceo-voice-photo-frame::after {
	display: none;
}

.ceo-voice-photo {
	position: relative;
	z-index: 1;
	display: block;
	width: auto;
	max-width: 118%;
	height: auto;
	max-height: min(400px, 54vh);
	min-height: 220px;
	margin-left: 50%;
	margin-top: 31%;
	object-fit: contain;
	object-position: center bottom;
	border-radius: 0;
	box-shadow: none;
	transform: translateX(-50%) translateY(-2%);
	filter:
		drop-shadow(0 22px 36px rgba(74, 55, 40, 0.16)) drop-shadow(0 8px 16px rgba(74, 55, 40, 0.08));
}

@media (min-width: 992px) {
	.ceo-voice-composition {
		grid-template-columns: minmax(240px, 0.44fr) 1fr;
		gap: 0;
		padding: clamp(1.5rem, 3.5vw, 2.75rem) 0 clamp(0.85rem, 2.25vw, 1.75rem);
		align-items: center;
	}

	.ceo-voice-visual {
		justify-self: end;
		max-width: none;
		width: 128%;
		margin-right: clamp(-3.5rem, -7vw, -2rem);
		margin-top: clamp(-4.25rem, -9vw, -2.5rem);
		margin-bottom: clamp(-3.5rem, -7vw, -2.25rem);
	}

	.ceo-voice-photo {
		max-height: min(580px, 78vh);
		max-width: 145%;
		min-height: 320px;
		transform: translateX(-50%) translateY(-14%) scale(1.14);
		filter:
			drop-shadow(0 28px 48px rgba(74, 55, 40, 0.18)) drop-shadow(0 10px 22px rgba(74, 55, 40, 0.1));
	}

	.ceo-voice-figure {
		transform: rotate(-1.35deg);
	}

	.ceo-voice-figure::before {
		bottom: 2%;
		width: 68%;
		opacity: 0.5;
	}
}

/* ข้อความ: ลอยคู่รูป — ไม่มีแถบซ้าย / ไม่มีกรอบ */
.ceo-voice-panel {
	position: relative;
	z-index: 2;
	overflow: visible;
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 0;
	padding: clamp(0.35rem, 1.5vw, 0.75rem) clamp(0.35rem, 2vw, 0.75rem);
	border-radius: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	transition: none;
}

.ceo-voice-panel:hover {
	border-color: transparent;
	box-shadow: none;
}

.ceo-voice-panel::before {
	display: none;
}

.ceo-voice-panel::after {
	display: none;
}

@media (min-width: 992px) {
	.ceo-voice-panel {
		padding: 0.35rem 0 0.35rem clamp(1.75rem, 4.5vw, 4rem);
	}
}

.ceo-voice-watermark {
	position: absolute;
	right: 0.15rem;
	top: -0.15rem;
	font-family: var(--heading-font);
	font-size: clamp(3.75rem, 11vw, 6rem);
	font-weight: 700;
	line-height: 1;
	color: color-mix(in srgb, var(--accent-color), transparent 86%);
	pointer-events: none;
	user-select: none;
	opacity: 0.95;
}

.ceo-voice-panel-head {
	position: relative;
	z-index: 1;
	margin-bottom: 1.05rem;
}

.ceo-voice-eyebrow {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--accent-color);
}

.ceo-voice-eyebrow-text {
	white-space: nowrap;
}

.ceo-voice-eyebrow::after {
	content: "";
	flex: 1;
	height: 1px;
	max-width: 9rem;
	background: linear-gradient(90deg,
			color-mix(in srgb, var(--accent-color), transparent 25%),
			transparent);
	opacity: 0.6;
}

.ceo-voice-quote {
	position: relative;
	z-index: 1;
	margin: 0 0 1.55rem;
	padding: 0.35rem 0 0.5rem;
	border: 0;
}

/* แสงจาง ๆ หลังบทพูด — ให้ข้อความ “มีลมหายใจ” ไม่แบน */
.ceo-voice-quote::before {
	content: "";
	position: absolute;
	left: -4%;
	top: -6%;
	width: 92%;
	height: 112%;
	background: radial-gradient(ellipse 72% 88% at 12% 35%,
			color-mix(in srgb, var(--accent-color), transparent 91%),
			transparent 68%);
	pointer-events: none;
	z-index: 0;
}

.ceo-voice-quote p {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: none;
	margin: 0;
	padding-right: clamp(0px, 4vw, 2.5rem);
	font-family: var(--heading-font);
	font-size: clamp(1.22rem, 2.55vw, 1.58rem);
	font-weight: 600;
	font-style: italic;
	line-height: 1.62;
	letter-spacing: -0.018em;
	color: var(--heading-color);
	text-wrap: balance;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

/* ประโยคเปิด — จังหวะนำ อ่านแล้วรู้สึกถึงเวลา/ประสบการณ์ */
.ceo-voice-quote-lede {
	display: inline;
	font-style: italic;
	font-weight: 600;
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 22%);
	letter-spacing: -0.02em;
}

/* คำสำคัญ — ชูโทนธีม ตัดกับตัวเอียง */
.ceo-voice-em {
	font-style: normal;
	font-weight: 800;
	color: var(--accent-color);
	letter-spacing: 0.03em;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.2em;
	text-decoration-color: color-mix(in srgb, var(--accent-color), transparent 35%);
}

.ceo-voice-em--hero {
	font-size: 1.05em;
	letter-spacing: 0.04em;
	text-decoration: none;
	padding: 0.06em 0.14em;
	margin: 0 0.02em;
	border-radius: 4px;
	background: linear-gradient(120deg,
			color-mix(in srgb, var(--accent-color), transparent 88%),
			color-mix(in srgb, var(--accent-color), transparent 94%) 55%,
			color-mix(in srgb, var(--accent-color), transparent 90%));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.ceo-voice-body {
	position: relative;
	z-index: 1;
	margin-bottom: 1.65rem;
	padding-top: 1.35rem;
	border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 76%);
}

.ceo-voice-body p {
	width: 100%;
	max-width: none;
	font-size: clamp(1.01rem, 1.8vw, 1.12rem);
	line-height: 1.84;
	letter-spacing: 0.015em;
	color: color-mix(in srgb, var(--default-color), transparent 4%);
}

.ceo-voice-body-pull {
	font-family: var(--heading-font);
	font-weight: 700;
	font-style: italic;
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 15%);
	letter-spacing: 0.02em;
}

.ceo-voice-sign {
	position: relative;
	z-index: 1;
	padding-top: 1.2rem;
	margin-top: 0.1rem;
	border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 88%);
}

.ceo-voice-name {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	font-family: var(--heading-font);
	font-size: clamp(1.04rem, 1.9vw, 1.12rem);
	font-weight: 700;
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 8%);
	letter-spacing: 0.06em;
}

.ceo-voice-name::before {
	content: "";
	display: block;
	width: 2.5rem;
	height: 1px;
	flex-shrink: 0;
	background: linear-gradient(90deg,
			var(--accent-color),
			color-mix(in srgb, var(--accent-color), transparent 30%));
	opacity: 0.85;
}

@media (max-width: 991px) {
	.ceo-voice-composition {
		padding: clamp(0.5rem, 2vw, 1rem) 0;
	}

	.ceo-voice-visual {
		max-width: 17rem;
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 0;
	}

	.ceo-voice-photo {
		max-height: 300px;
		min-height: 200px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		transform: translateY(-1%);
	}

	.ceo-voice-figure {
		transform: none;
	}
}

@media (max-width: 767px) {
	.ceo-voice-quote p {
		padding-right: 0;
	}

	.ceo-voice-eyebrow {
		letter-spacing: 0.12em;
	}

	.ceo-voice-eyebrow::after {
		max-width: 4rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ceo-voice-figure {
		transform: none;
	}

	.ceo-voice-photo {
		filter: drop-shadow(0 12px 20px rgba(74, 55, 40, 0.12));
	}
}

@media (max-width: 991px) and (prefers-reduced-motion: reduce) {
	.ceo-voice-photo {
		transform: translateY(-1%);
	}
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
	.ceo-voice-photo {
		transform: translateX(-50%) translateY(-10%);
	}
}

/* --- Homepage 5 (ต่อ) — 20 Years of Impact: editorial bento --- */
.impact-visual.section {
	overflow: visible;
	padding-top: clamp(2.25rem, 5vw, 4rem);
	padding-bottom: clamp(2.5rem, 5.5vw, 4.5rem);
	background:
		radial-gradient(ellipse 60% 45% at 85% 0%,
			color-mix(in srgb, var(--accent-color), transparent 93%),
			transparent 70%),
		linear-gradient(180deg,
			var(--surface-color) 0%,
			color-mix(in srgb, var(--surface-color), var(--accent-color) 3%) 100%);
}

/* === Editorial header: asymmetric, left-aligned with decorative "20" === */
.impact-header {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto auto;
	column-gap: clamp(1rem, 2.2vw, 1.6rem);
	row-gap: 0.6rem;
	align-items: start;
	max-width: 1080px;
	margin: 0 0 clamp(1.75rem, 4vw, 2.75rem);
}

.impact-header-meta {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: clamp(0.75rem, 1.4vw, 1.1rem);
	margin-bottom: 0.4rem;
}

.impact-header-num {
	display: inline-flex;
	align-items: baseline;
	font-family: var(--heading-font);
	font-size: clamp(2.6rem, 6vw, 4.25rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--accent-color);
	background: linear-gradient(180deg,
			var(--accent-color) 0%,
			color-mix(in srgb, var(--accent-color), var(--heading-color) 35%) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.impact-header-meta-text {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	flex-wrap: wrap;
}

.impact-header-eyebrow {
	font-size: clamp(0.72rem, 1.05vw, 0.82rem);
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--accent-color);
}

.impact-header-rule {
	display: inline-block;
	width: clamp(1.5rem, 3vw, 2.5rem);
	height: 1px;
	background: color-mix(in srgb, var(--accent-color), transparent 40%);
}

.impact-header-since {
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.impact-header-title {
	grid-column: 1 / -1;
	margin: 0;
	font-family: var(--heading-font);
	font-size: clamp(1.5rem, 3.4vw, 2.45rem);
	font-weight: 700;
	line-height: 1.32;
	letter-spacing: -0.025em;
	color: var(--heading-color);
	text-wrap: balance;
}

.impact-header-title em {
	font-style: italic;
	font-weight: 700;
	color: var(--accent-color);
	background: linear-gradient(180deg,
			transparent 62%,
			color-mix(in srgb, var(--accent-color), transparent 80%) 62%,
			color-mix(in srgb, var(--accent-color), transparent 80%) 100%);
	padding: 0 0.08em;
}

/* === Header row — หัวเรื่อง (ซ้าย) + pull-quote (ขวา) === */
.impact-header-row {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
	column-gap: clamp(1.25rem, 3vw, 2.5rem);
	align-items: end;
}

.impact-header-quote {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	margin: 0;
	padding: 0 0 0 clamp(0.9rem, 1.6vw, 1.25rem);
	border-left: 2px solid color-mix(in srgb, var(--accent-color), transparent 60%);
}

.impact-header-quote-kicker {
	font-family: var(--heading-font);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--accent-color);
}

.impact-header-quote p {
	margin: 0;
	font-family: var(--heading-font);
	font-size: clamp(1.02rem, 1.7vw, 1.2rem);
	font-weight: 600;
	font-style: italic;
	line-height: 1.42;
	letter-spacing: -0.012em;
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 10%);
	text-wrap: balance;
}

/* === Gallery full-width — รูปเด่น: hero + 2 small stacked === */
.impact-gallery {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
	grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(0.8rem, 1.5vw, 1.15rem);
	min-height: clamp(500px, 68vh, 720px);
}

.impact-tile {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: clamp(12px, 1.2vw, 16px);
	background: color-mix(in srgb, var(--heading-color), transparent 92%);
	box-shadow:
		0 18px 42px rgba(74, 55, 40, 0.12),
		0 1px 0 rgba(255, 255, 255, 0.5) inset;
	isolation: isolate;
	cursor: pointer;
}

.impact-tile:focus {
	outline: none;
}

.impact-tile:focus-visible {
	outline: 2px solid var(--accent-color);
	outline-offset: 3px;
}

.impact-tile--hero {
	grid-column: 1;
	grid-row: 1 / span 2;
}

.impact-tile--small:nth-of-type(2) {
	grid-column: 2;
	grid-row: 1;
}

.impact-tile--small:nth-of-type(3) {
	grid-column: 2;
	grid-row: 2;
}

.impact-tile-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.02);
	transition:
		transform 0.7s ease,
		filter 0.5s ease;
	filter: saturate(1.02);
}

.impact-tile:hover .impact-tile-img,
.impact-tile:focus-within .impact-tile-img {
	transform: scale(1.08);
	filter: saturate(1.06) brightness(0.92);
}

/* Always-on gradient so tags + keywords stay legible */
.impact-tile::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg,
			color-mix(in srgb, #1a1512, transparent 72%) 0%,
			transparent 22%,
			transparent 55%,
			color-mix(in srgb, #1a1512, transparent 55%) 100%);
	pointer-events: none;
	transition: opacity 0.45s ease;
}

/* === Keywords (always visible, small elegant pills) === */
.impact-tile-keyword {
	position: absolute;
	z-index: 3;
	padding: 0.3rem 0.6rem;
	font-family: var(--heading-font);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	background: color-mix(in srgb, #1a1512, transparent 55%);
	border: 1px solid color-mix(in srgb, #fff, transparent 78%);
	border-radius: 999px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	pointer-events: none;
	transition:
		opacity 0.35s ease,
		transform 0.35s ease;
}

.impact-tile-keyword--tl {
	top: 0.85rem;
	left: 0.85rem;
}

.impact-tile-keyword--tr {
	top: 0.85rem;
	right: 0.85rem;
}

.impact-tile-keyword--bl {
	bottom: 2.85rem;
	left: 0.85rem;
}

.impact-tile-keyword--br {
	bottom: 0.85rem;
	right: 0.85rem;
}

/* === Location / context tag (bottom-left, italic small) === */
.impact-tile-tag {
	position: absolute;
	z-index: 3;
	left: 0.9rem;
	bottom: 0.85rem;
	max-width: calc(100% - 1.8rem);
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.28rem 0.55rem 0.28rem 0.45rem;
	font-size: 0.68rem;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0.04em;
	line-height: 1.25;
	color: #fff;
	background: color-mix(in srgb, #1a1512, transparent 50%);
	border-radius: 4px;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	pointer-events: none;
	transition:
		opacity 0.35s ease,
		transform 0.35s ease;
}

.impact-tile-tag-dot {
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: var(--accent-color);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 70%);
	flex-shrink: 0;
}

/* === Hover overlay — ข้อความเด้งขึ้น === */
.impact-tile-overlay {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: clamp(1.2rem, 2.4vw, 2rem);
	margin: 0;
	background: linear-gradient(160deg,
			color-mix(in srgb, #1a1512, transparent 35%) 0%,
			color-mix(in srgb, var(--accent-color), transparent 72%) 100%);
	opacity: 0;
	transform: translateY(14px);
	transition:
		opacity 0.45s ease,
		transform 0.45s ease;
	pointer-events: none;
}

.impact-tile:hover .impact-tile-overlay,
.impact-tile:focus-within .impact-tile-overlay {
	opacity: 1;
	transform: translateY(0);
}

/* จางป้ายอื่นเมื่อ overlay โผล่ — ให้โฟกัสที่ข้อความหลัก */
.impact-tile:hover .impact-tile-keyword,
.impact-tile:focus-within .impact-tile-keyword,
.impact-tile:hover .impact-tile-tag,
.impact-tile:focus-within .impact-tile-tag {
	opacity: 0;
	transform: translateY(-6px);
}

.impact-tile-overlay-text {
	display: block;
	max-width: 22rem;
	font-family: var(--heading-font);
	font-size: clamp(1rem, 1.75vw, 1.32rem);
	font-weight: 700;
	font-style: italic;
	line-height: 1.35;
	letter-spacing: -0.012em;
	text-align: center;
	color: #fff;
	text-shadow: 0 3px 20px rgba(0, 0, 0, 0.45);
	text-wrap: balance;
}

/* === Tablet / touch: แสดง overlay ติดด้านล่าง (ไม่รอ hover) === */
@media (max-width: 991px) {
	.impact-header-row {
		grid-template-columns: 1fr;
		row-gap: 1.1rem;
		align-items: start;
	}

	.impact-header-quote {
		padding-left: clamp(0.8rem, 2vw, 1rem);
	}

	.impact-gallery {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		min-height: 0;
	}

	.impact-tile--hero {
		grid-column: 1 / -1;
		grid-row: 1;
		min-height: clamp(320px, 60vw, 480px);
	}

	.impact-tile--small:nth-of-type(2) {
		grid-column: 1;
		grid-row: 2;
		min-height: clamp(200px, 38vw, 280px);
	}

	.impact-tile--small:nth-of-type(3) {
		grid-column: 2;
		grid-row: 2;
		min-height: clamp(200px, 38vw, 280px);
	}
}

@media (hover: none) and (pointer: coarse) {

	/* บนมือถือ: ให้ overlay แสดงครึ่งล่าง พร้อมอ่านตลอด */
	.impact-tile-overlay {
		opacity: 1;
		transform: none;
		justify-content: flex-end;
		padding: clamp(1rem, 4vw, 1.5rem) clamp(0.9rem, 3vw, 1.2rem);
		background: linear-gradient(180deg,
				transparent 0%,
				transparent 40%,
				color-mix(in srgb, #1a1512, transparent 30%) 100%);
	}

	.impact-tile-overlay-text {
		font-size: clamp(0.88rem, 3.5vw, 1.05rem);
		text-align: left;
		max-width: none;
	}

	/* บนมือถือ overlay ติดอยู่แล้ว — ซ่อน tag + keyword ให้ไม่ซ้ำ */
	.impact-tile-keyword,
	.impact-tile-tag {
		opacity: 0;
	}
}

@media (max-width: 575px) {
	.impact-gallery {
		grid-template-columns: 1fr;
	}

	.impact-tile--hero {
		min-height: clamp(240px, 70vw, 340px);
	}

	.impact-tile--small:nth-of-type(2),
	.impact-tile--small:nth-of-type(3) {
		grid-column: 1 / -1;
		min-height: clamp(200px, 58vw, 280px);
	}

	.impact-tile--small:nth-of-type(2) {
		grid-row: 2;
	}

	.impact-tile--small:nth-of-type(3) {
		grid-row: 3;
	}
}

@media (prefers-reduced-motion: reduce) {

	.impact-tile-img,
	.impact-tile-overlay,
	.impact-tile-keyword,
	.impact-tile-tag {
		transition: none;
	}

	.impact-tile:hover .impact-tile-img,
	.impact-tile:focus-within .impact-tile-img {
		transform: scale(1.02);
		filter: saturate(1.02);
	}

	.impact-tile-overlay {
		transform: none;
	}
}

/* --- Homepage 6 — CTA (white space + primary action) --- */
.hp6-cta.section {
	overflow: visible;
	padding-top: clamp(3rem, 8vw, 5.5rem);
	padding-bottom: clamp(3rem, 8vw, 5.5rem);
	background: linear-gradient(180deg,
			var(--surface-color) 0%,
			color-mix(in srgb, var(--surface-color), #fff 40%) 100%);
}

.hp6-cta-inner {
	max-width: 44rem;
	margin: 0 auto;
	padding: 0 clamp(0.75rem, 2vw, 1rem);
}

.hp6-cta-title {
	margin: 0 0 1rem;
	font-family: var(--heading-font);
	font-size: clamp(1.55rem, 3.6vw, 2.35rem);
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: -0.02em;
	color: var(--heading-color);
	text-wrap: balance;
}

.hp6-cta-subtitle {
	margin: 0 auto 0;
	max-width: 36em;
	padding: 0.85rem 1.1rem;
	font-size: clamp(1.02rem, 2vw, 1.2rem);
	font-weight: 600;
	line-height: 1.55;
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 8%);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 72%);
	border-radius: 10px;
	background: color-mix(in srgb, #fff, transparent 12%);
}

/* จุดตัดสินใจ — พื้นที่ว่างรอบปุ่มมาก ๆ */
.hp6-cta-primary-zone {
	margin: clamp(2.75rem, 9vw, 5.5rem) auto;
	padding: clamp(1.75rem, 5vw, 3.25rem) clamp(1.25rem, 4vw, 2.5rem);
	border-radius: 20px;
	background: radial-gradient(ellipse 70% 80% at 50% 50%,
			color-mix(in srgb, var(--accent-color), transparent 94%),
			transparent 70%);
}

.hp6-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	font-family: var(--heading-font);
	font-weight: 700;
	text-decoration: none;
	border-radius: 999px;
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		background 0.22s ease,
		color 0.22s ease;
}

.hp6-cta-btn:focus-visible {
	outline: 2px solid var(--accent-color);
	outline-offset: 4px;
}

.hp6-cta-btn--primary {
	padding: 1.05rem 2.35rem;
	font-size: clamp(1.02rem, 1.9vw, 1.18rem);
	letter-spacing: 0.02em;
	color: #fff;
	background: linear-gradient(135deg,
			color-mix(in srgb, var(--accent-color), #3d2918 8%) 0%,
			var(--accent-color) 50%,
			color-mix(in srgb, var(--accent-color), #fff 8%) 100%);
	box-shadow:
		0 4px 0 color-mix(in srgb, var(--heading-color), transparent 88%),
		0 18px 40px rgba(74, 55, 40, 0.22);
}

.hp6-cta-btn--primary:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow:
		0 6px 0 color-mix(in srgb, var(--heading-color), transparent 85%),
		0 24px 48px rgba(74, 55, 40, 0.28);
}

.hp6-cta-quote {
	margin: 0 0 clamp(2rem, 5vw, 3rem);
	padding: 0;
	border: 0;
}

.hp6-cta-quote-en {
	margin: 0 0 0.65rem;
	font-family: var(--heading-font);
	font-size: clamp(1.05rem, 2vw, 1.22rem);
	font-weight: 700;
	font-style: italic;
	line-height: 1.45;
	color: var(--heading-color);
	text-wrap: balance;
}

.hp6-cta-quote-th {
	margin: 0;
	font-size: clamp(0.92rem, 1.45vw, 1.02rem);
	line-height: 1.65;
	color: color-mix(in srgb, var(--default-color), transparent 8%);
}

.hp6-cta-line-zone {
	margin-bottom: clamp(2rem, 5vw, 3rem);
}

.hp6-cta-line-lead {
	margin: 0 0 1rem;
	font-size: clamp(0.92rem, 1.4vw, 1.02rem);
	line-height: 1.65;
	color: color-mix(in srgb, var(--default-color), transparent 6%);
}

.hp6-cta-btn--line {
	padding: 0.72rem 1.5rem;
	font-size: 0.95rem;
	letter-spacing: 0.03em;
	color: #fff;
	background: #06c755;
	box-shadow: 0 8px 24px rgba(6, 199, 85, 0.35);
}

.hp6-cta-btn--line:hover {
	color: #fff;
	background: #05b34c;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(6, 199, 85, 0.42);
}

.hp6-cta-btn--line i {
	font-size: 1.35rem;
	line-height: 1;
}

.hp6-cta-contact-label {
	margin: 0 0 0.85rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--default-color), transparent 25%);
}

.hp6-cta-contact-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hp6-cta-icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.65rem;
	height: 2.65rem;
	color: var(--heading-color);
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--heading-color), transparent 88%);
	border-radius: 999px;
	text-decoration: none;
	transition:
		color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.hp6-cta-icon-link:hover {
	color: var(--accent-color);
	border-color: color-mix(in srgb, var(--accent-color), transparent 55%);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(74, 55, 40, 0.08);
}

.hp6-cta-icon-link i {
	font-size: 1.1rem;
	line-height: 1;
}

@media (prefers-reduced-motion: reduce) {

	.hp6-cta-btn,
	.hp6-cta-icon-link {
		transition: none;
	}

	.hp6-cta-btn--primary:hover,
	.hp6-cta-btn--line:hover,
	.hp6-cta-icon-link:hover {
		transform: none;
	}
}

/* --- Master Architect / 3E (asymmetrical + custom E “jigsaw” cards) --- */
.master-architect-panel {
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-block: clamp(5.5rem, 8vh, 7.5rem);
}

.master-architect-panel .container {
	width: 100%;
}

.master-architect-eyebrow {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--accent-color);
	margin-bottom: 12px;
}

.master-architect-title-en {
	font-size: clamp(1.5rem, 3.2vw, 2.25rem);
	font-weight: 700;
	color: var(--heading-color);
	line-height: 1.2;
	margin: 0 0 0.75rem;
	letter-spacing: -0.02em;
}

.master-architect-title-th {
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	line-height: 1.65;
	color: var(--default-color);
	max-width: 40rem;
	margin: 0 auto;
}

.master-architect-asym {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.master-architect-prose p {
	margin-bottom: 1rem;
	line-height: 1.75;
}

.master-architect-quote {
	margin: 1.25rem 0 1.25rem;
	padding: 1rem 1.25rem;
	border-left: 4px solid var(--accent-color);
	background: color-mix(in srgb, var(--accent-color), transparent 94%);
	border-radius: 0 8px 8px 0;
}

.master-architect-quote p {
	margin: 0;
	font-weight: 600;
	font-style: italic;
	color: var(--heading-color);
	line-height: 1.65;
}

.master-architect-sciences li {
	padding: 0.65rem 0;
	border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
	line-height: 1.55;
}

.master-architect-sciences li:last-child {
	border-bottom: 0;
}

.master-architect-science-name {
	font-weight: 700;
	color: var(--heading-color);
	margin-right: 0.35rem;
}

.master-architect-photo-img {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	border-radius: 6px;
	box-shadow: 0 16px 40px rgba(74, 55, 40, 0.12);
}

@media (min-width: 992px) {
	#master-architect {
		position: relative;
		overflow: clip;
	}

	#master-architect .master-architect-asym {
		position: relative;
		min-height: clamp(420px, 62vh, 760px);
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}

	#master-architect .master-architect-asym > .order-lg-1,
	#master-architect .master-architect-asym > .order-lg-2 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	#master-architect .master-architect-asym > .order-lg-1 {
		position: relative;
		z-index: 1;
		padding-right: clamp(2rem, 3vw, 4rem);
	}

	#master-architect .master-architect-asym > .order-lg-2,
	#master-architect .master-architect-asym > .offset-lg-1 {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		z-index: 0;
		width: 50vw;
		max-width: none;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		transform: none;
	}

	#master-architect .master-architect-photo {
		width: 50vw;
		height: 100%;
		margin: 0;
		overflow: hidden;
	}

	#master-architect .master-architect-photo-img {
		width: 100%;
		height: 100%;
		max-height: none;
		object-fit: cover;
		object-position: center center;
		border-radius: 0;
	}
	}

.master-architect-3e-title {
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 700;
	color: var(--heading-color);
	margin-bottom: 0.5rem;
}

.master-architect-3e-sub {
	font-size: 0.95rem;
	color: color-mix(in srgb, var(--default-color), transparent 15%);
}

#master-architect-3e {
	background:
		linear-gradient(180deg, rgba(251, 247, 241, 0.96) 0%, rgba(255, 255, 255, 1) 100%);
	padding-block: clamp(4rem, 5vh, 5rem);
}

#master-architect-3e .master-architect-3e-head {
	margin-bottom: clamp(1.75rem, 3vw, 2.5rem) !important;
}

#master-architect-why {
	background: #f3efe9;
	padding-block: clamp(4.5rem, 6vh, 5.5rem);
}

#master-architect-why .container {
	max-width: min(1380px, 98vw);
}

#master-architect-why .master-architect-why {
	padding-top: 0;
	border-top: 0;
}

#master-architect-why .master-architect-why-head {
	margin-bottom: clamp(1.75rem, 3vw, 2.5rem) !important;
}

/* 3E row: การ์ด 3 ใบเรียงชัด — ไม่ใช้ pseudo “จิ๊กซอ” ระหว่างการ์ด (เลี่ยงรูปสี่เหลี่ยมหมุนที่อ่านไม่เป็นจิ๊กซอ) */
.master-architect-jigsaw {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	align-items: stretch;
	max-width: 960px;
	margin: 0 auto;
}

.ma-e-piece {
	position: relative;
	list-style: none;
	perspective: 1200px;
}

.ma-e-piece-inner {
	position: relative;
	height: 100%;
	padding: 1.6rem 1.35rem 1.5rem;
	background: var(--surface-color);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(74, 55, 40, 0.06);
	transform-origin: center center;
	will-change: transform;
	transition:
		transform 1s cubic-bezier(0.2, 1.4, 0.3, 1),
		box-shadow 0.35s ease,
		border-color 0.35s ease;
}

/* ---------- Entrance: “การ์ดจิ๊กซอ” บินมาล็อกเข้าที่ ---------- */
/* ก่อน AOS ทำงาน: การ์ดแต่ละใบอยู่นอกตำแหน่ง + หมุน + ถูกผลักเข้าในแกน Z (มุมกล้อง) */
.ma-e-piece--1 .ma-e-piece-inner {
	transform: translate3d(-90px, -50px, -60px) rotate(-9deg) scale(0.88);
}

.ma-e-piece--2 .ma-e-piece-inner {
	transform: translate3d(0, -110px, -60px) rotate(6deg) scale(0.88);
}

.ma-e-piece--3 .ma-e-piece-inner {
	transform: translate3d(90px, -50px, -60px) rotate(9deg) scale(0.88);
}

/* ล็อกเข้าที่ — overshoot เล็ก ๆ ผ่าน cubic-bezier ด้านบน */
.ma-e-piece.aos-animate .ma-e-piece-inner {
	transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
}

/* Hover: ยกการ์ดทั้งใบขึ้น + ขยาย + เงาลึก (สะกดความ interlock เด้งขึ้นมา) */
.ma-e-piece.aos-animate .ma-e-piece-inner:hover {
	transform: translate3d(0, -12px, 0) scale(1.025);
	border-color: color-mix(in srgb, var(--accent-color), transparent 45%);
	box-shadow:
		0 26px 48px rgba(74, 55, 40, 0.16),
		0 4px 10px rgba(74, 55, 40, 0.08);
}

/* แฟลชขอบการ์ดครั้งเดียวตอนล็อกเข้าที่เสร็จ — เหมือนไฟล็อกสว่างวับ */
@keyframes ma-e-card-snap {
	0% {
		box-shadow: 0 10px 30px rgba(74, 55, 40, 0.06);
		border-color: color-mix(in srgb, var(--accent-color), transparent 85%);
	}

	35% {
		box-shadow:
			0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 70%),
			0 18px 42px rgba(74, 55, 40, 0.18);
		border-color: color-mix(in srgb, var(--accent-color), transparent 35%);
	}

	100% {
		box-shadow: 0 10px 30px rgba(74, 55, 40, 0.06);
		border-color: color-mix(in srgb, var(--accent-color), transparent 85%);
	}
}

.ma-e-piece.aos-animate .ma-e-piece-inner {
	animation: ma-e-card-snap 0.7s ease-out 0.75s 1;
}

.ma-e-piece--2.aos-animate .ma-e-piece-inner {
	animation-delay: 0.9s;
}

.ma-e-piece--3.aos-animate .ma-e-piece-inner {
	animation-delay: 1.05s;
}

/* กราฟิก “จิ๊กซอ” จริง (SVG) — มี depth, เด้งล็อกเข้าที่ตอนสกรอลล์, hover ยกชิ้น, ตัว E หายใจเบา ๆ */
.ma-e-graphic {
	position: relative;
	width: 7.5rem;
	height: 6.5rem;
	margin-bottom: 1.25rem;
	overflow: visible;
	perspective: 600px;
}

/* เงาพื้น (ใต้ชิ้น) — ช่วยให้รู้สึกชิ้นลอยจริง และบีบตัวเมื่อ hover */
.ma-e-ground {
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 72%;
	height: 10px;
	transform: translateX(-50%) scale(1);
	background: radial-gradient(ellipse at center, rgba(74, 55, 40, 0.22), transparent 70%);
	filter: blur(4px);
	opacity: 0.55;
	transition:
		transform 0.45s cubic-bezier(0.2, 0.9, 0.3, 1),
		opacity 0.45s ease;
	pointer-events: none;
}

.ma-e-svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
	filter: drop-shadow(0 8px 14px rgba(74, 55, 40, 0.18));
	transform-origin: 50% 55%;
	transition:
		transform 0.9s cubic-bezier(0.2, 1.35, 0.3, 1),
		filter 0.35s ease;
}

.ma-e-shape {
	stroke: color-mix(in srgb, var(--accent-color), transparent 55%);
	stroke-width: 1.6;
	stroke-linejoin: round;
	transition: stroke 0.3s ease;
}

.ma-e-piece-inner:hover .ma-e-shape {
	stroke: var(--accent-color);
}

/* แสงสะท้อนโค้งด้านบน — ให้ดูเป็นโฟม/ไม้มีมิติ ไม่ใช่สี่เหลี่ยมแบน */
.ma-e-hl {
	stroke: rgba(255, 255, 255, 0.7);
	stroke-width: 2;
	opacity: 0.85;
}

/* เดือย/ร่องล็อก — จุดเล็ก ๆ เน้นว่าชิ้นประกอบกัน */
.ma-e-knob {
	fill: color-mix(in srgb, var(--accent-color), #3a2a1c 40%);
	opacity: 0.35;
}

.ma-e-knob--in {
	opacity: 0.22;
}

.ma-e-text {
	font-family: var(--heading-font);
	font-size: 46px;
	font-weight: 700;
	fill: var(--accent-color);
	letter-spacing: -1px;
	transform-origin: center;
	transform-box: fill-box;
	transition: fill 0.3s ease;
}

.ma-e-piece-inner:hover .ma-e-text {
	fill: color-mix(in srgb, var(--accent-color), #3a2a1c 20%);
}

/* ---------- SVG “ตัว E” pop ตามหลังการ์ด (เริ่มหลังการ์ดล็อก) ---------- */
.ma-e-piece .ma-e-svg {
	opacity: 0;
	transition:
		transform 0.7s cubic-bezier(0.2, 1.5, 0.3, 1) 0.45s,
		opacity 0.5s ease 0.45s,
		filter 0.35s ease;
}

.ma-e-piece--1 .ma-e-svg {
	transform: rotate(-14deg) scale(0.55);
}

.ma-e-piece--2 .ma-e-svg {
	transform: rotate(10deg) scale(0.55);
}

.ma-e-piece--3 .ma-e-svg {
	transform: rotate(14deg) scale(0.55);
}

.ma-e-piece.aos-animate .ma-e-svg {
	opacity: 1;
}

.ma-e-piece--1.aos-animate .ma-e-svg {
	transform: rotate(-2deg) scale(1);
}

.ma-e-piece--2.aos-animate .ma-e-svg {
	transform: rotate(0deg) scale(1);
}

.ma-e-piece--3.aos-animate .ma-e-svg {
	transform: rotate(2deg) scale(1);
}

/* พัลส์สโตรกของชิ้น SVG ครั้งเดียว — จังหวะคลิกย่อย ๆ ตามหลังการ์ด */
@keyframes ma-e-snap {
	0% {
		stroke-width: 1.6;
	}

	40% {
		stroke-width: 3.2;
	}

	100% {
		stroke-width: 1.6;
	}
}

.ma-e-piece.aos-animate .ma-e-shape {
	animation: ma-e-snap 0.55s ease-out 1.15s 1;
}

.ma-e-piece--2.aos-animate .ma-e-shape {
	animation-delay: 1.3s;
}

.ma-e-piece--3.aos-animate .ma-e-shape {
	animation-delay: 1.45s;
}

@media (max-width: 991.98px) {
	.master-architect-panel {
		justify-content: flex-start;
		padding-block: clamp(4.5rem, 10vw, 6rem);
	}
}

@media (max-width: 768px) {
	.master-architect-panel {
		min-height: 100svh;
	}
}

/* ตัว E หายใจเบา ๆ แบบวนลูป (เริ่มหลังล็อกเสร็จ) */
@keyframes ma-e-breathe {

	0%,
	100% {
		transform: translateY(0) scale(1);
	}

	50% {
		transform: translateY(-1.5px) scale(1.015);
	}
}

.ma-e-piece.aos-animate .ma-e-text {
	animation: ma-e-breathe 3.8s ease-in-out 1.6s infinite;
}

/* Hover: เน้นตัว E + เงาพื้นบีบตัวตอนการ์ดยก */
.ma-e-piece.aos-animate .ma-e-piece-inner:hover .ma-e-svg {
	filter: drop-shadow(0 18px 26px rgba(74, 55, 40, 0.28));
}

.ma-e-piece.aos-animate .ma-e-piece-inner:hover .ma-e-ground {
	transform: translateX(-50%) scale(0.7);
	opacity: 0.3;
}

/* Reduce motion — ปิดแอนิเมชันแรง ๆ แต่คงสถานะสุดท้าย ไม่ให้เว็บดูพัง */
@media (prefers-reduced-motion: reduce) {

	.ma-e-piece .ma-e-piece-inner,
	.ma-e-piece--1 .ma-e-piece-inner,
	.ma-e-piece--2 .ma-e-piece-inner,
	.ma-e-piece--3 .ma-e-piece-inner {
		transform: none;
		transition: box-shadow 0.3s ease, border-color 0.3s ease;
		animation: none;
	}

	.ma-e-piece .ma-e-svg,
	.ma-e-piece--1 .ma-e-svg,
	.ma-e-piece--2 .ma-e-svg,
	.ma-e-piece--3 .ma-e-svg {
		transform: none;
		opacity: 1;
		transition: none;
	}

	.ma-e-piece--1.aos-animate .ma-e-svg {
		transform: rotate(-2deg);
	}

	.ma-e-piece--3.aos-animate .ma-e-svg {
		transform: rotate(2deg);
	}

	.ma-e-piece.aos-animate .ma-e-shape,
	.ma-e-piece.aos-animate .ma-e-text,
	.ma-e-piece.aos-animate .ma-e-piece-inner {
		animation: none;
	}
}

.ma-e-heading {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--heading-color);
	margin-bottom: 0.65rem;
	line-height: 1.35;
}

.ma-e-body {
	font-size: 0.94rem;
	line-height: 1.7;
	color: var(--default-color);
}

/* “ทำไมต้องเป็นเรา?” — ยกระดับให้สอดคล้อง reflection / 3E */
.master-architect-why {
	position: relative;
	padding-top: 0.5rem;
	border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 88%);
}

.master-architect-why-head {
	position: relative;
	max-width: 52rem;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1rem;
}

.master-architect-why-kicker {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color: #8b6a4f;
	font-family: "Prompt", "Google Sans", sans-serif;
}

.master-architect-why-head::after {
	content: "";
	display: block;
	width: min(200px, 45%);
	height: 3px;
	margin: 1rem auto 0;
	border-radius: 3px;
	background: linear-gradient(90deg,
			color-mix(in srgb, var(--accent-color), transparent 55%),
			var(--accent-color),
			color-mix(in srgb, var(--accent-color), transparent 55%));
}

.master-architect-why-title {
	font-family: "Prompt", "Google Sans", sans-serif;
	font-size: clamp(1.5rem, 2.5vw, 2.05rem);
	font-weight: 700;
	color: #2f261f;
	letter-spacing: 0;
}

.master-architect-why-sub {
	margin-top: 0.7rem;
	max-width: 46rem;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.98rem;
	line-height: 1.72;
	color: #5c4a3d;
	font-family: "Prompt", "Google Sans", sans-serif;
}

.master-architect-why-row {
	max-width: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	align-items: stretch;
}

.master-architect-why-row>.col-lg-7,
.master-architect-why-row>.master-architect-why-content-col {
	display: flex;
}

.master-architect-why-row>.master-architect-why-content-col {
	padding: clamp(1rem, 2vw, 1.5rem) clamp(1rem, 2vw, 1.6rem);
}

.master-architect-why-cards-stack {
	flex: 1;
	align-content: center;
}

.master-architect-why-media-card {
	position: relative;
	border-radius: 0;
	overflow: hidden;
	border: 1px solid rgba(133, 92, 63, 0.18);
	box-shadow: none;
	min-height: 100%;
}

.master-architect-why-media-img {
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
	object-position: center 30%;
	display: block;
}

.master-architect-why-media-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1rem 1rem 1.05rem;
	background: linear-gradient(180deg, rgba(24, 18, 14, 0.08) 0%, rgba(24, 18, 14, 0.68) 100%);
	color: #fff9f3;
}

.master-architect-why-media-kicker {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	opacity: 0.9;
}

.master-architect-why-media-text {
	font-size: 0.88rem;
	line-height: 1.55;
	opacity: 0.95;
}

.master-architect-why-card {
	position: relative;
	overflow: hidden;
	padding: 1.6rem 1.45rem 1.55rem 1.45rem;
	background: #f7f2ea;
	border: 1px solid rgba(133, 92, 63, 0.22);
	border-radius: 10px;
	box-shadow: none;
	height: 100%;
	transition:
		transform 0.35s cubic-bezier(0.2, 0.9, 0.3, 1),
		border-color 0.35s ease;
}

.master-architect-why-card-icon {
	position: absolute;
	top: 0.7rem;
	right: 0.7rem;
	width: 62px;
	height: 62px;
	border: 1px solid rgba(133, 92, 63, 0.24);
	background: #f4eee5;
	box-shadow: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.master-architect-why-card-icon i {
	font-size: 1.28rem;
	color: #8b6a4f;
}

.master-architect-why-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	border-radius: 10px 0 0 10px;
	background: linear-gradient(180deg,
			var(--accent-color),
			color-mix(in srgb, var(--accent-color), transparent 45%));
}

.master-architect-why-card-head {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 0.78rem;
	margin-bottom: 0.92rem;
}

.master-architect-why-badge {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 7px;
	font-family: "Prompt", "Google Sans", sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--accent-color);
	background: color-mix(in srgb, var(--accent-color), transparent 94%);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 76%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.master-architect-why-label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #3d3128;
	font-family: "Prompt", "Google Sans", sans-serif;
}

.master-architect-why-text {
	position: relative;
	z-index: 1;
	font-size: 0.98rem;
	line-height: 1.72;
	color: #46382d;
	padding-right: clamp(72px, 15%, 92px);
	font-family: "Prompt", "Google Sans", sans-serif;
}

.master-architect-why-card:hover {
	transform: translateY(-2px);
	border-color: rgba(133, 92, 63, 0.38);
	box-shadow: none;
}

@media (min-width: 992px) {
	.master-architect-why-row > .master-architect-why-content-col { transform: none; }
}

@media (max-width: 767px) {
	.master-architect-why-sub {
		font-size: 0.93rem;
		line-height: 1.68;
	}

	.master-architect-why-media-img {
		min-height: 300px;
	}
}

@media (max-width: 991px) {
	.master-architect-why-row>.col-lg-7,
	.master-architect-why-row>.master-architect-why-content-col {
		display: block;
	}

	.master-architect-why-row>.master-architect-why-content-col {
		padding: 0.9rem 0 0;
	}

	.master-architect-why-media-card {
		border-radius: 0;
	}
}

@media (max-width: 575.98px) {
	.master-architect-why-card-icon {
		width: 54px;
		height: 54px;
	}

	.master-architect-why-card-icon i {
		font-size: 1.1rem;
	}

	.master-architect-why-text {
		padding-right: clamp(56px, 18%, 72px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.master-architect-why-card {
		transition: box-shadow 0.3s ease, border-color 0.3s ease;
	}

	.master-architect-why-card:hover {
		transform: none;
	}
}

@media (max-width: 991px) {
	.master-architect-jigsaw {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}
}

@media (max-width: 767px) {
	.master-architect-photo-img {
		max-height: 360px;
	}
}

/* --- Credibility Section --- */
.credibility-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--heading-color);
}

.credibility-subtitle {
	font-size: 1.2rem;
	opacity: 0.8;
}

.credibility-badges {
	gap: 12px;
}

.credibility-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 22px;
	border-radius: 50px;
	background-color: var(--surface-color);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 55%);
	color: var(--heading-color);
	font-size: 14px;
	font-weight: 500;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	transition: 0.3s;
}

.credibility-badge i {
	color: var(--accent-color);
	font-size: 16px;
}

.credibility-discipline {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 14px 16px;
	background-color: var(--surface-color);
	border-radius: 6px;
	border-left: 3px solid var(--accent-color);
	transition: 0.3s;
}

.credibility-discipline:hover {
	transform: translateX(5px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.credibility-discipline i {
	font-size: 22px;
	color: var(--accent-color);
}

.credibility-discipline h5 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 2px;
	color: var(--heading-color);
}

.credibility-discipline p {
	font-size: 13px;
	margin: 0;
	color: color-mix(in srgb, var(--default-color), transparent 20%);
}

/* --- Pain Points Section (Modern Balance Style) --- */
.credibility-pain-section {
	padding: 100px 0;
	background-color: var(--background-color);
}

.pain-header {
	margin-bottom: 70px;
}

.pain-header h3 {
	font-size: 2.8rem;
	font-weight: 800;
	color: var(--heading-color);
	line-height: 1.3;
	letter-spacing: -1px;
}

/* Card 1: สำหรับองค์กร (Dark Authority) */
.pain-box-dark {
	background: #3e2723;
	/* น้ำตาลเข้มช็อกโกแลตจากธีม */
	padding: 50px 40px;
	border-radius: 16px;
	height: 100%;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.05);
	transition: all 0.4s ease;
	color: #f5ebe0;
}

.pain-box-dark h4 {
	color: var(--accent-color);
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.pain-box-dark .pain-item-list li {
	color: rgba(245, 235, 224, 0.85);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Card 2: สำหรับบุคคล (Bright Personal) */
.pain-box-light {
	background: #ffffff;
	/* ขาวคลีนให้เด่นออกมา */
	padding: 50px 40px;
	border-radius: 16px;
	height: 100%;
	box-shadow: 0 15px 40px rgba(74, 55, 40, 0.08);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 90%);
	transition: all 0.4s ease;
}

.pain-box-light h4 {
	color: var(--accent-color);
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.pain-box-light .pain-item-list li {
	color: var(--default-color);
	border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 94%);
}

.pain-box-dark:hover,
.pain-box-light:hover {
	transform: translateY(-10px);
}

.pain-box-dark:hover {
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.pain-box-light:hover {
	box-shadow: 0 25px 50px rgba(74, 55, 40, 0.15);
	border-color: var(--accent-color);
}

.pain-item-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pain-item-list li {
	position: relative;
	padding: 12px 0 12px 25px;
	font-size: 1.1rem;
	color: var(--default-color);
	border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 94%);
}

.pain-item-list li:last-child {
	border-bottom: none;
}

.pain-item-list li::before {
	content: "→";
	position: absolute;
	left: 0;
	color: var(--accent-color);
	font-weight: bold;
}

.pain-footer-image {
	margin-top: 60px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.pain-footer-image img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.pain-cta-wrap {
	margin-top: -80px;
	/* Increased overlap for more impact */
	margin-bottom: 60px;
	position: relative;
	z-index: 10;
}

.pain-cta-card {
	background: var(--heading-color);
	color: #fff;
	/* Force white text for better contrast on dark */
	padding: 60px 50px;
	border-radius: 12px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
	position: relative;
	overflow: hidden;
}

.pain-cta-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
}

.pain-cta-card p {
	font-size: 1.85rem;
	line-height: 1.6;
	margin-bottom: 40px;
	letter-spacing: -0.5px;
	color: rgba(255, 255, 255, 0.9);
}

.pain-cta-card .highlight {
	color: #fff8f2;
	/* ใช้สีไอวอรี่ให้เด่นบนพื้นน้ำตาล */
	position: relative;
	display: inline-block;
	font-weight: 700;
	text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.pain-cta-card .highlight::after {
	content: "";
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	height: 12px;
	background: color-mix(in srgb, var(--accent-color), transparent 50%);
	z-index: -1;
	transform: skewX(-15deg);
}

.cta-icon-watermark {
	position: absolute;
	right: -20px;
	top: -20px;
	font-size: 8rem;
	color: rgba(255, 255, 255, 0.05);
	transform: rotate(-15deg);
	pointer-events: none;
}

.pain-cta-image-side {
	position: relative;
	transition: all 0.5s ease;
}

.pain-cta-image-side:hover {
	transform: scale(1.02);
}

.pain-cta-image-side::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 8px;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);
	pointer-events: none;
}

.pain-cta-card .cta-btn {
	background: #fff8f2;
	/* ปุ่มครีมสว่าง */
	color: var(--heading-color) !important;
	border: none;
	font-weight: 700;
	transition: all 0.3s ease;
}

.pain-cta-card .cta-btn:hover {
	background: #fff;
	transform: scale(1.05);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
	.pain-box {
		padding: 30px 20px;
	}

	.pain-header h3 {
		font-size: 1.8rem;
	}

	.pain-footer-image img {
		height: 300px;
	}

	.pain-cta-card {
		padding: 40px 20px;
	}

	.pain-cta-card p {
		font-size: 1.4rem;
	}
}

@media (max-width: 991px) {
	.pain-content-col {
		padding-left: 15px;
		margin-top: 50px;
	}

	.credibility-pain-section {
		padding: 80px 0;
	}
}

/* --- Trust Bar & Approach --- */
.trust-bar {
	background: var(--surface-color);
	padding: 25px;
	border-radius: 6px;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
	box-shadow: 0 5px 20px rgba(74, 55, 40, 0.03);
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	color: var(--heading-color);
}

.trust-item i {
	color: var(--accent-color);
	font-size: 1.2rem;
}

.trust-sep {
	width: 1px;
	height: 30px;
	background: color-mix(in srgb, var(--accent-color), transparent 80%);
}

.approach-visual-item {
	position: relative;
	height: 100%;
	padding-bottom: 40px;
}

.approach-visual-item .img-wrap {
	overflow: hidden;
	border-radius: 8px;
	height: 240px;
}

.approach-visual-item .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.approach-visual-item:hover .img-wrap img {
	transform: scale(1.1);
}

.approach-visual-item .content-box {
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	background: var(--surface-color);
	padding: 25px 20px;
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	text-align: center;
	transition: all 0.3s ease;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 95%);
	min-height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.approach-visual-item:hover .content-box {
	transform: translateY(-5px);
	border-color: var(--accent-color);
}

.approach-visual-item .icon {
	width: 50px;
	height: 50px;
	background: var(--accent-color);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	border: 4px solid var(--surface-color);
	font-size: 20px;
	z-index: 2;
}

.approach-visual-item h4 {
	font-size: 17px;
	font-weight: 700;
	color: var(--heading-color);
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 1.3;
}

.approach-visual-item p {
	font-size: 13px;
	color: var(--default-color);
	margin-bottom: 0;
	opacity: 0.8;
}

.approach-final-box {
	margin-top: 60px;
	padding: 60px 40px;
	/* ปรับให้ล้อตาม Padding ของ Section (60px) และ Card (40px) */
	background: var(--surface-color);
	border-radius: 6px;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 88%);
	position: relative;
	box-shadow: 0 10px 30px rgba(74, 55, 40, 0.04);
	overflow: hidden;
}

/* เครื่องหมายคำพูดเปิด-ปิด แบบเดียวกับ Hero Story */
.approach-final-box::before,
.approach-final-box::after {
	position: absolute;
	font-size: 4rem;
	color: color-mix(in srgb, var(--accent-color), transparent 85%);
	font-family: var(--heading-font);
	line-height: 1;
}

.approach-final-box::before {
	content: "“";
	top: 10px;
	left: 20px;
}

.approach-final-box::after {
	content: "”";
	bottom: -15px;
	right: 20px;
}

.approach-final-box .statement-main {
	font-size: 1.85rem;
	font-weight: 400;
	color: var(--heading-color);
	line-height: 1.8;
	/* เพิ่มความโปร่งให้ภาษาไทย */
	margin: 0;
	position: relative;
	z-index: 1;
}

.approach-final-box .statement-main strong {
	font-weight: 700;
}

.approach-final-box .highlight {
	color: var(--accent-color);
	border-bottom: 2px solid color-mix(in srgb, var(--accent-color), transparent 75%);
	padding-bottom: 2px;
	font-weight: 700;
}

@media (max-width: 768px) {
	.approach-final-box {
		padding: 50px 20px;
	}

	.approach-final-box .statement-main {
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.approach-final-box::before,
	.approach-final-box::after {
		font-size: 1.5rem;
	}
}

@media (max-width: 768px) {
	.approach-final-box {
		padding: 50px 25px;
		margin-top: 50px;
	}

	.approach-final-box .statement-main {
		font-size: 1.5rem;
	}
}

@media (max-width: 768px) {
	.approach-final-box {
		padding: 40px 25px;
		margin-top: 40px;
	}

	.approach-final-box p {
		font-size: 1.25rem;
	}
}

/* --- Process Section (5D Framework) --- */
.process .process-intro-text {
	font-size: 17px;
	color: var(--default-color);
	line-height: 1.8;
}

.process .process-intro-text span {
	display: block;
	margin-top: 6px;
	font-weight: 600;
	color: var(--accent-color);
	font-size: 15px;
	letter-spacing: 0.03em;
}

.process-steps-row {
	position: relative;
}

@media (min-width: 992px) {
	.process-steps-row::before {
		content: "";
		position: absolute;
		top: 54px;
		left: calc(10% + 20px);
		width: calc(80% - 40px);
		height: 2px;
		background: linear-gradient(to right, var(--accent-color), color-mix(in srgb, var(--accent-color), transparent 60%));
		z-index: 0;
	}
}

.process-step-card {
	background: var(--surface-color);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
	border-radius: 12px;
	padding: 32px 20px 28px;
	text-align: center;
	height: 100%;
	position: relative;
	z-index: 1;
	transition: box-shadow 0.3s, transform 0.3s;
}

.process-step-card:hover {
	box-shadow: 0 8px 28px color-mix(in srgb, var(--accent-color), transparent 75%);
	transform: translateY(-4px);
}

.process-step-card--highlight {
	background: var(--accent-color);
	border-color: var(--accent-color);
	color: var(--contrast-color);
}

.process-step-card--highlight h4,
.process-step-card--highlight p {
	color: var(--contrast-color);
}

.process-step-card--highlight .process-step-number {
	color: rgba(255, 255, 255, 0.55);
}

.process-step-card--highlight .process-step-icon i {
	color: var(--contrast-color);
}

.process-step-number {
	font-size: 42px;
	font-weight: 800;
	line-height: 1;
	color: color-mix(in srgb, var(--accent-color), transparent 65%);
	letter-spacing: -1px;
	margin-bottom: 12px;
}

.process-step-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--accent-color), transparent 88%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
	transition: background 0.3s;
}

.process-step-card:hover .process-step-icon {
	background: color-mix(in srgb, var(--accent-color), transparent 75%);
}

.process-step-card--highlight .process-step-icon {
	background: rgba(255, 255, 255, 0.2);
}

.process-step-icon i {
	font-size: 26px;
	color: var(--accent-color);
}

.process-step-card h4 {
	font-size: 18px;
	font-weight: 700;
	color: var(--heading-color);
	margin-bottom: 10px;
	letter-spacing: 0.02em;
}

.process-step-card p {
	font-size: 14px;
	color: var(--default-color);
	line-height: 1.7;
	margin-bottom: 0;
}

.process-banner {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	max-height: 360px;
}

.process-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: brightness(0.7);
}

.process-banner-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to bottom, transparent 20%, rgba(62, 39, 35, 0.6) 100%);
}

.process-banner-content {
	text-align: center;
	padding: 20px 40px;
}

.process-banner-content blockquote {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	line-height: 1.6;
	margin: 0 0 8px;
	font-style: italic;
}

.process-banner-content p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	letter-spacing: 0.08em;
	margin: 0;
}

/* --- Responsive Layouts --- */
@media (max-width: 768px) {
	.hero-story-card {
		padding: 30px 20px;
	}

	.reflection-intro-panel {
		padding: 0;
	}

	.hero-story h3 {
		font-size: 24px;
	}

	.trust-sep {
		display: none;
	}

	.trust-bar {
		flex-direction: column;
		gap: 15px;
	}

	.approach-visual-item .img-wrap {
		height: 200px;
	}

	.approach-visual-item .content-box {
		position: static;
		margin-top: -30px;
		min-height: auto;
	}

	.process-banner-content blockquote {
		font-size: 16px;
	}

	.process-banner {
		max-height: none;
	}
}

/* --- Brand Philosophy Highlight Box --- */
.brand-philosophy-box {
	background: color-mix(in srgb, var(--accent-color), transparent 90%);
	border-left: 4px solid var(--accent-color);
}

.accent-text {
	color: var(--accent-color);
}

.credibility-pain-section {
	background-size: cover;
	background-position: -20% center;
}

/* --- Target Clients Section --- */
.target-clients-intro {
	font-size: 17px;
	color: var(--default-color);
	line-height: 1.8;
	opacity: 0.85;
}

.client-card {
	background: var(--surface-color);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
	border-radius: 0;
	padding: 36px 28px;
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
}

.client-card:hover {
	border-color: var(--accent-color);
	box-shadow: 0 12px 36px color-mix(in srgb, var(--accent-color), transparent 78%);
	transform: translateY(-6px);
}

.client-card--featured {
	background: var(--accent-color);
	border-color: var(--accent-color);
}

.client-card--featured h4,
.client-card--featured .client-card-desc,
.client-card--featured .client-card-en {
	color: var(--contrast-color);
}

.client-card--featured .client-card-list li {
	color: rgba(255, 255, 255, 0.88);
	border-bottom-color: rgba(255, 255, 255, 0.15);
}

.client-card--featured .client-card-list li::before {
	color: rgba(255, 255, 255, 0.8);
}

.client-card--featured:hover {
	box-shadow: 0 16px 44px color-mix(in srgb, var(--accent-color), transparent 50%);
	transform: translateY(-6px);
}

.client-card-icon {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	background: color-mix(in srgb, var(--accent-color), transparent 88%);
	transition: background 0.3s;
}

.client-card:not(.client-card--featured):hover .client-card-icon {
	background: color-mix(in srgb, var(--accent-color), transparent 75%);
}

.client-card--featured .client-card-icon {
	background: rgba(255, 255, 255, 0.2);
}

.client-card-icon i {
	font-size: 28px;
	color: var(--accent-color);
}

.client-card--featured .client-card-icon i {
	color: var(--contrast-color);
}

.client-card-en {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--accent-color);
	margin-bottom: 6px;
}

.client-card h4 {
	font-size: 22px;
	font-weight: 700;
	color: var(--heading-color);
	margin-bottom: 12px;
}

.client-card-desc {
	font-size: 14px;
	color: color-mix(in srgb, var(--default-color), transparent 15%);
	line-height: 1.75;
	margin-bottom: 20px;
}

.client-card-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.client-card-list li {
	position: relative;
	padding: 9px 0 9px 22px;
	font-size: 14px;
	color: var(--default-color);
	border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.client-card-list li:last-child {
	border-bottom: none;
}

.client-card-list li::before {
	content: "→";
	position: absolute;
	left: 0;
	color: var(--accent-color);
	font-weight: bold;
	font-size: 13px;
}

@media (max-width: 768px) {
	.client-card {
		padding: 28px 20px;
	}

	.client-card h4 {
		font-size: 19px;
	}
}

/* --- Case Studies Section --- */
.case-item {
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 82%);
	overflow: hidden;
	margin-bottom: 40px;
}

.case-img-wrap {
	position: relative;
	height: 100%;
	min-height: 420px;
	overflow: hidden;
}

.case-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.case-item:hover .case-img {
	transform: scale(1.04);
}

.case-img-wrap--double .case-img-inset {
	position: absolute;
	bottom: 24px;
	right: 24px;
	width: 38%;
	border: 3px solid var(--surface-color);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.case-img-wrap--double .case-img-inset img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	display: block;
}

.case-tag {
	position: absolute;
	top: 20px;
	left: 20px;
	background: var(--accent-color);
	color: var(--contrast-color);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 5px 14px;
}

.case-content {
	padding: 44px 40px;
	background: var(--surface-color);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.case-content--dark {
	background: #3e2723;
}

.case-content--dark .case-eyebrow {
	color: color-mix(in srgb, var(--accent-color), #fff 30%);
}

.case-content--dark h3 {
	color: #f5ebe0;
}

.case-content--dark .case-block p {
	color: rgba(245, 235, 224, 0.8);
}

.case-content--dark .case-label {
	color: rgba(245, 235, 224, 0.6);
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

.case-content--dark .case-label--approach {
	color: color-mix(in srgb, var(--accent-color), #fff 20%);
}

.case-content--dark .case-result-list li {
	color: rgba(245, 235, 224, 0.88);
}

.case-content--dark .case-result-list li::before {
	color: color-mix(in srgb, var(--accent-color), #fff 20%);
}

.case-eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--accent-color);
	margin-bottom: 10px;
}

.case-content h3 {
	font-size: 26px;
	font-weight: 700;
	color: var(--heading-color);
	line-height: 1.35;
	margin-bottom: 28px;
}

.case-block {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.case-block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.case-block--result {
	border-bottom: none;
}

.case-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--default-color), transparent 40%);
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
}

.case-label--approach {
	color: var(--accent-color);
}

.case-label--result {
	color: #2e7d32;
}

.case-block p {
	font-size: 14px;
	line-height: 1.8;
	color: color-mix(in srgb, var(--default-color), transparent 10%);
	margin: 0;
}

.case-result-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.case-result-list li {
	position: relative;
	padding: 6px 0 6px 20px;
	font-size: 14px;
	font-weight: 500;
	color: var(--default-color);
}

.case-result-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #2e7d32;
	font-weight: 700;
}

@media (max-width: 991px) {
	.case-img-wrap {
		min-height: 300px;
	}

	.case-content {
		padding: 32px 24px;
	}

	.case-content h3 {
		font-size: 22px;
	}

	.case-img-wrap--double .case-img-inset {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.case-img-wrap {
		min-height: 260px;
	}

	.case-img-wrap--double .case-img-inset {
		display: none;
	}
}

/* --- Blog / Article Section --- */
.article-featured {
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 82%);
	overflow: hidden;
}

.article-featured-img {
	position: relative;
	height: 100%;
	min-height: 380px;
	overflow: hidden;
}

.article-featured-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.article-featured:hover .article-featured-img img {
	transform: scale(1.04);
}

.article-featured-body {
	padding: 44px 40px;
	background: var(--surface-color);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.article-featured-label {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--accent-color);
	border: 1px solid var(--accent-color);
	padding: 3px 12px;
	margin-bottom: 16px;
}

.article-featured-body h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--heading-color);
	line-height: 1.4;
	margin-bottom: 16px;
}

.article-featured-body p {
	font-size: 15px;
	line-height: 1.85;
	color: color-mix(in srgb, var(--default-color), transparent 15%);
	margin-bottom: 20px;
}

.article-meta {
	display: flex;
	gap: 18px;
	margin-bottom: 24px;
	font-size: 13px;
	color: color-mix(in srgb, var(--default-color), transparent 35%);
}

.article-meta i {
	margin-right: 4px;
}

.article-read-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 700;
	color: var(--accent-color);
	text-decoration: none;
	border-bottom: 2px solid color-mix(in srgb, var(--accent-color), transparent 70%);
	padding-bottom: 2px;
	transition: all 0.3s;
}

.article-read-more:hover {
	color: var(--heading-color);
	border-bottom-color: var(--heading-color);
	gap: 10px;
}

.article-cat {
	position: absolute;
	top: 18px;
	left: 18px;
	background: var(--accent-color);
	color: var(--contrast-color);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 4px 12px;
}

.article-card {
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 82%);
	overflow: hidden;
	transition: all 0.3s ease;
}

.article-card:hover {
	border-color: var(--accent-color);
	box-shadow: 0 10px 32px color-mix(in srgb, var(--accent-color), transparent 80%);
	transform: translateY(-5px);
}

.article-card-img {
	position: relative;
	overflow: hidden;
	height: 220px;
}

.article-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.article-card:hover .article-card-img img {
	transform: scale(1.07);
}

.article-card-body {
	padding: 28px 24px;
	background: var(--surface-color);
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.article-card-body h4 {
	font-size: 17px;
	font-weight: 700;
	color: var(--heading-color);
	line-height: 1.45;
	margin: 0;
}

.article-card-body p {
	font-size: 14px;
	line-height: 1.8;
	color: color-mix(in srgb, var(--default-color), transparent 15%);
	margin: 0;
}

@media (max-width: 991px) {
	.article-featured-img {
		min-height: 280px;
	}

	.article-featured-body {
		padding: 32px 24px;
	}

	.article-featured-body h3 {
		font-size: 20px;
	}
}

/* --- CTA Close Section --- */
.cta-close {
	padding: 0;
	overflow: hidden;
}

.cta-close-img {
	height: 100%;
	min-height: 520px;
	overflow: hidden;
	position: relative;
}

.cta-close-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.cta-close-body {
	padding: 70px 60px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #fff;
}

.cta-close-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--accent-color);
	border-left: 3px solid var(--accent-color);
	padding-left: 10px;
	margin-bottom: 16px;
}

.cta-close-body h2 {
	font-size: 38px;
	font-weight: 800;
	color: var(--heading-color);
	line-height: 1.25;
	margin-bottom: 18px;
	letter-spacing: -0.5px;
}

.cta-close-lead {
	font-size: 16px;
	line-height: 1.85;
	color: color-mix(in srgb, var(--default-color), transparent 15%);
	margin-bottom: 24px;
}

.cta-close-checklist {
	list-style: none;
	padding: 0;
	margin: 0 0 32px;
}

.cta-close-checklist li {
	font-size: 15px;
	font-weight: 500;
	color: var(--default-color);
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.cta-close-checklist li i {
	color: var(--accent-color);
	font-size: 18px;
	flex-shrink: 0;
}

.cta-close-actions {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.cta-close-call {
	font-size: 15px;
	font-weight: 600;
	color: var(--heading-color);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	transition: color 0.3s;
}

.cta-close-call:hover {
	color: var(--accent-color);
}

.cta-close-call i {
	font-size: 17px;
}

.cta-close-note {
	font-size: 13px;
	color: color-mix(in srgb, var(--default-color), transparent 35%);
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
}

.cta-close-note i {
	color: #2e7d32;
	font-size: 15px;
}

@media (max-width: 991px) {
	.cta-close-img {
		min-height: 320px;
	}

	.cta-close-body {
		padding: 48px 32px;
	}

	.cta-close-body h2 {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.cta-close-body {
		padding: 36px 24px;
	}

	.cta-close-body h2 {
		font-size: 24px;
	}

	.cta-close-actions {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
}

/* --- CTA Close Redesign --- */
.cta-manifesto {
	min-height: 560px;
}

.cta-manifesto-img {
	height: 100%;
	min-height: 560px;
	overflow: hidden;
}

.cta-manifesto-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.cta-manifesto-body {
	padding: 70px 64px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #fff;
}

.cta-manifesto-quote {
	font-size: 2.6rem;
	font-weight: 800;
	color: var(--heading-color);
	line-height: 1.2;
	margin: 0 0 16px;
	letter-spacing: -1px;
	border: none;
	padding: 0;
}

.cta-manifesto-quote span {
	color: var(--accent-color);
}

.cta-manifesto-sub {
	font-size: 16px;
	color: color-mix(in srgb, var(--default-color), transparent 20%);
	line-height: 1.8;
	margin-bottom: 28px;
}

.cta-philosophy-box {
	border-left: 3px solid var(--accent-color);
	padding: 18px 20px;
	background: color-mix(in srgb, var(--accent-color), transparent 94%);
	margin-bottom: 32px;
}

.cta-philosophy-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--accent-color);
	margin-bottom: 8px;
}

.cta-philosophy-text {
	font-size: 15px;
	font-style: italic;
	color: var(--heading-color);
	line-height: 1.75;
	margin: 0;
	font-weight: 500;
}

/* Pillars */
.cta-pillars-wrap {
	background: color-mix(in srgb, var(--accent-color), transparent 96%);
	border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 82%);
	padding: 60px 0 70px;
}

.cta-pillars-label {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--accent-color);
	margin-bottom: 0;
}

.pillar-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 22px 20px;
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
	transition: all 0.3s ease;
	height: 100%;
}

.pillar-item:hover {
	border-color: var(--accent-color);
	box-shadow: 0 6px 20px color-mix(in srgb, var(--accent-color), transparent 82%);
	transform: translateY(-3px);
}

.pillar-icon {
	width: 44px;
	height: 44px;
	min-width: 44px;
	background: color-mix(in srgb, var(--accent-color), transparent 88%);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s;
}

.pillar-item:hover .pillar-icon {
	background: var(--accent-color);
}

.pillar-icon i {
	font-size: 20px;
	color: var(--accent-color);
	transition: color 0.3s;
}

.pillar-item:hover .pillar-icon i {
	color: var(--contrast-color);
}

.pillar-item h5 {
	font-size: 15px;
	font-weight: 700;
	color: var(--heading-color);
	margin: 0 0 5px;
}

.pillar-item p {
	font-size: 13px;
	color: color-mix(in srgb, var(--default-color), transparent 20%);
	margin: 0;
	line-height: 1.6;
}

@media (max-width: 991px) {
	.cta-manifesto-img {
		min-height: 340px;
	}

	.cta-manifesto-body {
		padding: 48px 36px;
	}

	.cta-manifesto-quote {
		font-size: 2rem;
	}
}

@media (max-width: 767px) {
	.cta-manifesto-body {
		padding: 36px 24px;
	}

	.cta-manifesto-quote {
		font-size: 1.6rem;
	}

	.cta-pillars-wrap {
		padding: 40px 0 50px;
	}
}


/*--------------------------------------------------------------
# Contact Page — contactus.html
--------------------------------------------------------------*/

/* --- Contact Info Cards (4 cols top strip) --- */
.contact-strips {
	padding-top: 60px;
	padding-bottom: 50px;
}

.contact-info-card {
	background: var(--surface-color);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 88%);
	border-radius: 10px;
	padding: 32px 28px;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0 4px 20px rgba(74, 55, 40, 0.06);
}

.contact-info-card:hover {
	border-color: color-mix(in srgb, var(--accent-color), transparent 55%);
	box-shadow: 0 8px 32px rgba(74, 55, 40, 0.13);
	transform: translateY(-4px);
}

.contact-info-icon {
	width: 64px;
	height: 64px;
	background: color-mix(in srgb, var(--accent-color), transparent 88%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
}

.contact-info-icon i {
	font-size: 1.6rem;
	color: var(--accent-color);
}

.contact-info-card h5 {
	font-size: 16px;
	font-weight: 700;
	color: var(--heading-color);
	margin-bottom: 10px;
}

.contact-info-card p {
	font-size: 14px;
	color: var(--default-color);
	margin: 0;
	line-height: 1.7;
}

.contact-info-card p a {
	color: var(--accent-color);
	text-decoration: none;
	font-weight: 600;
}

.contact-info-card p a:hover {
	text-decoration: underline;
}

.contact-info-note {
	font-size: 12px !important;
	color: color-mix(in srgb, var(--default-color), transparent 35%) !important;
	margin-top: 6px !important;
}

/* LINE Card variant */
.contact-info-card--line {
	border-color: rgba(6, 199, 85, 0.25);
	background: linear-gradient(135deg, var(--surface-color) 60%, rgba(6, 199, 85, 0.04));
}

.contact-info-card--line:hover {
	border-color: rgba(6, 199, 85, 0.5);
	box-shadow: 0 8px 32px rgba(6, 199, 85, 0.12);
}

.contact-info-icon--line {
	background: rgba(6, 199, 85, 0.12) !important;
}

.contact-info-icon--line i {
	color: #06C755 !important;
}


/* --- LINE OA Button --- */
.btn-line-oa {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #06C755;
	color: #ffffff !important;
	padding: 10px 22px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none !important;
	margin-top: 14px;
	border: 2px solid #06C755;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(6, 199, 85, 0.3);
}

.btn-line-oa i {
	font-size: 1.2rem;
}

.btn-line-oa:hover {
	background: #05b04a;
	border-color: #05b04a;
	box-shadow: 0 6px 22px rgba(6, 199, 85, 0.45);
	transform: translateY(-2px);
}

.btn-line-oa--large {
	padding: 13px 30px;
	font-size: 15px;
}

.btn-line-oa--large i {
	font-size: 1.4rem;
}

/* ============================================================
   Homepage 4 — Our Solutions (Three Cards)
   ============================================================ */

#homepage-4 {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: clamp(52px, 8vh, 84px) 0;
	background: transparent;
}

#homepage-4::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../img/newassets/Wellbeing Journey/LINE_ALBUM_Wellbeing Journey_260417_2.jpg") center center / cover no-repeat;
	filter: blur(14px) brightness(0.8);
	transform: scale(1.08);
	z-index: -2;
}

#homepage-4::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,
		rgba(253, 246, 237, 1) 0%,
		rgba(253, 246, 237, 0.30) 45%,
		rgba(255, 248, 242, 0.30) 100%);
	z-index: -1;
}

#homepage-4>.container {
	position: relative;
	z-index: 1;
}

#homepage-4 .section-title {
	padding-bottom: 28px;
}

#homepage-4 .section-title h2 {
	font-size: 12px;
	letter-spacing: 0.16em;
	color: rgba(74, 55, 40, 0.68);
}

#homepage-4 .section-title h2::after {
	width: 82px;
	margin: 4px 8px;
}

#homepage-4 .section-title p {
	max-width: 30ch;
	margin: 0.55rem auto 0;
	font-size: clamp(1.2rem, 2.15vw, 1.95rem);
	line-height: 1.32;
	text-transform: none;
	text-wrap: balance;
}

#homepage-4 .row.gy-4 {
	--bs-gutter-y: 1rem;
}

/* --- Card wrapper --- */
.sol-card {
	border-radius: 16px;
	overflow: hidden;
	background: var(--surface-color);
	box-shadow: 0 4px 24px rgba(90, 50, 20, 0.08);
	transition: box-shadow 0.4s ease, transform 0.4s ease;
	display: flex;
	flex-direction: column;
}

.sol-card:hover {
	box-shadow: 0 12px 40px rgba(90, 50, 20, 0.18);
	transform: translateY(-5px);
}

/* --- Image area (slow zoom on hover) --- */
.sol-card-img {
	position: relative;
	width: 100%;
	padding-top: 66.67%;
	/* 3:2 ratio — width × 2/3 = height */
	overflow: hidden;
	flex-shrink: 0;
}

.sol-card-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
	display: block;
	transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sol-card:hover .sol-card-img img {
	transform: scale(1.08);
}

/* --- Body --- */
.sol-card-body {
	padding: 28px 28px 32px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

/* --- Icon (curved circular badge) --- */
.sol-card-icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--accent-color), transparent 85%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	transition: background 0.3s ease;
}

.sol-card-icon i {
	font-size: 1.4rem;
	color: var(--accent-color);
	line-height: 1;
}

.sol-card:hover .sol-card-icon {
	background: color-mix(in srgb, var(--accent-color), transparent 70%);
}

/* --- Category badge --- */
.sol-card-cat {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--accent-color);
	background: color-mix(in srgb, var(--accent-color), transparent 90%);
	padding: 3px 12px;
	border-radius: 20px;
	margin-bottom: 12px;
}

/* --- Title --- */
.sol-card-title {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--heading-color);
	margin-bottom: 10px;
	line-height: 1.35;
}

/* --- Concept italic quote --- */
.sol-card-concept {
	font-style: italic;
	font-size: 0.92rem;
	color: color-mix(in srgb, var(--accent-color), transparent 10%);
	border-left: 3px solid var(--accent-color);
	padding-left: 12px;
	margin-bottom: 14px;
	line-height: 1.65;
}

/* --- Description --- */
.sol-card-desc {
	font-size: 0.9rem;
	color: var(--default-color);
	line-height: 1.75;
	margin-bottom: 14px;
	flex-grow: 1;
}

/* --- Ideal for block --- */
.sol-card-ideal {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 0.85rem;
	color: color-mix(in srgb, var(--default-color), transparent 15%);
	background: color-mix(in srgb, var(--accent-color), transparent 93%);
	border-radius: 10px;
	padding: 10px 14px;
	margin-bottom: 14px;
}

.sol-card-ideal i {
	color: var(--accent-color);
	font-size: 1rem;
	flex-shrink: 0;
	margin-top: 2px;
}

/* --- Focus line (card 3) --- */
.sol-card-focus {
	font-size: 0.83rem;
	color: var(--default-color);
	margin-bottom: 14px;
	opacity: 0.85;
	line-height: 1.6;
}

/* --- Explore Solution button --- */
.sol-card-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--accent-color);
	text-decoration: none;
	border: 2px solid var(--accent-color);
	border-radius: 30px;
	padding: 8px 22px;
	align-self: flex-start;
	transition: all 0.3s ease;
	margin-top: auto;
}

.sol-card-btn i {
	font-size: 1.2rem;
	transition: transform 0.3s ease;
}

.sol-card-btn:hover {
	background: var(--accent-color);
	color: var(--contrast-color);
}

.sol-card-btn:hover i {
	transform: translateX(4px);
}

/* --- Featured card variant (middle card) --- */
.sol-card--featured {
	border: 2px solid color-mix(in srgb, var(--accent-color), transparent 55%);
}

.sol-card--featured .sol-card-icon {
	background: color-mix(in srgb, var(--accent-color), transparent 75%);
}

.sol-card--featured .sol-card-btn {
	background: var(--accent-color);
	color: var(--contrast-color);
}

.sol-card--featured .sol-card-btn:hover {
	background: color-mix(in srgb, var(--accent-color), #000 15%);
	border-color: color-mix(in srgb, var(--accent-color), #000 15%);
}

#homepage-4 .sol-card {
	border-radius: 0;
	background: rgba(255, 248, 242, 0.94);
	border: 1px solid rgba(160, 82, 45, 0.14);
	box-shadow: 0 8px 28px rgba(90, 50, 20, 0.1);
	backdrop-filter: blur(6px);
}

#homepage-4 .sol-card:hover {
	box-shadow: 0 16px 34px rgba(90, 50, 20, 0.16);
	transform: translateY(-3px);
}

#homepage-4 .sol-card-body {
	padding: 20px 20px 22px;
	gap: 0;
}

#homepage-4 .sol-card-icon {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	margin-bottom: 10px;
}

#homepage-4 .sol-card-icon i {
	font-size: 1.18rem;
}

#homepage-4 .sol-card-cat {
	font-size: 10px;
	padding: 3px 10px;
	margin-bottom: 10px;
}

#homepage-4 .sol-card-title {
	font-size: 1.02rem;
	margin-bottom: 8px;
	line-height: 1.32;
}

#homepage-4 .sol-card-concept {
	font-size: 0.83rem;
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}

#homepage-4 .sol-card-desc {
	font-size: 0.83rem;
	line-height: 1.58;
	margin-bottom: 10px;
}

#homepage-4 .sol-card-ideal {
	gap: 7px;
	font-size: 0.78rem;
	border-radius: 0;
	padding: 8px 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}

#homepage-4 .sol-card-ideal i {
	font-size: 0.92rem;
}

#homepage-4 .sol-card-focus {
	font-size: 0.77rem;
	margin-bottom: 10px;
	line-height: 1.5;
}

#homepage-4 .sol-card-btn {
	font-size: 0.82rem;
	padding: 7px 16px;
	border-radius: 0;
	gap: 2px;
}

/* --- Boutique & Tailor-made tagline box --- */
.sol-boutique {
	background: var(--surface-color);
	border-radius: 16px;
	padding: 36px 44px;
	border: 2px solid color-mix(in srgb, var(--accent-color), transparent 65%);
	position: relative;
}

.sol-boutique::before {
	content: '\275D';
	position: absolute;
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 3.5rem;
	color: var(--accent-color);
	line-height: 1;
	font-family: Georgia, serif;
	background: var(--background-color);
	padding: 0 10px;
}

.sol-boutique-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--heading-color);
	margin-bottom: 10px;
}

.sol-boutique-desc {
	font-size: 1rem;
	color: var(--default-color);
	margin: 0;
	opacity: 0.82;
	line-height: 1.7;
}

#homepage-4 .row.justify-content-center.mt-5 {
	margin-top: 1.25rem !important;
}

#homepage-4 .sol-boutique {
	border-radius: 0;
	padding: 18px 22px;
	background: rgba(255, 248, 242, 0.9);
	border: 1px solid rgba(160, 82, 45, 0.18);
	box-shadow: 0 6px 20px rgba(90, 50, 20, 0.08);
	backdrop-filter: blur(6px);
}

#homepage-4 .sol-boutique::before {
	top: -14px;
	font-size: 2.2rem;
	padding: 0 8px;
	background: transparent;
}

#homepage-4 .sol-boutique-title {
	font-size: 1.08rem;
	margin-bottom: 6px;
	line-height: 1.3;
}

#homepage-4 .sol-boutique-desc {
	font-size: 0.88rem;
	line-height: 1.55;
}

@media (max-width: 767px) {
	.sol-boutique {
		padding: 28px 24px;
	}

	.sol-boutique-title {
		font-size: 1.25rem;
	}

	#homepage-4 {
		padding: 44px 0;
	}

	#homepage-4 .section-title {
		padding-bottom: 22px;
	}

	#homepage-4 .section-title p {
		max-width: 19ch;
	}

	#homepage-4 .sol-card-body {
		padding: 18px;
	}

	#homepage-4 .sol-boutique {
		padding: 18px 18px 16px;
	}
}

@media (min-width: 992px) {
	#homepage-4 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 100vh;
		padding: 52px 0 58px;
	}

	#homepage-4>.container {
		width: 100%;
	}

	#homepage-4 .section-title {
		padding-bottom: 28px;
	}

	#homepage-4 .section-title p {
		max-width: 34ch;
		font-size: clamp(1.08rem, 1.65vw, 1.62rem);
		line-height: 1.28;
	}

	#homepage-4 .row.gy-4 {
		--bs-gutter-x: 1.2rem;
		--bs-gutter-y: 1.1rem;
	}

	#homepage-4 .sol-card-body {
		padding: 20px 20px 22px;
	}

	#homepage-4 .sol-card-icon {
		width: 42px;
		height: 42px;
		margin-bottom: 10px;
	}

	#homepage-4 .sol-card-icon i {
		font-size: 1.08rem;
	}

	#homepage-4 .sol-card-cat {
		margin-bottom: 10px;
	}

	#homepage-4 .sol-card-title {
		font-size: 1rem;
		margin-bottom: 8px;
	}

	#homepage-4 .sol-card-concept {
		font-size: 0.81rem;
		margin-bottom: 10px;
	}

	#homepage-4 .sol-card-desc {
		font-size: 0.8rem;
		line-height: 1.52;
		margin-bottom: 10px;
	}

	#homepage-4 .sol-card-ideal {
		font-size: 0.75rem;
		padding: 8px 10px;
		margin-bottom: 10px;
	}

	#homepage-4 .sol-card-focus {
		font-size: 0.73rem;
		margin-bottom: 10px;
	}

	#homepage-4 .sol-card-btn {
		font-size: 0.8rem;
		padding: 7px 15px;
	}

	#homepage-4 .row.justify-content-center.mt-5 {
		margin-top: 1.35rem !important;
	}

	#homepage-4 .sol-boutique {
		padding: 18px 22px;
	}

	#homepage-4 .sol-boutique-title {
		font-size: 1.02rem;
		margin-bottom: 6px;
	}

	#homepage-4 .sol-boutique-desc {
		font-size: 0.84rem;
		line-height: 1.5;
	}
}

@media (min-width: 1400px) {
	.sol-card-img {
		padding-top: 56.25%;
		/* 16:9 ratio on very wide screens */
	}
}


/* --- Contact Main Section --- */
.contact {
	padding-top: 60px;
	padding-bottom: 70px;
}


/* --- Left Side (story + image + LINE CTA) --- */
.contact-side-wrap {
	padding-right: 20px;
}

.contact-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--accent-color);
	margin-bottom: 10px;
}

.contact-side-title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--heading-color);
	margin-bottom: 16px;
}

.contact-side-desc {
	font-size: 15px;
	line-height: 1.8;
	color: var(--default-color);
	margin-bottom: 28px;
}

.contact-side-image-wrap {
	position: relative;
	margin-bottom: 30px;
	border-radius: 12px;
	overflow: hidden;
}

.contact-side-img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
	border-radius: 12px;
	transition: transform 0.5s ease;
}

.contact-side-image-wrap:hover .contact-side-img {
	transform: scale(1.03);
}

.contact-side-image-badge {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(62, 39, 35, 0.85), transparent);
	color: #f5ebe0;
	padding: 20px 20px 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
}

.contact-side-image-badge i {
	color: #d4956a;
	font-size: 1rem;
}

/* LINE CTA block */
.contact-line-cta {
	background: color-mix(in srgb, var(--surface-color), transparent 0%);
	border: 1px solid rgba(6, 199, 85, 0.2);
	border-radius: 12px;
	padding: 20px 22px;
	box-shadow: 0 4px 16px rgba(6, 199, 85, 0.07);
}

.contact-line-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.contact-line-cta-text {
	display: flex;
	align-items: center;
	gap: 12px;
}

.contact-line-cta-text>i {
	font-size: 1.8rem;
	color: var(--accent-color);
	flex-shrink: 0;
}

.contact-line-cta-text div {
	display: flex;
	flex-direction: column;
}

.contact-line-cta-text strong {
	font-size: 14px;
	font-weight: 700;
	color: var(--heading-color);
	line-height: 1.3;
}

.contact-line-cta-text span {
	font-size: 12px;
	color: color-mix(in srgb, var(--default-color), transparent 25%);
	margin-top: 2px;
}


/* --- Contact Form (right side) --- */
.contact-form-wrap {
	background: var(--surface-color);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
	border-radius: 14px;
	padding: 44px 40px;
	box-shadow: 0 6px 30px rgba(74, 55, 40, 0.07);
}

.contact-form-title {
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--heading-color);
	margin-bottom: 6px;
}

.contact-form-desc {
	font-size: 14px;
	color: color-mix(in srgb, var(--default-color), transparent 20%);
	margin-bottom: 28px;
}

.contact-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: var(--heading-color);
	margin-bottom: 6px;
}

.required-star {
	color: var(--accent-color);
}

.contact-input {
	width: 100%;
	padding: 11px 15px;
	border: 1.5px solid color-mix(in srgb, var(--accent-color), transparent 78%);
	border-radius: 7px;
	background: var(--background-color);
	color: var(--default-color);
	font-size: 14px;
	font-family: inherit;
	transition: border-color 0.25s, box-shadow 0.25s;
	outline: none;
}

.contact-input:focus {
	border-color: var(--accent-color);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 82%);
}

.contact-input::placeholder {
	color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.contact-select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a0522d' d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 14px;
	padding-right: 36px;
	cursor: pointer;
}

.contact-textarea {
	resize: vertical;
	min-height: 120px;
}

.contact-form-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 6px;
}

.required-note {
	font-size: 12px;
	color: color-mix(in srgb, var(--default-color), transparent 35%);
	margin: 0;
}

.btn-contact-submit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--accent-color);
	color: #fff;
	border: none;
	padding: 13px 34px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 18px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.btn-contact-submit:hover {
	background: color-mix(in srgb, var(--accent-color), #000 15%);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px color-mix(in srgb, var(--accent-color), transparent 45%);
}

/* php-email-form built-in states */
.php-email-form .loading,
.php-email-form .error-message,
.php-email-form .sent-message {
	display: none;
	border-radius: 6px;
	padding: 10px 16px;
	font-size: 13px;
	margin-bottom: 8px;
}

.php-email-form .loading {
	background: color-mix(in srgb, var(--accent-color), transparent 90%);
	color: var(--accent-color);
}

.php-email-form .error-message {
	background: #fff0f0;
	color: #c0392b;
	border-left: 3px solid #c0392b;
}

.php-email-form .sent-message {
	background: rgba(6, 199, 85, 0.1);
	color: #05783a;
	border-left: 3px solid #06C755;
}


/* --- Map Section --- */
.contact-map-section {
	padding-top: 50px;
	padding-bottom: 70px;
}

.contact-map-frame {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 30px rgba(74, 55, 40, 0.1);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
}

.contact-map-frame iframe {
	display: block;
}


/* --- Responsive --- */
@media (max-width: 991px) {
	.contact-side-wrap {
		padding-right: 0;
		margin-bottom: 10px;
	}

	.contact-side-title {
		font-size: 2rem;
	}

	.contact-form-wrap {
		padding: 36px 28px;
	}
}

@media (max-width: 767px) {
	.contact-strips {
		padding-top: 40px;
	}

	.contact-side-title {
		font-size: 1.8rem;
	}

	.contact-form-wrap {
		padding: 28px 20px;
	}

	.contact-form-title {
		font-size: 1.35rem;
	}

	.contact-line-cta-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.btn-contact-submit {
		width: 100%;
		justify-content: center;
	}

	.contact-form-actions {
		flex-direction: column;
		align-items: stretch;
	}
}

/* =============================================================================
   About page — The Heart + Credentials (about.html)
   ============================================================================= */
.about-page .about-heart,
.about-page .about-credentials {
	font-family: var(--default-font);
}

.about-page .about-heart-header,
.about-page .about-credentials-header,
.about-page .about-founder-block,
.about-page .about-collab {
	font-family: var(--heading-font);
}

/* --- Section A: Heart --- */
.about-heart.section {
	padding-top: clamp(2.75rem, 6vw, 4.5rem);
	padding-bottom: clamp(2.75rem, 6vw, 4.5rem);
	background:
		linear-gradient(165deg,
			color-mix(in srgb, var(--surface-color), #fff 0%) 0%,
			color-mix(in srgb, var(--surface-color), var(--accent-color) 4%) 100%),
		repeating-linear-gradient(-12deg,
			transparent,
			transparent 48px,
			color-mix(in srgb, var(--accent-color), transparent 96%) 48px,
			color-mix(in srgb, var(--accent-color), transparent 96%) 49px);
}

.about-heart-header {
	max-width: 40rem;
	margin: 0 auto clamp(2.25rem, 4vw, 3rem);
}

.about-heart-eyebrow {
	margin: 0 0 0.6rem;
	font-size: clamp(0.72rem, 1vw, 0.8rem);
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--accent-color);
}

.about-heart-title {
	margin: 0;
	font-size: clamp(1.35rem, 2.6vw, 1.85rem);
	font-weight: 700;
	line-height: 1.38;
	letter-spacing: -0.02em;
	color: var(--heading-color);
	text-wrap: balance;
}

.about-heart-card {
	position: relative;
	padding: clamp(1.35rem, 2.2vw, 1.75rem) clamp(1.25rem, 2vw, 1.6rem);
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--heading-color), transparent 90%);
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(74, 55, 40, 0.06);
	transition:
		transform 0.35s ease,
		box-shadow 0.35s ease;
}

.about-heart-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 44px rgba(74, 55, 40, 0.12);
}

.about-heart-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1rem;
	border: 1.5px solid color-mix(in srgb, var(--accent-color), transparent 55%);
	border-radius: 12px;
	color: var(--accent-color);
	background: transparent;
}

.about-heart-card-icon i {
	font-size: 1.35rem;
	font-weight: 400;
	opacity: 0.92;
}

.about-heart-card-title {
	margin: 0 0 0.35rem;
	font-size: clamp(1rem, 1.5vw, 1.12rem);
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--heading-color);
}

.about-heart-card-sub {
	margin: 0 0 0.75rem;
	font-size: 0.88rem;
	font-weight: 600;
	color: color-mix(in srgb, var(--accent-color), var(--heading-color) 15%);
}

.about-heart-card-body {
	margin: 0;
	font-size: clamp(0.9rem, 1.25vw, 0.98rem);
	line-height: 1.75;
	color: color-mix(in srgb, var(--default-color), transparent 5%);
}

/* --- Section B: Credentials --- */
.about-credentials.section {
	padding-top: clamp(2.5rem, 5.5vw, 4rem);
	padding-bottom: clamp(2.5rem, 5.5vw, 4rem);
	background: var(--background-color);
}

.about-credentials-kicker {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--accent-color);
}

.about-credentials-header {
	max-width: 44rem;
	margin: 0 auto clamp(1.75rem, 3.5vw, 2.5rem);
}

.about-credentials-title {
	margin: 0 0 0.85rem;
	font-size: clamp(1.28rem, 2.4vw, 1.65rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: var(--heading-color);
}

.about-credentials-lead {
	margin: 0;
	font-family: var(--default-font);
	font-size: clamp(0.94rem, 1.45vw, 1.03rem);
	font-weight: 400;
	line-height: 1.78;
	color: color-mix(in srgb, var(--default-color), transparent 5%);
	text-wrap: balance;
}

.about-credentials-lead strong {
	font-weight: 700;
	color: color-mix(in srgb, var(--heading-color), transparent 5%);
}

.about-founder-block {
	max-width: 56rem;
	margin: 0 auto 2.25rem;
}

.about-founder-feature {
	display: grid;
	grid-template-columns: minmax(150px, 220px) 1fr;
	gap: clamp(1rem, 2.5vw, 1.75rem);
	align-items: center;
	padding: clamp(1rem, 2.2vw, 1.35rem);
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--heading-color), transparent 89%);
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(74, 55, 40, 0.08);
}

.about-founder-feature-visual {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0.35rem 0.25rem 0;
	border-radius: 12px;
	background: linear-gradient(180deg,
			color-mix(in srgb, var(--accent-color), transparent 92%) 0%,
			transparent 100%);
}

.about-founder-feature-content {
	text-align: left;
}

.about-founder-feature-kicker {
	margin: 0 0 0.45rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--accent-color);
}

.about-founder-feature-headline {
	margin: 0 0 0.65rem;
	font-family: var(--heading-font);
	font-size: clamp(1.02rem, 1.8vw, 1.24rem);
	font-weight: 700;
	line-height: 1.45;
	color: var(--heading-color);
	text-wrap: balance;
}

.about-founder-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(1.25rem, 2.5vw, 2rem);
	align-items: stretch;
	text-align: left;
}

.about-founder-cell {
	padding: clamp(1.15rem, 2vw, 1.5rem);
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--heading-color), transparent 90%);
	border-radius: 14px;
	box-shadow: 0 8px 26px rgba(74, 55, 40, 0.05);
}

.about-founder-portrait-wrap {
	display: flex;
	justify-content: center;
	margin: 0 0 0.55rem;
}

.about-founder-portrait {
	display: block;
	width: clamp(155px, 23vw, 220px);
	height: auto;
	max-width: 100%;
	object-fit: contain;
	filter:
		drop-shadow(0 10px 18px rgba(74, 55, 40, 0.12)) drop-shadow(0 4px 10px rgba(74, 55, 40, 0.08));
}

.about-founder-label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem 0.65rem;
	margin: 0 0 0.65rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--accent-color);
}

.about-founder-label-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.35rem;
	height: 1.35rem;
	padding: 0 0.25rem;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0;
	color: #fff;
	background: var(--accent-color);
	border-radius: 6px;
}

.about-founder-label-badge {
	display: inline-block;
	padding: 0.2rem 0.5rem;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--heading-color), transparent 15%);
	background: color-mix(in srgb, var(--accent-color), transparent 90%);
	border-radius: 999px;
}

.about-founder-line {
	margin: 0 0 0.65rem;
	font-size: clamp(1.15rem, 2.2vw, 1.45rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--heading-color);
}

.about-founder-note {
	margin: 0;
	font-family: var(--default-font);
	font-size: 0.9rem;
	line-height: 1.72;
	color: color-mix(in srgb, var(--default-color), transparent 6%);
}

.about-founder-years {
	display: inline-block;
	margin-right: 0.35rem;
	font-size: clamp(2.4rem, 5.5vw, 3.5rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	background: linear-gradient(120deg,
			#c9a962 0%,
			color-mix(in srgb, #e8d5a8, var(--accent-color) 25%) 45%,
			#b8924a 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-founder-years-label {
	font-weight: 600;
	color: color-mix(in srgb, var(--heading-color), transparent 8%);
}

.about-founder-sub {
	margin: 0;
	font-family: var(--default-font);
	font-size: clamp(0.95rem, 1.45vw, 1.05rem);
	line-height: 1.75;
	color: color-mix(in srgb, var(--default-color), transparent 6%);
}

.about-founder-innovation {
	font-style: normal;
	font-weight: 700;
	color: var(--accent-color);
}

.about-cert-label {
	margin: 0 0 0.85rem;
	text-align: center;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--default-color), transparent 18%);
}

.about-cert-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: clamp(0.75rem, 2vw, 1.25rem);
	max-width: 52rem;
	margin: 0 auto 2.5rem;
	padding: 0;
	list-style: none;
}

.about-cert-slot {
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(5.5rem, 14vw, 7.5rem);
	height: clamp(3.25rem, 8vw, 4.25rem);
	padding: 0.5rem 0.75rem;
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--heading-color), transparent 88%);
	border-radius: 10px;
	filter: grayscale(1);
	opacity: 0.88;
	transition:
		opacity 0.25s ease,
		filter 0.25s ease,
		transform 0.25s ease;
}

.about-cert-slot:hover {
	filter: grayscale(0);
	opacity: 1;
	transform: translateY(-2px);
}

.about-cert-slot img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.about-cert-placeholder {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--default-color), transparent 35%);
}

.about-collab {
	max-width: 40rem;
	margin: 0 auto 2rem;
	text-align: center;
}

.about-collab-kicker {
	margin: 0 0 0.5rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--accent-color);
}

.about-collab-quote {
	margin: 0;
	font-size: clamp(1.02rem, 1.85vw, 1.2rem);
	font-weight: 600;
	font-style: italic;
	line-height: 1.5;
	color: var(--heading-color);
}

.about-team-row {
	max-width: 56rem;
	margin: 0 auto;
}

.about-team-card {
	padding: clamp(1.2rem, 2vw, 1.5rem);
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--heading-color), transparent 90%);
	border-radius: 12px;
	box-shadow: 0 8px 22px rgba(74, 55, 40, 0.05);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.about-team-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(74, 55, 40, 0.1);
}

.about-team-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 0.85rem;
	color: var(--accent-color);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 55%);
	border-radius: 10px;
}

.about-team-card-icon i {
	font-size: 1.2rem;
}

.about-team-card-title {
	margin: 0 0 0.45rem;
	font-size: 1rem;
	font-weight: 700;
	color: var(--heading-color);
}

.about-team-card-body {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.65;
	color: color-mix(in srgb, var(--default-color), transparent 5%);
}

.about-credentials-note {
	max-width: 40rem;
	margin: 2rem auto 0;
	text-align: center;
	font-size: 0.88rem;
	line-height: 1.7;
	color: color-mix(in srgb, var(--default-color), transparent 12%);
}

/* --- Sticky CTA --- */
.about-sticky-cta {
	position: fixed;
	right: clamp(0.75rem, 2.2vw, 1.35rem);
	top: clamp(5.2rem, 9vw, 6.1rem);
	bottom: auto;
	z-index: 1055;
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.58rem 0.72rem 0.58rem 0.58rem;
	min-width: clamp(180px, 26vw, 228px);
	font-family: var(--default-font);
	color: #fff;
	text-decoration: none;
	background: linear-gradient(140deg,
			color-mix(in srgb, var(--accent-color), #2b2016 18%) 0%,
			color-mix(in srgb, var(--accent-color), #fff 4%) 100%);
	border: 1px solid color-mix(in srgb, #fff, transparent 74%);
	border-radius: 999px;
	box-shadow:
		0 14px 34px rgba(74, 55, 40, 0.32),
		0 1px 0 rgba(255, 255, 255, 0.25) inset;
	transition:
		transform 0.24s ease,
		box-shadow 0.24s ease,
		background 0.24s ease;
}

.about-sticky-cta:hover {
	color: #fff;
	transform: translateY(-3px);
	background: linear-gradient(140deg,
			color-mix(in srgb, var(--accent-color), #2b2016 12%) 0%,
			color-mix(in srgb, var(--accent-color), #fff 10%) 100%);
	box-shadow:
		0 18px 38px rgba(74, 55, 40, 0.36),
		0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

.about-sticky-cta:focus-visible {
	outline: 2px solid color-mix(in srgb, #fff, transparent 20%);
	outline-offset: 3px;
}

.about-sticky-cta-icon-wrap {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.05rem;
	height: 2.05rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.08);
}

.about-sticky-cta-icon {
	font-size: 0.92rem;
}

.about-sticky-cta-copy {
	display: inline-flex;
	flex-direction: column;
	line-height: 1.15;
}

.about-sticky-cta-kicker {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	opacity: 0.9;
}

.about-sticky-cta-text {
	font-family: var(--heading-font);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.about-sticky-cta-arrow {
	font-size: 1.1rem;
	margin-left: auto;
	opacity: 0.92;
}

@media (max-width: 767px) {
	.about-founder-feature {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.about-founder-feature-content {
		text-align: center;
	}

	.about-founder-split {
		grid-template-columns: 1fr;
	}

	.about-founder-portrait {
		width: clamp(145px, 52vw, 195px);
	}
}

@media (max-width: 991px) {
	.about-sticky-cta {
		top: 5.05rem;
		bottom: auto;
		right: 1rem;
		min-width: 196px;
	}
}

@media (max-width: 575px) {
	.about-sticky-cta {
		padding: 0.55rem 0.68rem 0.55rem 0.55rem;
		min-width: 176px;
	}

	.about-sticky-cta-kicker {
		font-size: 0.58rem;
		letter-spacing: 0.14em;
	}

	.about-sticky-cta-text {
		font-size: 0.9rem;
	}
}

@media (prefers-reduced-motion: reduce) {

	.about-heart-card,
	.about-cert-slot,
	.about-team-card,
	.about-sticky-cta {
		transition: none;
	}

	.about-heart-card:hover,
	.about-team-card:hover,
	.about-sticky-cta:hover {
		transform: none;
	}
}

/* ------------------------------------------------------------------
 * Organization / Education course page — curriculum visual system
 * Prefix: org-
 * ------------------------------------------------------------------ */

.org-curriculum {
	position: relative;
	overflow: hidden;
}

.org-curriculum::before {
	content: "";
	position: absolute;
	inset: -18% -10% auto -10%;
	height: 52%;
	pointer-events: none;
	background:
		radial-gradient(closest-side at 18% 18%, color-mix(in srgb, var(--accent-color), transparent 78%), transparent 62%),
		radial-gradient(closest-side at 82% 8%, color-mix(in srgb, var(--heading-color), transparent 88%), transparent 58%);
	opacity: 0.95;
}

.org-curriculum .container {
	position: relative;
	z-index: 1;
}

.org-curriculum-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(1.1rem, 2.6vw, 2.25rem);
	align-items: stretch;
	padding: clamp(1.05rem, 2.2vw, 1.55rem);
	margin-bottom: clamp(1.25rem, 3vw, 2.25rem);
	border-radius: 18px;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 82%);
	background: linear-gradient(135deg,
			color-mix(in srgb, var(--surface-color), transparent 6%),
			color-mix(in srgb, var(--surface-color), var(--accent-color) 6%));
	box-shadow: 0 18px 44px rgba(74, 55, 40, 0.10);
}

.org-curriculum-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.55rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 22%);
}

.org-curriculum-kicker::before {
	content: "";
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--accent-color), transparent 18%);
	box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent-color), transparent 86%);
}

.org-curriculum-title {
	font-family: var(--heading-font);
	color: var(--heading-color);
	font-size: clamp(1.55rem, 3.1vw, 2.35rem);
	line-height: 1.12;
	margin: 0 0 0.65rem;
}

.org-curriculum-lede {
	margin: 0 0 1rem;
	max-width: 58ch;
	line-height: 1.75;
	color: var(--default-color);
	font-size: clamp(0.98rem, 1.35vw, 1.08rem);
}

.org-curriculum-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.org-curriculum-meta li {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.45rem 0.65rem;
	border-radius: 999px;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 78%);
	background: color-mix(in srgb, var(--surface-color), transparent 10%);
	color: color-mix(in srgb, var(--heading-color), var(--default-color) 18%);
	font-size: 0.82rem;
	font-weight: 650;
	letter-spacing: 0.01em;
}

.org-curriculum-meta i {
	font-size: 1rem;
	color: color-mix(in srgb, var(--accent-color), var(--heading-color) 10%);
}

.org-curriculum-hero-visual {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 84%);
	box-shadow: 0 16px 36px rgba(74, 55, 40, 0.12);
	min-height: 220px;
}

.org-curriculum-hero-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.01);
}

.org-curriculum-track {
	margin: 0;
	padding: 0;
}

.org-mod {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: clamp(0.75rem, 2vw, 1.25rem);
	padding: clamp(1rem, 2.2vw, 1.35rem);
	margin-bottom: clamp(0.85rem, 2vw, 1.15rem);
	border-radius: 16px;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 84%);
	background: var(--surface-color);
	box-shadow: 0 14px 34px rgba(74, 55, 40, 0.08);
	position: relative;
}

.org-mod::before {
	content: "";
	position: absolute;
	left: calc(42px - 1px);
	top: calc(1.35rem + 44px + 10px);
	bottom: calc(-1 * clamp(0.85rem, 2vw, 1.15rem) + 6px);
	width: 2px;
	background: linear-gradient(180deg,
			color-mix(in srgb, var(--accent-color), transparent 55%),
			color-mix(in srgb, var(--heading-color), transparent 86%));
	opacity: 0.9;
}

.org-mod--last::before {
	display: none;
}

.org-mod-rail {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
	padding-top: 0.15rem;
}

.org-mod-num {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--heading-font);
	font-weight: 800;
	letter-spacing: 0.02em;
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 10%);
	background: color-mix(in srgb, var(--accent-color), transparent 86%);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
}

.org-mod-icon {
	width: 46px;
	height: 46px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--contrast-color);
	background: color-mix(in srgb, var(--accent-color), var(--heading-color) 10%);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 35%);
	box-shadow: 0 10px 22px rgba(74, 55, 40, 0.14);
}

.org-mod-icon i {
	font-size: 1.15rem;
	line-height: 1;
}

.org-mod-body {
	padding: 0.15rem 0.15rem 0.15rem 0;
}

.org-mod-title {
	font-family: var(--heading-font);
	color: var(--heading-color);
	font-size: clamp(1.18rem, 2.2vw, 1.55rem);
	line-height: 1.25;
	margin: 0 0 0.55rem;
}

.org-mod-quote {
	font-family: var(--heading-font);
	font-style: italic;
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 16%);
	line-height: 1.65;
	margin: 0 0 0.85rem;
	font-size: clamp(0.98rem, 1.55vw, 1.08rem);
}

.org-mod-body p {
	margin: 0 0 0.85rem;
	line-height: 1.9;
	color: var(--default-color);
}

@media (max-width: 991px) {
	.org-curriculum-hero {
		grid-template-columns: 1fr;
	}

	.org-curriculum-hero-visual {
		min-height: 200px;
		order: -1;
	}
}

@media (max-width: 575px) {
	.org-mod {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.org-mod::before {
		left: calc(36px - 1px);
	}

	.org-mod-num {
		width: 40px;
		height: 40px;
		border-radius: 12px;
	}

	.org-mod-icon {
		width: 42px;
		height: 42px;
	}
}

.org-pillars-head {
	margin-bottom: 1rem;
	padding: 0.45rem 0.2rem;
}

.org-pillars-head h3 {
	margin: 0 0 0.35rem;
	font-family: var(--heading-font);
	font-size: clamp(1.2rem, 2.3vw, 1.6rem);
	color: var(--heading-color);
}

.org-pillars-head p {
	margin: 0;
	line-height: 1.8;
	color: color-mix(in srgb, var(--default-color), var(--heading-color) 8%);
}

.org-pillars-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.8rem, 2vw, 1.2rem);
}

.org-pillar {
	padding: clamp(1rem, 2.1vw, 1.35rem);
	border-radius: 16px;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 82%);
	background: linear-gradient(145deg, color-mix(in srgb, var(--surface-color), transparent 3%), color-mix(in srgb, var(--surface-color), var(--accent-color) 4%));
	box-shadow: 0 12px 30px rgba(74, 55, 40, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.org-pillar:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 34px rgba(74, 55, 40, 0.12);
	border-color: color-mix(in srgb, var(--accent-color), transparent 66%);
}

.org-pillar-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem;
	margin-bottom: 0.75rem;
}

.org-pillar-icon {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	color: var(--contrast-color);
	background: color-mix(in srgb, var(--accent-color), var(--heading-color) 10%);
	box-shadow: 0 10px 20px rgba(74, 55, 40, 0.13);
}

.org-pillar-icon i {
	font-size: 1.1rem;
}

.org-pillar-tag {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.32rem 0.58rem;
	border-radius: 999px;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 72%);
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 14%);
	background: color-mix(in srgb, var(--surface-color), transparent 8%);
}

.org-pillar-title {
	margin: 0 0 0.4rem;
	font-family: var(--heading-font);
	font-size: clamp(1.08rem, 1.9vw, 1.34rem);
	line-height: 1.3;
	color: var(--heading-color);
}

.org-pillar-quote {
	margin: 0 0 0.55rem;
	font-family: var(--heading-font);
	font-style: italic;
	line-height: 1.6;
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 20%);
}

.org-pillar p {
	margin: 0;
	line-height: 1.8;
	color: var(--default-color);
}

/* Organization course page: visual-led split sections */
.org-course-journey {
	background: linear-gradient(180deg, #f8f5f0 0%, #f4efe7 100%);
	padding: 0 !important;
	min-height: 100dvh;
	display: flex;
	align-items: stretch;
}

.org-course-journey--compact {
	min-height: auto;
	display: block;
	padding: 60px 0 !important;
}

.org-course-journey .container {
	max-width: min(1760px, 97vw);
}

.org-course-journey .org-curriculum-hero {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 100%;
	padding: 0;
	gap: 0;
	border-radius: 0;
	border: 0;
	box-shadow: none;
}

.org-course-journey .org-curriculum-hero-copy,
.org-course-journey .org-curriculum-hero-visual {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.org-course-journey .org-curriculum-hero-copy {
	text-align: center;
	align-items: center;
}

.org-course-journey .org-curriculum-hero-copy .org-curriculum-lede {
	max-width: 44rem;
}

.org-course-journey .org-curriculum-hero-copy .org-curriculum-meta,
.org-course-journey .org-curriculum-hero-copy .org-curriculum-hero-actions {
	justify-content: center;
}

.org-course-journey .section-title {
	padding-bottom: 0.5rem;
}

.org-course-feature {
	margin-top: 0;
	background: #fff;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	overflow: hidden;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 100%;
	display: flex;
	align-items: stretch;
}

.org-course-feature .row {
	width: 100%;
}

.org-course-feature-media,
.org-course-feature-content-wrap {
	min-height: 100%;
}

.org-course-feature-media {
	position: relative;
	overflow: hidden;
}

.org-course-feature-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.02) 38%, rgba(0, 0, 0, 0.1));
}

.org-course-feature-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.03);
	transition: transform 0.55s ease;
}

.org-course-feature-media-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 100%;
	min-height: inherit;
	gap: 0;
}

.org-course-feature-media-grid img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}

.org-course-feature-media-grid img:first-child {
	border-right: 1px solid color-mix(in srgb, var(--heading-color), transparent 80%);
}

.org-course-feature:hover .org-course-feature-media img {
	transform: scale(1.09);
}

.org-course-feature-content-wrap {
	display: flex;
	align-items: center;
	background: linear-gradient(145deg, #fdfbf8 0%, #f6f0e8 100%);
	padding: clamp(1.25rem, 2.8vw, 2.5rem);
	position: relative;
	z-index: 2;
	justify-content: center;
}

.org-course-feature-content {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
}

.org-course-feature-top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	margin-bottom: 0.65rem;
}

.org-course-feature-step {
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 0.35rem 0.55rem;
	border-radius: 999px;
	color: #5f4634;
	background: color-mix(in srgb, var(--accent-color), transparent 82%);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 65%);
}

.org-course-feature-tag {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #70523e;
}

.org-course-feature-content h3 {
	margin: 0 0 0.45rem;
	font-size: clamp(1.3rem, 2.2vw, 1.85rem);
	line-height: 1.28;
	color: var(--heading-color);
}

.org-course-feature-quote {
	margin: 0 0 0.7rem;
	font-style: italic;
	font-family: var(--heading-font);
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 23%);
	line-height: 1.65;
}

.org-course-feature-content p {
	margin: 0;
	line-height: 1.8;
	color: color-mix(in srgb, var(--default-color), #23160f 8%);
	font-size: clamp(0.95rem, 1.15vw, 1.02rem);
}

.org-course-feature-content .org-btn {
	margin-left: auto;
	margin-right: auto;
}

body.starter-page-page {
	scroll-snap-type: y mandatory;
}

.page-title,
.org-course-journey .org-curriculum-hero,
.org-course-feature,
.org-cta-card {
	scroll-snap-align: start;
}

@media (max-width: 991px) {
	.org-course-journey .container {
		max-width: 100%;
	}

	.org-course-journey {
		min-height: auto;
		display: block;
		padding: 60px 0 !important;
	}

	.org-course-journey .org-curriculum-hero {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		min-height: auto;
		border-radius: 16px;
		border: 0;
		box-shadow: 0 18px 44px rgba(74, 55, 40, 0.1);
	}

	.org-course-journey .org-curriculum-hero-copy,
	.org-course-journey .org-curriculum-hero-visual {
		min-height: auto;
	}

	.org-course-feature {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		border-left: 0;
		border-right: 0;
		border-radius: 14px;
		margin-top: clamp(0.8rem, 2.5vw, 1.1rem);
		min-height: auto;
		display: block;
	}

	.org-course-feature-media,
	.org-course-feature-content-wrap {
		min-height: auto;
	}

	.org-course-feature-media {
		height: 210px;
	}

	.org-course-feature-media-grid {
		grid-template-columns: 1fr 1fr;
	}

	.org-course-feature-content {
		max-width: none;
	}

	body.starter-page-page {
		scroll-snap-type: none;
	}
}

@media (max-width: 991px) {
	.org-pillars-grid {
		grid-template-columns: 1fr;
	}
}

/* ------------------------------------------------------------------
 * Organization course — hero upgrades, stats, pain/outcomes,
 * formats, proof, CTA (shared prefix .org-)
 * ------------------------------------------------------------------ */

.org-curriculum-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--accent-color), transparent 85%);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 65%);
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 18%);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: none;
	margin-bottom: 0.9rem;
}

.org-curriculum-kicker::before {
	display: none;
}

.org-curriculum-kicker i {
	font-size: 0.95rem;
	color: color-mix(in srgb, var(--accent-color), var(--heading-color) 8%);
}

.org-curriculum-title-accent {
	color: color-mix(in srgb, var(--accent-color), var(--heading-color) 10%);
	background: linear-gradient(180deg, transparent 60%, color-mix(in srgb, var(--accent-color), transparent 78%) 60%);
	padding: 0 0.15em;
	border-radius: 4px;
}

.org-curriculum-hero-visual {
	position: relative;
}

.org-curriculum-hero-badge {
	position: absolute;
	left: 12px;
	bottom: 12px;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.45rem 0.7rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--surface-color), transparent 5%);
	backdrop-filter: blur(6px);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 14%);
	font-size: 0.8rem;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(74, 55, 40, 0.18);
}

.org-curriculum-hero-badge i {
	color: color-mix(in srgb, var(--accent-color), var(--heading-color) 6%);
}

.org-curriculum-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 1rem;
}

/* --- Shared button style --- */
.org-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.72rem 1.15rem;
	border-radius: 999px;
	font-family: var(--heading-font);
	font-weight: 700;
	letter-spacing: 0.01em;
	text-decoration: none;
	font-size: 0.95rem;
	line-height: 1;
	border: 1px solid transparent;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	cursor: pointer;
}

.org-btn--lg {
	padding: 0.9rem 1.4rem;
	font-size: 1rem;
}

.org-btn--primary {
	background: color-mix(in srgb, var(--accent-color), var(--heading-color) 10%);
	color: var(--contrast-color);
	box-shadow: 0 12px 26px rgba(74, 55, 40, 0.22);
}

.org-btn--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(74, 55, 40, 0.28);
	color: var(--contrast-color);
}

.org-btn--ghost {
	background: transparent;
	border-color: color-mix(in srgb, var(--accent-color), transparent 60%);
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 20%);
}

.org-btn--ghost:hover {
	background: color-mix(in srgb, var(--accent-color), transparent 90%);
	border-color: color-mix(in srgb, var(--accent-color), transparent 45%);
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 20%);
	transform: translateY(-2px);
}

.org-btn--line {
	background: #06c755;
	color: #ffffff;
	box-shadow: 0 12px 26px rgba(6, 199, 85, 0.28);
}

.org-btn--line:hover {
	background: #05b14b;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 16px 30px rgba(6, 199, 85, 0.34);
}

/* --- Stats strip --- */
.org-stats {
	list-style: none;
	margin: clamp(1rem, 2.4vw, 1.6rem) 0 clamp(1.4rem, 3vw, 2.2rem);
	padding: clamp(0.8rem, 2vw, 1.15rem) clamp(1rem, 2.4vw, 1.4rem);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.75rem, 2vw, 1.25rem);
	border-radius: 16px;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
	background: linear-gradient(135deg,
			color-mix(in srgb, var(--surface-color), transparent 2%),
			color-mix(in srgb, var(--surface-color), var(--accent-color) 4%));
	box-shadow: 0 14px 30px rgba(74, 55, 40, 0.08);
}

.org-stats li {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	text-align: left;
	padding: 0 0.2rem;
	border-left: 1px solid color-mix(in srgb, var(--accent-color), transparent 86%);
	padding-left: clamp(0.7rem, 1.6vw, 1rem);
}

.org-stats li:first-child {
	border-left: 0;
	padding-left: 0.2rem;
}

.org-stat-num {
	font-family: var(--heading-font);
	font-size: clamp(1.8rem, 3.8vw, 2.4rem);
	font-weight: 800;
	line-height: 1;
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 18%);
	display: inline-flex;
	align-items: baseline;
}

.org-stat-unit {
	font-size: 0.6em;
	font-weight: 700;
	color: color-mix(in srgb, var(--accent-color), var(--heading-color) 6%);
	margin-left: 0.1em;
}

.org-stat-label {
	font-size: 0.88rem;
	line-height: 1.45;
	color: color-mix(in srgb, var(--default-color), var(--heading-color) 8%);
}

/* --- Pillars kicker --- */
.org-pillars-kicker {
	display: inline-block;
	margin: 0 0 0.35rem;
	padding: 0.32rem 0.6rem;
	border-radius: 999px;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
	background: color-mix(in srgb, var(--accent-color), transparent 88%);
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 22%);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

/* --- Reusable section head --- */
.org-section-head {
	text-align: center;
	max-width: 780px;
	margin: 0 auto clamp(1.2rem, 2.6vw, 2rem);
}

.org-section-head .org-kicker,
.org-kicker {
	display: inline-block;
	margin: 0 0 0.6rem;
	padding: 0.32rem 0.6rem;
	border-radius: 999px;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
	background: color-mix(in srgb, var(--accent-color), transparent 88%);
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 22%);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.org-section-head h2 {
	margin: 0 0 0.55rem;
	font-family: var(--heading-font);
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	line-height: 1.22;
	color: var(--heading-color);
}

.org-kicker-accent {
	color: color-mix(in srgb, var(--accent-color), var(--heading-color) 8%);
	background: linear-gradient(180deg, transparent 62%, color-mix(in srgb, var(--accent-color), transparent 75%) 62%);
	padding: 0 0.12em;
	border-radius: 4px;
}

.org-section-head p {
	margin: 0;
	line-height: 1.8;
	color: var(--default-color);
	font-size: clamp(0.98rem, 1.4vw, 1.06rem);
}

/* --- Pain grid --- */
.org-pain-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.75rem, 2vw, 1.15rem);
	margin-bottom: clamp(1rem, 2.4vw, 1.6rem);
}

.org-pain-card {
	padding: clamp(0.95rem, 2vw, 1.25rem);
	border-radius: 14px;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 86%);
	background: var(--surface-color);
	box-shadow: 0 10px 24px rgba(74, 55, 40, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.org-pain-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(74, 55, 40, 0.1);
}

.org-pain-card>i {
	font-size: 1.55rem;
	color: color-mix(in srgb, var(--accent-color), var(--heading-color) 10%);
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: color-mix(in srgb, var(--accent-color), transparent 88%);
	margin-bottom: 0.75rem;
}

.org-pain-card h3 {
	font-family: var(--heading-font);
	font-size: 1.05rem;
	line-height: 1.35;
	color: var(--heading-color);
	margin: 0 0 0.4rem;
}

.org-pain-card p {
	margin: 0;
	color: var(--default-color);
	line-height: 1.7;
	font-size: 0.92rem;
}

/* --- Bridge between pain and outcomes --- */
.org-why-bridge {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.6rem;
	padding: 1rem 0;
	text-align: center;
}

.org-why-bridge-icon {
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: color-mix(in srgb, var(--accent-color), var(--heading-color) 8%);
	color: var(--contrast-color);
	box-shadow: 0 14px 30px rgba(74, 55, 40, 0.2);
}

.org-why-bridge-icon i {
	font-size: 1.5rem;
	line-height: 1;
}

.org-why-bridge-text {
	margin: 0;
	font-family: var(--heading-font);
	font-size: clamp(1rem, 1.8vw, 1.14rem);
	line-height: 1.55;
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 10%);
	max-width: 640px;
}

/* --- Outcomes grid --- */
.org-outcomes-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(0.8rem, 2vw, 1.2rem);
}

.org-outcome {
	padding: clamp(1rem, 2vw, 1.3rem);
	border-radius: 16px;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
	background: linear-gradient(145deg,
			color-mix(in srgb, var(--surface-color), var(--accent-color) 4%),
			color-mix(in srgb, var(--surface-color), transparent 5%));
	text-align: center;
	box-shadow: 0 14px 30px rgba(74, 55, 40, 0.08);
}

.org-outcome-icon {
	display: inline-flex;
	width: 52px;
	height: 52px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: color-mix(in srgb, var(--accent-color), var(--heading-color) 12%);
	color: var(--contrast-color);
	box-shadow: 0 12px 22px rgba(74, 55, 40, 0.2);
	margin-bottom: 0.65rem;
}

.org-outcome-icon i {
	font-size: 1.25rem;
}

.org-outcome h3 {
	font-family: var(--heading-font);
	font-size: 1.1rem;
	line-height: 1.3;
	color: var(--heading-color);
	margin: 0 0 0.35rem;
}

.org-outcome p {
	margin: 0;
	color: var(--default-color);
	line-height: 1.7;
	font-size: 0.95rem;
}

/* --- Formats --- */
.org-formats-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(0.85rem, 2vw, 1.2rem);
	align-items: stretch;
}

.org-format {
	position: relative;
	padding: clamp(1.1rem, 2.2vw, 1.5rem);
	border-radius: 18px;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 82%);
	background: var(--surface-color);
	box-shadow: 0 14px 32px rgba(74, 55, 40, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.org-format:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(74, 55, 40, 0.12);
}

.org-format--featured {
	border-color: color-mix(in srgb, var(--accent-color), transparent 40%);
	background: linear-gradient(150deg,
			color-mix(in srgb, var(--surface-color), var(--accent-color) 7%),
			color-mix(in srgb, var(--surface-color), transparent 3%));
	box-shadow: 0 22px 42px rgba(74, 55, 40, 0.16);
	transform: translateY(-2px);
}

.org-format-ribbon {
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 0.32rem 0.68rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	color: var(--contrast-color);
	background: color-mix(in srgb, var(--accent-color), var(--heading-color) 8%);
	box-shadow: 0 8px 18px rgba(74, 55, 40, 0.22);
}

.org-format-head {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 0.3rem;
}

.org-format-icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--contrast-color);
	background: color-mix(in srgb, var(--accent-color), var(--heading-color) 10%);
	box-shadow: 0 10px 22px rgba(74, 55, 40, 0.16);
	flex-shrink: 0;
}

.org-format-icon i {
	font-size: 1.15rem;
}

.org-format-kicker {
	margin: 0;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 24%);
}

.org-format-head h3 {
	margin: 0;
	font-family: var(--heading-font);
	font-size: clamp(1.05rem, 1.8vw, 1.25rem);
	line-height: 1.2;
	color: var(--heading-color);
}

.org-format>p {
	margin: 0;
	line-height: 1.8;
	color: var(--default-color);
}

.org-format-list {
	list-style: none;
	padding: 0;
	margin: auto 0 0;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.org-format-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	color: color-mix(in srgb, var(--default-color), var(--heading-color) 10%);
	font-size: 0.94rem;
	line-height: 1.55;
}

.org-format-list i {
	color: color-mix(in srgb, var(--accent-color), var(--heading-color) 10%);
	font-size: 1rem;
	margin-top: 0.15em;
}

/* --- Proof / testimonial --- */
.org-proof-card {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 0;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 82%);
	background: var(--surface-color);
	box-shadow: 0 20px 44px rgba(74, 55, 40, 0.12);
}

.org-proof-visual {
	position: relative;
	min-height: 280px;
}

.org-proof-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.org-proof-body {
	position: relative;
	padding: clamp(1.3rem, 3vw, 2.2rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.65rem;
	background: linear-gradient(145deg,
			color-mix(in srgb, var(--surface-color), transparent 3%),
			color-mix(in srgb, var(--surface-color), var(--accent-color) 5%));
}

.org-proof-quote-mark {
	font-family: var(--heading-font);
	font-size: 4rem;
	font-weight: 900;
	line-height: 0.6;
	color: color-mix(in srgb, var(--accent-color), transparent 55%);
	margin-bottom: -0.2rem;
}

.org-proof-quote {
	margin: 0;
	font-family: var(--heading-font);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	line-height: 1.6;
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 6%);
	border: 0;
	padding: 0;
}

.org-proof-author {
	margin-top: 0.6rem;
	padding-top: 0.8rem;
	border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 82%);
}

.org-proof-name {
	margin: 0;
	font-family: var(--heading-font);
	font-weight: 700;
	color: var(--heading-color);
}

.org-proof-role {
	margin: 0.15rem 0 0;
	font-size: 0.9rem;
	color: color-mix(in srgb, var(--default-color), var(--heading-color) 6%);
}

/* --- Final CTA block --- */
.org-cta-card {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
	gap: clamp(1rem, 2.8vw, 2rem);
	align-items: center;
	padding: clamp(1.3rem, 3vw, 2.2rem);
	border-radius: 22px;
	color: var(--contrast-color);
	background:
		radial-gradient(circle at 15% 20%, color-mix(in srgb, var(--accent-color), transparent 40%) 0%, transparent 58%),
		radial-gradient(circle at 85% 80%, color-mix(in srgb, var(--heading-color), transparent 30%) 0%, transparent 55%),
		linear-gradient(135deg, color-mix(in srgb, var(--heading-color), var(--accent-color) 15%), color-mix(in srgb, var(--heading-color), var(--accent-color) 40%));
	box-shadow: 0 24px 54px rgba(74, 55, 40, 0.25);
}

.org-cta-kicker {
	display: inline-block;
	margin: 0 0 0.6rem;
	padding: 0.32rem 0.6rem;
	border-radius: 999px;
	border: 1px solid color-mix(in srgb, var(--contrast-color), transparent 70%);
	background: color-mix(in srgb, var(--contrast-color), transparent 88%);
	color: var(--contrast-color);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.org-cta-copy h2 {
	margin: 0 0 0.5rem;
	font-family: var(--heading-font);
	font-size: clamp(1.4rem, 2.8vw, 2rem);
	line-height: 1.25;
	color: var(--contrast-color);
}

.org-cta-copy p {
	margin: 0;
	line-height: 1.8;
	color: color-mix(in srgb, var(--contrast-color), transparent 15%);
}

.org-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	justify-content: flex-end;
}

.org-cta-card .org-btn--primary {
	background: var(--contrast-color);
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 10%);
}

.org-cta-card .org-btn--primary:hover {
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 10%);
}

/* --- Responsive --- */
@media (max-width: 991px) {
	.org-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.org-stats li:nth-child(3) {
		border-left: 0;
		padding-left: 0.2rem;
	}

	.org-pain-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.org-outcomes-grid,
	.org-formats-grid {
		grid-template-columns: 1fr;
	}

	.org-proof-card {
		grid-template-columns: 1fr;
	}

	.org-proof-visual {
		min-height: 220px;
	}

	.org-cta-card {
		grid-template-columns: 1fr;
	}

	.org-cta-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 575px) {
	.org-stats {
		grid-template-columns: 1fr;
	}

	.org-stats li {
		border-left: 0;
		padding-left: 0.2rem;
		border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 86%);
		padding-top: 0.65rem;
	}

	.org-stats li:first-child {
		border-top: 0;
		padding-top: 0;
	}

	.org-pain-grid {
		grid-template-columns: 1fr;
	}

	.org-curriculum-hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.org-btn {
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {

	.org-btn,
	.org-pain-card,
	.org-format,
	.org-pillar {
		transition: none;
	}

	.org-btn:hover,
	.org-pain-card:hover,
	.org-format:hover,
	.org-pillar:hover {
		transform: none;
	}
}

/* Trip page sections */
.trip-journey {
	padding-top: 2.2rem;
	padding-bottom: 2.2rem;
	position: relative;
}

.trip-journey .container {
	position: relative;
	z-index: 1;
}

.trip-journey-panel {
	background: linear-gradient(145deg, color-mix(in srgb, var(--surface-color), transparent 3%), color-mix(in srgb, var(--surface-color), var(--accent-color) 4%));
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 82%);
	border-radius: 18px;
	padding: clamp(1rem, 2.2vw, 1.7rem);
	box-shadow: 0 14px 34px rgba(74, 55, 40, 0.09);
}

.trip-journey-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: clamp(0.9rem, 2.5vw, 1.8rem);
	align-items: stretch;
	background: linear-gradient(145deg, color-mix(in srgb, var(--surface-color), transparent 2%), color-mix(in srgb, var(--surface-color), var(--accent-color) 7%));
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 78%);
	border-radius: 20px;
	padding: clamp(1rem, 2.6vw, 1.8rem);
	box-shadow: 0 18px 40px rgba(74, 55, 40, 0.12);
}

.trip-journey-hero-visual {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
}

.trip-journey-hero-visual img {
	width: 100%;
	/* height: 100%; */
	min-height: 260px;
	object-fit: cover;
	display: block;
}

.trip-journey-kicker {
	display: inline-block;
	margin: 0 0 0.45rem;
	padding: 0.3rem 0.62rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 18%);
	background: color-mix(in srgb, var(--accent-color), transparent 88%);
}

.trip-journey-title {
	font-family: var(--heading-font);
	color: var(--heading-color);
	font-size: clamp(1.35rem, 2.9vw, 2rem);
	margin: 0 0 0.35rem;
}

.trip-journey-subtitle {
	margin: 0 0 0.9rem;
	font-family: var(--heading-font);
	font-size: clamp(1rem, 1.9vw, 1.18rem);
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 16%);
}

.trip-journey-quote {
	margin: 0;
	padding: 1rem 1.05rem;
	border-left: 4px solid color-mix(in srgb, var(--accent-color), transparent 35%);
	background: color-mix(in srgb, var(--surface-color), var(--accent-color) 7%);
	font-family: var(--heading-font);
	font-size: clamp(1.03rem, 2vw, 1.18rem);
	line-height: 1.75;
	color: var(--heading-color);
	border-radius: 10px;
}

.trip-journey-note {
	margin: 0;
	line-height: 1.8;
	color: var(--default-color);
}

.trip-compare-wrap {
	margin-top: 0.95rem;
	overflow-x: auto;
}

.trip-compare-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 660px;
	background: var(--surface-color);
	border-radius: 12px;
	overflow: hidden;
}

.trip-compare-table th,
.trip-compare-table td {
	padding: 0.82rem 0.9rem;
	border-bottom: 1px solid color-mix(in srgb, var(--accent-color), transparent 86%);
	text-align: left;
	vertical-align: top;
	line-height: 1.65;
}

.trip-compare-table thead th {
	font-family: var(--heading-font);
	color: var(--heading-color);
	background: color-mix(in srgb, var(--accent-color), transparent 90%);
	font-size: 1rem;
}

.trip-compare-table tbody tr:last-child td {
	border-bottom: 0;
}

.trip-elements-grid {
	margin-top: 0.95rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(0.75rem, 2vw, 1.1rem);
}

.trip-element {
	background: var(--surface-color);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 84%);
	border-radius: 14px;
	padding: 0.95rem;
	box-shadow: 0 10px 24px rgba(74, 55, 40, 0.06);
}

.trip-element-num {
	display: inline-flex;
	padding: 0.22rem 0.5rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--accent-color), transparent 86%);
	font-family: var(--heading-font);
	font-weight: 700;
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 22%);
}

.trip-element h3 {
	margin: 0.45rem 0 0.3rem;
	font-family: var(--heading-font);
	font-size: 1.08rem;
	color: var(--heading-color);
}

.trip-element-sub {
	margin: 0 0 0.35rem;
	font-style: italic;
	color: color-mix(in srgb, var(--heading-color), var(--accent-color) 14%);
}

.trip-element p {
	margin: 0;
	line-height: 1.8;
	color: var(--default-color);
}

.trip-cards-grid {
	margin-top: 0.95rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(0.8rem, 2vw, 1.15rem);
}

.trip-card {
	background: var(--surface-color);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 82%);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 12px 24px rgba(74, 55, 40, 0.08);
}

.trip-card img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	display: block;
}

.trip-card-body {
	padding: 0.88rem 0.9rem 0.95rem;
}

.trip-card-body h3 {
	margin: 0 0 0.45rem;
	font-family: var(--heading-font);
	color: var(--heading-color);
	font-size: 1.06rem;
}

.trip-card-body p {
	margin: 0.25rem 0;
	line-height: 1.65;
	color: var(--default-color);
	font-size: 0.92rem;
}

@media (max-width: 991px) {
	.trip-journey-hero {
		grid-template-columns: 1fr;
	}

	.trip-elements-grid,
	.trip-cards-grid {
		grid-template-columns: 1fr;
	}
}