/* ─────────────────────────────────────────────────────────────────────────────
   Cleveland Campaign — Design System
   Russ Cleveland for Congress '26
   ───────────────────────────────────────────────────────────────────────────── */

/* ─── Reset & Base ──────────────────────────────────────────────────────────── */

*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.75;
	color: var(--color-light);
	background: var(--color-dark);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

::selection {
	background: var(--color-accent);
	color: var(--color-light);
}

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

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

ul, ol {
	list-style: none;
}

button {
	cursor: pointer;
	border: none;
	background: none;
	font-family: inherit;
}

/* ─── Typography ────────────────────────────────────────────────────────────── */

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

h1 { font-size: clamp(52px, 8vw, 96px); }
h2 { font-size: clamp(40px, 6vw, 68px); }
h3 { font-size: clamp(28px, 4vw, 40px); }
h4 { font-size: clamp(22px, 3vw, 28px); }
h5 { font-size: 20px; }
h6 { font-size: 17px; }

p {
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.8;
	color: var(--color-muted);
}

.section-warm p,
.section-light p {
	color: #3a3a3a;
}

p + p {
	margin-top: 1.25em;
}

strong {
	font-weight: 700;
	color: inherit;
}

/* Eyebrow label */
.eyebrow {
	display: inline-block;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--color-accent);
	margin-bottom: 20px;
}

.eyebrow::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 2px;
	background: var(--color-accent);
	vertical-align: middle;
	margin-right: 12px;
}

.text-center .eyebrow::before {
	margin-right: 10px;
}

.text-center .eyebrow::after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 2px;
	background: var(--color-accent);
	vertical-align: middle;
	margin-left: 10px;
}

/* Pull quote */
.pull-quote {
	font-family: var(--font-display);
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.15;
	font-weight: 400;
	text-transform: uppercase;
	border-left: 4px solid var(--color-accent);
	padding-left: 32px;
	color: var(--color-light);
	margin: 48px 0;
}

.section-warm .pull-quote,
.section-light .pull-quote {
	color: var(--color-dark);
}

/* Accent rule — decorative underline */
.accent-rule {
	width: 64px;
	height: 3px;
	background: var(--color-accent);
	margin: 24px 0 40px;
}

.accent-rule--center {
	margin-left: auto;
	margin-right: auto;
}

/* ─── Section Patterns ──────────────────────────────────────────────────────── */

.site-container,
.content-sidebar-wrap,
.content {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.entry-content > * {
	max-width: 100%;
}

section,
.cc-section {
	position: relative;
	width: 100%;
}

.cc-inner {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 0 40px;
}

.cc-inner--narrow {
	max-width: var(--max-width-narrow);
	margin: 0 auto;
	padding: 0 40px;
}

.section-dark {
	background: var(--color-dark);
	color: var(--color-light);
	padding: var(--section-pad) 0;
}

.section-navy {
	background: var(--color-primary);
	color: var(--color-light);
	padding: var(--section-pad) 0;
}

.section-mid {
	background: var(--color-mid);
	color: var(--color-light);
	padding: var(--section-pad) 0;
}

.section-accent {
	background: var(--color-accent);
	color: var(--color-light);
	padding: var(--section-pad) 0;
}

.section-light {
	background: var(--color-light);
	color: var(--color-dark);
	padding: var(--section-pad) 0;
}

.section-light .eyebrow,
.section-warm .eyebrow {
	color: var(--color-accent);
}

.section-light h1,
.section-light h2,
.section-light h3,
.section-light h4,
.section-warm h1,
.section-warm h2,
.section-warm h3,
.section-warm h4 {
	color: var(--color-dark);
}

/* Madison / emotional section — intentionally different */
.section-warm {
	background: var(--color-warm);
	color: var(--color-dark);
	padding: 140px 0;
}

.section-warm .cc-inner--narrow {
	max-width: 680px;
}

.section-warm p {
	font-size: 18px;
	line-height: 1.9;
	color: #2a2a2a;
}

.section-warm h2 {
	font-size: clamp(36px, 5vw, 56px);
	margin-bottom: 32px;
}

/* ─── Grain Texture ─────────────────────────────────────────────────────────── */

/* Adds atmospheric depth to dark sections */
.grain {
	position: relative;
}

.grain::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	background-repeat: repeat;
	background-size: 160px 160px;
	opacity: 0.032;
	pointer-events: none;
	z-index: 1;
}

.grain > * {
	position: relative;
	z-index: 2;
}

/* ─── Buttons ───────────────────────────────────────────────────────────────── */

.btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-display);
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 18px 40px;
	border-radius: 2px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);
	text-decoration: none;
	white-space: nowrap;
}

.btn:focus-visible {
	outline: 3px solid var(--color-accent);
	outline-offset: 4px;
}

/* Primary — burnt orange */
.btn-primary {
	background: var(--color-accent);
	color: var(--color-light);
	border-color: var(--color-accent);
}

.btn-primary:hover {
	background: #c96040;
	border-color: #c96040;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(181, 83, 49, 0.4);
}

/* Outline — white border on dark */
.btn-outline {
	background: transparent;
	color: var(--color-light);
	border-color: rgba(255, 255, 255, 0.5);
}

.btn-outline:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: var(--color-light);
	transform: translateY(-2px);
}

/* Dark — navy on light sections */
.btn-dark {
	background: var(--color-primary);
	color: var(--color-light);
	border-color: var(--color-primary);
}

.btn-dark:hover {
	background: var(--color-dark);
	border-color: var(--color-dark);
	transform: translateY(-2px);
}

/* On accent (orange) sections */
.section-accent .btn-outline {
	border-color: rgba(255, 255, 255, 0.6);
}

.section-accent .btn-primary {
	background: var(--color-light);
	color: var(--color-accent);
	border-color: var(--color-light);
}

.section-accent .btn-primary:hover {
	background: var(--color-warm);
	border-color: var(--color-warm);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.btn-group {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}

/* ─── Sticky Header ─────────────────────────────────────────────────────────── */

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9000;
	background: transparent;
	transition: background 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease;

	/* Best practice for centered-logo split-nav: CSS grid 1fr auto 1fr.
	   Each nav gets equal space. Logo takes its natural width. Never squishes. */
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	padding: 10px max(32px, calc((100vw - 1500px) / 2));
}

.site-header.is-scrolled {
	background: var(--color-dark);
	padding: 6px max(32px, calc((100vw - 1500px) / 2));
	box-shadow: 0 2px 40px rgba(0, 0, 0, 0.5);
}

/* Logo */
.site-header .custom-logo-link img,
.site-header .custom-logo {
	height: 48px;
	width: auto;
	display: block;
	transition: height 0.35s ease;
}

.site-header.is-scrolled .custom-logo-link img,
.site-header.is-scrolled .custom-logo {
	height: 40px;
}

.site-title {
	font-family: var(--font-display);
	font-size: 18px;
	color: var(--color-light);
	text-transform: uppercase;
	letter-spacing: 2px;
}

