/**
 * JumpStart Services — child overrides (mobile-first, trust + urgency)
 */

body.jumpstart-brand {
	/* White theme + navy service cards */
	--jumpstart-card-bg: #0f1f35;
	--jumpstart-card-bg-deep: #0a1829;
	--color-bg: #ffffff;
	--color-bg-alt: #f1f5f9;
	--color-surface: #ffffff;
	--color-text: #0f172a;
	--color-text-muted: #475569;
	--color-border: rgba(15, 31, 53, 0.12);
	--color-accent: #0c2138;
	--color-accent-light: #1e5f8a;
	--color-highlight: #c9982e;
	--color-highlight-soft: rgba(201, 152, 46, 0.18);
	--shadow-sm: 0 1px 2px rgba(15, 31, 53, 0.06);
	--shadow-md: 0 8px 28px rgba(15, 31, 53, 0.1);
	--shadow-lg: 0 20px 48px rgba(15, 31, 53, 0.14);
	--jumpstart-mobile-h: 4.25rem;
}

.jumpstart-brand .site-header {
	background: linear-gradient(180deg, #0f1f35 0%, #0a1829 100%);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 4px 28px rgba(0, 0, 0, 0.28);
}

.jumpstart-brand .site-header.is-scrolled {
	border-bottom-color: rgba(201, 152, 46, 0.28);
	box-shadow: 0 8px 36px rgba(0, 0, 0, 0.35);
}

.jumpstart-brand .site-header .site-logo {
	color: #f1f5f9;
}

.jumpstart-brand .site-header .site-logo:hover {
	color: var(--color-highlight);
}

.jumpstart-brand .site-header .nav-toggle__bar {
	background: #f1f5f9;
}

.jumpstart-brand .site-nav__list a {
	color: rgba(241, 245, 249, 0.85);
}

.jumpstart-brand .site-nav__list a:hover {
	color: #ffffff;
}

.jumpstart-brand .site-nav .sub-menu {
	background: #0f1f35;
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.jumpstart-brand .site-nav .sub-menu a {
	color: rgba(241, 245, 249, 0.92);
}

.jumpstart-brand .site-nav .sub-menu a:hover {
	color: var(--color-highlight);
}

@media (max-width: 899px) {
	.jumpstart-brand .site-nav {
		background-color: var(--jumpstart-card-bg);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.jumpstart-brand .site-nav__list a {
		color: #f1f5f9;
	}

	.jumpstart-brand .site-nav__list li {
		border-bottom-color: rgba(255, 255, 255, 0.08);
	}

	.jumpstart-brand .site-nav.is-open .sub-menu {
		border-left-color: rgba(255, 255, 255, 0.12);
	}
}

.jumpstart-brand .site-logo__mark {
	background: linear-gradient(145deg, var(--color-highlight), #9a7018 52%, var(--color-accent));
	color: #0a0f16;
}

.jumpstart-brand .hero:not(.hero--has-bg) {
	background:
		radial-gradient(ellipse 85% 55% at 100% 0%, rgba(201, 152, 46, 0.12), transparent 52%),
		radial-gradient(ellipse 70% 50% at 0% 100%, rgba(30, 95, 138, 0.1), transparent 48%),
		var(--color-bg);
}

.jumpstart-brand .hero.hero--has-bg {
	background-image:
		linear-gradient(
			105deg,
			rgba(255, 255, 255, 0.94) 0%,
			rgba(255, 255, 255, 0.78) 42%,
			rgba(15, 31, 53, 0.2) 100%
		),
		var(--hero-bg-image);
}

.jumpstart-brand .hero.hero--has-bg .hero__title,
.jumpstart-brand .hero.hero--has-bg .hero__lead {
	color: var(--color-text);
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9);
}

.jumpstart-brand .hero.hero--has-bg .eyebrow {
	color: var(--color-accent);
	text-shadow: none;
}

.jumpstart-brand .section.section--has-bg-cover::after {
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.9) 0%,
		rgba(241, 245, 249, 0.92) 100%
	);
}

.jumpstart-brand .section.section--has-bg-cover.section--alt::after {
	background: linear-gradient(
		180deg,
		rgba(248, 250, 252, 0.92) 0%,
		rgba(241, 245, 249, 0.94) 100%
	);
}

.jumpstart-brand .jumpstart-services-block__media--cover::after {
	background: rgba(255, 255, 255, 0.35);
}

.jumpstart-brand .jumpstart-service-card__top-visual::after {
	background: rgba(255, 255, 255, 0.14);
}

.jumpstart-brand .social-link:hover {
	background: rgba(201, 152, 46, 0.2);
	color: #fff;
}

.jumpstart-brand .jumpstart-mobile-bar {
	background: linear-gradient(90deg, var(--jumpstart-card-bg), var(--jumpstart-card-bg-deep));
	border-top: 2px solid rgba(201, 152, 46, 0.45);
	box-shadow: 0 -8px 28px rgba(15, 31, 53, 0.2);
}

.jumpstart-brand .cta.section.section--has-bg-cover::after {
	background: linear-gradient(
		165deg,
		rgba(255, 255, 255, 0.88) 0%,
		rgba(241, 245, 249, 0.9) 50%,
		rgba(15, 48, 78, 0.18) 100%
	);
}

.jumpstart-brand .cta.section.section--has-bg-cover .cta__inner {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(15, 31, 53, 0.12);
	color: var(--color-text);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.jumpstart-brand .cta__inner {
	background: #ffffff;
	color: var(--color-text);
	border: 1px solid var(--color-border);
	box-shadow: var(--shadow-lg);
}

.jumpstart-brand .cta__title {
	color: var(--color-text);
}

.jumpstart-brand .cta__text {
	color: var(--color-text-muted);
	opacity: 1;
}

.jumpstart-brand .cta .btn--outline {
	color: var(--color-accent);
	border-color: rgba(15, 31, 53, 0.28);
}

.jumpstart-brand .cta .btn--outline:hover {
	background: rgba(15, 31, 53, 0.06);
	color: var(--color-accent);
	border-color: var(--color-accent);
}

.jumpstart-brand .cta .btn--ghost {
	color: var(--color-accent-light);
}

.jumpstart-brand .cta .btn--ghost:hover {
	background: rgba(30, 95, 138, 0.1);
	color: var(--color-accent);
}

.jumpstart-brand .site-main {
	padding-bottom: 0;
}

@media (max-width: 899px) {
	.jumpstart-brand .site-main {
		padding-bottom: calc(var(--jumpstart-mobile-h) + env(safe-area-inset-bottom, 0px));
	}
}

/* Logo mark */
.jumpstart-logo-mark {
	font-size: 1.25rem;
	line-height: 1;
	background: linear-gradient(145deg, var(--color-highlight-soft), rgba(12, 36, 62, 0.45));
	border-radius: 12px;
	width: 2.25rem;
	height: 2.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* Logo: image (Customizer → Site Identity → Logo) above text line */
.site-logo.site-logo--stacked {
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25rem;
}

.site-logo.site-logo--stacked .site-logo__stack {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
}

.site-header .site-logo.site-logo--stacked .site-logo__img {
	display: block;
	width: auto;
	max-width: min(12.5rem, 38vw);
	max-height: 2.75rem;
	height: auto;
	object-fit: contain;
}

.site-footer .site-logo.site-logo--stacked .site-logo__img {
	max-width: min(14rem, 55vw);
	max-height: 3.25rem;
}

.site-logo.site-logo--stacked .site-logo__text {
	font-size: 0.9375rem;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0;
}

.site-footer .site-logo.site-logo--stacked .site-logo__text {
	font-size: 1rem;
}

/* Hero — comfortable height, copy above background */
.jumpstart-brand .hero.jumpstart-hero {
	min-height: clamp(20rem, 58svh, 38rem);
	padding-top: clamp(2.75rem, 8vw, 5rem);
	padding-bottom: clamp(3.25rem, 10vw, 6rem);
}

.jumpstart-brand .hero.jumpstart-hero .hero__grid {
	min-height: min(26rem, 48svh);
	align-items: center;
}

.jumpstart-brand .hero.jumpstart-hero .jumpstart-hero__content {
	position: relative;
	z-index: 2;
}


@media (max-width: 899px) {
	.jumpstart-brand .hero.jumpstart-hero {
		min-height: clamp(18rem, 52svh, 34rem);
	}

	.jumpstart-brand .hero.jumpstart-hero .hero__grid {
		min-height: 0;
	}
}

/* Hero visual */
.jumpstart-hero-visual {
	align-self: center;
}

.jumpstart-hero-card {
	background: var(--color-surface);
	border-radius: var(--radius);
	box-shadow: var(--shadow-lg);
	padding: 1.25rem 1.5rem;
	border: 1px solid var(--color-border);
	max-width: 380px;
	margin-inline: auto;
}

.jumpstart-hero-card__label {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--color-accent-light);
	margin: 0 0 1rem;
}

.jumpstart-hero-card__illus {
	height: 140px;
	border-radius: var(--radius-sm);
	background: linear-gradient(160deg, rgba(12, 36, 62, 0.45), var(--color-highlight-soft));
	position: relative;
	overflow: hidden;
}

.jumpstart-hero-card__illus::after {
	content: "";
	position: absolute;
	inset: 20% 18%;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 80' fill='none'%3E%3Crect x='8' y='28' width='104' height='36' rx='6' fill='%230c2138' opacity='0.45'/%3E%3Cpath d='M24 44h72M40 36v24M80 36v24' stroke='%231e5f8a' stroke-width='3' stroke-linecap='round'/%3E%3Ccircle cx='92' cy='22' r='10' fill='%23c9982e'/%3E%3C/svg%3E")
		center / contain no-repeat;
}

.jumpstart-hero-card__ticks {
	margin: 1rem 0 0;
	padding-left: 1.1rem;
	font-size: 0.9375rem;
	color: var(--color-text-muted);
}

.jumpstart-hero-card__ticks li {
	margin-bottom: 0.35rem;
}

.jumpstart-hero-cta.btn--outline {
	border-color: var(--color-accent-light);
}

/* Service icons (child theme) */
.card__icon--battery::after {
	content: "⚡";
	font-size: 1.25rem;
}

.card__icon--truck::after {
	content: "🚐";
	font-size: 1.125rem;
}

.card__icon--clock::after {
	content: "24";
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: -0.05em;
}

/* Coverage */
.jumpstart-map-wrap {
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow-md);
	border: 1px solid var(--color-border);
	margin-top: 1.5rem;
}

.jumpstart-map-iframe {
	display: block;
	width: 100%;
	height: min(420px, 55vh);
}

.jumpstart-city-links {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--color-border);
}

