/* CSP Order Builder. Tokens mirror the /customize landing page: black bands, Lexend headings, #0067FF accent.
   Every rule is scoped to #csp-ob so Astra and Elementor button/input styles cannot bleed in. */
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@500;600&display=swap");

#csp-ob {
	--ob-black: #000000;
	--ob-ink: #0b0b0c;
	--ob-text: #364151;
	--ob-muted: #5b6472;
	--ob-line: #dadde3;
	--ob-well: #eceef1;
	--ob-surface: #f5f6f8;
	--ob-accent: #0067ff;
	--ob-accent-hover: #0052d6;
	--ob-accent-soft: #e5efff;
	--ob-error: #c62828;
	--ob-panel-line: #24272d;
	--ob-panel-muted: #9aa1ad;
	--ob-r-lg: 28px;
	--ob-r-well: 18px;
	--ob-r-md: 15px;
	--ob-head: "Lexend", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	--ob-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-family: var(--ob-body);
	font-size: 16px;
	line-height: 1.55;
	color: var(--ob-text);
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
}

#csp-ob *,
#csp-ob *::before,
#csp-ob *::after { box-sizing: border-box; }
#csp-ob img { display: block; max-width: 100%; height: auto; }
#csp-ob h1, #csp-ob h2, #csp-ob h3, #csp-ob p, #csp-ob ul, #csp-ob ol, #csp-ob dl, #csp-ob dd { margin: 0; padding: 0; }
#csp-ob ul, #csp-ob ol { list-style: none; }
#csp-ob button {
	margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none;
	font: inherit; line-height: inherit; color: inherit; letter-spacing: normal; text-transform: none; text-decoration: none;
	min-height: 0; cursor: pointer;
}
#csp-ob :focus-visible { outline: 2px solid var(--ob-accent); outline-offset: 3px; }
#csp-ob [hidden] { display: none !important; }

#csp-ob .csp-ob-wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* ---------------------------------------------------------------- hero */

#csp-ob .csp-ob-hero {
	padding: 64px 0 52px; background: var(--ob-black); color: #ffffff;
	/* Full-bleed black band even when the page container is boxed, without causing horizontal scroll. */
	box-shadow: 0 0 0 100vmax var(--ob-black); clip-path: inset(0 -100vmax);
}
#csp-ob .csp-ob-title {
	max-width: 22ch; font-family: var(--ob-head); font-weight: 600; font-size: clamp(34px, 4.4vw, 56px);
	line-height: 1.05; letter-spacing: -0.01em; color: #ffffff;
}
#csp-ob .csp-ob-lede { max-width: 56ch; margin-top: 16px; font-size: 17px; line-height: 1.6; color: #b9bfc9; }
#csp-ob .csp-ob-styles { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
#csp-ob .csp-ob-style {
	display: flex; align-items: center; gap: 16px; min-width: 300px; padding: 10px 24px 10px 10px;
	border: 1.5px solid #2a2d33; border-radius: var(--ob-r-lg); background: #0d0e10; color: #ffffff; text-align: left;
	transition: border-color .2s ease, background-color .2s ease;
}
#csp-ob .csp-ob-style:hover { border-color: #4a4f58; background: #131417; color: #ffffff; }
#csp-ob .csp-ob-style[aria-pressed="true"] { border-color: var(--ob-accent); background: #06142b; }
#csp-ob .csp-ob-style-img {
	flex: none; display: grid; place-items: center; width: 64px; height: 64px;
	border-radius: var(--ob-r-well); background: var(--ob-well); overflow: hidden;
}
#csp-ob .csp-ob-style-img img { width: 84%; mix-blend-mode: multiply; }
#csp-ob .csp-ob-style-name { display: block; font-family: var(--ob-head); font-weight: 600; font-size: 18px; line-height: 1.2; }
#csp-ob .csp-ob-style-price { display: block; margin-top: 4px; font-size: 14px; color: var(--ob-panel-muted); font-variant-numeric: tabular-nums; }

