/* =========================================================================
   PowerZone Memari — Design System
   Dual tone: Black (#141414) + Red (#EF4444)
   Fonts: Barlow Condensed (display) / Barlow (body)
   ========================================================================= */

/* ---------- Tokens ---------- */
:root {
	--pz-bg: #141414;
	--pz-bg-alt: #1b1b1b;
	--pz-surface: #1f1f1f;
	--pz-surface-2: #262626;
	--pz-accent: #ef4444;
	--pz-accent-strong: #dc2626;
	--pz-accent-dark: #b91c1c;
	--pz-text: #f8fafc;
	--pz-muted: #a1a1aa;
	--pz-border: rgba(255, 255, 255, 0.08);
	--pz-radius: 14px;
	--pz-radius-sm: 8px;
	--pz-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	--pz-glow: 0 0 0 1px rgba(239, 68, 68, 0.35), 0 16px 40px rgba(239, 68, 68, 0.25);
	--container: 1200px;
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset / base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

body {
	margin: 0;
	background: var(--pz-bg);
	color: var(--pz-text);
	font-family: "Barlow", system-ui, sans-serif;
	font-size: 17px;
	line-height: 1.7;
	overflow-x: hidden;
}

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

h1, h2, h3, h4, h5 {
	font-family: "Barlow Condensed", "Barlow", sans-serif;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0 0 0.4em;
}

p { margin: 0 0 1.1em; }

a { color: var(--pz-accent); text-decoration: none; transition: color 0.2s var(--ease); }
a:hover { color: var(--pz-accent-strong); }

.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 24px;
}

.section { padding: 96px 0; }
.section--tight { padding: 64px 0; }
.section--alt { background: var(--pz-bg-alt); }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden; clip: rect(0 0 0 0);
	white-space: nowrap;
}
.skip-link:focus {
	position: fixed; left: 16px; top: 16px; z-index: 1000;
	width: auto; height: auto; clip: auto;
	background: var(--pz-accent); color: #fff; padding: 10px 16px; border-radius: 8px;
}

/* ---------- Icons ---------- */
.pz-icon { width: 24px; height: 24px; flex: 0 0 auto; }

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	font-size: 1.05rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 14px 28px;
	border-radius: var(--pz-radius-sm);
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease), box-shadow 0.2s var(--ease);
	will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--pz-accent); color: #fff; box-shadow: 0 10px 30px rgba(239, 68, 68, 0.35); }
.btn--primary:hover { background: var(--pz-accent-strong); color: #fff; box-shadow: 0 14px 40px rgba(239, 68, 68, 0.5); }
.btn--ghost { background: transparent; color: var(--pz-text); border-color: var(--pz-border); }
.btn--ghost:hover { border-color: var(--pz-accent); color: var(--pz-accent); }
.btn--block { width: 100%; justify-content: center; }
.btn .pz-icon { width: 20px; height: 20px; }

/* ---------- Section heads ---------- */
.section-head { max-width: 720px; margin: 0 0 56px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
	display: inline-block;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--pz-accent);
	font-size: 0.95rem;
	margin-bottom: 12px;
	position: relative;
	padding-left: 44px;
}
.eyebrow::before {
	content: "";
	position: absolute; left: 0; top: 50%;
	width: 32px; height: 2px;
	background: var(--pz-accent);
	transform: translateY(-50%);
}
.section-head--center .eyebrow { padding-left: 0; }
.section-head--center .eyebrow::before { display: none; }
.section-title { font-size: clamp(2.2rem, 5vw, 3.6rem); }
.section-title .hl { color: var(--pz-accent); }

/* =========================================================================
   Header / Nav
   ========================================================================= */
.site-header {
	position: sticky; top: 0; z-index: 60;
	background: rgba(20, 20, 20, 0.85);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--pz-border);
	transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.site-header.is-scrolled { background: rgba(15, 15, 15, 0.96); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 78px; }

.site-logo, .custom-logo-link { display: inline-flex; align-items: center; gap: 12px; }
.site-logo__mark {
	display: grid; place-items: center;
	width: 42px; height: 42px;
	background: var(--pz-accent); color: #fff;
	border-radius: 10px;
	transform: rotate(-8deg);
}
.site-logo__text {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 800; font-size: 1.5rem; text-transform: uppercase;
	letter-spacing: 1px; color: var(--pz-text); line-height: 1;
	display: flex; flex-direction: column;
}
.site-logo__text strong { color: var(--pz-accent); }
.site-logo__text em { font-style: normal; font-size: 0.6rem; letter-spacing: 4px; color: var(--pz-muted); font-weight: 500; }

.main-nav .menu { display: flex; gap: 6px; list-style: none; margin: 0; padding: 0; }
.main-nav .menu a {
	display: block; padding: 10px 16px;
	color: var(--pz-text);
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600; font-size: 1.05rem; text-transform: uppercase; letter-spacing: 1px;
	border-radius: 8px;
	position: relative;
}
.main-nav .menu a::after {
	content: ""; position: absolute; left: 16px; right: 16px; bottom: 6px;
	height: 2px; background: var(--pz-accent);
	transform: scaleX(0); transform-origin: left; transition: transform 0.25s var(--ease);
}
.main-nav .menu a:hover, .main-nav .menu .current-menu-item > a { color: var(--pz-accent); }
.main-nav .menu a:hover::after, .main-nav .menu .current-menu-item > a::after { transform: scaleX(1); }

