:root {
	--psp-black: #070707;
	--psp-ink: #111111;
	--psp-white: #f4f2ec;
	--psp-muted: #aaa8a1;
	--psp-line: rgba(255, 255, 255, .18);
	--psp-acid: #cfff00;
	--psp-pink: #ff2bab;
	--psp-blue: #315cff;
	--psp-shell: min(1440px, calc(100vw - 64px));
}

html {
	scroll-behavior: smooth;
}

body.psp-prelaunch {
	margin: 0;
	background: var(--psp-black);
	color: var(--psp-white);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.45;
	overflow-x: hidden;
}

body.psp-prelaunch.admin-bar .psp-header {
	top: 32px;
}

.psp-prelaunch *,
.psp-prelaunch *::before,
.psp-prelaunch *::after {
	box-sizing: border-box;
}

.psp-prelaunch img {
	display: block;
	max-width: 100%;
}

.psp-prelaunch a {
	color: inherit;
	text-decoration: none;
}

.psp-prelaunch a:focus-visible,
.psp-prelaunch button:focus-visible,
.psp-prelaunch input:focus-visible {
	outline: 3px solid var(--psp-acid);
	outline-offset: 4px;
}

.psp-skip {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 99999;
	transform: translateY(-160%);
	background: var(--psp-white);
	color: var(--psp-black) !important;
	padding: 12px 16px;
	font-weight: 800;
}

.psp-skip:focus {
	transform: translateY(0);
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.psp-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: var(--psp-shell);
	margin: 0 auto;
	padding: 26px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .28);
}

.psp-header--solid {
	position: relative;
	width: 100%;
	padding: 24px max(32px, calc((100vw - 1440px) / 2));
	background: var(--psp-black);
	border-color: var(--psp-line);
}

.psp-logo {
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.08em;
	transform: skew(-5deg);
}

.psp-logo strong {
	color: var(--psp-acid);
	font: inherit;
}

.psp-nav {
	display: flex;
	align-items: center;
	gap: 32px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
}

.psp-nav a,
.psp-footer-links a {
	position: relative;
}

.psp-nav a::after,
.psp-footer-links a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .25s ease;
}

.psp-nav a:hover::after,
.psp-footer-links a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.psp-hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: 100svh;
	isolation: isolate;
	overflow: hidden;
}

.psp-hero-media,
.psp-hero-shade,
.psp-hero-grain {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.psp-hero-media {
	z-index: -4;
	object-fit: cover;
	object-position: 50% 34%;
	filter: saturate(.92) contrast(1.06);
	transform: scale(1.015);
}

.psp-hero-shade {
	z-index: -3;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .68) 42%, rgba(0, 0, 0, .08) 77%),
		linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, transparent 48%, rgba(0, 0, 0, .32) 100%);
}

.psp-hero-grain {
	z-index: -2;
	opacity: .13;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
	mix-blend-mode: soft-light;
	pointer-events: none;
}

.psp-hero-content {
	width: var(--psp-shell);
	margin: 0 auto;
	padding: 128px 0 78px;
}

.psp-eyebrow {
	margin: 0 0 18px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.psp-hero h1,
.psp-story-hero h1,
.psp-legal h1 {
	max-width: 980px;
	margin: 0;
	font-size: clamp(64px, 10vw, 156px);
	font-weight: 900;
	line-height: .78;
	letter-spacing: -.085em;
	text-transform: uppercase;
}

.psp-drop {
	margin: 26px 0 0;
	color: var(--psp-acid);
	font-size: clamp(16px, 1.4vw, 22px);
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.psp-signup {
	display: grid;
	grid-template-columns: minmax(220px, .72fr) minmax(420px, 1.28fr);
	gap: 28px 48px;
	align-items: end;
	width: min(100%, 960px);
	margin-top: 42px;
	padding: 24px;
	background: rgba(5, 5, 5, .77);
	border: 1px solid rgba(255, 255, 255, .3);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.psp-signup-title {
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -.035em;
}

.psp-signup-copy {
	margin: 0;
	color: #cfcdc6;
	font-size: 13px;
}

.psp-form-message {
	grid-column: 1 / -1;
	margin: -6px 0 -8px;
	padding: 10px 12px;
	font-size: 13px;
	font-weight: 800;
}

.psp-form-message--success {
	background: var(--psp-acid);
	color: var(--psp-black);
}

.psp-form-message--error {
	background: #ff3d68;
	color: #fff;
}

.psp-form-row {
	display: grid;
	grid-template-columns: 1fr auto;
	border-bottom: 2px solid var(--psp-white);
}

.psp-form-row input {
	min-width: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--psp-white);
	padding: 14px 8px 12px 0;
	font: inherit;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .06em;
	box-shadow: none;
}

.psp-form-row input::placeholder {
	color: #b6b3ac;
	opacity: 1;
}

.psp-form-row button {
	border: 0;
	border-radius: 0;
	background: var(--psp-acid);
	color: var(--psp-black);
	padding: 12px 18px;
	font: inherit;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}

.psp-form-row button:hover {
	background: var(--psp-pink);
	color: #fff;
}

.psp-consent {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 10px;
	align-items: start;
	margin-top: 12px;
	color: #ceccc5;
	font-size: 11px;
	line-height: 1.45;
	cursor: pointer;
}

.psp-consent input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--psp-acid);
}

