/*
Theme Name: 5th Wall Playhouse
Theme URI: https://5thwallplayhouse.org/
Author: 5th Wall Playhouse
Description: A scratch full-site editing theme for 5th Wall Playhouse.
Version: 0.1.0
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fifth-wall-playhouse
*/

:root {
	--cool-black: #02070c;
	--black-2: #010409;
	--navy-black: #06111f;
	--ink-blue: #081a2e;
	--deep-teal: #005b66;
	--cyan: #00a6c8;
	--violet: #4b3dff;
	--yellow: #ffd426;
	--white: #f2f7f6;
	--muted: #a6b8c2;
	--soft-cyan: #d7e7ea;
	--line: rgba(166, 184, 194, 0.18);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--cool-black);
	color: var(--white);
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 18% 0%, rgba(0, 166, 200, 0.28), transparent 30%),
		radial-gradient(circle at 92% 18%, rgba(75, 61, 255, 0.24), transparent 28%),
		radial-gradient(circle at 52% 88%, rgba(0, 91, 102, 0.22), transparent 32%),
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: auto, auto, auto, 44px 44px, 44px 44px;
	z-index: -1;
}

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

p {
	color: var(--muted);
	font-size: 1.02rem;
}

strong {
	color: var(--white);
}

.wp-site-blocks {
	background: var(--cool-black);
}

.site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 50;
	background: rgba(2, 7, 12, 0.82);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--line);
}

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

.brand {
	margin: 0;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 0.95rem;
	white-space: nowrap;
	color: var(--white);
}

.brand span {
	color: var(--yellow);
}

.site-nav {
	color: var(--muted);
	font-size: 0.9rem;
	font-weight: 700;
}

.site-nav a:hover {
	color: var(--white) !important;
}

.eyebrow {
	color: var(--yellow);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.eyebrow-dark {
	color: var(--deep-teal);
}

.lead {
	font-size: clamp(1.18rem, 2vw, 1.5rem);
	color: var(--white);
}

.dark-lead {
	color: var(--cool-black);
}

.hero {
	position: relative;
	overflow: hidden;
}

.hero .wp-block-cover__inner-container {
	position: relative;
	z-index: 1;
}

.hero-title,
.page-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(4rem, 10vw, 9.5rem);
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.wp-block-heading {
	line-height: 0.98;
	letter-spacing: -0.04em;
}

h2.wp-block-heading {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.5rem, 6vw, 5.8rem);
}

h3.wp-block-heading {
	font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.hero-actions {
	gap: 14px;
	margin-top: 34px;
}

.wp-block-button__link {
	border-radius: 999px;
	padding: 15px 24px;
	font-size: 0.86rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: 0.2s ease;
}

.button-primary .wp-block-button__link {
	background: var(--yellow);
	color: var(--cool-black);
}

.button-primary .wp-block-button__link:hover {
	transform: translateY(-2px);
	background: #ffe25a;
}

.button-secondary .wp-block-button__link {
	color: var(--white);
	border-color: rgba(242, 247, 246, 0.38);
	background: rgba(255, 255, 255, 0.04);
}

.button-secondary .wp-block-button__link:hover {
	color: var(--cool-black);
	background: var(--white);
}

.button-teal .wp-block-button__link {
	background: var(--deep-teal);
	color: var(--white);
}

.button-teal .wp-block-button__link:hover {
	background: var(--cyan);
	color: var(--cool-black);
	transform: translateY(-2px);
}

.status-card {
	border-radius: 26px;
	padding: 24px;
	background:
		radial-gradient(circle at 20% 0%, rgba(0, 166, 200, 0.25), transparent 34%),
		rgba(6, 17, 31, 0.9);
	border: 1px solid var(--line);
	box-shadow: 0 30px 120px rgba(0, 0, 0, 0.45);
}

.status-card .date {
	color: var(--yellow);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.78rem;
	margin-bottom: 10px;
}

.signal-band {
	border-block: 1px solid var(--line);
	background: linear-gradient(90deg, var(--deep-teal), var(--violet));
}

.signal-inner {
	gap: 18px 32px;
	padding: 16px 0;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--white);
	font-size: 0.86rem;
}

.signal-inner p {
	margin: 0;
	color: var(--white);
}

.signal-inner p::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 12px;
	border-radius: 999px;
	background: var(--yellow);
	transform: translateY(-1px);
}

.section-ink {
	background: linear-gradient(180deg, var(--navy-black), var(--ink-blue));
}

.section-black {
	background: var(--cool-black);
}

.section-light {
	background: var(--soft-cyan);
	color: var(--cool-black);
}