.site-title a {
	color: inherit;
}

/* Split nav — desktop.
   Grid child: each .split-nav fills its 1fr column. */
.split-nav {
	display: flex;
	align-items: center;
	min-width: 0; /* prevent grid blowout */
}

.split-nav--left {
	justify-content: flex-end;
	padding-right: 24px;
}

.split-nav--right {
	justify-content: flex-start;
	padding-left: 24px;
	gap: 0;
}

.split-nav-menu {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.split-nav-menu a {
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
	padding: 8px 12px;
	text-decoration: none;
	white-space: nowrap;
	transition: color var(--transition);
}

.split-nav-menu a:hover,
.split-nav-menu .current-menu-item > a {
	color: var(--color-light);
}

/* Donate CTA button in nav */
.nav-donate-btn {
	font-family: var(--font-display) !important;
	font-size: 16px !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	background: var(--color-accent) !important;
	color: var(--color-light) !important;
	padding: 16px 36px !important;
	border-radius: 2px !important;
	margin-left: 16px !important;
	transition: background var(--transition), transform var(--transition) !important;
}

.nav-donate-btn:hover {
	background: #c96040 !important;
	color: var(--color-light) !important;
	transform: translateY(-2px);
}

/* Hamburger toggle — hidden by default, shown at mobile breakpoint */
.nav-toggle {
	display: none;
	flex-direction: column;
	gap: 6px;
	padding: 8px;
	cursor: pointer;
	z-index: 9100;
	flex-shrink: 0;
}

.nav-toggle span {
	display: block;
	width: 28px;
	height: 2px;
	background: var(--color-light);
	border-radius: 2px;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

/* ─── Mobile Nav Overlay ────────────────────────────────────────────────────── */

/* Mobile nav overlay — hidden by default */
.mobile-nav {
	display: none;
}

@media (max-width: 1100px) {
	/* Switch to 3-col grid: [toggle-placeholder] [logo] [toggle] */
	.site-header {
		grid-template-columns: 1fr auto 1fr;
	}

	.split-nav {
		display: none;
	}

	.nav-toggle {
		display: flex;
		grid-column: 3;
		justify-self: end;
	}

	.header-branding {
		grid-column: 2;
	}

	/* Mobile overlay */
	.mobile-nav {
		position: fixed;
		inset: 0;
		background: var(--color-dark);
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: 9050;
		opacity: 0;
		pointer-events: none;
		transform: translateX(100%);
		transition: opacity 0.35s ease, transform 0.35s ease;
	}

	.mobile-nav.is-open {
		display: flex;
		opacity: 1;
		pointer-events: all;
		transform: translateX(0);
	}

	.mobile-nav-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.mobile-nav-menu a {
		display: block;
		font-family: var(--font-display);
		font-size: clamp(28px, 5vw, 48px);
		letter-spacing: 2px;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.85);
		padding: 10px 0;
		text-decoration: none;
		transition: color var(--transition);
	}

	.mobile-nav-menu a:hover {
		color: var(--color-accent);
	}

	.mobile-donate {
		margin-top: 32px !important;
		font-size: 18px !important;
		padding: 18px 56px !important;
	}

	body.nav-open {
		overflow: hidden;
	}
}

/* ─── Footer ────────────────────────────────────────────────────────────────── */

.site-footer {
	background: var(--color-dark);
	padding: 80px 40px 40px;
	position: relative;
}

.site-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 40px;
	right: 40px;
	height: 1px;
	background: rgba(255, 255, 255, 0.08);
}

.footer-inner {
	max-width: var(--max-width);
	margin: 0 auto;
}

.footer-top {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 64px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	margin-bottom: 36px;
}

.footer-cta {
	padding-top: 8px;
}

.footer-cta-label {
	font-family: var(--font-body);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--color-accent);
	display: block;
	margin-bottom: 12px;
}

.footer-cta-heading {
	font-family: var(--font-display);
	font-size: 26px;
	color: var(--color-light);
	line-height: 1.1;
	margin: 0 0 12px;
}

.footer-cta-copy {
	font-family: var(--font-body);
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.65;
	margin: 0 0 24px;
}

.footer-logo {
	max-height: 104px;
	width: auto;
	margin-bottom: 16px;
}

.footer-site-name {
	display: block;
	font-family: var(--font-display);
	font-size: 20px;
	color: var(--color-light);
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.footer-tagline {
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--color-accent);
	margin-bottom: 28px;
	line-height: 1;
}

.footer-social {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	transition: color var(--transition), border-color var(--transition), background var(--transition);
}

.footer-social a:hover {
	color: var(--color-light);
	border-color: var(--color-accent);
	background: rgba(181, 83, 49, 0.15);
}

.footer-links nav {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 8px;
}

.footer-links a {
	font-family: var(--font-body);
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	transition: color var(--transition);
	letter-spacing: 0.5px;
}

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

.footer-signup-btn {
	display: inline-block;
	background: var(--color-accent);
	color: var(--color-light) !important;
	font-family: var(--font-display);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 12px 24px;
	border-radius: 2px;
	transition: opacity 0.2s;
	margin-top: 4px;
}

.footer-signup-btn:hover {
	opacity: 0.88;
	color: var(--color-light) !important;
}

.footer-bottom {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	text-align: center;
}

.footer-legal,
.footer-fec {
	font-family: var(--font-body);
	font-size: 12px;
	color: rgba(255, 255, 255, 0.25);
	margin: 0;
	line-height: 1.6;
}

.footer-fec a {
	color: rgba(255, 255, 255, 0.35);
	transition: color var(--transition);
}

.footer-fec a:hover {
	color: rgba(255, 255, 255, 0.6);
}

/* ─── Cards ─────────────────────────────────────────────────────────────────── */

.card {
	background: rgba(0, 17, 38, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--radius);
	padding: 40px 36px;
	box-shadow: 0 4px 32px rgba(0, 0, 0, 0.35);
	transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
	position: relative;
}

.card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--color-accent);
	border-radius: var(--radius) var(--radius) 0 0;
	opacity: 0.3;
	transition: opacity var(--transition);
}

.card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
	border-color: rgba(255, 255, 255, 0.22);
}

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

.card-label {
	font-family: var(--font-display);
	font-size: 22px;
	color: var(--color-light);
	text-transform: uppercase;
	margin-bottom: 16px;
}

.card-body {
	font-size: 15px;
	line-height: 1.75;
	color: var(--color-muted);
}

/* Issue cards (3-column: Healthcare, Affordability, Corruption) */
.issue-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 60px;
}

/* ─── Endorser Cards ────────────────────────────────────────────────────────── */

.endorser-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

/* ── Endorser Cards — compact dark card with small headshot ─────────────────── */

.endorser-card {
	background: var(--color-mid);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 28px;
	box-shadow: 0 4px 32px rgba(0, 0, 0, 0.35);
	transition: transform var(--transition), box-shadow var(--transition);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.endorser-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
}

.endorser-alert {
	font-family: var(--font-display);
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--color-accent);
	margin-bottom: 0;
}

