/* ─────────────────────────────────────────────────────────
   ORDER MODAL · drop page · data-driven from /api/v1/drops/{slug}/items
   Reuses style.css + drop.css for typography + palette.
   Adds the modal-only surfaces · backdrop + card + steps.
───────────────────────────────────────────────────────── */


/* ─── #collect section · the buy CTA on the drop page ───── */
.collect {
	padding: 120px var(--frame);
	background: var(--paper);
	color: var(--ink);
	border-top: 1px solid rgba(14, 13, 10, 0.12);
	border-bottom: 1px solid rgba(14, 13, 10, 0.12);
}
.collect-head {
	max-width: 1100px;
	margin: 0 auto 56px;
}
.collect-eyebrow {
	color: var(--acid-d);
	letter-spacing: 0.22em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 24px;
}
.collect-h {
	font-family: var(--f-display);
	font-weight: 900;
	font-size: clamp(56px, 8vw, 140px);
	line-height: 0.88;
	letter-spacing: -0.04em;
	text-transform: lowercase;
	margin: 0 0 28px;
	color: var(--ink);
}
.collect-h em {
	font-style: normal;
	color: var(--acid-d);
}
.collect-lede {
	font-family: var(--f-sans);
	font-size: clamp(15px, 1.2vw, 19px);
	line-height: 1.65;
	color: var(--smoke);
	max-width: 64ch;
	margin: 0 0 28px;
}
.collect-lede strong { color: var(--ink); font-weight: 700; }

/* The small status strip under the lede · production-gate / on-sale /
   sold-out copy. Lower hierarchy than the lede, higher than mono small. */
.collect-status {
	margin: 0;
	padding: 12px 16px;
	background: var(--ink);
	color: var(--paper);
	display: inline-block;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 11px;
}
.collect-status strong { color: var(--acid); font-weight: 700; letter-spacing: 0.04em; }

/* ── WINNING DESIGN · the proposal the community voted into existence.
   Visual centerpiece of #collect · ink-on-paper to invert from the hero
   above, giving the design itself the loudest possible frame. */
