/* KHOME About Us — classic PHP template styles */

:root {
	--kh-orange:     #ff6b1a;
	--kh-orange-600: #e85a0c;
	--kh-navy:       #0c2340;
	--kh-navy-700:   #143258;
	--kh-dark:       #111827;
	--kh-grey:       #6B7280;
	--kh-grey-500:   #6b7280;
	--kh-grey-300:   #d1d5db;
	--kh-grey-200:   #e5e7eb;
	--kh-light:      #f8fafc;
	--kh-border:     rgba(0,0,0,.08);
	--kh-radius:     10px;
	--kh-radius-lg:  16px;
	--kh-shadow-md:  0 6px 18px rgba(12,35,64,.08);
	--kh-shadow-lg:  0 18px 40px rgba(12,35,64,.12);
}

.kh-about { color: var(--kh-dark); }
.kh-about a { color: inherit; }
.kh-about .kh-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.kh-about .kh-section { padding: 100px 0; }
.kh-about .kh-section--grey { background: var(--kh-light); }
.kh-about .kh-section--dark {
	background: var(--kh-navy);
	background-image:
		radial-gradient(circle at 20% 50%, rgba(255,107,26,.15), transparent 50%),
		radial-gradient(circle at 80% 50%, rgba(20,50,88,.8), transparent 50%);
	color: #fff;
}
/* Section header (eyebrow/h2/sub/section--head) is shared from khome-global.css */

.kh-about .kh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5em;
	padding: 16px 32px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
	border: 2px solid transparent;
	transition: all .2s ease;
}
.kh-about .kh-btn--primary {
	background: var(--kh-orange);
	color: #fff;
	border-color: var(--kh-orange);
}
.kh-about .kh-btn--primary:hover {
	background: var(--kh-orange-600);
	border-color: var(--kh-orange-600);
	transform: translateY(-1px);
	box-shadow: var(--kh-shadow-md);
}

