:root {
	--wsp-ink: #080908;
	--wsp-panel: #11120f;
	--wsp-paper: #f2efe7;
	--wsp-acid: #c9ff35;
	--wsp-blue: #4967ff;
	--wsp-coral: #ff6247;
	--wsp-line: rgba(242, 239, 231, 0.17);
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; font-family: "Manrope", Arial, sans-serif; font-optical-sizing: auto; font-synthesis: none; text-rendering: optimizeLegibility; }
a { text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
:focus-visible { outline: 3px solid var(--wsp-acid); outline-offset: 4px; }
::selection { background: var(--wsp-acid); color: var(--wsp-ink); }

.wsp-site-header {
	border-bottom: 1px solid var(--wsp-line);
	position: relative;
	z-index: 20;
}

.wsp-brand-code {
	display: inline-flex;
	gap: 2px;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.625rem;
	font-weight: 700;
}

.wsp-brand-code span {
	background: var(--wsp-paper);
	color: var(--wsp-ink);
	display: grid;
	height: 22px;
	place-items: center;
	width: 22px;
}

.wsp-brand-code span:nth-child(2) { background: var(--wsp-acid); }
.wsp-brand-code span:nth-child(3) { background: var(--wsp-blue); color: #fff; }

.wsp-main {
	min-height: 60vh;
	padding-block: clamp(4rem, 8vw, 9rem);
}

.wsp-grid-background {
	background-image:
		linear-gradient(var(--wsp-line) 1px, transparent 1px),
		linear-gradient(90deg, var(--wsp-line) 1px, transparent 1px);
	background-size: calc(100vw / 12) 76px;
}

.wsp-service-hero {
	min-height: min(820px, 90vh);
	padding-block: clamp(8rem, 14vw, 12rem) clamp(5rem, 9vw, 8rem);
	position: relative;
}

.wsp-service-hero h1 {
	font-size: var(--wp--preset--font-size--display-lg);
	max-width: 1050px;
}

.wsp-kicker {
	font-family: var(--wp--preset--font-family--mono);
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wsp-system-signal {
	background: var(--wsp-panel);
	border: 1px solid var(--wsp-line);
	box-shadow: 22px 22px 0 var(--wsp-blue);
	color: var(--wsp-paper);
	display: grid;
	gap: 1rem;
	min-height: 320px;
	padding: 1.25rem;
}

.wsp-system-signal__nodes {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, 1fr);
}

.wsp-system-signal__node {
	border: 1px solid var(--wsp-line);
	font-family: var(--wp--preset--font-family--mono);
	font-size: var(--wp--preset--font-size--xs);
	padding: 1rem;
}

.wsp-system-signal__node::after {
	background: var(--wsp-acid);
	border-radius: 50%;
	content: '';
	display: block;
	height: 6px;
	margin-top: 0.75rem;
	width: 6px;
}

.wsp-section {
	padding-block: clamp(4.5rem, 8vw, 8rem);
}

.wsp-section--paper { background: var(--wsp-paper); color: var(--wsp-ink); }
.wsp-section--panel { background: var(--wsp-panel); color: var(--wsp-paper); }

.wsp-card-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wsp-card-grid > * {
	border: 1px solid currentColor;
	min-height: 260px;
	padding: 1.5rem;
}

.wsp-cta {
	background: var(--wsp-acid);
	color: var(--wsp-ink);
	padding-block: clamp(4.5rem, 8vw, 8rem);
}

.wsp-legal-status {
	background: color-mix(in srgb, var(--wsp-coral) 10%, transparent);
	border-left: 3px solid var(--wsp-coral);
	padding: 1.25rem;
}

.wsp-site-footer { border-top: 1px solid var(--wsp-line); }

/* WooCommerce: style stable public components and avoid depending on private nesting. */
.wc-block-components-button,
.woocommerce button.button,
.woocommerce a.button {
	background: var(--wsp-acid);
	border: 0;
	border-radius: 0;
	color: var(--wsp-ink);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.wc-block-components-button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input,
.woocommerce select,
.woocommerce textarea { min-height: 48px; }

.wc-block-components-button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover { background: var(--wsp-paper); color: var(--wsp-ink); }

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input,
.woocommerce form .form-row input.input-text {
	border-radius: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	border-bottom: 1px solid var(--wsp-line);
	display: block;
	padding: 1rem;
}

.wsp-subscriptions {
	display: grid;
	gap: 1.5rem;
}

.wsp-subscription-card {
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--wsp-acid) 7%, transparent), transparent 38%),
		var(--wsp-panel, #171914);
	border: 1px solid var(--wsp-line);
	padding: clamp(1.25rem, 3vw, 2rem);
}

.wsp-subscription-card__head,
.wsp-subscription-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.wsp-subscription-card__head small,
.wsp-subscription-facts dt {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wsp-subscription-card__head h3 { margin: 0.35rem 0 0; }

.wsp-subscription-status {
	border: 1px solid currentColor;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.68rem;
	letter-spacing: 0.06em;
	padding: 0.55rem 0.7rem;
	text-transform: uppercase;
}

.wsp-subscription-status--active { color: var(--wsp-acid); }
.wsp-subscription-status--past_due,
.wsp-subscription-status--cancellation_requested { color: var(--wsp-coral); }

.wsp-subscription-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 1.75rem 0;
}

.wsp-subscription-facts > div {
	border-left: 1px solid var(--wsp-line);
	padding: 0 1rem;
}

.wsp-subscription-facts > div:first-child { padding-left: 0; border-left: 0; }
.wsp-subscription-facts dd { font-size: 1.05rem; font-weight: 700; margin: 0.4rem 0 0; }
.wsp-subscription-actions { justify-content: flex-start; flex-wrap: wrap; }
.wsp-subscription-actions form { margin: 0; }

@media (max-width: 900px) {
	.wsp-card-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
	.wsp-service-hero { min-height: auto; }
	.wsp-card-grid { grid-template-columns: 1fr; }
	.wsp-system-signal { box-shadow: 10px 10px 0 var(--wsp-blue); }
	.wsp-subscription-card__head { align-items: flex-start; flex-direction: column; }
	.wsp-subscription-facts { grid-template-columns: 1fr; }
	.wsp-subscription-facts > div,
	.wsp-subscription-facts > div:first-child { border-left: 0; border-top: 1px solid var(--wsp-line); padding: 0.9rem 0; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}