.section-light p {
	color: #17313a;
}

.poster-stack {
	transform: rotate(-2deg);
}

.poster-offset {
	margin-top: 64px;
}

.poster {
	border-radius: 28px;
	border: 1px solid var(--line);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.4);
}

.poster .label,
.info-card .label {
	color: var(--yellow);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.75rem;
	font-weight: 900;
	margin-bottom: 10px;
}

.info-card {
	min-height: 330px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 30px;
	border-radius: 30px;
	background:
		radial-gradient(circle at 20% 0%, rgba(0, 166, 200, 0.18), transparent 36%),
		var(--navy-black);
	border: 1px solid var(--line);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.card-grid>.wp-block-column:nth-child(2) .info-card {
	background:
		radial-gradient(circle at 25% 0%, rgba(75, 61, 255, 0.22), transparent 36%),
		var(--ink-blue);
}

.card-grid>.wp-block-column:nth-child(3) .info-card {
	background:
		radial-gradient(circle at 25% 0%, rgba(255, 212, 38, 0.18), transparent 32%),
		var(--deep-teal);
}

.feature-band {
	background:
		linear-gradient(90deg, rgba(0, 91, 102, 0.92), rgba(8, 26, 46, 0.9), rgba(75, 61, 255, 0.72)),
		url("https://images.unsplash.com/photo-1499364615650-ec38552f4f34?auto=format&fit=crop&w=2200&q=80") center / cover;
	border-block: 1px solid var(--line);
}

.stat {
	border-radius: 22px;
	padding: 24px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: var(--soft-cyan);
}

.stat p {
	color: var(--soft-cyan);
}

.stat strong {
	display: block;
	color: var(--yellow);
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 10px;
}

.quote-card {
	padding: 34px;
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0%, rgba(0, 166, 200, 0.18), transparent 34%),
		#eaf7f5;
	border: 1px solid rgba(0, 166, 200, 0.28);
}

.quote-card p {
	font-family: Georgia, "Times New Roman", serif;
	color: var(--cool-black);
	font-size: 1.45rem;
	line-height: 1.28;
}

.quote-card cite {
	color: #30505a;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-style: normal;
}

.artist-call,
.newsletter {
	border-radius: 36px;
	padding: 52px;
	border: 1px solid var(--line);
}

.artist-call {
	background:
		radial-gradient(circle at 15% 0%, rgba(255, 212, 38, 0.2), transparent 28%),
		radial-gradient(circle at 90% 15%, rgba(0, 166, 200, 0.2), transparent 30%),
		var(--navy-black);
}

.newsletter {
	background:
		radial-gradient(circle at 15% 0%, rgba(255, 212, 38, 0.22), transparent 28%),
		radial-gradient(circle at 88% 10%, rgba(0, 166, 200, 0.22), transparent 30%),
		var(--ink-blue);
}

.page-hero {
	background:
		radial-gradient(circle at 18% 0%, rgba(0, 166, 200, 0.28), transparent 32%),
		radial-gradient(circle at 88% 20%, rgba(75, 61, 255, 0.22), transparent 30%),
		var(--cool-black);
	border-bottom: 1px solid var(--line);
}

.page-content-wrap {
	background: var(--cool-black);
}

.page-content-wrap :where(h2, h3, h4) {
	color: var(--white);
}

.page-content-wrap a {
	color: var(--yellow);
}

.site-footer {
	background: var(--black-2);
	border-top: 1px solid var(--line);
	color: var(--muted);
}

.site-footer p,
.site-footer li {
	color: var(--muted);
}

.footer-heading {
	color: var(--white) !important;
	font-weight: 800;
}

.footer-links {
	list-style: none;
	padding-left: 0;
}

.footer-links li {
	margin: 8px 0;
}

.footer-links a {
	color: var(--muted);
}

.footer-links a:hover {
	color: var(--white);
}

footer,
main,
#visit,
#artists,
#press,
#newsletter,
#support,
#season,
#mission,
#splash {
	margin-block-start: 0 !important;
}

@media (max-width: 980px) {

	.split,
	.hero-grid,
	.card-grid,
	.stats,
	.experience-grid,
	.footer-grid {
		grid-template-columns: 1fr !important;
	}

	.poster-stack {
		transform: none;
	}

	.poster-offset {
		margin-top: 0;
	}

	.status-card {
		max-width: 560px;
	}
}

@media (max-width: 620px) {
	.hero {
		padding-top: 120px !important;
	}

	.newsletter,
	.artist-call {
		padding: 32px;
	}

	.wp-block-button,
	.wp-block-button__link {
		width: 100%;
	}
}