:root {
	--bg: #120d09;
	--panel: rgba(34, 41, 23, 0.86);
	--panel-soft: rgba(22, 27, 16, 0.7);
	--ink: #f2e6bc;
	--muted: #d6c690;
	--line: #c7a633;
	--danger: #f15d39;
	--glow: #62ff9a;
	--navy: #102048;
}

@font-face {
	font-family: "OrbitronEVS";
	src: url("./media/fonts/Orbitron-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: "OswaldEVS";
	src: url("./media/fonts/Oswald-VariableFont_wght.ttf") format("truetype");
}

* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	min-height: 100%;
	background:
		linear-gradient(180deg, rgba(10, 20, 36, 0.25), rgba(18, 13, 9, 0.96)),
		url("./media/images/stormyday.png") center top / cover fixed no-repeat,
		var(--bg);
	color: var(--ink);
	font-family: "OswaldEVS", sans-serif;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	background:
		radial-gradient(circle at 20% 15%, rgba(98, 255, 154, 0.14), transparent 24%),
		radial-gradient(circle at 78% 18%, rgba(255, 230, 150, 0.12), transparent 20%),
		linear-gradient(transparent 0 96%, rgba(255,255,255,0.03) 96% 100%);
	pointer-events: none;
}

.site-shell {
	position: relative;
	padding: 32px clamp(18px, 3vw, 42px) 48px;
}

.hero,
.feature-strip,
.showcase,
.play-section {
	position: relative;
	z-index: 1;
}

.hero {
	display: grid;
	grid-template-columns: minmax(320px, 1.2fr) minmax(300px, 1fr);
	gap: 32px;
	align-items: center;
	min-height: 74vh;
}

.eyebrow {
	margin: 0 0 10px;
	color: var(--line);
	font-family: "OrbitronEVS", sans-serif;
	font-size: 0.9rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

h1, h2 {
	margin: 0;
	font-family: "OrbitronEVS", sans-serif;
	line-height: 0.95;
	text-transform: uppercase;
}

h1 {
	font-size: clamp(3rem, 8vw, 6.8rem);
	text-shadow: 0 0 28px rgba(98, 255, 154, 0.14);
}

h2 {
	font-size: clamp(1.8rem, 3.2vw, 3.2rem);
}

.lede,
.showcase-copy p,
.play-copy p,
.feature-strip p {
	max-width: 62ch;
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	color: var(--muted);
	line-height: 1.55;
}

.hero-actions,
.hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.cta,
.audio-toggle {
	border: 1px solid var(--line);
	background: rgba(16, 32, 72, 0.84);
	color: var(--ink);
	text-decoration: none;
	padding: 13px 18px;
	border-radius: 10px;
	font-family: "OrbitronEVS", sans-serif;
	font-size: 0.95rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.cta.primary {
	background: linear-gradient(180deg, #18356d, var(--navy));
	box-shadow: 0 12px 28px rgba(3, 10, 26, 0.25);
}

.cta:hover,
.audio-toggle:hover {
	transform: translateY(-2px);
	background: rgba(24, 53, 109, 0.92);
}

.audio-toggle.is-playing {
	background: linear-gradient(180deg, #274d2d, #172814);
	box-shadow: 0 0 0 1px rgba(98, 255, 154, 0.28), 0 0 22px rgba(98, 255, 154, 0.18);
}

.hero-stats div,
.feature-strip article,
.showcase-copy,
.play-section,
.playframe-wrap {
	border: 1px solid rgba(199, 166, 51, 0.9);
	background: var(--panel-soft);
	backdrop-filter: blur(4px);
}

.player-actions,
.download-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.hero-stats div {
	min-width: 150px;
	padding: 12px 14px;
	border-radius: 12px;
}

.hero-stats span {
	display: block;
	color: var(--muted);
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.hero-stats strong {
	display: block;
	margin-top: 6px;
	font-size: 1.05rem;
}

.hero-visual {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.poster-frame {
	position: relative;
	width: min(640px, 100%);
	padding: 16px;
	border: 1px solid rgba(199, 166, 51, 0.92);
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(43, 26, 16, 0.94), rgba(18, 14, 10, 0.96)),
		var(--panel);
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
	transform: rotate(1.2deg);
}

.poster-frame::before {
	content: "";
	position: absolute;
	inset: 12px;
	border: 1px solid rgba(242, 230, 188, 0.18);
	border-radius: 14px;
	pointer-events: none;
}

.poster-frame img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.poster-badge {
	position: absolute;
	right: 28px;
	bottom: 28px;
	padding: 10px 14px;
	border: 1px solid rgba(199, 166, 51, 0.9);
	background: rgba(16, 32, 72, 0.84);
	color: var(--ink);
	font-family: "OrbitronEVS", sans-serif;
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 999px;
}

.feature-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.feature-strip article,
.showcase-copy,
.play-section {
	padding: 20px;
	border-radius: 16px;
}

.showcase {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(260px, 0.8fr);
	gap: 18px;
	margin-top: 26px;
	align-items: stretch;
}

.showcase-panel {
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid rgba(199, 166, 51, 0.84);
	background: rgba(10, 16, 22, 0.62);
	min-height: 260px;
}

.showcase-panel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bullet-points {
	margin: 18px 0 0;
	padding-left: 18px;
	color: var(--ink);
}

.bullet-points li {
	margin-bottom: 8px;
}

.play-section {
	margin-top: 26px;
}

.playframe-wrap {
	margin-top: 18px;
	padding: 14px;
	border-radius: 18px;
	background: rgba(10, 14, 20, 0.62);
}

.playframe-wrap:fullscreen {
	padding: 18px;
	border-radius: 0;
	background: #020305;
}

.playframe {
	display: block;
	width: 100%;
	min-height: min(78vh, 960px);
	border: 1px solid rgba(199, 166, 51, 0.72);
	border-radius: 12px;
	background: #05070b;
}

.playframe-wrap:fullscreen .playframe {
	min-height: calc(100vh - 84px);
}

.player-note {
	margin: 10px 0 0;
	color: var(--muted);
	font-size: 0.92rem;
}

.downloads-section {
	margin-top: 26px;
	padding: 20px;
	border-radius: 16px;
	border: 1px solid rgba(199, 166, 51, 0.9);
	background: var(--panel-soft);
	backdrop-filter: blur(4px);
}

.download-card {
	display: block;
	min-width: 220px;
	padding: 16px 18px;
	border-radius: 14px;
	border: 1px solid rgba(199, 166, 51, 0.88);
	background: rgba(16, 32, 72, 0.62);
	color: var(--ink);
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease;
}

.download-card:hover {
	transform: translateY(-2px);
	background: rgba(24, 53, 109, 0.84);
}

.download-card span {
	display: block;
	color: var(--muted);
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.download-card strong {
	display: block;
	margin-top: 6px;
	font-family: "OrbitronEVS", sans-serif;
	font-size: 1rem;
}

@keyframes bob {
	0%, 100% { transform: translateY(0) rotate(-3deg); }
	50% { transform: translateY(-8px) rotate(-1deg); }
}

@media (max-width: 980px) {
	.hero,
	.feature-strip,
	.showcase {
		grid-template-columns: 1fr;
	}

	.hero-visual {
		min-height: 420px;
	}

	.poster-frame {
		transform: none;
	}
}