.psp-consent a {
	color: var(--psp-white);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.psp-honeypot {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.psp-scroll {
	position: absolute;
	right: max(32px, calc((100vw - 1440px) / 2));
	bottom: 62px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .2em;
	transform: rotate(90deg) translateX(100%);
	transform-origin: right bottom;
}

.psp-scroll i {
	display: block;
	width: 48px;
	height: 1px;
	background: currentColor;
}

.psp-ticker {
	overflow: hidden;
	background: var(--psp-acid);
	color: var(--psp-black);
	border-top: 2px solid var(--psp-black);
	border-bottom: 2px solid var(--psp-black);
}

.psp-ticker div {
	width: max-content;
	padding: 13px 0;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .11em;
	white-space: nowrap;
	animation: pspTicker 25s linear infinite;
}

@keyframes pspTicker {
	to { transform: translateX(-50%); }
}

.psp-identities {
	padding: 128px max(32px, calc((100vw - 1440px) / 2));
	background: var(--psp-white);
	color: var(--psp-black);
}

.psp-section-head {
	display: grid;
	grid-template-columns: 1fr 1.8fr 1fr;
	gap: 40px;
	align-items: end;
	margin-bottom: 66px;
}

.psp-section-head h2,
.psp-origin h2,
.psp-story-manifesto h2 {
	margin: 0;
	font-size: clamp(54px, 7vw, 112px);
	font-weight: 900;
	line-height: .83;
	letter-spacing: -.075em;
	text-transform: uppercase;
}

.psp-section-head > p:last-child {
	max-width: 360px;
	margin: 0;
	font-size: 15px;
}

.psp-identity-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.psp-identity {
	position: relative;
	border: 1px solid #c9c6bd;
	background: #e6e3da;
}

.psp-identity-image {
	position: relative;
	aspect-ratio: 1 / 1.12;
	overflow: hidden;
	background: #111;
}

.psp-identity-image::after {
	content: "";
	position: absolute;
	inset: 0;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
	pointer-events: none;
}

.psp-identity-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

.psp-identity:hover .psp-identity-image img {
	transform: scale(1.035);
}

.psp-identity-image > span {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	background: var(--psp-black);
	color: var(--psp-white);
	font-size: 10px;
	font-weight: 900;
}

.psp-identity--hyper .psp-identity-image > span { background: var(--psp-acid); color: #000; }
.psp-identity--vibe .psp-identity-image > span { background: var(--psp-blue); }
.psp-identity--glam .psp-identity-image > span { background: var(--psp-pink); }

.psp-identity-copy {
	padding: 24px 22px 28px;
}

.psp-identity-copy h3,
.psp-story-identity-grid h3 {
	margin: 0;
	font-size: clamp(34px, 3.4vw, 58px);
	font-weight: 900;
	line-height: .9;
	letter-spacing: -.07em;
}

.psp-identity-copy p {
	margin: 14px 0 0;
	font-size: 13px;
}

.psp-story-teaser {
	display: grid;
	grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr);
	gap: 72px;
	align-items: center;
	padding: 126px max(32px, calc((100vw - 1440px) / 2));
	background: var(--psp-blue);
}

.psp-story-index {
	font-size: clamp(90px, 14vw, 210px);
	font-weight: 900;
	line-height: .58;
	letter-spacing: -.12em;
	-webkit-text-stroke: 2px rgba(255, 255, 255, .8);
	color: transparent;
}

.psp-story-teaser h2 {
	margin: 0;
	font-size: clamp(62px, 8.4vw, 130px);
	font-weight: 900;
	line-height: .8;
	letter-spacing: -.08em;
	text-transform: uppercase;
}

.psp-story-teaser > div:last-child > p:not(.psp-eyebrow) {
	max-width: 590px;
	margin: 28px 0;
	font-size: 17px;
}

.psp-text-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 6px;
	border-bottom: 2px solid currentColor;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .11em;
}

.psp-text-link span {
	font-size: 17px;
	transition: transform .2s ease;
}

.psp-text-link:hover span {
	transform: translate(3px, -3px);
}

.psp-footer {
	display: grid;
	grid-template-columns: 1.1fr 1fr auto;
	gap: 54px;
	align-items: end;
	padding: 72px max(32px, calc((100vw - 1440px) / 2)) 36px;
	background: var(--psp-black);
	border-top: 1px solid var(--psp-line);
}

.psp-footer-brand p {
	max-width: 360px;
	margin: 16px 0 0;
	color: var(--psp-muted);
	font-size: 12px;
}

.psp-footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 25px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .13em;
}

