/* EWO About page — frontend styles */

/* ============================================================
   Layout wrapper
   ============================================================ */
.ewo-about {
	background: var(--ewo-navy);
	color: var(--ewo-text);
	padding: 0 0 80px;
}

.ewo-about__container {
	max-width: var(--ewo-max-width);
	margin: 0 auto;
	padding: 0 24px;
}

/* ============================================================
   Section header chip (shared)
   ============================================================ */
.ewo-about__section-chip {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	margin-bottom: 20px;
}

.ewo-about__section-chip-icon {
	align-items: center;
	background: rgba(0, 163, 255, .1);
	border: 1px solid rgba(0, 163, 255, .22);
	border-radius: 50%;
	color: var(--ewo-gold);
	display: flex;
	height: 34px;
	justify-content: center;
	width: 34px;
	flex-shrink: 0;
}

.ewo-about__section-chip-text {
	color: var(--ewo-gold);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

/* ============================================================
   Section panels (shared bordered container)
   ============================================================ */
.ewo-about__panel {
	background: rgba(16, 35, 61, .6);
	border: 1px solid rgba(216, 224, 234, .14);
	border-radius: 12px;
	padding: 36px 40px;
}

@media (max-width: 600px) {
	.ewo-about__panel {
		padding: 24px 20px;
	}
}

/* ============================================================
   A. Hero Section
   ============================================================ */
.ewo-about__hero {
	overflow: hidden;
	padding: 72px 0 0;
	position: relative;
}

/* Let the image column reach the container's right edge */
.ewo-about__hero .ewo-about__container {
	padding-right: 0;
}

.ewo-about__hero-inner {
	align-items: stretch;
	display: grid;
	gap: 0;
	grid-template-columns: 55fr 45fr;
	min-height: 520px;
}

.ewo-about__hero-text-col {
	padding-bottom: 80px;
	padding-right: 56px;
}

/* Hero image column — positioned so the absolute child fills it */
.ewo-about__hero-image-col {
	overflow: hidden;
	position: relative;
}

/* Earth image wrapper: fills the entire image column */
.ewo-about__globe-wrap {
	aspect-ratio: unset;
	background: none;
	border: none;
	border-radius: 0;
	display: block;
	inset: 0;
	max-width: none;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

/* Earth image: cover the column, blend left edge into navy */
.ewo-about__globe-img {
	border-radius: 0;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	-webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .45) 22%, black 48%);
	mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .45) 22%, black 48%);
}

