:root {
	--bg-deep: #140111;
	--bg-deeper: #0a0108;
	--blue: #1d49ff;
	--blue-soft: #3b6bff;
	--red: #ff1207;
	--red-dark: #b62000;
	--paper: #fffaf4;
	--text: #ffffff;
	--muted: rgba(255, 255, 255, 0.76);
	--line: rgba(255, 255, 255, 0.18);
	--shadow: 0 26px 44px rgba(0, 0, 0, 0.3);
	--container: min(1120px, calc(100% - 40px));
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: var(--text);
	background:
		radial-gradient(circle at top, rgba(52, 88, 255, 0.15), transparent 30%),
		radial-gradient(circle at bottom, rgba(255, 34, 34, 0.1), transparent 30%),
		linear-gradient(180deg, var(--bg-deep), var(--bg-deeper));
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	opacity: 0.1;
	background-image:
		radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.7) 0 1px, transparent 1px),
		radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.5) 0 1px, transparent 1px),
		radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.35) 0 1px, transparent 1px);
	background-size: 280px 280px, 420px 420px, 360px 360px;
	z-index: 30;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	font: inherit;
}

img,
svg {
	display: block;
	max-width: 100%;
}

.svg-sprite {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none;
}

.icon {
	width: 1em;
	height: 1em;
	fill: currentColor;
	flex: none;
}

.container {
	width: var(--container);
	margin-inline: auto;
	position: relative;
	z-index: 2;
}

.hero,
.red-stage,
.buy-panel {
	position: relative;
	overflow: hidden;
}

.hero {
	min-height: 100svh;
	background:
		radial-gradient(circle at 18% -4%, rgba(61, 83, 255, 0.8), transparent 22%),
		radial-gradient(circle at 74% 22%, rgba(35, 80, 255, 0.85), transparent 16%),
		radial-gradient(circle at 58% 30%, rgba(255, 0, 43, 0.3), transparent 18%),
		linear-gradient(120deg, #180111 16%, #1d0418 46%, #1f0634 100%);
	isolation: isolate;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cg fill='rgba(255,255,255,0.55)'%3E%3Cpath d='M55 52 63 76 88 78 68 93 74 118 55 104 36 118 42 93 22 78 47 76Z'/%3E%3Cpath d='M205 18 212 34 230 35 217 47 221 64 205 54 189 64 193 47 180 35 198 34Z'/%3E%3Cpath d='M344 86 352 108 376 110 357 124 363 148 344 134 325 148 331 124 312 110 336 108Z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 420px 420px;
	animation: constellationFall 26s linear infinite;
	opacity: 0.28;
	mix-blend-mode: screen;
}

.hero::after {
	content: "";
	position: absolute;
	left: -4%;
	right: -4%;
	bottom: -1px;
	height: 150px;
	background: var(--red);
	clip-path: polygon(0 42%, 34% 56%, 61% 78%, 100% 52%, 100% 100%, 0 100%);
	z-index: 1;
}

.hero-ribbons,
.buy-ribbons {
	position: absolute;
	inset: -18% -8% 0 38%;
	pointer-events: none;
	background:
		linear-gradient(
			90deg,
			transparent 0 12%,
			rgba(255, 35, 35, 0.58) 12% 28%,
			transparent 28% 36%,
			rgba(25, 72, 255, 0.78) 36% 52%,
			transparent 52% 61%,
			rgba(227, 22, 68, 0.46) 61% 74%,
			transparent 74% 100%
		);
	border-radius: 100px;
	filter: blur(10px);
	opacity: 0.96;
	transform: skewX(-24deg) rotate(9deg)
		translate3d(calc(var(--pointer-x, 0px) * 0.18), calc(var(--pointer-y, 0px) * 0.18), 0);
}

.hero-ribbons::before,
.hero-ribbons::after,
.buy-ribbons::before,
.buy-ribbons::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
}

.hero-ribbons::before,
.buy-ribbons::before {
	inset: 5% 16% -10% 2%;
	background:
		linear-gradient(
			90deg,
			transparent 0 34%,
			rgba(255, 255, 255, 0.22) 34% 38%,
			transparent 38% 100%
		);
}

.hero-ribbons::after,
.buy-ribbons::after {
	inset: -2% 24% 6% 14%;
	background:
		linear-gradient(
			90deg,
			transparent 0 46%,
			rgba(255, 255, 255, 0.14) 46% 49%,
			transparent 49% 100%
		);
}

.topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 28px;
}

.avatar-chip {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px 10px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
	box-shadow: 0 14px 24px rgba(0, 0, 0, 0.22);
}

.avatar-chip img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
	object-position: left center;
	border: 2px solid rgba(255, 255, 255, 0.58);
}

.avatar-chip span {
	letter-spacing: 0.1em;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.social-links {
	display: flex;
	align-items: center;
	gap: 14px;
}

.social-links a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
	transition:
		transform 0.25s ease,
		background 0.25s ease,
		border-color 0.25s ease;
}

.social-links a:hover {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.4);
}

.social-links .icon {
	width: 18px;
	height: 18px;
}