.psp-copyright {
	margin: 0;
	color: var(--psp-muted);
	font-size: 9px;
	letter-spacing: .1em;
	white-space: nowrap;
}

/* Story */
.psp-story-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
	min-height: 78svh;
	background: var(--psp-black);
}

.psp-story-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 110px max(32px, calc((100vw - 1440px) / 2)) 96px;
	padding-right: 60px;
}

.psp-story-hero-copy > p:last-child {
	max-width: 600px;
	margin: 38px 0 0;
	color: #d2d0c9;
	font-size: clamp(17px, 1.7vw, 24px);
}

.psp-story-hero-art {
	position: relative;
	min-height: 620px;
	overflow: hidden;
	background: var(--psp-acid);
}

.psp-story-hero-art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: contrast(1.06);
}

.psp-story-hero-art span {
	position: absolute;
	right: 24px;
	bottom: 20px;
	color: var(--psp-black);
	font-size: 11px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .14em;
	text-align: right;
}

.psp-origin {
	display: grid;
	grid-template-columns: .55fr 1.45fr;
	gap: 80px;
	padding: 128px max(32px, calc((100vw - 1440px) / 2));
	background: var(--psp-white);
	color: var(--psp-black);
}

.psp-origin-label {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .16em;
}

.psp-origin-label span {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	background: var(--psp-black);
	color: var(--psp-white);
}

.psp-origin-copy > p {
	max-width: 800px;
	margin: 36px 0 0;
	font-size: clamp(17px, 1.45vw, 22px);
	line-height: 1.55;
}

.psp-process {
	padding: 126px max(32px, calc((100vw - 1440px) / 2));
	background: var(--psp-pink);
	color: #fff;
}

.psp-process .psp-section-head {
	grid-template-columns: .55fr 1.45fr;
}

.psp-process-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
}

.psp-process-list li {
	min-height: 260px;
	padding: 24px 20px;
	border-right: 1px solid rgba(255, 255, 255, .55);
}

.psp-process-list li:last-child {
	border-right: 0;
}

.psp-process-list span {
	display: block;
	margin-bottom: 70px;
	font-size: 10px;
	font-weight: 900;
}

.psp-process-list strong {
	display: block;
	font-size: clamp(25px, 2.5vw, 42px);
	line-height: .9;
	letter-spacing: -.06em;
}

.psp-process-list p {
	margin: 18px 0 0;
	font-size: 12px;
}

.psp-story-identities {
	padding: 128px max(32px, calc((100vw - 1440px) / 2));
	background: #101010;
}

.psp-story-identities .psp-section-head {
	grid-template-columns: .55fr 1.45fr;
}

.psp-story-identity-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.psp-story-identity-grid article {
	padding-bottom: 24px;
	border-bottom: 1px solid var(--psp-line);
}

.psp-story-identity-grid img {
	width: 100%;
	aspect-ratio: 1 / 1.08;
	object-fit: cover;
	margin-bottom: 22px;
}

