/* About Us / About the Event page */

.wte-about-page {
	--wte-ab-teal: #008880;
	--wte-ab-teal-dark: #04565d;
	--wte-ab-gold: #c9a227;
	--wte-ab-text: #3a5555;
	--wte-ab-muted: #5a7272;
	--wte-ab-radius: 16px;

	/* Shell matches header; content below stays narrower */
	width: min(100% - 40px, var(--wte-container, 1180px));
	margin: 2.75rem auto 4.5rem;
	padding: 0 0 2.5rem;
	box-sizing: border-box;
	font-family: "Libre Franklin", "Segoe UI", Tahoma, sans-serif;
	color: var(--wte-ab-text);
}

.wte-about-page *,
.wte-about-page *::before,
.wte-about-page *::after {
	box-sizing: border-box;
}

.wte-about-page > *:not(.wte-about-hero) {
	width: min(100%, 1100px);
	margin-left: auto;
	margin-right: auto;
}

/* Hero — same width as header */
.wte-about-hero {
	width: 100%;
	margin: 0 0 2.75rem;
}

.wte-about-hero__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: clamp(180px, 26vw, 260px);
	border-radius: var(--wte-ab-radius);
	overflow: hidden;
	background: #1a3a3a;
	box-shadow: 0 8px 28px rgba(0, 40, 40, 0.16);
}

.wte-about-hero__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wte-about-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.28) 50%, rgba(0, 0, 0, 0.18) 100%);
	z-index: 1;
	pointer-events: none;
}

.wte-about-hero__title {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: clamp(1.5rem, 4vw, 2.75rem);
	color: #fff;
	font-size: clamp(1.55rem, 4vw, 2.7rem);
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.1;
	text-transform: uppercase;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

/* Type */
.wte-about-eyebrow {
	margin: 0 0 0.45rem;
	color: var(--wte-ab-gold);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wte-about-heading {
	margin: 0 0 1rem;
	color: var(--wte-ab-teal);
	font-family: "Archivo", sans-serif;
	font-size: clamp(1.75rem, 4vw, 45px);
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.3867;
	text-transform: uppercase;
}

.wte-about-heading--center {
	text-align: center;
	margin-bottom: 0.65rem;
}

.wte-about-text {
	color: var(--wte-ab-muted);
	font-size: 0.95rem;
	line-height: 1.7;
}

.wte-about-text p {
	margin: 0 0 1rem;
}

.wte-about-text p:last-child {
	margin-bottom: 0;
}

/* About intro */
.wte-about-intro {
	margin-bottom: 2.75rem;
}

.wte-about-intro__grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 2rem 2.5rem;
	align-items: start;
}

.wte-about-intro__media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(0, 70, 70, 0.1);
	background: #d9e8e8;
}

/* Vision / Commitment bands */
.wte-about-band {
	margin-bottom: 2.75rem;
	padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.5rem, 4vw, 2.75rem);
	border-radius: var(--wte-ab-radius);
	background: linear-gradient(90deg, #069ea0 0%, #04565d 100%);
	color: #fff;
	text-align: center;
	box-shadow: 0 10px 28px rgba(0, 60, 60, 0.16);
}

.wte-about-band__title {
	margin: 0 0 0.75rem;
	color: #fff;
	font-family: "Archivo", sans-serif;
	font-size: clamp(1.75rem, 4vw, 45px);
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.3867;
	text-transform: uppercase;
}

.wte-about-band__text {
	margin: 0 auto;
	max-width: 720px;
	color: rgba(255, 255, 255, 0.95);
	font-size: 0.95rem;
	line-height: 1.7;
}

.wte-about-band__text p {
	margin: 0;
}

.wte-about-band__text p + p {
	margin-top: 0.75rem;
}

/* Pillars */
.wte-about-pillars {
	margin-bottom: 3rem;
}

.wte-about-pillars__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.15rem;
}

.wte-about-pillar {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 1.5rem 1.1rem 1.4rem;
	border: 1.5px solid rgba(0, 136, 128, 0.4);
	border-radius: 14px;
	background: #fff;
}

.wte-about-pillar__icon {
	display: block;
	margin: 0 0 0.95rem;
	line-height: 0;
}

.wte-about-pillar__icon img {
	display: block;
	width: auto;
	max-width: 72px;
	height: auto;
	max-height: 72px;
	margin: 0 auto;
	object-fit: contain;
}

.wte-about-pillar__title {
	margin: 0 0 0.5rem;
	color: var(--wte-ab-teal);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.wte-about-pillar__text {
	margin: 0;
	color: var(--wte-ab-muted);
	font-size: 0.85rem;
	line-height: 1.55;
}

.wte-about-pillar__text p {
	margin: 0;
}

/* Why Bangkok */
.wte-about-location {
	margin-bottom: 3rem;
}

.wte-about-location__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem 2.25rem;
	align-items: center;
}

.wte-about-location__media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(0, 70, 70, 0.1);
	background: #d9e8e8;
}

/* Organiser */
.wte-about-org {
	margin-bottom: 3.25rem;
}

.wte-about-org__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 2rem 2.25rem;
	align-items: start;
}

.wte-about-org__media {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.wte-about-org__media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(0, 70, 70, 0.1);
	background: #d9e8e8;
}

/* Services */
.wte-about-services {
	margin-bottom: 2.75rem;
}

.wte-about-services__head {
	margin-bottom: 1.75rem;
	text-align: center;
}

.wte-about-services__intro {
	margin: 0 auto;
	max-width: 560px;
	color: var(--wte-ab-muted);
	font-size: 0.95rem;
	line-height: 1.6;
}

.wte-about-services__intro p {
	margin: 0;
}

.wte-about-services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
}

.wte-about-service {
	padding: 1.35rem 1.25rem 1.4rem;
	border: 1.5px solid rgba(0, 136, 128, 0.4);
	border-radius: 14px;
	background: #fff;
	text-align: center;
}

.wte-about-service__title {
	margin: 0 0 0.55rem;
	color: var(--wte-ab-teal);
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.3;
	text-transform: uppercase;
}

.wte-about-service__text {
	margin: 0;
	color: var(--wte-ab-muted);
	font-size: 0.88rem;
	line-height: 1.55;
}

.wte-about-service__text p {
	margin: 0;
}

/* Responsive */
@media (max-width: 960px) {
	.wte-about-intro__grid,
	.wte-about-location__grid,
	.wte-about-org__grid {
		grid-template-columns: 1fr;
	}

	.wte-about-pillars__grid {
		grid-template-columns: 1fr 1fr;
	}

	.wte-about-services__grid {
		grid-template-columns: 1fr 1fr;
	}

	.wte-about-org__media {
		flex-direction: row;
	}

	.wte-about-org__media img {
		flex: 1 1 0;
	}
}

@media (max-width: 640px) {
	.wte-about-page {
		width: min(100% - 32px, var(--wte-container, 1180px));
		margin-top: 1.75rem;
		padding: 0 0 2rem;
	}

	.wte-about-hero__title {
		white-space: normal;
	}

	.wte-about-pillars__grid,
	.wte-about-services__grid {
		grid-template-columns: 1fr;
	}

	.wte-about-org__media {
		flex-direction: column;
	}
}
