/**
 * OMIVEXIS about page — matches dradamsaesthetics.us about layout (no team section)
 */

:root {
	--omivexis-about-accent: #b54883;
	--omivexis-about-highlight: #e0457b;
	--omivexis-about-text: #2c2d33;
	--omivexis-about-muted: #616161;
	--omivexis-about-light: #f3f3f3;
}

/* Hide default theme chrome on about page */
body.omivexis-about-page #masthead,
body.omivexis-about-page .bhfb-header,
body.omivexis-about-page .bhfb-mobile,
body.omivexis-about-page .botiga-mobile-header,
body.omivexis-about-page .botiga-topbar,
body.omivexis-about-page .site-header,
body.omivexis-about-page .footer-widgets,
body.omivexis-about-page .botiga-credits,
body.omivexis-about-page .site-footer:not(.omivexis-home-footer),
body.omivexis-about-page .entry-header,
body.omivexis-about-page .page-header,
body.omivexis-about-page .elementor-location-header {
	display: none !important;
}

body.omivexis-about-page {
	background: #ffffff !important;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--omivexis-about-text);
}

body.omivexis-about-page .content-wrapper,
body.omivexis-about-page .omivexis-about-wrapper {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.omivexis-about-page .site-main.omivexis-about-main {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.omivexis-about-page .omivexis-about-hero h1,
body.omivexis-about-page .omivexis-about-hero .omivexis-about-hero__title,
body.omivexis-about-page .omivexis-about-hero .omivexis-about-hero__subtitle,
body.omivexis-about-page .omivexis-about-hero p {
	color: #ffffff !important;
}

body.omivexis-about-page .omivexis-about-mission,
body.omivexis-about-page .omivexis-about-mission h2,
body.omivexis-about-page .omivexis-about-mission p,
body.omivexis-about-page .omivexis-about-mission__label,
body.omivexis-about-page .omivexis-about-mission__title,
body.omivexis-about-page .omivexis-about-mission__content,
body.omivexis-about-page .omivexis-about-mission__content p {
	color: #ffffff !important;
}

/* Hero */
.omivexis-about-hero {
	position: relative;
	min-height: 320px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.omivexis-about-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.omivexis-about-hero__content {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 64px 20px;
}

.omivexis-about-hero__title {
	margin: 0 0 10px;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(2.25rem, 4vw, 3rem);
	font-weight: 600;
	color: #ffffff !important;
	line-height: 1.15;
}

.omivexis-about-hero__subtitle {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 400;
	color: #ffffff !important;
}

/* Shared sections */
.omivexis-about-section {
	padding: 56px 0;
}

.omivexis-about-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.omivexis-about__heading {
	margin: 0 0 20px;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 600;
	color: var(--omivexis-about-text);
	line-height: 1.25;
}

.omivexis-about-intro__text p,
.omivexis-about-compliance__text p {
	margin: 0 0 16px;
	font-size: 0.9375rem;
	line-height: 1.75;
	color: var(--omivexis-about-text);
}

.omivexis-about-intro__text p:last-child,
.omivexis-about-compliance__text p:last-child {
	margin-bottom: 0;
}

.omivexis-about__highlight {
	color: var(--omivexis-about-highlight);
	font-weight: 600;
}

.omivexis-about-intro__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.omivexis-about-intro__logo img {
	max-width: min(100%, 280px);
	height: auto;
}

.omivexis-about-compliance {
	background: var(--omivexis-about-light);
}

.omivexis-about-compliance__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
	object-fit: cover;
}

/* Vision / mission band */
.omivexis-about-mission {
	background: var(--omivexis-about-accent);
	color: #ffffff !important;
	padding: 56px 0;
}

.omivexis-about-mission__grid {
	align-items: start;
}

.omivexis-about-mission__label {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 600;
	line-height: 1.2;
	color: #ffffff !important;
}

.omivexis-about-mission__title {
	margin: 0 0 16px;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(1.125rem, 2vw, 1.375rem);
	font-weight: 700;
	line-height: 1.45;
	color: #ffffff !important;
}

.omivexis-about-mission__content p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.75;
	color: #ffffff !important;
}

/* Values tabs */
.omivexis-about-values {
	padding: 56px 0 64px;
}

.omivexis-about-values__header {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 24px 32px;
	align-items: end;
	margin-bottom: 20px;
}

.omivexis-about-values__label {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	font-weight: 600;
	color: var(--omivexis-about-accent);
	white-space: nowrap;
}

.omivexis-about-values__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 12px;
}

.omivexis-about-values__tab {
	padding: 0 0 8px;
	margin: 0;
	border: 0;
	background: transparent;
	font-family: inherit;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--omivexis-about-muted);
	cursor: pointer;
	border-bottom: 2px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.omivexis-about-values__tab:hover,
.omivexis-about-values__tab.is-active {
	color: var(--omivexis-about-accent);
}

.omivexis-about-values__tab.is-active {
	border-bottom-color: var(--omivexis-about-accent);
}

.omivexis-about-values__panels {
	background: var(--omivexis-about-light);
	padding: 28px 32px;
	border-radius: 4px;
}

.omivexis-about-values__panel {
	display: none;
}

.omivexis-about-values__panel.is-active {
	display: block;
}

.omivexis-about-values__panel p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.75;
	color: var(--omivexis-about-text);
}

@media (max-width: 991px) {
	.omivexis-about-split,
	.omivexis-about-mission__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.omivexis-about-intro__logo {
		order: -1;
		padding-top: 0;
	}

	.omivexis-about-values__header {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.omivexis-about-hero {
		min-height: 260px;
	}

	.omivexis-about-section,
	.omivexis-about-mission,
	.omivexis-about-values {
		padding: 40px 0;
	}

	.omivexis-about-values__tabs {
		gap: 6px 12px;
	}

	.omivexis-about-values__panels {
		padding: 20px;
	}
}