#csp-ob .csp-ob-min {
	display: inline-flex; align-items: center; gap: 12px; margin-top: 22px; padding: 8px 18px 8px 8px;
	border: 1.5px solid var(--ob-accent); border-radius: 999px; background: #06142b;
	font-size: 15px; line-height: 1.35; color: #b9bfc9;
}
#csp-ob .csp-ob-min strong { font-weight: 600; color: #ffffff; }
#csp-ob .csp-ob-min-num {
	flex: none; display: grid; place-items: center; min-width: 44px; height: 36px; padding: 0 10px; border-radius: 999px;
	background: var(--ob-accent); font-family: var(--ob-head); font-weight: 600; font-size: 18px; color: #ffffff; font-variant-numeric: tabular-nums;
}
@media (max-width: 720px) {
	#csp-ob .csp-ob-min { align-items: flex-start; border-radius: 24px; font-size: 14px; }
}

/* ---------------------------------------------------------------- layout */

#csp-ob .csp-ob-layout {
	display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 56px; align-items: start;
	padding-top: 8px; padding-bottom: 96px;
}
#csp-ob .csp-ob-step { padding: 44px 0; border-top: 1px solid var(--ob-line); scroll-margin-top: 24px; }
#csp-ob .csp-ob-step:first-child { border-top: 0; }
#csp-ob .csp-ob-step-head { margin-bottom: 22px; }
#csp-ob .csp-ob-step-title { font-family: var(--ob-head); font-weight: 600; font-size: 26px; line-height: 1.15; color: var(--ob-ink); }
#csp-ob .csp-ob-step-hint { max-width: 62ch; margin-top: 6px; font-size: 15px; color: var(--ob-muted); }
#csp-ob .csp-ob-step.is-flagged .csp-ob-step-title { animation: csp-ob-shake .45s ease; }
@keyframes csp-ob-shake {
	0%, 100% { transform: translateX(0); }
	25% { transform: translateX(-6px); }
	75% { transform: translateX(6px); }
}

/* ---------------------------------------------------------------- price breaks */

#csp-ob .csp-ob-pricing { padding: 20px; border-radius: var(--ob-r-lg); background: var(--ob-surface); }
#csp-ob .csp-ob-tiers {
	display: grid; grid-template-columns: repeat(var(--n), minmax(68px, 1fr)); gap: 6px;
	padding: 4px 2px; overflow-x: auto; scrollbar-width: thin;
}
#csp-ob .csp-ob-tier {
	display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 12px 6px;
	border-radius: var(--ob-r-md); background: #ffffff;
	transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
#csp-ob .csp-ob-tier-qty { font-size: 13px; color: var(--ob-muted); font-variant-numeric: tabular-nums; transition: color .25s ease; }
#csp-ob .csp-ob-tier-price {
	font-family: var(--ob-head); font-weight: 600; font-size: 18px; line-height: 1.3; color: var(--ob-ink);
	font-variant-numeric: tabular-nums; transition: color .25s ease;
}
#csp-ob .csp-ob-tier.is-next { box-shadow: inset 0 0 0 1.5px var(--ob-accent); }
#csp-ob .csp-ob-tier.is-active { background: var(--ob-accent); transform: translateY(-2px); }
#csp-ob .csp-ob-tier.is-active .csp-ob-tier-qty { color: rgba(255, 255, 255, .82); }
#csp-ob .csp-ob-tier.is-active .csp-ob-tier-price { color: #ffffff; }
#csp-ob .csp-ob-nudge { min-height: 24px; margin: 14px 4px 0; font-size: 15px; color: var(--ob-text); }
#csp-ob .csp-ob-nudge strong { font-weight: 600; color: var(--ob-accent); }
#csp-ob .csp-ob-puff {
	display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px;
	margin-top: 16px; padding: 16px 4px 0; border-top: 1px solid var(--ob-line);
}
#csp-ob .csp-ob-puff-label { font-size: 14px; font-weight: 600; color: var(--ob-ink); }
#csp-ob .csp-ob-puff-tiers { display: flex; flex-wrap: wrap; gap: 6px; }
#csp-ob .csp-ob-puff-tier {
	display: flex; align-items: baseline; gap: 8px; padding: 6px 12px; border-radius: 999px; background: #ffffff;
	font-size: 13px; color: var(--ob-muted); font-variant-numeric: tabular-nums; transition: background-color .25s ease, color .25s ease;
}
#csp-ob .csp-ob-puff-tier strong { font-weight: 600; color: var(--ob-ink); transition: color .25s ease; }
#csp-ob .csp-ob-puff-tier.is-active { background: var(--ob-ink); color: #c9ced6; }
#csp-ob .csp-ob-puff-tier.is-active strong { color: #ffffff; }
#csp-ob .csp-ob-pricing-note { margin: 14px 4px 0; font-size: 13px; color: var(--ob-muted); }