.jumpstart-city-links__title {
	font-size: 1.125rem;
	margin: 0 0 0.75rem;
}

.jumpstart-city-links__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}

.jumpstart-city-links__list a {
	font-weight: 600;
}

/* Service / contact / location prose */
.jumpstart-prose .section-title {
	margin-bottom: 0.75rem;
}

.jumpstart-service-page__cta-row,
.jumpstart-contact-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 1.5rem 0;
}

.jumpstart-faq__list dt {
	font-weight: 700;
	margin-top: 1.25rem;
	color: var(--color-text);
}

.jumpstart-faq__list dd {
	margin: 0.35rem 0 0;
	color: var(--color-text-muted);
}

.jumpstart-notice {
	padding: 0.75rem 1rem;
	border-radius: var(--radius-sm);
	font-weight: 600;
}

.jumpstart-notice--ok {
	background: rgba(34, 197, 94, 0.12);
	color: #166534;
}

.jumpstart-notice--err {
	background: rgba(239, 68, 68, 0.12);
	color: #991b1b;
}

.jumpstart-form__field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.jumpstart-form__field input,
.jumpstart-form__field textarea {
	width: 100%;
	max-width: 100%;
	padding: 0.65rem 0.75rem;
	border-radius: var(--radius-sm);
	border: 1px solid var(--color-border);
	font: inherit;
}