/* Hero */
.kh-about-hero {
	position: relative;
	min-height: 460px;
	display: flex;
	align-items: center;
	color: #fff;
	overflow: hidden;
}
.kh-about-hero-bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(12,35,64,.55), rgba(12,35,64,.92)), #0c2340 center/cover no-repeat;
	z-index: 0;
}
.kh-about-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 0%, rgba(12,35,64,.5) 100%);
	z-index: 1;
}
.kh-about-hero-inner {
	position: relative;
	z-index: 2;
	padding: 80px 24px 90px;
	max-width: 880px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
.kh-about-hero h1 {
	color: #fff;
	font-size: clamp(2.2rem, 4.6vw, 3.6rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.01em;
	margin: 0 0 .6em;
}
.kh-about-hero h1 .accent { color: var(--kh-orange); display: block; }
.kh-about-hero .lead {
	font-size: 1.1rem;
	color: rgba(255,255,255,.9);
	max-width: 680px;
	margin: 8px 0 0;
}

.kh-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
	font-size: .85rem;
	color: rgba(255,255,255,.7);
}
.kh-breadcrumb li + li::before { content: '/'; margin-right: 8px; color: rgba(255,255,255,.4); }
.kh-breadcrumb a { color: rgba(255,255,255,.8); font-weight: 500; text-decoration: none; }
.kh-breadcrumb a:hover { color: var(--kh-orange); }
.kh-breadcrumb [aria-current="page"] { color: #fff; font-weight: 600; }

/* Story section */
.kh-about-story-grid {
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	gap: 80px;
	align-items: center;
}
.kh-about-story-copy h2 { margin-bottom: 20px; }
.kh-about-story-copy p { margin: 0 0 1em; color: #4b5563; line-height: 1.7; }
.kh-about-story-visual { position: relative; min-height: 520px; }
.kh-about-story-img {
	position: absolute;
	border-radius: var(--kh-radius-lg);
	box-shadow: var(--kh-shadow-lg);
	overflow: hidden;
	background: #ddd;
}
.kh-about-story-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.kh-about-story-img--1 {
	width: 75%;
	height: 380px;
	top: 0;
	right: 0;
}
.kh-about-story-img--2 {
	width: 55%;
	height: 260px;
	bottom: 0;
	left: 0;
	border: 6px solid #fff;
}
.kh-about-story-stat {
	position: absolute;
	bottom: 24px;
	right: 0;
	background: var(--kh-orange);
	color: #fff;
	padding: 22px 26px;
	border-radius: var(--kh-radius);
	box-shadow: var(--kh-shadow-lg);
	display: flex;
	align-items: center;
	gap: 16px;
	z-index: 2;
}
.kh-about-story-stat strong { font-size: 2rem; font-weight: 800; line-height: 1; }
.kh-about-story-stat span { font-size: .85rem; line-height: 1.3; color: rgba(255,255,255,.92); }

.kh-about-checklist { list-style: none; padding: 0; margin: 24px 0 0; }
.kh-about-checklist li {
	position: relative;
	padding-left: 32px;
	margin-bottom: 12px;
	color: #374151;
}
.kh-about-checklist li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 20px;
	height: 20px;
	background: var(--kh-orange);
	border-radius: 50%;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
}

/* MVV cards */
.kh-about-mvv-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.kh-about-mvv-card {
	background: #fff;
	border: 1px solid var(--kh-grey-200);
	border-radius: var(--kh-radius-lg);
	padding: 40px 32px;
	transition: all .2s ease;
}
.kh-about-mvv-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--kh-shadow-lg);
	border-color: transparent;
}
.kh-about-mvv-card--feature {
	background: var(--kh-navy);
	border-color: var(--kh-navy);
	color: rgba(255,255,255,.85);
}
.kh-about-mvv-card--feature h3 { color: #fff; }
.kh-about-mvv-card--feature p { color: rgba(255,255,255,.8); }
.kh-about-mvv-card--feature .kh-about-mvv-icon {
	background: rgba(255,107,26,.2);
	color: var(--kh-orange);
}
.kh-about-mvv-icon {
	display: grid;
	place-items: center;
	width: 60px;
	height: 60px;
	background: rgba(255,107,26,.12);
	color: var(--kh-orange);
	border-radius: 14px;
	margin-bottom: 22px;
}
.kh-about-mvv-icon svg { width: 28px; height: 28px; }
.kh-about-mvv-card h3 { font-size: 1.2rem; color: var(--kh-navy); margin: 0 0 12px; }
.kh-about-mvv-card p { margin: 0; font-size: .95rem; line-height: 1.6; }

/* Timeline */
.kh-about-timeline {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 820px;
	position: relative;
}
.kh-about-timeline::before {
	content: '';
	position: absolute;
	left: 88px;
	top: 8px;
	bottom: 8px;
	width: 2px;
	background: linear-gradient(to bottom, var(--kh-orange), var(--kh-grey-200));
}
.kh-about-timeline-item {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 32px;
	padding: 18px 0;
	position: relative;
}
.kh-about-timeline-item::before {
	content: '';
	position: absolute;
	left: 82px;
	top: 12px;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 3px solid var(--kh-orange);
	border-radius: 50%;
	z-index: 1;
}
.kh-about-timeline-year {
	font-size: 1.3rem;
	font-weight: 800;
	color: var(--kh-navy);
	line-height: 1;
	padding-top: 4px;
	text-align: right;
}
.kh-about-timeline-body {
	background: #fff;
	border: 1px solid var(--kh-grey-200);
	border-radius: var(--kh-radius);
	padding: 18px 24px;
	transition: all .2s ease;
}
.kh-about-timeline-body:hover {
	border-color: transparent;
	box-shadow: var(--kh-shadow-md);
	transform: translateX(4px);
}
.kh-about-timeline-body h3 { font-size: 1.1rem; color: var(--kh-navy); margin: 0 0 6px; }
.kh-about-timeline-body p { margin: 0; color: var(--kh-grey-500); font-size: .95rem; line-height: 1.5; }

/* Team */
.kh-about-team-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.kh-about-team-card {
	background: #fff;
	border: 1px solid var(--kh-grey-200);
	border-radius: var(--kh-radius-lg);
	overflow: hidden;
	transition: all .2s ease;
}
.kh-about-team-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--kh-shadow-lg);
	border-color: transparent;
}
.kh-about-team-photo {
	height: 240px;
	background: var(--kh-grey-200) center top / cover no-repeat;
}
.kh-about-team-body { padding: 22px 24px 26px; }
.kh-about-team-role {
	display: inline-block;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--kh-orange);
	margin-bottom: 8px;
}
.kh-about-team-body h3 { font-size: 1.1rem; color: var(--kh-navy); margin: 0 0 8px; }
.kh-about-team-body p { font-size: .9rem; color: var(--kh-grey-500); margin: 0; line-height: 1.5; }

