/* SQUIZITO · share.css · MMXXVI
   "Spread the word" share-to-earn block on the drop page.
   Brand vars (--ink / --paper / --acid / --acid-d / --smoke / --rosso) come
   from style.css. Mono voice · acid accent · no italic serif. */

/* standalone section wrapper · matches the drop-page section rhythm so the
   share block reads as its own band (visible regardless of drop status). */
.share-section {
	padding: 96px var(--frame);
	background: var(--paper);
	border-top: 1px solid rgba(14, 13, 10, 0.12);
	border-bottom: 1px solid rgba(14, 13, 10, 0.12);
}
.share-section .sqz-share {
	max-width: 1100px;
	margin: 0 auto;
}

.sqz-share {
	/* self-centering · the block now lives inside #collect, directly above the
	   price banner (matches .collect-preorder-banner's 1100px centered width). */
	max-width: 1100px;
	margin: 0 auto 28px;
	padding: 32px 28px;
	background: var(--ink);
	color: var(--paper);
	border: 2px solid var(--ink);
	box-shadow: 10px 10px 0 0 var(--acid);
}

.sqz-share-tag {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--acid);
	margin: 0 0 12px;
}

.sqz-share-h {
	font-family: var(--f-display);
	font-weight: 900;
	font-size: clamp(26px, 3.4vw, 40px);
	line-height: 0.98;
	letter-spacing: -0.02em;
	text-transform: lowercase;
	color: var(--paper);
	margin: 0 0 14px;
}
.sqz-share-h em {
	font-style: normal;
	color: var(--acid);
}

.sqz-share-lede {
	font-family: var(--f-sans);
	font-size: 15px;
	line-height: 1.6;
	color: var(--paper);
	opacity: 0.82;
	max-width: 62ch;
	margin: 0 0 24px;
}

/* ── share row ──────────────────────────────────────────────── */
.sqz-share-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 22px;
}
.sqz-share-btn {
	display: inline-flex;
	align-items: center;
	padding: 11px 18px;
	background: transparent;
	color: var(--paper);
	border: 1px solid rgba(244, 239, 230, 0.4);
	border-radius: 999px;
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.sqz-share-btn:hover {
	background: var(--acid);
	color: var(--ink);
	border-color: var(--acid);
	transform: translateY(-2px);
}
.sqz-share-btn-native,
.sqz-share-btn-copy {
	background: var(--acid);
	color: var(--ink);
	border-color: var(--acid);
	font-weight: 700;
}
.sqz-share-btn-native:hover,
.sqz-share-btn-copy:hover {
	background: var(--paper);
	border-color: var(--paper);
}

/* ── email-to-claim step ────────────────────────────────────── */
.sqz-share-claim {
	padding-top: 22px;
	border-top: 1px solid rgba(244, 239, 230, 0.18);
}
.sqz-share-claim-label {
	display: block;
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--acid);
	margin: 0 0 10px;
}
.sqz-share-claim-row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.sqz-share-claim-input {
	flex: 1 1 220px;
	min-width: 0;
	padding: 13px 16px;
	background: var(--paper);
	border: 1px solid var(--paper);
	border-radius: 4px;
	font-family: var(--f-sans);
	font-size: 15px;
	color: var(--ink);
}
.sqz-share-claim-input:focus {
	outline: none;
	border-color: var(--acid);
	box-shadow: 0 0 0 2px var(--acid);
}
.sqz-share-claim-btn {
	flex: 0 0 auto;
	padding: 13px 24px;
	background: var(--acid);
	color: var(--ink);
	border: 1px solid var(--acid);
	border-radius: 4px;
	font-family: var(--f-mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color .18s ease, color .18s ease;
}
.sqz-share-claim-btn:hover:not([disabled]) {
	background: var(--paper);
	border-color: var(--paper);
}
.sqz-share-claim-btn[disabled] { opacity: 0.5; cursor: wait; }
.sqz-share-claim-msg {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.04em;
	color: var(--paper);
	opacity: 0.8;
	margin: 12px 0 0;
}
.sqz-share-claim-msg[data-kind="ok"] { color: var(--acid); opacity: 1; font-weight: 700; }
.sqz-share-claim-msg[data-kind="err"] { color: var(--rosso); opacity: 1; }

/* mandatory service-consent checkbox (GDPR art. 6(1)(b)) */
.sqz-share-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 14px;
	cursor: pointer;
	font-family: var(--f-sans);
	font-size: 12.5px;
	line-height: 1.5;
	color: var(--paper);
	opacity: 0.86;
}
.sqz-share-consent input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 1px;
	accent-color: var(--acid);
	cursor: pointer;
}
.sqz-share-consent a {
	color: var(--acid);
	text-decoration: underline;
	text-underline-offset: 2px;
}
.sqz-share-fine {
	font-family: var(--f-mono);
	font-size: 10.5px;
	letter-spacing: 0.04em;
	line-height: 1.6;
	color: var(--paper);
	opacity: 0.5;
	margin: 14px 0 0;
}