.jumpstart-form__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.jumpstart-geo-btn {
	margin-top: 0.5rem;
}

/* Mobile bottom bar */
.jumpstart-mobile-bar {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	padding: 0.5rem 0.75rem calc(0.5rem + env(safe-area-inset-bottom, 0px));
	background: rgba(15, 23, 42, 0.96);
	gap: 0.5rem;
	align-items: center;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
}

@media (max-width: 899px) {
	.jumpstart-mobile-bar {
		display: flex;
	}
}

.jumpstart-mobile-bar__call {
	flex: 1;
	text-align: center;
	text-decoration: none !important;
	margin: 0 !important;
}

.jumpstart-mobile-bar__wa {
	flex: 0 0 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--radius-sm);
	background: #25d366;
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
}

/* WhatsApp FAB (desktop + above bar on mobile) */
.jumpstart-wa-fab {
	position: fixed;
	right: 1rem;
	bottom: calc(1rem + var(--jumpstart-mobile-h));
	z-index: 9999;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 50%;
	background: #25d366;
	box-shadow: var(--shadow-md);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
}

@media (max-width: 899px) {
	.jumpstart-wa-fab {
		bottom: calc(var(--jumpstart-mobile-h) + 0.75rem + env(safe-area-inset-bottom, 0px));
	}
}