.psp-story-identity-grid p {
	margin: 12px 0 0;
	color: var(--psp-muted);
	font-size: 13px;
}

.psp-story-manifesto {
	padding: 130px max(32px, calc((100vw - 1440px) / 2));
	background: var(--psp-acid);
	color: var(--psp-black);
}

.psp-story-manifesto > p {
	margin: 0 0 28px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .18em;
}

.psp-story-manifesto .psp-text-link {
	margin-top: 42px;
}

/* Privacy */
.psp-legal {
	padding: 104px max(32px, calc((100vw - 1280px) / 2)) 128px;
	background: var(--psp-white);
	color: var(--psp-black);
}

.psp-legal > header {
	padding-bottom: 70px;
	border-bottom: 2px solid var(--psp-black);
}

.psp-legal > header > p:last-child {
	max-width: 620px;
	margin: 32px 0 0;
	font-size: 18px;
}

.psp-legal-grid {
	display: grid;
	grid-template-columns: minmax(220px, .42fr) minmax(0, 1.58fr);
	gap: 80px;
	padding-top: 60px;
}

.psp-legal-grid aside {
	font-size: 12px;
}

.psp-legal-grid aside p {
	margin: 0 0 26px;
}

.psp-legal-grid aside strong {
	font-size: 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.psp-legal-grid a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.psp-legal-grid article {
	max-width: 820px;
}

.psp-legal-grid section {
	padding: 0 0 38px;
	margin: 0 0 38px;
	border-bottom: 1px solid #c9c6bd;
}

.psp-legal-grid section:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.psp-legal-grid h2 {
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: -.035em;
}

.psp-legal-grid p {
	margin: 0 0 14px;
}

@media (max-width: 1000px) {
	:root { --psp-shell: calc(100vw - 48px); }
	body.psp-prelaunch.admin-bar .psp-header { top: 46px; }
	.psp-header--solid { padding-left: 24px; padding-right: 24px; }
	.psp-hero-shade {
		background:
			linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .48) 65%, rgba(0, 0, 0, .12) 100%),
			linear-gradient(0deg, rgba(0, 0, 0, .95) 0%, transparent 57%, rgba(0, 0, 0, .35) 100%);
	}
	.psp-signup { grid-template-columns: 1fr; max-width: 680px; }
	.psp-section-head { grid-template-columns: 1fr 2fr; }
	.psp-section-head > p:last-child { grid-column: 2; }
	.psp-footer { grid-template-columns: 1fr 1fr; }
	.psp-copyright { grid-column: 1 / -1; }
	.psp-story-hero { grid-template-columns: 1fr .7fr; }
	.psp-story-hero-copy { padding-left: 24px; }
	.psp-origin { grid-template-columns: .4fr 1.6fr; gap: 46px; padding-left: 24px; padding-right: 24px; }
	.psp-process, .psp-story-identities, .psp-story-manifesto, .psp-identities, .psp-story-teaser { padding-left: 24px; padding-right: 24px; }
	.psp-process-list { grid-template-columns: repeat(5, 220px); overflow-x: auto; scroll-snap-type: x mandatory; }
	.psp-process-list li { scroll-snap-align: start; }
}