.endorser-card-header {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.endorser-card-identity {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 8px;
}

.endorser-photo {
	width: 144px;
	height: 144px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center 15%;
	border: 3px solid var(--color-accent);
	flex-shrink: 0;
}

.endorser-photo-placeholder {
	display: none;
}

.endorser-card-name-wrap {
	flex: 1;
	min-width: 0;
}

.endorser-name {
	font-family: var(--font-display);
	font-size: clamp(18px, 2.2vw, 26px);
	color: var(--color-light);
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 6px;
}

.endorser-title {
	font-family: var(--font-display);
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--color-accent);
	margin: 0;
	line-height: 1.3;
}

.endorser-quote {
	font-size: 15px;
	line-height: 1.7;
	color: var(--color-muted);
	font-style: italic;
	margin: 0;
	flex: 1;
}

.endorser-card-footer {
	display: flex;
	justify-content: center;
	padding-top: 16px;
	margin-top: auto;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.endorser-logo {
	max-height: 80px;
	max-width: 180px;
	width: auto;
	height: auto;
	object-fit: contain;
}

@media (max-width: 1100px) {
	.endorser-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.endorser-grid {
		grid-template-columns: 1fr;
	}

	.endorser-card-body-row {
		grid-template-columns: 1fr 120px;
	}
}

/* ─── Endorsement Community Wall — Gallery block ─────────────────────────────── */

.endorsement-gallery-wrap .wp-block-gallery {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 8px !important;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 40px;
}

.endorsement-gallery-wrap .wp-block-gallery .wp-block-image {
	margin: 0 !important;
	width: auto !important;
}

.endorsement-gallery-wrap .wp-block-gallery .wp-block-image img {
	width: 100% !important;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	border-radius: 2px;
	transition: transform 0.3s ease, filter 0.3s ease;
}

.endorsement-gallery-wrap .wp-block-gallery .wp-block-image img:hover {
	transform: scale(1.03);
	filter: brightness(1.1);
}

@media (max-width: 768px) {
	.endorsement-gallery-wrap .wp-block-gallery {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media (max-width: 480px) {
	.endorsement-gallery-wrap .wp-block-gallery {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 6px !important;
	}
}

/* Legacy .endorsement-wall kept for reference */
.endorsement-wall {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 40px;
}

.endorsement-wall img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	border-radius: 2px;
	transition: transform 0.3s ease, filter 0.3s ease;
}

.endorsement-wall img:hover {
	transform: scale(1.03);
	filter: brightness(1.1);
}

/* ─── Inner Page Hero (text only) ───────────────────────────────────────────── */

.page-hero {
	background: var(--color-dark);
	padding: 160px 0 80px;
	position: relative;
}

.page-hero.page-hero--navy {
	background: var(--color-primary);
}
.page-hero.page-hero--dark {
	background: var(--color-dark);
}

.page-hero h1 {
	color: var(--color-light);
	font-size: clamp(48px, 7vw, 88px);
	line-height: 0.97;
	margin-bottom: 20px;
	margin-top: 16px;
}

.page-hero .page-hero-sub {
	font-size: 18px;
	line-height: 1.65;
	color: var(--color-muted);
	max-width: 560px;
	margin: 0;
}

@media (max-width: 768px) {
	.page-hero {
		padding: 120px 0 60px;
	}
}

@media (max-width: 768px) {
	.hero-bg img {
		object-position: 85% 15% !important;
	}

	.hero .eyebrow {
		display: none;
	}
}

/* ─── Hero Sections ─────────────────────────────────────────────────────────── */

.hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		160deg,
		rgba(0, 17, 38, 0.88) 0%,
		rgba(0, 33, 77, 0.75) 60%,
		rgba(0, 17, 38, 0.65) 100%
	);
	z-index: 1;
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 120px 40px 80px;
	width: 100%;
}

.hero h1 {
	color: var(--color-light);
	max-width: 800px;
	line-height: 0.97;
	margin-bottom: 28px;
}

.hero h1 em {
	font-style: normal;
	color: var(--color-accent);
}

.hero-sub {
	font-size: 18px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.75);
	max-width: 560px;
	margin-bottom: 44px;
}

/* Accent rule under hero headline */
.hero .accent-rule {
	margin: 20px 0 32px;
}

/* Inner page hero (shorter) */
.hero--inner {
	min-height: 50vh;
	align-items: flex-end;
}

.hero--inner .hero-content {
	padding-bottom: 64px;
}

/* ─── Scroll Reveal ─────────────────────────────────────────────────────────── */

.reveal {
	opacity: 0;
	transform: translateY(36px);
	transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.revealed {
	opacity: 1;
	transform: translateY(0);
}

/* Staggered children */
.reveal-stagger > * {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-stagger.revealed > *:nth-child(1) { transition-delay: 0s; }
.reveal-stagger.revealed > *:nth-child(2) { transition-delay: 0.1s; }
.reveal-stagger.revealed > *:nth-child(3) { transition-delay: 0.2s; }
.reveal-stagger.revealed > *:nth-child(4) { transition-delay: 0.3s; }
.reveal-stagger.revealed > *:nth-child(5) { transition-delay: 0.4s; }
.reveal-stagger.revealed > *:nth-child(6) { transition-delay: 0.5s; }

.reveal-stagger.revealed > * {
	opacity: 1;
	transform: translateY(0);
}

/* ─── Platform Pillar Sections ──────────────────────────────────────────────── */

.platform-pillar {
	padding: var(--section-pad) 0;
}

.platform-pillar:nth-child(even) {
	background: var(--color-primary);
}

.platform-pillar:nth-child(odd) {
	background: var(--color-dark);
}

.platform-content {
	max-width: var(--max-width-narrow);
}

/* ─── Genesis Blocks Accordion — Brand Overrides ────────────────────────────── */

.gb-block-accordion {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0 !important;
}

.gb-block-accordion:first-of-type {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gb-accordion-title {
	cursor: pointer;
	padding: 28px 52px 28px 0 !important;
	font-family: var(--font-display) !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--color-light) !important;
	list-style: none;
	position: relative;
	user-select: none;
	background: none !important;
	border: none !important;
	transition: color var(--transition);
}

.gb-accordion-title::-webkit-details-marker {
	display: none;
}

.gb-accordion-title::after {
	content: '+';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	font-weight: 300;
	color: var(--color-accent);
	transition: transform 0.3s ease;
	line-height: 1;
}

details[open] > .gb-accordion-title::after {
	content: '\2212';
}

.gb-accordion-title:hover {
	color: var(--color-accent) !important;
}

.gb-accordion-text {
	padding: 0 52px 28px 0 !important;
}

.gb-accordion-text p {
	font-size: 16px;
	line-height: 1.8;
	color: var(--color-muted) !important;
	margin: 0;
}

.gb-accordion-text p + p {
	margin-top: 12px;
}

/* ─── FAQ Accordion ─────────────────────────────────────────────────────────── */

.faq-list {
	max-width: 860px;
	margin: 0 auto;
}

.faq-item details {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-item details:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-item summary {
	list-style: none;
	cursor: pointer;
	padding: 28px 52px 28px 0;
	font-family: var(--font-display);
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--color-light);
	position: relative;
	user-select: none;
	-webkit-user-select: none;
	transition: color var(--transition);
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary:hover {
	color: var(--color-accent);
}

.faq-item summary::after {
	content: '+';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	font-weight: 300;
	color: var(--color-accent);
	transition: transform 0.3s ease, content 0.3s ease;
	line-height: 1;
}

.faq-item details[open] > summary::after {
	content: '\2212';
}

.faq-answer {
	padding: 0 52px 28px 0;
	font-size: 16px;
	line-height: 1.8;
	color: var(--color-muted);
}

/* ─── Press Cards ───────────────────────────────────────────────────────────── */

.press-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 20px;
}

.press-card {
	background: var(--color-mid);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--radius);
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	transition: transform var(--transition), border-color var(--transition);
}

.press-card:hover {
	transform: translateY(-3px);
	border-color: rgba(181, 83, 49, 0.3);
}

.press-date {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--color-accent);
}