.jumpstart-wa-fab__icon {
	width: 1.5rem;
	height: 1.5rem;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='white'%3E%3Cpath d='M16 3C9.4 3 4 8.1 4 14.3c0 2.4.7 4.7 2 6.6L4 29l8.5-2.2c1.9 1 4 1.5 6.2 1.5 6.6 0 12-5.1 12-11.3S22.6 3 16 3zm6.9 15.1c-.3.8-1.5 1.5-2.1 1.6-.5.1-1.2.1-1.9-.1-.4-.1-1-.4-1.8-.8-3.2-1.4-5.2-4.7-5.4-4.9-.2-.3-1.3-1.7-1.3-3.3 0-1.6.8-2.4 1.1-2.7.3-.3.7-.5 1-.5.3 0 .5 0 .7.1.2.1.6.9.8 1.2.1.3.2.5.3.8.1.3 0 .6-.1.8l-.6 1.2c-.2.3-.4.3-.6.6-.2.2-.4.5-.2.9.2.4.9 3 4.2 4.3 2.9 1.2 3.5 1 4.1.9.6-.1 2-1 2.3-1.9.3-.9.3-1.7.2-1.9-.1-.2-.5-.3-1-.5z'/%3E%3C/svg%3E")
		center / contain no-repeat;
}

@media (min-width: 900px) {
	.jumpstart-wa-fab {
		bottom: 1.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jumpstart-wa-fab {
		transition: none;
	}
}

/* -------------------------------------------------------------------------
   Primary nav — dropdowns (WordPress menus with children)
   ------------------------------------------------------------------------- */
@media (min-width: 900px) {
	.site-nav .menu-item-has-children {
		position: relative;
	}

	.site-nav .sub-menu {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 1002;
		min-width: 14rem;
		margin: 0;
		padding: 0.5rem 0;
		list-style: none;
		background: var(--color-surface);
		border: 1px solid var(--color-border);
		border-radius: var(--radius-sm);
		box-shadow: var(--shadow-md);
	}

	.site-nav .sub-menu .menu-item {
		display: block;
	}

	.site-nav .sub-menu a {
		display: block;
		padding: 0.5rem 1rem;
		white-space: nowrap;
	}

	.site-nav .menu-item-has-children:hover > .sub-menu,
	.site-nav .menu-item-has-children:focus-within > .sub-menu {
		display: block;
	}
}

@media (max-width: 899px) {
	.site-nav.is-open .sub-menu {
		display: block;
		position: static;
		margin: 0.35rem 0 0 1rem;
		padding: 0;
		list-style: none;
		border-left: 2px solid var(--color-border);
	}

	.site-nav.is-open .sub-menu a {
		padding: 0.35rem 0;
		font-size: 0.9375rem;
	}
}
.jumpstart-services-block__header {
	max-width: 40rem;
}

.jumpstart-services-block__eyebrow {
	display: inline-block;
	padding: 0.35rem 1rem;
	border-radius: 999px;
	background: linear-gradient(
		90deg,
		rgba(15, 31, 53, 0.08) 0%,
		rgba(201, 152, 46, 0.14) 100%
	);
	border: 1px solid rgba(15, 31, 53, 0.14);
	color: var(--color-accent);
	font-weight: 700;
	letter-spacing: 0.1em;
}

.jumpstart-services-block__lead {
	max-width: 42rem;
	margin-inline: auto;
	line-height: 1.65;
}

.jumpstart-services-block__media {
	margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
}

/* Section-wide image: full-bleed cover (background layer, no <img>) */
.jumpstart-services-block__media--cover {
	position: relative;
	min-height: min(14rem, 38vw);
	aspect-ratio: 21 / 9;
	max-height: 22rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--color-border);
	box-shadow: var(--shadow-sm);
}