.collect-design {
	max-width: 1100px;
	margin: 0 auto 56px;
}
.collect-design-eyebrow {
	color: var(--acid-d);
	letter-spacing: 0.22em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 18px;
}
.collect-design-card {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: 0;
	background: var(--ink);
	color: var(--paper);
	border: 2px solid var(--ink);
	box-shadow: 12px 12px 0 0 var(--acid);
}
.collect-design-image {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: var(--acid);
	display: flex;
	align-items: center;
	justify-content: center;
}
.collect-design-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0;
	transition: opacity .4s ease;
}
.collect-design[data-winner-state="live"] .collect-design-image img { opacity: 1; }
.collect-design-image-fallback {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ink);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	text-align: center;
	padding: 24px;
}
.collect-design[data-winner-state="live"] .collect-design-image-fallback { display: none; }
.collect-design-meta {
	padding: 40px 44px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
}
.collect-design-title {
	font-family: var(--f-display);
	font-weight: 900;
	font-size: clamp(28px, 3.4vw, 44px);
	line-height: 1.05;
	letter-spacing: -0.02em;
	text-transform: lowercase;
	margin: 0;
	color: var(--acid);
}
.collect-design-author {
	margin: 0;
	font-size: 15px;
	letter-spacing: 0.08em;
	color: var(--paper);
}
.collect-design-author strong {
	font-weight: 700;
	color: var(--paper);
	border-bottom: 2px solid var(--acid);
	padding-bottom: 2px;
}
.collect-design-votes {
	margin: 0;
	color: var(--bone);
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.collect-design-votes strong { color: var(--acid); font-weight: 700; }
.collect-design-link {
	display: inline-block;
	margin-top: 8px;
	padding: 12px 18px;
	background: var(--paper);
	color: var(--ink);
	text-decoration: none;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 700;
	width: max-content;
	transition: background-color .25s ease, transform .25s ease;
}
.collect-design-link:hover {
	background: var(--acid);
	transform: translate(-2px, -3px);
}

/* ── WHY THIS T-SHIRT · the three-beat clarification list. Numbered,
   high-contrast, designed for "I just landed here and have no clue what
   squizito is" first-time visitors. */
.collect-why {
	max-width: 1100px;
	margin: 0 auto 48px;
}
.collect-why-h {
	color: var(--acid-d);
	letter-spacing: 0.22em;
	text-transform: uppercase;
	margin: 0 0 24px;
}
.collect-why-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.collect-why-item {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 16px;
	padding: 24px 26px;
	background: var(--cream);
	border-left: 4px solid var(--ink);
}
/* the made-to-order wedge · a full-width feature bar (a manifesto closer, not a
   fourth tile) with the acid accent so the anti-mass-market beat stands out */
.collect-why-made {
	grid-column: 1 / -1;
	border-left-color: var(--acid-d);
}
.collect-why-made .collect-why-headline strong { color: var(--acid-d); }
.collect-why-made .collect-why-body { max-width: 72ch; }
.collect-why-n {
	font-family: var(--f-display);
	font-weight: 900;
	font-size: 44px;
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: var(--acid-d);
	white-space: nowrap;
}
.collect-why-headline {
	margin: 0 0 8px;
	font-family: var(--f-sans);
	font-size: 16px;
	line-height: 1.35;
	color: var(--ink);
}
.collect-why-headline strong { font-weight: 700; }
.collect-why-body {
	margin: 0;
	font-family: var(--f-sans);
	font-size: 14px;
	line-height: 1.6;
	color: var(--smoke);
}

.collect-stats {
	max-width: 1100px;
	margin: 0 auto 48px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}
.collect-stat {
	padding: 22px 24px;
	background: var(--ink);
	color: var(--paper);
	border-radius: 4px;
	border-left: 3px solid var(--acid);
}
.collect-stat-n {
	display: block;
	font-family: var(--f-display);
	font-weight: 900;
	font-size: clamp(28px, 3.2vw, 48px);
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--acid);
	margin-bottom: 8px;
}
.collect-stat-l {
	color: var(--bone);
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

/* ── COLLECT · pre-order banner (hero) ───────────────────── */
/* Hidden by default · `hidden` attribute on the host. squizito-api.js
   flips that off only when the API reports is_in_preorder_phase=true. */
.collect-preorder-banner {
	max-width: 1100px;
	margin: 0 auto 28px;
	padding: 22px 28px;
	background: var(--acid);
	color: var(--ink);
	border: 2px solid var(--ink);
	box-shadow: 6px 6px 0 0 var(--ink);
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
	align-items: center;
	justify-content: space-between;
}
/* sold-out / closed · keep the acid block (always visible · the brand price
   banner) but flag the state · red pill + struck price so it reads instantly. */
.collect-preorder-banner[data-state="soldout"] .collect-preorder-pill,
.collect-preorder-banner[data-state="closed"] .collect-preorder-pill {
	background: var(--rosso);
	color: var(--paper);
}
.collect-preorder-banner[data-state="soldout"] .collect-preorder-now,
.collect-preorder-banner[data-state="closed"] .collect-preorder-now {
	text-decoration: line-through;
	opacity: 0.55;
}
.collect-preorder-pill {
	display: inline-block;
	padding: 6px 12px;
	background: var(--ink);
	color: var(--acid);
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
}
.collect-preorder-body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1 1 320px;
}
.collect-preorder-tag {
	margin: 0;
	letter-spacing: 0.18em;
}
.collect-preorder-prices {
	margin: 0;
	display: flex;
	align-items: baseline;
	gap: 14px;
	flex-wrap: wrap;
}
.collect-preorder-now {
	font-family: var(--f-display);
	font-weight: 900;
	font-size: clamp(28px, 3.4vw, 38px);
	line-height: 1;
	letter-spacing: -0.02em;
}
.collect-preorder-regular {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: line-through;
	opacity: 0.7;
}
.collect-preorder-countdown {
	margin: 0;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.collect-preorder-countdown strong {
	font-family: var(--f-mono);
	font-weight: 700;
	letter-spacing: 0.06em;
}


.collect-cta-wrap {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}
.collect-cta {
	display: inline-flex;
	align-items: baseline;
	gap: 16px;
	padding: 22px 32px;
	background: var(--ink);
	color: var(--paper);
	font-family: var(--f-display);
	font-weight: 800;
	font-size: clamp(16px, 1.4vw, 20px);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 999px;
	transition: background-color .25s ease, color .25s ease, transform .25s ease;
}
.collect-cta:hover {
	background: var(--acid);
	color: var(--ink);
	transform: translate(-2px, -3px);
}
.collect-cta[disabled],
.collect-cta[aria-disabled="true"] {
	opacity: 0.45;
	cursor: not-allowed;
	pointer-events: none;
}
.collect-cta-glyph { color: var(--acid); font-size: 1.2em; line-height: 0; }
.collect-cta:hover .collect-cta-glyph { color: var(--ink); }
.collect-pre, .collect-soldout {
	font-family: var(--f-mono);
	color: var(--smoke);
	font-size: 13px;
	letter-spacing: 0.1em;
}
.collect-soldout { color: var(--rosso); text-transform: uppercase; }


/* ─── MODAL · backdrop + card ────────────────────────────── */
.sqz-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: flex-start;
	justify-content: center;
	padding: 60px 20px;
	overflow-y: auto;
	background: rgba(14, 13, 10, 0.92);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.sqz-modal[data-open="true"] { display: flex; }
body.sqz-modal-open { overflow: hidden; }

.sqz-card {
	width: 100%;
	max-width: 980px;
	background: var(--paper);
	color: var(--ink);
	border-radius: 6px;
	border: 1px solid var(--ink);
	box-shadow: 8px 8px 0 var(--acid);
	padding: 36px 36px 44px;
	position: relative;
	animation: sqzCardIn .35s cubic-bezier(.2,.8,.2,1);
}
@keyframes sqzCardIn {
	from { opacity: 0; transform: translateY(20px) scale(.985); }
	to   { opacity: 1; transform: translateY(0) scale(1); }
}

.sqz-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(14, 13, 10, 0.12);
	padding-bottom: 18px;
}
.sqz-card-title {
	font-family: var(--f-display);
	font-weight: 900;
	font-size: clamp(28px, 3.4vw, 44px);
	line-height: 0.95;
	letter-spacing: -0.025em;
	text-transform: lowercase;
	margin: 0;
	color: var(--ink);
}
.sqz-card-title em { font-style: italic; color: var(--acid-d); }
.sqz-card-meta {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--smoke);
	margin: 6px 0 0;
}
.sqz-card-close {
	background: transparent;
	border: 1px solid var(--ink);
	border-radius: 50%;
	width: 38px;
	height: 38px;
	cursor: pointer;
	font-family: var(--f-mono);
	font-size: 20px;
	color: var(--ink);
	transition: background-color .2s ease, color .2s ease;
}
.sqz-card-close:hover { background: var(--ink); color: var(--acid); }