.hero-content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.85fr);
	align-items: center;
	gap: clamp(28px, 5vw, 80px);
	padding: 72px 0 170px;
}

.hero-copy-inner,
.portrait-shell {
	transition: transform 0.22s ease-out;
	will-change: transform;
}

.eyebrow,
.section-kicker {
	margin: 0 0 12px;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	font-size: 0.82rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.7);
}

.hero h1,
.story-copy h2,
.buy-footer h3,
.info-card h2 {
	margin: 0;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	line-height: 0.92;
	letter-spacing: 0.04em;
}

.hero h1 {
	font-size: clamp(4.6rem, 10vw, 7.8rem);
	text-shadow: 2px 2px 0 rgba(255, 42, 42, 0.8);
}

.tagline-frame {
	width: min(100%, 370px);
	margin-top: 10px;
	padding: 10px 18px;
	border: 2px solid rgba(255, 255, 255, 0.86);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 15, 15, 0.05));
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.tagline-frame span {
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.6rem, 3vw, 2.5rem);
	font-weight: 700;
	letter-spacing: 0.06em;
}

.lead {
	max-width: 34rem;
	margin: 22px 0 30px;
	color: var(--muted);
	line-height: 1.8;
	font-size: 1rem;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
}

.cta-button {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 18px 34px;
	min-width: min(100%, 338px);
	border-radius: 999px;
	border: 2px solid #ff2600;
	background: linear-gradient(180deg, #1f49ec, #143cd4);
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	box-shadow:
		0 14px 26px rgba(14, 52, 214, 0.36),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	transition:
		transform 0.24s ease,
		box-shadow 0.24s ease,
		filter 0.24s ease;
}

.cta-button:hover {
	transform: translateY(-4px);
	box-shadow:
		0 18px 30px rgba(14, 52, 214, 0.42),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	filter: saturate(1.06);
}

.cta-button .icon {
	width: 18px;
	height: 18px;
}

.cta-button .ripple {
	position: absolute;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: rgba(255, 255, 255, 0.4);
	animation: ripple 0.65s ease-out;
	pointer-events: none;
}

.ghost-link {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
}

.hero-portrait {
	justify-self: end;
	width: min(100%, 430px);
}

.portrait-shell {
	position: relative;
}

.portrait-shell::before {
	content: "";
	position: absolute;
	inset: 20px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(42, 79, 255, 0.55), transparent 70%);
	filter: blur(22px);
	z-index: -1;
}

.portrait-ring {
	padding: 12px;
	border-radius: 50%;
	background: linear-gradient(145deg, #040406, #2a2730 58%, #050406);
	box-shadow: 0 22px 45px rgba(0, 0, 0, 0.42);
}

.portrait-ring img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
	border: 6px solid rgba(255, 255, 255, 0.08);
}

.portrait-badge {
	position: absolute;
	right: -8px;
	bottom: 18px;
	padding: 14px 16px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
	box-shadow: 0 18px 26px rgba(0, 0, 0, 0.24);
}

.portrait-badge span {
	display: block;
	margin-bottom: 2px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
}

.portrait-badge strong {
	font-size: 1.35rem;
	letter-spacing: 0.12em;
}

.scroll-cue {
	position: absolute;
	left: 50%;
	bottom: 28px;
	z-index: 3;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	transform: translateX(-50%);
	display: grid;
	place-items: center;
	border: 2px solid rgba(255, 255, 255, 0.66);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
	animation: bounce 2.4s infinite;
}

.scroll-cue span {
	width: 16px;
	height: 16px;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	transform: rotate(45deg) translateY(-2px);
}

.red-stage {
	padding: 96px 0 120px;
	background:
		radial-gradient(circle at 16% 44%, rgba(255, 255, 255, 0.08), transparent 8%),
		radial-gradient(circle at 82% 86%, rgba(255, 255, 255, 0.08), transparent 6%),
		linear-gradient(180deg, #ff1206 0%, #fb0e08 58%, #ef0903 100%);
}

.red-stage::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='460' height='460' viewBox='0 0 460 460'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.12)' stroke-width='3'%3E%3Cpath d='M72 82 84 114 118 117 92 137 100 171 72 152 44 171 52 137 26 117 60 114Z'/%3E%3Cpath d='M260 46 268 66 290 68 274 82 280 104 260 92 240 104 246 82 230 68 252 66Z'/%3E%3Cpath d='M390 160 398 182 420 184 404 198 410 220 390 208 370 220 376 198 360 184 382 182Z'/%3E%3Cpath d='M142 314 154 348 190 350 162 370 170 408 142 388 114 408 122 370 94 350 130 348Z'/%3E%3Cpath d='M326 280 334 304 360 306 340 320 346 346 326 334 306 346 312 320 292 306 318 304Z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 440px 440px;
	animation: constellationFall 30s linear infinite;
	opacity: 0.8;
	mix-blend-mode: screen;
}

.story-grid {
	display: grid;
	grid-template-columns: minmax(280px, 430px) minmax(280px, 1fr);
	align-items: center;
	gap: clamp(42px, 8vw, 120px);
}

.tweet-card,
.gallery-card,
.art-frame {
	transform-style: preserve-3d;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease;
	will-change: transform;
}