@media (max-width: 720px) {
	:root { --psp-shell: calc(100vw - 32px); }
	body.psp-prelaunch.admin-bar .psp-header { top: 46px; }
	.psp-header { padding: 20px 0; }
	.psp-header--solid { padding: 20px 16px; }
	.psp-nav { gap: 16px; }
	.psp-nav a:first-child { display: none; }
	.psp-logo { font-size: 18px; }
	.psp-hero { min-height: 100svh; }
	.psp-hero-media { object-position: 60% center; }
	.psp-hero-shade {
		background:
			linear-gradient(0deg, rgba(0, 0, 0, .97) 0%, rgba(0, 0, 0, .61) 54%, rgba(0, 0, 0, .32) 100%),
			linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 90%);
	}
	.psp-hero-content { padding: 116px 0 34px; }
	.psp-hero h1, .psp-story-hero h1, .psp-legal h1 { font-size: clamp(54px, 19vw, 84px); line-height: .82; }
	.psp-drop { margin-top: 18px; font-size: 14px; }
	.psp-signup { gap: 20px; margin-top: 28px; padding: 18px; backdrop-filter: blur(8px); }
	.psp-signup-title { font-size: 18px; }
	.psp-form-row { grid-template-columns: 1fr; border-bottom: 0; gap: 10px; }
	.psp-form-row input { border-bottom: 2px solid var(--psp-white); }
	.psp-form-row button { min-height: 46px; }
	.psp-scroll { display: none; }
	.psp-identities { padding-top: 86px; padding-bottom: 86px; }
	.psp-section-head { display: block; margin-bottom: 42px; }
	.psp-section-head h2, .psp-origin h2, .psp-story-manifesto h2 { font-size: clamp(50px, 16vw, 74px); }
	.psp-section-head > p:last-child { margin-top: 22px; }
	.psp-identity-grid { grid-template-columns: 1fr; gap: 24px; }
	.psp-identity-image { aspect-ratio: 1 / 1; }
	.psp-story-teaser { grid-template-columns: 1fr; gap: 48px; padding-top: 82px; padding-bottom: 82px; }
	.psp-story-index { font-size: 110px; }
	.psp-story-teaser h2 { font-size: clamp(58px, 19vw, 82px); }
	.psp-footer { grid-template-columns: 1fr; gap: 38px; padding: 54px 16px 28px; }
	.psp-footer-links { gap: 16px 22px; }
	.psp-copyright { grid-column: auto; white-space: normal; }
	.psp-story-hero { grid-template-columns: 1fr; }
	.psp-story-hero-copy { min-height: 72svh; padding: 100px 16px 56px; }
	.psp-story-hero-art { min-height: 110vw; }
	.psp-origin { grid-template-columns: 1fr; gap: 44px; padding: 82px 16px; }
	.psp-origin-copy > p { margin-top: 26px; font-size: 17px; }
	.psp-process, .psp-story-identities, .psp-story-manifesto { padding: 82px 16px; }
	.psp-process .psp-section-head, .psp-story-identities .psp-section-head { display: block; }
	.psp-process-list { grid-template-columns: repeat(5, 78vw); }
	.psp-story-identity-grid { grid-template-columns: 1fr; gap: 34px; }
	.psp-legal { padding: 80px 16px 90px; }
	.psp-legal > header { padding-bottom: 46px; }
	.psp-legal-grid { grid-template-columns: 1fr; gap: 38px; padding-top: 42px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.psp-ticker div { animation: none; }
	.psp-identity-image img,
	.psp-text-link span,
	.psp-nav a::after,
	.psp-footer-links a::after { transition: none; }
}


/* Landing v2 — underground / brutalist */
body.psp-prelaunch--landing {
	--psp-acid: #bfff00;
	--psp-pink: #ff2ba6;
	--psp-blue: #3157ff;
	background: #030303;
	color: #f7f5ee;
}

.psp-prelaunch--landing .psp-header {
	border-bottom: 2px solid rgba(255, 255, 255, .65);
	mix-blend-mode: normal;
}

.psp-prelaunch--landing .psp-logo {
	font-family: "Arial Black", Impact, Arial, sans-serif;
	font-size: 23px;
	letter-spacing: -.09em;
	text-shadow: 3px 3px 0 rgba(0, 0, 0, .7);
}

.psp-prelaunch--landing .psp-nav {
	gap: 24px;
	font-size: 10px;
}

.psp-prelaunch--landing .psp-nav a {
	padding: 9px 11px 8px;
	background: rgba(0, 0, 0, .72);
	border: 1px solid rgba(255, 255, 255, .7);
	box-shadow: 3px 3px 0 var(--psp-acid);
}

.psp-prelaunch--landing .psp-hero {
	min-height: 100svh;
	background: #000;
}

.psp-prelaunch--landing .psp-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
	background-size: 46px 46px;
	mix-blend-mode: screen;
}

.psp-prelaunch--landing .psp-hero::after {
	content: "";
	position: absolute;
	right: 7vw;
	top: 43%;
	z-index: 2;
	width: clamp(90px, 10vw, 160px);
	height: 14px;
	background: var(--psp-acid);
	box-shadow:
		24px 24px 0 var(--psp-pink),
		48px 48px 0 var(--psp-blue);
	transform: rotate(-9deg);
	pointer-events: none;
}

.psp-prelaunch--landing .psp-hero-media {
	object-position: 50% 35%;
	filter: saturate(1.18) contrast(1.18) brightness(.7);
	transform: scale(1.035);
}