.sqz-card-lede {
	font-family: var(--f-sans);
	font-size: 14px;
	line-height: 1.6;
	color: var(--smoke);
	margin: 0 0 24px;
	max-width: 70ch;
}


/* ─── STEPS · the modal body progresses through these ────── */
.sqz-step { display: none; }
.sqz-step[data-active="true"] { display: block; }


/* ─── STEP · loading / unavailable ───────────────────────── */
.sqz-loading,
.sqz-unavailable {
	padding: 60px 0;
	text-align: center;
	font-family: var(--f-mono);
	color: var(--smoke);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 13px;
}
.sqz-unavailable strong {
	display: block;
	font-family: var(--f-display);
	font-weight: 900;
	font-size: clamp(22px, 2vw, 32px);
	color: var(--ink);
	text-transform: lowercase;
	margin-bottom: 12px;
}


/* ─────────────────────────────────────────────────────────────────────
   WARMING component · rolling SQZ-XXX-XXX serial while the backend wakes.

   The atelier's database goes to sleep when there's no activity. The
   first request after idle takes ~15s to wake it up. Instead of a blank
   spinner, we show the brand's own iconography animated · digits rolling
   like a mechanical odometer, suggesting "the next serial is being
   prepared". Each digit cycles independently with a staggered delay so
   the whole readout looks alive rather than synchronised.

   CSS-only animation · zero JS · respects prefers-reduced-motion.

   Used in:
     - squizito-buy.js · showLoading()        ("fetching the pieces")
     - squizito-buy.js · showSuccessPending() ("allocating your serial")
     - drop page #collect's "next serial" tile while data hydrates
   ───────────────────────────────────────────────────────────────────── */

.sqz-warming {
	padding: 56px 16px 64px;
	text-align: center;
	color: var(--ink);
}