/* ---------------------------------------------------------------- color cards */

#csp-ob .csp-ob-colors { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
#csp-ob .csp-ob-card {
	display: flex; flex-direction: column; padding: 10px 10px 14px;
	border: 1.5px solid var(--ob-line); border-radius: var(--ob-r-lg); background: #ffffff;
	transition: border-color .2s ease, box-shadow .2s ease;
}
#csp-ob .csp-ob-card.is-active { border-color: var(--ob-accent); box-shadow: 0 0 0 3px var(--ob-accent-soft); }
#csp-ob .csp-ob-card-img {
	display: grid; place-items: center; aspect-ratio: 1 / 1; border-radius: var(--ob-r-well);
	background: var(--ob-well); overflow: hidden; cursor: pointer;
}
#csp-ob .csp-ob-card-img img { width: 76%; mix-blend-mode: multiply; transition: transform .35s ease; }
#csp-ob .csp-ob-card:hover .csp-ob-card-img img { transform: scale(1.04); }
#csp-ob .csp-ob-card-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 48px; padding: 10px 6px 8px; }
#csp-ob .csp-ob-card-name { font-family: var(--ob-head); font-weight: 600; font-size: 16px; line-height: 1.25; color: var(--ob-ink); }
#csp-ob .csp-ob-card-count {
	flex: none; min-width: 28px; height: 24px; padding: 0 8px; border-radius: 999px; background: var(--ob-accent);
	font-size: 13px; font-weight: 600; line-height: 24px; text-align: center; color: #ffffff; font-variant-numeric: tabular-nums;
	transform: scale(0); transition: transform .2s ease;
}
#csp-ob .csp-ob-card.is-active .csp-ob-card-count { transform: scale(1); }
#csp-ob .csp-ob-sizes { display: flex; flex-direction: column; gap: 6px; padding: 0 4px; }
#csp-ob .csp-ob-size { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
#csp-ob .csp-ob-size-label { font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ob-muted); white-space: nowrap; }
#csp-ob .csp-ob-stepper {
	display: inline-flex; align-items: stretch; height: 40px; border: 1.5px solid var(--ob-line);
	border-radius: var(--ob-r-md); background: #ffffff; overflow: hidden; transition: border-color .2s ease;
}
#csp-ob .csp-ob-stepper.has-qty { border-color: var(--ob-ink); }
#csp-ob .csp-ob-stepper:focus-within { border-color: var(--ob-accent); }
#csp-ob .csp-ob-step-btn {
	display: grid; place-items: center; width: 36px; font-size: 18px; line-height: 1; color: var(--ob-ink);
	background: transparent; transition: background-color .15s ease;
}
#csp-ob .csp-ob-step-btn:hover { background: var(--ob-surface); color: var(--ob-ink); }
#csp-ob .csp-ob-step-btn:active { background: var(--ob-well); }
#csp-ob .csp-ob-step-btn:focus-visible { outline-offset: -2px; }
#csp-ob .csp-ob-qty {
	width: 52px; height: auto; min-height: 0; margin: 0; padding: 0; border: 0; border-radius: 0;
	background: transparent; box-shadow: none; outline: none;
	font-family: var(--ob-head); font-size: 16px; font-weight: 500; line-height: 1; text-align: center;
	color: var(--ob-ink); font-variant-numeric: tabular-nums;
}
#csp-ob .csp-ob-qty:focus { border: 0; box-shadow: none; outline: none; background: transparent; }