.press-headline {
	font-family: var(--font-display);
	font-size: 20px;
	color: var(--color-light);
	text-transform: uppercase;
	line-height: 1.15;
}

.press-source {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.4);
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.press-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--color-accent);
	transition: gap var(--transition);
}

.press-link:hover {
	gap: 10px;
}

/* ─── Video Embed Cards ─────────────────────────────────────────────────────── */

.video-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: 20px;
}

.video-card {
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.video-card iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	display: block;
}

.video-meta {
	background: var(--color-mid);
	padding: 16px 20px;
}

.video-meta h4 {
	font-size: 16px;
	color: var(--color-light);
}

/* ─── Volunteer Hub ──────────────────────────────────────────────────────────── */

.hub-header {
	background: var(--color-dark);
	padding: 120px 40px 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.hub-welcome {
	font-family: var(--font-display);
	font-size: clamp(36px, 5vw, 60px);
	color: var(--color-light);
	text-transform: uppercase;
}

.hub-welcome span {
	color: var(--color-accent);
}

.hub-section {
	padding: 64px 40px;
	max-width: var(--max-width);
	margin: 0 auto;
}

.hub-section-title {
	font-family: var(--font-display);
	font-size: 28px;
	color: var(--color-light);
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 32px;
	padding-bottom: 16px;
	border-bottom: 2px solid var(--color-accent);
	display: inline-block;
}

.hub-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.resource-card {
	background: var(--color-mid);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--radius);
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	transition: transform var(--transition), border-color var(--transition);
}

.resource-card:hover {
	transform: translateY(-4px);
	border-color: rgba(181, 83, 49, 0.3);
}

.resource-icon {
	font-size: 32px;
	margin-bottom: 4px;
}

.resource-name {
	font-family: var(--font-display);
	font-size: 18px;
	color: var(--color-light);
	text-transform: uppercase;
}

.resource-desc {
	font-size: 14px;
	color: var(--color-muted);
	flex: 1;
}

.resource-download {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--color-accent);
	margin-top: 4px;
	transition: gap var(--transition);
}

.resource-download:hover {
	gap: 12px;
}

/* Hub updates feed */
.hub-updates {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.hub-update {
	background: var(--color-mid);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--radius);
	padding: 24px 28px;
	border-left: 3px solid var(--color-accent);
}

.hub-update-date {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--color-accent);
	margin-bottom: 8px;
}

.hub-update-title {
	font-family: var(--font-display);
	font-size: 20px;
	color: var(--color-light);
	text-transform: uppercase;
	margin-bottom: 10px;
}

.hub-update-excerpt {
	font-size: 15px;
	color: var(--color-muted);
}

/* ─── Volunteer Login Page ───────────────────────────────────────────────────── */

.login-wrap {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-dark);
	padding: 60px 24px;
}

.login-box {
	width: 100%;
	max-width: 440px;
}

.login-logo {
	text-align: center;
	margin-bottom: 48px;
}

.login-logo img {
	max-height: 56px;
	margin: 0 auto;
}

.login-heading {
	font-family: var(--font-display);
	font-size: 36px;
	color: var(--color-light);
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 8px;
}

.login-sub {
	font-size: 14px;
	color: var(--color-muted);
	text-align: center;
	margin-bottom: 40px;
}

.login-box .login-form label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 8px;
}

.login-box .login-form input[type="text"],
.login-box .login-form input[type="password"] {
	width: 100%;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--radius);
	color: var(--color-light);
	font-family: var(--font-body);
	font-size: 16px;
	padding: 14px 18px;
	margin-bottom: 20px;
	transition: border-color var(--transition), background var(--transition);
	-webkit-appearance: none;
}

.login-box .login-form input:focus {
	outline: none;
	border-color: var(--color-accent);
	background: rgba(255, 255, 255, 0.09);
}

.login-box .login-form input[type="submit"] {
	width: 100%;
	background: var(--color-accent);
	color: var(--color-light);
	font-family: var(--font-display);
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
	border: none;
	border-radius: var(--radius);
	padding: 18px;
	cursor: pointer;
	transition: background var(--transition), transform var(--transition);
}

.login-box .login-form input[type="submit"]:hover {
	background: #c96040;
	transform: translateY(-2px);
}

/* ─── Utility ───────────────────────────────────────────────────────────────── */

.text-center { text-align: center; }
.text-accent  { color: var(--color-accent); }
.text-muted   { color: var(--color-muted); }
.text-light   { color: var(--color-light); }

.mt-sm  { margin-top: 24px; }
.mt-md  { margin-top: 48px; }
.mt-lg  { margin-top: 80px; }

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

/* ─── Responsive ────────────────────────────────────────────────────────────── */