.tweet-card {
	max-width: 430px;
	padding: 18px;
	border-radius: 24px;
	background: #080808;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow);
}

.tweet-header,
.author-block,
.reply-author,
.tweet-meta {
	display: flex;
	align-items: center;
}

.tweet-header {
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.author-block {
	gap: 12px;
}

.author-block img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
}

.author-block strong,
.reply-name {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.96rem;
}

.author-block strong i {
	color: #1d9bf0;
}

.author-block strong .icon {
	width: 15px;
	height: 15px;
	color: #1d9bf0;
}

.author-block span,
.reply-handle {
	color: #999999;
	font-size: 0.84rem;
}

.tweet-action {
	width: 36px;
	height: 36px;
	border: 0;
	display: inline-grid;
	place-items: center;
	border-radius: 50%;
	color: #b5b5b5;
	background: rgba(255, 255, 255, 0.06);
}

.tweet-action .icon {
	width: 16px;
	height: 16px;
}

.tweet-body p,
.info-card p {
	margin: 0 0 16px;
	line-height: 1.75;
}

.tweet-body p {
	color: #f2f2f2;
	font-size: 0.95rem;
}

.tweet-media {
	display: block;
	margin-bottom: 16px;
}

.tweet-media img {
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.tweet-reply {
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
}

.reply-author {
	gap: 10px;
	margin-bottom: 8px;
}

.tweet-reply p {
	margin: 0;
}

.tweet-meta {
	gap: 20px;
	flex-wrap: wrap;
	padding-top: 16px;
	color: #969696;
	font-size: 0.88rem;
}

.tweet-meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.tweet-meta .icon {
	width: 15px;
	height: 15px;
}

.story-copy {
	text-align: center;
}

.story-copy h2,
.buy-footer h3 {
	font-size: clamp(3rem, 8vw, 5.3rem);
	text-shadow: 2px 2px 0 rgba(184, 25, 0, 0.35);
}

.story-copy p {
	margin: 14px 0 0;
	font-size: 1.08rem;
	font-weight: 700;
}

.down-button {
	display: inline-grid;
	place-items: center;
	margin-top: 28px;
	font-size: clamp(3rem, 6vw, 4.4rem);
	color: #ffffff;
	animation: pulse 2.2s infinite;
}

.down-button .icon {
	width: 1em;
	height: 1em;
}

.gallery-block {
	position: relative;
	z-index: 2;
	padding-top: 78px;
}

.gallery-title {
	margin: 0 0 28px;
	text-align: center;
	font-family: "Baloo 2", cursive;
	font-size: clamp(3.2rem, 7vw, 5.2rem);
	line-height: 0.95;
	text-shadow: 0 5px 0 rgba(0, 0, 0, 0.18);
}

.gallery-grid {
	max-width: 860px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.gallery-item-banner {
	grid-column: 1 / -1;
}

.gallery-card {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	border: 2px solid rgba(255, 255, 255, 0.82);
	box-shadow: var(--shadow);
}

.gallery-card img,
.gallery-illustration {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.gallery-card-banner img {
	aspect-ratio: 16 / 9;
	object-position: center;
}

.gallery-card img {
	transition: transform 0.7s ease;
}

.gallery-card::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 42%;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.55));
}

.gallery-card:hover img,
.gallery-card:hover .gallery-illustration {
	transform: scale(1.04);
}

.gallery-card figcaption {
	position: absolute;
	left: 18px;
	bottom: 14px;
	z-index: 1;
	font-size: 0.94rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.gallery-illustration {
	transition: transform 0.7s ease;
}

.mascot-mini,
.mission-patch {
	background: rgba(255, 255, 255, 0.04);
}

.buy-panel {
	padding: 164px 0 110px;
	background:
		radial-gradient(circle at 76% 26%, rgba(45, 86, 255, 0.5), transparent 20%),
		radial-gradient(circle at 42% 12%, rgba(255, 36, 36, 0.2), transparent 18%),
		linear-gradient(120deg, #150212 8%, #1c0319 42%, #24104a 100%);
}

.buy-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420' viewBox='0 0 420 420'%3E%3Cg fill='rgba(255,255,255,0.58)'%3E%3Cpath d='M42 42 50 66 76 68 56 84 62 110 42 96 22 110 28 84 8 68 34 66Z'/%3E%3Cpath d='M222 114 230 138 256 140 236 156 242 182 222 168 202 182 208 156 188 140 214 138Z'/%3E%3Cpath d='M338 54 346 80 372 82 350 98 356 124 338 110 320 124 326 98 304 82 330 80Z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 420px 420px;
	animation: constellationFall 28s linear infinite;
	opacity: 0.18;
	mix-blend-mode: screen;
}

.buy-section-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: #b92200;
	z-index: 2;
}

.buy-section-top::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-top: 78px solid #b92200;
}

.buy-ribbons {
	inset: -12% -8% 0 44%;
	opacity: 0.85;
}

.buy-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.88fr);
	align-items: center;
	gap: clamp(36px, 7vw, 96px);
}