/* ---------------------------------------------------------------- logo upload */

#csp-ob .csp-ob-drop {
	position: relative; border: 1.5px dashed #c3c8d1; border-radius: var(--ob-r-lg); background: var(--ob-surface);
	transition: border-color .2s ease, background-color .2s ease;
}
#csp-ob .csp-ob-drop.is-over { border-color: var(--ob-accent); background: var(--ob-accent-soft); }
#csp-ob .csp-ob-drop.has-file { border-style: solid; border-color: var(--ob-line); background: #ffffff; }
#csp-ob .csp-ob-file { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; clip: rect(0 0 0 0); }
#csp-ob .csp-ob-drop-empty {
	display: flex; flex-direction: column; align-items: center; gap: 6px; margin: 0; padding: 40px 24px;
	border-radius: var(--ob-r-lg); text-align: center; color: var(--ob-muted); cursor: pointer;
}
#csp-ob .csp-ob-drop-empty svg { width: 40px; height: 40px; margin-bottom: 6px; color: var(--ob-accent); }
#csp-ob .csp-ob-file:focus-visible + .csp-ob-drop-empty { outline: 2px solid var(--ob-accent); outline-offset: 3px; }
#csp-ob .csp-ob-drop-title { font-family: var(--ob-head); font-weight: 600; font-size: 17px; color: var(--ob-ink); }
#csp-ob .csp-ob-drop-title u { color: var(--ob-accent); text-underline-offset: 3px; }
#csp-ob .csp-ob-drop-meta { font-size: 14px; }
#csp-ob .csp-ob-drop-file { display: flex; align-items: center; gap: 16px; padding: 14px 20px 14px 14px; }
#csp-ob .csp-ob-file-thumb {
	flex: none; display: grid; place-items: center; width: 76px; height: 76px;
	border-radius: var(--ob-r-well); background: var(--ob-well); overflow: hidden;
}
#csp-ob .csp-ob-file-thumb img { max-width: 80%; max-height: 80%; object-fit: contain; }
#csp-ob .csp-ob-file-ext { font-family: var(--ob-head); font-weight: 600; font-size: 14px; letter-spacing: .06em; color: var(--ob-ink); }
#csp-ob .csp-ob-file-text { flex: 1; min-width: 0; }
#csp-ob .csp-ob-file-name { display: block; overflow: hidden; font-weight: 600; color: var(--ob-ink); text-overflow: ellipsis; white-space: nowrap; }
#csp-ob .csp-ob-file-size { display: block; font-size: 14px; color: var(--ob-muted); }
#csp-ob .csp-ob-file-actions { flex: none; display: flex; gap: 18px; }
#csp-ob .csp-ob-link {
	margin: 0; font-size: 14px; font-weight: 600; color: var(--ob-accent); background: transparent;
	text-decoration: underline; text-underline-offset: 3px; cursor: pointer;
}
#csp-ob .csp-ob-link:hover { color: var(--ob-accent-hover); background: transparent; }
#csp-ob .csp-ob-field-error { margin-top: 10px; font-size: 14px; color: var(--ob-error); }

/* ---------------------------------------------------------------- choice tiles */