.psp-prelaunch--landing .psp-hero-shade {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .97) 0%, rgba(0, 0, 0, .84) 37%, rgba(0, 0, 0, .28) 72%, rgba(0, 0, 0, .55) 100%),
		linear-gradient(0deg, rgba(0, 0, 0, .97) 0%, transparent 58%, rgba(0, 0, 0, .62) 100%);
}

.psp-prelaunch--landing .psp-hero-grain {
	opacity: .29;
	mix-blend-mode: hard-light;
}

.psp-prelaunch--landing .psp-hero-content {
	position: relative;
	z-index: 3;
	padding-top: 142px;
	padding-bottom: 66px;
}

.psp-prelaunch--landing .psp-hero .psp-eyebrow {
	display: inline-block;
	margin-bottom: 23px;
	padding: 8px 12px 7px;
	background: var(--psp-acid);
	color: #000;
	border: 2px solid #000;
	box-shadow: 5px 5px 0 #fff;
	transform: rotate(-1deg);
	font-family: "Arial Black", Impact, Arial, sans-serif;
	letter-spacing: .14em;
}

.psp-prelaunch--landing .psp-hero h1,
.psp-prelaunch--landing .psp-section-head h2,
.psp-prelaunch--landing .psp-story-teaser h2,
.psp-prelaunch--landing .psp-identity-copy h3 {
	font-family: "Arial Black", Impact, Arial, sans-serif;
}

.psp-prelaunch--landing .psp-hero h1 {
	max-width: 1080px;
	font-size: clamp(66px, 10.8vw, 170px);
	line-height: .76;
	letter-spacing: -.09em;
	text-shadow: 8px 8px 0 rgba(0, 0, 0, .88);
}

.psp-prelaunch--landing .psp-hero h1 span {
	display: inline-block;
	transform: skew(-3deg);
}

.psp-prelaunch--landing .psp-hero h1 em {
	display: inline-block;
	color: transparent;
	font-style: normal;
	-webkit-text-stroke: 2px #fff;
	text-shadow: 8px 8px 0 rgba(255, 43, 166, .76);
	transform: translateX(1.5vw) rotate(-1deg);
}

.psp-prelaunch--landing .psp-drop {
	display: inline-block;
	margin-top: 31px;
	padding: 7px 10px 6px;
	background: #000;
	border-left: 6px solid var(--psp-acid);
	color: #fff;
	font-size: clamp(14px, 1.2vw, 19px);
}

.psp-prelaunch--landing .psp-hero-codes {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.psp-prelaunch--landing .psp-hero-codes span {
	padding: 5px 8px 4px;
	background: #000;
	border: 1px solid rgba(255, 255, 255, .82);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .15em;
	transform: rotate(.8deg);
}

.psp-prelaunch--landing .psp-hero-codes span:nth-child(2) {
	background: var(--psp-blue);
	transform: rotate(-1.6deg);
}

.psp-prelaunch--landing .psp-hero-codes span:nth-child(3) {
	background: var(--psp-pink);
	transform: rotate(1.7deg);
}

.psp-prelaunch--landing .psp-signup {
	width: min(100%, 980px);
	margin-top: 29px;
	padding: 22px;
	background: #050505;
	border: 2px solid #fff;
	box-shadow: 9px 9px 0 var(--psp-acid);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	transform: rotate(-.25deg);
}

.psp-prelaunch--landing .psp-signup-title {
	font-family: "Arial Black", Impact, Arial, sans-serif;
	font-size: clamp(18px, 1.5vw, 24px);
	text-transform: uppercase;
}

.psp-prelaunch--landing .psp-signup-copy,
.psp-prelaunch--landing .psp-consent {
	color: #d8d5cc;
}

.psp-prelaunch--landing .psp-form-row {
	border: 2px solid #fff;
	background: #111;
}

.psp-prelaunch--landing .psp-form-row input {
	padding-left: 13px;
}

.psp-prelaunch--landing .psp-form-row button {
	min-width: 176px;
	border-left: 2px solid #000;
	font-family: "Arial Black", Impact, Arial, sans-serif;
}

.psp-prelaunch--landing .psp-ticker {
	position: relative;
	z-index: 5;
	background: var(--psp-pink);
	border-width: 3px;
	transform: rotate(-.45deg) scale(1.01);
}

.psp-prelaunch--landing .psp-ticker div {
	padding: 12px 0;
	font-family: "Arial Black", Impact, Arial, sans-serif;
}

.psp-prelaunch--landing .psp-identities {
	position: relative;
	overflow: hidden;
	padding-top: 145px;
	padding-bottom: 145px;
	background: #080808;
	color: #fff;
}

.psp-prelaunch--landing .psp-identities::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .22;
	background:
		repeating-linear-gradient(0deg, transparent 0 31px, rgba(255, 255, 255, .09) 32px),
		linear-gradient(115deg, transparent 0 61%, rgba(191, 255, 0, .16) 61% 64%, transparent 64%);
}

