/* ==========================================================================
   Atlas Sport — single product page
   Paired with atlas-single-product.php
   Mobile-first; the desktop layout starts at 993px, matching the theme's own
   breakpoint and the rest of the atlas-* packages.
   ========================================================================== */

/* --------------------------------------------------------------------------
   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-single-product.php, never to .col-full globally.
   -------------------------------------------------------------------------- */

.atlas-sp-page .site-content .shoptimizer-archive .col-full {
	max-width: none;
	padding: 0;
}
.atlas-sp-page .site-content .shoptimizer-archive { margin-bottom: 0; }
.atlas-sp-page .archive-header { padding: 0; }
.atlas-sp-page .content-area { width: 100%; clear: both; }
.atlas-sp-page .entry-header,
.atlas-sp-page .woocommerce-breadcrumb { display: none; }

.atlas-sp,
.atlas-sp *,
.atlas-sp *::before,
.atlas-sp *::after { box-sizing: border-box; }

.atlas-sp {
	--sp-ink: #12291B;
	--sp-deep: #07301A;
	--sp-green: #0C6436;
	--sp-green-mid: #178A45;
	--sp-green-band: #0F5C30;
	--sp-lime: #7AC943;
	--sp-lime-soft: #8CD84B;
	--sp-body: #5b6660;
	--sp-muted: #7b857d;
	--sp-faint: #8d968e;
	--sp-cream: #f6f8f4;
	--sp-line: #eef0ec;
	--sp-line-soft: #f4f6f2;
	--sp-pad: 20px;

	/* Full bleed. The mockup drew the page as a rounded card because a canvas
	   needs an edge; on the site the background runs the whole width and the
	   content is held to --sp-max by the section padding instead. */
	--sp-max: 1488px;

	width: 100%;
	margin: 0;
	background: #fff;
	color: var(--sp-body);
	font-family: 'Open Sans', Roboto, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.atlas-sp a { color: inherit; text-decoration: none; }
.atlas-sp ul,
.atlas-sp ol { margin: 0; padding: 0; list-style: none; }
.atlas-sp li::before { content: none !important; } /* kill theme tick bullets */
.atlas-sp img { max-width: 100%; height: auto; }
.atlas-sp__svg { display: block; width: 100%; height: 100%; }
.atlas-sp section { position: relative; }

/* Shared type ------------------------------------------------------------ */

.atlas-sp__h1 {
	margin: 0 0 10px;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: -.02em;
	color: var(--sp-ink);
	text-wrap: balance;
}

.atlas-sp__h2 {
	margin: 0 0 14px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.02em;
	color: var(--sp-ink);
	text-wrap: balance;
}

.atlas-sp__eyebrow {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .16em;
	color: var(--sp-green-mid);
}

.atlas-sp__btnarrow { flex: 0 0 auto; width: 17px; height: 17px; }

/* --------------------------------------------------------------------------
   Breadcrumb
   -------------------------------------------------------------------------- */

.atlas-sp__crumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px var(--sp-pad);
	border-bottom: 1px solid var(--sp-line);
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	color: var(--sp-muted);
	overflow-x: auto;
	scrollbar-width: none;
	white-space: nowrap;
}
.atlas-sp__crumbs::-webkit-scrollbar { display: none; }
.atlas-sp__crumbs a:hover { color: var(--sp-green); }
.atlas-sp__crumbhome { flex: 0 0 auto; width: 16px; height: 16px; color: var(--sp-green); }
.atlas-sp__crumbsep { flex: 0 0 auto; width: 13px; height: 13px; color: #c3cbc3; }
.atlas-sp__crumbcurrent { font-weight: 700; color: var(--sp-green); }

/* --------------------------------------------------------------------------
   1. Gallery + quote panel
   -------------------------------------------------------------------------- */

.atlas-sp__main { display: flex; flex-direction: column; gap: 22px; }

.atlas-sp__gallery { display: flex; flex-direction: column; gap: 14px; }

.atlas-sp__stage {
	position: relative;
	aspect-ratio: 1 / 1;
	background: #fbfcfa;
	overflow: hidden;
}
.atlas-sp__stageimg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	visibility: hidden;
}
.atlas-sp__stageimg.is-active { visibility: visible; }

.atlas-sp__madein {
	position: absolute;
	left: 14px;
	top: 14px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border-radius: 10px;
	padding: 8px 12px;
	box-shadow: 0 5px 14px rgba(20, 40, 25, .12);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--sp-ink);
}
.atlas-sp__madein:hover { box-shadow: 0 10px 24px rgba(20, 40, 25, .2); }
.atlas-sp__madeinflag { flex: 0 0 auto; width: 21px; height: 21px; }

/* 3D model slide ---------------------------------------------------------
   Sits at the end of the stage, shown by the same is-active switch as the
   photographs. The .glb is attached by the script on first use. */

.atlas-sp__stage3d { position: absolute; inset: 0; visibility: hidden; }
.atlas-sp__stage3d.is-active { visibility: visible; }
.atlas-sp__viewer {
	display: block;
	width: 100%;
	height: 100%;
	background: #fbfcfa;
	--poster-color: transparent;
}
.atlas-sp__viewerhint {
	position: absolute;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
	background: rgba(18, 41, 27, .72);
	color: #fff;
	border-radius: 999px;
	padding: 7px 14px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	pointer-events: none;
}

.atlas-sp__thumb--3d { position: relative; }
.atlas-sp__thumb--3d img { opacity: .55; }
.atlas-sp__thumb3d {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(18, 41, 27, .34);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .04em;
}
.atlas-sp__thumb--3d.is-active .atlas-sp__thumb3d { background: rgba(23, 138, 69, .5); }

