/*
Theme Name: Zeus Illumination
Template: twentytwentyfive
Description: Premium permanent outdoor LED roofline lighting — Zeus Illumination, Austin TX
Author: Zeus Illumination
Version: 1.0.0
*/

/* ============================================================
   Sticky header
   ============================================================ */
.zeus-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
}

/* ============================================================
   Header navigation
   ============================================================ */
.zeus-site-header .wp-block-navigation a,
.zeus-site-header .wp-block-navigation .wp-block-navigation-item__content {
	color: #B0B7C3 !important;
	text-decoration: none;
	transition: color 0.2s ease;
	white-space: nowrap;
}

.zeus-site-header .wp-block-navigation a:hover,
.zeus-site-header .wp-block-navigation .wp-block-navigation-item__content:hover {
	color: #ffffff !important;
}

/* Keep logo at full width — do not let flex squeeze it */
.zeus-site-header .wp-block-site-logo {
	flex-shrink: 0;
}

/* Prevent CTA button from shrinking or wrapping */
.zeus-site-header .wp-block-buttons {
	flex-shrink: 0;
}

.zeus-site-header .wp-block-buttons .wp-block-button__link {
	white-space: nowrap;
	border-radius: 5px !important; /* parent theme sets 100px — override */
	font-weight: 600 !important;
}

/* Hide header CTA button on mobile — hero already has one directly below it */
@media (max-width: 768px) {
	.zeus-site-header .wp-block-buttons {
		display: none !important;
	}
}

/* zeus-nav-cta: hidden on desktop (button block handles it), gold button in mobile drawer */
@media (min-width: 769px) {
	.zeus-nav-cta {
		display: none !important;
	}
}

.zeus-site-header .wp-block-navigation__responsive-container .zeus-nav-cta {
	width: 100%;
	padding: 1.25rem 1.5rem 0.25rem;
	box-sizing: border-box;
}

.zeus-site-header .wp-block-navigation__responsive-container .zeus-nav-cta .wp-block-navigation-item__content {
	display: block !important;
	background: #F5A623 !important;
	color: #0A0F1E !important;
	text-align: center !important;
	padding: 0.875rem 1.5rem !important;
	border-radius: 5px !important;
	font-weight: 700 !important;
	font-size: 1rem !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
	white-space: normal !important;
	transition: background 0.2s ease !important;
}

.zeus-site-header .wp-block-navigation__responsive-container .zeus-nav-cta .wp-block-navigation-item__content:hover {
	background: #fbb840 !important;
	color: #0A0F1E !important;
}

/* Dropdown submenu */
.zeus-site-header .wp-block-navigation__submenu-container {
	background-color: #111827 !important;
	border: 1px solid #1E2A3A !important;
	min-width: 160px;
}

.zeus-site-header .wp-block-navigation__submenu-container a {
	padding: 0.625rem 1.25rem !important;
}

/* Mobile overlay menu */
.zeus-site-header .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #0A0F1E !important;
}

/* ============================================================
   Footer navigation
   ============================================================ */
footer .wp-block-navigation a,
footer .wp-block-navigation .wp-block-navigation-item__content {
	color: #9CA3AF !important;
	text-decoration: none;
	font-size: 0.9375rem;
	transition: color 0.2s ease;
}

footer .wp-block-navigation a:hover,
footer .wp-block-navigation .wp-block-navigation-item__content:hover {
	color: #F5A623 !important;
}

/* ============================================================
   Hero section
   ============================================================ */
.zeus-pill-badge {
	display: inline-block !important;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 100px;
	padding: 0.375rem 0.875rem !important;
	width: fit-content;
	background: rgba(0, 0, 0, 0.25);
	margin-bottom: 0 !important;
}

.zeus-hero-body {
	max-width: 520px;
}

/* ============================================================
   Feature cards
   ============================================================ */
.zeus-feature-card {
	height: 100%;
	box-sizing: border-box;
	transition: border-color 0.2s ease;
}

.zeus-feature-card:hover {
	border-color: #F5A623 !important;
}

.zeus-spec-card {
	align-items: flex-end;
}

.zeus-spec-badge {
	display: inline-block;
	border: 1px solid #F5A623;
	color: #F5A623;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 0.25rem 0.75rem;
	border-radius: 100px;
}

/* ============================================================
   Gallery placeholder cards
   ============================================================ */
.zeus-gallery-placeholder {
	background-color: #111827;
	border: 1px solid #1E2A3A;
	border-radius: 10px;
	min-height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.5rem;
	color: #4B5563;
	font-size: 0.875rem;
	font-weight: 500;
	width: 100%;
}

/* ============================================================
   Global: smooth page background
   ============================================================ */
body,
.wp-site-blocks {
	background-color: #0A0F1E;
}

/* Remove default Twenty Twenty-Five link styles that might bleed through */
a {
	color: #F5A623;
}

a:hover {
	color: #E8940F;
}


/* ============================================================
   About page — pull-quote
   ============================================================ */
.zeus-pull-quote {
	border-left: 4px solid #F5A623;
	padding-left: 2rem;
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	font-style: italic;
	color: #ffffff;
	max-width: 600px;
	line-height: 1.5;
	margin: 0;
}