.site-header__actions { display: flex; align-items: center; gap: 14px; }
.nav-toggle {
	display: none; background: var(--pz-surface); border: 1px solid var(--pz-border);
	color: var(--pz-text); border-radius: 10px; width: 46px; height: 46px;
	align-items: center; justify-content: center; cursor: pointer;
}
.nav-toggle__close { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__open { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__close { display: block; }

.mobile-nav { border-top: 1px solid var(--pz-border); background: var(--pz-bg-alt); padding: 16px 24px 28px; }
.mobile-nav .mobile-menu { list-style: none; margin: 0 0 16px; padding: 0; }
.mobile-nav .mobile-menu a {
	display: block; padding: 14px 6px; color: var(--pz-text);
	font-family: "Barlow Condensed", sans-serif; font-weight: 600; font-size: 1.25rem;
	text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid var(--pz-border);
}
.mobile-nav .mobile-menu a:hover { color: var(--pz-accent); }

/* =========================================================================
   Hero
   ========================================================================= */
.hero {
	position: relative;
	min-height: 92vh;
	display: flex; align-items: center;
	overflow: hidden;
	background:
		radial-gradient(900px 600px at 85% 10%, rgba(239, 68, 68, 0.18), transparent 60%),
		linear-gradient(180deg, #161616, #0f0f0f);
}
.hero__grid-bg {
	position: absolute; inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
	background-size: 60px 60px;
	mask-image: radial-gradient(circle at 70% 40%, #000 0%, transparent 75%);
	animation: pz-grid-pan 30s linear infinite;
}
@keyframes pz-grid-pan { to { background-position: 60px 60px; } }
.hero__blob {
	position: absolute; width: 520px; height: 520px; border-radius: 50%;
	right: -120px; top: -80px;
	background: radial-gradient(circle, rgba(239,68,68,0.35), transparent 70%);
	filter: blur(20px); animation: pz-float 9s ease-in-out infinite;
}
@keyframes pz-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(28px); } }

.hero__inner { position: relative; z-index: 2; max-width: 760px; padding: 120px 0; }
.hero__eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: "Barlow Condensed", sans-serif; font-weight: 700; letter-spacing: 3px;
	text-transform: uppercase; color: var(--pz-accent); margin-bottom: 18px;
}
.hero__eyebrow .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--pz-accent); box-shadow: 0 0 0 6px rgba(239,68,68,0.18); }
.hero__title { font-size: clamp(3rem, 8vw, 6rem); line-height: 0.95; margin-bottom: 24px; }
.hero__title .hl { color: var(--pz-accent); display: inline-block; }
.hero__text { font-size: 1.25rem; color: var(--pz-muted); max-width: 560px; margin-bottom: 36px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 48px; }
.hero__stats { display: flex; flex-wrap: wrap; gap: 40px; }
.hero__stat strong { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 2.6rem; color: #fff; line-height: 1; }
.hero__stat span { color: var(--pz-muted); text-transform: uppercase; letter-spacing: 2px; font-size: 0.85rem; }

/* Hero placeholder note (visible only until the client drops their own hero) */
.hero__placeholder-note {
	position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
	z-index: 3; font-size: 0.8rem; color: var(--pz-muted);
	background: rgba(0,0,0,0.5); border: 1px dashed var(--pz-border);
	padding: 6px 14px; border-radius: 999px; letter-spacing: 1px;
}

/* =========================================================================
   Immersive scroll-scrub hero
   ========================================================================= */
.hero-stage { position: relative; }
/* Default (no JS / no video / reduced motion): a normal one-screen hero. */
.hero-sticky {
	position: relative; min-height: 100vh;
	display: flex; align-items: center; overflow: hidden;
	background: linear-gradient(180deg, #161616, #0f0f0f);
}
/* Enhanced: JS adds this once the video can scrub. */
.hero-stage--scrub { height: 460vh; }
.hero-stage--scrub .hero-sticky { position: sticky; top: 0; height: 100vh; }

.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-video {
	position: absolute; inset: 0; width: 100%; height: 100%;
	object-fit: cover; object-position: center;
	opacity: 0; transition: opacity 0.8s var(--ease);
	/* Desaturate so the duotone overlays can re-colour it to the theme. */
	filter: grayscale(1) contrast(1.12) brightness(1.04);
	transform: scale(1.06); /* slight overscan for parallax breathing room */
}
.hero-stage.has-video .hero-video { opacity: 1; }

/* Live duotone grade — maps the (now greyscale) footage to black -> red. */
.hero-duotone {
	position: absolute; inset: 0; z-index: 0; pointer-events: none;
	opacity: 0; transition: opacity 0.8s var(--ease);
}
.hero-stage.has-video .hero-duotone { opacity: 1; }
/* Highlights become red */
.hero-duotone--mult { background: linear-gradient(120deg, #b91c1c 0%, #ef4444 55%, #ff6b6b 100%); mix-blend-mode: multiply; }
/* Shadows clamp to the theme background instead of pure black */
.hero-duotone--light { background: #141414; mix-blend-mode: lighten; opacity: 0; }
.hero-stage.has-video .hero-duotone--light { opacity: 0.9; }
.hero-fallback { position: absolute; inset: 0; transition: opacity 0.8s var(--ease); }
.hero-stage.has-video .hero-fallback { opacity: 0; }

/* Premium fallback art (shows on the right until a walkthrough video is added) */
.hero-fallback__art {
	position: absolute; right: 7%; top: 50%; transform: translateY(-50%);
	width: min(42vw, 480px); aspect-ratio: 1; display: grid; place-items: center;
}
.hero-fallback__icon {
	width: 44%; height: 44%; color: rgba(239, 68, 68, 0.55);
	filter: drop-shadow(0 0 50px rgba(239, 68, 68, 0.55));
	animation: pz-float 7s ease-in-out infinite;
}
.hero-fallback__ring {
	position: absolute; inset: 0; margin: auto; border-radius: 50%;
	border: 1px solid rgba(239, 68, 68, 0.3);
}
.hero-fallback__ring--1 { width: 56%; height: 56%; animation: pz-ring 4.5s var(--ease) infinite; }
.hero-fallback__ring--2 { width: 56%; height: 56%; animation: pz-ring 4.5s var(--ease) infinite 1.5s; }
.hero-fallback__ring--3 { width: 56%; height: 56%; animation: pz-ring 4.5s var(--ease) infinite 3s; }
@keyframes pz-ring {
	0%   { transform: scale(0.85); opacity: 0.9; }
	100% { transform: scale(1.9);  opacity: 0; }
}
@media (max-width: 860px) { .hero-fallback__art { right: 50%; transform: translate(50%, -50%); opacity: 0.4; } }

/* Readability scrim — darker on the left (under the text), clearer on the right */
.hero-scrim {
	position: absolute; inset: 0; z-index: 1; pointer-events: none;
	background:
		linear-gradient(90deg, rgba(15,15,15,0.96) 0%, rgba(15,15,15,0.72) 36%, rgba(15,15,15,0.25) 66%, rgba(15,15,15,0.55) 100%),
		linear-gradient(180deg, rgba(15,15,15,0.5) 0%, transparent 30%, rgba(15,15,15,0.7) 100%);
}

.hero-sticky__inner { position: relative; z-index: 2; width: 100%; }

/* Zone indicator */
.hero-zones {
	position: absolute; right: 44px; bottom: 56px; z-index: 3;
	display: grid; gap: 12px; text-align: right;
}
.hero-zone {
	display: flex; gap: 14px; justify-content: flex-end; align-items: baseline;
	opacity: 0.3; transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.hero-zone.is-active { opacity: 1; transform: translateX(-8px); }
.hero-zone__no { font-family: "Barlow Condensed", sans-serif; font-weight: 800; color: var(--pz-accent); font-size: 1.1rem; }
.hero-zone__name { font-family: "Barlow Condensed", sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--pz-muted); }
.hero-zone.is-active .hero-zone__name { color: #fff; }

/* Scroll cue */
.hero-scrollcue {
	position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); z-index: 3;
	display: flex; flex-direction: column; align-items: center; gap: 12px;
	color: var(--pz-muted); text-transform: uppercase; letter-spacing: 2px; font-size: 0.78rem;
	transition: opacity 0.4s var(--ease);
}
.hero-scrollcue__mouse { width: 24px; height: 38px; border: 2px solid var(--pz-muted); border-radius: 14px; position: relative; }
.hero-scrollcue__mouse::before {
	content: ""; position: absolute; left: 50%; top: 7px; width: 4px; height: 7px;
	background: var(--pz-accent); border-radius: 2px; transform: translateX(-50%);
	animation: pz-scroll 1.6s var(--ease) infinite;
}
@keyframes pz-scroll {
	0% { opacity: 0; transform: translate(-50%, 0); }
	30% { opacity: 1; }
	60% { opacity: 1; transform: translate(-50%, 12px); }
	100% { opacity: 0; transform: translate(-50%, 12px); }
}

/* =========================================================================
   360 panorama viewer
   ========================================================================= */
.pano-section__lead { text-align: center; color: var(--pz-muted); max-width: 640px; margin: -32px auto 40px; font-size: 1.1rem; }
.pano { position: relative; border-radius: var(--pz-radius); overflow: hidden; border: 1px solid var(--pz-border); box-shadow: var(--pz-shadow); }
#pz-pano { width: 100%; height: 540px; background: #0f0f0f; }
.pano__hint {
	position: absolute; left: 18px; bottom: 18px; z-index: 5; pointer-events: none;
	display: flex; gap: 8px; align-items: center;
	background: rgba(0,0,0,0.55); backdrop-filter: blur(6px);
	padding: 9px 15px; border-radius: 999px; color: #fff; font-size: 0.85rem;
	font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: 1px;
}
.pano__hint .pz-icon { width: 18px; height: 18px; color: var(--pz-accent); }
@media (max-width: 600px) { #pz-pano { height: 380px; } }

/* =========================================================================
   Animated gym hero scene (pure CSS/SVG — no video)
   ========================================================================= */
.hero__layout { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; width: 100%; position: relative; z-index: 2; }
.hero__layout .hero__inner { padding: 110px 0; }

.gym-scene { position: relative; width: min(46vw, 520px); aspect-ratio: 1; margin: 0 0 0 auto; display: grid; place-items: center; color: var(--pz-accent); }

/* Rotating dashed orbit */
.gym-scene__ring { position: absolute; width: 92%; height: 92%; border-radius: 50%; border: 2px dashed rgba(239, 68, 68, 0.35); animation: pz-rotate 22s linear infinite; }
.gym-scene__ring::after { content: ""; position: absolute; inset: 12%; border-radius: 50%; border: 1px solid rgba(248, 250, 252, 0.08); }
.gym-scene__ring--inner { width: 66%; height: 66%; border-style: solid; border-color: rgba(248, 250, 252, 0.08); animation-duration: 16s; animation-direction: reverse; }
.gym-scene__ring--inner::after { display: none; }
@keyframes pz-rotate { to { transform: rotate(360deg); } }

/* Expanding energy pulses */
.gym-scene__pulse { position: absolute; width: 58%; height: 58%; border-radius: 50%; border: 2px solid rgba(239, 68, 68, 0.45); animation: pz-ring 4.2s var(--ease) infinite; }

/* Soft glow behind the lift */
.gym-scene__glow { position: absolute; z-index: 1; width: 72%; height: 72%; border-radius: 50%; background: radial-gradient(circle, rgba(239, 68, 68, 0.38), transparent 65%); filter: blur(8px); animation: pz-glow 3.2s var(--ease) infinite; }
@keyframes pz-glow { 0%, 100% { transform: scale(0.9); opacity: 0.65; } 50% { transform: scale(1.1); opacity: 1; } }

/* Premium Lottie character (hidden until a workout.json is added) */
.gym-scene__lottie { display: none; position: relative; z-index: 3; width: 86%; height: auto; aspect-ratio: 1; filter: drop-shadow(0 18px 40px rgba(239, 68, 68, 0.45)); }
.gym-scene__lottie.is-active { display: block; }

/* Animated muscular weightlifter (centerpiece) */
.gym-scene__lifter { position: relative; z-index: 3; width: 58%; filter: drop-shadow(0 18px 40px rgba(239, 68, 68, 0.5)); animation: pz-figure-bob 2.2s var(--ease) infinite; }
.gym-scene__lifter svg { width: 100%; height: auto; display: block; overflow: visible; }
@keyframes pz-figure-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* Forearms pivot at the elbow and curl the dumbbells up */
.lifter__arm { transform-box: fill-box; }
.lifter__arm--l { transform-origin: 50% 2%; animation: pz-curl-l 2.2s var(--ease) infinite; }
.lifter__arm--r { transform-origin: 50% 2%; animation: pz-curl-r 2.2s var(--ease) infinite; }
@keyframes pz-curl-l { 0%, 100% { transform: rotate(3deg); } 50% { transform: rotate(-120deg); } }
@keyframes pz-curl-r { 0%, 100% { transform: rotate(-3deg); } 50% { transform: rotate(120deg); } }

/* Pulsing floor energy line */
.gym-scene__floor { position: absolute; z-index: 1; bottom: 13%; width: 64%; height: 3px; border-radius: 3px; background: linear-gradient(90deg, transparent, var(--pz-accent), transparent); animation: pz-floor 3s var(--ease) infinite; }
@keyframes pz-floor { 0%, 100% { opacity: 0.4; transform: scaleX(0.8); } 50% { opacity: 1; transform: scaleX(1.05); } }

/* Heartbeat / EKG line */
.gym-scene__ekg { position: absolute; bottom: 6%; width: 78%; height: 56px; color: var(--pz-accent); z-index: 2; }
.gym-scene__ekg path { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 6px rgba(239, 68, 68, 0.8)); stroke-dasharray: 360; stroke-dashoffset: 360; animation: pz-ekg 2.6s linear infinite; }
@keyframes pz-ekg { to { stroke-dashoffset: -360; } }

/* Rising energy particles */
.gym-scene__dot { position: absolute; bottom: 14%; width: 7px; height: 7px; border-radius: 50%; background: var(--pz-accent); opacity: 0; box-shadow: 0 0 10px rgba(239, 68, 68, 0.8); animation: pz-rise-dot 4.5s linear infinite; }
@keyframes pz-rise-dot { 0% { transform: translateY(0) scale(1); opacity: 0; } 12% { opacity: 1; } 100% { transform: translateY(-240px) scale(0.3); opacity: 0; } }

/* Floating stat chips */
.gym-scene__chip { position: absolute; z-index: 4; background: rgba(31, 31, 31, 0.92); border: 1px solid var(--pz-border); color: #fff; padding: 8px 15px; border-radius: 999px; font-family: "Barlow Condensed", sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 0.85rem; box-shadow: var(--pz-shadow); backdrop-filter: blur(6px); white-space: nowrap; }
.gym-scene__chip--1 { top: 8%; left: -4%; animation: pz-float 6s ease-in-out infinite; }
.gym-scene__chip--2 { bottom: 20%; right: -6%; animation: pz-float 7s ease-in-out infinite 1s; }
.gym-scene__chip--3 { top: 40%; right: -10%; animation: pz-float 8s ease-in-out infinite 0.5s; }

@media (max-width: 980px) {
	.hero__layout { grid-template-columns: 1fr; gap: 8px; }
	.gym-scene { width: min(72vw, 360px); margin: 0 auto 16px; order: -1; }
	.hero__layout .hero__inner { padding: 36px 0 60px; }
	.gym-scene__chip--3 { display: none; }
}
@media (max-width: 600px) {
	.gym-scene { width: 240px; }
	.gym-scene__chip { font-size: 0.75rem; }
}

/* =========================================================================
   Page hero (inner pages)
   ========================================================================= */
.page-hero {
	position: relative; padding: 130px 0 70px; text-align: center;
	background:
		radial-gradient(700px 400px at 50% -10%, rgba(239,68,68,0.18), transparent 70%),
		var(--pz-bg-alt);
	border-bottom: 1px solid var(--pz-border);
}
.page-hero--small { padding: 120px 0 56px; }
.page-hero__title { font-size: clamp(2.6rem, 6vw, 4.5rem); }
.page-hero__crumbs { color: var(--pz-muted); text-transform: uppercase; letter-spacing: 2px; font-size: 0.85rem; }
.page-hero__crumbs a { color: var(--pz-muted); }
.page-hero__crumbs a:hover { color: var(--pz-accent); }
.page-hero__lead { max-width: 680px; margin: 18px auto 0; color: var(--pz-muted); font-size: 1.15rem; }

/* =========================================================================
   Feature cards (What we offer)
   ========================================================================= */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
	background: var(--pz-surface); border: 1px solid var(--pz-border);
	border-radius: var(--pz-radius); padding: 34px 28px;
	transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
	position: relative; overflow: hidden;
}
.card::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(160deg, rgba(239,68,68,0.12), transparent 45%);
	opacity: 0; transition: opacity 0.3s var(--ease);
}
.card:hover { transform: translateY(-8px); border-color: rgba(239,68,68,0.5); box-shadow: var(--pz-shadow); }
.card:hover::before { opacity: 1; }
.card__icon {
	display: grid; place-items: center; width: 60px; height: 60px;
	border-radius: 14px; background: rgba(239,68,68,0.12); color: var(--pz-accent);
	margin-bottom: 20px; position: relative; z-index: 1;
}
.card__icon .pz-icon { width: 30px; height: 30px; }
.card h3 { font-size: 1.6rem; position: relative; z-index: 1; }
.card p { color: var(--pz-muted); margin: 0; position: relative; z-index: 1; }

/* =========================================================================
   Split (image + text)
   ========================================================================= */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; }
.split__media img { border-radius: var(--pz-radius); width: 100%; object-fit: cover; }
.split__media-frame {
	position: relative; border-radius: var(--pz-radius); overflow: hidden;
	border: 1px solid var(--pz-border); box-shadow: var(--pz-shadow);
	aspect-ratio: 4 / 5;
	background: linear-gradient(145deg, var(--pz-surface), var(--pz-bg));
	display: grid; place-items: center;
}
.split__media-frame .pz-icon { width: 120px; height: 120px; color: rgba(239,68,68,0.4); }
.split__badge {
	position: absolute; left: -22px; bottom: 28px;
	background: var(--pz-accent); color: #fff; padding: 18px 24px; border-radius: 12px;
	box-shadow: var(--pz-shadow); animation: pz-float 6s ease-in-out infinite;
}
.split__badge strong { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 2rem; line-height: 1; }
.split__badge span { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1.5px; }
.split__list { list-style: none; margin: 24px 0 32px; padding: 0; }
.split__list li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px; }
.split__list .pz-icon { color: var(--pz-accent); margin-top: 2px; }
.split__list strong { display: block; }
.split__list span { color: var(--pz-muted); }

/* =========================================================================
   Counters (About)
   ========================================================================= */
.counters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.counter {
	text-align: center; padding: 40px 20px; border-radius: var(--pz-radius);
	background: var(--pz-surface); border: 1px solid var(--pz-border);
	transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
}
.counter:hover { transform: translateY(-6px); border-color: rgba(239,68,68,0.5); }
.counter__num {
	font-family: "Barlow Condensed", sans-serif; font-weight: 800;
	font-size: clamp(2.8rem, 6vw, 4rem); color: var(--pz-accent); line-height: 1;
}
.counter__num .suffix { color: #fff; }
.counter__label { margin-top: 10px; color: var(--pz-muted); text-transform: uppercase; letter-spacing: 1.5px; font-size: 0.9rem; }

/* =========================================================================
   Awards
   ========================================================================= */
.awards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.award {
	background: var(--pz-surface); border: 1px solid var(--pz-border);
	border-radius: var(--pz-radius); padding: 28px; display: flex; gap: 18px; align-items: flex-start;
	transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
}
.award:hover { transform: translateY(-6px); border-color: rgba(239,68,68,0.5); }
.award__icon { color: var(--pz-accent); flex: 0 0 auto; }
.award__icon .pz-icon { width: 40px; height: 40px; }
.award h3 { font-size: 1.3rem; margin-bottom: 6px; }
.award p { color: var(--pz-muted); margin: 0; font-size: 0.95rem; }

/* =========================================================================
   Testimonials
   ========================================================================= */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial {
	background: var(--pz-surface); border: 1px solid var(--pz-border);
	border-radius: var(--pz-radius); padding: 32px; position: relative;
	transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
}
.testimonial:hover { transform: translateY(-6px); border-color: rgba(239,68,68,0.5); }
.testimonial__quote { font-size: 4rem; line-height: 0.6; color: rgba(239,68,68,0.4); font-family: Georgia, serif; height: 28px; }
.testimonial__stars { display: flex; gap: 4px; color: var(--pz-accent); margin-bottom: 14px; }
.testimonial__stars .pz-icon { width: 18px; height: 18px; }
.testimonial p { color: #e4e4e7; }
.testimonial__author { display: flex; align-items: center; gap: 14px; margin-top: 22px; }
.testimonial__avatar {
	width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center;
	background: var(--pz-accent); color: #fff; font-family: "Barlow Condensed", sans-serif;
	font-weight: 700; font-size: 1.3rem;
}
.testimonial__author strong { display: block; }
.testimonial__author span { color: var(--pz-muted); font-size: 0.9rem; }

/* =========================================================================
   Pricing
   ========================================================================= */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.plan {
	background: var(--pz-surface); border: 1px solid var(--pz-border);
	border-radius: var(--pz-radius); padding: 38px 30px; display: flex; flex-direction: column;
	transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
	position: relative;
}
.plan:hover { transform: translateY(-8px); border-color: rgba(239,68,68,0.5); box-shadow: var(--pz-shadow); }
.plan--featured { border-color: var(--pz-accent); box-shadow: var(--pz-glow); }
.plan--featured::after {
	content: "Most Popular"; position: absolute; top: 18px; right: 18px;
	background: var(--pz-accent); color: #fff; font-family: "Barlow Condensed", sans-serif;
	font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 0.75rem;
	padding: 5px 12px; border-radius: 999px;
}
.plan__name { font-size: 1.8rem; }
.plan__desc { color: var(--pz-muted); font-size: 0.95rem; margin-bottom: 18px; }
.plan__price { font-family: "Barlow Condensed", sans-serif; font-weight: 800; line-height: 1; margin-bottom: 6px; }
.plan__price .amount { font-size: 3.4rem; color: #fff; }
.plan__price .cur { color: var(--pz-accent); font-size: 1.8rem; vertical-align: top; }
.plan__price .per { font-size: 1rem; color: var(--pz-muted); font-family: "Barlow", sans-serif; font-weight: 500; }
.plan__features { list-style: none; margin: 24px 0; padding: 0; flex: 1; }
.plan__features li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; color: #d4d4d8; }
.plan__features .pz-icon { width: 20px; height: 20px; color: var(--pz-accent); flex: 0 0 auto; margin-top: 3px; }
.plan__features li.is-off { color: var(--pz-muted); opacity: 0.6; }
.plan__features li.is-off .pz-icon { color: var(--pz-muted); }

/* =========================================================================
   CTA banner
   ========================================================================= */
.cta-banner {
	position: relative; overflow: hidden; border-radius: var(--pz-radius);
	padding: 64px; text-align: center;
	background:
		radial-gradient(600px 300px at 50% 0%, rgba(239,68,68,0.25), transparent 70%),
		linear-gradient(145deg, var(--pz-surface-2), var(--pz-bg));
	border: 1px solid rgba(239,68,68,0.3);
}
.cta-banner h2 { font-size: clamp(2rem, 5vw, 3.4rem); }
.cta-banner p { color: var(--pz-muted); max-width: 560px; margin: 0 auto 28px; font-size: 1.15rem; }

/* =========================================================================
   Team / Hall of Fame member cards
   ========================================================================= */
.members { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.member {
	background: var(--pz-surface); border: 1px solid var(--pz-border);
	border-radius: var(--pz-radius); overflow: hidden; text-align: center;
	transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.member:hover { transform: translateY(-8px); border-color: rgba(239,68,68,0.5); box-shadow: var(--pz-shadow); }
.member__photo {
	position: relative; aspect-ratio: 1 / 1;
	background: linear-gradient(145deg, var(--pz-surface-2), var(--pz-bg));
	display: grid; place-items: center; overflow: hidden;
}
.member__photo img { width: 100%; height: 100%; object-fit: cover; }
.member__photo .pz-icon { width: 90px; height: 90px; color: rgba(239,68,68,0.4); }
.member__overlay {
	position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: center;
	gap: 12px; padding-bottom: 18px;
	background: linear-gradient(180deg, transparent 50%, rgba(20,20,20,0.85));
	opacity: 0; transition: opacity 0.3s var(--ease);
}
.member:hover .member__overlay { opacity: 1; }
.member__body { padding: 22px 20px 28px; }
.member__role { color: var(--pz-accent); text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; font-weight: 600; }
.member__name { font-size: 1.5rem; margin: 6px 0 4px; }
.member__bio { color: var(--pz-muted); font-size: 0.92rem; margin: 0 0 16px; }
.member__tag {
	display: inline-block; margin-top: 8px; padding: 4px 12px; border-radius: 999px;
	background: rgba(239,68,68,0.12); color: var(--pz-accent);
	font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 600;
}

/* Social icon buttons */
.pz-social { display: flex; gap: 10px; }
.pz-social a {
	display: grid; place-items: center; width: 42px; height: 42px;
	border-radius: 10px; background: var(--pz-surface-2); color: var(--pz-text);
	border: 1px solid var(--pz-border);
	transition: background 0.2s var(--ease), color 0.2s var(--ease), transform 0.2s var(--ease);
}
.pz-social a:hover { background: var(--pz-accent); color: #fff; transform: translateY(-3px); }
.pz-social a .pz-icon { width: 20px; height: 20px; }
.member__overlay .pz-social a { background: rgba(255,255,255,0.12); backdrop-filter: blur(6px); }
.member__overlay .pz-social a:hover { background: var(--pz-accent); }

/* =========================================================================
   FAQ accordion
   ========================================================================= */
.faq-groups { display: grid; gap: 48px; }
.faq-group__title { font-size: 1.8rem; margin-bottom: 18px; display: flex; align-items: center; gap: 12px; }
.faq-group__title .pz-icon { color: var(--pz-accent); }
.faq-list { display: grid; gap: 14px; }
.faq-item { background: var(--pz-surface); border: 1px solid var(--pz-border); border-radius: var(--pz-radius-sm); overflow: hidden; }
.faq-item.is-open { border-color: rgba(239,68,68,0.5); }
.faq-q {
	width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
	color: var(--pz-text); padding: 22px 24px; display: flex; justify-content: space-between; gap: 16px; align-items: center;
	font-family: "Barlow Condensed", sans-serif; font-weight: 600; font-size: 1.25rem; text-transform: uppercase; letter-spacing: 0.5px;
}
.faq-q .toggle { position: relative; width: 22px; height: 22px; flex: 0 0 auto; }
.faq-q .toggle::before, .faq-q .toggle::after {
	content: ""; position: absolute; background: var(--pz-accent); border-radius: 2px; transition: transform 0.3s var(--ease);
}
.faq-q .toggle::before { top: 10px; left: 0; width: 22px; height: 2px; }
.faq-q .toggle::after { left: 10px; top: 0; width: 2px; height: 22px; }
.faq-item.is-open .faq-q .toggle::after { transform: scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); }
.faq-a__inner { padding: 0 24px 24px; color: var(--pz-muted); }

/* =========================================================================
   Contact
   ========================================================================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.contact-info { display: grid; gap: 18px; }
.contact-card {
	display: flex; gap: 16px; align-items: flex-start;
	background: var(--pz-surface); border: 1px solid var(--pz-border);
	border-radius: var(--pz-radius); padding: 24px;
	transition: border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.contact-card:hover { border-color: rgba(239,68,68,0.5); transform: translateY(-4px); }
.contact-card__icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 12px; background: rgba(239,68,68,0.12); color: var(--pz-accent); flex: 0 0 auto; }
.contact-card h3 { font-size: 1.25rem; margin-bottom: 4px; }
.contact-card p, .contact-card a { color: var(--pz-muted); margin: 0; }
.contact-card a:hover { color: var(--pz-accent); }

.contact-form {
	background: var(--pz-surface); border: 1px solid var(--pz-border);
	border-radius: var(--pz-radius); padding: 36px;
}
.contact-form .field { margin-bottom: 18px; }
.contact-form label { display: block; margin-bottom: 8px; font-family: "Barlow Condensed", sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; font-size: 0.95rem; }
.contact-form input, .contact-form textarea, .contact-form select {
	width: 100%; padding: 14px 16px; background: var(--pz-bg); color: var(--pz-text);
	border: 1px solid var(--pz-border); border-radius: var(--pz-radius-sm); font: inherit;
	transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
	outline: none; border-color: var(--pz-accent); box-shadow: 0 0 0 3px rgba(239,68,68,0.2);
}
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.map-embed { border-radius: var(--pz-radius); overflow: hidden; border: 1px solid var(--pz-border); margin-top: 12px; }
.map-embed iframe { width: 100%; height: 360px; border: 0; display: block; filter: grayscale(0.3) contrast(1.1); }

/* =========================================================================
   Footer
   ========================================================================= */
.site-footer { background: #0f0f0f; border-top: 1px solid var(--pz-border); padding-top: 72px; }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1.4fr 1.2fr; gap: 40px; padding-bottom: 56px; }
.site-footer__tagline { color: var(--pz-muted); margin: 18px 0 22px; }
.footer-widget__title { font-size: 1.2rem; margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.footer-widget__title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 36px; height: 3px; background: var(--pz-accent); }
.footer-menu, .footer-contact, .footer-hours { list-style: none; margin: 0; padding: 0; }
.footer-menu li { margin-bottom: 12px; }
.footer-menu a { color: var(--pz-muted); }
.footer-menu a:hover { color: var(--pz-accent); padding-left: 6px; }
.footer-menu a, .footer-menu a:hover { transition: color 0.2s var(--ease), padding 0.2s var(--ease); }
.footer-contact li, .footer-hours li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; color: var(--pz-muted); }
.footer-contact .pz-icon, .footer-hours .pz-icon { color: var(--pz-accent); flex: 0 0 auto; width: 20px; height: 20px; margin-top: 3px; }
.footer-hours__off { color: var(--pz-accent); font-weight: 600; padding-left: 32px; }
.site-footer__bottom { border-top: 1px solid var(--pz-border); padding: 22px 0; }
.site-footer__bottom-inner { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.site-footer__bottom p { margin: 0; color: var(--pz-muted); font-size: 0.9rem; }

/* =========================================================================
   Prose (page.php content)
   ========================================================================= */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { font-size: 2rem; margin-top: 1.4em; }
.prose h3 { font-size: 1.5rem; margin-top: 1.2em; }
.prose ul, .prose ol { color: var(--pz-muted); padding-left: 1.3em; }
.prose li { margin-bottom: 8px; }
.prose a { color: var(--pz-accent); text-decoration: underline; }

/* SEO content block */
.seo-content { max-width: 900px; margin: 0 auto; }
.seo-content h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-top: 1.4em; }
.seo-content h3 { font-size: 1.4rem; margin-top: 1.3em; color: #fff; }
.seo-content p { color: var(--pz-muted); }
.seo-content strong { color: #fff; }

/* Blog cards */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { background: var(--pz-surface); border: 1px solid var(--pz-border); border-radius: var(--pz-radius); overflow: hidden; }
.post-card__thumb img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-card__body { padding: 24px; }
.post-card__meta { color: var(--pz-muted); font-size: 0.85rem; }

/* =========================================================================
   Scroll-reveal animations
   ========================================================================= */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.16s; }
.reveal[data-delay="3"] { transition-delay: 0.24s; }
.reveal[data-delay="4"] { transition-delay: 0.32s; }

/* =========================================================================
   NEXT-LEVEL ANIMATIONS
   ========================================================================= */

/* Scroll progress bar */
.pz-progress {
	position: fixed; top: 0; left: 0; height: 3px; width: 0%;
	background: linear-gradient(90deg, var(--pz-accent), #ff7a7a);
	z-index: 200; box-shadow: 0 0 12px rgba(239,68,68,0.7);
	transition: width 0.1s linear;
}

/* Animated gradient highlight text */
.hl {
	background: linear-gradient(100deg, var(--pz-accent), #ff8a8a, var(--pz-accent));
	background-size: 200% auto;
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent; color: transparent;
	animation: pz-shine 4s linear infinite;
}
@keyframes pz-shine { to { background-position: 200% center; } }

/* Reveal variants */
.reveal-l { opacity: 0; transform: translateX(-44px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal-r { opacity: 0; transform: translateX(44px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal-zoom { opacity: 0; transform: scale(0.9); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal-l.is-visible, .reveal-r.is-visible, .reveal-zoom.is-visible { opacity: 1; transform: none; }
.reveal-l[data-delay="1"], .reveal-r[data-delay="1"], .reveal-zoom[data-delay="1"] { transition-delay: 0.08s; }
.reveal-l[data-delay="2"], .reveal-r[data-delay="2"], .reveal-zoom[data-delay="2"] { transition-delay: 0.16s; }
.reveal-l[data-delay="3"], .reveal-r[data-delay="3"], .reveal-zoom[data-delay="3"] { transition-delay: 0.24s; }

/* Marquee strength band */
.marquee {
	overflow: hidden; white-space: nowrap;
	border-top: 1px solid var(--pz-border); border-bottom: 1px solid var(--pz-border);
	background: linear-gradient(90deg, #0f0f0f, #1a1a1a, #0f0f0f);
	padding: 22px 0;
}
.marquee__track { display: inline-flex; gap: 0; animation: pz-marquee 26s linear infinite; will-change: transform; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item {
	font-family: "Barlow Condensed", sans-serif; font-weight: 800; text-transform: uppercase;
	font-size: 2rem; letter-spacing: 2px; color: transparent;
	-webkit-text-stroke: 1px rgba(248,250,252,0.35); padding: 0 28px; display: inline-flex; align-items: center; gap: 28px;
}
.marquee__item .sep { color: var(--pz-accent); -webkit-text-stroke: 0; }
.marquee__item--solid { color: var(--pz-accent); -webkit-text-stroke: 0; }
@keyframes pz-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Glow pulse for featured elements */
.pz-pulse { animation: pz-pulse 2.6s var(--ease) infinite; }
@keyframes pz-pulse {
	0%, 100% { box-shadow: 0 0 0 1px rgba(239,68,68,0.4), 0 0 0 0 rgba(239,68,68,0.35); }
	50% { box-shadow: 0 0 0 1px rgba(239,68,68,0.6), 0 0 40px 4px rgba(239,68,68,0.25); }
}

/* 3D tilt cards (JS-driven) */
.tilt { transform-style: preserve-3d; transition: transform 0.2s var(--ease); will-change: transform; }
.tilt > * { transform: translateZ(20px); }

/* Counter underline sweep */
.counter::after {
	content: ""; display: block; width: 0; height: 3px; margin: 16px auto 0;
	background: var(--pz-accent); transition: width 0.8s var(--ease) 0.3s;
}
.counter.is-visible::after { width: 50px; }

/* Section title underline draw */
.section-title { position: relative; }

/* Floating icon bob for card icons on hover */
.card:hover .card__icon { animation: pz-bob 1.2s var(--ease) infinite; }
@keyframes pz-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* Hero parallax targets (transform only) */
.hero__blob, .hero__grid-bg { will-change: transform; }

/* Animated entrance for page-hero title */
.page-hero__title { animation: pz-rise 0.8s var(--ease) both; }
@keyframes pz-rise { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }

/* Member card image zoom on hover */
.member__photo img { transition: transform 0.5s var(--ease); }
.member:hover .member__photo img { transform: scale(1.06); }

/* Plan featured subtle float */
.plan--featured { animation: pz-float-sm 6s ease-in-out infinite; }
@keyframes pz-float-sm { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.plan--featured:hover { animation-play-state: paused; }

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 1024px) {
	.cards, .testimonials, .pricing, .members, .post-grid { grid-template-columns: repeat(2, 1fr); }
	.counters { grid-template-columns: repeat(2, 1fr); }
	.awards { grid-template-columns: repeat(2, 1fr); }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
	.split { gap: 40px; }
}

@media (max-width: 860px) {
	.main-nav, .header-cta { display: none; }
	.nav-toggle { display: inline-flex; }
	.section { padding: 72px 0; }
	.split, .contact-grid { grid-template-columns: 1fr; }
	.split--reverse .split__media { order: 0; }
	.split__badge { left: 16px; }
	.contact-form .row { grid-template-columns: 1fr; }
	.cta-banner { padding: 44px 24px; }
}

@media (max-width: 860px) {
	/* On phones, a 300vh scroll-scrub is awkward — collapse to a normal hero. */
	.hero-stage--scrub { height: auto; }
	.hero-stage--scrub .hero-sticky { position: relative; height: auto; min-height: 100vh; }
	.hero-zones { right: 20px; bottom: 92px; }
	.hero-scrim { background: linear-gradient(180deg, rgba(15,15,15,0.85), rgba(15,15,15,0.6) 40%, rgba(15,15,15,0.92)); }
}

@media (max-width: 600px) {
	.cards, .testimonials, .pricing, .members, .post-grid,
	.counters, .awards, .site-footer__grid { grid-template-columns: 1fr; }
	.hero__stats { gap: 24px; }
	.hero__inner { padding: 90px 0 70px; }
	.hero-zones { display: none; }
	body { font-size: 16px; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
	.reveal { opacity: 1; transform: none; }
	html { scroll-behavior: auto; }
}