.jumpstart-services-block__media--cover::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	background: rgba(255, 255, 255, 0.4);
	opacity: 0;
	transition: opacity 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
	.jumpstart-services-block__media--cover::after {
		opacity: 1;
	}

	.jumpstart-services-block:hover .jumpstart-services-block__media--cover::after {
		opacity: 0;
	}
}

@media (max-width: 599px) {
	.jumpstart-services-block__media--cover {
		aspect-ratio: 16 / 10;
		min-height: 12rem;
		max-height: none;
	}
}

/* Card top: real images (no code-style icon row) */
.jumpstart-service-card__top-visual {
	position: relative;
	margin: -1.5rem -1.5rem 1rem;
	overflow: hidden;
}

.jumpstart-service-card__top-visual img.jumpstart-service-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jumpstart-service-card__placeholder {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: linear-gradient(
		145deg,
		rgba(12, 32, 54, 0.9) 0%,
		rgba(6, 14, 26, 0.98) 42%,
		rgba(232, 188, 58, 0.18) 100%
	);
}

.jumpstart-service-card__top-visual::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	background: rgba(255, 255, 255, 0.35);
	opacity: 0;
	transition: opacity 0.35s ease;
	z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
	.jumpstart-service-card.card--service--has-media .jumpstart-service-card__top-visual::after {
		opacity: 1;
	}

	.jumpstart-service-card.card--service--has-media:hover .jumpstart-service-card__top-visual::after {
		opacity: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jumpstart-services-block__media--cover::after,
	.jumpstart-service-card__top-visual::after {
		transition: none;
	}
}

.jumpstart-service-cards {
	align-items: stretch;
}

.jumpstart-service-card.card--service {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	border-top: 4px solid var(--color-highlight);
	box-shadow: var(--shadow-md);
	border-color: var(--color-border);
	border-left-color: var(--color-border);
	border-right-color: var(--color-border);
	border-bottom-color: var(--color-border);
	padding-top: 1.35rem;
}

.jumpstart-brand .jumpstart-service-card.card--service {
	background: var(--jumpstart-card-bg);
	color: #f1f5f9;
	border-color: rgba(255, 255, 255, 0.1);
	border-left-color: rgba(255, 255, 255, 0.1);
	border-right-color: rgba(255, 255, 255, 0.1);
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

.jumpstart-brand .jumpstart-service-card .card__title {
	color: #ffffff;
}

.jumpstart-brand .jumpstart-service-card .card__text {
	color: rgba(241, 245, 249, 0.88);
}

.jumpstart-brand .jumpstart-service-card__footer {
	border-top-color: rgba(255, 255, 255, 0.16);
}

.jumpstart-brand .jumpstart-service-card__link {
	color: #f0d78c;
}

.jumpstart-brand .jumpstart-service-card__link:hover {
	color: #fff9e6;
}

.jumpstart-service-card.card--service:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-lg);
}

.jumpstart-service-card.card--service.card--service--has-media {
	padding-top: 0;
}

.jumpstart-service-card__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.jumpstart-service-card .card__text {
	flex: 1 1 auto;
	line-height: 1.62;
	margin-bottom: 0;
}

.jumpstart-service-card__footer {
	margin-top: auto;
	padding-top: 1.15rem;
	border-top: 1px solid var(--color-border);
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	align-items: center;
}

.jumpstart-service-card__cta {
	flex: 1 1 auto;
	min-width: 7.5rem;
	text-align: center;
	text-decoration: none !important;
	justify-content: center;
}