/* ============================================================
   Download App — disabled store buttons
   ============================================================ */
.zeus-download-btn-disabled {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	background: #1E2A3A;
	border: 1px solid #2D3A4A;
	border-radius: 8px;
	padding: 0.875rem 1.5rem;
	color: #6B7280 !important;
	font-size: 0.9375rem;
	font-weight: 500;
	cursor: default;
	text-decoration: none !important;
}

/* ============================================================
   FAQ accordion (Details block)
   ============================================================ */
.zeus-faq-group .wp-block-details {
	border-bottom: 1px solid #1E2A3A;
	margin: 0 !important;
}

.zeus-faq-group .wp-block-details summary {
	cursor: pointer;
	padding: 1.25rem 0;
	color: #ffffff;
	font-weight: 600;
	font-size: 1rem;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.zeus-faq-group .wp-block-details summary::-webkit-details-marker { display: none; }
.zeus-faq-group .wp-block-details summary::marker { display: none; }

.zeus-faq-group .wp-block-details summary::after {
	content: '+';
	color: #F5A623;
	font-size: 1.375rem;
	font-weight: 300;
	flex-shrink: 0;
	line-height: 1;
}

.zeus-faq-group .wp-block-details[open] summary::after {
	content: '\2212';
}

.zeus-faq-group .wp-block-details summary:hover {
	color: #F5A623;
}

.zeus-faq-group .wp-block-details > p,
.zeus-faq-group .wp-block-details .wp-block-paragraph {
	color: #9CA3AF !important;
	font-size: 0.9375rem !important;
	line-height: 1.75 !important;
	padding-bottom: 1.25rem;
	margin-top: 0 !important;
}

/* ============================================================
   Footer — link and text helpers
   ============================================================ */
.zeus-footer-link {
	color: #9CA3AF;
	text-decoration: none;
	font-size: 0.9375rem;
	line-height: 1.6;
	transition: color 0.2s ease;
}

.zeus-footer-link:hover {
	color: #F5A623 !important;
}

.zeus-footer-service-item {
	color: #9CA3AF;
	font-size: 0.9375rem;
	line-height: 1.6;
}

.zeus-social-link {
	color: #9CA3AF;
	text-decoration: none !important;
	transition: color 0.2s ease;
	display: inline-flex;
	align-items: center;
}

.zeus-social-link:hover {
	color: #F5A623 !important;
}

.zeus-bbb-seal {
	display: inline-block;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 6px;
	padding: 0.5rem;
	line-height: 0;
}

/* ============================================================
   Resources nav dropdown — wider for longer labels
   ============================================================ */
.zeus-site-header .wp-block-navigation__submenu-container {
	min-width: 220px !important;
}

/* ============================================================
   VIDEO HERO  (Step 6.6)
   ============================================================ */

.zeus-video-hero {
	position: relative;
	min-height: 85vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	background: #0A0F1E;
}

.zeus-hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.zeus-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(10,15,30,0.55) 0%, rgba(10,15,30,0.85) 100%);
	z-index: 2;
}

.zeus-hero-content {
	position: relative;
	z-index: 3;
	width: 100%;
	min-width: 0;
	max-width: 660px;
	padding: 3.5rem clamp(2rem,6vw,5rem);
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	box-sizing: border-box;
}

.zeus-hero-content h1 {
	font-weight: 800;
	line-height: 1.05;
	font-size: clamp(2.75rem,5vw,4.5rem);
	color: #ffffff;
	margin: 0;
	overflow-wrap: break-word;
}

.zeus-hero-content .zeus-hero-body {
	color: #D1D5DB;
	font-size: clamp(1rem,1.5vw,1.125rem);
	line-height: 1.7;
	max-width: 520px;
	margin: 0;
}

.zeus-hero-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 0.25rem;
}

.zeus-btn-gold {
	display: inline-block;
	background: #F5A623;
	color: #0A0F1E !important;
	font-weight: 700;
	font-size: 0.9375rem;
	padding: 0.875rem 1.75rem;
	border-radius: 5px;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background 0.2s ease, transform 0.2s ease;
}

.zeus-btn-gold:hover {
	background: #fbb840;
	transform: translateY(-1px);
}

.zeus-btn-outline {
	display: inline-block;
	background: transparent;
	color: #ffffff !important;
	font-weight: 600;
	font-size: 0.9375rem;
	padding: 0.875rem 1.75rem;
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0.65);
	text-decoration: none !important;
	white-space: nowrap;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.zeus-btn-outline:hover {
	border-color: #F5A623;
	color: #F5A623 !important;
}

@media (max-width: 768px) {
	.zeus-hero-content { padding-top: 2rem; }
	.zeus-hero-btns { justify-content: center; }
}

@media (max-width: 600px) {
	.zeus-video-hero { min-height: 600px; }
	.zeus-hero-content { padding: 2rem 1.5rem; }
}

/* Task 1 — Mobile header/hero gap fix (375px / 390px / 414px)
   Root cause: align-items:center on a 600px min-height hero creates ~90px
   dead space above hero content. Fix: flush content to top at ≤430px. */