.info-card {
	max-width: 540px;
	padding: 30px 22px;
	border-radius: 14px;
	border: 2px solid rgba(255, 255, 255, 0.76);
	background: linear-gradient(180deg, rgba(214, 42, 0, 0.95), rgba(182, 29, 0, 0.97));
	box-shadow: var(--shadow);
}

.info-card h2 {
	margin-bottom: 18px;
	font-size: clamp(2.2rem, 4.6vw, 3.2rem);
}

.info-card p {
	color: rgba(255, 255, 255, 0.93);
}

.buy-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	padding-top: 34px;
}

.social-links-centered {
	justify-content: center;
}

.buy-art {
	justify-self: end;
	width: min(100%, 430px);
}

.art-frame {
	padding: 14px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: var(--shadow);
}

.mascot-poster {
	position: relative;
	overflow: hidden;
	border-radius: 22px;
}

.poster-badge {
	position: absolute;
	right: 18px;
	top: 18px;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stars-layer {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
}

.stars-layer span {
	position: absolute;
	animation: starfall var(--duration, 13s) linear infinite;
	will-change: transform, opacity;
}

.stars-layer .star-dot {
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	background: var(--star-color);
	box-shadow: 0 0 calc(var(--size) * 4) var(--star-glow);
}

.stars-layer .star-glow {
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	background: radial-gradient(circle, var(--star-color), transparent 68%);
	filter: blur(2px);
}

.stars-layer .star-shape {
	width: var(--size);
	height: var(--size);
	background: var(--star-color);
	clip-path: polygon(50% 0%, 61% 34%, 98% 35%, 69% 57%, 79% 92%, 50% 72%, 21% 92%, 31% 57%, 2% 35%, 39% 34%);
	box-shadow: 0 0 calc(var(--size) * 0.22) var(--star-glow);
	filter: drop-shadow(0 0 calc(var(--size) * 0.1) var(--star-glow));
	mix-blend-mode: screen;
	transform-origin: center;
}

.reveal {
	opacity: 0;
	transform: translateY(36px) scale(0.98);
	transition:
		opacity 0.8s ease,
		transform 0.8s cubic-bezier(0.2, 0.7, 0.15, 1);
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

@keyframes starfall {
	0% {
		transform: translate3d(0, calc(var(--start-lift, 24px) * -1), 0) rotate(var(--rotate-start, 0deg)) scale(var(--start-scale, 0.82));
		opacity: 0;
	}

	12% {
		opacity: var(--peak-opacity, 1);
	}

	78% {
		opacity: calc(var(--peak-opacity, 1) * 0.9);
	}

	100% {
		transform: translate3d(var(--drift-x, 0px), var(--fall-distance, 160px), 0) rotate(var(--rotate-end, 0deg)) scale(var(--end-scale, 1.1));
		opacity: 0;
	}
}

@keyframes constellationFall {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -40px 240px;
	}
}

@keyframes bounce {
	0%,
	100% {
		transform: translateX(-50%) translateY(0);
	}

	50% {
		transform: translateX(-50%) translateY(10px);
	}
}

@keyframes pulse {
	0%,
	100% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.08);
		opacity: 0.86;
	}
}

@keyframes ripple {
	to {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
}

@media (max-width: 980px) {
	.hero-content,
	.story-grid,
	.buy-grid {
		grid-template-columns: 1fr;
	}

	.hero-content {
		padding-top: 54px;
	}

	.hero-copy,
	.story-copy,
	.buy-copy,
	.hero-portrait,
	.buy-art {
		justify-self: center;
	}

	.hero-copy {
		text-align: center;
	}

	.lead,
	.info-card {
		margin-inline: auto;
	}

	.tagline-frame,
	.cta-button {
		margin-inline: auto;
	}

	.hero-actions,
	.social-links-centered {
		justify-content: center;
	}

	.story-grid {
		justify-items: center;
	}
}

@media (max-width: 720px) {
	.hero {
		min-height: auto;
	}

	.topbar {
		gap: 14px;
	}

	.avatar-chip span {
		display: none;
	}

	.hero-content {
		padding-bottom: 150px;
	}

	.gallery-grid {
		grid-template-columns: 1fr;
	}

	.tweet-meta {
		gap: 12px 18px;
	}

	.info-card {
		padding: 24px 18px;
	}

	.buy-panel {
		padding-top: 148px;
	}

	.hero-ribbons,
	.buy-ribbons {
		inset: -14% -30% 18% 32%;
		transform: skewX(-20deg) rotate(10deg);
	}
}

@media (max-width: 540px) {
	.topbar,
	.hero-actions {
		flex-direction: column;
	}

	.social-links {
		gap: 10px;
	}

	.social-links a {
		width: 40px;
		height: 40px;
	}

	.cta-button {
		min-width: 100%;
		padding-inline: 18px;
	}

	.story-grid,
	.gallery-block,
	.buy-grid {
		gap: 34px;
	}

	.portrait-badge {
		right: 2px;
		bottom: 10px;
	}

	.buy-section-top::after {
		border-left-width: 22px;
		border-right-width: 22px;
		border-top-width: 62px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}


:root {
	--bg-deep: #140111;
	--bg-deeper: #0a0108;
	--blue: #1d49ff;
	--blue-soft: #3b6bff;
	--red: #ff1207;
	--red-dark: #b62000;
	--paper: #fffaf4;
	--text: #ffffff;
	--muted: rgba(255, 255, 255, 0.76);
	--line: rgba(255, 255, 255, 0.18);
	--shadow: 0 26px 44px rgba(0, 0, 0, 0.3);
	--container: min(1120px, calc(100% - 40px));
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: var(--text);
	background:
		radial-gradient(circle at top, rgba(52, 88, 255, 0.15), transparent 30%),
		radial-gradient(circle at bottom, rgba(255, 34, 34, 0.1), transparent 30%),
		linear-gradient(180deg, var(--bg-deep), var(--bg-deeper));
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	opacity: 0.1;
	background-image:
		radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.7) 0 1px, transparent 1px),
		radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.5) 0 1px, transparent 1px),
		radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.35) 0 1px, transparent 1px);
	background-size: 280px 280px, 420px 420px, 360px 360px;
	z-index: 30;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	font: inherit;
}

