/* ==========================================================================
   Geo Diving custom — About us
   ========================================================================== */

/* --- About story --- */

.geo-about-story {
	position: relative;
	z-index: 1;
	padding: 9rem 0 2rem;
}

.geo-about-story__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(2rem, 4vw, 3.5rem);
}

.geo-about-story__image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 1.25rem;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.geo-about-story__title {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1.25rem;
	color: #fff;
}

.geo-about-story__text {
	font-size: 0.9375rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.62);
	margin: 0 0 1rem;
	max-width: 36rem;
}

.geo-about-story__quote {
	margin: 1.75rem 0 0;
	padding: 1.25rem 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: clamp(1.0625rem, 2vw, 1.25rem);
	font-weight: 500;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.92);
	max-width: 32rem;
}

/* --- About pillars --- */

.geo-about-pillars {
	position: relative;
	z-index: 1;
	padding: 4rem 0 5rem;
}

.geo-about-pillars__list {
	display: flex;
	flex-direction: column;
	gap: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.geo-about-pillars__item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: clamp(1.25rem, 3vw, 2.5rem);
	padding: 2rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.geo-about-pillars__index {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1;
	color: rgba(62, 200, 244, 0.55);
	padding-top: 0.2rem;
}

.geo-about-pillars__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.25rem, 2.4vw, 1.625rem);
	font-weight: 600;
	color: #fff;
}

.geo-about-pillars__text {
	margin: 0;
	max-width: 44rem;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.58);
}

.geo-about-pillars__link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--wp--preset--color--cyan, #3ec8f4);
	text-decoration: none;
	transition: gap 0.25s ease, opacity 0.25s ease;
}

.geo-about-pillars__link:hover {
	gap: 0.65rem;
	opacity: 0.9;
	color: var(--wp--preset--color--cyan, #3ec8f4);
}

.geo-about-pillars__link svg {
	width: 1rem;
	height: 1rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

/* --- About team intro --- */

.geo-about-team {
	position: relative;
	z-index: 1;
	padding: 5rem 0 2rem;
}

.geo-about-team .geo-section__head {
	margin-bottom: 1.5rem;
}

.geo-about-team__closer {
	margin: 0 auto;
	max-width: 36rem;
	text-align: center;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.55);
}

/* --- Team profiles (full-width) --- */

.geo-profile {
	position: relative;
	z-index: 1;
	padding: 3.5rem 0;
}

.geo-profile__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 4rem);
}

.geo-profile--reverse .geo-profile__layout {
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.geo-profile--reverse .geo-profile__media {
	order: 2;
}

.geo-profile--reverse .geo-profile__content {
	order: 1;
}

.geo-profile__placeholder,
.geo-profile__photo {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 1.25rem;
	object-fit: cover;
}

.geo-profile__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(circle at 35% 25%, rgba(62, 200, 244, 0.22), transparent 55%),
		linear-gradient(160deg, rgba(26, 159, 212, 0.18), rgba(5, 13, 24, 0.9));
	border: 1px solid rgba(62, 200, 244, 0.18);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.geo-profile__initials {
	font-size: clamp(2.5rem, 6vw, 4rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.55);
}

.geo-profile__name {
	margin: 0 0 0.35rem;
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: #fff;
}

.geo-profile__role {
	margin: 0 0 1.5rem;
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--wp--preset--color--cyan, #3ec8f4);
}

.geo-profile__bio p {
	margin: 0 0 1rem;
	max-width: 36rem;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.6);
}

.geo-profile__bio p:last-child {
	margin-bottom: 0;
}

.geo-profile__contact {
	margin-top: 1.75rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
}

.geo-profile__contact-cue {
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.78);
}

.geo-profile__contact-link {
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--wp--preset--color--cyan, #3ec8f4);
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.geo-profile__contact-link:hover {
	opacity: 0.85;
	color: var(--wp--preset--color--cyan, #3ec8f4);
}

.geo-about-cta {
	padding-top: 3rem;
}

/* --- Responsive --- */

@media (max-width: 768px) {
	.geo-about-story {
		padding: 2.5rem 0 1rem;
	}

	.geo-about-story__layout {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.geo-about-story__image {
		aspect-ratio: 16 / 10;
		max-height: 18rem;
	}

	.geo-about-pillars {
		padding: 2.5rem 0 3.5rem;
	}

	.geo-about-pillars__item {
		grid-template-columns: 1fr;
		gap: 0.75rem;
		padding: 1.5rem 0;
	}

	.geo-about-team {
		padding: 3.5rem 0 1rem;
	}

	.geo-profile {
		padding: 2.5rem 0;
	}

	.geo-profile__layout,
	.geo-profile--reverse .geo-profile__layout {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.geo-profile--reverse .geo-profile__media,
	.geo-profile--reverse .geo-profile__content {
		order: unset;
	}

	.geo-profile__placeholder,
	.geo-profile__photo {
		aspect-ratio: 4 / 5;
		max-width: 22rem;
		margin: 0 auto;
	}
}