#csp-ob .csp-ob-tiles { display: grid; gap: 14px; }
#csp-ob .csp-ob-tiles-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
#csp-ob .csp-ob-tiles-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
#csp-ob .csp-ob-tile {
	position: relative; display: flex; flex-direction: column; align-items: stretch; gap: 10px; padding: 10px 10px 14px;
	border: 1.5px solid var(--ob-line); border-radius: var(--ob-r-lg); background: #ffffff; color: var(--ob-ink); text-align: left;
	transition: border-color .2s ease, box-shadow .2s ease;
}
#csp-ob .csp-ob-tile:hover { border-color: #b9bfc9; background: #ffffff; color: var(--ob-ink); }
#csp-ob .csp-ob-tile[aria-pressed="true"] { border-color: var(--ob-accent); box-shadow: 0 0 0 3px var(--ob-accent-soft); }
#csp-ob .csp-ob-tile-img {
	display: grid; place-items: center; aspect-ratio: 1 / 1; border-radius: var(--ob-r-well);
	background: var(--ob-well); overflow: hidden;
}
#csp-ob .csp-ob-tile-img img { width: 86%; mix-blend-mode: multiply; }
#csp-ob .csp-ob-tile-label { padding: 0 6px; font-family: var(--ob-head); font-weight: 600; font-size: 16px; line-height: 1.25; }
#csp-ob .csp-ob-tile-text { justify-content: center; gap: 4px; min-height: 100px; padding: 20px 56px 20px 22px; }
#csp-ob .csp-ob-tile-text .csp-ob-tile-label { padding: 0; font-size: 17px; }
#csp-ob .csp-ob-tile-sub { font-size: 14px; line-height: 1.45; color: var(--ob-muted); }
#csp-ob .csp-ob-tick {
	position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 24px; height: 24px;
	border-radius: 999px; background: var(--ob-accent); color: #ffffff; transform: scale(0); transition: transform .2s ease;
}
#csp-ob .csp-ob-tick svg { width: 14px; height: 14px; }
#csp-ob [aria-pressed="true"] > .csp-ob-tick { transform: scale(1); }

/* ---------------------------------------------------------------- summary */