/* persistent confirm banner · shown after the double-opt-in click (?stw=) ·
   prominent + dismissible, so the "check your inbox" message can't be missed. */
.sqz-share-confirm {
	position: relative;
	margin: 0 0 22px;
	padding: 16px 44px 16px 18px;
	font-family: var(--f-sans);
	font-size: 14px;
	line-height: 1.5;
	border: 2px solid var(--acid);
	background: rgba(203, 242, 36, 0.12);
	color: var(--paper);
}
.sqz-share-confirm[data-state="err"] {
	border-color: var(--rosso);
	background: rgba(232, 74, 26, 0.14);
}
.sqz-share-confirm-h {
	display: inline-block;
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--acid);
	margin-right: 8px;
}
.sqz-share-confirm[data-state="err"] .sqz-share-confirm-h { color: var(--rosso); }

/* fixed top-of-viewport confirmation banner · used on the ?stw= landing so the
   confirmation is seen immediately, independent of the (possibly hidden) share
   block. Pinned below the nav, centered, prominent, dismissible, auto-fades. */
.sqz-stw-toast {
	position: fixed;
	top: calc(var(--nav-h, 72px) + 14px);
	left: 50%;
	transform: translate(-50%, -14px);
	z-index: 9500;
	width: min(680px, calc(100vw - 32px));
	box-sizing: border-box;
	padding: 16px 46px 16px 18px;
	background: var(--ink);
	color: var(--paper);
	border: 2px solid var(--acid);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
	font-family: var(--f-sans);
	font-size: 14px;
	line-height: 1.5;
	opacity: 0;
	transition: opacity .28s ease, transform .28s ease;
}
.sqz-stw-toast.is-in { opacity: 1; transform: translate(-50%, 0); }
.sqz-stw-toast[data-state="err"] { border-color: var(--rosso); }
.sqz-stw-toast-h {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--acid);
	margin-right: 8px;
}
.sqz-stw-toast[data-state="err"] .sqz-stw-toast-h { color: var(--rosso); }
.sqz-stw-toast-x {
	position: absolute;
	top: 8px;
	right: 12px;
	background: none;
	border: none;
	color: var(--paper);
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.6;
	padding: 2px 4px;
}
.sqz-stw-toast-x:hover { opacity: 1; }
@media (max-width: 600px) {
	.sqz-stw-toast { top: calc(var(--nav-h, 64px) + 8px); padding: 14px 40px 14px 14px; font-size: 13px; }
}
.sqz-share-confirm-x {
	position: absolute;
	top: 8px;
	right: 12px;
	background: none;
	border: none;
	color: var(--paper);
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.6;
	padding: 2px 4px;
}
.sqz-share-confirm-x:hover { opacity: 1; }

@media (max-width: 600px) {
	.sqz-share { padding: 24px 18px; box-shadow: 6px 6px 0 0 var(--acid); }
	.sqz-share-claim-btn { width: 100%; }
}
