:root {
	--ink: #071715;
	--ink-soft: #102522;
	--cream: #f3dfb5;
	--paper: #f8e9c8;
	--pine: #12352d;
	--olive: #6d8a56;
	--gold: #d19a33;
	--rust: #9d4d2e;
	--chat-pink: #f343d6;
	--laser-green: #33df86;
	--muted: rgba(243, 223, 181, 0.72);
	--paper-muted: rgba(7, 23, 21, 0.68);
	--line: rgba(243, 223, 181, 0.18);
	--shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
	--wrap: min(1120px, calc(100vw - 32px));
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at 12% 4%, rgba(209, 154, 51, 0.14), transparent 28rem),
		radial-gradient(circle at 80% 12%, rgba(51, 223, 134, 0.07), transparent 24rem),
		linear-gradient(180deg, #06110f 0%, var(--ink) 46%, #0d1714 100%);
	color: var(--cream);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0;
}

body::before {
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	content: "";
	background-image:
		linear-gradient(rgba(243, 223, 181, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(243, 223, 181, 0.02) 1px, transparent 1px);
	background-size: 26px 26px, 26px 26px;
	mask-image: linear-gradient(to bottom, black, transparent 82%);
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--gold);
}

.wrap {
	width: var(--wrap);
	margin-inline: auto;
}

.skip-link,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	z-index: 1000;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--gold);
	color: var(--ink);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid rgba(243, 223, 181, 0.16);
	background: rgba(7, 23, 21, 0.88);
	backdrop-filter: blur(18px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: var(--wrap);
	min-height: 76px;
	margin-inline: auto;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	text-decoration: none;
}

.brand__logo img {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--gold);
}

.brand__mark {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 2px solid var(--gold);
	background: var(--paper);
	color: var(--pine);
	font-size: 19px;
	font-weight: 1000;
	letter-spacing: -0.02em;
	line-height: 1;
	box-shadow: inset 0 -7px 0 rgba(109, 138, 86, 0.45);
}

.brand__text {
	display: grid;
	line-height: 1.15;
}

.brand__name {
	font-size: 17px;
	font-weight: 900;
	text-transform: uppercase;
}

.brand__tagline {
	max-width: 28ch;
	overflow: hidden;
	color: var(--muted);
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.primary-nav .menu,
.footer-links .menu {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-nav a,
.footer-links a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 12px;
	color: var(--cream);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a {
	background: rgba(243, 223, 181, 0.1);
	color: var(--gold);
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(243, 223, 181, 0.25);
	background: transparent;
	color: var(--cream);
}

.nav-toggle span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	background: currentColor;
}

.home-hero {
	position: relative;
	overflow: hidden;
	min-height: calc(100svh - 76px);
	padding: clamp(64px, 9vw, 126px) 0 52px;
	border-bottom: 1px solid rgba(243, 223, 181, 0.16);
}

.home-hero__texture {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(243, 223, 181, 0.08), transparent 32%, transparent 68%, rgba(243, 223, 181, 0.06)),
		radial-gradient(circle at 24% 43%, rgba(209, 154, 51, 0.32), transparent 12rem),
		radial-gradient(circle at 70% 38%, rgba(243, 67, 214, 0.16), transparent 14rem),
		linear-gradient(135deg, rgba(7, 23, 21, 0.1), rgba(7, 23, 21, 0.75));
}

.home-hero__texture::before {
	position: absolute;
	inset: 8% 0 auto;
	height: 42%;
	content: "";
	background:
		linear-gradient(180deg, transparent 48%, rgba(7, 23, 21, 0.72) 49% 51%, transparent 52%),
		linear-gradient(90deg, transparent, rgba(243, 223, 181, 0.12), transparent);
	transform: skewY(-3deg);
}

.home-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	align-items: end;
	gap: clamp(28px, 6vw, 72px);
}

.eyebrow {
	margin: 0 0 12px;
	color: var(--gold);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.hero-copy h1,
.archive-hero h1,
.singular-header h1 {
	max-width: 10ch;
	margin: 0;
	font-size: clamp(52px, 11vw, 132px);
	font-weight: 1000;
	line-height: 0.88;
	text-transform: uppercase;
	text-wrap: balance;
	text-shadow: 0 10px 0 rgba(109, 138, 86, 0.34);
}

.hero-tagline {
	max-width: 680px;
	margin: 26px 0 0;
	color: rgba(243, 223, 181, 0.9);
	font-size: clamp(20px, 2.6vw, 31px);
	font-weight: 750;
	line-height: 1.24;
	text-wrap: balance;
}

.hero-actions,
.connect-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.button,
.connect-links a,
.wp-block-button__link,
input[type="submit"],
button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	border: 1px solid rgba(243, 223, 181, 0.36);
	border-radius: 2px;
	background: rgba(243, 223, 181, 0.08);
	color: var(--cream);
	font-size: 13px;
	font-weight: 950;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.button--primary,
.wp-block-button__link,
input[type="submit"],
button[type="submit"] {
	border-color: var(--gold);
	background: var(--gold);
	color: var(--ink);
	box-shadow: 0 7px 0 rgba(109, 138, 86, 0.6);
}

.button:hover,
.connect-links a:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
	transform: translateY(-1px);
}

.signal-panel {
	--spot-x: 50%;
	--spot-y: 20%;
	position: relative;
	overflow: hidden;
	padding: 22px;
	border: 1px solid rgba(243, 223, 181, 0.2);
	background:
		radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(51, 223, 134, 0.13), transparent 14rem),
		linear-gradient(180deg, rgba(243, 223, 181, 0.1), rgba(243, 223, 181, 0.04));
	box-shadow: var(--shadow);
}

.signal-panel::after {
	position: absolute;
	inset: auto 0 0;
	height: 6px;
	content: "";
	background: linear-gradient(90deg, var(--chat-pink), var(--gold), var(--laser-green));
}

.signal-panel__top {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 18px;
	font-size: 13px;
	font-weight: 950;
	text-transform: uppercase;
}

.live-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--laser-green);
	box-shadow: 0 0 20px var(--laser-green);
}

.signal-panel p {
	margin: 0 0 20px;
	color: var(--cream);
	font-size: 21px;
	font-weight: 800;
	line-height: 1.3;
}

.signal-list {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.signal-list li {
	display: grid;
	gap: 2px;
	padding: 12px;
	border: 1px solid rgba(243, 223, 181, 0.12);
	background: rgba(7, 23, 21, 0.52);
	color: rgba(243, 223, 181, 0.82);
}

.signal-list span {
	color: var(--gold);
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.community-band,
.connect-strip {
	padding: clamp(42px, 7vw, 82px) 0;
	background:
		linear-gradient(180deg, rgba(243, 223, 181, 0.96), rgba(248, 233, 200, 0.98)),
		var(--paper);
	color: var(--ink);
}

.community-band__inner,
.connect-strip__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
	align-items: center;
	gap: clamp(24px, 5vw, 70px);
}

.community-band h2,
.connect-strip h2,
.section-heading h2,
.room-tile h2 {
	margin: 0;
	font-size: clamp(30px, 5vw, 58px);
	font-weight: 1000;
	line-height: 0.98;
	text-transform: uppercase;
	text-wrap: balance;
}

.community-band p,
.connect-strip p {
	margin: 0;
	color: var(--paper-muted);
	font-size: 19px;
	font-weight: 650;
}

.room-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	padding: clamp(42px, 7vw, 84px) 0;
}

.room-tile {
	min-height: 270px;
	padding: 24px;
	border: 1px solid rgba(243, 223, 181, 0.16);
	background:
		linear-gradient(180deg, rgba(243, 223, 181, 0.1), rgba(243, 223, 181, 0.045)),
		var(--ink-soft);
	box-shadow: 0 12px 38px rgba(0, 0, 0, 0.18);
}

.room-tile--wide {
	grid-column: span 2;
	background:
		linear-gradient(130deg, rgba(209, 154, 51, 0.2), transparent 52%),
		linear-gradient(180deg, rgba(243, 223, 181, 0.12), rgba(243, 223, 181, 0.04));
}

.room-tile h3 {
	margin: 16px 0 8px;
	font-size: 27px;
	font-weight: 1000;
	line-height: 1;
	text-transform: uppercase;
}

.room-tile p {
	margin: 14px 0 0;
	color: var(--muted);
}

.tile-icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid rgba(243, 223, 181, 0.24);
	background: rgba(243, 223, 181, 0.08);
	font-size: 23px;
}

.latest-dispatches,
.post-feed {
	padding: clamp(46px, 8vw, 92px) 0;
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

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

.post-card {
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	border: 1px solid rgba(243, 223, 181, 0.16);
	background: rgba(243, 223, 181, 0.07);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);
}

.post-card__media {
	display: grid;
	aspect-ratio: 16 / 10;
	place-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 42%, rgba(209, 154, 51, 0.28), transparent 34%),
		linear-gradient(135deg, var(--paper), #c6b07c);
	color: var(--pine);
	font-size: 58px;
	font-weight: 1000;
	text-decoration: none;
	text-transform: uppercase;
}

.post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.9) contrast(1.08);
}

.post-card__body {
	padding: 18px;
}

.post-card__meta {
	margin: 0 0 8px;
	color: var(--gold);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.post-card h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 950;
	line-height: 1.08;
	text-transform: uppercase;
}

.post-card h3 a {
	text-decoration: none;
}

.post-card__body > p:last-child {
	margin-bottom: 0;
	color: var(--muted);
}

.empty-dispatch {
	padding: 32px;
	border: 1px dashed rgba(243, 223, 181, 0.28);
	background: rgba(243, 223, 181, 0.06);
}

.connect-strip {
	border-top: 1px solid rgba(7, 23, 21, 0.12);
}

.connect-links {
	justify-content: flex-end;
	margin-top: 0;
}

.connect-links a {
	border-color: rgba(7, 23, 21, 0.26);
	background: var(--ink);
	color: var(--cream);
}

.archive-hero {
	padding: clamp(54px, 8vw, 96px) 0 38px;
	background:
		linear-gradient(180deg, rgba(243, 223, 181, 0.08), transparent),
		var(--ink);
}

.archive-hero h1 {
	max-width: 900px;
	font-size: clamp(42px, 8vw, 92px);
}

.archive-description {
	max-width: 720px;
	color: var(--muted);
	font-size: 20px;
}

.singular {
	padding: clamp(50px, 8vw, 92px) 0;
}

.singular-header {
	max-width: 860px;
	margin: 0 auto 28px;
}

.singular-header h1 {
	max-width: 11ch;
	font-size: clamp(44px, 8vw, 96px);
}

.singular-dek {
	max-width: 700px;
	color: var(--muted);
	font-size: 22px;
	font-weight: 650;
}

.featured-media {
	max-width: 980px;
	margin: 0 auto 36px;
	border: 1px solid rgba(243, 223, 181, 0.16);
}

.featured-media img {
	width: 100%;
}

.entry-content {
	max-width: 760px;
	margin-inline: auto;
	color: rgba(243, 223, 181, 0.9);
	font-size: 19px;
}

.entry-content > * {
	margin-block: 0 1.35em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 1.7em;
	color: var(--cream);
	font-weight: 950;
	line-height: 1.1;
	text-transform: uppercase;
}

.entry-content h2 {
	font-size: clamp(31px, 4vw, 48px);
}

.entry-content h3 {
	font-size: clamp(25px, 3vw, 34px);
}

.entry-content blockquote {
	margin-inline: 0;
	padding: 20px 24px;
	border-left: 5px solid var(--gold);
	background: rgba(243, 223, 181, 0.08);
	color: var(--cream);
	font-size: 22px;
	font-weight: 750;
}

.entry-content img,
.entry-content .wp-block-image img {
	border: 1px solid rgba(243, 223, 181, 0.16);
}

.entry-content .alignwide {
	max-width: 980px;
	margin-left: calc((760px - min(980px, 100vw - 32px)) / 2);
	width: min(980px, 100vw - 32px);
}

.entry-content .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
}

.entry-footer,
.post-navigation,
.comments-area {
	width: var(--wrap);
	max-width: 760px;
	margin: 34px auto;
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tag-list a,
.page-numbers {
	display: inline-flex;
	padding: 7px 10px;
	border: 1px solid rgba(243, 223, 181, 0.2);
	text-decoration: none;
}

.navigation.pagination {
	margin-top: 32px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.post-navigation .nav-links {
	justify-content: space-between;
}

.comments-area {
	padding: 24px;
	border-top: 1px solid rgba(243, 223, 181, 0.16);
}

.comment-list {
	padding-left: 22px;
}

input,
textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(243, 223, 181, 0.22);
	background: rgba(243, 223, 181, 0.08);
	color: var(--cream);
	font: inherit;
}

label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 850;
	text-transform: uppercase;
}

.site-footer {
	border-top: 1px solid rgba(243, 223, 181, 0.16);
	background: #050d0c;
}

.site-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: var(--wrap);
	margin-inline: auto;
	padding: 34px 0;
}

.site-footer p {
	margin: 0;
	color: var(--muted);
}