#csp-ob .csp-ob-summary {
	position: sticky; top: 24px; margin-top: 44px; padding: 28px;
	border-radius: var(--ob-r-lg); background: var(--ob-black); color: #ffffff;
}
#csp-ob .csp-ob-sum-style { font-size: 14px; color: var(--ob-panel-muted); }
#csp-ob .csp-ob-sum-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 4px; }
#csp-ob .csp-ob-sum-caps { display: flex; align-items: baseline; gap: 8px; }
#csp-ob .csp-ob-sum-num { font-family: var(--ob-head); font-weight: 600; font-size: 48px; line-height: 1; color: #ffffff; font-variant-numeric: tabular-nums; }
#csp-ob .csp-ob-sum-unit { font-size: 16px; color: var(--ob-panel-muted); }
#csp-ob .csp-ob-sum-toggle { display: none; }
#csp-ob .csp-ob-meter { height: 6px; margin-top: 18px; border-radius: 999px; background: #1f2227; overflow: hidden; }
#csp-ob .csp-ob-meter span {
	display: block; height: 100%; border-radius: inherit; background: var(--ob-accent);
	transform: scaleX(var(--p, 0)); transform-origin: left center; transition: transform .35s ease;
}
#csp-ob .csp-ob-meter-label { margin-top: 8px; font-size: 13px; color: var(--ob-panel-muted); }
#csp-ob .csp-ob-lines { margin-top: 22px; border-top: 1px solid var(--ob-panel-line); }
#csp-ob .csp-ob-lines > div { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--ob-panel-line); font-size: 15px; }
#csp-ob .csp-ob-lines dt { color: var(--ob-panel-muted); }
#csp-ob .csp-ob-lines dd { color: #ffffff; text-align: right; font-variant-numeric: tabular-nums; }
#csp-ob .csp-ob-checklist { display: grid; gap: 9px; margin-top: 18px; }
#csp-ob .csp-ob-checklist li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ob-panel-muted); transition: color .2s ease; }
#csp-ob .csp-ob-dot {
	flex: none; display: grid; place-items: center; width: 18px; height: 18px; border: 1.5px solid #3a3e45;
	border-radius: 999px; color: #ffffff; transition: background-color .2s ease, border-color .2s ease;
}
#csp-ob .csp-ob-dot svg { width: 11px; height: 11px; opacity: 0; transition: opacity .2s ease; }
#csp-ob .csp-ob-checklist li.is-done { color: #ffffff; }
#csp-ob .csp-ob-checklist li.is-done .csp-ob-dot { border-color: var(--ob-accent); background: var(--ob-accent); }
#csp-ob .csp-ob-checklist li.is-done .csp-ob-dot svg { opacity: 1; }
#csp-ob .csp-ob-total { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 22px; }
#csp-ob .csp-ob-total span { font-size: 15px; color: var(--ob-panel-muted); }
#csp-ob .csp-ob-total strong { font-family: var(--ob-head); font-weight: 600; font-size: 30px; line-height: 1.1; color: #ffffff; font-variant-numeric: tabular-nums; }
#csp-ob .csp-ob-error { margin-top: 14px; padding: 10px 12px; border-radius: 12px; background: rgba(198, 40, 40, .18); font-size: 14px; color: #ffc2c2; }
#csp-ob .csp-ob-cta {
	display: flex; align-items: center; justify-content: center; width: 100%; margin-top: 18px; padding: 18px 24px;
	border: 1.5px solid var(--ob-accent); border-radius: var(--ob-r-md); background: var(--ob-accent); color: #ffffff;
	font-family: var(--ob-body); font-size: 12px; font-weight: 600; line-height: 1.2; letter-spacing: 2px; text-transform: uppercase; text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, transform .1s ease;
}
#csp-ob .csp-ob-cta:hover { border-color: var(--ob-accent-hover); background: var(--ob-accent-hover); color: #ffffff; }
#csp-ob .csp-ob-cta:active { transform: translateY(1px); }
#csp-ob .csp-ob-cta[aria-busy="true"] { border-color: #1d3f7a; background: #1d3f7a; cursor: progress; }
#csp-ob .csp-ob-cta.csp-ob-cta-secondary { margin-top: 10px; border-color: #3a3e45; background: transparent; }
#csp-ob .csp-ob-cta.csp-ob-cta-secondary:hover { border-color: #5a5f68; background: #15171a; }
#csp-ob .csp-ob-cta.is-locked { border-color: #3a3e45; background: #0d0e10; color: #b9bfc9; }
#csp-ob .csp-ob-cta.is-locked:hover { border-color: #5a5f68; background: #0d0e10; color: #ffffff; }
#csp-ob .csp-ob-fine { margin-top: 12px; font-size: 13px; text-align: center; color: var(--ob-panel-muted); }
#csp-ob .csp-ob-added-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 999px; background: var(--ob-accent); color: #ffffff; }
#csp-ob .csp-ob-added-icon svg { width: 24px; height: 24px; }
#csp-ob .csp-ob-added-title { margin-top: 18px; font-family: var(--ob-head); font-weight: 600; font-size: 26px; line-height: 1.15; color: #ffffff; }
#csp-ob .csp-ob-added-text { margin: 8px 0 6px; font-size: 15px; color: var(--ob-panel-muted); }
#csp-ob .csp-ob-added .csp-ob-link { display: block; margin: 16px auto 0; color: #8db8ff; }
#csp-ob .csp-ob-added .csp-ob-link:hover { color: #ffffff; }
#csp-ob .csp-ob-noscript { padding: 48px 32px; text-align: center; }

/* ---------------------------------------------------------------- tablet and mobile */