.sqz-warming-serial {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	gap: 0;
	font-family: var(--f-mono);
	font-weight: 700;
	font-size: clamp(36px, 5vw, 64px);
	line-height: 1;
	letter-spacing: -0.01em;
	color: var(--ink);
}

.sqz-w-prefix,
.sqz-w-sep {
	display: inline-block;
	color: var(--acid-d, #A8CC15);
}

.sqz-w-sep {
	margin: 0 0.18em;
	transform: translateY(-0.08em);
	font-weight: 400;
}

.sqz-w-digit {
	display: inline-block;
	height: 1em;
	width: 0.62em;
	overflow: hidden;
	vertical-align: bottom;
	line-height: 1;
	position: relative;
}

.sqz-w-stack {
	display: block;
	animation: sqz-roll 1.6s cubic-bezier(0.65, 0, 0.35, 1) infinite;
	animation-delay: calc(var(--d, 0) * 0.13s);
	will-change: transform;
}

.sqz-w-stack > span {
	display: block;
	height: 1em;
	text-align: center;
}

@keyframes sqz-roll {
	0%   { transform: translateY(0); }
	100% { transform: translateY(-10em); }
}

/* Acid yellow underline that grows + shrinks like a printing-press
   alignment mark · subtle anticipation tick. */
.sqz-warming-serial::after {
	content: "";
	display: block;
	margin: 18px auto 0;
	width: 0;
	height: 2px;
	background: var(--acid);
	animation: sqz-bar 1.6s cubic-bezier(0.45, 0, 0.55, 1) infinite;
	grid-column: 1 / -1;
}

@keyframes sqz-bar {
	0%, 100% { width: 0;     opacity: 0.3; }
	50%      { width: 100%;  opacity: 1; }
}

.sqz-warming-label {
	margin: 22px 0 0;
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--ink);
	opacity: 0.55;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.sqz-w-dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: var(--acid-d, #A8CC15);
	border-radius: 50%;
	animation: sqz-pulse 1.4s ease-in-out infinite;
}
.sqz-w-dot:nth-of-type(1) { animation-delay: 0s; }
.sqz-w-dot:nth-of-type(2) { animation-delay: 0.7s; }

@keyframes sqz-pulse {
	0%, 100% { opacity: 0.25; transform: scale(0.85); }
	50%      { opacity: 1;    transform: scale(1.15); }
}

/* Inline (small) variant for the drop page #collect "next serial" tile */
.sqz-warming--inline {
	padding: 0;
	display: inline-flex;
	align-items: baseline;
	color: inherit;
}
.sqz-warming--inline .sqz-warming-serial {
	font-size: inherit;
	font-weight: inherit;
}
.sqz-warming--inline .sqz-warming-serial::after,
.sqz-warming--inline .sqz-warming-label { display: none; }

/* Subtle pulse on stat values while loading (drop page #collect) */
.collect-stats[data-sqz-state="loading"] .collect-stat-n {
	animation: sqz-stat-pulse 1.6s ease-in-out infinite;
}
@keyframes sqz-stat-pulse {
	0%, 100% { opacity: 0.55; }
	50%      { opacity: 1; }
}

/* Respect motion preferences · fall back to a static dim state. */
@media (prefers-reduced-motion: reduce) {
	.sqz-w-stack,
	.sqz-warming-serial::after,
	.sqz-w-dot,
	.collect-stats[data-sqz-state="loading"] .collect-stat-n {
		animation: none;
	}
	.sqz-w-stack { transform: translateY(-4em); }    /* settle on a "4" · arbitrary, looks intentional */
	.sqz-warming-serial::after { width: 60%; opacity: 0.6; }
	.sqz-w-dot { opacity: 0.6; }
}


/* ─── STEP · ITEM BLOCK · one format per drop ────────────── */
.sqz-item-block {
	display: grid;
	grid-template-columns: minmax(180px, 220px) 1fr;
	gap: 24px;
	padding: 22px;
	background: var(--paper);
	border: 1px solid rgba(14, 13, 10, 0.18);
	border-radius: 4px;
	margin-bottom: 24px;
	align-items: center;
}
.sqz-item-block:has(.sqz-item-body:only-child) {
	grid-template-columns: 1fr;
}
.sqz-item-image {
	background: rgba(14, 13, 10, 0.05);
	border-radius: 2px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sqz-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.sqz-item-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.sqz-item-code {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--acid-d);
	margin: 0;
}
.sqz-item-name {
	font-family: var(--f-display);
	font-weight: 800;
	font-size: 28px;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: lowercase;
	margin: 0;
}
.sqz-item-price {
	font-family: var(--f-display);
	font-weight: 900;
	font-size: 32px;
	line-height: 1;
	letter-spacing: -0.025em;
	margin: 0;
}
.sqz-item-desc {
	font-family: var(--f-sans);
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}
.sqz-item-fabric {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.06em;
	color: var(--acid-d);
	opacity: 0.85;
	margin: 0;
}


/* ─── STEP · SIZE PICKER ─────────────────────────────────── */
.sqz-sizes-block { margin-bottom: 24px; }
.sqz-sizes-label {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--smoke);
	margin: 0 0 12px;
}
.sqz-sizes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sqz-size {
	min-width: 64px;
	padding: 12px 16px;
	background: transparent;
	border: 1px solid var(--ink);
	border-radius: 4px;
	cursor: pointer;
	font-family: var(--f-display);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.04em;
	color: var(--ink);
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
}
.sqz-size:hover { background: var(--ink); color: var(--acid); transform: translate(-1px, -2px); }
.sqz-size[data-selected="true"] {
	background: var(--acid);
	color: var(--ink);
	border-color: var(--ink);
}
.sqz-size[data-available="false"] {
	opacity: 0.3;
	cursor: not-allowed;
	pointer-events: none;
	text-decoration: line-through;
}
.sqz-size-stock {
	font-family: var(--f-mono);
	font-weight: 400;
	font-size: 9px;
	letter-spacing: 0.06em;
	opacity: 0.7;
	text-transform: none;
}