.footer-kicker {
	color: var(--gold) !important;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

@media (max-width: 860px) {
	.site-header__inner {
		min-height: 68px;
	}

	.nav-toggle {
		display: block;
	}

	.primary-nav {
		position: absolute;
		top: 68px;
		right: 16px;
		left: 16px;
		display: none;
		border: 1px solid rgba(243, 223, 181, 0.16);
		background: rgba(7, 23, 21, 0.96);
		box-shadow: var(--shadow);
	}

	.primary-nav.is-open {
		display: block;
	}

	.primary-nav .menu {
		display: grid;
		gap: 0;
		padding: 8px;
	}

	.primary-nav a {
		width: 100%;
	}

	.home-hero {
		min-height: auto;
	}

	.home-hero__inner,
	.community-band__inner,
	.connect-strip__inner {
		grid-template-columns: 1fr;
	}

	.signal-panel {
		max-width: 520px;
	}

	.room-grid,
	.post-grid {
		grid-template-columns: 1fr;
	}

	.room-tile--wide {
		grid-column: auto;
	}

	.connect-links {
		justify-content: flex-start;
	}
}

@media (max-width: 560px) {
	:root {
		--wrap: min(100vw - 24px, 1120px);
	}

	body {
		font-size: 16px;
	}

	.brand__tagline {
		display: none;
	}

	.hero-copy h1,
	.archive-hero h1,
	.singular-header h1 {
		font-size: clamp(44px, 15vw, 70px);
	}

	.hero-tagline {
		font-size: 19px;
	}

	.button,
	.connect-links a {
		width: 100%;
	}

	.room-tile,
	.empty-dispatch {
		padding: 20px;
	}

	.site-footer__inner {
		display: grid;
	}

	.footer-links .menu {
		flex-wrap: wrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}
}

/* V2 broadcast-room direction */
.site-header {
	background:
		linear-gradient(90deg, rgba(7, 23, 21, 0.92), rgba(7, 23, 21, 0.74)),
		rgba(7, 23, 21, 0.9);
}

.brand__mark {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	font-family: var(--font-display);
	text-transform: uppercase;
	box-shadow:
		inset 0 -9px 0 rgba(109, 138, 86, 0.5),
		0 0 0 4px rgba(209, 154, 51, 0.13);
}

.brand__mark::after {
	position: absolute;
	inset: 5px auto auto 5px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	content: "";
	background: var(--laser-green);
	box-shadow: 0 0 14px var(--laser-green);
}

.primary-nav a {
	position: relative;
}

.primary-nav a::after {
	position: absolute;
	right: 12px;
	bottom: 6px;
	left: 12px;
	height: 2px;
	content: "";
	background: linear-gradient(90deg, var(--chat-pink), var(--laser-green));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav .current-menu-item > a::after {
	transform: scaleX(1);
}

.home-hero {
	min-height: calc(100svh - 76px);
	padding: clamp(74px, 10vw, 142px) 0 58px;
	background:
		linear-gradient(90deg, rgba(5, 10, 9, 0.92) 0%, rgba(5, 10, 9, 0.74) 42%, rgba(5, 10, 9, 0.3) 100%),
		linear-gradient(180deg, rgba(7, 23, 21, 0.18), rgba(7, 23, 21, 0.96)),
		url("../img/stream-room-hero.jpg") center / cover no-repeat;
}

.home-hero::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(rgba(243, 223, 181, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(243, 223, 181, 0.045) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(90deg, black, transparent 72%);
}

.home-hero::after {
	position: absolute;
	right: -5vw;
	bottom: -18px;
	left: -5vw;
	height: 92px;
	content: "";
	background: var(--paper);
	transform: rotate(-2.4deg);
	transform-origin: left center;
}

.home-hero__texture {
	background:
		linear-gradient(110deg, transparent 0 46%, rgba(243, 223, 181, 0.08) 46.2% 46.5%, transparent 46.7%),
		radial-gradient(circle at 83% 30%, rgba(243, 67, 214, 0.18), transparent 18rem),
		radial-gradient(circle at 80% 78%, rgba(51, 223, 134, 0.15), transparent 18rem);
	mix-blend-mode: screen;
}

.home-hero__texture::before {
	display: none;
}

.home-hero__inner {
	z-index: 1;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
	align-items: center;
}

.hero-copy {
	position: relative;
	max-width: 760px;
}

.hero-copy::before {
	position: absolute;
	top: -30px;
	left: 0;
	width: min(520px, 74vw);
	height: 1px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(243, 223, 181, 0.42), transparent);
}

.hero-copy h1 {
	max-width: 9ch;
	font-size: clamp(62px, 12.4vw, 162px);
	letter-spacing: 0;
	text-shadow:
		0 10px 0 rgba(109, 138, 86, 0.42),
		0 24px 70px rgba(0, 0, 0, 0.62);
}

.hero-tagline {
	max-width: 720px;
	color: rgba(243, 223, 181, 0.96);
	text-shadow: 0 10px 36px rgba(0, 0, 0, 0.65);
}

.hero-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	max-width: 620px;
	margin-top: 30px;
}

.hero-stats span {
	display: grid;
	min-height: 72px;
	padding: 12px;
	border: 1px solid rgba(243, 223, 181, 0.18);
	background: rgba(7, 23, 21, 0.58);
	color: var(--muted);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
	backdrop-filter: blur(16px);
}

.hero-stats strong {
	display: block;
	color: var(--cream);
	font-size: 24px;
	line-height: 1;
}

.signal-panel {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	perspective: 1000px;
}

.signal-panel::after {
	display: none;
}

.stream-frame {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(243, 223, 181, 0.22);
	background:
		linear-gradient(180deg, rgba(14, 20, 18, 0.88), rgba(7, 23, 21, 0.78)),
		rgba(7, 23, 21, 0.8);
	box-shadow:
		0 34px 90px rgba(0, 0, 0, 0.58),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(18px);
	transform: rotateY(-5deg) rotateX(2deg);
	transform-origin: center;
}

.stream-frame::before {
	position: absolute;
	inset: -35%;
	content: "";
	background:
		radial-gradient(circle at var(--spot-x, 52%) var(--spot-y, 30%), rgba(51, 223, 134, 0.16), transparent 18rem),
		linear-gradient(120deg, transparent 38%, rgba(243, 67, 214, 0.14), transparent 62%);
	pointer-events: none;
}

.stream-frame__bar,
.song-war-board__head {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 10px 14px;
	border-bottom: 1px solid rgba(243, 223, 181, 0.14);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.stream-frame__time {
	margin-left: auto;
	color: var(--gold);
}

.stream-frame__screen {
	position: relative;
	min-height: 220px;
	padding: 22px;
	background:
		linear-gradient(rgba(243, 223, 181, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(243, 223, 181, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 65% 30%, rgba(243, 67, 214, 0.12), transparent 12rem),
		rgba(0, 0, 0, 0.22);
	background-size: 18px 18px, 18px 18px, auto, auto;
}

.stream-frame__screen p {
	position: relative;
	z-index: 1;
	max-width: 18ch;
	margin: 26px 0 0;
	font-size: 28px;
	font-weight: 950;
	line-height: 1.06;
	text-transform: uppercase;
}

.equalizer {
	display: flex;
	align-items: end;
	gap: 5px;
	height: 54px;
}

.equalizer span {
	width: 13px;
	min-height: 12px;
	background: linear-gradient(180deg, var(--laser-green), var(--gold), var(--chat-pink));
	animation: equalize 850ms ease-in-out infinite alternate;
}

.equalizer span:nth-child(2) {
	animation-delay: 120ms;
}

.equalizer span:nth-child(3) {
	animation-delay: 220ms;
}

.equalizer span:nth-child(4) {
	animation-delay: 80ms;
}

.equalizer span:nth-child(5) {
	animation-delay: 300ms;
}

.equalizer span:nth-child(6) {
	animation-delay: 170ms;
}

.support-pod,
.vod-pod {
	position: relative;
	display: grid;
	gap: 14px;
	padding: 14px;
}

.support-pod {
	grid-template-rows: auto auto;
}

.support-pod__copy,
.vod-pod__copy,
.support-pod__widget {
	position: relative;
	z-index: 1;
	padding: 16px;
	border: 1px solid rgba(243, 223, 181, 0.14);
	background: rgba(7, 23, 21, 0.52);
}

.support-pod__kicker {
	margin: 0 0 8px;
	color: var(--gold);
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0;
	text-transform: uppercase;
}

.support-pod h2,
.vod-pod h2 {
	margin: 0;
	color: var(--cream);
	font-size: clamp(22px, 2.4vw, 32px);
	font-weight: 1000;
	line-height: 0.98;
	text-transform: uppercase;
	text-wrap: balance;
}

.support-pod__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.support-pod__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 9px;
	border: 1px solid rgba(243, 223, 181, 0.16);
	background: rgba(0, 0, 0, 0.26);
	color: var(--muted);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.vod-pod__player {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 1px solid rgba(243, 223, 181, 0.16);
	background: rgba(0, 0, 0, 0.42);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 16px 42px rgba(0, 0, 0, 0.24);
}

.vod-pod__player iframe {
	display: block;
	width: 100%;
	border: 0;
}

.support-pod__widget {
	display: grid;
	gap: 14px;
	padding: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 32%),
		rgba(255, 255, 255, 0.03);
}

.vod-pod__player {
	aspect-ratio: 16 / 9;
}

.vod-pod__player iframe {
	height: 100%;
}

.support-meter {
	position: relative;
	overflow: hidden;
	height: 12px;
	border: 1px solid rgba(243, 223, 181, 0.16);
	background:
		linear-gradient(90deg, rgba(243, 223, 181, 0.08), rgba(243, 223, 181, 0.025)),
		rgba(0, 0, 0, 0.32);
}

.support-meter span {
	display: block;
	width: 64%;
	height: 100%;
	background: linear-gradient(90deg, var(--chat-pink), var(--gold), var(--laser-green));
	box-shadow: 0 0 22px rgba(51, 223, 134, 0.34);
}

.support-pod__amount {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 14px;
}

.support-pod__amount strong {
	color: var(--cream);
	font-size: clamp(38px, 5vw, 66px);
	font-weight: 1000;
	line-height: 0.9;
	text-transform: uppercase;
}

.support-pod__amount span {
	color: var(--muted);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.16;
	text-transform: uppercase;
}

.support-pod__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	align-items: center;
}

.support-pod__actions .button,
.support-pod__fallback {
	width: 100%;
	min-width: 0;
}

.support-pod__actions .button {
	padding-inline: 10px;
}

.support-pod__fallback {
	display: grid;
	gap: 14px;
}

.support-pod__kofi-panel {
	overflow: hidden;
	width: 100%;
	max-width: 430px;
	margin-inline: auto;
	border: 1px solid rgba(243, 223, 181, 0.14);
	background: #fff;
	box-shadow:
		0 18px 54px rgba(0, 0, 0, 0.34),
		0 0 0 1px rgba(255, 55, 214, 0.08);
}

.support-pod__kofi-panel iframe {
	display: block;
	width: 100%;
	height: clamp(430px, 44vw, 540px) !important;
	min-height: 0;
	padding: 0 !important;
	border: 0 !important;
	background: #fff !important;
}

.vod-pod__empty {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: 220px;
	align-content: end;
	gap: 8px;
	padding: 18px;
	overflow: hidden;
	border: 1px solid rgba(243, 223, 181, 0.16);
	background:
		linear-gradient(rgba(243, 223, 181, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(243, 223, 181, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 72% 22%, rgba(243, 67, 214, 0.18), transparent 10rem),
		radial-gradient(circle at 24% 80%, rgba(51, 223, 134, 0.14), transparent 11rem),
		rgba(0, 0, 0, 0.34);
	background-size: 18px 18px, 18px 18px, auto, auto, auto;
	color: var(--cream);
	text-decoration: none;
}

.vod-pod__empty span,
.vod-pod__link {
	color: var(--gold);
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.vod-pod__empty strong {
	max-width: 8ch;
	font-size: clamp(34px, 5.4vw, 58px);
	font-weight: 1000;
	line-height: 0.9;
	text-transform: uppercase;
}

.vod-pod__link {
	display: inline-flex;
	margin-top: 14px;
	text-decoration: none;
}

@keyframes equalize {
	from {
		height: 18px;
	}
	to {
		height: 54px;
	}
}

.signal-list {
	position: relative;
	padding: 12px;
	background: rgba(0, 0, 0, 0.22);
}

.signal-list li {
	border-color: rgba(243, 223, 181, 0.16);
	background: rgba(243, 223, 181, 0.055);
}

.community-ticker {
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-block: 1px solid rgba(243, 223, 181, 0.18);
	background: #050807;
}

.community-ticker__track {
	display: flex;
	width: max-content;
	animation: ticker 28s linear infinite;
}

.community-ticker span {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 0 28px;
	color: var(--cream);
	font-size: 13px;
	font-weight: 950;
	text-transform: uppercase;
}

.community-ticker span::before {
	width: 7px;
	height: 7px;
	margin-right: 12px;
	border-radius: 50%;
	content: "";
	background: var(--gold);
	box-shadow: 0 0 16px var(--gold);
}

@keyframes ticker {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.community-band {
	position: relative;
	padding-top: clamp(74px, 9vw, 118px);
}

.community-band::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 14px;
	content: "";
	background: linear-gradient(90deg, var(--chat-pink), var(--gold), var(--laser-green));
}

.community-band h2,
.showrunner h2,
.connect-strip h2,
.section-heading h2,
.room-tile h2 {
	letter-spacing: 0;
}

.showrunner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
	gap: clamp(24px, 6vw, 72px);
	align-items: center;
	padding: clamp(56px, 8vw, 106px) 0 16px;
}

.showrunner__copy {
	max-width: 700px;
}

.showrunner h2 {
	margin: 0;
	font-size: clamp(38px, 7vw, 86px);
	font-weight: 1000;
	line-height: 0.9;
	text-transform: uppercase;
	text-wrap: balance;
}

.showrunner p:not(.eyebrow) {
	color: var(--muted);
	font-size: 20px;
	font-weight: 650;
}

.song-war-board {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(243, 223, 181, 0.18);
	background:
		linear-gradient(180deg, rgba(243, 223, 181, 0.1), rgba(243, 223, 181, 0.035)),
		rgba(7, 23, 21, 0.8);
	box-shadow: var(--shadow);
}

.song-war-board::after {
	position: absolute;
	right: -24%;
	bottom: -30%;
	width: 70%;
	aspect-ratio: 1;
	border: 1px solid rgba(209, 154, 51, 0.24);
	border-radius: 50%;
	content: "";
}

.song-war-board__head {
	justify-content: space-between;
}

.song-war-board ol {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	padding: 18px;
	margin: 0;
	list-style: none;
	counter-reset: board;
}

.song-war-board li {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 6px 12px;
	align-items: center;
	padding: 14px;
	border: 1px solid rgba(243, 223, 181, 0.18);
	background: rgba(0, 0, 0, 0.22);
	counter-increment: board;
}

.song-war-board li::before {
	grid-row: span 2;
	color: var(--gold);
	font-size: 28px;
	font-weight: 1000;
	content: counter(board);
}

.song-war-board li span {
	color: var(--chat-pink);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.song-war-board li strong {
	font-size: 20px;
	line-height: 1.05;
	text-transform: uppercase;
}

.room-grid {
	grid-template-columns: 1.2fr 0.8fr 0.8fr;
	padding-top: clamp(36px, 6vw, 76px);
}

.room-tile {
	position: relative;
	overflow: hidden;
	min-height: 300px;
	background:
		linear-gradient(155deg, rgba(243, 223, 181, 0.12), transparent 44%),
		linear-gradient(180deg, rgba(18, 53, 45, 0.95), rgba(7, 23, 21, 0.92));
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.room-tile:hover {
	border-color: rgba(209, 154, 51, 0.58);
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
	transform: translateY(-5px);
}

.room-tile::after {
	position: absolute;
	right: -30%;
	bottom: -42%;
	width: 72%;
	aspect-ratio: 1;
	border: 1px solid rgba(243, 223, 181, 0.1);
	border-radius: 50%;
	content: "";
}

.room-tile--wide {
	background:
		linear-gradient(125deg, rgba(209, 154, 51, 0.28), transparent 48%),
		linear-gradient(180deg, rgba(42, 28, 18, 0.98), rgba(7, 23, 21, 0.92));
}

.room-tile h3 {
	font-size: clamp(26px, 3.2vw, 40px);
}

.tile-icon {
	position: relative;
	z-index: 1;
	box-shadow: 0 0 32px rgba(209, 154, 51, 0.12);
}

.post-card {
	border-color: rgba(243, 223, 181, 0.2);
	background:
		linear-gradient(180deg, rgba(243, 223, 181, 0.08), rgba(243, 223, 181, 0.035)),
		rgba(7, 23, 21, 0.9);
	transition:
		transform 180ms ease,
		box-shadow 180ms ease;
}

.post-card:hover {
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.4);
	transform: translateY(-5px);
}

.post-card__media {
	position: relative;
	background:
		radial-gradient(circle at 50% 42%, var(--gold), transparent 34%),
		linear-gradient(135deg, var(--paper), #b99648);
}

.post-card__media::after {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(rgba(7, 23, 21, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(7, 23, 21, 0.08) 1px, transparent 1px);
	background-size: 18px 18px;
	mix-blend-mode: multiply;
}

.latest-dispatches {
	position: relative;
}

.latest-dispatches::before {
	position: absolute;
	top: 5%;
	right: 0;
	left: 0;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(243, 223, 181, 0.18), transparent);
}

.connect-strip {
	background:
		linear-gradient(120deg, rgba(243, 223, 181, 0.98), rgba(248, 233, 200, 0.86)),
		var(--paper);
}

.connect-strip__inner {
	position: relative;
	min-height: 310px;
}

.connect-strip__inner::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: min(360px, 42vw);
	height: 180px;
	content: "";
	background:
		linear-gradient(180deg, transparent 0 46%, rgba(7, 23, 21, 0.18) 46% 48%, transparent 48%),
		repeating-linear-gradient(90deg, rgba(7, 23, 21, 0.72) 0 8px, transparent 8px 30px);
	opacity: 0.22;
	clip-path: polygon(0 78%, 12% 50%, 22% 74%, 34% 40%, 47% 72%, 62% 35%, 76% 68%, 100% 30%, 100% 100%, 0 100%);
}

@media (max-width: 860px) {
	.home-hero {
		background-position: 58% center;
	}

	.home-hero::after {
		height: 54px;
	}

	.home-hero__inner,
	.showrunner {
		grid-template-columns: 1fr;
	}

	.stream-frame {
		max-width: 560px;
		transform: none;
	}

	.hero-stats {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 560px) {
	.home-hero {
		padding-top: 54px;
		background-position: 66% center;
	}

	.hero-copy h1 {
		font-size: clamp(50px, 18vw, 86px);
	}

	.stream-frame__screen {
		min-height: 180px;
	}

	.stream-frame__screen p {
		font-size: 23px;
	}

	.support-pod,
	.vod-pod {
		padding: 10px;
	}

	.support-pod__copy,
	.vod-pod__copy,
	.support-pod__widget {
		padding: 13px;
	}

	.support-pod__actions {
		grid-template-columns: 1fr;
	}

	.support-pod__kofi-panel iframe {
		height: 420px !important;
	}

	.community-ticker span {
		padding-inline: 18px;
	}
}

/* Whole-site studio treatment */
body:not(.home) .site-main {
	position: relative;
	background:
		linear-gradient(180deg, rgba(7, 23, 21, 0.18), rgba(7, 23, 21, 0.96) 520px),
		url("../img/stream-room-hero.jpg") top center / 1900px auto no-repeat,
		var(--ink);
}

body:not(.home) .site-main::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(rgba(243, 223, 181, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(243, 223, 181, 0.028) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(to bottom, black, transparent 760px);
}

.archive-hero {
	position: relative;
	overflow: hidden;
	min-height: 430px;
	padding: clamp(72px, 10vw, 128px) 0 clamp(52px, 8vw, 92px);
	background:
		linear-gradient(90deg, rgba(5, 10, 9, 0.95), rgba(5, 10, 9, 0.72) 52%, rgba(5, 10, 9, 0.34)),
		linear-gradient(180deg, rgba(7, 23, 21, 0.24), rgba(7, 23, 21, 0.92)),
		url("../img/stream-room-hero.jpg") center / cover no-repeat;
}

.archive-hero::after,
.singular-hero::after {
	position: absolute;
	right: -5vw;
	bottom: -42px;
	left: -5vw;
	height: 92px;
	content: "";
	background: var(--ink);
	transform: rotate(-2.2deg);
}

.archive-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 410px);
	gap: clamp(28px, 6vw, 70px);
	align-items: end;
}

.archive-hero h1 {
	max-width: 11ch;
	color: var(--cream);
	font-size: clamp(48px, 9vw, 118px);
	text-shadow:
		0 9px 0 rgba(109, 138, 86, 0.42),
		0 28px 80px rgba(0, 0, 0, 0.7);
}

.archive-hero--posts h1 {
	max-width: 720px;
	font-size: clamp(34px, 5vw, 64px);
	line-height: 1.02;
	text-shadow:
		0 4px 0 rgba(109, 138, 86, 0.32),
		0 18px 54px rgba(0, 0, 0, 0.58);
}

.archive-description {
	max-width: 680px;
	color: rgba(243, 223, 181, 0.82);
	font-size: 20px;
	font-weight: 650;
}

.archive-console,
.session-card {
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding: 18px;
	border: 1px solid rgba(243, 223, 181, 0.2);
	background:
		linear-gradient(180deg, rgba(243, 223, 181, 0.09), rgba(243, 223, 181, 0.035)),
		rgba(7, 23, 21, 0.78);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(18px);
}

.archive-console::before,
.session-card::before {
	position: absolute;
	inset: auto 0 0;
	height: 5px;
	content: "";
	background: linear-gradient(90deg, var(--chat-pink), var(--gold), var(--laser-green));
}

.archive-console > span,
.session-card > p {
	display: block;
	margin: 0 0 12px;
	color: var(--gold);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.search-form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px;
}

.search-form label {
	margin: 0;
}

.search-form .screen-reader-text {
	position: absolute;
}

.search-field {
	min-height: 48px;
}

.search-submit {
	width: auto;
	min-width: 54px;
}

.post-feed {
	position: relative;
	z-index: 1;
}

.post-grid {
	align-items: stretch;
}

.post-card {
	position: relative;
	min-height: 100%;
}

.post-card::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(120deg, transparent, rgba(243, 223, 181, 0.08), transparent 42%),
		radial-gradient(circle at 100% 0, rgba(243, 67, 214, 0.11), transparent 14rem);
	opacity: 0;
	transition: opacity 180ms ease;
}

.post-card:hover::before {
	opacity: 1;
}

.post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.post-card__meta span {
	display: inline-flex;
	padding: 3px 6px;
	background: rgba(51, 223, 134, 0.12);
	color: var(--laser-green);
}

.singular {
	position: relative;
	z-index: 1;
	padding: 0;
}

.singular-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(72px, 10vw, 132px) 0 clamp(72px, 9vw, 118px);
	background:
		linear-gradient(90deg, rgba(5, 10, 9, 0.96), rgba(5, 10, 9, 0.74) 54%, rgba(5, 10, 9, 0.32)),
		linear-gradient(180deg, rgba(7, 23, 21, 0.15), rgba(7, 23, 21, 0.92)),
		url("../img/stream-room-hero.jpg") center / cover no-repeat;
}

.singular-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
	gap: clamp(28px, 6vw, 76px);
	align-items: end;
}

.singular-header {
	max-width: 900px;
	margin: 0;
}

.singular-header h1 {
	max-width: 11ch;
	color: var(--cream);
	font-size: clamp(48px, 9vw, 118px);
	text-shadow:
		0 9px 0 rgba(109, 138, 86, 0.44),
		0 28px 80px rgba(0, 0, 0, 0.72);
}

.singular-dek {
	max-width: 720px;
	color: rgba(243, 223, 181, 0.88);
	font-size: clamp(20px, 2.2vw, 28px);
	line-height: 1.22;
	text-shadow: 0 12px 36px rgba(0, 0, 0, 0.65);
}

.session-card {
	display: grid;
	gap: 12px;
}

.session-card .live-dot {
	position: absolute;
	top: 20px;
	right: 20px;
}

.session-card dl {
	display: grid;
	gap: 10px;
	margin: 0;
}

.session-card div {
	display: grid;
	gap: 2px;
	padding: 11px;
	border: 1px solid rgba(243, 223, 181, 0.14);
	background: rgba(0, 0, 0, 0.22);
}

.session-card dt {
	color: var(--gold);
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.session-card dd {
	margin: 0;
	color: var(--cream);
	font-weight: 850;
}

.session-card a {
	color: var(--cream);
}

.singular-body {
	position: relative;
	padding: clamp(46px, 7vw, 90px) 0 clamp(70px, 8vw, 120px);
}

.singular-body::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: max(16px, calc((100vw - 1120px) / 2));
	width: 1px;
	content: "";
	background: linear-gradient(180deg, rgba(209, 154, 51, 0.5), transparent 38rem);
}

.featured-media {
	position: relative;
	z-index: 1;
	max-width: 1040px;
	overflow: hidden;
	border-color: rgba(243, 223, 181, 0.24);
	background: rgba(7, 23, 21, 0.72);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

.featured-media::after {
	position: absolute;
	inset: 0;
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.06);
	pointer-events: none;
}

.entry-content {
	position: relative;
	z-index: 1;
	max-width: 820px;
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid rgba(243, 223, 181, 0.16);
	background:
		linear-gradient(180deg, rgba(243, 223, 181, 0.065), rgba(243, 223, 181, 0.028)),
		rgba(7, 23, 21, 0.78);
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(12px);
}

.singular--page .entry-content {
	max-width: 900px;
}

.entry-content > p:first-of-type {
	font-size: 1.12em;
	color: rgba(243, 223, 181, 0.96);
}

.entry-content a {
	color: var(--gold);
	font-weight: 750;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.25em;
}

.entry-content li::marker {
	color: var(--gold);
}

.entry-content hr {
	height: 1px;
	border: 0;
	background: linear-gradient(90deg, transparent, rgba(243, 223, 181, 0.26), transparent);
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	border: 1px solid rgba(243, 223, 181, 0.16);
}

.entry-content th,
.entry-content td {
	padding: 12px;
	border-bottom: 1px solid rgba(243, 223, 181, 0.12);
}

.entry-content th {
	background: rgba(243, 223, 181, 0.1);
	color: var(--gold);
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
}

.entry-content .wp-block-quote,
.entry-content blockquote {
	position: relative;
	overflow: hidden;
	border-left: 0;
	background:
		linear-gradient(90deg, rgba(209, 154, 51, 0.22), transparent),
		rgba(0, 0, 0, 0.24);
}

.entry-content blockquote::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	content: "";
	background: linear-gradient(180deg, var(--chat-pink), var(--gold), var(--laser-green));
}

.wp-block-pullquote {
	padding: 26px;
	border-block: 1px solid rgba(243, 223, 181, 0.22);
	color: var(--cream);
}

.wp-block-code,
.entry-content pre {
	overflow-x: auto;
	padding: 18px;
	border: 1px solid rgba(243, 223, 181, 0.16);
	background: rgba(0, 0, 0, 0.38);
	color: var(--laser-green);
}

.wp-block-separator {
	border-color: rgba(243, 223, 181, 0.22);
}

.entry-footer,
.post-navigation,
.comments-area {
	position: relative;
	z-index: 1;
	max-width: 820px;
}

.tag-list a,
.page-numbers,
.post-navigation a {
	background: rgba(243, 223, 181, 0.06);
	color: var(--cream);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.tag-list a:hover,
.page-numbers:hover,
.post-navigation a:hover {
	border-color: var(--gold);
	color: var(--gold);
}

.comments-area {
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(243, 223, 181, 0.16);
	background:
		linear-gradient(180deg, rgba(243, 223, 181, 0.06), rgba(243, 223, 181, 0.025)),
		rgba(7, 23, 21, 0.78);
}

.comments-area h2,
.comment-reply-title {
	margin-top: 0;
	color: var(--cream);
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 1000;
	line-height: 1;
	text-transform: uppercase;
}

.comment-list {
	display: grid;
	gap: 14px;
	padding: 0;
	list-style: none;
}

.comment-body {
	padding: 16px;
	border: 1px solid rgba(243, 223, 181, 0.14);
	background: rgba(0, 0, 0, 0.2);
}

.comment-meta {
	color: var(--gold);
	font-size: 13px;
	font-weight: 850;
}

.comment-content {
	color: rgba(243, 223, 181, 0.88);
}

input,
textarea,
select {
	border-color: rgba(243, 223, 181, 0.2);
	background:
		linear-gradient(180deg, rgba(243, 223, 181, 0.08), rgba(243, 223, 181, 0.035)),
		rgba(0, 0, 0, 0.24);
	color: var(--cream);
}

input:focus,
textarea:focus,
select:focus {
	outline: 2px solid rgba(209, 154, 51, 0.5);
	outline-offset: 2px;
	border-color: var(--gold);
}

.site-footer {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(5, 10, 9, 0.97), rgba(5, 10, 9, 0.82)),
		url("../img/stream-room-hero.jpg") bottom center / cover no-repeat;
}

.site-footer::before {
	position: absolute;
	inset: 0;
	content: "";
	background:
		radial-gradient(circle at 88% 20%, rgba(243, 67, 214, 0.13), transparent 18rem),
		radial-gradient(circle at 72% 80%, rgba(51, 223, 134, 0.09), transparent 16rem);
	pointer-events: none;
}

.site-footer__inner {
	position: relative;
	z-index: 1;
	min-height: 170px;
}

@media (max-width: 860px) {
	.archive-hero__inner,
	.singular-hero__inner {
		grid-template-columns: 1fr;
	}

	.archive-console,
	.session-card {
		max-width: 540px;
	}

	.singular-body::before {
		display: none;
	}
}

@media (max-width: 560px) {
	body:not(.home) .site-main {
		background-size: 1400px auto;
	}

	.archive-hero,
	.singular-hero {
		min-height: auto;
		padding-top: 54px;
	}

	.archive-hero::after,
	.singular-hero::after {
		height: 48px;
	}

	.search-form {
		grid-template-columns: 1fr;
	}

	.search-submit {
		width: 100%;
	}

	.entry-content {
		padding: 20px;
	}
}

/* Studio-unified pass: commit the whole site to the generated hero image. */
:root {
	--studio-black: #050706;
	--studio-wood: #24140d;
	--studio-rust: #8d3f22;
	--studio-ember: #e06623;
	--studio-amber: #e0a33a;
	--studio-pink: #ff37d6;
	--studio-green: #25f58b;
	--studio-cream: #f1d6a1;
	--studio-muted: rgba(241, 214, 161, 0.72);
	--studio-line: rgba(241, 214, 161, 0.16);
	--studio-glass: rgba(12, 10, 8, 0.72);
	--signal-gradient: linear-gradient(90deg, var(--studio-pink), var(--studio-ember), var(--studio-amber), var(--studio-green));
}

body {
	background:
		linear-gradient(180deg, rgba(5, 7, 6, 0.78), rgba(5, 7, 6, 0.96)),
		url("../img/stream-room-hero.jpg") top center / 1800px auto no-repeat fixed,
		var(--studio-black);
	color: var(--studio-cream);
}

body.single-post {
	background:
		linear-gradient(180deg, rgba(5, 7, 6, 0.9), rgba(5, 7, 6, 0.98)),
		url("../img/stream-room-hero.jpg") top center / 1800px auto no-repeat scroll,
		var(--studio-black);
}

body::before {
	background-image:
		linear-gradient(rgba(224, 163, 58, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 55, 214, 0.025) 1px, transparent 1px);
	background-size: 34px 34px, 34px 34px;
	mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.site-header,
.site-footer,
.community-ticker,
.community-band,
.showrunner,
.room-grid,
.latest-dispatches,
.post-feed,
.connect-strip,
.singular-body {
	background-color: transparent;
}

.site-header {
	border-bottom-color: rgba(224, 163, 58, 0.18);
	background:
		linear-gradient(90deg, rgba(5, 7, 6, 0.94), rgba(17, 10, 7, 0.8)),
		rgba(5, 7, 6, 0.92);
}

.brand__mark {
	border-color: rgba(224, 163, 58, 0.74);
	background:
		linear-gradient(90deg, transparent 48%, rgba(224, 163, 58, 0.42) 48% 52%, transparent 52%),
		radial-gradient(circle at 70% 20%, rgba(255, 55, 214, 0.25), transparent 42%),
		linear-gradient(145deg, #17100b, #382013);
	color: var(--studio-cream);
	text-shadow:
		0 0 12px rgba(255, 55, 214, 0.36),
		0 1px 0 rgba(0, 0, 0, 0.42);
	box-shadow:
		inset 0 -8px 0 rgba(37, 245, 139, 0.25),
		0 0 28px rgba(224, 96, 35, 0.18);
}

.primary-nav a,
.footer-links a {
	color: var(--studio-cream);
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a {
	background: rgba(224, 96, 35, 0.12);
	color: var(--studio-amber);
}

.primary-nav a::after,
.community-band::before,
.archive-console::before,
.session-card::before,
.stream-frame::after {
	background: var(--signal-gradient);
}

.home-hero {
	border-bottom: 0;
	background:
		linear-gradient(90deg, rgba(5, 7, 6, 0.96) 0%, rgba(5, 7, 6, 0.78) 45%, rgba(5, 7, 6, 0.28) 100%),
		linear-gradient(180deg, rgba(5, 7, 6, 0.2), rgba(5, 7, 6, 0.94)),
		url("../img/stream-room-hero.jpg") center / cover no-repeat;
}

.home-hero::after,
.archive-hero::after,
.singular-hero::after {
	display: none;
}

.home-hero__texture {
	background:
		radial-gradient(circle at 82% 31%, rgba(255, 55, 214, 0.22), transparent 18rem),
		radial-gradient(circle at 84% 68%, rgba(37, 245, 139, 0.14), transparent 18rem),
		linear-gradient(115deg, transparent 0 44%, rgba(224, 96, 35, 0.09) 44.2% 44.5%, transparent 44.8%);
}

.hero-copy::before,
.latest-dispatches::before {
	background: linear-gradient(90deg, transparent, rgba(224, 163, 58, 0.46), rgba(255, 55, 214, 0.3), transparent);
}

.hero-copy h1,
.archive-hero h1,
.singular-header h1 {
	color: var(--studio-cream);
	text-shadow:
		0 9px 0 rgba(224, 96, 35, 0.34),
		0 20px 64px rgba(0, 0, 0, 0.78);
}

.hero-tagline,
.singular-dek,
.archive-description,
.room-tile p,
.post-card__body > p:last-child,
.showrunner p:not(.eyebrow),
.entry-content,
.site-footer p {
	color: var(--studio-muted);
}

.eyebrow,
.post-card__meta,
.footer-kicker,
.session-card dt,
.archive-console > span,
.session-card > p,
.signal-list span {
	color: var(--studio-amber);
}

.hero-stats span,
.stream-frame,
.signal-list,
.signal-list li,
.song-war-board,
.room-tile,
.post-card,
.archive-console,
.session-card,
.entry-content,
.comments-area,
.empty-dispatch {
	border-color: var(--studio-line);
	background:
		linear-gradient(155deg, rgba(255, 55, 214, 0.06), transparent 35%),
		linear-gradient(180deg, rgba(241, 214, 161, 0.08), rgba(241, 214, 161, 0.025)),
		var(--studio-glass);
	box-shadow:
		0 24px 80px rgba(0, 0, 0, 0.36),
		inset 0 1px 0 rgba(255, 255, 255, 0.045);
	backdrop-filter: blur(16px);
}

.stream-frame {
	background:
		radial-gradient(circle at 82% 28%, rgba(255, 55, 214, 0.12), transparent 15rem),
		radial-gradient(circle at 86% 72%, rgba(37, 245, 139, 0.11), transparent 16rem),
		linear-gradient(180deg, rgba(24, 15, 10, 0.86), rgba(5, 7, 6, 0.76));
}

.stream-frame__screen {
	background:
		linear-gradient(rgba(224, 163, 58, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 55, 214, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 65% 30%, rgba(255, 55, 214, 0.14), transparent 12rem),
		rgba(0, 0, 0, 0.18);
	background-size: 18px 18px, 18px 18px, auto, auto;
}

.equalizer span {
	background: linear-gradient(180deg, var(--studio-green), var(--studio-amber), var(--studio-pink));
}

.support-pod__copy,
.vod-pod__copy,
.support-pod__widget,
.vod-pod__empty,
.vod-pod__player {
	border-color: var(--studio-line);
	background:
		linear-gradient(155deg, rgba(255, 55, 214, 0.07), transparent 42%),
		rgba(5, 7, 6, 0.5);
}

.support-pod__kicker {
	color: var(--studio-amber);
}

.support-pod h2,
.vod-pod h2 {
	color: var(--studio-cream);
	text-shadow: 0 12px 38px rgba(0, 0, 0, 0.56);
}

.support-pod__meta span {
	border-color: rgba(224, 163, 58, 0.16);
	color: var(--studio-muted);
}

.support-meter span {
	background: var(--signal-gradient);
}

.vod-pod__empty span,
.vod-pod__link {
	color: var(--studio-amber);
}

.stream-frame.is-live .support-pod__widget {
	box-shadow:
		0 0 0 1px rgba(37, 245, 139, 0.12),
		0 20px 54px rgba(37, 245, 139, 0.08),
		0 18px 48px rgba(0, 0, 0, 0.3);
}

.live-dot {
	background: var(--studio-green);
	box-shadow: 0 0 20px var(--studio-green);
}

.community-ticker {
	border-block-color: rgba(224, 163, 58, 0.2);
	background:
		linear-gradient(90deg, rgba(5, 7, 6, 0.96), rgba(35, 17, 11, 0.92), rgba(5, 7, 6, 0.96));
	box-shadow:
		0 -1px 0 rgba(255, 55, 214, 0.22) inset,
		0 1px 0 rgba(37, 245, 139, 0.14) inset;
}

.community-ticker span {
	color: var(--studio-cream);
}

.community-ticker span::before {
	background: var(--studio-amber);
	box-shadow:
		0 0 14px var(--studio-amber),
		0 0 28px rgba(255, 55, 214, 0.28);
}

.community-band {
	position: relative;
	overflow: hidden;
	padding: clamp(76px, 9vw, 120px) 0;
	border-block: 1px solid rgba(224, 163, 58, 0.16);
	background:
		linear-gradient(90deg, rgba(5, 7, 6, 0.94), rgba(24, 13, 9, 0.82)),
		url("../img/stream-room-hero.jpg") center 42% / cover no-repeat;
	color: var(--studio-cream);
}

.community-band::after {
	position: absolute;
	inset: 0;
	content: "";
	background:
		radial-gradient(circle at 12% 20%, rgba(224, 96, 35, 0.24), transparent 18rem),
		radial-gradient(circle at 86% 65%, rgba(37, 245, 139, 0.1), transparent 18rem);
	pointer-events: none;
}

.community-band__inner,
.connect-strip__inner,
.site-footer__inner {
	position: relative;
	z-index: 1;
}

.community-band h2,
.connect-strip h2,
.section-heading h2,
.room-tile h2,
.showrunner h2 {
	color: var(--studio-cream);
	text-shadow: 0 16px 52px rgba(0, 0, 0, 0.58);
}

.community-band p,
.connect-strip p {
	color: var(--studio-muted);
}

.showrunner {
	position: relative;
	padding-block: clamp(72px, 9vw, 122px);
}

.showrunner::before,
.room-grid::before,
.latest-dispatches::before {
	position: absolute;
	right: 0;
	left: 0;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(224, 163, 58, 0.22), rgba(255, 55, 214, 0.18), transparent);
}

.showrunner::before {
	top: 0;
}

.room-grid {
	position: relative;
	padding-block: clamp(72px, 8vw, 116px);
}

.room-grid::before {
	top: 0;
}

.room-tile {
	background:
		radial-gradient(circle at 100% 0, rgba(255, 55, 214, 0.11), transparent 14rem),
		linear-gradient(155deg, rgba(224, 96, 35, 0.16), transparent 44%),
		linear-gradient(180deg, rgba(26, 16, 10, 0.9), rgba(5, 7, 6, 0.84));
}

.room-tile--wide {
	background:
		radial-gradient(circle at 86% 12%, rgba(37, 245, 139, 0.12), transparent 16rem),
		linear-gradient(125deg, rgba(224, 96, 35, 0.24), transparent 48%),
		linear-gradient(180deg, rgba(31, 16, 9, 0.94), rgba(5, 7, 6, 0.86));
}

.tile-icon {
	border-color: rgba(224, 163, 58, 0.28);
	background:
		linear-gradient(145deg, rgba(224, 96, 35, 0.22), rgba(255, 55, 214, 0.1)),
		rgba(5, 7, 6, 0.56);
}

.song-war-board li,
.session-card div,
.comment-body {
	border-color: rgba(224, 163, 58, 0.16);
	background: rgba(5, 7, 6, 0.34);
}

.song-war-board li span {
	color: var(--studio-pink);
}

.song-war-board li::before,
.song-war-board__head strong {
	color: var(--studio-amber);
}

.latest-dispatches {
	padding-block: clamp(72px, 8vw, 118px);
	background:
		linear-gradient(180deg, rgba(5, 7, 6, 0.1), rgba(5, 7, 6, 0.3));
}

.post-card__media {
	background:
		radial-gradient(circle at 50% 42%, rgba(224, 96, 35, 0.75), transparent 35%),
		radial-gradient(circle at 72% 68%, rgba(255, 55, 214, 0.24), transparent 24%),
		linear-gradient(135deg, #160d09, #3a2011 55%, #09130f);
	color: var(--studio-cream);
}

.post-card__media::after {
	background:
		linear-gradient(rgba(224, 163, 58, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(37, 245, 139, 0.045) 1px, transparent 1px);
	background-size: 18px 18px;
	mix-blend-mode: screen;
}

.post-card__meta span {
	background: rgba(37, 245, 139, 0.11);
	color: var(--studio-green);
}

.connect-strip {
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(224, 163, 58, 0.16);
	background:
		linear-gradient(90deg, rgba(5, 7, 6, 0.96), rgba(30, 14, 9, 0.78)),
		url("../img/stream-room-hero.jpg") center 68% / cover no-repeat;
	color: var(--studio-cream);
}

.connect-strip::before {
	position: absolute;
	inset: 0;
	content: "";
	background:
		radial-gradient(circle at 20% 35%, rgba(224, 96, 35, 0.22), transparent 18rem),
		radial-gradient(circle at 88% 75%, rgba(255, 55, 214, 0.14), transparent 16rem);
	pointer-events: none;
}

.connect-strip__inner::after {
	background:
		linear-gradient(180deg, transparent 0 46%, rgba(224, 163, 58, 0.2) 46% 48%, transparent 48%),
		repeating-linear-gradient(90deg, rgba(37, 245, 139, 0.6) 0 8px, transparent 8px 30px);
	opacity: 0.18;
}

.connect-links a,
.button,
.wp-block-button__link,
input[type="submit"],
button[type="submit"] {
	border-color: rgba(224, 163, 58, 0.34);
	background:
		linear-gradient(145deg, rgba(224, 96, 35, 0.2), rgba(255, 55, 214, 0.09)),
		rgba(5, 7, 6, 0.58);
	color: var(--studio-cream);
	box-shadow: none;
}

.button--primary,
.wp-block-button__link,
input[type="submit"],
button[type="submit"] {
	border-color: rgba(224, 163, 58, 0.7);
	background: linear-gradient(90deg, var(--studio-pink), var(--studio-ember), var(--studio-amber));
	color: #050706;
	box-shadow: 0 0 32px rgba(224, 96, 35, 0.24);
}

.button:hover,
.connect-links a:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
	color: #050706;
	background: linear-gradient(90deg, var(--studio-amber), var(--studio-green));
}

body:not(.home) .site-main,
.archive-hero,
.singular-hero,
.site-footer {
	background:
		linear-gradient(90deg, rgba(5, 7, 6, 0.96), rgba(5, 7, 6, 0.74) 54%, rgba(5, 7, 6, 0.3)),
		linear-gradient(180deg, rgba(5, 7, 6, 0.12), rgba(5, 7, 6, 0.94)),
		url("../img/stream-room-hero.jpg") center / cover no-repeat;
}

body:not(.home) .site-main {
	background-attachment: fixed, fixed, fixed;
}

.single-post,
.single-post .site-main {
	background-attachment: scroll;
}

.single-post .site-main {
	background-color: var(--studio-black);
}

.archive-hero,
.singular-hero {
	border-bottom: 1px solid rgba(224, 163, 58, 0.16);
}

.entry-content {
	border-color: rgba(224, 163, 58, 0.18);
	background:
		radial-gradient(circle at 100% 0, rgba(255, 55, 214, 0.08), transparent 15rem),
		linear-gradient(180deg, rgba(241, 214, 161, 0.07), rgba(241, 214, 161, 0.025)),
		rgba(8, 7, 6, 0.76);
	color: rgba(241, 214, 161, 0.84);
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.comments-area h2,
.comment-reply-title {
	color: var(--studio-cream);
}

.entry-content a {
	color: var(--studio-amber);
}

.entry-content a:hover {
	color: var(--studio-green);
}

.entry-content blockquote,
.entry-content .wp-block-quote,
.wp-block-pullquote,
.wp-block-code,
.entry-content pre {
	border-color: rgba(224, 163, 58, 0.18);
	background:
		linear-gradient(90deg, rgba(224, 96, 35, 0.16), transparent),
		rgba(5, 7, 6, 0.36);
}

input,
textarea,
select {
	border-color: rgba(224, 163, 58, 0.22);
	background:
		linear-gradient(180deg, rgba(241, 214, 161, 0.07), rgba(241, 214, 161, 0.025)),
		rgba(5, 7, 6, 0.5);
	color: var(--studio-cream);
}

input:focus,
textarea:focus,
select:focus {
	outline-color: rgba(255, 55, 214, 0.42);
	border-color: var(--studio-amber);
}

.site-footer {
	border-top-color: rgba(224, 163, 58, 0.18);
}

.site-footer::before {
	background:
		radial-gradient(circle at 88% 20%, rgba(255, 55, 214, 0.16), transparent 18rem),
		radial-gradient(circle at 72% 80%, rgba(37, 245, 139, 0.12), transparent 16rem),
		linear-gradient(0deg, rgba(5, 7, 6, 0.86), rgba(5, 7, 6, 0.52));
}

@media (max-width: 860px) {
	body,
	body:not(.home) .site-main {
		background-attachment: scroll;
	}

	.community-band,
	.connect-strip,
	.archive-hero,
	.singular-hero {
		background-position: 62% center;
	}
}

/* Homepage production pass: cleaner nav, editable Gutenberg canvas, stronger footer. */
.site-header {
	padding: 10px 0;
}

.site-header__inner {
	min-height: 58px;
	padding: 6px 8px 6px 10px;
	border: 1px solid rgba(224, 163, 58, 0.16);
	background:
		linear-gradient(120deg, rgba(241, 214, 161, 0.055), rgba(255, 55, 214, 0.035), rgba(37, 245, 139, 0.025)),
		rgba(5, 7, 6, 0.66);
	box-shadow:
		0 20px 70px rgba(0, 0, 0, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.055);
	backdrop-filter: blur(20px);
}

.brand {
	flex: 0 0 auto;
	gap: 10px;
	padding-right: 10px;
}

.brand__logo img,
.brand__mark {
	width: 40px;
	height: 40px;
}

.brand__name {
	font-size: 14px;
	letter-spacing: 0;
}

.brand__tagline {
	max-width: 22ch;
	color: rgba(241, 214, 161, 0.56);
}

.primary-nav {
	display: flex;
	justify-content: center;
	flex: 1 1 auto;
	min-width: 0;
}

.primary-nav .menu {
	gap: 3px;
	padding: 4px;
	border: 1px solid rgba(241, 214, 161, 0.1);
	background: rgba(0, 0, 0, 0.18);
}

.primary-nav a {
	min-height: 34px;
	padding: 8px 11px;
	border: 1px solid transparent;
	color: rgba(241, 214, 161, 0.78);
	font-size: 11px;
	letter-spacing: 0;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a {
	border-color: rgba(224, 163, 58, 0.22);
	background:
		linear-gradient(90deg, rgba(255, 55, 214, 0.1), rgba(224, 96, 35, 0.12), rgba(37, 245, 139, 0.08)),
		rgba(241, 214, 161, 0.045);
	color: var(--studio-cream);
}

.primary-nav a::after {
	right: 10px;
	bottom: 4px;
	left: 10px;
}

.header-live-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex: 0 0 auto;
	min-height: 40px;
	padding: 10px 13px;
	border: 1px solid rgba(224, 163, 58, 0.36);
	background:
		linear-gradient(90deg, rgba(255, 55, 214, 0.18), rgba(224, 96, 35, 0.18), rgba(37, 245, 139, 0.1)),
		rgba(5, 7, 6, 0.46);
	color: var(--studio-cream);
	font-size: 11px;
	font-weight: 950;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.header-live-link:hover {
	border-color: rgba(37, 245, 139, 0.54);
	color: var(--studio-green);
}

.header-live-link .live-dot {
	width: 8px;
	height: 8px;
}

.home-hero {
	min-height: calc(100svh - 90px);
	padding: clamp(58px, 8vw, 108px) 0 clamp(44px, 6vw, 68px);
}

.home-hero__inner {
	gap: clamp(24px, 5vw, 58px);
}

.hero-copy h1 {
	font-size: clamp(58px, 10.5vw, 142px);
}

.hero-tagline {
	max-width: 660px;
	margin-top: 22px;
	font-size: clamp(19px, 2.15vw, 27px);
}

.hero-actions,
.hero-stats {
	margin-top: 24px;
}

.hero-stats span {
	min-height: 64px;
	padding: 11px;
}

.hero-stats strong {
	font-size: 21px;
}

.stream-frame__screen {
	min-height: 190px;
}

.stream-frame__screen p {
	margin-top: 18px;
	font-size: 24px;
}

.homepage-canvas {
	position: relative;
	z-index: 1;
	padding: 0;
	background:
		linear-gradient(180deg, rgba(5, 7, 6, 0.72), rgba(5, 7, 6, 0.92)),
		url("../img/stream-room-hero.jpg") top center / 1800px auto no-repeat fixed;
}

.homepage-canvas::before {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background:
		radial-gradient(circle at 12% 22%, rgba(224, 96, 35, 0.18), transparent 20rem),
		radial-gradient(circle at 88% 38%, rgba(255, 55, 214, 0.12), transparent 22rem),
		radial-gradient(circle at 78% 82%, rgba(37, 245, 139, 0.08), transparent 20rem);
}

.homepage-blocks {
	position: relative;
	z-index: 1;
}

.homepage-blocks > * {
	margin-block-start: 0;
}

.homepage-blocks > * + * {
	margin-block-start: 0;
}

.homepage-blocks .alignfull,
.bbv2-studio-section {
	padding-block: clamp(66px, 8vw, 118px);
}

.homepage-blocks .alignwide,
.bbv2-studio-columns {
	width: var(--wrap);
	max-width: var(--wrap);
	margin-inline: auto;
}

.homepage-blocks h2,
.bbv2-studio-section h2 {
	max-width: 11ch;
	margin: 0;
	color: var(--studio-cream);
	font-size: clamp(38px, 7vw, 86px);
	font-weight: 1000;
	line-height: 0.9;
	text-transform: uppercase;
	text-shadow: 0 18px 58px rgba(0, 0, 0, 0.58);
}

.homepage-blocks p:not(.eyebrow),
.bbv2-studio-section p:not(.eyebrow),
.bbv2-studio-section li {
	color: var(--studio-muted);
	font-size: 19px;
	font-weight: 650;
}

.bbv2-studio-section {
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(224, 163, 58, 0.16);
	background:
		linear-gradient(90deg, rgba(5, 7, 6, 0.86), rgba(26, 14, 9, 0.58)),
		radial-gradient(circle at 85% 26%, rgba(255, 55, 214, 0.12), transparent 18rem);
}

.bbv2-studio-section::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	content: "";
	background: var(--signal-gradient);
}

.bbv2-studio-columns {
	gap: clamp(24px, 5vw, 72px);
	align-items: center !important;
}

.bbv2-signal-card {
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid rgba(224, 163, 58, 0.18);
	background:
		linear-gradient(155deg, rgba(255, 55, 214, 0.07), transparent 38%),
		linear-gradient(180deg, rgba(241, 214, 161, 0.08), rgba(241, 214, 161, 0.025)),
		rgba(5, 7, 6, 0.68);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
	backdrop-filter: blur(16px);
}

.bbv2-signal-card ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bbv2-signal-card li {
	padding: 12px;
	border: 1px solid rgba(224, 163, 58, 0.14);
	background: rgba(0, 0, 0, 0.2);
}

.homepage-empty {
	position: relative;
	z-index: 1;
	padding-block: clamp(62px, 8vw, 110px);
}

.homepage-empty h2 {
	max-width: 12ch;
	margin: 0;
	color: var(--studio-cream);
	font-size: clamp(38px, 7vw, 82px);
	font-weight: 1000;
	line-height: 0.9;
	text-transform: uppercase;
}

.homepage-empty p:not(.eyebrow) {
	max-width: 680px;
	color: var(--studio-muted);
	font-size: 19px;
}

.site-footer {
	padding-top: clamp(52px, 7vw, 92px);
}

.site-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
	align-items: start;
	gap: clamp(28px, 6vw, 92px);
	min-height: auto;
	padding: 0 0 34px;
}

.footer-brand h2 {
	max-width: 8ch;
	margin: 0 0 12px;
	color: var(--studio-cream);
	font-size: clamp(42px, 7vw, 86px);
	font-weight: 1000;
	line-height: 0.86;
	text-transform: uppercase;
	text-shadow: 0 16px 54px rgba(0, 0, 0, 0.62);
}

.footer-brand p:last-child {
	max-width: 520px;
	color: var(--studio-muted);
	font-size: 18px;
	font-weight: 650;
}

.footer-signal {
	position: relative;
	padding: 18px;
	border: 1px solid rgba(224, 163, 58, 0.18);
	background:
		linear-gradient(155deg, rgba(255, 55, 214, 0.08), transparent 42%),
		rgba(5, 7, 6, 0.48);
	backdrop-filter: blur(14px);
}

.footer-signal .live-dot {
	position: absolute;
	top: 18px;
	right: 18px;
}

.footer-signal p {
	margin: 0 0 14px;
	color: var(--studio-amber);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.footer-platforms {
	display: grid;
	gap: 8px;
}

.footer-platforms a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid rgba(241, 214, 161, 0.12);
	background: rgba(0, 0, 0, 0.22);
	color: var(--studio-cream);
	font-size: 12px;
	font-weight: 950;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-platforms__icon {
	position: relative;
	display: inline-block;
	flex: 0 0 22px;
	width: 22px;
	height: 14px;
	color: var(--studio-green);
}

.footer-platforms__icon::before,
.footer-platforms__icon::after {
	position: absolute;
	content: "";
}

.footer-platforms__icon::before {
	top: 6px;
	right: 3px;
	left: 1px;
	height: 2px;
	background: currentcolor;
}

.footer-platforms__icon::after {
	top: 3px;
	right: 3px;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentcolor;
	border-right: 2px solid currentcolor;
	transform: rotate(45deg);
}

.footer-platforms a:hover {
	border-color: rgba(37, 245, 139, 0.35);
	color: var(--studio-green);
}

.footer-links .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px 16px;
}

.footer-links a {
	min-height: 34px;
	padding: 6px 0;
	color: rgba(241, 214, 161, 0.66);
	font-size: 12px;
}

.footer-links {
	grid-column: 1 / -1;
	justify-self: end;
}

.site-footer__bottom {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0 26px;
	border-top: 1px solid rgba(224, 163, 58, 0.16);
	color: rgba(241, 214, 161, 0.54);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

@media (max-width: 960px) {
	.site-header__inner {
		gap: 10px;
	}

	.brand__tagline {
		display: none;
	}

	.header-live-link {
		display: none;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.footer-links {
		justify-self: start;
	}

	.footer-links .menu {
		justify-content: flex-start;
	}
}

@media (max-width: 860px) {
	.site-header {
		padding: 0;
	}

	.site-header__inner {
		width: 100%;
		border-width: 0 0 1px;
	}

	.primary-nav {
		position: absolute;
		top: 68px;
		right: 16px;
		left: 16px;
		display: none;
		border: 1px solid rgba(224, 163, 58, 0.18);
		background:
			linear-gradient(180deg, rgba(31, 16, 9, 0.98), rgba(5, 7, 6, 0.98));
		box-shadow: var(--shadow);
	}

	.primary-nav.is-open {
		display: block;
	}

	.primary-nav .menu {
		display: grid;
		border: 0;
		background: transparent;
	}

	.primary-nav a {
		width: 100%;
		min-height: 44px;
		font-size: 13px;
	}

	.homepage-canvas {
		background-attachment: scroll;
	}

	.bbv2-studio-columns {
		display: grid !important;
	}
}

@media (max-width: 560px) {
	.home-hero {
		min-height: auto;
		padding-bottom: 36px;
	}

	.hero-actions .button {
		width: 100%;
	}

	.site-footer__bottom {
		display: grid;
	}
}

/* First-screen composition: header + hero + marquee should land together. */
.home .site-header {
	position: relative;
}

.home-hero {
	display: grid;
	align-items: center;
	min-height: 0;
	height: calc(100svh - 136px);
	padding-top: clamp(28px, 4.2vw, 58px);
	padding-bottom: clamp(24px, 3.6vw, 48px);
}

.admin-bar .home-hero {
	height: calc(100svh - 168px);
}

.home-hero__inner {
	align-items: center;
}

.hero-copy::before {
	top: -18px;
}

.hero-copy h1 {
	font-size: clamp(52px, 9.2vw, 126px);
}

.hero-tagline {
	max-width: 620px;
	margin-top: 18px;
	font-size: clamp(18px, 1.95vw, 25px);
	line-height: 1.18;
}

.hero-actions,
.hero-stats {
	margin-top: 20px;
}

.button,
.connect-links a,
.wp-block-button__link,
input[type="submit"],
button[type="submit"] {
	min-height: 42px;
	padding: 10px 16px;
}

.hero-stats {
	max-width: 590px;
}

.hero-stats span {
	min-height: 58px;
}

.stream-frame {
	transform: rotateY(-3deg) rotateX(1deg);
}

.stream-frame__screen {
	min-height: 166px;
	padding: 18px 20px;
}

.stream-frame__screen p {
	max-width: 19ch;
	margin-top: 14px;
	font-size: clamp(20px, 2vw, 26px);
}

.equalizer {
	height: 40px;
}

.equalizer span {
	width: 11px;
}

@keyframes equalize {
	from {
		height: 14px;
	}
	to {
		height: 40px;
	}
}

.signal-list {
	gap: 8px;
	padding: 10px;
}

.signal-list li {
	padding: 10px 12px;
}

.community-ticker span {
	min-height: 44px;
}

.community-ticker__track {
	gap: 0;
	padding-left: max(28px, calc((100vw - 1120px) / 2));
	padding-right: max(28px, calc((100vw - 1120px) / 2));
}

.community-ticker span {
	flex: 0 0 auto;
	padding-inline: clamp(22px, 3vw, 44px);
	white-space: nowrap;
}

.community-ticker span:first-child {
	padding-left: clamp(28px, 4vw, 56px);
}

.community-ticker span::before {
	flex: 0 0 auto;
}

.community-ticker span {
	gap: 12px;
	padding-inline: clamp(18px, 2.4vw, 34px);
}

.community-ticker span::before {
	width: auto;
	height: auto;
	margin: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	color: var(--studio-amber);
	font-size: 16px;
	line-height: 1;
	content: "|";
	text-shadow:
		0 0 14px var(--studio-amber),
		0 0 28px rgba(255, 55, 214, 0.28);
}

.community-ticker span {
	gap: clamp(12px, 1.2vw, 16px);
	padding-inline: clamp(16px, 2vw, 26px);
}

.community-ticker {
	--ticker-gap: clamp(16px, 1.8vw, 26px);

	border-block: 0;
	box-sizing: border-box;
	padding-inline: var(--ticker-gap);
	background:
		linear-gradient(90deg, rgba(5, 7, 6, 0.98), rgba(35, 17, 11, 0.9), rgba(5, 7, 6, 0.98));
	box-shadow: none;
}

.community-ticker::before,
.community-ticker::after {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 2;
	height: 2px;
	content: "";
	background: var(--signal-gradient);
	background-size: 220% 100%;
	animation: tickerBorderFlow 7s linear infinite;
	pointer-events: none;
}

.community-ticker::before {
	top: 0;
}

.community-ticker::after {
	bottom: 0;
	animation-direction: reverse;
}

.community-ticker__track {
	gap: var(--ticker-gap);
	padding-inline: 0;
	will-change: transform;
}

.community-ticker span,
.community-ticker span:first-child {
	display: inline-flex;
	align-items: center;
	gap: var(--ticker-gap);
	min-height: 46px;
	padding-inline: 0;
	white-space: nowrap;
}

.community-ticker span::before {
	content: none;
}

.community-ticker span::after {
	flex: 0 0 auto;
	color: var(--studio-amber);
	font-size: 16px;
	line-height: 1;
	content: "|";
	text-shadow:
		0 0 14px var(--studio-amber),
		0 0 28px rgba(255, 55, 214, 0.28);
	transform: translateY(-0.03em);
}

@keyframes tickerBorderFlow {
	from {
		background-position: 0% 50%;
	}
	to {
		background-position: 220% 50%;
	}
}

@media (min-width: 1200px) and (max-height: 900px) {
	.site-header {
		padding: 6px 0;
	}

	.site-header__inner {
		min-height: 52px;
	}

	.home-hero {
		height: calc(100svh - 116px);
		padding-block: 22px;
	}

	.admin-bar .home-hero {
		height: calc(100svh - 148px);
	}

	.hero-copy h1 {
		font-size: clamp(50px, 8.4vw, 112px);
	}

	.hero-tagline {
		font-size: clamp(17px, 1.75vw, 23px);
	}

	.stream-frame__screen {
		min-height: 150px;
	}

	.stream-frame__screen p {
		font-size: 22px;
	}

	.signal-list li {
		padding: 8px 10px;
	}
}

@media (max-width: 860px) {
	.home-hero {
		height: auto;
		min-height: calc(100svh - 116px);
	}

	.admin-bar .home-hero {
		height: auto;
		min-height: calc(100svh - 148px);
	}
}

/* Live status and conditional stream embed. */
.is-offline .live-dot,
.header-live-link.is-offline .live-dot,
.stream-frame.is-offline .live-dot {
	background: rgba(241, 214, 161, 0.46);
	box-shadow: none;
}

.header-live-link.is-offline {
	border-color: rgba(241, 214, 161, 0.18);
	color: rgba(241, 214, 161, 0.7);
}

.header-live-link.is-live,
.stream-frame.is-live {
	border-color: rgba(37, 245, 139, 0.3);
}

.live-embed {
	position: relative;
	z-index: 3;
	padding: clamp(18px, 3vw, 34px) 0;
	border-bottom: 1px solid rgba(224, 163, 58, 0.18);
	background:
		linear-gradient(90deg, rgba(5, 7, 6, 0.96), rgba(22, 12, 8, 0.86)),
		url("../img/stream-room-hero.jpg") center 34% / cover no-repeat;
}

.live-embed::before {
	position: absolute;
	inset: 0;
	content: "";
	background:
		radial-gradient(circle at 18% 20%, rgba(255, 55, 214, 0.14), transparent 18rem),
		radial-gradient(circle at 82% 70%, rgba(37, 245, 139, 0.1), transparent 18rem);
	pointer-events: none;
}

.live-embed__inner {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 12px;
}

.live-embed__meta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	justify-self: start;
	padding: 9px 12px;
	border: 1px solid rgba(224, 163, 58, 0.2);
	background: rgba(5, 7, 6, 0.64);
	color: var(--studio-cream);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
	backdrop-filter: blur(14px);
}

.live-embed__meta strong {
	color: var(--studio-green);
}

.live-embed__frame {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border: 1px solid rgba(224, 163, 58, 0.2);
	background: #000;
	box-shadow:
		0 28px 90px rgba(0, 0, 0, 0.42),
		0 0 0 1px rgba(255, 55, 214, 0.08);
}

.live-embed__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.live-embed + .home-hero {
	height: auto;
	min-height: calc(100svh - 136px);
}

/* Distinct Gutenberg sections: keep the hero image special, make content blocks feel native. */
.homepage-canvas {
	background:
		linear-gradient(180deg, rgba(5, 7, 6, 0.98), rgba(14, 8, 6, 0.96) 34%, rgba(5, 10, 8, 0.98)),
		radial-gradient(circle at 14% 20%, rgba(224, 96, 35, 0.18), transparent 24rem),
		radial-gradient(circle at 88% 42%, rgba(255, 55, 214, 0.12), transparent 22rem),
		radial-gradient(circle at 72% 82%, rgba(37, 245, 139, 0.08), transparent 22rem);
}

.homepage-canvas::before {
	background:
		linear-gradient(rgba(224, 163, 58, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 55, 214, 0.025) 1px, transparent 1px),
		radial-gradient(circle at 12% 22%, rgba(224, 96, 35, 0.14), transparent 20rem),
		radial-gradient(circle at 88% 38%, rgba(255, 55, 214, 0.1), transparent 22rem);
	background-size: 42px 42px, 42px 42px, auto, auto;
}

.homepage-blocks > * {
	position: relative;
	z-index: 1;
}

.homepage-blocks > :where(.wp-block-group, .wp-block-cover, .wp-block-columns, .wp-block-latest-posts, .wp-block-query, .wp-block-media-text, .wp-block-buttons, p, h1, h2, h3, h4, ul, ol):not(.alignfull):not(.alignwide) {
	width: min(1120px, calc(100vw - 32px));
	margin-inline: auto;
}

.homepage-blocks > :where(p, h1, h2, h3, h4, ul, ol):not(.wp-block-latest-posts) {
	padding-block: 18px;
}

.homepage-blocks > .alignfull,
.homepage-blocks > .wp-block-latest-posts,
.homepage-blocks > .wp-block-query {
	width: 100%;
	border-top: 1px solid rgba(224, 163, 58, 0.16);
	border-bottom: 1px solid rgba(255, 55, 214, 0.12);
}

.homepage-blocks > :nth-child(4n + 1) {
	background:
		linear-gradient(90deg, rgba(5, 7, 6, 0.64), rgba(32, 16, 9, 0.42)),
		radial-gradient(circle at 86% 24%, rgba(255, 55, 214, 0.1), transparent 18rem);
}

.homepage-blocks > :nth-child(4n + 2) {
	background:
		linear-gradient(90deg, rgba(8, 17, 13, 0.72), rgba(5, 7, 6, 0.52)),
		radial-gradient(circle at 12% 72%, rgba(37, 245, 139, 0.08), transparent 18rem);
}

.homepage-blocks > :nth-child(4n + 3) {
	background:
		linear-gradient(90deg, rgba(24, 12, 7, 0.72), rgba(5, 7, 6, 0.55)),
		radial-gradient(circle at 82% 30%, rgba(224, 96, 35, 0.14), transparent 20rem);
}

.homepage-blocks :where(h1, h2, h3, h4) {
	color: var(--studio-cream);
	font-weight: 1000;
	line-height: 0.96;
	text-transform: uppercase;
}

.homepage-blocks h2 {
	font-size: clamp(36px, 6vw, 76px);
}

.homepage-blocks :where(p, li) {
	color: var(--studio-muted);
}

.homepage-blocks a {
	color: var(--studio-amber);
	font-weight: 850;
}

.homepage-blocks a:hover {
	color: var(--studio-green);
}

.homepage-blocks .wp-block-latest-posts,
.homepage-blocks .wp-block-query {
	display: grid;
	gap: clamp(20px, 2vw, 28px);
	padding: clamp(48px, 6vw, 78px) max(16px, calc((100vw - 1120px) / 2)) clamp(54px, 7vw, 96px);
	list-style: none;
	position: relative;
	margin: 0;
	border-top: 1px solid rgba(224, 163, 58, 0.26);
	border-bottom: 1px solid rgba(255, 55, 214, 0.2);
	background:
		linear-gradient(rgba(244, 193, 104, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(37, 245, 139, 0.05) 1px, transparent 1px),
		radial-gradient(circle at 18% 20%, rgba(224, 96, 35, 0.52), transparent 28rem),
		radial-gradient(circle at 78% 26%, rgba(255, 55, 214, 0.48), transparent 30rem),
		radial-gradient(circle at 58% 86%, rgba(37, 245, 139, 0.28), transparent 26rem),
		linear-gradient(90deg, rgba(43, 16, 8, 0.9), rgba(55, 18, 34, 0.88), rgba(9, 38, 27, 0.88));
	background-size:
		72px 72px,
		72px 72px,
		auto,
		auto,
		auto,
		auto;
	box-shadow:
		inset 0 1px 0 rgba(255, 55, 214, 0.12),
		inset 0 -1px 0 rgba(37, 245, 139, 0.1);
}

.homepage-blocks .wp-block-latest-posts {
	grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr));
}

.homepage-blocks .wp-block-latest-posts.is-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr));
	align-items: stretch;
}

.homepage-blocks .wp-block-latest-posts::before {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	grid-column: 1 / -1;
	width: fit-content;
	margin-bottom: clamp(6px, 1vw, 12px);
	padding: 10px 14px 9px;
	border: 1px solid rgba(224, 163, 58, 0.3);
	border-left: 3px solid var(--studio-pink);
	background:
		linear-gradient(90deg, rgba(255, 55, 214, 0.12), rgba(224, 96, 35, 0.12), rgba(37, 245, 139, 0.06)),
		rgba(5, 7, 6, 0.72);
	color: var(--studio-amber);
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
	box-shadow:
		0 0 28px rgba(255, 55, 214, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	content: "Latest Posts";
}

.homepage-blocks .wp-block-latest-posts::after {
	position: absolute;
	top: calc(clamp(48px, 6vw, 78px) + 17px);
	right: max(16px, calc((100vw - 1120px) / 2));
	left: calc(max(16px, calc((100vw - 1120px) / 2)) + 154px);
	height: 2px;
	content: "";
	background: var(--signal-gradient);
	background-size: 220% 100%;
	box-shadow: 0 0 22px rgba(255, 55, 214, 0.22);
	animation: tickerBorderFlow 8s linear infinite;
}

.homepage-blocks .wp-block-latest-posts.is-grid::after {
	top: calc(clamp(48px, 6vw, 78px) + 17px);
}

@media (max-width: 520px) {
	.homepage-blocks .wp-block-latest-posts::after {
		left: calc(max(16px, calc((100vw - 1120px) / 2)) + 138px);
	}
}

.homepage-blocks .wp-block-latest-posts li,
.homepage-blocks .wp-block-post-template > li,
.homepage-blocks .wp-block-query .wp-block-post {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: grid;
	align-content: start;
	box-sizing: border-box;
	min-height: 340px;
	padding: 0 0 22px;
	border: 1px solid rgba(224, 163, 58, 0.18);
	background:
		linear-gradient(155deg, rgba(255, 55, 214, 0.16), transparent 42%),
		linear-gradient(180deg, rgba(241, 214, 161, 0.13), rgba(241, 214, 161, 0.045)),
		rgba(15, 12, 8, 0.76);
	box-shadow:
		0 22px 70px rgba(0, 0, 0, 0.22),
		0 0 70px rgba(255, 55, 214, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.homepage-blocks .wp-block-latest-posts li {
	width: auto !important;
	margin: 0 !important;
}

.homepage-blocks .wp-block-latest-posts:has(li:only-child) {
	grid-template-columns: minmax(0, 720px);
	justify-content: center;
}

.homepage-blocks .wp-block-latest-posts li:only-child {
	width: 100% !important;
	max-width: none;
	min-height: 410px;
}

@media (min-width: 760px) {
	.homepage-blocks .wp-block-latest-posts li:only-child {
		grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
		grid-template-rows: 1fr;
		align-items: stretch;
		min-height: 360px;
		padding: 0;
	}

	.homepage-blocks .wp-block-latest-posts li:only-child .wp-block-latest-posts__featured-image {
		grid-column: 2;
		grid-row: 1;
		margin: 0;
	}

	.homepage-blocks .wp-block-latest-posts li:only-child > a:first-of-type {
		grid-column: 1;
		grid-row: 1;
		align-self: stretch;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: clamp(30px, 4vw, 52px);
	}
}

.homepage-blocks .wp-block-latest-posts li::before,
.homepage-blocks .wp-block-query .wp-block-post::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	content: "";
	background: var(--signal-gradient);
}

.homepage-blocks .wp-block-latest-posts li::after,
.homepage-blocks .wp-block-query .wp-block-post::after {
	position: absolute;
	inset: 0;
	z-index: 4;
	padding: 2px;
	content: "";
	background: linear-gradient(90deg, var(--studio-pink), var(--studio-ember), var(--studio-amber), var(--studio-green), var(--studio-pink));
	background-size: 260% 100%;
	opacity: 0.88;
	pointer-events: none;
	transition: opacity 180ms ease;
	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.homepage-blocks .wp-block-latest-posts li:hover,
.homepage-blocks .wp-block-query .wp-block-post:hover {
	border-color: rgba(224, 163, 58, 0.38);
	box-shadow:
		0 28px 90px rgba(0, 0, 0, 0.42),
		0 0 42px rgba(255, 55, 214, 0.08);
	transform: translateY(-3px);
}

.homepage-blocks .wp-block-latest-posts li.is-clickable {
	cursor: pointer;
}

.homepage-blocks .wp-block-latest-posts li.is-clickable:focus-visible {
	outline: 2px solid var(--studio-amber);
	outline-offset: 5px;
}

.homepage-blocks .wp-block-latest-posts li:hover::after,
.homepage-blocks .wp-block-query .wp-block-post:hover::after {
	opacity: 1;
	animation: bbv2BorderSweep 1400ms linear infinite;
}

.homepage-blocks .wp-block-latest-posts__featured-image {
	position: relative;
	margin: 0 0 18px;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 42%, rgba(224, 96, 35, 0.42), transparent 34%),
		linear-gradient(135deg, #160d09, #3a2011 55%, #09130f);
}

.homepage-blocks .wp-block-latest-posts__featured-image::after,
.homepage-blocks .wp-block-post-featured-image::after {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(180deg, transparent 54%, rgba(5, 7, 6, 0.08)),
		linear-gradient(90deg, rgba(255, 55, 214, 0.08), transparent 42%, rgba(37, 245, 139, 0.06));
	pointer-events: none;
}

.homepage-blocks .wp-block-latest-posts__featured-image img,
.homepage-blocks .wp-block-post-featured-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	filter: brightness(1.2) saturate(1.08) contrast(1.04);
	transition: transform 260ms ease;
}

.homepage-blocks .wp-block-latest-posts li:only-child .wp-block-latest-posts__featured-image,
.homepage-blocks .wp-block-latest-posts li:only-child .wp-block-latest-posts__featured-image img {
	height: 100%;
}

.homepage-blocks .wp-block-latest-posts li:only-child .wp-block-latest-posts__featured-image img {
	aspect-ratio: auto;
}

.homepage-blocks .wp-block-latest-posts li:hover .wp-block-latest-posts__featured-image img,
.homepage-blocks .wp-block-query .wp-block-post:hover .wp-block-post-featured-image img {
	transform: scale(1.035);
}

.homepage-blocks .wp-block-latest-posts a,
.homepage-blocks .wp-block-post-title a {
	display: block;
	padding: 0 22px;
	color: var(--studio-cream);
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 1000;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.homepage-blocks .wp-block-latest-posts li:only-child > a:first-of-type::before {
	display: block;
	width: fit-content;
	margin-bottom: 18px;
	padding: 8px 11px;
	border: 1px solid rgba(224, 163, 58, 0.22);
	background: rgba(5, 7, 6, 0.48);
	color: var(--studio-amber);
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
	letter-spacing: 0.08em;
	content: "Fresh From The Room";
}

.homepage-blocks .wp-block-latest-posts a:hover,
.homepage-blocks .wp-block-post-title a:hover {
	color: var(--studio-amber);
}

.homepage-blocks .wp-block-latest-posts__post-date,
.homepage-blocks .wp-block-post-date,
.homepage-blocks .wp-block-post-author {
	display: block;
	margin: 12px 22px 0;
	color: var(--studio-amber);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.homepage-blocks .wp-block-latest-posts__post-excerpt,
.homepage-blocks .wp-block-post-excerpt {
	margin-inline: 22px;
	color: var(--studio-muted);
	font-size: 16px;
}

.homepage-blocks .wp-block-latest-posts li > a:first-of-type::after,
.homepage-blocks .wp-block-post-title a::after {
	display: block;
	width: 42px;
	height: 3px;
	margin-top: 14px;
	content: "";
	background: var(--signal-gradient);
}

.homepage-blocks .wp-block-latest-posts li:only-child > a:first-of-type::after {
	width: fit-content;
	height: auto;
	margin-top: 24px;
	padding: 11px 14px;
	border: 1px solid rgba(37, 245, 139, 0.32);
	background:
		linear-gradient(90deg, rgba(255, 55, 214, 0.14), rgba(224, 96, 35, 0.16), rgba(37, 245, 139, 0.12)),
		rgba(5, 7, 6, 0.5);
	color: var(--studio-cream);
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
	content: "Read Post  ->";
}

body .homepage-blocks > ul.wp-block-latest-posts,
body .homepage-blocks ul.wp-block-latest-posts.wp-block-latest-posts__list {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr)) !important;
	align-items: stretch;
	box-sizing: border-box;
	width: 100% !important;
	margin-inline: 0 !important;
}

@media (min-width: 900px) {
	body .homepage-blocks > ul.wp-block-latest-posts,
	body .homepage-blocks ul.wp-block-latest-posts.wp-block-latest-posts__list {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1280px) {
	body .homepage-blocks > ul.wp-block-latest-posts,
	body .homepage-blocks ul.wp-block-latest-posts.wp-block-latest-posts__list {
		padding-inline: max(24px, calc((100vw - 1320px) / 2));
	}
}

body .homepage-blocks ul.wp-block-latest-posts.wp-block-latest-posts__list > li {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
}

body .homepage-blocks ul.wp-block-latest-posts.wp-block-latest-posts__list:has(> li:only-child) {
	grid-template-columns: minmax(0, 720px) !important;
	justify-content: center;
}

.site-footer {
	background:
		linear-gradient(180deg, rgba(5, 7, 6, 0.98), rgba(13, 7, 5, 0.98)),
		radial-gradient(circle at 20% 20%, rgba(224, 96, 35, 0.18), transparent 22rem),
		radial-gradient(circle at 78% 38%, rgba(255, 55, 214, 0.14), transparent 20rem),
		radial-gradient(circle at 64% 78%, rgba(37, 245, 139, 0.08), transparent 20rem);
}

.site-footer::before {
	background:
		linear-gradient(rgba(224, 163, 58, 0.032) 1px, transparent 1px),
		linear-gradient(90deg, rgba(37, 245, 139, 0.025) 1px, transparent 1px),
		linear-gradient(0deg, rgba(5, 7, 6, 0.72), transparent);
	background-size: 38px 38px, 38px 38px, auto;
}

@keyframes bbv2BorderSweep {
	from {
		background-position: 0% 50%;
	}
	to {
		background-position: 260% 50%;
	}
}

/* Editorial single-post pass: reading first, visual noise second. */
.single-post .singular-hero {
	padding: clamp(44px, 6vw, 76px) 0;
	border-bottom: 1px solid rgba(224, 163, 58, 0.14);
	background:
		linear-gradient(180deg, rgba(5, 7, 6, 0.94), rgba(5, 7, 6, 0.98)),
		radial-gradient(circle at 76% 12%, rgba(224, 96, 35, 0.12), transparent 24rem),
		radial-gradient(circle at 18% 0, rgba(255, 55, 214, 0.08), transparent 18rem);
}

.single-post .singular-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(26px, 5vw, 52px);
	align-items: end;
	max-width: 1040px;
}

.single-post .singular-header {
	position: relative;
	max-width: 760px;
	padding-left: clamp(18px, 2vw, 28px);
}

.single-post .singular-header::before {
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 0;
	width: 4px;
	content: "";
	background: linear-gradient(180deg, var(--studio-pink), var(--studio-amber), var(--studio-green));
}

.single-post .singular-header h1 {
	max-width: 12ch;
	margin: 0;
	font-size: clamp(38px, 5.8vw, 72px);
	line-height: 1;
	text-wrap: balance;
	text-shadow:
		0 5px 0 rgba(224, 96, 35, 0.22),
		0 22px 54px rgba(0, 0, 0, 0.54);
}

.single-post .post-cover {
	display: none;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(224, 163, 58, 0.18);
	border-radius: 6px;
	background: rgba(5, 7, 6, 0.42);
	box-shadow: 0 18px 58px rgba(0, 0, 0, 0.28);
}

.single-post .singular--post.has-post-thumbnail .singular-hero__inner {
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 420px);
}

.single-post .singular--post.has-post-thumbnail .post-cover {
	display: block;
}

.single-post .post-cover img {
	width: 100%;
	aspect-ratio: 4 / 3;
	border: 0;
	object-fit: cover;
}

.single-post .post-meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	align-items: center;
	max-width: 820px;
	margin-top: clamp(18px, 2.6vw, 28px);
	color: rgba(241, 214, 161, 0.88);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
}

.single-post .post-meta-row > span {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.single-post .post-meta-row > span:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -10px;
	width: 3px;
	height: 3px;
	content: "";
	border-radius: 50%;
	background: rgba(224, 163, 58, 0.7);
}

.single-post .post-meta-row__label {
	color: var(--studio-amber);
	font-size: 11px;
	letter-spacing: 0.08em;
}

.single-post .post-meta-row a {
	color: var(--studio-cream);
	text-decoration: none;
}

.single-post .post-meta-row a:hover {
	color: var(--studio-amber);
}

.single-post .singular-dek {
	max-width: 680px;
	margin-top: clamp(20px, 3vw, 32px);
	font-size: clamp(19px, 2vw, 25px);
	line-height: 1.45;
}

.single-post .singular-body {
	width: min(860px, calc(100vw - 40px));
	padding: clamp(34px, 5vw, 56px) 0 clamp(26px, 4vw, 44px);
}

.single-post .singular-body::before {
	display: none;
}

.single-post .featured-media {
	display: none;
}

.single-post .reading-shell {
	position: relative;
	isolation: isolate;
	max-width: 760px;
	margin-inline: auto;
	padding: clamp(28px, 5vw, 48px) clamp(20px, 4vw, 44px);
	border: 1px solid rgba(224, 163, 58, 0.14);
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(224, 163, 58, 0.08), transparent 26px),
		linear-gradient(180deg, rgba(241, 214, 161, 0.045), rgba(241, 214, 161, 0.012)),
		rgba(5, 7, 6, 0.86);
	box-shadow:
		0 24px 80px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.single-post .reading-shell::before {
	position: absolute;
	top: 22px;
	bottom: 22px;
	left: 18px;
	width: 2px;
	content: "";
	background: linear-gradient(180deg, var(--studio-amber), rgba(224, 163, 58, 0.08));
}

.single-post .reading-ribbon {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
	margin: 0 0 clamp(22px, 4vw, 36px);
	padding-left: 18px;
	color: rgba(241, 214, 161, 0.74);
	font-size: 11px;
	font-weight: 950;
	line-height: 1.2;
	text-transform: uppercase;
}

.single-post .reading-ribbon span:first-child {
	color: var(--studio-amber);
}

.single-post .reading-ribbon span + span::before {
	margin-right: 12px;
	color: rgba(224, 163, 58, 0.66);
	content: "/";
}

.single-post .entry-content {
	width: 100%;
	max-width: 660px;
	margin-inline: auto;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	color: rgba(241, 214, 161, 0.88);
	font-size: clamp(18px, 1.25vw, 19px);
	line-height: 1.84;
	overflow-wrap: break-word;
	text-wrap: pretty;
}

.single-post .entry-content > * {
	margin-block: 0 1.45em;
}

.single-post .entry-content > p:first-of-type {
	color: rgba(241, 214, 161, 0.94);
	font-size: 1.08em;
	line-height: 1.72;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
	margin-top: 2em;
	margin-bottom: 0.55em;
	line-height: 1.08;
}

.single-post .entry-content h2 {
	font-size: clamp(30px, 4vw, 46px);
}

.single-post .entry-content h3 {
	font-size: clamp(24px, 3vw, 34px);
}

.single-post .entry-content blockquote,
.single-post .entry-content .wp-block-quote,
.single-post .entry-content pre,
.single-post .entry-content table,
.single-post .entry-content .wp-block-pullquote {
	margin-block: clamp(28px, 4vw, 44px);
}

.single-post .entry-content blockquote,
.single-post .entry-content .wp-block-quote {
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid rgba(224, 163, 58, 0.18);
	border-left: 0;
	border-radius: 6px;
}

.single-post .entry-content .alignwide {
	max-width: 960px;
	margin-left: calc((660px - min(960px, 100vw - 40px)) / 2);
	width: min(960px, 100vw - 40px);
}

.single-post .entry-footer,
.single-post .post-navigation,
.single-post .comments-area {
	max-width: 720px;
	margin-top: clamp(24px, 4vw, 42px);
	margin-bottom: 0;
}

.single-post .post-navigation {
	width: min(720px, calc(100vw - 40px));
}

.single-post .entry-footer {
	padding-top: clamp(18px, 3vw, 28px);
	border-top: 1px solid rgba(224, 163, 58, 0.14);
}

.single-post .tag-list {
	gap: 10px;
}

.single-post .tag-list a,
.single-post .post-navigation a {
	border-color: rgba(224, 163, 58, 0.18);
	background: transparent;
}

.single-post .post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 4vw, 34px);
	padding-top: clamp(18px, 3vw, 28px);
	border-top: 1px solid rgba(224, 163, 58, 0.14);
}