@media (max-width: 1024px) {
	#csp-ob .csp-ob-layout { grid-template-columns: minmax(0, 1fr); gap: 0; padding-bottom: 170px; }
	#csp-ob .csp-ob-summary {
		position: fixed; top: auto; right: 12px; bottom: 12px; left: 12px; z-index: 9990; max-height: calc(100vh - 24px);
		margin: 0; padding: 14px 18px 16px; border-radius: 24px; overflow-y: auto; box-shadow: 0 16px 48px rgba(0, 0, 0, .3);
	}
	/* Compact bar: caps and total share a row, then progress, then the button. Details open on demand. */
	#csp-ob [data-el="build"] {
		display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 12px; align-items: center;
		grid-template-areas: "caps total" "meter meter" "label toggle" "details details" "error error" "cta cta";
	}
	#csp-ob .csp-ob-sum-top { display: contents; }
	#csp-ob .csp-ob-sum-caps { grid-area: caps; }
	#csp-ob .csp-ob-sum-num { font-size: 30px; }
	#csp-ob .csp-ob-total { grid-area: total; margin: 0; }
	#csp-ob .csp-ob-total strong { font-size: 24px; }
	#csp-ob .csp-ob-meter { grid-area: meter; margin-top: 10px; }
	#csp-ob .csp-ob-meter-label { grid-area: label; }
	#csp-ob .csp-ob-sum-toggle {
		grid-area: toggle; justify-self: end; display: inline-block; margin-top: 8px;
		font-size: 14px; font-weight: 600; color: #8db8ff; text-decoration: underline; text-underline-offset: 3px;
	}
	#csp-ob .csp-ob-sum-toggle:hover { color: #ffffff; background: transparent; }
	#csp-ob .csp-ob-details { grid-area: details; }
	#csp-ob .csp-ob-error { grid-area: error; }
	#csp-ob .csp-ob-cta { grid-area: cta; margin-top: 12px; padding: 15px 20px; }
	#csp-ob .csp-ob-sum-style,
	#csp-ob .csp-ob-details,
	#csp-ob .csp-ob-fine,
	#csp-ob .csp-ob-total span { display: none; }
	#csp-ob .csp-ob-summary.is-expanded .csp-ob-details { display: block; }
	#csp-ob .csp-ob-lines { margin-top: 14px; }
	#csp-ob .csp-ob-summary.is-added { padding: 22px; }
}

@media (max-width: 720px) {
	#csp-ob .csp-ob-wrap { padding-left: 18px; padding-right: 18px; }
	#csp-ob .csp-ob-hero { padding: 40px 0 32px; }
	#csp-ob .csp-ob-lede { font-size: 16px; }
	#csp-ob .csp-ob-styles {
		flex-wrap: nowrap; margin-right: -18px; padding-right: 18px; overflow-x: auto;
		scroll-snap-type: x mandatory; scrollbar-width: none;
	}
	#csp-ob .csp-ob-styles::-webkit-scrollbar { display: none; }
	#csp-ob .csp-ob-style { flex: none; min-width: 0; padding-right: 20px; scroll-snap-align: start; }
	#csp-ob .csp-ob-style-name { font-size: 17px; white-space: nowrap; }
	#csp-ob .csp-ob-style-price { white-space: nowrap; }
	#csp-ob .csp-ob-step { padding: 32px 0; }
	#csp-ob .csp-ob-step-title { font-size: 22px; }
	#csp-ob .csp-ob-pricing { padding: 14px; }
	#csp-ob .csp-ob-tiers { grid-template-columns: repeat(var(--n), 74px); }
	#csp-ob .csp-ob-colors { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	#csp-ob .csp-ob-card { padding: 8px 8px 12px; }
	#csp-ob .csp-ob-size { flex-direction: column; align-items: stretch; gap: 4px; }
	#csp-ob .csp-ob-stepper { width: 100%; }
	#csp-ob .csp-ob-qty { flex: 1; width: auto; min-width: 0; }
	#csp-ob .csp-ob-step-btn { width: 42px; }
	#csp-ob .csp-ob-tiles-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	#csp-ob .csp-ob-tiles-2 { grid-template-columns: minmax(0, 1fr); }
	#csp-ob .csp-ob-drop-file { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
	#csp-ob *,
	#csp-ob *::before,
	#csp-ob *::after { animation: none !important; transition: none !important; }
}