/* ─── PRE-ORDER BANNER ───────────────────────────────────── */
.sqz-preorder-banner {
	background: var(--acid);
	color: var(--ink);
	border: 2px solid var(--ink);
	margin: 0 0 20px;
	padding: 18px 20px;
	display: grid;
	gap: 8px;
	box-shadow: 4px 4px 0 0 var(--ink);
}
.sqz-preorder-tag {
	font-family: var(--f-mono);
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-weight: 700;
}
.sqz-preorder-prices {
	display: flex;
	align-items: baseline;
	gap: 14px;
	flex-wrap: wrap;
}
.sqz-preorder-now {
	font-family: var(--f-display, 'Anton', 'Impact', sans-serif);
	font-weight: 900;
	font-size: 30px;
	line-height: 1;
	letter-spacing: -0.02em;
}
.sqz-preorder-regular {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: line-through;
	opacity: 0.65;
}
.sqz-preorder-countdown {
	margin: 0;
	font-family: var(--f-mono);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.sqz-preorder-countdown strong {
	font-weight: 700;
	letter-spacing: 0;
}

/* item-price strikethrough · regular price shown next to active price */
.sqz-item-price-strike {
	display: inline-block;
	margin-left: 10px;
	font-size: 0.55em;
	font-family: var(--f-mono);
	font-weight: 400;
	letter-spacing: 0.1em;
	color: var(--smoke);
	text-decoration: line-through;
	vertical-align: middle;
}


/* ─── VOTER CODE FIELD ───────────────────────────────────── */
.sqz-voter-code-block {
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.sqz-voter-code-label {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--smoke);
}
.sqz-voter-code-input {
	padding: 12px 16px;
	background: transparent;
	border: 1px solid var(--ink);
	border-radius: 4px;
	font-family: var(--f-mono);
	font-size: 15px;
	letter-spacing: 0.12em;
	color: var(--ink);
	transition: border-color .2s ease;
	text-transform: uppercase;
}
.sqz-voter-code-input:focus {
	outline: none;
	border-color: var(--acid-d);
}
.sqz-voter-code-hint {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.05em;
	color: var(--smoke);
}
.sqz-voter-code-hint code {
	background: var(--acid);
	color: var(--ink);
	padding: 1px 6px;
	font-size: 11px;
}


/* ─── EMAIL FIELD ────────────────────────────────────────── */
.sqz-email-block {
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.sqz-email-label {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--smoke);
}
.sqz-email-input {
	padding: 12px 16px;
	background: transparent;
	border: 1px solid var(--ink);
	border-radius: 4px;
	font-family: var(--f-sans);
	font-size: 15px;
	color: var(--ink);
	transition: border-color .2s ease;
}
.sqz-email-input:focus {
	outline: none;
	border-color: var(--acid-d);
}
.sqz-email-hint {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.05em;
	color: var(--smoke);
}


/* ─── HAVE A COUPON ──────────────────────────────────────── */
.sqz-coupon-block {
	margin-bottom: 24px;
}
.sqz-coupon-toggle {
	background: none;
	border: none;
	padding: 0;
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--acid-d);
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.sqz-coupon-toggle:hover { color: var(--ink); }
.sqz-coupon-entry {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
/* author `display` beats the UA [hidden]{display:none} · restore it so the
   `hidden` attribute actually collapses the entry until "have a coupon?" is clicked. */
.sqz-coupon-entry[hidden] { display: none; }
.sqz-coupon-label {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--smoke);
}
.sqz-coupon-row {
	display: flex;
	gap: 10px;
	align-items: stretch;
}
.sqz-coupon-input {
	flex: 1 1 auto;
	min-width: 0;
	padding: 12px 16px;
	background: transparent;
	border: 1px solid var(--ink);
	border-radius: 4px;
	font-family: var(--f-mono);
	font-size: 15px;
	letter-spacing: 0.12em;
	color: var(--ink);
	text-transform: uppercase;
	transition: border-color .2s ease;
}
.sqz-coupon-input:focus {
	outline: none;
	border-color: var(--acid-d);
}
.sqz-coupon-apply {
	flex: 0 0 auto;
	padding: 0 22px;
	background: var(--ink);
	color: var(--paper);
	border: 1px solid var(--ink);
	border-radius: 4px;
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease;
}
.sqz-coupon-apply:hover:not([disabled]) {
	background: var(--acid);
	color: var(--ink);
}
.sqz-coupon-apply[disabled] { opacity: 0.5; cursor: wait; }
.sqz-coupon-msg {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.05em;
	color: var(--smoke);
	margin: 0;
}
.sqz-coupon-msg[data-kind="ok"] { color: var(--acid-d); font-weight: 700; }
.sqz-coupon-msg[data-kind="err"] { color: var(--rosso); }

/* discount line in the foot · sits above the total */
.sqz-foot-amounts {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.sqz-discount-line {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--f-mono);
	font-size: 12px;
	letter-spacing: 0.04em;
	margin-bottom: 2px;
}
.sqz-discount-line[hidden] { display: none; }
.sqz-discount-code {
	background: var(--acid);
	color: var(--ink);
	padding: 2px 8px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 700;
}
.sqz-discount-amount {
	color: var(--acid-d);
	font-weight: 700;
}


/* ─── COUNTRY PICKER (drop page) ─────────────────────────── */
.sqz-picker {
	display: block;
	margin: 14px 0 20px;
	font-family: 'Montserrat', sans-serif;
}
.sqz-picker-chip {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 14px;
	width: 100%;
	padding: 12px 16px;
	background: var(--paper);
	border: 2px solid var(--ink);
	cursor: pointer;
	text-align: left;
	color: var(--ink);
	font-family: inherit;
	transition: background 120ms ease, transform 120ms ease;
}
.sqz-picker-chip:hover {
	background: var(--acid);
}
.sqz-picker-chip[aria-expanded="true"] {
	background: var(--acid);
}
.sqz-picker-chip-label {
	font-size: 14px;
	line-height: 1.2;
}
.sqz-picker-chip-label strong {
	font-weight: 800;
}
.sqz-picker-chip-rate {
	font-family: 'JetBrains Mono', ui-monospace, monospace;
	font-weight: 700;
	font-size: 13px;
	padding: 2px 8px;
	background: var(--ink);
	color: var(--paper);
	letter-spacing: 0.04em;
}
.sqz-picker-chip-cta {
	margin-left: auto;
	color: var(--ink);
	opacity: 0.75;
	letter-spacing: 0.1em;
}
.sqz-picker-panel {
	margin-top: 10px;
	padding: 16px;
	background: var(--paper);
	border: 1px dashed rgba(14, 13, 10, 0.32);
}
.sqz-picker-label {
	display: block;
	font-family: 'JetBrains Mono', ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ink);
	opacity: 0.7;
	margin: 0 0 8px;
}
.sqz-picker-select {
	width: 100%;
	padding: 11px 12px;
	font-family: inherit;
	font-size: 14px;
	background: var(--paper);
	border: 2px solid var(--ink);
	color: var(--ink);
	cursor: pointer;
}
.sqz-picker-select:focus {
	outline: 2px solid var(--acid);
	outline-offset: 2px;
}
.sqz-picker-hint {
	margin: 10px 0 0;
	color: var(--ink);
	opacity: 0.6;
	letter-spacing: 0.04em;
	line-height: 1.45;
}
@media (max-width: 640px) {
	.sqz-picker-chip {
		font-size: 13px;
		padding: 10px 12px;
	}
	.sqz-picker-chip-cta {
		display: block;
		width: 100%;
		margin-left: 0;
	}
}