img,
svg {
	display: block;
	max-width: 100%;
}

.svg-sprite {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none;
}

.icon {
	width: 1em;
	height: 1em;
	fill: currentColor;
	flex: none;
}

.container {
	width: var(--container);
	margin-inline: auto;
	position: relative;
	z-index: 2;
}

.hero,
.red-stage,
.buy-panel {
	position: relative;
	overflow: hidden;
}

.hero {
	min-height: 100svh;
	background:
		radial-gradient(circle at 18% -4%, rgba(61, 83, 255, 0.8), transparent 22%),
		radial-gradient(circle at 74% 22%, rgba(35, 80, 255, 0.85), transparent 16%),
		radial-gradient(circle at 58% 30%, rgba(255, 0, 43, 0.3), transparent 18%),
		linear-gradient(120deg, #180111 16%, #1d0418 46%, #1f0634 100%);
	isolation: isolate;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cg fill='rgba(255,255,255,0.55)'%3E%3Cpath d='M55 52 63 76 88 78 68 93 74 118 55 104 36 118 42 93 22 78 47 76Z'/%3E%3Cpath d='M205 18 212 34 230 35 217 47 221 64 205 54 189 64 193 47 180 35 198 34Z'/%3E%3Cpath d='M344 86 352 108 376 110 357 124 363 148 344 134 325 148 331 124 312 110 336 108Z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 420px 420px;
	animation: constellationFall 16s linear infinite;
	opacity: 0.28;
	mix-blend-mode: screen;
}

.hero::after {
	content: "";
	position: absolute;
	left: -4%;
	right: -4%;
	bottom: -1px;
	height: 150px;
	background: var(--red);
	clip-path: polygon(0 42%, 34% 56%, 61% 78%, 100% 52%, 100% 100%, 0 100%);
	z-index: 1;
}

.hero-ribbons,
.buy-ribbons {
	position: absolute;
	inset: -18% -8% 0 38%;
	pointer-events: none;
	background:
		linear-gradient(
			90deg,
			transparent 0 12%,
			rgba(255, 35, 35, 0.58) 12% 28%,
			transparent 28% 36%,
			rgba(25, 72, 255, 0.78) 36% 52%,
			transparent 52% 61%,
			rgba(227, 22, 68, 0.46) 61% 74%,
			transparent 74% 100%
		);
	border-radius: 100px;
	filter: blur(10px);
	opacity: 0.96;
	transform: skewX(-24deg) rotate(9deg)
		translate3d(calc(var(--pointer-x, 0px) * 0.18), calc(var(--pointer-y, 0px) * 0.18), 0);
}

.hero-ribbons::before,
.hero-ribbons::after,
.buy-ribbons::before,
.buy-ribbons::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
}

.hero-ribbons::before,
.buy-ribbons::before {
	inset: 5% 16% -10% 2%;
	background:
		linear-gradient(
			90deg,
			transparent 0 34%,
			rgba(255, 255, 255, 0.22) 34% 38%,
			transparent 38% 100%
		);
}

.hero-ribbons::after,
.buy-ribbons::after {
	inset: -2% 24% 6% 14%;
	background:
		linear-gradient(
			90deg,
			transparent 0 46%,
			rgba(255, 255, 255, 0.14) 46% 49%,
			transparent 49% 100%
		);
}

.topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 28px;
}

.avatar-chip {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px 10px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
	box-shadow: 0 14px 24px rgba(0, 0, 0, 0.22);
}

.avatar-chip img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, 0.58);
}

.avatar-chip span {
	letter-spacing: 0.1em;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.social-links {
	display: flex;
	align-items: center;
	gap: 14px;
}

.social-links a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
	transition:
		transform 0.25s ease,
		background 0.25s ease,
		border-color 0.25s ease;
}

.social-links a:hover {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.4);
}

.social-links .icon {
	width: 18px;
	height: 18px;
}

.hero-content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.85fr);
	align-items: center;
	gap: clamp(28px, 5vw, 80px);
	padding: 72px 0 170px;
}

.hero-copy-inner,
.portrait-shell {
	transition: transform 0.22s ease-out;
	will-change: transform;
}

