/* ==========================================================================
   Atlas Sport — "Despre noi" page
   Paired with atlas-despre.php
   Mobile-first; the desktop layout (including the staggered team gallery)
   starts at 993px, matching the theme's own breakpoint.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Host container. Shoptimizer's header.php leaves
   #content > .shoptimizer-archive > .col-full open, so without this the page
   renders inside the theme's 1170px box. Scoped to the body class added in
   atlas-despre.php, never to .col-full globally.
   .archive-header keeps its box (only the breadcrumb is removed, in PHP) so
   WooCommerce notices still have somewhere to render. The theme's own page
   title goes, though: the hero already carries the h1.
   -------------------------------------------------------------------------- */

.atlas-despre-page .site-content .shoptimizer-archive .col-full {
	max-width: none;
	padding: 0;
}
.atlas-despre-page .site-content .shoptimizer-archive { margin-bottom: 0; }
.atlas-despre-page .archive-header { padding: 0; }
.atlas-despre-page .content-area { width: 100%; clear: both; }
.atlas-despre-page .entry-header { display: none; }
.atlas-despre-page .entry-content { margin: 0; }

.atlas-ab,
.atlas-ab *,
.atlas-ab *::before,
.atlas-ab *::after { box-sizing: border-box; }

.atlas-ab {
	--ab-dark: #12291B;
	--ab-green: #0C6436;
	--ab-green-mid: #178A45;
	--ab-lime: #7AC943;
	--ab-body: #5b6660;
	--ab-quiet: #8d968e;
	--ab-cream: #f6f8f4;
	--ab-line: #eef0ec;

	width: 100%;
	margin: 0;
	background: #fff;
	color: var(--ab-body);
	font-family: 'Open Sans', Roboto, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.atlas-ab a { color: inherit; text-decoration: none; }
.atlas-ab ul { margin: 0; padding: 0; list-style: none; }
.atlas-ab li::before { content: none !important; } /* kill theme tick bullets */
.atlas-ab img { max-width: 100%; }
.atlas-ab__svg { display: block; width: 100%; height: 100%; }

/* --- shared type ------------------------------------------------------- */

.atlas-ab__h1 {
	margin: 0 0 14px;
	font-size: 31px;
	font-weight: 800;
	line-height: 1.14;
	letter-spacing: -.028em;
	color: #fff;
	text-wrap: balance;
}

.atlas-ab__h2 {
	margin: 0 0 14px;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.025em;
	color: var(--ab-dark);
	text-wrap: balance;
}
.atlas-ab__h2--light { color: #fff; }
.atlas-ab__h2--green { color: var(--ab-green); }
.atlas-ab__h2--icon { line-height: 1.34; }

.atlas-ab__hicon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 9px;
	border-radius: 12px;
	vertical-align: -10px;
	margin-right: 12px;
}
.atlas-ab__hicon--solid { background: #0F5C30; color: #fff; }
.atlas-ab__hicon--tint { background: rgba(122, 201, 67, .16); color: var(--ab-lime); }

.atlas-ab__eyebrow {
	display: block;
	margin-bottom: 11px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--ab-green-mid);
}
.atlas-ab__eyebrow--light { color: var(--ab-lime); }
.atlas-ab__eyebrow--center { text-align: center; }

.atlas-ab section > p,
.atlas-ab__missioncopy p,
.atlas-ab__storybody p,
.atlas-ab__stabcopy p {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.7;
	text-wrap: pretty;
}

/* --- 1. hero ----------------------------------------------------------- */

.atlas-ab__hero {
	position: relative;
	background: #07301A;
	padding: 26px 20px 30px;
	overflow: hidden;
}
/* The group photo only earns its place at desktop width. */
.atlas-ab__heroimg { display: none; }
.atlas-ab__heroscrim {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
		linear-gradient(160deg, #0F5C30 0%, #0A3F21 58%, #07301A 100%);
	background-size: 34px 34px, 34px 34px, auto;
}
.atlas-ab__herofoot { display: none; }

.atlas-ab__heroinner { position: relative; z-index: 2; }

.atlas-ab__crumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 24px;
	font-size: 12px;
	font-weight: 500;
	color: #8fb79a;
}
.atlas-ab__crumbs a { color: #c3dbca; }
.atlas-ab__crumbs [aria-current] { color: #fff; font-weight: 600; }
.atlas-ab__crumbsep { display: flex; flex: 0 0 auto; width: 12px; height: 12px; }

.atlas-ab__lead {
	margin: 0 0 28px;
	font-size: 17px;
	line-height: 1.6;
	color: #dbeadf;
	text-wrap: pretty;
}

.atlas-ab__figures {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 16px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, .18);
}
.atlas-ab__fignum {
	display: block;
	font-size: 32px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.038em;
	color: #fff;
}
.atlas-ab__figplus { color: var(--ab-lime); }
.atlas-ab__figlabel {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	color: #c3dbca;
}

/* --- 2. misiune + valori ----------------------------------------------- */

.atlas-ab__mission { background: #fff; padding: 34px 20px 32px; }
.atlas-ab__missioncopy { margin-bottom: 26px; }

.atlas-ab__values { display: flex; flex-direction: column; gap: 12px; }
.atlas-ab__values li {
	margin: 0;
	padding: 20px 18px;
	border: 1px solid var(--ab-line);
	border-radius: 14px;
	background: var(--ab-cream);
}
.atlas-ab__valicon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 11px;
	margin-bottom: 10px;
	border-radius: 12px;
	background: #fff;
	color: var(--ab-green-mid);
}
.atlas-ab__values h3 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -.015em;
	color: var(--ab-dark);
}
.atlas-ab__values p { margin: 0; font-size: 14px; line-height: 1.6; text-wrap: pretty; }

/* --- 3. cuvânt de la fondator ------------------------------------------ */

.atlas-ab__ceo { background: var(--ab-cream); padding: 34px 20px; }
.atlas-ab__ceocard {
	border: 1px solid var(--ab-line);
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}
.atlas-ab__ceophoto { background: var(--ab-line); }
.atlas-ab__ceophoto img { display: block; width: 100%; height: auto; }
.atlas-ab__ceobody { padding: 24px 20px 22px; }
.atlas-ab__ceobody h2 { font-size: 22px; line-height: 1.22; letter-spacing: -.02em; margin-bottom: 16px; }
.atlas-ab__quotemark {
	display: block;
	margin-bottom: 20px;
	font-size: 38px;
	font-weight: 800;
	line-height: .4;
	color: var(--ab-lime);
}
.atlas-ab__ceobody p {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.7;
	color: #4a5650;
	text-wrap: pretty;
}
.atlas-ab__ceoname {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid var(--ab-line);
}
.atlas-ab__ceoname strong { font-size: 16px; font-weight: 700; line-height: 1.3; color: var(--ab-dark); }
.atlas-ab__ceoname span { font-size: 13px; font-weight: 500; line-height: 1.4; color: var(--ab-green-mid); }

/* --- 4. viziunea ------------------------------------------------------- */

.atlas-ab__vision {
	position: relative;
	background: var(--ab-dark);
	padding: 34px 20px;
	overflow: hidden;
}
.atlas-ab__visiongrid {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .24;
	background-image:
		linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
	background-size: 34px 34px;
}
.atlas-ab__visionglow {
	position: absolute;
	left: -120px;
	bottom: -200px;
	width: 420px;
	height: 420px;
	pointer-events: none;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(122, 201, 67, .2) 0%, rgba(122, 201, 67, 0) 70%);
}
.atlas-ab__visioninner { position: relative; z-index: 2; }
.atlas-ab__visioncopy p {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.7;
	color: #dbeadf;
	text-wrap: pretty;
}
.atlas-ab__visionmuted { color: #c3dbca !important; }

.atlas-ab__visioncards { display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }
.atlas-ab__impact {
	padding: 22px 20px;
	border: 1px solid rgba(122, 201, 67, .3);
	border-radius: 16px;
	background: rgba(122, 201, 67, .12);
}
.atlas-ab__impactnum {
	display: block;
	font-size: 32px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.038em;
	color: var(--ab-lime);
}
.atlas-ab__impactnum span { color: #fff; }
.atlas-ab__impact strong {
	display: block;
	margin-top: 9px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}
.atlas-ab__impact p { margin: 6px 0 0; font-size: 13px; line-height: 1.6; color: #a8c9b1; text-wrap: pretty; }

.atlas-ab__visionstate {
	padding: 22px 20px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 16px;
	background: rgba(255, 255, 255, .06);
}
.atlas-ab__visionstate p {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.55;
	color: #fff;
	text-wrap: pretty;
}

/* --- 5. cum a început -------------------------------------------------- */

.atlas-ab__story { background: #fff; padding: 34px 20px 32px; }
.atlas-ab__storyphoto {
	margin-bottom: 20px;
	border-radius: 14px;
	overflow: hidden;
	background: var(--ab-line);
}
.atlas-ab__storyphoto img { display: block; width: 100%; height: auto; }
.atlas-ab__storybody strong { color: var(--ab-green); font-weight: 700; }
.atlas-ab__storybody p:last-child { margin-bottom: 0; }

/* story heading comes before the photo on mobile */
.atlas-ab__story { display: flex; flex-direction: column; }
.atlas-ab__storyphoto { order: 2; margin: 20px 0 0; }
.atlas-ab__storybody { order: 1; display: flex; flex-direction: column; }
.atlas-ab__storybody h2 { order: 1; }
.atlas-ab__storybody p { order: 3; }

/* --- 6. stabilitate + certificări -------------------------------------- */

.atlas-ab__stability { background: var(--ab-cream); padding: 34px 20px; }
.atlas-ab__stabcopy p:last-of-type { margin-bottom: 18px; }

.atlas-ab__isobadges {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 22px;
}
.atlas-ab__isobadges li {
	flex: 1 1 0;
	margin: 0;
	padding: 11px 4px;
	border: 1px solid #dfe6da;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: var(--ab-green);
}

.atlas-ab__certcard {
	padding: 22px 20px 20px;
	border: 1px solid var(--ab-line);
	border-radius: 16px;
	background: #fff;
}
.atlas-ab__certlist li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	padding: 13px 0;
	border-bottom: 1px solid #f4f6f2;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	color: #4a5650;
	text-wrap: pretty;
}
.atlas-ab__certlist li:last-child { border-bottom: 0; padding-bottom: 0; }
.atlas-ab__certtick {
	display: flex;
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	color: #3BB54A;
}

/* --- 7. clienți -------------------------------------------------------- */

.atlas-ab__clients { background: #fff; padding: 34px 0; overflow: hidden; }
.atlas-ab__clientshead { padding: 0 20px; margin-bottom: 22px; }
.atlas-ab__clientshead p { margin: 0; font-size: 15px; line-height: 1.65; text-wrap: pretty; }

.atlas-ab__marquee { overflow: hidden; }
.atlas-ab__marquee + .atlas-ab__marquee { margin-top: 12px; }
.atlas-ab__marqueetrack {
	display: flex;
	width: max-content;
	animation: atlas-ab-marquee 38s linear infinite;
}
.atlas-ab__marqueetrack--rev { animation: atlas-ab-marquee-rev 44s linear infinite; }

@keyframes atlas-ab-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}
@keyframes atlas-ab-marquee-rev {
	from { transform: translateX(-50%); }
	to { transform: translateX(0); }
}

.atlas-ab__logo {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 66px;
	margin-right: 10px;
	padding: 11px;
	border: 1px solid var(--ab-line);
	border-radius: 11px;
	background: var(--ab-cream);
}
/* Client logos keep their colour; only the press strip goes grey. */
.atlas-ab__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }

/* --- 8. harta ---------------------------------------------------------- */

.atlas-ab__map { background: var(--ab-cream); padding: 34px 20px 30px; }
.atlas-ab__maphead p { margin: 0 0 20px; font-size: 15px; line-height: 1.65; text-wrap: pretty; }
.atlas-ab__mapimg { display: block; width: 100%; height: auto; }

/* --- 9. echipa --------------------------------------------------------- */

.atlas-ab__team { background: var(--ab-cream); padding: 34px 20px; }

/* Mobile: the columns collapse and the 15 tiles flow into one grid. */
.atlas-ab__teamgallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 12px;
}
.atlas-ab__teamcol { display: contents; }

.atlas-ab__member {
	position: relative;
	aspect-ratio: 386 / 440;
	border: 1px solid var(--ab-line);
	border-radius: 12px;
	overflow: hidden;
	background: var(--ab-line);
}
.atlas-ab__member img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

/* Caption sits on the photo, revealed on hover (and always shown on touch,
   where there is no hover to trigger it). */
.atlas-ab__membercap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 24px 10px 10px;
	background: linear-gradient(transparent, rgba(8, 26, 15, .88));
	opacity: 1;
	transition: opacity .22s ease;
}
.atlas-ab__memberrole {
	display: block;
	margin-bottom: 3px;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #8CD84B;
}
.atlas-ab__membername {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

/* Role cards, where no portrait exists. */
.atlas-ab__member--role {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 10px;
	border: 0;
	background: linear-gradient(160deg, #178A45 0%, #0F5C30 58%, #0A3F21 100%);
}
.atlas-ab__roleicon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .16);
	color: #fff;
}
.atlas-ab__rolebody { display: flex; flex-direction: column; gap: 3px; text-align: center; }
.atlas-ab__member--role .atlas-ab__memberrole { color: #a9e07a; }

/* The lead portrait leads the list on mobile. */
.atlas-ab__member--lead { order: -1; }

.atlas-ab__teamhead { margin-top: 24px; }
.atlas-ab__teamhead p { margin: 0 0 20px; font-size: 15px; line-height: 1.65; text-wrap: pretty; }

/* Qualified with `a` so it outranks `.atlas-ab a { color: inherit }` above,
   which would otherwise repaint the label in the body grey. */
a.atlas-ab__teambtn {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	padding: 15px 26px;
	border-radius: 999px;
	background: var(--ab-green);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	transition: background-color .18s ease;
}
a.atlas-ab__teambtn:hover,
a.atlas-ab__teambtn:focus { background: #0a542d; color: #fff; }
.atlas-ab__btnarrow { display: flex; flex: 0 0 auto; width: 18px; height: 18px; }

/* --- 10. de ce Atlas --------------------------------------------------- */

.atlas-ab__why { background: #fff; padding: 34px 20px; }
.atlas-ab__whyhead p { margin: 0 0 22px; font-size: 15px; line-height: 1.65; }

.atlas-ab__reasons { display: flex; flex-direction: column; gap: 12px; }
.atlas-ab__reasons li {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin: 0;
	padding: 20px 18px;
	border: 1px solid var(--ab-line);
	border-radius: 14px;
	background: var(--ab-cream);
}
.atlas-ab__reasonnum {
	flex: 0 0 auto;
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.04em;
	color: #c6d3c2;
}
.atlas-ab__reasonbody { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.atlas-ab__reasonbody strong {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -.015em;
	color: var(--ab-dark);
}
.atlas-ab__reasonbody span { font-size: 14px; line-height: 1.65; text-wrap: pretty; }

/* --- 11. presă --------------------------------------------------------- */

.atlas-ab__press { background: #fff; padding: 0 20px 34px; }
.atlas-ab__presscard {
	padding: 22px 18px 24px;
	border: 1px solid var(--ab-line);
	border-radius: 16px;
	background: var(--ab-cream);
}
.atlas-ab__presscard .atlas-ab__eyebrow { margin-bottom: 20px; }
.atlas-ab__presslogos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 26px 34px;
}
.atlas-ab__presslogos img {
	height: 58px;
	width: auto;
	max-width: 150px;
	object-fit: contain;
	filter: grayscale(1);
	opacity: .55;
	transition: filter .22s ease, opacity .22s ease;
}
.atlas-ab__presslogos img:hover { filter: grayscale(0); opacity: 1; }

/* ==========================================================================
   Tablet — two-up cards, but still the mobile team grid
   ========================================================================== */

@media (min-width: 768px) and (max-width: 992px) {
	.atlas-ab__hero,
	.atlas-ab__mission,
	.atlas-ab__ceo,
	.atlas-ab__vision,
	.atlas-ab__story,
	.atlas-ab__stability,
	.atlas-ab__map,
	.atlas-ab__team,
	.atlas-ab__why { padding-left: 32px; padding-right: 32px; }
	.atlas-ab__clientshead,
	.atlas-ab__press { padding-left: 32px; padding-right: 32px; }

	.atlas-ab__h1 { font-size: 40px; }
	.atlas-ab__h2 { font-size: 30px; }
	.atlas-ab__figures { grid-template-columns: repeat(4, 1fr); }
	.atlas-ab__values { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
	.atlas-ab__reasons { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
	.atlas-ab__visioncards { flex-direction: row; }
	.atlas-ab__visioncards > * { flex: 1 1 0; }
	.atlas-ab__teamgallery { grid-template-columns: repeat(5, 1fr); }
	.atlas-ab__logo { width: 140px; height: 82px; }
}

/* ==========================================================================
   Desktop
   ========================================================================== */

@media (min-width: 993px) {

	.atlas-ab__h1 { font-size: 58px; letter-spacing: -.032em; margin-bottom: 24px; }
	.atlas-ab__h2 { font-size: 42px; line-height: 1.14; letter-spacing: -.03em; }
	.atlas-ab__h2--icon { line-height: 1.24; }
	.atlas-ab__hicon { width: 52px; height: 52px; padding: 11px; border-radius: 15px; vertical-align: -12px; margin-right: 16px; }
	.atlas-ab__eyebrow { font-size: 12px; margin-bottom: 14px; }

	.atlas-ab section > p,
	.atlas-ab__missioncopy p,
	.atlas-ab__storybody p,
	.atlas-ab__stabcopy p { font-size: 18px; line-height: 1.75; margin-bottom: 16px; }

	/* --- hero --- */
	.atlas-ab__hero { padding: 52px 56px 0; }
	.atlas-ab__heroimg {
		display: block;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	/* Opaque only behind the copy, clearing to nothing on the right so the
	   photo reads as a photo. */
	.atlas-ab__heroscrim {
		background: linear-gradient(96deg,
			rgba(7, 48, 26, .72) 0%,
			rgba(7, 48, 26, .56) 26%,
			rgba(8, 52, 28, .30) 46%,
			rgba(9, 58, 31, .10) 64%,
			rgba(10, 63, 33, 0) 80%);
	}
	/* Second scrim: darkens only the figures band. */
	.atlas-ab__herofoot {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 210px;
		pointer-events: none;
		background: linear-gradient(180deg,
			rgba(7, 48, 26, 0) 0%,
			rgba(7, 48, 26, .62) 34%,
			rgba(6, 42, 23, .88) 100%);
	}

	.atlas-ab__crumbs { margin-bottom: 44px; font-size: 14px; }
	.atlas-ab__crumbsep { width: 14px; height: 14px; }

	.atlas-ab__herocopy { max-width: 900px; margin-bottom: 52px; }
	.atlas-ab__h1 { text-shadow: 0 2px 18px rgba(4, 26, 13, .55); }
	.atlas-ab__lead {
		max-width: 640px;
		margin-bottom: 0;
		font-size: 21px;
		line-height: 1.62;
		color: #e8f2ea;
		text-shadow: 0 1px 12px rgba(4, 26, 13, .6);
	}

	.atlas-ab__figures {
		grid-template-columns: repeat(4, 1fr);
		gap: 0;
		padding-top: 0;
	}
	.atlas-ab__figures li { padding: 30px 30px 38px 0; }
	.atlas-ab__fignum { font-size: 50px; text-shadow: 0 2px 14px rgba(4, 26, 13, .6); }
	.atlas-ab__figlabel { font-size: 16px; color: #dbeadf; text-shadow: 0 1px 10px rgba(4, 26, 13, .7); }

	/* --- misiune + valori --- */
	.atlas-ab__mission {
		display: flex;
		align-items: flex-start;
		gap: 64px;
		padding: 76px 56px 74px;
	}
	.atlas-ab__missioncopy { flex: 0 0 auto; width: 600px; margin-bottom: 0; }
	.atlas-ab__missioncopy .atlas-ab__h2 { font-size: 40px; margin-bottom: 20px; }
	.atlas-ab__values {
		flex: 1 1 0;
		min-width: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}
	.atlas-ab__values li { padding: 26px 24px 24px; border-radius: 18px; }
	.atlas-ab__valicon { width: 50px; height: 50px; padding: 13px; margin-bottom: 18px; border-radius: 14px; }
	.atlas-ab__values h3 { font-size: 21px; margin-bottom: 9px; }
	.atlas-ab__values p { font-size: 15px; line-height: 1.65; }

	/* --- fondator --- */
	.atlas-ab__ceo { padding: 70px 56px 74px; }
	.atlas-ab__ceocard { display: flex; align-items: center; border-radius: 24px; }
	.atlas-ab__ceophoto { flex: 0 0 auto; width: 600px; }
	.atlas-ab__ceobody { flex: 1 1 0; min-width: 0; padding: 52px 56px; }
	.atlas-ab__ceobody h2 { font-size: 36px; line-height: 1.16; letter-spacing: -.028em; margin-bottom: 24px; }
	.atlas-ab__quotemark { font-size: 48px; margin-bottom: 24px; }
	.atlas-ab__ceobody p { font-size: 18px; line-height: 1.75; margin-bottom: 16px; }
	.atlas-ab__ceoname { gap: 4px; margin-top: 30px; padding-top: 26px; }
	.atlas-ab__ceoname strong { font-size: 19px; }
	.atlas-ab__ceoname span { font-size: 15px; }

	/* --- viziunea --- */
	.atlas-ab__vision { padding: 76px 56px 72px; }
	.atlas-ab__visiongrid { opacity: .28; background-size: 46px 46px; }
	.atlas-ab__visionglow { left: -180px; bottom: -280px; width: 680px; height: 680px; }
	.atlas-ab__visioninner { display: flex; align-items: flex-start; gap: 64px; }
	.atlas-ab__visioncopy { flex: 1 1 0; min-width: 0; }
	.atlas-ab__visioncopy .atlas-ab__h2 { font-size: 42px; line-height: 1.24; margin-bottom: 22px; }
	.atlas-ab__visioncopy p { max-width: 720px; font-size: 18px; line-height: 1.75; margin-bottom: 18px; }
	.atlas-ab__visioncards { flex: 0 0 auto; width: 460px; gap: 16px; margin-top: 0; }
	.atlas-ab__impact,
	.atlas-ab__visionstate { padding: 30px 32px; border-radius: 20px; }
	.atlas-ab__impactnum { font-size: 46px; }
	.atlas-ab__impact strong { margin-top: 12px; font-size: 18px; }
	.atlas-ab__impact p { font-size: 15px; }
	.atlas-ab__visionstate p { font-size: 20px; }

	/* --- cum a început --- */
	.atlas-ab__story {
		flex-direction: row;
		align-items: center;
		gap: 56px;
		padding: 76px 56px 70px;
	}
	.atlas-ab__storyphoto {
		order: 0;
		flex: 0 0 auto;
		width: 700px;
		margin: 0;
		border-radius: 22px;
		box-shadow: 0 26px 54px rgba(20, 50, 28, .16);
	}
	.atlas-ab__storybody { order: 0; flex: 1 1 0; min-width: 0; }
	.atlas-ab__storybody h2 { font-size: 36px; line-height: 1.16; letter-spacing: -.028em; margin-bottom: 22px; }

	/* --- stabilitate --- */
	.atlas-ab__stability {
		display: flex;
		align-items: flex-start;
		gap: 56px;
		padding: 72px 56px 76px;
	}
	.atlas-ab__stabcopy { flex: 1 1 0; min-width: 0; }
	.atlas-ab__stabcopy .atlas-ab__h2 { font-size: 38px; margin-bottom: 20px; }
	.atlas-ab__stabcopy p:last-of-type { margin-bottom: 30px; }
	.atlas-ab__isobadges { gap: 12px; margin-bottom: 0; }
	.atlas-ab__isobadges li { flex: 0 1 auto; padding: 14px 20px; border-radius: 12px; font-size: 15px; letter-spacing: .02em; }
	.atlas-ab__certcard { flex: 0 0 auto; width: 620px; padding: 34px 36px 32px; border-radius: 20px; }
	.atlas-ab__certcard .atlas-ab__eyebrow { margin-bottom: 22px; }
	.atlas-ab__certlist li { gap: 15px; padding: 17px 0; font-size: 16px; }
	.atlas-ab__certtick { width: 18px; height: 18px; }

	/* --- clienți --- */
	.atlas-ab__clients { padding: 70px 0 74px; }
	.atlas-ab__clientshead { max-width: 840px; margin: 0 auto 44px; padding: 0 56px; text-align: center; }
	.atlas-ab__clientshead p { font-size: 18px; line-height: 1.7; }
	.atlas-ab__marquee + .atlas-ab__marquee { margin-top: 18px; }
	.atlas-ab__marqueetrack { animation-duration: 46s; }
	.atlas-ab__marqueetrack--rev { animation-duration: 52s; }
	.atlas-ab__logo { width: 170px; height: 96px; margin-right: 14px; padding: 16px; border-radius: 14px; }

	/* --- harta --- */
	.atlas-ab__map { padding: 72px 56px 60px; }
	.atlas-ab__maphead { max-width: 900px; margin: 0 auto 34px; text-align: center; }
	.atlas-ab__maphead p { font-size: 18px; line-height: 1.7; margin-bottom: 0; }
	.atlas-ab__mapimg { max-width: 1100px; margin: 0 auto; }

	/* --- echipa: staggered columns with the heading in the valley --- */
	.atlas-ab__team { padding: 0 56px 76px; overflow: hidden; }

	.atlas-ab__teamgallery {
		display: flex;
		align-items: flex-start;
		gap: 14px;
	}
	.atlas-ab__teamcol {
		display: flex;
		flex: 1 1 0;
		min-width: 0;
		flex-direction: column;
		gap: 14px;
	}
	/* Offsets create the valley: tall at the edges, short in the middle so the
	   heading has room underneath. */
	.atlas-ab__teamcol:nth-child(1) { margin-top: 110px; }
	.atlas-ab__teamcol:nth-child(2) { margin-top: 30px; }
	.atlas-ab__teamcol:nth-child(3) { margin-top: 84px; }
	.atlas-ab__teamcol:nth-child(4) { margin-top: 24px; }
	.atlas-ab__teamcol:nth-child(5) { margin-top: 0; flex-grow: 1.24; z-index: 3; }
	.atlas-ab__teamcol:nth-child(6) { margin-top: 24px; }
	.atlas-ab__teamcol:nth-child(7) { margin-top: 84px; }
	.atlas-ab__teamcol:nth-child(8) { margin-top: 30px; }
	.atlas-ab__teamcol:nth-child(9) { margin-top: 118px; }

	.atlas-ab__member {
		border: 0;
		border-radius: 16px;
		box-shadow: 0 10px 26px rgba(20, 50, 28, .12);
	}
	.atlas-ab__member--lead {
		order: 0;
		border-radius: 20px;
		box-shadow: 0 20px 44px rgba(20, 50, 28, .22);
		outline: 4px solid var(--ab-lime);
		outline-offset: -4px;
	}
	/* Desktop has hover, so the caption stays hidden until it is wanted. */
	.atlas-ab__membercap { opacity: 0; padding: 26px 12px 11px; }
	.atlas-ab__member:hover .atlas-ab__membercap { opacity: 1; }
	.atlas-ab__membername { font-size: 13px; }

	.atlas-ab__member--role { gap: 14px; padding: 18px 14px; }
	.atlas-ab__roleicon { width: 54px; height: 54px; padding: 13px; }
	.atlas-ab__member--role .atlas-ab__membername { font-size: 14px; }

	.atlas-ab__teamhead {
		position: relative;
		z-index: 2;
		max-width: 660px;
		margin: -360px auto 0;
		text-align: center;
	}
	.atlas-ab__teamhead .atlas-ab__h2 { font-size: 44px; line-height: 1.12; margin-bottom: 18px; }
	.atlas-ab__teamhead p { font-size: 17px; line-height: 1.7; margin-bottom: 28px; }
	a.atlas-ab__teambtn { padding: 16px 30px; font-size: 16px; }

	/* --- de ce Atlas --- */
	.atlas-ab__why { padding: 74px 56px 76px; }
	.atlas-ab__whyhead { max-width: 760px; margin: 0 auto 44px; text-align: center; }
	.atlas-ab__whyhead p { font-size: 18px; line-height: 1.7; margin-bottom: 0; }
	.atlas-ab__reasons {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		max-width: 1240px;
		margin: 0 auto;
	}
	.atlas-ab__reasons li { gap: 22px; padding: 32px 34px; border-radius: 20px; }
	.atlas-ab__reasonnum { font-size: 34px; }
	.atlas-ab__reasonbody { gap: 10px; }
	.atlas-ab__reasonbody strong { font-size: 23px; letter-spacing: -.018em; }
	.atlas-ab__reasonbody span { font-size: 16px; line-height: 1.7; }

	/* --- presă --- */
	.atlas-ab__press { padding: 0 56px 74px; }
	.atlas-ab__presscard { padding: 34px 40px 36px; border-radius: 20px; }
	.atlas-ab__presscard .atlas-ab__eyebrow { font-size: 13px; margin-bottom: 28px; }
	.atlas-ab__presslogos { flex-wrap: nowrap; gap: 66px; }
	.atlas-ab__presslogos img { height: 88px; max-width: 250px; }
}

/* 993–1300px: the staggered gallery is tuned to the 1600px design — ease the
   offsets and the heading pull-up so nothing collides at the narrow end. */
@media (min-width: 993px) and (max-width: 1300px) {
	.atlas-ab__mission,
	.atlas-ab__ceo,
	.atlas-ab__vision,
	.atlas-ab__story,
	.atlas-ab__stability,
	.atlas-ab__map,
	.atlas-ab__why { padding-left: 34px; padding-right: 34px; }
	.atlas-ab__team { padding-left: 34px; padding-right: 34px; }
	.atlas-ab__press { padding-left: 34px; padding-right: 34px; }

	.atlas-ab__missioncopy { width: 440px; }
	.atlas-ab__ceophoto { width: 440px; }
	.atlas-ab__ceobody { padding: 34px 36px; }
	.atlas-ab__storyphoto { width: 480px; }
	.atlas-ab__certcard { width: 460px; }
	.atlas-ab__visioncards { width: 360px; }

	.atlas-ab__teamcol:nth-child(1) { margin-top: 74px; }
	.atlas-ab__teamcol:nth-child(9) { margin-top: 80px; }
	.atlas-ab__teamhead { max-width: 520px; margin-top: -250px; }
	.atlas-ab__teamhead .atlas-ab__h2 { font-size: 34px; }
	.atlas-ab__presslogos { gap: 34px; }
	.atlas-ab__presslogos img { height: 62px; max-width: 170px; }
}

@media (prefers-reduced-motion: reduce) {
	.atlas-ab *,
	.atlas-ab__marqueetrack { transition: none !important; animation: none !important; }
}