.psp-prelaunch--landing .psp-section-head,
.psp-prelaunch--landing .psp-identity-grid {
	position: relative;
	z-index: 1;
}

.psp-prelaunch--landing .psp-section-head {
	grid-template-columns: .78fr 1.6fr .92fr;
	align-items: end;
	margin-bottom: 74px;
	padding-bottom: 28px;
	border-bottom: 3px solid #fff;
}

.psp-prelaunch--landing .psp-section-head .psp-eyebrow {
	align-self: start;
	color: var(--psp-acid);
}

.psp-prelaunch--landing .psp-section-head h2 {
	font-size: clamp(56px, 7.5vw, 122px);
	line-height: .76;
	letter-spacing: -.075em;
}

.psp-prelaunch--landing .psp-section-head > p:last-child {
	font-weight: 800;
	line-height: 1.45;
}

.psp-prelaunch--landing .psp-identity-grid {
	gap: 27px;
}

.psp-prelaunch--landing .psp-identity {
	background: #050505;
	color: #fff;
	border: 2px solid #fff;
	transition: transform .25s ease, box-shadow .25s ease;
}

.psp-prelaunch--landing .psp-identity:nth-child(1) {
	box-shadow: 9px 9px 0 var(--psp-acid);
	transform: rotate(-1.2deg);
}

.psp-prelaunch--landing .psp-identity:nth-child(2) {
	box-shadow: 9px 9px 0 var(--psp-blue);
	transform: translateY(18px) rotate(1.1deg);
}

.psp-prelaunch--landing .psp-identity:nth-child(3) {
	box-shadow: 9px 9px 0 var(--psp-pink);
	transform: rotate(-.7deg);
}

.psp-prelaunch--landing .psp-identity:hover {
	transform: translateY(-7px) rotate(0);
}

.psp-prelaunch--landing .psp-identity-image {
	aspect-ratio: 1 / 1.18;
	border-bottom: 2px solid #fff;
}

.psp-prelaunch--landing .psp-identity-image img {
	filter: saturate(.92) contrast(1.13);
}

.psp-prelaunch--landing .psp-identity-image > span {
	top: 12px;
	left: 12px;
	width: 42px;
	height: 42px;
	border: 2px solid #000;
	box-shadow: 3px 3px 0 #fff;
}

.psp-prelaunch--landing .psp-identity-copy {
	min-height: 158px;
	padding: 25px 23px 30px;
}

.psp-prelaunch--landing .psp-identity-copy h3 {
	font-size: clamp(42px, 4vw, 68px);
}

.psp-prelaunch--landing .psp-identity-copy p {
	max-width: 30ch;
	color: #d4d1ca;
	line-height: 1.5;
}