.atlas-sp__counter {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 2;
	background: rgba(18, 41, 27, .72);
	color: #fff;
	border-radius: 999px;
	padding: 7px 13px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

/* The zoom button is desktop-only: on a phone the image is already full-width
   and a pinch does the job better than a lightbox. */
.atlas-sp__zoom { display: none; }

/* Thumbnails ------------------------------------------------------------- */

.atlas-sp__thumbs {
	display: flex;
	gap: 9px;
	padding: 0 var(--sp-pad);
	overflow-x: auto;
	scrollbar-width: none;
}
.atlas-sp__thumbs::-webkit-scrollbar { display: none; }

.atlas-sp__thumb {
	flex: 0 0 auto;
	width: 64px;
	height: 58px;
	padding: 0;
	border: 1px solid var(--sp-line);
	border-radius: 12px;
	background: #fbfcfa;
	overflow: hidden;
	cursor: pointer;
}
.atlas-sp__thumb.is-active { border: 2.5px solid var(--sp-green-mid); }
.atlas-sp__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* On phones the strip scrolls, so every thumbnail stays reachable and the
   "+N poze" chip has nothing to reveal. */
.atlas-sp__more { display: none; }

/* Quick specs ------------------------------------------------------------ */

.atlas-sp__quickspecs {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0 var(--sp-pad);
}
.atlas-sp__quickspecs li {
	display: flex;
	align-items: center;
	gap: 12px;
	background: var(--sp-cream);
	border-radius: 12px;
	padding: 14px 16px;
}
.atlas-sp__quickicon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 9px;
	border-radius: 10px;
	background: #fff;
	color: var(--sp-green-mid);
}
.atlas-sp__quicktext { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.atlas-sp__quicklabel {
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .07em;
	color: var(--sp-faint);
}
.atlas-sp__quickvalue { font-size: 15px; font-weight: 700; line-height: 1.25; color: var(--sp-ink); }

/* Quote panel ------------------------------------------------------------ */

.atlas-sp__buy {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0 var(--sp-pad) 24px;
}

.atlas-sp__code { display: flex; align-items: center; gap: 11px; font-size: 14px; line-height: 1; }
.atlas-sp__code > span:first-child { font-weight: 500; color: var(--sp-muted); }
.atlas-sp__codechip {
	font-weight: 700;
	letter-spacing: .04em;
	color: #3f4b43;
	background: #f2f5f0;
	border-radius: 6px;
	padding: 6px 10px;
}

.atlas-sp__notices:empty { display: none; }
.atlas-sp .woocommerce-message,
.atlas-sp .woocommerce-error,
.atlas-sp .woocommerce-info { margin: 0; }

.atlas-sp__action { display: flex; flex-direction: column; gap: 14px; }

.atlas-sp__cart { display: flex; align-items: center; gap: 11px; margin: 0; }

.atlas-sp__qty {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	height: 56px;
	background: #fff;
	border: 1px solid #e2e7de;
	border-radius: 12px;
	overflow: hidden;
}
.atlas-sp .atlas-sp__qtybtn {
	width: 42px;
	height: 100%;
	padding: 0;
	border: 0;
	background: none;
	color: #3f4b43;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}
.atlas-sp .atlas-sp__qtybtn:hover { color: var(--sp-green-mid); }
.atlas-sp .atlas-sp__qtyinput {
	width: 42px;
	height: 100%;
	min-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: var(--sp-ink);
	-moz-appearance: textfield;
}
.atlas-sp .atlas-sp__qtyinput::-webkit-outer-spin-button,
.atlas-sp .atlas-sp__qtyinput::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.atlas-sp .atlas-sp__add {
	flex: 1 1 auto;
	min-width: 0;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 18px;
	border: 0;
	border-radius: 12px;
	background: var(--sp-green-mid);
	color: #fff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}
.atlas-sp .atlas-sp__add:hover { background: #0f7439; }
.atlas-sp .atlas-sp__add.is-busy { opacity: .7; pointer-events: none; }
.atlas-sp .atlas-sp__add.is-done { background: var(--sp-green); }
.atlas-sp__addicon { flex: 0 0 auto; width: 19px; height: 19px; }
.atlas-sp__addlabel { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* WooCommerce's own form, kept for variable and grouped products. Only enough
   styling to stop it looking like a different site: the theme still owns the
   variation dropdowns. */
.atlas-sp__stockcart .price { display: none; }
.atlas-sp__stockcart .quantity { margin-right: 11px; }
.atlas-sp .atlas-sp__stockcart button.button,
.atlas-sp .atlas-sp__stockcart .single_add_to_cart_button {
	height: 56px;
	border-radius: 12px;
	background: var(--sp-green-mid);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.atlas-sp .atlas-sp__stockcart button.button:hover { background: #0f7439; }

/* The Contact Form 7 form from ATLAS_SP_FORM. Same fields as the built-in one,
   so it gets the same look: the plugin's own markup is left alone. */
.atlas-sp .atlas-sp__shortcode input[type="text"],
.atlas-sp .atlas-sp__shortcode input[type="email"],
.atlas-sp .atlas-sp__shortcode input[type="tel"],
.atlas-sp .atlas-sp__shortcode textarea,
.atlas-sp .atlas-sp__shortcode select {
	width: 100%;
	min-height: 0;
	margin: 0;
	background: var(--sp-cream);
	border: 1.5px solid #e2e7de;
	border-radius: 12px;
	box-shadow: none;
	padding: 15px 16px;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--sp-ink);
}
.atlas-sp .atlas-sp__shortcode textarea { min-height: 96px; resize: vertical; }
.atlas-sp .atlas-sp__shortcode input:focus,
.atlas-sp .atlas-sp__shortcode textarea:focus { outline: none; border-color: var(--sp-green-mid); }
.atlas-sp__shortcode p { margin: 0 0 10px; }
.atlas-sp__shortcode label { display: block; font-size: 14px; font-weight: 600; color: #46524b; }
.atlas-sp .atlas-sp__shortcode input[type="submit"] {
	width: 100%;
	margin-top: 4px;
	border: 0;
	border-radius: 12px;
	background: var(--sp-lime);
	color: #06301A;
	padding: 17px 20px;
	font-family: inherit;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}
.atlas-sp .atlas-sp__shortcode input[type="submit"]:hover { background: #6cbb35; }

/* The plugin's validation and mail-sent messages. */
.atlas-sp__shortcode .wpcf7-response-output {
	margin: 12px 0 0;
	border-radius: 12px;
	padding: 12px 14px;
	font-size: 14px;
	line-height: 1.45;
}
.atlas-sp__shortcode .wpcf7-not-valid-tip { font-size: 13px; color: #c0392b; }

.atlas-sp__noprice {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	background: var(--sp-cream);
	border-radius: 14px;
	padding: 15px 18px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--sp-body);
}
.atlas-sp__noprciceicon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 10px;
	border-radius: 11px;
	background: #eaf4e2;
	color: var(--sp-green);
}

.atlas-sp__cta3d {
	display: flex;
	align-items: center;
	gap: 13px;
	border: 2px solid var(--sp-green-mid);
	border-radius: 14px;
	padding: 15px 16px;
}
.atlas-sp__cta3d:hover { background: #f4faf0; }
.atlas-sp__cta3dicon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 11px;
	border-radius: 11px;
	background: var(--sp-green-mid);
	color: #fff;
}
.atlas-sp__cta3dtext { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.atlas-sp__cta3dtitle { font-size: 16px; font-weight: 700; line-height: 1.25; color: var(--sp-green); }
.atlas-sp__cta3dsub { font-size: 12px; line-height: 1.4; color: #6b7871; }
.atlas-sp__cta3darrow { flex: 0 0 auto; width: 17px; height: 17px; margin-left: auto; color: var(--sp-green-mid); }

.atlas-sp__trust { border-top: 1px solid var(--sp-line); padding-top: 18px; }
.atlas-sp__trusthead { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.atlas-sp__trustheadicon { flex: 0 0 auto; width: 20px; height: 20px; color: var(--sp-green-mid); }
.atlas-sp__trustheadtext {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--sp-ink);
}
.atlas-sp__truststar { flex: 0 0 auto; width: 14px; height: 14px; color: #F2C94C; }
.atlas-sp__trustlist { display: flex; flex-direction: column; gap: 10px; }
.atlas-sp__trustlist li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	color: #4a544d;
}
.atlas-sp__trusttick { flex: 0 0 auto; width: 17px; height: 17px; color: #3BB54A; }

.atlas-sp__certs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	border-top: 1px solid var(--sp-line);
	padding-top: 18px;
}
.atlas-sp__certs li {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #3f4b43;
	white-space: nowrap;
}
.atlas-sp__certicon { flex: 0 0 auto; width: 18px; height: 18px; color: var(--sp-green-mid); }

/* --------------------------------------------------------------------------
   2. Description / sheet / delivery
   Accordion on mobile, tabs on desktop, from one set of markup. Panels are
   open until the script says otherwise, so the page reads fine without it.
   -------------------------------------------------------------------------- */

.atlas-sp__sections { border-top: 1px solid var(--sp-line); background: var(--sp-cream); }

.atlas-sp .atlas-sp__tab {
	display: flex;
	align-items: center;
	gap: 13px;
	width: 100%;
	padding: 19px var(--sp-pad);
	border: 0;
	border-bottom: 1px solid var(--sp-line-soft);
	border-radius: 0;
	background: none;
	font-family: inherit;
	text-align: left;
	cursor: pointer;
}
.atlas-sp__tabicon { flex: 0 0 auto; width: 20px; height: 20px; color: var(--sp-green-mid); }
.atlas-sp__tabtext { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.atlas-sp__tablabel { font-size: 16px; font-weight: 700; line-height: 1.25; color: var(--sp-ink); }
.atlas-sp__tabhint { display: none; }
.atlas-sp__tabcaret {
	flex: 0 0 auto;
	width: 19px;
	height: 19px;
	margin-left: auto;
	color: #9aa89e;
	transition: transform .2s ease;
}
.atlas-sp__tab.is-active .atlas-sp__tabcaret { transform: rotate(180deg); }

.atlas-sp__panel { padding: 4px var(--sp-pad) 22px; }
.atlas-sp__sections.is-enhanced .atlas-sp__panel:not(.is-active) { display: none; }

/* Description ------------------------------------------------------------ */

.atlas-sp__desclead p,
.atlas-sp__descrest p {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.7;
	color: var(--sp-body);
	text-wrap: pretty;
}
.atlas-sp__desclead ul,
.atlas-sp__descrest ul { margin: 0 0 12px; padding-left: 20px; list-style: disc; }
.atlas-sp__desclead li,
.atlas-sp__descrest li { font-size: 15px; line-height: 1.7; }
.atlas-sp__desclead li::before,
.atlas-sp__descrest li::before { content: none !important; }

.atlas-sp .atlas-sp__desctoggle {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	background: none;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: var(--sp-green-mid);
	cursor: pointer;
}
.atlas-sp__desctogglecaret { width: 16px; height: 16px; transition: transform .2s ease; }
.atlas-sp__desctoggle[aria-expanded="true"] .atlas-sp__desctogglecaret { transform: rotate(180deg); }

.atlas-sp__features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.atlas-sp__features li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: #fff;
	border-radius: 14px;
	padding: 16px 18px;
}
.atlas-sp__featureicon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 11px;
	border-radius: 11px;
	background: var(--sp-cream);
	color: var(--sp-green-mid);
}
.atlas-sp__featuretext {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 14px;
	line-height: 1.5;
	color: #6b7871;
	text-wrap: pretty;
}
.atlas-sp__featuretitle { font-size: 16px; font-weight: 700; line-height: 1.3; color: var(--sp-ink); }

/* Plugin tab content ------------------------------------------------------
   Whatever "Custom Product Tabs for WooCommerce" (or any other plugin on
   woocommerce_product_tabs) wrote in the editor. The markup is theirs, so this
   only sets type and spacing on the elements the editor can produce. */

.atlas-sp__tabcontent { max-width: 820px; font-size: 15px; line-height: 1.7; color: var(--sp-body); }
.atlas-sp__tabcontent > *:first-child { margin-top: 0; }
.atlas-sp__tabcontent > *:last-child { margin-bottom: 0; }
.atlas-sp__tabcontent p { margin: 0 0 12px; text-wrap: pretty; }
.atlas-sp__tabcontent h2,
.atlas-sp__tabcontent h3,
.atlas-sp__tabcontent h4 {
	margin: 24px 0 10px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--sp-ink);
}
.atlas-sp__tabcontent ul,
.atlas-sp__tabcontent ol { margin: 0 0 12px 20px; padding: 0; list-style: disc; }
.atlas-sp__tabcontent ol { list-style: decimal; }
.atlas-sp__tabcontent li { margin-bottom: 4px; }
.atlas-sp__tabcontent li::before { content: none !important; }
.atlas-sp__tabcontent img { border-radius: 12px; }
.atlas-sp__tabcontent table { width: 100%; border-collapse: collapse; margin: 0 0 12px; }
.atlas-sp__tabcontent th,
.atlas-sp__tabcontent td { padding: 10px 12px; border-bottom: 1px solid var(--sp-line); text-align: left; }

/* Links in a tab read as the action the tab exists for ("Descarcă fișa"), so
   they get the button treatment rather than an underline. */
.atlas-sp .atlas-sp__tabcontent a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--sp-green-mid);
	color: #fff;
	border-radius: 12px;
	padding: 14px 22px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}
.atlas-sp .atlas-sp__tabcontent a:hover { background: #136b36; }
/* Inside a sentence or a list a link stays a link: a button mid-paragraph
   would break the line box. */
.atlas-sp .atlas-sp__tabcontent li a,
.atlas-sp .atlas-sp__tabcontent td a {
	display: inline;
	padding: 0;
	background: none;
	border-radius: 0;
	color: var(--sp-green);
	text-decoration: underline;
}

/* Spec table ------------------------------------------------------------- */

.atlas-sp__spec { background: #fff; border: 1px solid var(--sp-line); border-radius: 14px; overflow: hidden; }
.atlas-sp__spechead {
	padding: 16px 18px;
	border-bottom: 1px solid var(--sp-line);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--sp-ink);
}
.atlas-sp__speclist { margin: 0; }
.atlas-sp__specrow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 13px 18px;
	border-bottom: 1px solid var(--sp-line-soft);
}
.atlas-sp__specrow:last-child { border-bottom: 0; }
.atlas-sp__specrow dt { margin: 0; font-size: 13px; font-weight: 500; line-height: 1.4; color: var(--sp-muted); }
.atlas-sp__specrow dd {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--sp-ink);
	text-align: right;
}

/* Technical sheet -------------------------------------------------------- */

.atlas-sp__sheet { text-align: center; background: #fff; border: 1px solid var(--sp-line); border-radius: 18px; padding: 28px 22px 26px; }
.atlas-sp__sheeticon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin: 0 auto 16px;
	padding: 14px;
	border-radius: 15px;
	background: #eaf4e2;
	color: var(--sp-green-mid);
}
/* The panel is title plus button, so the heading carries the gap the intro
   paragraph used to. */
.atlas-sp__sheet .atlas-sp__h2 { margin-bottom: 22px; }
.atlas-sp .atlas-sp__sheetbtn {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	background: var(--sp-green-mid);
	color: #fff;
	border-radius: 12px;
	padding: 15px 26px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
.atlas-sp .atlas-sp__sheetbtn:hover { background: #136b36; }

/* Delivery --------------------------------------------------------------- */

.atlas-sp__deliverylead { margin: 0 0 18px; font-size: 15px; line-height: 1.7; color: var(--sp-body); text-wrap: pretty; }
.atlas-sp__steps { display: flex; flex-direction: column; gap: 10px; }
.atlas-sp__steps li {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 12px;
	background: #fff;
	border-radius: 12px;
	padding: 14px 16px;
}
.atlas-sp__stepnum {
	grid-row: 1 / span 2;
	align-self: start;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.03em;
	color: #c6d0c2;
}
.atlas-sp__steptitle { font-size: 14px; font-weight: 700; line-height: 1.3; color: var(--sp-ink); }
.atlas-sp__steptext { font-size: 13px; line-height: 1.5; color: #6b7871; text-wrap: pretty; }

/* --------------------------------------------------------------------------
   3. The 3D-project band
   -------------------------------------------------------------------------- */

.atlas-sp__band {
	position: relative;
	background: linear-gradient(160deg, #0F5C30 0%, #0A3F21 60%, #07301A 100%);
	padding: 38px var(--sp-pad) 36px;
	overflow: hidden;
}
.atlas-sp__bandgrid,
.atlas-sp__bandscrim,
.atlas-sp__bandglow,
.atlas-sp__bandcube { position: absolute; pointer-events: none; }

.atlas-sp__bandgrid {
	inset: 0;
	opacity: .45;
	background-image:
		linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
	background-size: 34px 34px;
}
.atlas-sp__bandscrim { display: none; }
.atlas-sp__bandglow { border-radius: 50%; }
.atlas-sp__bandglow--a {
	right: -110px;
	top: -150px;
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(122, 201, 67, .26) 0%, rgba(122, 201, 67, 0) 68%);
}
.atlas-sp__bandglow--b {
	left: -120px;
	bottom: -190px;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(122, 201, 67, .13) 0%, rgba(122, 201, 67, 0) 70%);
}
.atlas-sp__bandcube { display: none; }

/* The mockup puts the form above the numbers on mobile, and the numbers are
   inside the copy column for the desktop layout. display:contents lifts the
   copy column's children into this flex box, so the two can be reordered
   without a second copy of the markup. */
.atlas-sp__bandinner { position: relative; z-index: 2; display: flex; flex-direction: column; }
.atlas-sp__bandcopy { display: contents; }
.atlas-sp__formwrap { order: 2; }

.atlas-sp__bandtitle {
	margin: 0 0 10px;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: -.025em;
	color: #fff;
	text-wrap: balance;
}
.atlas-sp__bandtitle span { color: var(--sp-lime); }
.atlas-sp__bandlead { margin: 0 0 22px; font-size: 16px; line-height: 1.62; color: #dbeadf; text-wrap: pretty; }

.atlas-sp__process { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.atlas-sp__process li { display: flex; align-items: flex-start; gap: 13px; }
.atlas-sp__processnum {
	flex: 0 0 34px;
	font-size: 32px;
	font-weight: 800;
	line-height: .9;
	letter-spacing: -.04em;
	color: rgba(140, 216, 75, .72);
}
.atlas-sp__processbody { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.atlas-sp__processhead { display: flex; align-items: center; gap: 10px; }
.atlas-sp__processicon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 6px;
	border-radius: 9px;
	background: rgba(140, 216, 75, .18);
	color: var(--sp-lime-soft);
}
.atlas-sp__processtitle { font-size: 16px; font-weight: 700; line-height: 1.25; color: #fff; }
.atlas-sp__processtext { font-size: 14px; line-height: 1.5; color: #c3dbca; text-wrap: pretty; }

.atlas-sp__stats {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	order: 3;
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .14);
}
.atlas-sp__stats li + li { padding-left: 0; }
.atlas-sp__stats li { display: flex; flex-direction: column; gap: 2px; }
.atlas-sp__statnum { font-size: 22px; font-weight: 800; line-height: 1; letter-spacing: -.03em; color: #fff; }
.atlas-sp__statnum span { color: var(--sp-lime); }
.atlas-sp__statlabel { font-size: 12px; font-weight: 500; line-height: 1.35; color: #c3dbca; }

/* Form card -------------------------------------------------------------- */

.atlas-sp__card {
	position: relative;
	background: #fff;
	border-radius: 18px;
	padding: 24px 20px 22px;
	box-shadow: 0 20px 44px rgba(0, 0, 0, .3);
}
.atlas-sp__cardhead { display: flex; align-items: center; gap: 11px; margin-bottom: 6px; }
.atlas-sp__cardicon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 10px;
	border-radius: 11px;
	background: var(--sp-green-band);
	color: #fff;
}
.atlas-sp__cardtitle { font-size: 20px; font-weight: 800; line-height: 1.15; letter-spacing: -.02em; color: var(--sp-ink); }
.atlas-sp__cardcopy { margin: 0 0 18px; font-size: 14px; line-height: 1.5; color: #66716a; }

.atlas-sp__form { display: flex; flex-direction: column; gap: 10px; margin: 0; }

.atlas-sp__field {
	display: flex;
	align-items: center;
	gap: 11px;
	background: var(--sp-cream);
	border: 1.5px solid #e2e7de;
	border-radius: 12px;
	padding: 15px 16px;
	margin: 0;
}
.atlas-sp__field:focus-within { border-color: var(--sp-green-mid); }
.atlas-sp__fieldicon { flex: 0 0 auto; width: 18px; height: 18px; color: #98a29a; }
.atlas-sp .atlas-sp__field input {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: none;
	box-shadow: none;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--sp-ink);
}

/* Off screen, not display:none: the bots that skip hidden fields still fill
   this one in, which is the point. */
.atlas-sp__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.atlas-sp .atlas-sp__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin-top: 4px;
	padding: 17px 20px;
	border: 0;
	border-radius: 12px;
	background: var(--sp-lime);
	color: #06301A;
	font-family: inherit;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}
.atlas-sp .atlas-sp__submit:hover { background: #6cbb35; }

.atlas-sp__sent {
	display: flex;
	align-items: center;
	gap: 11px;
	background: #eaf4e2;
	border-radius: 12px;
	padding: 16px 18px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--sp-green);
}
.atlas-sp__senticon { flex: 0 0 auto; width: 20px; height: 20px; color: #3BB54A; }

.atlas-sp__guarantees {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid var(--sp-line);
}
.atlas-sp__guarantees li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--sp-body);
}
.atlas-sp__guaranteetick { flex: 0 0 auto; width: 17px; height: 17px; color: #3BB54A; }

/* --------------------------------------------------------------------------
   4. Before / after
   -------------------------------------------------------------------------- */

.atlas-sp__ba { background: #fff; padding: 28px var(--sp-pad) 30px; border-top: 1px solid var(--sp-line); }
.atlas-sp__bacopy p { margin: 0 0 16px; font-size: 15px; line-height: 1.65; color: var(--sp-body); text-wrap: pretty; }

/* The project list is a desktop affordance; on mobile the dots do the job. */
.atlas-sp__balist { display: none; }

.atlas-sp__bastage {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: 14px;
	overflow: hidden;
	background: var(--sp-line);
	box-shadow: 0 12px 28px rgba(20, 50, 28, .14);
	--split: 50%;
}
.atlas-sp__baslide { position: absolute; inset: 0; opacity: 0; pointer-events: none; }
.atlas-sp__baslide.is-active { opacity: 1; }
.atlas-sp__baslide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* The "before" image is clipped from the right; the range input sets --split. */
.atlas-sp__baclip { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--split)) 0 0); }

.atlas-sp__balabel {
	position: absolute;
	top: 12px;
	z-index: 3;
	border-radius: 999px;
	padding: 6px 11px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .11em;
}
.atlas-sp__balabel--before { left: 12px; background: rgba(18, 41, 27, .74); color: #fff; }
.atlas-sp__balabel--after { right: 12px; background: var(--sp-lime); color: #06301A; }

.atlas-sp__bahandle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--split);
	z-index: 3;
	width: 3px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, .36);
	pointer-events: none;
}
.atlas-sp__baknob {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 11px;
	border-radius: 50%;
	background: #fff;
	color: var(--sp-green-band);
	box-shadow: 0 5px 14px rgba(0, 0, 0, .26);
}

.atlas-sp .atlas-sp__barange {
	position: absolute;
	inset: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	opacity: 0;
	cursor: ew-resize;
	-webkit-appearance: none;
	appearance: none;
}
.atlas-sp .atlas-sp__barange::-webkit-slider-thumb { -webkit-appearance: none; width: 44px; height: 100%; }
.atlas-sp .atlas-sp__barange::-moz-range-thumb { width: 44px; height: 100%; border: 0; }

.atlas-sp__bacaption { display: flex; flex-direction: column; gap: 4px; align-items: center; margin-top: 14px; }
.atlas-sp__batitle { font-size: 17px; font-weight: 700; line-height: 1.3; color: var(--sp-ink); }
.atlas-sp__baloc { font-size: 15px; font-weight: 500; line-height: 1.3; color: var(--sp-green-mid); }

.atlas-sp__badots { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; }
.atlas-sp .atlas-sp__badot {
	width: 11px;
	height: 11px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #cfd6cc;
	cursor: pointer;
	transition: transform .18s ease, background .18s ease;
}
.atlas-sp .atlas-sp__badot.is-active { background: var(--sp-green-band); transform: scale(1.3); }

/* --------------------------------------------------------------------------
   5. Client marquee
   -------------------------------------------------------------------------- */

.atlas-sp__clients { background: var(--sp-ink); padding: 16px 0 18px; overflow: hidden; }
.atlas-sp__clientslabel { display: flex; align-items: center; gap: 9px; padding: 0 var(--sp-pad) 10px; }
.atlas-sp__clientsdot { width: 8px; height: 8px; border-radius: 50%; background: var(--sp-lime-soft); }
.atlas-sp__clientslabel span:last-child {
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .16em;
	color: var(--sp-lime-soft);
}

.atlas-sp__marquee { overflow: hidden; }
.atlas-sp__marqueetrack {
	display: flex;
	width: max-content;
	animation: atlas-sp-marquee 30s linear infinite;
}
.atlas-sp__place {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 16px;
	padding-right: 16px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	color: #fff;
}
.atlas-sp__placedot { width: 6px; height: 6px; border-radius: 50%; }

@keyframes atlas-sp-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

/* --------------------------------------------------------------------------
   6. Testimonials
   -------------------------------------------------------------------------- */

.atlas-sp__testimonials { background: var(--sp-cream); padding: 28px var(--sp-pad) 30px; }

.atlas-sp__sectionhead {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 18px;
}
.atlas-sp__sectionhead .atlas-sp__h2 { margin-bottom: 0; }
.atlas-sp__seeall {
	display: none;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: var(--sp-green);
}
.atlas-sp__seeall:hover { color: var(--sp-green-mid); }

.atlas-sp__quotes { display: flex; flex-direction: column; gap: 13px; }
.atlas-sp__quotes li { background: #fff; border: 1px solid var(--sp-line); border-radius: 16px; padding: 22px 20px 20px; }
.atlas-sp__quotemark {
	display: block;
	margin-bottom: 18px;
	font-size: 36px;
	font-weight: 800;
	line-height: .4;
	color: var(--sp-lime);
}
.atlas-sp__quotes p { margin: 0 0 18px; font-size: 15px; line-height: 1.65; color: #4a5650; text-wrap: pretty; }
.atlas-sp__quoteauthor { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--sp-line-soft); }
.atlas-sp__quoteinitials {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--sp-green-band);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}
.atlas-sp__quotewho { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.atlas-sp__quotename { font-size: 15px; font-weight: 700; line-height: 1.3; color: var(--sp-ink); }
.atlas-sp__quoterole { font-size: 13px; font-weight: 500; line-height: 1.4; color: var(--sp-green-mid); }

/* --------------------------------------------------------------------------
   7. Related products
   -------------------------------------------------------------------------- */

.atlas-sp__related { padding: 28px var(--sp-pad) 32px; }
.atlas-sp__relatedgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.atlas-sp__relatedgrid > li { display: flex; }
.atlas-sp__relatedgrid a {
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 1px solid var(--sp-line);
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
}
.atlas-sp__relatedgrid a:hover { box-shadow: 0 16px 36px rgba(20, 50, 28, .13); }
.atlas-sp__relatedimg { position: relative; display: block; aspect-ratio: 4 / 3; background: #fbfcfa; overflow: hidden; }
.atlas-sp__relatedimg img { display: block; width: 100%; height: 100%; object-fit: cover; }
.atlas-sp__relatedstock {
	position: absolute;
	left: 12px;
	top: 12px;
	background: #fff;
	border-radius: 8px;
	padding: 6px 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .05em;
	color: var(--sp-green);
	box-shadow: 0 4px 12px rgba(20, 40, 25, .1);
}
.atlas-sp__relatedbody { display: flex; flex-direction: column; gap: 5px; padding: 13px 14px 15px; }
.atlas-sp__relatedname { font-size: 14px; font-weight: 700; line-height: 1.3; color: var(--sp-ink); }
.atlas-sp__relatedcode { font-size: 12px; font-weight: 500; line-height: 1; color: var(--sp-faint); }
.atlas-sp__relatedlink { display: none; align-items: center; gap: 9px; margin-top: 6px; font-size: 15px; font-weight: 700; line-height: 1; color: var(--sp-green-mid); }

/* --------------------------------------------------------------------------
   8. Sticky action bar (mobile only)
   -------------------------------------------------------------------------- */

.atlas-sp__sticky {
	position: sticky;
	bottom: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	gap: 11px;
	background: rgba(255, 255, 255, .97);
	border-top: 1px solid #e6e9e3;
	padding: 12px var(--sp-pad) 14px;
	box-shadow: 0 -6px 20px rgba(20, 40, 25, .08);
}
.atlas-sp__stickycode { display: flex; flex-direction: column; gap: 1px; flex: 0 0 auto; }
.atlas-sp__stickycode span:first-child {
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .05em;
	color: var(--sp-faint);
}
.atlas-sp__stickycode span:last-child { font-size: 14px; font-weight: 700; line-height: 1; color: var(--sp-ink); }
.atlas-sp .atlas-sp__stickyadd { height: 52px; }

/* --------------------------------------------------------------------------
   9. Lightbox
   -------------------------------------------------------------------------- */

.atlas-sp__lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	background: rgba(7, 20, 12, .92);
}
.atlas-sp__lightbox[hidden] { display: none; }
.atlas-sp__lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; }
.atlas-sp .atlas-sp__lightboxclose {
	position: absolute;
	right: 20px;
	top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 13px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	cursor: pointer;
}
.atlas-sp .atlas-sp__lightboxclose:hover { background: rgba(255, 255, 255, .22); }

/* ==========================================================================
   Tablet, from 768px
   ========================================================================== */

@media (min-width: 768px) {
	.atlas-sp { --sp-pad: 32px; }

	.atlas-sp__quickspecs { display: grid; grid-template-columns: repeat(3, 1fr); }
	.atlas-sp__features { display: grid; grid-template-columns: 1fr 1fr; }
	.atlas-sp__steps { display: grid; grid-template-columns: repeat(3, 1fr); }
	.atlas-sp__quotes { display: grid; grid-template-columns: 1fr 1fr; }
	.atlas-sp__relatedgrid { grid-template-columns: repeat(4, 1fr); }

	.atlas-sp__band { padding: 46px var(--sp-pad) 48px; }
	.atlas-sp__process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

	.atlas-sp__ba { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
	.atlas-sp__bastage { aspect-ratio: 16 / 10; }
}

/* ==========================================================================
   Desktop, from 993px
   ========================================================================== */

@media (min-width: 993px) {
	/* The gutter grows past 56px once the viewport is wider than --sp-max, so
	   the content stays centred and capped while every band (the green one,
	   the marquee) still paints edge to edge. */
	.atlas-sp { --sp-pad: max(56px, (100% - var(--sp-max)) / 2); }

	.atlas-sp__h1 { font-size: 42px; line-height: 1.12; letter-spacing: -.025em; }
	.atlas-sp__h2 { font-size: 30px; line-height: 1.2; }
	.atlas-sp__eyebrow { font-size: 12px; margin-bottom: 12px; }

	.atlas-sp__crumbs { padding: 22px var(--sp-pad); gap: 11px; font-size: 15px; }
	.atlas-sp__crumbhome { width: 19px; height: 19px; }
	.atlas-sp__crumbsep { width: 15px; height: 15px; }

	/* 1. gallery + quote panel ------------------------------------------- */

	.atlas-sp__main {
		flex-direction: row;
		align-items: flex-start;
		gap: 44px;
		padding: 38px var(--sp-pad) 52px;
	}
	.atlas-sp__gallery { flex: 1 1 0; min-width: 0; gap: 16px; }
	.atlas-sp__buy { flex: 0 0 auto; width: 560px; padding: 0; }

	.atlas-sp__stage { aspect-ratio: 16 / 11; border: 1px solid var(--sp-line); border-radius: 20px; }
	.atlas-sp__madein { left: 20px; top: 20px; gap: 10px; border-radius: 12px; padding: 10px 15px; font-size: 13px; }
	.atlas-sp__madeinflag { width: 27px; height: 27px; }
	.atlas-sp__counter { right: 20px; bottom: 20px; padding: 9px 16px; font-size: 13px; }

	.atlas-sp__zoom {
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 52px;
		height: 52px;
		padding: 15px;
		border: 1px solid var(--sp-line);
		border-radius: 50%;
		background: #fff;
		color: #3f4b43;
		cursor: pointer;
		box-shadow: 0 6px 18px rgba(20, 40, 25, .1);
	}
	.atlas-sp__zoom:hover { color: var(--sp-green); }
	/* Hidden by the script while the 3D model is on the stage. */
	.atlas-sp__zoom[hidden] { display: none; }

	/* The strip becomes a fixed grid, so the "+N poze" chip takes the last
	   cell and the overflow thumbnails stay hidden until it is pressed. */
	.atlas-sp__thumbs {
		display: grid;
		grid-template-columns: repeat(var(--sp-thumbcols, 7), 1fr);
		gap: 11px;
		padding: 0;
		overflow: visible;
	}
	.atlas-sp__thumb { width: auto; height: auto; aspect-ratio: 4 / 3; }
	.atlas-sp__thumbs.is-clamped .atlas-sp__thumb--extra { display: none; }
	.atlas-sp__thumbs.is-clamped.is-open .atlas-sp__thumb--extra { display: block; }
	.atlas-sp__thumbs.is-clamped.is-open .atlas-sp__more { display: none; }

	.atlas-sp__more {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
		aspect-ratio: 4 / 3;
		border: 1.5px dashed #d3dbd1;
		border-radius: 12px;
		background: #f8faf7;
		color: var(--sp-green);
		cursor: pointer;
	}
	.atlas-sp__morenum { font-size: 17px; font-weight: 800; line-height: 1; }
	.atlas-sp__morelabel { font-size: 10px; font-weight: 600; line-height: 1; letter-spacing: .05em; }

	.atlas-sp__quickspecs { padding: 0; gap: 12px; }
	.atlas-sp__quickspecs li { border-radius: 14px; padding: 16px 18px; gap: 13px; }
	.atlas-sp__quickicon { width: 40px; height: 40px; padding: 10px; border-radius: 11px; }
	.atlas-sp__quicklabel { font-size: 12px; }
	.atlas-sp__quickvalue { font-size: 16px; }

	.atlas-sp__code { font-size: 15px; gap: 14px; }
	.atlas-sp__codechip { padding: 7px 11px; border-radius: 7px; }

	.atlas-sp__action { gap: 16px; background: var(--sp-cream); border-radius: 20px; padding: 24px; }
	.atlas-sp__cart { gap: 14px; }
	.atlas-sp__qty { height: 64px; border-radius: 14px; }
	.atlas-sp .atlas-sp__qtybtn { width: 46px; font-size: 22px; }
	.atlas-sp .atlas-sp__qtyinput { width: 46px; font-size: 20px; }
	.atlas-sp .atlas-sp__add {
		height: 64px;
		gap: 13px;
		border-radius: 14px;
		font-size: 19px;
		box-shadow: 0 10px 22px rgba(23, 138, 69, .28);
	}
	.atlas-sp__addicon { width: 23px; height: 23px; }
	.atlas-sp__noprice { background: #fff; }

	.atlas-sp__cta3d { gap: 16px; border-radius: 18px; padding: 18px 22px; }
	.atlas-sp__cta3dicon { width: 48px; height: 48px; padding: 13px; border-radius: 13px; }
	.atlas-sp__cta3dtitle { font-size: 18px; }
	.atlas-sp__cta3dsub { font-size: 14px; }
	.atlas-sp__cta3darrow { width: 21px; height: 21px; }

	.atlas-sp__trust { padding-top: 22px; }
	.atlas-sp__trusthead { gap: 12px; margin-bottom: 16px; }
	.atlas-sp__trustheadicon { width: 24px; height: 24px; }
	.atlas-sp__trustheadtext { gap: 9px; font-size: 19px; }
	.atlas-sp__truststar { width: 17px; height: 17px; }
	.atlas-sp__trustlist { gap: 12px; }
	.atlas-sp__trustlist li { gap: 12px; font-size: 16px; }
	.atlas-sp__trusttick { width: 20px; height: 20px; }

	.atlas-sp__certs { padding-top: 22px; }
	.atlas-sp__certs li { gap: 9px; font-size: 15px; }
	.atlas-sp__certicon { width: 23px; height: 23px; }

	/* 2. tabs -------------------------------------------------------------- */

	.atlas-sp__sections { padding: 26px var(--sp-pad) 52px; }

	/* The grid is what turns the accordion into a tab strip, and it stacks
	   every panel in the same cell. Only the enhanced state can afford that,
	   because only there is a single panel open at a time. */
	.atlas-sp__sections.is-enhanced {
		display: grid;
		grid-template-columns: repeat(var(--sp-tabcount, 3), 1fr);
		gap: 12px;
	}

	.atlas-sp .atlas-sp__tab {
		grid-row: 1;
		align-items: center;
		gap: 15px;
		padding: 20px 22px;
		border: 2px solid transparent;
		border-radius: 16px;
		background: rgba(255, 255, 255, .55);
	}
	.atlas-sp .atlas-sp__tab.is-active {
		background: #fff;
		border-color: var(--sp-green-mid);
		box-shadow: 0 10px 26px rgba(20, 50, 28, .1);
	}
	.atlas-sp__tabicon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		padding: 12px;
		border-radius: 13px;
		background: #fff;
		color: var(--sp-faint);
	}
	.atlas-sp__tab.is-active .atlas-sp__tabicon { background: var(--sp-green-mid); color: #fff; }
	.atlas-sp__tablabel { font-size: 17px; color: #4a544d; }
	.atlas-sp__tab.is-active .atlas-sp__tablabel { color: var(--sp-green); }
	.atlas-sp__tabhint { display: block; font-size: 13px; line-height: 1.3; color: #9aa89e; }
	.atlas-sp__tab.is-active .atlas-sp__tabhint { color: #6b7871; }
	.atlas-sp__tabcaret { display: none; }

	.atlas-sp__panel { grid-row: 2; grid-column: 1 / -1; padding: 32px 0 0; }

	.atlas-sp__descgrid { display: flex; align-items: flex-start; gap: 56px; }
	.atlas-sp__desc { flex: 1 1 0; min-width: 0; max-width: 820px; }
	.atlas-sp__desclead p,
	.atlas-sp__descrest p,
	.atlas-sp__desclead li,
	.atlas-sp__descrest li { margin-bottom: 14px; font-size: 17px; line-height: 1.75; }
	.atlas-sp .atlas-sp__desctoggle { margin-bottom: 28px; font-size: 16px; gap: 9px; }
	.atlas-sp__desctogglecaret { width: 18px; height: 18px; }

	.atlas-sp__features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 0; }
	.atlas-sp__features li { gap: 14px; padding: 18px 20px; }

	.atlas-sp__spec { flex: 0 0 auto; width: 480px; border-radius: 20px; }
	.atlas-sp__spechead { padding: 22px 26px; font-size: 19px; }
	.atlas-sp__specrow { padding: 15px 26px; gap: 20px; }
	.atlas-sp__specrow dt,
	.atlas-sp__specrow dd { font-size: 15px; }

	.atlas-sp__sheet { width: 520px; margin: 30px auto; border-radius: 20px; padding: 40px 40px 36px; }
	.atlas-sp__sheeticon { width: 64px; height: 64px; padding: 17px; border-radius: 16px; margin-bottom: 20px; }
	.atlas-sp__sheet .atlas-sp__h2 { margin-bottom: 26px; }

	.atlas-sp__deliverylead { max-width: 820px; margin-bottom: 30px; font-size: 17px; line-height: 1.75; }
	.atlas-sp__steps { grid-template-columns: repeat(5, 1fr); gap: 14px; }
	.atlas-sp__steps li {
		display: block;
		border: 1px solid var(--sp-line);
		border-radius: 16px;
		padding: 22px 20px 24px;
	}
	.atlas-sp__stepnum { display: block; margin-bottom: 14px; font-size: 30px; color: #d5ddd2; }
	.atlas-sp__steptitle { display: block; margin-bottom: 7px; font-size: 17px; line-height: 1.28; }
	.atlas-sp__steptext { display: block; font-size: 14px; line-height: 1.55; }

	/* 3. band -------------------------------------------------------------- */

	.atlas-sp__band {
		background: linear-gradient(150deg, #0F5C30 0%, #0A3F21 58%, #07301A 100%);
		padding: 60px var(--sp-pad) 62px;
	}
	.atlas-sp__bandgrid { opacity: .32; background-size: 46px 46px; }
	.atlas-sp__bandscrim {
		display: block;
		inset: 0;
		background: linear-gradient(90deg, rgba(5, 32, 17, .78) 0%, rgba(5, 32, 17, .52) 42%, rgba(5, 32, 17, 0) 66%);
	}
	.atlas-sp__bandglow--a { right: -140px; top: -200px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(122, 201, 67, .24) 0%, rgba(122, 201, 67, 0) 66%); }
	.atlas-sp__bandglow--b { left: -180px; bottom: -240px; width: 560px; height: 560px; }
	.atlas-sp__bandcube {
		display: block;
		right: 420px;
		top: -120px;
		width: 340px;
		height: 340px;
		color: rgba(122, 201, 67, .07);
	}

	/* Back to two columns, so the copy column reclaims its box and the numbers
	   pin to the bottom of it. */
	.atlas-sp__bandinner { flex-direction: row; align-items: stretch; gap: 64px; }
	.atlas-sp__bandcopy { display: flex; flex-direction: column; flex: 1 1 0; min-width: 0; }
	.atlas-sp__formwrap { order: 0; flex: 0 0 auto; width: 440px; }

	.atlas-sp__bandtitle { max-width: 620px; margin-bottom: 14px; font-size: 42px; line-height: 1.1; letter-spacing: -.03em; }
	.atlas-sp__bandlead { max-width: 560px; margin-bottom: 34px; font-size: 19px; line-height: 1.65; }

	.atlas-sp__process {
		gap: 0;
		margin-bottom: 34px;
		padding-top: 30px;
		border-top: 1px solid rgba(255, 255, 255, .16);
	}
	.atlas-sp__process li { align-items: flex-start; gap: 16px; padding-right: 26px; }
	.atlas-sp__processnum { flex: 0 0 auto; font-size: 44px; }
	.atlas-sp__processicon { width: 34px; height: 34px; padding: 7px; border-radius: 10px; }
	.atlas-sp__processtitle { font-size: 18px; }
	.atlas-sp__processtext { font-size: 15px; line-height: 1.55; }

	.atlas-sp__bandcopy .atlas-sp__stats {
		justify-content: flex-start;
		gap: 28px;
		margin-top: auto;
		padding-top: 26px;
		border-top: 1px solid rgba(255, 255, 255, .14);
	}
	/* The hairline dividers between the numbers, as separators rather than
	   extra markup. */
	.atlas-sp__stats li + li { border-left: 1px solid rgba(255, 255, 255, .16); padding-left: 28px; }
	.atlas-sp__statnum { font-size: 30px; }
	.atlas-sp__statlabel { font-size: 14px; }

	.atlas-sp__card { border-radius: 22px; padding: 32px 30px 28px; box-shadow: 0 30px 64px rgba(0, 0, 0, .36); }
	.atlas-sp__cardhead { gap: 13px; margin-bottom: 8px; }
	.atlas-sp__cardicon { width: 46px; height: 46px; padding: 12px; border-radius: 13px; }
	.atlas-sp__cardtitle { font-size: 24px; }
	.atlas-sp__cardcopy { margin-bottom: 22px; font-size: 15px; line-height: 1.55; }
	.atlas-sp__form { gap: 11px; }
	.atlas-sp__field { border-radius: 14px; padding: 16px 18px; gap: 12px; }
	.atlas-sp__fieldicon { width: 20px; height: 20px; }
	.atlas-sp .atlas-sp__field input { font-size: 16px; }
	.atlas-sp .atlas-sp__submit {
		margin-top: 7px;
		padding: 19px 24px;
		border-radius: 14px;
		font-size: 18px;
		box-shadow: 0 12px 26px rgba(122, 201, 67, .34);
	}
	.atlas-sp__guarantees { gap: 9px; margin-top: 18px; padding-top: 18px; }
	.atlas-sp__guarantees li { font-size: 14px; gap: 9px; }

	/* 4. before / after ---------------------------------------------------- */

	.atlas-sp__ba {
		display: flex;
		align-items: flex-start;
		gap: 44px;
		padding: 52px var(--sp-pad) 56px;
	}
	.atlas-sp__bacopy { flex: 0 0 auto; width: 400px; padding-top: 6px; }
	.atlas-sp__bacopy p { margin-bottom: 24px; font-size: 16px; }
	.atlas-sp__baview { flex: 1 1 0; min-width: 0; }

	.atlas-sp__balist { display: flex; flex-direction: column; gap: 3px; }
	.atlas-sp .atlas-sp__barow {
		display: flex;
		align-items: center;
		gap: 10px;
		width: 100%;
		padding: 14px 16px;
		border: 0;
		border-radius: 12px;
		background: transparent;
		color: #4a5650;
		font-family: inherit;
		text-align: left;
		cursor: pointer;
	}
	.atlas-sp .atlas-sp__barow:hover { background: rgba(15, 92, 48, .07); }
	.atlas-sp .atlas-sp__barow.is-active { background: var(--sp-green-band); color: #fff; }
	.atlas-sp .atlas-sp__barow.is-active:hover { background: var(--sp-green-band); }
	.atlas-sp__barowtitle { font-size: 16px; font-weight: 700; line-height: 1.3; }
	.atlas-sp__barowloc { font-size: 14px; font-weight: 500; line-height: 1.3; opacity: .72; }
	.atlas-sp__barowarrow { flex: 0 0 auto; width: 17px; height: 17px; margin-left: auto; }

	.atlas-sp__bastage { aspect-ratio: 16 / 10; border-radius: 18px; box-shadow: 0 18px 40px rgba(20, 50, 28, .14); }
	.atlas-sp__balabel { top: 16px; padding: 7px 14px; font-size: 11px; }
	.atlas-sp__balabel--before { left: 16px; }
	.atlas-sp__balabel--after { right: 16px; }
	.atlas-sp__baknob { width: 54px; height: 54px; padding: 15px; }

	/* The caption and dots only exist for the mobile layout: on desktop the
	   list on the left already says which project is showing. */
	.atlas-sp__bacaption,
	.atlas-sp__badots { display: none; }

	/* 5. clients ----------------------------------------------------------- */

	.atlas-sp__clients { display: flex; align-items: center; gap: 34px; padding: 24px 0; }
	.atlas-sp__clientslabel { flex: 0 0 auto; gap: 11px; padding: 0 0 0 var(--sp-pad); }
	.atlas-sp__clientsdot { width: 9px; height: 9px; }
	.atlas-sp__clientslabel span:last-child { font-size: 13px; }
	.atlas-sp__marquee { flex: 1 1 auto; min-width: 0; }
	.atlas-sp__marqueetrack { animation-duration: 34s; }
	.atlas-sp__place { gap: 22px; padding-right: 22px; font-size: 20px; letter-spacing: -.01em; }
	.atlas-sp__placedot { width: 8px; height: 8px; }

	/* 6. testimonials ------------------------------------------------------ */

	.atlas-sp__testimonials { padding: 52px var(--sp-pad) 56px; }
	.atlas-sp__sectionhead { gap: 40px; margin-bottom: 26px; }
	.atlas-sp__seeall { display: flex; }
	.atlas-sp__quotes { gap: 20px; }
	.atlas-sp__quotes li { border-radius: 18px; padding: 30px 32px 28px; }
	.atlas-sp__quotemark { margin-bottom: 22px; font-size: 44px; }
	.atlas-sp__quotes p { margin-bottom: 22px; font-size: 17px; line-height: 1.7; }
	.atlas-sp__quoteauthor { gap: 14px; padding-top: 20px; }
	.atlas-sp__quoteinitials { width: 46px; height: 46px; font-size: 16px; }
	.atlas-sp__quotename { font-size: 17px; }
	.atlas-sp__quoterole { font-size: 14px; }

	/* 7. related ----------------------------------------------------------- */

	.atlas-sp__related { padding: 52px var(--sp-pad) 60px; }
	.atlas-sp__relatedgrid { gap: 20px; }
	.atlas-sp__relatedgrid a { border-radius: 18px; }
	.atlas-sp__relatedbody { gap: 8px; padding: 20px 20px 22px; }
	.atlas-sp__relatedname { font-size: 18px; }
	.atlas-sp__relatedcode { font-size: 14px; }
	.atlas-sp__relatedlink { display: flex; }

	/* 8. sticky bar -------------------------------------------------------- */

	.atlas-sp__sticky { display: none; }
}

/* ==========================================================================
   Narrow desktops: the 560px quote panel and the 480px spec table are too
   greedy between 993 and 1200, so pull them in.
   ========================================================================== */

@media (min-width: 993px) and (max-width: 1200px) {
	.atlas-sp { --sp-pad: 36px; }
	.atlas-sp__main { gap: 32px; }
	.atlas-sp__buy { width: 420px; }
	.atlas-sp__descgrid { gap: 32px; }
	.atlas-sp__spec { width: 380px; }
	.atlas-sp__bandinner { gap: 36px; }
	.atlas-sp__formwrap { width: 380px; }
	.atlas-sp__bandcube { display: none; }
	.atlas-sp__ba { gap: 32px; }
	.atlas-sp__bacopy { width: 320px; }
	.atlas-sp__h1 { font-size: 34px; }
}

/* ==========================================================================
   Motion
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
	.atlas-sp__marqueetrack { animation: none; }
	.atlas-sp * { transition: none !important; }
}