/* Numbers strip */
.kh-about-numbers {
	padding: 70px 0;
	background: var(--kh-navy);
	background-image:
		radial-gradient(circle at 15% 50%, rgba(255,107,26,.12), transparent 50%),
		radial-gradient(circle at 85% 50%, rgba(20,50,88,.8), transparent 50%);
	color: #fff;
}
.kh-about-numbers-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 32px;
	align-items: center;
}
.kh-about-number {
	text-align: center;
	color: rgba(255,255,255,.8);
	border-right: 1px solid rgba(255,255,255,.12);
	padding: 4px 8px;
}
.kh-about-number:last-child { border-right: 0; }
.kh-about-number strong {
	display: block;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 8px;
}
.kh-about-number span { font-size: .85rem; letter-spacing: .04em; }

/* Partners */
.kh-about-partners-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	max-width: 920px;
	margin: 0 auto;
}
.kh-about-partner {
	display: flex;
	align-items: center;
	gap: 20px;
	background: #fff;
	border: 1px solid var(--kh-grey-200);
	border-radius: var(--kh-radius-lg);
	padding: 28px;
	transition: all .2s ease;
}
.kh-about-partner:hover {
	transform: translateY(-4px);
	box-shadow: var(--kh-shadow-md);
	border-color: transparent;
}
.kh-about-partner-mark {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 12px;
	font-weight: 800;
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: -.02em;
	flex-shrink: 0;
}
.kh-about-partner-mark--shinko { background: linear-gradient(135deg, #003d7a, #0066cc); }
.kh-about-partner-mark--tostem { background: linear-gradient(135deg, #1a1a1a, #404040); }
.kh-about-partner h3 { margin: 0 0 4px; font-size: 1.15rem; color: var(--kh-navy); }
.kh-about-partner p { margin: 0; font-size: .9rem; color: var(--kh-grey-500); }

/* CTA */
.kh-about-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: wrap;
}
.kh-about-cta-copy { max-width: 640px; }
.kh-about-cta-copy h2 { color: #fff; margin-bottom: 8px; }
.kh-about-cta-copy p { color: rgba(255,255,255,.8); font-size: 1.05rem; margin: 0; }

/* Responsive */
@media (max-width: 960px) {
	.kh-about .kh-section { padding: 70px 0; }
	.kh-about-hero { min-height: 380px; }
	.kh-about-hero-inner { padding: 56px 24px 64px; }
	.kh-about-story-grid { grid-template-columns: 1fr; gap: 56px; }
	.kh-about-story-visual { min-height: 440px; }
	.kh-about-mvv-grid { grid-template-columns: 1fr; gap: 16px; }
	.kh-about-team-grid { grid-template-columns: repeat(2, 1fr); }
	.kh-about-numbers-grid { grid-template-columns: repeat(3, 1fr); gap: 24px 16px; }
	.kh-about-number:nth-child(3) { border-right: 0; }
	.kh-about-number:nth-child(4) { border-right: 1px solid rgba(255,255,255,.12); }
	.kh-about-partners-grid { grid-template-columns: 1fr; }
	.kh-about-timeline::before { left: 60px; }
	.kh-about-timeline-item { grid-template-columns: 60px 1fr; gap: 24px; }
	.kh-about-timeline-year { font-size: 1.1rem; }
	.kh-about-timeline-item::before { left: 54px; }
	.kh-about-cta-inner { flex-direction: column; text-align: center; align-items: center; }
}
@media (max-width: 600px) {
	.kh-about-team-grid { grid-template-columns: 1fr; }
	.kh-about-numbers-grid { grid-template-columns: repeat(2, 1fr); }
	.kh-about-number { border-right: 0 !important; }
	.kh-about-number strong { font-size: 2rem; }
	.kh-about-story-img--1 { width: 88%; height: 300px; }
	.kh-about-story-img--2 { width: 65%; height: 220px; }
	.kh-about-story-stat { padding: 16px 18px; }
	.kh-about-story-stat strong { font-size: 1.6rem; }
}