@media (max-width: 430px) {
	.zeus-site-header .wp-block-site-logo img {
		max-height: 40px;
		width: auto !important;
	}
	.zeus-video-hero {
		align-items: flex-start;
		min-height: 88vh;
	}
	.zeus-hero-content {
		padding: 0.75rem 1.5rem 3rem;
	}
}

/* ============================================================
   SOLUTIONS GRID  (Step 6.6)
   ============================================================ */

.zeus-solutions-section {
	background: #111827;
	padding: 5rem clamp(2rem,6vw,5rem);
}

.zeus-solutions-header {
	text-align: center;
	max-width: 780px;
	margin: 0 auto 3rem;
}

.zeus-eyebrow {
	color: #F5A623 !important;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin: 0 0 0.875rem !important;
}

.zeus-solutions-header h2 {
	color: #ffffff;
	font-size: clamp(2rem,4vw,3rem);
	font-weight: 800;
	margin: 0 0 1rem;
	line-height: 1.1;
}

.zeus-solutions-header .zeus-subhead {
	color: #9CA3AF;
	font-size: 1.0625rem;
	line-height: 1.7;
	max-width: 680px;
	margin: 0 auto !important;
}

.zeus-solutions-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
	max-width: 1200px;
	margin: 0 auto;
}

.zeus-solution-card {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(245,166,35,0.15);
	min-height: 380px;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.zeus-solution-card:hover {
	transform: translateY(-4px);
	border-color: rgba(245,166,35,0.5);
	box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}

.zeus-solution-card > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: transform 0.4s ease;
}

.zeus-solution-card:hover > img {
	transform: scale(1.04);
}

.zeus-solution-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(10,15,30,0.92) 0%, rgba(10,15,30,0.3) 55%, rgba(10,15,30,0.05) 100%);
	z-index: 2;
}

.zeus-solution-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1.5rem;
	z-index: 3;
}

.zeus-solution-eyebrow {
	color: #F5A623;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin: 0 0 0.4rem !important;
}

.zeus-solution-content h3 {
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 0.4rem;
	line-height: 1.2;
}

.zeus-solution-content p {
	color: #B0B7C3;
	font-size: 0.875rem;
	line-height: 1.55;
	margin: 0 !important;
}

@media (max-width: 960px) {
	.zeus-solutions-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
	.zeus-solutions-grid { grid-template-columns: 1fr; }
	.zeus-solution-card { min-height: 300px; }
}

/* ============================================================
   APP CAROUSEL  (Step 6.6)
   ============================================================ */

.zeus-app-section {
	background: #070C18;
	padding: 5rem clamp(2rem,6vw,5rem);
}

.zeus-app-header {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 3rem;
}

.zeus-app-header h2 {
	color: #ffffff;
	font-size: clamp(1.75rem,3.5vw,2.75rem);
	font-weight: 800;
	margin: 0.75rem 0;
	line-height: 1.15;
}

.zeus-app-header .zeus-app-subhead {
	color: #9CA3AF;
	font-size: 1.0625rem;
	line-height: 1.7;
	margin: 0 !important;
}

.zeus-carousel-wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.zeus-app-carousel-track {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	gap: 1.75rem;
	padding: 1rem 2rem 2rem;
	scrollbar-width: none;
}

.zeus-app-carousel-track::-webkit-scrollbar {
	display: none;
}

.zeus-carousel-slide {
	flex: 0 0 auto;
	scroll-snap-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
}

.zeus-phone-frame {
	width: 270px;
	height: 570px;
	background: #111827;
	border: 1.5px solid rgba(245,166,35,0.25);
	border-radius: 36px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 24px 64px rgba(0,0,0,0.55);
	display: flex;
	flex-direction: column;
	padding: 10px 8px 8px;
	box-sizing: border-box;
}

.zeus-phone-notch {
	width: 72px;
	height: 16px;
	background: #0A0F1E;
	border-radius: 0 0 12px 12px;
	margin: 0 auto 6px;
	flex-shrink: 0;
}

.zeus-phone-screen {
	flex: 1;
	overflow: hidden;
	border-radius: 24px;
	background: #0A0F1E;
}

.zeus-phone-screen img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.zeus-app-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.875rem;
	background: linear-gradient(160deg, #0D1328 0%, #1A2050 100%);
	height: 100%;
	padding: 2rem 1.5rem;
	text-align: center;
}

.zeus-placeholder-icon {
	opacity: 0.7;
}

.zeus-placeholder-label {
	color: #F5A623;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin: 0 !important;
}

.zeus-placeholder-feature {
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 800;
	margin: 0 !important;
	line-height: 1.2;
}

/* ── App Screenshots (Download App page) ──────────────────── */
.zeus-app-screens-section {
	padding: 3.5rem 0 0;
	text-align: center;
}
.zeus-app-screens-heading {
	color: #ffffff;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 800;
	margin: 0 0 0.75rem;
}
.zeus-app-screens-intro {
	color: #9CA3AF;
	font-size: 1rem;
	line-height: 1.7;
	margin: 0 0 2.5rem;
}
.zeus-app-screens-grid {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	flex-wrap: nowrap;
}
.zeus-app-screens-grid .zeus-phone-frame {
	width: 210px;
	height: 443px;
}
.zeus-app-screen-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}
@media (max-width: 720px) {
	.zeus-app-screens-grid {
		flex-wrap: wrap;
		gap: 2rem;
	}
	.zeus-app-screens-grid .zeus-phone-frame {
		width: 270px;
		height: 570px;
	}
}
.zeus-app-screen-label {
	color: #F5A623;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0;
}