.psp-prelaunch--landing .psp-story-teaser {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(110deg, #101010 0 51%, var(--psp-blue) 51% 77%, var(--psp-pink) 77%);
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.psp-prelaunch--landing .psp-story-teaser::after {
	content: "ORIGIN / 001";
	position: absolute;
	right: -28px;
	top: 38px;
	padding: 8px 36px;
	background: var(--psp-acid);
	color: #000;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .15em;
	transform: rotate(8deg);
}

.psp-prelaunch--landing .psp-story-index {
	-webkit-text-stroke: 2px var(--psp-acid);
	transform: rotate(-3deg);
}

.psp-prelaunch--landing .psp-story-teaser h2 {
	text-shadow: 7px 7px 0 rgba(0, 0, 0, .46);
}

.psp-prelaunch--landing .psp-text-link {
	padding: 11px 13px 9px;
	background: #000;
	border: 2px solid #fff;
	box-shadow: 4px 4px 0 var(--psp-acid);
}

.psp-prelaunch--landing .psp-footer {
	border-top: 3px solid var(--psp-acid);
}

@media (max-width: 1000px) {
	.psp-prelaunch--landing .psp-hero::after {
		right: 6vw;
		top: 36%;
	}

	.psp-prelaunch--landing .psp-section-head {
		grid-template-columns: 1fr 1.55fr;
	}

	.psp-prelaunch--landing .psp-section-head > p:last-child {
		grid-column: 2;
	}

	.psp-prelaunch--landing .psp-identity-grid {
		gap: 20px;
	}
}

@media (max-width: 720px) {
	.psp-prelaunch--landing .psp-header {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.psp-prelaunch--landing .psp-logo {
		font-size: 20px;
	}

	.psp-prelaunch--landing .psp-nav {
		gap: 8px;
	}

	.psp-prelaunch--landing .psp-nav a {
		padding: 7px 8px 6px;
		box-shadow: 2px 2px 0 var(--psp-acid);
	}

	.psp-prelaunch--landing .psp-hero-media {
		object-position: 61% 32%;
		filter: saturate(1.14) contrast(1.2) brightness(.58);
	}

	.psp-prelaunch--landing .psp-hero-shade {
		background:
			linear-gradient(0deg, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .76) 55%, rgba(0, 0, 0, .34) 100%),
			linear-gradient(90deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .12));
	}

	.psp-prelaunch--landing .psp-hero::after {
		top: 25%;
		right: 12vw;
		width: 82px;
		height: 9px;
		box-shadow: 15px 15px 0 var(--psp-pink), 30px 30px 0 var(--psp-blue);
	}

	.psp-prelaunch--landing .psp-hero-content {
		padding-top: 112px;
		padding-bottom: 54px;
	}

	.psp-prelaunch--landing .psp-hero h1 {
		font-size: clamp(53px, 17vw, 88px);
		line-height: .78;
	}

	.psp-prelaunch--landing .psp-hero h1 em {
		-webkit-text-stroke-width: 1.5px;
		text-shadow: 5px 5px 0 rgba(255, 43, 166, .78);
		transform: translateX(0) rotate(-1deg);
	}

	.psp-prelaunch--landing .psp-signup {
		margin-top: 25px;
		padding: 17px;
		box-shadow: 5px 5px 0 var(--psp-acid);
		transform: none;
	}

	.psp-prelaunch--landing .psp-form-row {
		grid-template-columns: 1fr;
	}

	.psp-prelaunch--landing .psp-form-row button {
		width: 100%;
		min-width: 0;
		border-top: 2px solid #000;
		border-left: 0;
		padding: 14px 12px;
	}

	.psp-prelaunch--landing .psp-hero-codes span {
		font-size: 8px;
	}

	.psp-prelaunch--landing .psp-identities {
		padding-top: 92px;
		padding-bottom: 92px;
	}

	.psp-prelaunch--landing .psp-section-head {
		display: block;
		margin-bottom: 50px;
	}

	.psp-prelaunch--landing .psp-section-head h2 {
		margin: 16px 0 24px;
		font-size: clamp(52px, 16vw, 78px);
	}

	.psp-prelaunch--landing .psp-identity-grid {
		gap: 30px;
	}

	.psp-prelaunch--landing .psp-identity:nth-child(1),
	.psp-prelaunch--landing .psp-identity:nth-child(2),
	.psp-prelaunch--landing .psp-identity:nth-child(3) {
		transform: rotate(0);
	}

	.psp-prelaunch--landing .psp-identity:nth-child(2) {
		transform: translateX(3px);
	}

	.psp-prelaunch--landing .psp-story-teaser {
		background:
			linear-gradient(155deg, #101010 0 58%, var(--psp-blue) 58% 82%, var(--psp-pink) 82%);
	}

	.psp-prelaunch--landing .psp-story-teaser::after {
		right: -43px;
		top: 27px;
	}

	.psp-prelaunch--landing .psp-story-index {
		font-size: clamp(78px, 29vw, 126px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.psp-prelaunch--landing .psp-identity,
	.psp-prelaunch--landing .psp-identity-image img {
		transition: none;
	}
}