.single-post .post-navigation a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	min-height: 0;
	max-width: 100%;
	padding: 0;
	border: 0;
	color: rgba(241, 214, 161, 0.88);
	font-size: clamp(15px, 1.4vw, 17px);
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
	text-transform: none;
	white-space: normal;
}

.single-post .post-navigation a::before {
	color: var(--studio-amber);
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.single-post .post-navigation .nav-previous a::before {
	content: "Previous";
}

.single-post .post-navigation .nav-next a::before {
	content: "Next";
}

.single-post .post-navigation .nav-next a {
	align-items: flex-end;
	text-align: right;
}

.single-post .post-navigation a:hover {
	color: var(--studio-amber);
}

.single-post .comments-area {
	width: min(720px, calc(100vw - 40px));
	margin-top: clamp(36px, 6vw, 68px);
	margin-bottom: clamp(72px, 9vw, 126px);
	padding: clamp(20px, 4vw, 32px);
	overflow: hidden;
	border-radius: 6px;
	background:
		linear-gradient(180deg, rgba(241, 214, 161, 0.045), rgba(241, 214, 161, 0.018)),
		rgba(5, 7, 6, 0.56);
}

.single-post .comments-area h2,
.single-post .comment-reply-title {
	font-size: clamp(22px, 3vw, 30px);
}

.single-post .comment-body {
	padding: 14px;
	overflow-wrap: anywhere;
}

.single-post .comment-content,
.single-post .comment-form {
	overflow-wrap: anywhere;
}

.single-post textarea {
	min-height: 130px;
}

.single-post input[type="submit"] {
	min-height: 46px;
}

@media (max-width: 860px) {
	.single-post .singular--post.has-post-thumbnail .singular-hero__inner {
		grid-template-columns: 1fr;
	}

	.single-post .singular-hero {
		padding: 42px 0 48px;
		background-position: center top;
	}

	.single-post .singular-header h1 {
		max-width: 13ch;
	}

	.single-post .post-meta-row {
		align-items: center;
	}

	.single-post .post-meta-row > span {
		flex: 0 1 auto;
	}

	.single-post .post-cover {
		max-width: 520px;
	}

	.single-post .post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.single-post .post-navigation .nav-next a,
	.single-post .post-navigation .nav-previous a {
		align-items: flex-start;
		text-align: left;
	}
}

@media (max-width: 560px) {
	.single-post .singular-hero {
		padding: 34px 0 38px;
	}

	.single-post .singular-header h1 {
		max-width: 10ch;
		font-size: clamp(34px, 10vw, 44px);
		line-height: 1;
		overflow-wrap: break-word;
	}

	.single-post .singular-header {
		padding-left: 14px;
	}

	.single-post .singular-dek {
		font-size: 19px;
	}

	.single-post .singular-body {
		width: min(100vw - 40px, 1120px);
		padding-top: 28px;
	}

	.single-post .post-meta-row {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, max-content));
		gap: 7px 14px;
		font-size: 11px;
	}

	.single-post .post-meta-row > span {
		width: auto;
		min-height: 0;
		min-width: 0;
	}

	.single-post .post-meta-row > span:not(:last-child)::after {
		display: none;
	}

	.single-post .post-cover img {
		aspect-ratio: 16 / 10;
	}

	.single-post .entry-content {
		font-size: 17px;
		line-height: 1.72;
	}

	.single-post .reading-shell {
		padding: 22px 18px;
		border-radius: 6px;
	}

	.single-post .reading-shell::before {
		left: 11px;
	}

	.single-post .reading-ribbon {
		margin-bottom: 20px;
		padding-left: 10px;
	}

	.single-post .entry-content .alignwide {
		margin-left: calc((100% - min(100vw - 28px, 1080px)) / 2);
		width: min(100vw - 28px, 1080px);
	}

	.single-post .post-navigation .nav-links {
		display: grid;
	}

	.single-post .post-navigation a {
		width: 100%;
	}
}