.zeus-carousel-caption {
	text-align: center;
	max-width: 270px;
}

.zeus-caption-title {
	color: #ffffff;
	font-weight: 700;
	font-size: 1rem;
	margin: 0 0 0.2rem !important;
}

.zeus-caption-sub {
	color: #9CA3AF;
	font-size: 0.8125rem;
	margin: 0 !important;
}

.zeus-carousel-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 0.5rem;
}

.zeus-carousel-btn {
	background: rgba(245,166,35,0.1);
	border: 1px solid rgba(245,166,35,0.3);
	color: #F5A623;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
	line-height: 1;
}

.zeus-carousel-btn:hover {
	background: rgba(245,166,35,0.22);
}

.zeus-carousel-dots {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.zeus-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(245,166,35,0.3);
	border: none;
	cursor: pointer;
	padding: 0;
	transition: background 0.25s ease, width 0.25s ease, border-radius 0.25s ease;
}

.zeus-dot.active {
	background: #F5A623;
	width: 22px;
	border-radius: 4px;
}

.zeus-carousel-note {
	text-align: center;
	color: #9CA3AF;
	font-size: 0.875rem;
	margin: 1.75rem auto 0.75rem !important;
	max-width: 500px;
}

.zeus-btn-outline-sm {
	display: block;
	text-align: center;
	color: #F5A623 !important;
	border: 1px solid rgba(245,166,35,0.5);
	border-radius: 5px;
	padding: 0.625rem 1.5rem;
	font-size: 0.9375rem;
	font-weight: 600;
	text-decoration: none !important;
	width: fit-content;
	margin: 0 auto;
	transition: background 0.2s, border-color 0.2s;
}

.zeus-btn-outline-sm:hover {
	background: rgba(245,166,35,0.08);
	border-color: #F5A623;
}

@media (max-width: 540px) {
	.zeus-phone-frame { width: 230px; height: 490px; }
}

/* ============================================================
   TESTIMONIALS  (Step 6.6)
   ============================================================ */

.zeus-testimonials-section {
	background: #111827;
	padding: 5rem clamp(2rem,6vw,5rem);
}

.zeus-testimonials-header {
	text-align: center;
	max-width: 780px;
	margin: 0 auto 3rem;
}

.zeus-testimonials-header h2 {
	color: #ffffff;
	font-size: clamp(1.75rem,3.5vw,2.75rem);
	font-weight: 800;
	margin: 0.75rem 0;
	line-height: 1.15;
}

.zeus-testimonials-header .zeus-t-subhead {
	color: #9CA3AF;
	font-size: 1.0625rem;
	line-height: 1.7;
	margin: 0 !important;
}

.zeus-testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	max-width: 1200px;
	margin: 0 auto;
}

.zeus-testimonial-card {
	background: #0A0F1E;
	border: 1px solid rgba(245,166,35,0.15);
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, border-color 0.3s ease;
}

.zeus-testimonial-card:hover {
	transform: translateY(-4px);
	border-color: rgba(245,166,35,0.45);
}

.zeus-testimonial-img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
	flex-shrink: 0;
}

.zeus-testimonial-body {
	padding: 1.375rem;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	flex: 1;
}

.zeus-stars {
	color: #F5A623;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
}

.zeus-testimonial-quote {
	color: #ffffff;
	font-size: 0.9375rem;
	line-height: 1.65;
	font-style: italic;
	margin: 0 !important;
	flex: 1;
}

.zeus-testimonial-name {
	color: #F5A623;
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0.25rem 0 0 !important;
}

.zeus-testimonial-location {
	color: #9CA3AF;
	font-size: 0.8125rem;
	margin: 0 !important;
}

.zeus-testimonials-cta {
	text-align: center;
	margin-top: 2.5rem;
}

.zeus-google-link {
	color: #9CA3AF;
	font-size: 0.9375rem;
	text-decoration: none !important;
	transition: color 0.2s;
}

.zeus-google-link:hover {
	color: #F5A623 !important;
}

@media (max-width: 960px) {
	.zeus-testimonials-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
	.zeus-testimonials-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   SMART HOME LOGOS  (Step 6.6)
   ============================================================ */

.zeus-smart-home-section {
	background: #0A0F1E;
	padding: 4rem clamp(2rem,6vw,5rem);
	border-top: 1px solid #1E2A3A;
}

.zeus-smart-home-headline {
	text-align: center;
	color: #ffffff;
	font-size: 1.375rem;
	font-weight: 700;
	margin: 0 0 2.5rem !important;
}

.zeus-smart-home-logos {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: clamp(2rem,5vw,4.5rem);
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto 2rem;
}

.zeus-smart-home-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.625rem;
	transition: opacity 0.2s;
}