/* Placeholder when no image is set */
.ewo-about__globe-placeholder {
	align-items: center;
	color: rgba(0, 163, 255, .3);
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.ewo-about__eyebrow {
	color: var(--ewo-gold);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .16em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.ewo-about__hero-heading {
	color: var(--ewo-white);
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 14px;
}

.ewo-about__hero-subtitle {
	color: var(--ewo-gold);
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 28px;
}

.ewo-about__hero-bold {
	color: var(--ewo-white);
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.65;
	margin: 0 0 20px;
}

.ewo-about__hero-para {
	color: var(--ewo-text);
	font-size: .95rem;
	line-height: 1.75;
	margin: 0 0 16px;
}

.ewo-about__hero-para:last-child {
	margin-bottom: 0;
}

/* ---- Tablet (641–900 px): two columns, image slightly narrower ---- */
@media (max-width: 900px) {
	.ewo-about__hero .ewo-about__container {
		padding-right: 24px;
	}

	.ewo-about__hero-inner {
		grid-template-columns: 55fr 45fr;
		min-height: 400px;
	}

	.ewo-about__hero-text-col {
		padding-right: 32px;
	}
}

/* ---- Mobile (≤ 640 px): stack — text above, image below ---- */
@media (max-width: 640px) {
	.ewo-about__hero .ewo-about__container {
		padding-right: 24px;
	}

	.ewo-about__hero-inner {
		grid-template-columns: 1fr;
		min-height: unset;
	}

	.ewo-about__hero-text-col {
		padding-bottom: 32px;
		padding-right: 0;
	}

	/* Image stacks below text */
	.ewo-about__hero-image-col {
		height: 320px;
		order: 1;
		overflow: hidden;
		position: relative;
	}

	.ewo-about__globe-wrap {
		inset: 0;
		position: absolute;
	}

	/* On mobile: no left mask (full-width), centre on Europe/Middle East/Asia */
	.ewo-about__globe-img {
		-webkit-mask-image: none;
		mask-image: none;
		object-position: center 30%;
	}
}

/* ============================================================
   B. Mission Section
   ============================================================ */
.ewo-about__mission {
	padding: 64px 0 0;
}

.ewo-about__section-title {
	color: var(--ewo-white);
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0 0 20px;
}

.ewo-about__mission-intro {
	color: var(--ewo-text);
	font-size: 1rem;
	line-height: 1.75;
	margin: 0 0 16px;
}

.ewo-about__mission-para {
	color: var(--ewo-muted);
	font-size: .95rem;
	line-height: 1.75;
	margin: 0 0 24px;
}

.ewo-about__questions {
	border-left: 3px solid rgba(215, 168, 75, .4);
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: none;
	margin: 0 0 24px;
	padding: 0 0 0 20px;
}

.ewo-about__questions li {
	color: var(--ewo-text);
	font-size: .95rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 4px 0;
	position: relative;
}

.ewo-about__questions li::before {
	color: var(--ewo-gold);
	content: '›';
	font-size: 1rem;
	left: -16px;
	position: absolute;
	top: 4px;
}

.ewo-about__mission-closing {
	color: var(--ewo-text);
	font-size: .95rem;
	line-height: 1.75;
	margin: 0;
}

/* ============================================================
   C. Method Section
   ============================================================ */
.ewo-about__method {
	padding: 64px 0 0;
}

.ewo-about__method-intro {
	color: var(--ewo-muted);
	font-size: .95rem;
	margin: 0 0 28px;
}

.ewo-about__stages {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 28px;
}

@media (max-width: 640px) {
	.ewo-about__stages {
		grid-template-columns: 1fr;
	}
}

.ewo-about__stage {
	background: rgba(11, 24, 41, .8);
	border: 1px solid rgba(216, 224, 234, .14);
	border-radius: 10px;
	padding: 24px;
	position: relative;
	transition: border-color .2s;
}

.ewo-about__stage:hover {
	border-color: rgba(215, 168, 75, .3);
}

.ewo-about__stage-num {
	background: rgba(215, 168, 75, .1);
	border: 1px solid rgba(215, 168, 75, .25);
	border-radius: 50%;
	color: var(--ewo-gold);
	font-size: .65rem;
	font-weight: 800;
	height: 24px;
	letter-spacing: .04em;
	line-height: 24px;
	position: absolute;
	right: 16px;
	text-align: center;
	top: 16px;
	width: 24px;
}

.ewo-about__stage-icon {
	align-items: center;
	background: rgba(0, 163, 255, .1);
	border: 1px solid rgba(0, 163, 255, .2);
	border-radius: 8px;
	color: var(--ewo-gold);
	display: flex;
	height: 42px;
	justify-content: center;
	margin-bottom: 14px;
	width: 42px;
}

.ewo-about__stage-title {
	color: var(--ewo-white);
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 8px;
}

.ewo-about__stage-desc {
	color: var(--ewo-muted);
	font-size: .875rem;
	line-height: 1.6;
	margin: 0;
}

.ewo-about__method-closing {
	color: var(--ewo-text);
	font-size: .95rem;
	line-height: 1.75;
	margin: 0;
	text-align: center;
}

.ewo-about__gold {
	color: var(--ewo-gold);
	font-style: normal;
}

/* ============================================================
   D. Coverage Section
   ============================================================ */
.ewo-about__coverage {
	padding: 64px 0 0;
}

.ewo-about__coverage-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
	.ewo-about__coverage-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 540px) {
	.ewo-about__coverage-grid {
		grid-template-columns: 1fr;
	}
}

.ewo-about__card {
	background: rgba(11, 24, 41, .7);
	border: 1px solid rgba(216, 224, 234, .12);
	border-radius: 10px;
	padding: 24px;
	transition: border-color .2s, transform .2s;
}

.ewo-about__card:hover {
	border-color: rgba(215, 168, 75, .25);
	transform: translateY(-2px);
}

.ewo-about__card-icon {
	align-items: center;
	background: rgba(0, 163, 255, .08);
	border: 1px solid rgba(0, 163, 255, .18);
	border-radius: 8px;
	color: var(--ewo-gold);
	display: flex;
	height: 40px;
	justify-content: center;
	margin-bottom: 14px;
	width: 40px;
}

.ewo-about__card-title {
	color: var(--ewo-white);
	font-size: .9rem;
	font-weight: 700;
	margin: 0 0 8px;
}

.ewo-about__card-desc {
	color: var(--ewo-muted);
	font-size: .82rem;
	line-height: 1.6;
	margin: 0;
}

/* ============================================================
   E. Closing Section
   ============================================================ */
.ewo-about__closing {
	padding: 64px 0 0;
}

.ewo-about__closing-inner {
	text-align: center;
}

.ewo-about__closing-title {
	color: var(--ewo-white);
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 28px;
}

.ewo-about__closing-para {
	color: var(--ewo-text);
	font-size: .95rem;
	line-height: 1.8;
	margin: 0 auto 16px;
	max-width: 720px;
}

.ewo-about__closing-gold {
	color: var(--ewo-gold);
	display: block;
	font-size: 1rem;
	font-style: italic;
	font-weight: 600;
	margin: 28px auto 0;
	max-width: 600px;
}

/* ============================================================
   Admin placeholder (no content set)
   ============================================================ */
.ewo-about__admin-placeholder {
	background: rgba(215, 168, 75, .05);
	border: 1px dashed rgba(215, 168, 75, .3);
	border-radius: 10px;
	padding: 48px 24px;
	text-align: center;
}

.ewo-about__admin-placeholder p {
	color: var(--ewo-muted);
	font-size: .9rem;
	margin: 0 0 12px;
}

.ewo-about__admin-placeholder a {
	color: var(--ewo-gold);
}