@media (max-width: 1100px) {
	.cc-inner,
	.cc-inner--narrow {
		padding: 0 32px;
	}

	.endorser-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hub-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.issue-cards {
		gap: 16px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	:root {
		--section-pad: var(--section-pad-sm);
	}

	.site-header {
		padding: 16px 24px;
	}

	.site-header.is-scrolled {
		padding: 12px 24px;
	}

	.cc-inner,
	.cc-inner--narrow {
		padding: 0 24px;
	}

	.issue-cards {
		grid-template-columns: 1fr;
	}

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

	.endorsement-wall {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer-top {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.footer-cta-heading {
		font-size: 22px;
	}

	.site-footer {
		padding: 60px 24px 32px;
	}

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

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

	.btn {
		padding: 16px 28px;
		font-size: 13px;
	}

	.section-warm {
		padding: 80px 0;
	}

	.hero-content {
		padding: 100px 24px 60px;
	}
}

@media (max-width: 768px) {
	.endorsement-wall {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 480px) {
	.endorsement-wall {
		grid-template-columns: repeat(2, 1fr);
		gap: 6px;
	}

	.btn-group {
		flex-direction: column;
		align-items: flex-start;
	}

	.btn-group .btn {
		width: 100%;
		justify-content: center;
	}

	.cc-inner,
	.cc-inner--narrow {
		padding: 0 16px;
	}

	.page-hero {
		padding: 100px 0 48px;
	}

	.page-hero h1 {
		font-size: clamp(40px, 12vw, 64px);
	}

	.page-hero .page-hero-sub {
		font-size: 16px;
	}

	.btn {
		padding: 14px 22px;
		font-size: 12px;
	}

	.pull-quote {
		font-size: clamp(22px, 6vw, 32px);
		padding-left: 20px;
	}
}

/* ─── Candidate Split (homepage section 5) ──────────────────────────────────── */

.candidate-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

.candidate-facts {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 8px;
}

.candidate-facts li {
	display: flex;
	gap: 16px;
	align-items: baseline;
	font-size: 16px;
	color: var(--color-muted);
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255,255,255,0.07);
}

.fact-label {
	font-family: var(--font-display);
	font-size: 13px;
	color: var(--color-accent);
	text-transform: uppercase;
	letter-spacing: 2px;
	min-width: 80px;
	flex-shrink: 0;
}

.candidate-photo {
	position: relative;
}

.candidate-photo img {
	width: 100%;
	border-radius: var(--radius);
	display: block;
}

.candidate-photo::before {
	content: '';
	position: absolute;
	inset: -12px -12px 12px 12px;
	border: 2px solid rgba(181, 83, 49, 0.3);
	border-radius: var(--radius);
	z-index: 0;
}

.candidate-photo img {
	position: relative;
	z-index: 1;
}

/* Hero buffalo watermark */
.hero-buffalo {
	position: absolute;
	right: -5%;
	bottom: -10%;
	width: 55%;
	max-width: 700px;
	opacity: 0.06;
	z-index: 1;
	pointer-events: none;
}

.hero-buffalo img {
	width: 100%;
	height: auto;
}

/* Endorser photo placeholder */
.endorser-photo-placeholder {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: var(--color-primary);
	border: 3px solid var(--color-accent);
	margin-bottom: 20px;
}

@media (max-width: 900px) {
	.candidate-split {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.candidate-photo {
		order: -1;
		max-width: 420px;
	}

	.hero-buffalo {
		opacity: 0.04;
		width: 80%;
		right: -10%;
	}
}

/* ─── Calendar Embed ────────────────────────────────────────────────────────── */

.calendar-embed {
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.calendar-embed iframe {
	display: block;
	width: 100%;
}

/* ─── Photo Strip ───────────────────────────────────────────────────────────── */

.photo-strip {
	width: 100%;
	height: 320px;
	overflow: hidden;
	display: block;
}

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

@media (max-width: 768px) {
	.photo-strip {
		height: 200px;
	}
}

/* ─── Endorsement Statement Lead ────────────────────────────────────────────── */

.endorsement-statement {
	line-height: 0.92;
}

.endorsement-statement p {
	font-family: var(--font-display);
	font-size: clamp(64px, 10vw, 120px);
	text-transform: uppercase;
	color: var(--color-light);
	margin: 0;
	line-height: 0.92;
}

.endorsement-statement-sub {
	color: var(--color-accent) !important;
}

/* ─── Platform Pillar Layout ────────────────────────────────────────────────── */

.platform-pillar-layout {
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 80px;
	align-items: start;
}

.platform-pillar-label .pull-quote {
	font-size: clamp(22px, 3vw, 32px);
	margin-top: 40px;
	margin-bottom: 0;
}

.platform-pillar-copy p {
	font-size: 17px;
	line-height: 1.85;
	color: var(--color-muted);
	margin-bottom: 20px;
}

.platform-pillar-copy p:last-child {
	margin-bottom: 0;
}

/* Pledge items responsive */
.pledge-items {
	grid-template-columns: 1fr 1fr;
}

/* About page two-col grids */
.about-two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

@media (max-width: 900px) {
	.platform-pillar-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.about-two-col {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.pledge-items {
		grid-template-columns: 1fr !important;
	}

	.pledge-items .pledge-item {
		grid-column: auto !important;
	}
}

/* ─── Join the Movement Layout ──────────────────────────────────────────────── */

.join-layout {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 60px;
	align-items: start;
}

.join-layout h2 {
	font-size: clamp(36px, 5vw, 56px);
}

@media (max-width: 900px) {
	.join-layout {
		grid-template-columns: 1fr;
	}
}

/* ─── WordPress Login Form Overrides ────────────────────────────────────────── */

#volunteer-login-form p {
	margin-bottom: 16px;
}

#volunteer-login-form label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 8px;
}

#volunteer-login-form input[type="text"],
#volunteer-login-form input[type="password"] {
	width: 100%;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--radius);
	color: var(--color-light);
	font-family: var(--font-body);
	font-size: 16px;
	padding: 14px 18px;
	transition: border-color var(--transition), background var(--transition);
	-webkit-appearance: none;
	box-sizing: border-box;
}

#volunteer-login-form input:focus {
	outline: none;
	border-color: var(--color-accent);
	background: rgba(255, 255, 255, 0.09);
}

#volunteer-login-form .login-remember {
	display: flex;
	align-items: center;
	gap: 8px;
}

#volunteer-login-form .login-remember label {
	font-size: 13px;
	letter-spacing: 0;
	text-transform: none;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 0;
}

#volunteer-login-form input[type="submit"],
#volunteer-login-form .button-primary {
	width: 100%;
	background: var(--color-accent);
	color: var(--color-light);
	font-family: var(--font-display);
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
	border: none;
	border-radius: var(--radius);
	padding: 18px;
	cursor: pointer;
	transition: background var(--transition), transform var(--transition);
	margin-top: 8px;
}

#volunteer-login-form input[type="submit"]:hover {
	background: #c96040;
	transform: translateY(-2px);
}

/* ─── Photo Placeholder (dev only — swap with real photo) ───────────────────── */

.photo-placeholder {
	background: rgba(255, 255, 255, 0.04);
	border: 2px dashed rgba(181, 83, 49, 0.5);
	border-radius: 6px;
	aspect-ratio: 4 / 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 32px;
	gap: 8px;
}

.photo-placeholder .ph-icon {
	font-size: 36px;
	opacity: 0.5;
}

.photo-placeholder .ph-label {
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--color-accent);
	margin: 0;
}

.photo-placeholder .ph-hint {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.3);
	margin: 0;
}

/* On light sections */
.section-light .photo-placeholder,
.section-warm .photo-placeholder {
	background: rgba(0, 33, 77, 0.06);
	border-color: rgba(181, 83, 49, 0.4);
}

.section-light .photo-placeholder .ph-hint,
.section-warm .photo-placeholder .ph-hint {
	color: rgba(0, 0, 0, 0.3);
}

/* ─── Admin Bar Offset ──────────────────────────────────────────────────────── */

.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

/* ─── Header Branding ───────────────────────────────────────────────────────── */