.eyebrow,
.section-kicker {
	margin: 0 0 12px;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	font-size: 0.82rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.7);
}

.hero h1,
.story-copy h2,
.buy-footer h3,
.info-card h2 {
	margin: 0;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	line-height: 0.92;
	letter-spacing: 0.04em;
}

.hero h1 {
	font-size: clamp(4.6rem, 10vw, 7.8rem);
	text-shadow: 2px 2px 0 rgba(255, 42, 42, 0.8);
}

.tagline-frame {
	width: min(100%, 370px);
	margin-top: 10px;
	padding: 10px 18px;
	border: 2px solid rgba(255, 255, 255, 0.86);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 15, 15, 0.05));
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.tagline-frame span {
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.6rem, 3vw, 2.5rem);
	font-weight: 700;
	letter-spacing: 0.06em;
}

.lead {
	max-width: 34rem;
	margin: 22px 0 30px;
	color: var(--muted);
	line-height: 1.8;
	font-size: 1rem;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
}

.cta-button {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 18px 34px;
	min-width: min(100%, 338px);
	border-radius: 999px;
	border: 2px solid #ff2600;
	background: linear-gradient(180deg, #1f49ec, #143cd4);
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	box-shadow:
		0 14px 26px rgba(14, 52, 214, 0.36),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	transition:
		transform 0.24s ease,
		box-shadow 0.24s ease,
		filter 0.24s ease;
}

.cta-button:hover {
	transform: translateY(-4px);
	box-shadow:
		0 18px 30px rgba(14, 52, 214, 0.42),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	filter: saturate(1.06);
}

.cta-button .icon {
	width: 18px;
	height: 18px;
}

.cta-button .ripple {
	position: absolute;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: rgba(255, 255, 255, 0.4);
	animation: ripple 0.65s ease-out;
	pointer-events: none;
}

.ghost-link {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
}

.hero-portrait {
	justify-self: end;
	width: min(100%, 430px);
}

.portrait-shell {
	position: relative;
}

.portrait-shell::before {
	content: "";
	position: absolute;
	inset: 20px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(42, 79, 255, 0.55), transparent 70%);
	filter: blur(22px);
	z-index: -1;
}

.portrait-ring {
	padding: 12px;
	border-radius: 50%;
	background: linear-gradient(145deg, #040406, #2a2730 58%, #050406);
	box-shadow: 0 22px 45px rgba(0, 0, 0, 0.42);
}

.portrait-ring img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
	border: 6px solid rgba(255, 255, 255, 0.08);
}

.portrait-badge {
	position: absolute;
	right: -8px;
	bottom: 18px;
	padding: 14px 16px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
	box-shadow: 0 18px 26px rgba(0, 0, 0, 0.24);
}

.portrait-badge span {
	display: block;
	margin-bottom: 2px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
}

.portrait-badge strong {
	font-size: 1.35rem;
	letter-spacing: 0.12em;
}

.scroll-cue {
	position: absolute;
	left: 50%;
	bottom: 28px;
	z-index: 3;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	transform: translateX(-50%);
	display: grid;
	place-items: center;
	border: 2px solid rgba(255, 255, 255, 0.66);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
	animation: bounce 2.4s infinite;
}

.scroll-cue span {
	width: 16px;
	height: 16px;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	transform: rotate(45deg) translateY(-2px);
}

.red-stage {
	padding: 96px 0 120px;
	background:
		radial-gradient(circle at 16% 44%, rgba(255, 255, 255, 0.08), transparent 8%),
		radial-gradient(circle at 82% 86%, rgba(255, 255, 255, 0.08), transparent 6%),
		linear-gradient(180deg, #ff1206 0%, #fb0e08 58%, #ef0903 100%);
}

.red-stage::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='460' height='460' viewBox='0 0 460 460'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.12)' stroke-width='3'%3E%3Cpath d='M72 82 84 114 118 117 92 137 100 171 72 152 44 171 52 137 26 117 60 114Z'/%3E%3Cpath d='M260 46 268 66 290 68 274 82 280 104 260 92 240 104 246 82 230 68 252 66Z'/%3E%3Cpath d='M390 160 398 182 420 184 404 198 410 220 390 208 370 220 376 198 360 184 382 182Z'/%3E%3Cpath d='M142 314 154 348 190 350 162 370 170 408 142 388 114 408 122 370 94 350 130 348Z'/%3E%3Cpath d='M326 280 334 304 360 306 340 320 346 346 326 334 306 346 312 320 292 306 318 304Z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 440px 440px;
	animation: constellationScatter 9s linear infinite;
	opacity: 0.8;
	mix-blend-mode: screen;
}

.story-grid {
	display: grid;
	grid-template-columns: minmax(280px, 430px) minmax(280px, 1fr);
	align-items: center;
	gap: clamp(42px, 8vw, 120px);
}

.tweet-card,
.gallery-card,
.art-frame {
	transform-style: preserve-3d;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease;
	will-change: transform;
}

.tweet-card {
	max-width: 430px;
	padding: 18px;
	border-radius: 24px;
	background: #080808;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow);
}