/* ─── SHIPPING LINE ──────────────────────────────────────── */
.sqz-shipping-line {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: baseline;
	gap: 4px 14px;
	margin: 14px 0 4px;
	padding: 12px 14px;
	background: rgba(203, 242, 36, 0.10);
	border: 1px dashed rgba(14, 13, 10, 0.22);
}
.sqz-shipping-line-head {
	font-family: var(--f-sans);
	font-size: 14px;
	color: var(--ink);
}
.sqz-shipping-line-amount {
	font-family: var(--f-display);
	font-weight: 800;
	font-size: 16px;
	color: var(--ink);
	white-space: nowrap;
}
.sqz-shipping-line-meta {
	grid-column: 1 / -1;
	color: var(--smoke);
	margin-top: 2px;
}
/* made-to-order production act · sits above the shipping line as the craft PLUS */
.sqz-shipping-line-made {
	grid-column: 1 / -1;
	color: var(--acid-d);
	font-weight: 700;
	margin-bottom: 4px;
}
/* success-modal kicker · the "wait is the proof" line under the order meta */
.sqz-success-kicker {
	color: var(--acid-d);
	font-weight: 700;
	letter-spacing: 0.04em;
	margin: 14px 0 0;
}


/* ─── CHECKOUT FOOT ──────────────────────────────────────── */
.sqz-foot {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	padding-top: 18px;
	border-top: 1px solid rgba(14, 13, 10, 0.12);
}
.sqz-total {
	font-family: var(--f-display);
	font-weight: 900;
	font-size: 28px;
	letter-spacing: -0.02em;
	color: var(--ink);
}
.sqz-total-label {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--smoke);
	display: block;
}
.sqz-checkout {
	padding: 18px 28px;
	background: var(--ink);
	color: var(--paper);
	border: none;
	border-radius: 999px;
	font-family: var(--f-display);
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
.sqz-checkout:hover:not([disabled]) {
	background: var(--acid);
	color: var(--ink);
	transform: translate(-2px, -3px);
}
.sqz-checkout[disabled] {
	opacity: 0.4;
	cursor: not-allowed;
}
.sqz-fine {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.04em;
	color: var(--smoke);
	margin: 18px 0 0;
	max-width: 60ch;
	line-height: 1.6;
}
.sqz-fine a {
	color: var(--acid-d);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.sqz-fine a:hover { color: var(--ink); }


/* ─── STEP · SUCCESS ─────────────────────────────────────── */
.sqz-success {
	text-align: left;
}
.sqz-success-tag {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--acid-d);
	margin: 0 0 18px;
}
.sqz-success-h {
	font-family: var(--f-display);
	font-weight: 900;
	font-size: clamp(36px, 4vw, 56px);
	line-height: 0.95;
	letter-spacing: -0.03em;
	text-transform: lowercase;
	color: var(--ink);
	margin: 0 0 18px;
}
.sqz-success-h em { font-style: italic; color: var(--acid-d); }
.sqz-success-serial {
	font-family: var(--f-mono);
	font-weight: 700;
	font-size: clamp(20px, 2vw, 28px);
	letter-spacing: 0.06em;
	padding: 14px 22px;
	background: var(--ink);
	color: var(--acid);
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 22px;
}
.sqz-success-meta {
	font-family: var(--f-sans);
	font-size: 14px;
	line-height: 1.65;
	color: var(--smoke);
	margin: 0 0 22px;
	max-width: 70ch;
}
.sqz-success-meta strong { color: var(--ink); font-weight: 700; }
.sqz-success-meta a {
	color: var(--acid-d);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.sqz-success-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 12px;
}
.sqz-success-action {
	padding: 14px 22px;
	border-radius: 999px;
	font-family: var(--f-display);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid var(--ink);
	color: var(--ink);
	background: transparent;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
	cursor: pointer;
}
.sqz-success-action:hover { background: var(--ink); color: var(--acid); transform: translate(-1px, -2px); }
.sqz-success-action--primary { background: var(--ink); color: var(--acid); }
.sqz-success-action--primary:hover { background: var(--acid); color: var(--ink); }


/* ─── STEP · CANCEL / ERROR ──────────────────────────────── */
.sqz-cancel,
.sqz-error {
	padding: 24px 0;
}
.sqz-cancel-tag,
.sqz-error-tag {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	margin: 0 0 18px;
}
.sqz-cancel-tag { color: var(--smoke); }
.sqz-error-tag { color: var(--rosso); }
.sqz-cancel-h,
.sqz-error-h {
	font-family: var(--f-display);
	font-weight: 900;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: lowercase;
	margin: 0 0 12px;
}
.sqz-cancel-p,
.sqz-error-p {
	font-family: var(--f-sans);
	font-size: 14px;
	line-height: 1.6;
	color: var(--smoke);
	margin: 0 0 22px;
	max-width: 64ch;
}


/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 900px) {
	.sqz-card { padding: 28px 22px 32px; box-shadow: 4px 4px 0 var(--acid); }
	.sqz-item-block { grid-template-columns: 1fr; gap: 18px; }
	.sqz-item-image { max-width: 240px; margin: 0 auto; }
	.sqz-card-title { font-size: 28px; }
	.collect { padding: 72px var(--frame); }
	.collect-stats { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.collect-design-card { grid-template-columns: 1fr; box-shadow: 6px 6px 0 0 var(--acid); }
	.collect-design-image { aspect-ratio: 4 / 3; }
	.collect-design-meta { padding: 28px 26px; }
	.collect-why-list { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 600px) {
	.sqz-modal { padding: 28px 12px; }
	.sqz-card { padding: 24px 18px 28px; }
	.sqz-card-head { gap: 12px; }
	.sqz-card-close { width: 32px; height: 32px; font-size: 16px; }
	.collect-cta { padding: 18px 24px; font-size: 14px; }
	.sqz-foot { flex-direction: column; align-items: stretch; gap: 12px; }
	.sqz-checkout { width: 100%; }
	.collect-design-meta { padding: 24px 22px; }
	.collect-design-title { font-size: 26px; }
	.collect-why-item { padding: 20px 22px; grid-template-columns: 44px 1fr; }
	.collect-why-n { font-size: 36px; }
}

/* ─── #collect · narrow mobile ≤480px ─────────────────────────────────
   Hero headline carries three lines · cap font-size so the longest
   ("your community designed it.") fits without pushing the viewport. */
@media (max-width: 480px) {
	.collect            { padding: 60px 18px; }
	.collect-h          { font-size: clamp(28px, 8vw, 38px); letter-spacing: -0.02em; line-height: 0.95; }
	.collect-lede       { font-size: 14px; max-width: 100%; }
	.collect-status     { font-size: 10px; letter-spacing: 0.1em; padding: 10px 12px; }
	.collect-design-image { aspect-ratio: 1 / 1; }
	.collect-design-meta  { padding: 22px 20px; gap: 14px; }
	.collect-design-title { font-size: 22px; }
	.collect-design-author { font-size: 13px; }
	.collect-design-link  { padding: 10px 14px; font-size: 11px; letter-spacing: 0.14em; }
	.collect-stats        { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	.collect-stat         { padding: 18px 16px; }
	.collect-stat-n       { font-size: 26px; }
	.collect-preorder-banner { padding: 18px 18px; gap: 12px; box-shadow: 4px 4px 0 0 var(--ink); }
	.collect-preorder-now { font-size: 28px; }
	.collect-cta          { padding: 16px 22px; font-size: 13px; gap: 12px; }
	.collect-cta-wrap     { gap: 14px; }
	.collect-pre          { font-size: 12px; letter-spacing: 0.06em; }
}