.header-branding {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.header-branding .custom-logo-link {
	display: block;
	line-height: 0;
}

.header-branding .custom-logo {
	height: 96px !important;
	width: auto !important;
	display: block;
	transition: height 0.35s ease;
}

.site-header.is-scrolled .header-branding .custom-logo {
	height: 72px !important;
}

/* Text fallback when no logo is set */
.header-site-name {
	font-family: var(--font-display);
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--color-light);
	text-decoration: none;
}

/* Always hide Genesis's default site title and description */
.site-title,
.site-description {
	display: none !important;
}

/* ─── Cover Block: Hero Adaptations ─────────────────────────────────────────── */

.wp-block-cover.hero {
	min-height: 100vh !important;
	align-items: center;
}

.wp-block-cover.hero .wp-block-cover__background {
	background: linear-gradient(
		160deg,
		rgba(0, 17, 38, 0.9) 0%,
		rgba(0, 33, 77, 0.78) 60%,
		rgba(0, 17, 38, 0.68) 100%
	) !important;
	opacity: 1 !important;
}

.wp-block-cover.hero .wp-block-cover__inner-container {
	width: 100%;
	padding: 0;
	display: flex;
	align-items: center;
	min-height: 100vh;
}

.wp-block-cover.hero .wp-block-group {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 140px 40px 80px;
	width: 100%;
}

.wp-block-cover.hero h1 {
	color: var(--color-light);
	line-height: 1.05;
	margin-bottom: 24px;
}

.wp-block-cover.hero .hero-sub {
	font-size: 19px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.75);
	max-width: 560px;
	margin-bottom: 44px;
}

@media (max-width: 768px) {
	.wp-block-cover.hero .wp-block-group {
		padding: 120px 24px 60px;
	}
}

/* ─── Button Block: Style Bridges ───────────────────────────────────────────── */

.wp-block-button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	font-family: var(--font-display);
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 18px 40px;
	border-radius: 2px;
	border: 2px solid transparent;
	transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);
	text-decoration: none;
	white-space: nowrap;
}

.wp-block-button.btn-primary .wp-block-button__link {
	background: var(--color-accent);
	color: var(--color-light);
	border-color: var(--color-accent);
}

.wp-block-button.btn-primary .wp-block-button__link:hover {
	background: #c96040;
	border-color: #c96040;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(181, 83, 49, 0.4);
}

.wp-block-button.btn-outline .wp-block-button__link {
	background: transparent;
	color: var(--color-light);
	border-color: rgba(255, 255, 255, 0.5);
}

.wp-block-button.btn-outline .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: var(--color-light);
	transform: translateY(-2px);
}

.section-accent .wp-block-button.btn-primary .wp-block-button__link {
	background: var(--color-light);
	color: var(--color-accent);
	border-color: var(--color-light);
}

.section-accent .wp-block-button.btn-primary .wp-block-button__link:hover {
	background: var(--color-warm);
	border-color: var(--color-warm);
}

.wp-block-buttons.btn-group {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

/* ─── Group Block: Strip default WordPress padding ───────────────────────────── */

.wp-block-group.section-dark,
.wp-block-group.section-navy,
.wp-block-group.section-warm,
.wp-block-group.section-accent,
.wp-block-group.section-light,
.wp-block-group.section-mid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* ─── Genesis Overrides ─────────────────────────────────────────────────────── */

.site-inner,
.content-sidebar-wrap,
.content {
	padding: 0 !important;
	max-width: 100% !important;
}

.entry {
	margin: 0;
}

.entry-content {
	padding: 0;
}

/* Remove Genesis default styles that conflict */
.site-header .wrap {
	display: contents;
}

.nav-primary .wrap {
	display: contents;
}

.site-footer .wrap {
	display: contents;
}

/* ─── Single Press Release ──────────────────────────────────────────────────── */

.press-single-wrap {
	background-color: var(--color-dark);
	background-size: cover;
	background-position: center top;
	position: relative;
	padding: 72px 24px 100px;
}

.press-single-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 17, 38, 0.82);
	z-index: 0;
}

.press-single-inner {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin: 0 auto;
}

.press-back-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: rgba(255,255,255,0.6);
	font-family: var(--font-body);
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 28px;
	transition: color 0.2s;
}

.press-back-link:hover {
	color: var(--color-accent);
}

/* Document card */

.press-document {
	background: #ffffff;
	border-radius: 2px;
	padding: 60px 72px 68px;
	box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
}

.press-doc-logo {
	text-align: center;
	margin-bottom: 32px;
}

.press-doc-logo-img {
	max-width: 200px;
	width: 100%;
	height: auto;
}

.press-doc-rule {
	height: 3px;
	background: var(--color-accent);
	margin-bottom: 32px;
}

.press-doc-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.press-doc-eyebrow {
	font-family: var(--font-body);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--color-accent);
}

.press-doc-date {
	font-family: var(--font-body);
	font-size: 13px;
	color: rgba(0, 0, 0, 0.4);
}

.press-doc-title {
	font-family: var(--font-display);
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.05;
	color: var(--color-primary);
	margin: 0 0 24px;
}

.press-doc-deck {
	font-size: 18px;
	line-height: 1.7;
	color: rgba(0, 0, 0, 0.65);
	font-weight: 500;
	margin: 0;
	padding-left: 20px;
	border-left: 3px solid var(--color-accent);
}

.press-doc-divider {
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	margin: 36px 0;
}

/* Body content inside document */

.press-release-body {
	color: #1a1a1a;
}

.press-release-body p {
	font-size: 17px;
	line-height: 1.85;
	margin-bottom: 1.4em;
	color: #222222;
}

.press-release-body p:first-child {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 1.8em;
}

.press-release-body h2,
.press-release-body h3 {
	font-family: var(--font-display);
	color: var(--color-primary);
	margin: 1.6em 0 0.5em;
}

.press-release-body strong {
	color: #111111;
}

.press-release-body em {
	color: rgba(0, 0, 0, 0.7);
}

.press-release-body blockquote {
	border-left: 3px solid var(--color-accent);
	margin: 1.6em 0;
	padding: 4px 0 4px 24px;
	font-size: 19px;
	line-height: 1.65;
	color: var(--color-primary);
	font-style: italic;
}

.press-release-fec {
	margin-top: 52px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.press-release-fec p {
	font-size: 12px !important;
	color: rgba(0, 0, 0, 0.35) !important;
	margin: 0 !important;
	letter-spacing: 0.02em;
}

/* Mobile */

@media (max-width: 680px) {
	.press-single-wrap {
		padding: 48px 16px 72px;
	}
	.press-document {
		padding: 36px 24px 44px;
	}
	.press-doc-logo-img {
		max-width: 160px;
	}
	.press-doc-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}
}

/* ─── Media Embed Card ───────────────────────────────────────────────────── */

.press-embed-card {
	break-inside: avoid;
}

.press-embed-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 12px;
}

.press-embed-wrap iframe,
.press-embed-wrap video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.press-embed-title {
	font-family: var(--font-display);
	font-size: 16px;
	color: var(--color-light);
	margin: 0 0 6px;
	line-height: 1.3;
}