.tweet-header,
.author-block,
.reply-author,
.tweet-meta {
	display: flex;
	align-items: center;
}

.tweet-header {
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.author-block {
	gap: 12px;
}

.author-block img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
}

.author-block strong,
.reply-name {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.96rem;
}

.author-block strong i {
	color: #1d9bf0;
}

.author-block strong .icon {
	width: 15px;
	height: 15px;
	color: #1d9bf0;
}

.author-block span,
.reply-handle {
	color: #999999;
	font-size: 0.84rem;
}

.tweet-action {
	width: 36px;
	height: 36px;
	border: 0;
	display: inline-grid;
	place-items: center;
	border-radius: 50%;
	color: #b5b5b5;
	background: rgba(255, 255, 255, 0.06);
}

.tweet-action .icon {
	width: 16px;
	height: 16px;
}

.tweet-body p,
.info-card p {
	margin: 0 0 16px;
	line-height: 1.75;
}

.tweet-body p {
	color: #f2f2f2;
	font-size: 0.95rem;
}

.tweet-media {
	display: block;
	margin-bottom: 16px;
}

.tweet-media img {
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.tweet-reply {
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
}

.reply-author {
	gap: 10px;
	margin-bottom: 8px;
}

.tweet-reply p {
	margin: 0;
}

.tweet-meta {
	gap: 20px;
	flex-wrap: wrap;
	padding-top: 16px;
	color: #969696;
	font-size: 0.88rem;
}

.tweet-meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.tweet-meta .icon {
	width: 15px;
	height: 15px;
}

.story-copy {
	text-align: center;
}

.story-copy h2,
.buy-footer h3 {
	font-size: clamp(3rem, 8vw, 5.3rem);
	text-shadow: 2px 2px 0 rgba(184, 25, 0, 0.35);
}

.story-copy p {
	margin: 14px 0 0;
	font-size: 1.08rem;
	font-weight: 700;
}

.down-button {
	display: inline-grid;
	place-items: center;
	margin-top: 28px;
	font-size: clamp(3rem, 6vw, 4.4rem);
	color: #ffffff;
	animation: pulse 2.2s infinite;
}

.down-button .icon {
	width: 1em;
	height: 1em;
}

.gallery-block {
	position: relative;
	z-index: 2;
	padding-top: 78px;
}

.gallery-title {
	margin: 0 0 28px;
	text-align: center;
	font-family: "Baloo 2", cursive;
	font-size: clamp(3.2rem, 7vw, 5.2rem);
	line-height: 0.95;
	text-shadow: 0 5px 0 rgba(0, 0, 0, 0.18);
}

.gallery-grid {
	max-width: 860px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.gallery-item-banner {
	grid-column: 1 / -1;
}

.gallery-card {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	border: 2px solid rgba(255, 255, 255, 0.82);
	box-shadow: var(--shadow);
}

.gallery-card img,
.gallery-illustration {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.gallery-card-banner img {
	aspect-ratio: 16 / 9;
	object-position: center;
}

.gallery-card img {
	transition: transform 0.7s ease;
}

.gallery-card::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 42%;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.55));
}

.gallery-card:hover img,
.gallery-card:hover .gallery-illustration {
	transform: scale(1.04);
}

.gallery-card figcaption {
	position: absolute;
	left: 18px;
	bottom: 14px;
	z-index: 1;
	font-size: 0.94rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.gallery-illustration {
	transition: transform 0.7s ease;
}

.mascot-mini,
.mission-patch {
	background: rgba(255, 255, 255, 0.04);
}

.buy-panel {
	padding: 164px 0 110px;
	background:
		radial-gradient(circle at 76% 26%, rgba(45, 86, 255, 0.5), transparent 20%),
		radial-gradient(circle at 42% 12%, rgba(255, 36, 36, 0.2), transparent 18%),
		linear-gradient(120deg, #150212 8%, #1c0319 42%, #24104a 100%);
}

.buy-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420' viewBox='0 0 420 420'%3E%3Cg fill='rgba(255,255,255,0.58)'%3E%3Cpath d='M42 42 50 66 76 68 56 84 62 110 42 96 22 110 28 84 8 68 34 66Z'/%3E%3Cpath d='M222 114 230 138 256 140 236 156 242 182 222 168 202 182 208 156 188 140 214 138Z'/%3E%3Cpath d='M338 54 346 80 372 82 350 98 356 124 338 110 320 124 326 98 304 82 330 80Z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 420px 420px;
	animation: constellationFall 17s linear infinite;
	opacity: 0.18;
	mix-blend-mode: screen;
}

.buy-section-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: #b92200;
	z-index: 2;
}

.buy-section-top::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-top: 78px solid #b92200;
}

.buy-ribbons {
	inset: -12% -8% 0 44%;
	opacity: 0.85;
}

.buy-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.88fr);
	align-items: center;
	gap: clamp(36px, 7vw, 96px);
}

.info-card {
	max-width: 540px;
	padding: 30px 22px;
	border-radius: 14px;
	border: 2px solid rgba(255, 255, 255, 0.76);
	background: linear-gradient(180deg, rgba(214, 42, 0, 0.95), rgba(182, 29, 0, 0.97));
	box-shadow: var(--shadow);
}