.zeus-smart-home-logo.zeus-logo-live { opacity: 0.9; }
.zeus-smart-home-logo.zeus-logo-soon { opacity: 0.5; }
.zeus-smart-home-logo.zeus-logo-live:hover { opacity: 1; }

.zeus-logo-icon {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zeus-logo-label {
	color: #ffffff;
	font-size: 0.8125rem;
	font-weight: 600;
	text-align: center;
	margin: 0 !important;
}

.zeus-coming-soon-badge {
	display: inline-block;
	background: rgba(245,166,35,0.15);
	color: #F5A623;
	border: 1px solid rgba(245,166,35,0.35);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.18rem 0.5rem;
	border-radius: 100px;
}

.zeus-compatible-badge {
	display: inline-block;
	background: rgba(245,166,35,0.12);
	color: #F5A623;
	border: 1px solid rgba(245,166,35,0.3);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.18rem 0.5rem;
	border-radius: 100px;
}

.zeus-smart-home-subtext {
	text-align: center;
	color: #9CA3AF;
	font-size: 0.8125rem;
	line-height: 1.7;
	max-width: 600px;
	margin: 0 auto !important;
}

/* ============================================================
   FINANCING PAGE
   ============================================================ */

.zeus-financing-section {
	background: #111827;
	padding: 5rem clamp(2rem,6vw,5rem);
}

.zeus-financing-steps-section {
	background: #0A0F1E;
	padding: 5rem clamp(2rem,6vw,5rem);
	border-top: 1px solid #1E2A3A;
}

.zeus-financing-faq-section {
	background: #111827;
	padding: 5rem clamp(2rem,6vw,5rem);
	border-top: 1px solid #1E2A3A;
}

.zeus-financing-compliance {
	background: #0A0F1E;
	border-top: 1px solid #1E2A3A;
	padding: 2.5rem clamp(2rem,6vw,5rem);
}

.zeus-financing-inner {
	max-width: 960px;
	margin: 0 auto;
}

.zeus-financing-h2 {
	color: #ffffff;
	font-weight: 800;
	font-size: clamp(1.75rem,3vw,2.25rem);
	margin: 0 0 0.75rem !important;
}

.zeus-financing-subhead {
	color: #9CA3AF;
	font-size: 1rem;
	line-height: 1.7;
	margin: 0 0 3rem !important;
}

/* Partner cards */
.zeus-financing-partners {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	margin-top: 2.5rem;
}

.zeus-financing-card {
	background: #0A0F1E;
	border: 1px solid #1E2A3A;
	border-radius: 12px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.zeus-financing-card-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.zeus-financing-logo-wrap {
	display: flex;
	align-items: center;
}

.zeus-financing-logo-svg {
	width: 140px;
	height: auto;
}

.zeus-financing-badge {
	display: inline-block;
	background: rgba(245,166,35,0.15);
	color: #F5A623;
	border: 1px solid rgba(245,166,35,0.4);
	font-size: 0.6rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 0.2rem 0.6rem;
	border-radius: 100px;
}

.zeus-financing-features {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	flex: 1;
}

.zeus-financing-features li {
	color: #D1D5DB;
	font-size: 0.9375rem;
	line-height: 1.5;
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
	margin: 0 !important;
}

.zeus-fi-check {
	color: #F5A623;
	font-weight: 700;
	flex-shrink: 0;
	margin-top: 0.05em;
}

.zeus-financing-btn {
	display: inline-block;
	background: #F5A623;
	color: #0A0F1E !important;
	font-weight: 700;
	font-size: 0.9375rem;
	padding: 0.875rem 1.5rem;
	border-radius: 5px;
	text-decoration: none !important;
	text-align: center;
	transition: background 0.2s ease, transform 0.2s ease;
}

.zeus-financing-btn:hover {
	background: #fbb840;
	transform: translateY(-1px);
}

.zeus-financing-btn-outline {
	background: transparent !important;
	color: #F5A623 !important;
	border: 2px solid #F5A623;
}

.zeus-financing-btn-outline:hover {
	background: rgba(245,166,35,0.1) !important;
	transform: translateY(-1px);
}

.zeus-financing-card-note {
	color: #6B7280;
	font-size: 0.8125rem;
	margin: 0 !important;
	text-align: center;
}

/* How It Works steps */
.zeus-fin-steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 2rem;
	margin-top: 1rem;
}

.zeus-fin-step {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.zeus-fin-step-num {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(245,166,35,0.12);
	border: 1px solid rgba(245,166,35,0.35);
	color: #F5A623;
	font-weight: 800;
	font-size: 1.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.zeus-fin-step-title {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.0625rem;
	margin: 0 !important;
}

.zeus-fin-step-body {
	color: #9CA3AF;
	font-size: 0.9375rem;
	line-height: 1.7;
	margin: 0 !important;
}

/* FAQ */
.zeus-fin-faqs {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 2rem;
}

.zeus-fin-faq {
	border-left: 3px solid #F5A623;
	padding-left: 1.5rem;
}

.zeus-fin-faq-q {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.0625rem;
	margin: 0 0 0.5rem !important;
}

.zeus-fin-faq-a {
	color: #9CA3AF;
	font-size: 0.9375rem;
	line-height: 1.7;
	margin: 0 !important;
}

/* Compliance text */
.zeus-compliance-text {
	color: #6B7280;
	font-size: 0.75rem;
	line-height: 1.7;
	font-style: italic;
	margin: 0 0 0.75rem !important;
}

.zeus-compliance-text:last-child {
	margin-bottom: 0 !important;
}

@media (max-width: 600px) {
	.zeus-financing-partners { grid-template-columns: 1fr; }
	.zeus-fin-steps { grid-template-columns: 1fr; }
}

/* ============================================================
   ESTIMATE PAGE — CF7 form styling
   ============================================================ */

.zeus-estimate-expect-list {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.zeus-estimate-expect-list li {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	color: #D1D5DB;
	font-size: 0.9375rem;
	margin: 0 !important;
}

/* CF7 field resets — dark theme */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 100%;
	background: #111827;
	border: 1px solid #1E2A3A;
	border-radius: 6px;
	color: #ffffff;
	font-family: inherit;
	font-size: 0.9375rem;
	padding: 0.75rem 1rem;
	outline: none;
	transition: border-color 0.2s ease;
	box-sizing: border-box;
	margin-bottom: 0.75rem;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
	border-color: #F5A623;
}

.wpcf7 textarea {
	min-height: 120px;
	resize: vertical;
}

.wpcf7 input[type="submit"] {
	width: 100%;
	background: #F5A623;
	color: #0A0F1E;
	font-weight: 700;
	font-size: 1rem;
	padding: 0.9rem 1.75rem;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-family: inherit;
	transition: background 0.2s ease, transform 0.2s ease;
	margin-top: 0.25rem;
}

.wpcf7 input[type="submit"]:hover {
	background: #fbb840;
	transform: translateY(-1px);
}

.wpcf7 .wpcf7-radio {
	display: flex;
	gap: 1.5rem;
	margin-bottom: 0.75rem;
}

.wpcf7 .wpcf7-radio .wpcf7-list-item {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	color: #D1D5DB;
	font-size: 0.9375rem;
	margin: 0;
}

.wpcf7 .wpcf7-list-item input[type="radio"] {
	accent-color: #F5A623;
	width: auto;
	margin: 0;
	padding: 0;
}

.wpcf7-response-output {
	border-radius: 6px;
	padding: 0.75rem 1rem !important;
	font-size: 0.9375rem;
	margin-top: 0.75rem !important;
	border: 1px solid #1E2A3A !important;
	color: #34D399 !important;
}

.wpcf7-not-valid-tip {
	color: #F87171 !important;
	font-size: 0.8125rem !important;
}

/* ============================================================
   BLOG — Single post prose
   ============================================================ */

.zeus-post-body {
	background: #0A0F1E;
}

/* Prose styling: targets WP's rendered post content */
.zeus-post-body .wp-block-post-content,
.zeus-post-body .wp-block-post-content > * {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.zeus-post-body .wp-block-post-content p,
.zeus-post-body .wp-block-post-content li {
	color: #D1D5DB;
	font-size: 1.0625rem;
	line-height: 1.85;
}

.zeus-post-body .wp-block-post-content p { margin: 0 0 1.4rem; }

.zeus-post-body .wp-block-post-content h2,
.zeus-post-body .wp-block-post-content h3,
.zeus-post-body .wp-block-post-content h4 {
	color: #ffffff;
	font-weight: 700;
	line-height: 1.25;
	margin: 2.5rem 0 1rem;
}

.zeus-post-body .wp-block-post-content h2 { font-size: clamp(1.375rem, 2.5vw, 1.75rem); }
.zeus-post-body .wp-block-post-content h3 { font-size: clamp(1.125rem, 2vw, 1.375rem); }

.zeus-post-body .wp-block-post-content ul,
.zeus-post-body .wp-block-post-content ol {
	padding-left: 1.5rem;
	margin: 0 0 1.4rem;
}

.zeus-post-body .wp-block-post-content li { margin-bottom: 0.5rem; }

.zeus-post-body .wp-block-post-content img {
	width: 100%;
	border-radius: 8px;
	margin: 2rem 0;
}

.zeus-post-body .wp-block-post-content a {
	color: #F5A623;
	text-decoration: underline;
	text-decoration-color: rgba(245, 166, 35, 0.4);
}

.zeus-post-body .wp-block-post-content a:hover {
	text-decoration-color: #F5A623;
}

.zeus-post-body .wp-block-post-content blockquote {
	border-left: 3px solid #F5A623;
	padding-left: 1.25rem;
	margin: 2rem 0;
	color: #9CA3AF;
	font-style: italic;
}

/* Single post CTA band */
.zeus-post-cta {
	background: #111827;
	border-top: 1px solid #1E2A3A;
	border-bottom: 1px solid #1E2A3A;
	text-align: center;
	padding: 4rem clamp(1.5rem, 4vw, 2.5rem);
}

.zeus-post-cta h2 {
	color: #ffffff;
	font-size: clamp(1.75rem, 3vw, 2.375rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0.75rem 0 0.75rem !important;
}

.zeus-post-cta p {
	color: #9CA3AF;
	font-size: 1rem;
	max-width: 520px;
	margin: 0 auto 2rem !important;
	line-height: 1.7;
}

/* Post header area */
.zeus-post-header {
	background: #0A0F1E;
	padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 2.5rem) 0;
}

.zeus-post-header-inner {
	max-width: 720px;
	margin: 0 auto;
}

.zeus-post-category {
	color: #F5A623;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
}

.zeus-post-title {
	color: #ffffff;
	font-size: clamp(1.875rem, 4vw, 2.875rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0.75rem 0 1rem !important;
}

/* Prevent single post H1 from overflowing on narrow viewports */
h1.wp-block-post-title {
	overflow-wrap: break-word;
	word-break: break-word;
	min-width: 0;
	max-width: 100%;
}

.zeus-post-date-line {
	color: #9CA3AF;
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
	padding-bottom: 2rem;
	border-bottom: 1px solid #1E2A3A;
	margin-bottom: 0 !important;
}

/* ============================================================
   BLOG — Archive / index
   ============================================================ */

.zeus-blog-hero {
	background: #0A0F1E;
	border-bottom: 1px solid #1E2A3A;
	padding: 2.5rem clamp(1.5rem, 4vw, 2.5rem) 2.5rem;
	text-align: center;
}

.zeus-blog-hero h1 {
	color: #ffffff;
	font-size: clamp(2.25rem, 4vw, 3.25rem);
	font-weight: 800;
	line-height: 1.1;
	margin: 0.75rem 0 1rem !important;
}

.zeus-blog-hero p {
	color: #9CA3AF;
	font-size: 1.0625rem;
	line-height: 1.7;
	max-width: 560px;
	margin: 0 auto !important;
}

.zeus-blog-section {
	background: #0A0F1E;
	padding: 5rem clamp(1.5rem, 4vw, 2.5rem);
}

.zeus-blog-grid {
	max-width: 1200px;
	margin: 0 auto;
	gap: 2rem;
	list-style: none !important;
	padding: 0 !important;
}

.zeus-blog-card {
	background: #111827;
	border: 1px solid #1E2A3A;
	border-radius: 12px;
	overflow: hidden;
	display: flex !important;
	flex-direction: column !important;
	transition: border-color 0.2s ease, transform 0.2s ease;
	height: 100%;
}

.zeus-blog-card:hover {
	border-color: rgba(245, 166, 35, 0.4);
	transform: translateY(-3px);
}

/* Prevent 1920px intrinsic width from escaping any container (index + single) */
.wp-block-post-featured-image {
	max-width: 100%;
	overflow: hidden;
}
.wp-block-post-featured-image img {
	max-width: 100%;
	width: 100%;
	display: block;
	height: auto;
}

/* Featured image inside card — overrides for grid thumbnail */
.zeus-blog-card .wp-block-post-featured-image img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	height: 100%;
	border-radius: 0;
}

.zeus-blog-card .wp-block-post-featured-image a {
	display: block;
	line-height: 0;
}

/* No-image placeholder */
.zeus-blog-card .wp-block-post-featured-image:empty,
.zeus-blog-card .wp-block-post-featured-image a:empty {
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #111827 0%, #1E2A3A 100%);
	display: block;
}

.zeus-blog-card-body {
	padding: 1.375rem 1.5rem 1.5rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

/* Category inside card */
.zeus-blog-card .wp-block-post-terms {
	font-size: 0.7rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	margin: 0 0 0.5rem !important;
}

.zeus-blog-card .wp-block-post-terms a {
	color: #F5A623 !important;
	text-decoration: none !important;
}

/* Title inside card */
.zeus-blog-card .wp-block-post-title {
	font-size: 1.0625rem !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	margin: 0 0 0.75rem !important;
}

.zeus-blog-card .wp-block-post-title a {
	color: #ffffff !important;
	text-decoration: none !important;
	transition: color 0.2s ease;
}

.zeus-blog-card .wp-block-post-title a:hover {
	color: #F5A623 !important;
}

/* Excerpt inside card */
.zeus-blog-card .wp-block-post-excerpt__excerpt {
	color: #9CA3AF !important;
	font-size: 0.9375rem !important;
	line-height: 1.65 !important;
}

.zeus-blog-card .wp-block-post-excerpt {
	margin: 0 0 1.25rem !important;
	flex: 1;
}

/* Date inside card */
.zeus-blog-card .wp-block-post-date {
	color: #6B7280 !important;
	font-size: 0.8125rem !important;
	border-top: 1px solid #1E2A3A;
	padding-top: 1rem;
	margin-top: auto !important;
}

.zeus-blog-card .wp-block-post-date a {
	color: #6B7280 !important;
	text-decoration: none !important;
}

/* Pagination */
.zeus-blog-pagination {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	padding-top: 3rem;
	margin-top: 1rem;
}

.zeus-blog-pagination .wp-block-query-pagination {
	color: #9CA3AF;
}

.zeus-blog-pagination .wp-block-query-pagination-numbers a,
.zeus-blog-pagination .wp-block-query-pagination-previous a,
.zeus-blog-pagination .wp-block-query-pagination-next a {
	color: #9CA3AF !important;
	border: 1px solid #1E2A3A;
	padding: 0.5rem 0.875rem;
	border-radius: 6px;
	text-decoration: none !important;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.zeus-blog-pagination .wp-block-query-pagination-numbers a:hover,
.zeus-blog-pagination .wp-block-query-pagination-previous a:hover,
.zeus-blog-pagination .wp-block-query-pagination-next a:hover {
	color: #F5A623 !important;
	border-color: rgba(245, 166, 35, 0.4);
}

/* ============================================================
   Estimate page — trust band above form
   ============================================================ */
.zeus-estimate-trust-band {
	background: #070C18;
	border-bottom: 1px solid #1E2A3A;
	padding: 1.75rem clamp(2rem,6vw,5rem);
}

.zeus-estimate-trust-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 1.25rem 2rem;
	flex-wrap: wrap;
}

.zeus-estimate-trust-label {
	color: #F5A623;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin: 0;
	flex-shrink: 0;
}

.zeus-estimate-expect-row {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 1.5rem;
	flex: 1;
}

.zeus-estimate-expect-row li {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	color: #D1D5DB;
	font-size: 0.875rem;
	white-space: nowrap;
}

/* Estimate page — testimonial below form */
.zeus-estimate-testimonial-section {
	background: #0A0F1E;
	border-top: 1px solid #1E2A3A;
	padding: 3.5rem clamp(2rem,6vw,5rem);
}

.zeus-estimate-testimonial-inner {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.zeus-estimate-quote {
	color: #D1D5DB;
	font-size: 1.0625rem;
	line-height: 1.65;
	font-style: italic;
	margin: 0.75rem 0 0.5rem;
}

.zeus-estimate-attribution {
	color: #6B7280;
	font-size: 0.875rem;
	margin: 0;
}

@media (max-width: 640px) {
	.zeus-estimate-trust-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
	}

	.zeus-estimate-expect-row li {
		white-space: normal;
	}
}

/* ============================================================
   Gallery — filter buttons + photo grid
   ============================================================ */
.zeus-gallery-wrap {
	background: #070C18;
	padding: 3.5rem clamp(2rem,6vw,5rem) 4.5rem;
}

.zeus-gallery-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 2.5rem;
}

.zeus-filter-btn {
	background: #111827;
	border: 1px solid #1E2A3A;
	color: #9CA3AF;
	padding: 0.5rem 1.125rem;
	border-radius: 5px;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
	font-family: inherit;
	line-height: 1.4;
}

.zeus-filter-btn:hover {
	border-color: #F5A623;
	color: #F5A623;
}

.zeus-filter-btn.active {
	background: #F5A623;
	border-color: #F5A623;
	color: #0A0F1E;
}

.zeus-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.zeus-gallery-item {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #111827;
}

.zeus-gallery-item.zeus-hidden {
	display: none;
}

.zeus-gallery-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.zeus-gallery-item:hover .zeus-gallery-photo {
	transform: scale(1.04);
}

.zeus-gallery-placeholder-cat {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
	font-size: 0.8125rem;
	font-weight: 600;
	text-align: center;
	padding: 1rem;
	box-sizing: border-box;
}

.zeus-gallery-item-label {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 1.5rem 0.875rem 0.625rem;
}

.zeus-gallery-empty {
	grid-column: 1 / -1;
	text-align: center;
	color: #6B7280;
	padding: 4rem 0;
	font-size: 1rem;
}

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

@media (max-width: 580px) {
	.zeus-gallery-grid {
		grid-template-columns: 1fr;
	}

	.zeus-gallery-filters {
		gap: 0.375rem;
	}

	.zeus-filter-btn {
		font-size: 0.8125rem;
		padding: 0.4375rem 0.875rem;
	}
}

/* === Home page "Our Work" gallery cards === */
.zeus-gallery-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  background: #0A0F1E;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zeus-gallery-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 166, 35, 0.15);
}

.zeus-gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zeus-gallery-card__label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(10, 15, 30, 0.85);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.625rem;
  border-radius: 4px;
  text-transform: uppercase;
  pointer-events: none;
}

@media (max-width: 600px) {
  .zeus-gallery-card { aspect-ratio: 16 / 9; }
}

/* ============================================================
   Home page — transparent header overlay over hero
   ============================================================ */
:root { --zeus-header-h: 70px; }

body.home .zeus-site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  transition: background 0.35s ease, border-bottom-color 0.35s ease;
}

body.home .zeus-site-header:not(.scrolled) {
  background: linear-gradient(180deg, rgba(10, 15, 30, 0.55) 0%, rgba(10, 15, 30, 0) 100%) !important;
  border-bottom: none !important;
}

body.home .zeus-site-header:not(.scrolled) a,
body.home .zeus-site-header:not(.scrolled) .wp-block-navigation-item__content {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

body.home .zeus-site-header.scrolled {
  background: #0A0F1E !important;
  border-bottom: 1px solid #1E2A3A !important;
}

/* Inner hero content padded down by exact header height */
body.home .zeus-hero-content {
  padding-top: calc(3.5rem + var(--zeus-header-h));
}

body.home .zeus-video-hero { margin-block-start: 0; }