.press-embed-meta {
	font-size: 13px;
	color: var(--color-muted);
	margin: 0;
}

/* ─── Newsletter Strip ───────────────────────────────────────────────────────── */

.newsletter-strip {
	background: var(--color-primary);
	padding: 72px 24px;
	text-align: center;
}

.newsletter-heading {
	font-family: var(--font-display);
	font-size: clamp(32px, 4vw, 48px);
	color: var(--color-light);
	margin: 12px 0 16px;
	line-height: 1.05;
}

.newsletter-sub {
	font-size: 17px;
	color: var(--color-muted);
	max-width: 480px;
	margin: 0 auto 36px;
	line-height: 1.7;
}

/* Constant Contact widget overrides */
.newsletter-strip .ctct-form-embed.form_0 .ctct-form-defaults {
	background: transparent !important;
	padding: 0 !important;
}

.newsletter-strip .ctct-inline-form input[type="email"],
.newsletter-strip .ctct-inline-form input[type="text"] {
	border-radius: 4px !important;
	border: 1px solid rgba(255,255,255,0.2) !important;
	background: rgba(255,255,255,0.08) !important;
	color: var(--color-light) !important;
	font-family: var(--font-body) !important;
}

.newsletter-strip .ctct-inline-form button[type="submit"] {
	background: var(--color-accent) !important;
	border-color: var(--color-accent) !important;
	font-family: var(--font-body) !important;
	font-weight: 600 !important;
	letter-spacing: 0.05em !important;
}

/* ─── Volunteer Signup Page ──────────────────────────────────────────────────── */

/* Context strip */

.volunteer-context-section {
	padding: var(--section-pad) 24px;
}

.volunteer-context-inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 56px;
	align-items: center;
}

.volunteer-context-inner.has-image {
	grid-template-columns: 1fr 1fr;
}

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

.volunteer-context-heading {
	font-family: var(--font-display);
	font-size: clamp(32px, 4vw, 52px);
	color: var(--color-primary);
	line-height: 1.05;
	margin: 12px 0 28px;
}

.volunteer-context-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.volunteer-context-list li {
	font-family: var(--font-body);
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 1.65;
	padding-left: 24px;
	position: relative;
}

.volunteer-context-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 3px;
	background: var(--color-accent);
	border-radius: 2px;
}

.volunteer-context-image {
	position: relative;
}

.volunteer-context-img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	border-radius: 3px;
	display: block;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Form section */

.volunteer-form-wrap {
	max-width: 820px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

.volunteer-form-header {
	text-align: center;
	margin-bottom: 48px;
}

.volunteer-form-heading {
	font-family: var(--font-display);
	font-size: clamp(32px, 4vw, 52px);
	color: var(--color-light);
	line-height: 1.05;
	margin: 12px 0 16px;
}

.volunteer-form-intro {
	font-size: 16px;
	color: var(--color-muted);
	max-width: 520px;
	margin: 0 auto;
	line-height: 1.7;
}

/* Mobile */

@media (max-width: 860px) {
	.volunteer-context-inner.has-image {
		grid-template-columns: 1fr;
	}

	.volunteer-context-img {
		height: 280px;
	}
}

.volunteer-form-wrap .nf-form-cont {
	color: var(--color-light);
	font-family: var(--font-body) !important;
}

.volunteer-form-wrap .nf-field-label label {
	color: var(--color-light) !important;
	font-family: var(--font-body) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: 0.03em !important;
}

.volunteer-form-wrap .ninja-forms-field {
	background: rgba(255,255,255,0.07) !important;
	border: 1px solid rgba(255,255,255,0.15) !important;
	border-radius: 4px !important;
	color: var(--color-light) !important;
	font-family: var(--font-body) !important;
	font-size: 15px !important;
	padding: 12px 16px !important;
	width: 100% !important;
	transition: border-color 0.2s !important;
}

.volunteer-form-wrap .ninja-forms-field:focus {
	border-color: var(--color-accent) !important;
	outline: none !important;
}

.volunteer-form-wrap .nf-field-element select.ninja-forms-field {
	background: rgba(255,255,255,0.07) !important;
}

.volunteer-form-wrap .nf-field-element textarea.ninja-forms-field {
	min-height: 100px !important;
	resize: vertical !important;
}

.volunteer-form-wrap .listcheckbox-wrap ul,
.volunteer-form-wrap .listradio-wrap ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
}

.volunteer-form-wrap .listcheckbox-wrap li,
.volunteer-form-wrap .listradio-wrap li {
	margin: 0 !important;
}

.volunteer-form-wrap .listcheckbox-wrap label,
.volunteer-form-wrap .listradio-wrap label {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	cursor: pointer !important;
	font-size: 14px !important;
	color: var(--color-muted) !important;
	background: rgba(255,255,255,0.06) !important;
	border: 1px solid rgba(255,255,255,0.12) !important;
	border-radius: 4px !important;
	padding: 8px 14px !important;
	transition: border-color 0.2s, color 0.2s !important;
}

.volunteer-form-wrap .listcheckbox-wrap input:checked + label,
.volunteer-form-wrap .listradio-wrap input:checked + label {
	border-color: var(--color-accent) !important;
	color: var(--color-light) !important;
}

.volunteer-form-wrap .nf-field-container {
	margin-bottom: 24px !important;
}

.volunteer-form-wrap .nf-form-fields-required {
	color: var(--color-muted) !important;
	font-size: 13px !important;
	margin-bottom: 32px !important;
}

.volunteer-form-wrap input[type="submit"],
.volunteer-form-wrap .nf-form-layout button[type="submit"] {
	background: var(--color-accent) !important;
	color: var(--color-light) !important;
	border: none !important;
	border-radius: 2px !important;
	font-family: var(--font-display) !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	padding: 18px 40px !important;
	cursor: pointer !important;
	transition: opacity 0.2s !important;
	width: 100% !important;
	margin-top: 8px !important;
}

.volunteer-form-wrap input[type="submit"]:hover,
.volunteer-form-wrap .nf-form-layout button[type="submit"]:hover {
	opacity: 0.88 !important;
}

.volunteer-form-wrap .nf-error .ninja-forms-field {
	border-color: #e05252 !important;
}

.volunteer-form-wrap .nf-error-msg {
	color: #e88 !important;
	font-size: 12px !important;
}

.volunteer-form-success {
	text-align: center;
	padding: 64px 24px;
	color: var(--color-light);
}

.volunteer-form-success h2 {
	font-family: var(--font-display);
	font-size: clamp(32px, 4vw, 52px);
	color: var(--color-light);
	margin-bottom: 20px;
}

.volunteer-form-success p {
	font-size: 18px;
	color: var(--color-muted);
	max-width: 540px;
	margin: 0 auto;
	line-height: 1.7;
}

/* ─── Get Updates Page ───────────────────────────────────────────────────────── */

.updates-form-wrap {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 40px;
}