.info-card h2 {
	margin-bottom: 18px;
	font-size: clamp(2.2rem, 4.6vw, 3.2rem);
}

.info-card p {
	color: rgba(255, 255, 255, 0.93);
}

.buy-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	padding-top: 34px;
}

.social-links-centered {
	justify-content: center;
}

.buy-art {
	justify-self: end;
	width: min(100%, 430px);
}

.art-frame {
	padding: 14px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: var(--shadow);
}

.mascot-poster {
	position: relative;
	overflow: hidden;
	border-radius: 22px;
}

.poster-badge {
	position: absolute;
	right: 18px;
	top: 18px;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stars-layer {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
}

.stars-layer span {
	position: absolute;
	animation: starfall var(--duration, 13s) linear infinite;
	will-change: transform, opacity;
}

.stars-layer .star-dot {
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	background: var(--star-color);
	box-shadow: 0 0 calc(var(--size) * 4) var(--star-glow);
}

.stars-layer .star-glow {
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	background: radial-gradient(circle, var(--star-color), transparent 68%);
	filter: blur(2px);
}

.stars-layer .star-shape {
	width: var(--size);
	height: var(--size);
	background: var(--star-color);
	clip-path: polygon(50% 0%, 61% 34%, 98% 35%, 69% 57%, 79% 92%, 50% 72%, 21% 92%, 31% 57%, 2% 35%, 39% 34%);
	box-shadow: 0 0 calc(var(--size) * 0.22) var(--star-glow);
	filter: drop-shadow(0 0 calc(var(--size) * 0.1) var(--star-glow));
	mix-blend-mode: screen;
	transform-origin: center;
}

.reveal {
	opacity: 0;
	transform: translateY(36px) scale(0.98);
	transition:
		opacity 0.8s ease,
		transform 0.8s cubic-bezier(0.2, 0.7, 0.15, 1);
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

@keyframes starfall {
	0% {
		transform: translate3d(0, calc(var(--start-lift, 24px) * -1), 0) rotate(var(--rotate-start, 0deg)) scale(var(--start-scale, 0.82));
		opacity: 0;
	}

	12% {
		opacity: var(--peak-opacity, 1);
	}

	78% {
		opacity: calc(var(--peak-opacity, 1) * 0.9);
	}

	100% {
		transform: translate3d(var(--drift-x, 0px), var(--fall-distance, 160px), 0) rotate(var(--rotate-end, 0deg)) scale(var(--end-scale, 1.1));
		opacity: 0;
	}
}

@keyframes constellationFall {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -40px 240px;
	}
}

@keyframes constellationScatter {
	0% {
		background-position: 0 0;
	}

	25% {
		background-position: -120px 78px;
	}

	50% {
		background-position: 130px 158px;
	}

	75% {
		background-position: -170px 246px;
	}

	100% {
		background-position: 148px 332px;
	}
}

@keyframes bounce {
	0%,
	100% {
		transform: translateX(-50%) translateY(0);
	}

	50% {
		transform: translateX(-50%) translateY(10px);
	}
}

@keyframes pulse {
	0%,
	100% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.08);
		opacity: 0.86;
	}
}

@keyframes ripple {
	to {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
}

@media (max-width: 980px) {
	.hero-content,
	.story-grid,
	.buy-grid {
		grid-template-columns: 1fr;
	}

	.hero-content {
		padding-top: 54px;
	}

	.hero-copy,
	.story-copy,
	.buy-copy,
	.hero-portrait,
	.buy-art {
		justify-self: center;
	}

	.hero-copy {
		text-align: center;
	}

	.lead,
	.info-card {
		margin-inline: auto;
	}

	.tagline-frame,
	.cta-button {
		margin-inline: auto;
	}

	.hero-actions,
	.social-links-centered {
		justify-content: center;
	}

	.story-grid {
		justify-items: center;
	}
}

@media (max-width: 720px) {
	.hero {
		min-height: auto;
	}

	.topbar {
		gap: 14px;
	}

	.avatar-chip span {
		display: none;
	}

	.hero-content {
		padding-bottom: 150px;
	}

	.gallery-grid {
		grid-template-columns: 1fr;
	}

	.tweet-meta {
		gap: 12px 18px;
	}

	.info-card {
		padding: 24px 18px;
	}

	.buy-panel {
		padding-top: 148px;
	}

	.hero-ribbons,
	.buy-ribbons {
		inset: -14% -30% 18% 32%;
		transform: skewX(-20deg) rotate(10deg);
	}
}

@media (max-width: 540px) {
	.topbar,
	.hero-actions {
		flex-direction: column;
	}

	.social-links {
		gap: 10px;
	}

	.social-links a {
		width: 40px;
		height: 40px;
	}

	.cta-button {
		min-width: 100%;
		padding-inline: 18px;
	}

	.story-grid,
	.gallery-block,
	.buy-grid {
		gap: 34px;
	}

	.portrait-badge {
		right: 2px;
		bottom: 10px;
	}

	.buy-section-top::after {
		border-left-width: 22px;
		border-right-width: 22px;
		border-top-width: 62px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