.jumpstart-service-card__cta--wa {
	border-color: #22c55e;
	color: #166534;
}

.jumpstart-service-card__cta--wa:hover {
	background: rgba(34, 197, 94, 0.1);
	border-color: #16a34a;
	color: #14532d;
}

.jumpstart-service-card__link {
	flex: 1 1 100%;
	text-align: center;
	font-size: 0.8125rem;
	font-weight: 700;
	text-decoration: none;
	color: var(--color-accent-light);
	margin-top: 0.15rem;
}

.jumpstart-service-card__link:hover {
	color: var(--color-accent);
	text-decoration: underline;
}

@media (min-width: 600px) {
	.jumpstart-service-card__footer {
		justify-content: flex-start;
	}

	.jumpstart-service-card__cta {
		flex: 0 1 auto;
		min-width: 0;
	}

	.jumpstart-service-card__link {
		flex: 1 1 100%;
	}
}

/* -------------------------------------------------------------------------
   Readable copy — narrow measure where we intentionally constrain width
   ------------------------------------------------------------------------- */
.jumpstart-brand .container--narrow .prose .entry-content {
	max-width: 65ch;
	margin-inline: auto;
	text-align: left;
}

/* Hero Page template: same horizontal width as homepage sections (.container) */
.jumpstart-brand .jumpstart-hero-page-body .entry-content {
	max-width: none;
	width: 100%;
	text-align: left;
}

.jumpstart-brand .container--narrow .prose .entry-content > p,
.jumpstart-brand .jumpstart-hero-page-body .entry-content > p {
	margin-bottom: 1.15rem;
	line-height: 1.65;
}

.jumpstart-brand .container--narrow .prose .entry-content > p:first-of-type,
.jumpstart-brand .jumpstart-hero-page-body .entry-content > p:first-of-type {
	font-size: 1.125rem;
	line-height: 1.55;
	color: var(--color-text);
}

.jumpstart-brand .about .about__text {
	line-height: 1.7;
	max-width: 60ch;
}

.jumpstart-brand .about .about__text:first-of-type {
	font-size: 1.0625rem;
	color: var(--color-text);
}

.jumpstart-brand .section-media--about {
	margin-bottom: clamp(1.25rem, 4vw, 2rem);
}

.jumpstart-brand .section-header:not(.jumpstart-services-block__header) .section-lead {
	max-width: 48rem;
	margin-inline: auto;
}

/* -------------------------------------------------------------------------
   Primary nav — dropdowns (WordPress menus with children)
   ------------------------------------------------------------------------- */
@media (min-width: 900px) {
	.site-nav .menu-item-has-children {
		position: relative;
	}

	.site-nav .sub-menu {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 1002;
		min-width: 14rem;
		margin: 0;
		padding: 0.5rem 0;
		list-style: none;
		background: var(--color-surface);
		border: 1px solid var(--color-border);
		border-radius: var(--radius-sm);
		box-shadow: var(--shadow-md);
	}

	.site-nav .sub-menu .menu-item {
		display: block;
	}

	.site-nav .sub-menu a {
		display: block;
		padding: 0.5rem 1rem;
		white-space: nowrap;
	}

	.site-nav .menu-item-has-children:hover > .sub-menu,
	.site-nav .menu-item-has-children:focus-within > .sub-menu {
		display: block;
	}
}

@media (max-width: 899px) {
	.site-nav.is-open .sub-menu {
		display: block;
		position: static;
		margin: 0.35rem 0 0 1rem;
		padding: 0;
		list-style: none;
		border-left: 2px solid var(--color-border);
	}

	.site-nav.is-open .sub-menu a {
		padding: 0.35rem 0;
		font-size: 0.9375rem;
	}
}

/* Footer — studio credit */
.jumpstart-brand .site-footer__bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	text-align: center;
}

.jumpstart-brand .site-footer__credit {
	margin: 0;
	font-size: 0.8125rem;
	opacity: 0.88;
	line-height: 1.4;
}

.jumpstart-brand .site-footer__credit a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.jumpstart-brand .site-footer__credit a:hover,
.jumpstart-brand .site-footer__credit a:focus {
	opacity: 1;
}