.updates-consent {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.35);
	text-align: center;
	max-width: 520px;
	margin: 24px auto 0;
	line-height: 1.65;
}

.updates-consent a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: underline;
}

/* ─── Constant Contact Form — Dark Theme Overrides ──────────────────────────── */

.ctct-form-embed.form_0 .ctct-form-defaults,
.ctct-form-embed .ctct-form-defaults {
	background: transparent !important;
	padding: 0 !important;
}

.ctct-form-embed .ctct-form-header {
	display: none !important;
}

.ctct-form-embed .ctct-form-label {
	color: rgba(255, 255, 255, 0.75) !important;
	font-family: var(--font-body) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	margin-bottom: 6px !important;
}

.ctct-form-embed .ctct-form-element {
	background: rgba(255, 255, 255, 0.06) !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	border-radius: 4px !important;
	color: var(--color-light) !important;
	font-family: var(--font-body) !important;
	font-size: 16px !important;
	padding: 14px 16px !important;
	width: 100% !important;
	transition: border-color 0.2s ease !important;
}

.ctct-form-embed .ctct-form-element:focus {
	border-color: var(--color-accent) !important;
	outline: none !important;
}

.ctct-form-embed .ctct-form-element::placeholder {
	color: rgba(255, 255, 255, 0.3) !important;
}

.ctct-form-embed .ctct-form-button {
	background: var(--color-accent) !important;
	border: none !important;
	border-radius: 4px !important;
	color: var(--color-light) !important;
	font-family: var(--font-display) !important;
	font-size: 14px !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	padding: 18px 40px !important;
	width: 100% !important;
	cursor: pointer !important;
	transition: background 0.2s ease !important;
	margin-top: 8px !important;
}

.ctct-form-embed .ctct-form-button:hover {
	background: #c95f3a !important;
}

.ctct-form-embed .ctct-email-field-empty-title-description,
.ctct-form-embed .ctct-email-field-non-empty-title-description {
	display: none !important;
}

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-listname,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-lists-legend,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-date-slash,
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text,
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text p,
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link,
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 13px !important;
	line-height: 1.65 !important;
}

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text a,
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link,
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link {
	text-decoration: underline !important;
}

.ctct-form-embed .ctct-form-footer {
	margin-top: 16px !important;
}

.ctct-form-embed .ctct-form-logo,
.ctct-form-embed .ctct-form-footer-img {
	opacity: 0.2 !important;
	filter: invert(1) !important;
}

.ctct-form-embed .ctct-form-error {
	color: #ff6b6b !important;
	font-size: 13px !important;
}

.ctct-form-embed .ctct-form-success {
	color: #46b450 !important;
	font-family: var(--font-body) !important;
	text-align: center !important;
	padding: 32px 0 !important;
}

/* ─── Volunteer Thank You — Steps List ──────────────────────────────────────── */

.volunteer-steps {
	list-style: none;
	padding: 0;
	margin: 32px 0 0;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.volunteer-steps li {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.volunteer-step-num {
	font-family: var(--font-display);
	font-size: 32px;
	line-height: 1;
	color: var(--color-accent);
	flex-shrink: 0;
	width: 48px;
}

.volunteer-steps strong {
	display: block;
	font-family: var(--font-display);
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--color-light);
	margin-bottom: 6px;
}

.volunteer-steps p {
	font-size: 15px;
	color: var(--color-muted);
	margin: 0;
	line-height: 1.65;
}

/* ─── Video Embed ────────────────────────────────────────────────────────────── */

.video-embed-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}

.video-embed-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 6px;
}

.video-facade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.video-facade-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
	display: block;
	transition: filter 0.3s ease;
}

.video-facade:hover .video-facade-thumb {
	filter: brightness(0.75);
}

.video-facade-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: var(--color-accent);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.25s ease, background 0.25s ease;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.video-facade:hover .video-facade-play {
	transform: translate(-50%, -50%) scale(1.1);
}

.video-facade-play svg {
	width: 28px;
	height: 28px;
	fill: var(--color-light);
	margin-left: 5px;
}

/* ─── Policy Page — light-background section headings ───────────────────────── */

#housing h2,
#immigration h2 {
	color: var(--color-primary) !important;
}

/* ─── Events Page ─────────────────────────────────────────────── */
.event-list {
	display: flex;
	flex-direction: column;
	max-width: 900px;
	margin: 0 auto;
}
.event-item {
	display: grid;
	grid-template-columns: 80px 1fr auto;
	gap: 32px;
	align-items: center;
	padding: 36px 0;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
.event-item:last-child {
	border-bottom: none;
}
.event-date-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--color-accent);
	border-radius: 6px;
	padding: 12px 8px;
	text-align: center;
}
.event-badge-month {
	font-family: var(--font-display);
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
	line-height: 1;
}
.event-badge-day {
	font-family: var(--font-display);
	font-size: 38px;
	line-height: 1;
	color: var(--color-light);
	margin: 4px 0;
}
.event-badge-dow {
	font-family: var(--font-display);
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.7);
	line-height: 1;
}
.event-title {
	font-family: var(--font-display);
	font-size: clamp(18px, 2.2vw, 26px);
	color: var(--color-light);
	margin: 0 0 10px;
	line-height: 1.1;
}
.event-meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.event-time {
	font-size: 14px;
	color: var(--color-accent);
	letter-spacing: 0.3px;
}
.event-location {
	font-size: 14px;
	color: rgba(255,255,255,0.45);
}
.event-desc {
	font-size: 14px;
	color: rgba(255,255,255,0.35);
	margin: 10px 0 0;
	line-height: 1.6;
}
.event-cta {
	flex-shrink: 0;
	font-size: 13px;
	padding: 10px 20px;
	white-space: nowrap;
}
@media (max-width: 680px) {
	.event-item {
		grid-template-columns: 72px 1fr;
		gap: 20px;
	}
	.event-cta {
		grid-column: 1 / -1;
	}
}

/* ─── Homepage Popup ─────────────────────────────────────────────────────────── */

.popup-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.72);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.35s ease;
}
.popup-overlay.is-visible {
	opacity: 1;
	pointer-events: auto;
}
.popup-modal {
	background: var(--color-primary);
	max-width: 480px;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.popup-close {
	position: absolute;
	top: 12px;
	right: 16px;
	background: none;
	border: none;
	color: var(--color-light);
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.65;
	transition: opacity 0.15s ease;
	z-index: 1;
}
.popup-close:hover { opacity: 1; }
.popup-photo {
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: center top;
	display: block;
}
.popup-body {
	padding: 32px;
}
.popup-heading {
	font-family: var(--font-display);
	font-size: clamp(32px, 5vw, 46px);
	color: var(--color-light);
	line-height: 0.97;
	margin-bottom: 16px;
}
.popup-sub {
	font-size: 16px;
	color: rgba(255,255,255,0.8);
	line-height: 1.75;
	margin-bottom: 32px;
}
.popup-cta {
	display: block;
	width: 100%;
	text-align: center;
}
