@charset "UTF-8";
/*!
Theme Name:     Mobile Techs
Theme URI:      https://mobiletechsinc.com/
Author:         Mobile Techs Web Team
Author URI:     https://mobiletechsinc.com/
Description:    Custom WordPress theme for Mobile Techs of Missouri — mobile fleet maintenance and shop services in Greater St. Louis. Implements the approved Figma design system: dark header, orange nav strip, flat-top hexagon feature row, gradient-band intro, fleet banner, dark feature grid, orange mission band, speedometer testimonials, and dark footer.
Version:        1.4.1
Requires at least: 6.0
Tested up to:   6.5
Requires PHP:   7.4
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    mobile-techs
Tags:           custom-logo, custom-menu, featured-images, threaded-comments, business

Mobile Techs WordPress Theme, (C) 2026 Mobile Techs of Missouri
Mobile Techs is distributed under the terms of the GNU GPL.
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
	--orange:        #FD6308;     /* exact Figma orange */
	--orange-dark:   #C84F00;     /* nav active / button hover */
	--orange-darker: #A03F00;     /* heavy press */
	--ink:           #3A3A3A;     /* header, hex tiles, footer */
	--ink-2:         #1f1f1f;     /* feature grid bg */
	--ink-soft:      #4a4a4a;     /* feature pills */
	--paper:         #f3f1ee;
	--grad-band:     linear-gradient(180deg, #D1D1D1 0%, #F7F7F7 100%);
	--text:          #2a2a2a;
	--text-muted:    #5b5b5b;
	--text-invert:   #ffffff;
	--shadow-soft:   0 6px 22px rgba(0, 0, 0, 0.12);
	--ff-display:    "Oswald", "Arial Narrow", system-ui, sans-serif;
	--ff-body:       "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--ff-hero:       "Lato", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ============================================================
   RESET / BASE
   ============================================================ */
*,
*::before,
*::after { box-sizing: border-box; }

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

body {
	margin: 0;
	font-family: var(--ff-body);
	font-size: 16px;
	line-height: 1.55;
	color: var(--text);
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }

/* WordPress accessibility helpers */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.skip-link:focus {
	background-color: #fff;
	clip: auto !important;
	clip-path: none;
	color: var(--ink);
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Container — Figma frame width is 1200px. */
.container { width: min(1200px, 92vw); margin-inline: auto; }

/* ============================================================
   HEADER / TOP BAR
   ============================================================ */
.topbar { background: var(--ink); padding: 18px 0; color: #fff; }

.topbar-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px;
}

.tagline {
	font-family: var(--ff-body);
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}

.brand { justify-self: center; display: flex; align-items: center; }
.brand img,
.brand-fallback { height: 56px; }

.brand-fallback {
	font-family: var(--ff-display);
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 2px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.brand-fallback .gear { color: var(--orange); font-size: 36px; line-height: 0; }

.contact-block {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 14px;
}
.contact-block .label { color: #fff; font-style: italic; }

.btn-phone {
	background: var(--orange);
	color: #fff;
	padding: 9px 14px;
	font-weight: 700;
	border-radius: 4px;
	font-size: 14px;
	letter-spacing: 0.02em;
	white-space: nowrap;
	transition: background 0.18s ease;
}
.btn-phone:hover { background: var(--orange-dark); }

/* ============================================================
   NAV STRIP (orange)
   ============================================================ */
.nav-strip { background: var(--orange); position: relative; }

.nav-strip-inner {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

/* Style both the fallback <a> markup AND the WP-generated <ul><li><a> structure */
.nav-strip-inner a,
.nav-strip-menu li a {
	font-family: var(--ff-body);
	font-style: italic;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.12em;
	color: #fff;
	text-transform: uppercase;
	padding: 16px 28px;
	transition: background-color 0.18s ease;
	display: inline-block;
}
.nav-strip-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nav-strip-menu li { margin: 0; }

.nav-strip-inner a:hover,
.nav-strip-inner a[aria-current="page"],
.nav-strip-menu li.current-menu-item > a,
.nav-strip-menu li a:hover {
	background: var(--orange-dark);
}

.menu-toggle {
	display: none;
	background: transparent;
	border: 0;
	color: #fff;
	font: italic 700 14px/1 var(--ff-body);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 14px 16px;
	cursor: pointer;
}

/* ── Dropdown: unclickable parent (Services) + its children ───── */
.nav-has-dropdown {
	position: relative;
	display: inline-block;
}
.nav-parent-label {
	font-family: var(--ff-body);
	font-style: italic;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.12em;
	color: #fff;
	text-transform: uppercase;
	padding: 16px 28px;
	display: inline-block;
	cursor: default;     /* not a link — no pointer cursor */
	user-select: none;
	transition: background-color 0.18s ease;
}
/* Small caret to hint there's a dropdown */
.nav-parent-label::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 8px;
	margin-bottom: 1px;
}

.nav-has-dropdown.is-active-branch .nav-parent-label,
.nav-has-dropdown:hover .nav-parent-label,
.nav-has-dropdown:focus-within .nav-parent-label {
	background: var(--orange-dark);
}

.nav-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 230px;
	background: var(--orange-dark);
	box-shadow: 0 8px 18px rgba(0,0,0,.22);
	display: flex;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s;
	z-index: 50;
}
.nav-has-dropdown:hover .nav-dropdown,
.nav-has-dropdown:focus-within .nav-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nav-dropdown a {
	font-family: var(--ff-body);
	font-style: italic;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.08em;
	color: #fff;
	text-transform: uppercase;
	padding: 14px 22px;
	white-space: nowrap;
	transition: background-color 0.15s ease;
}
.nav-dropdown a:hover,
.nav-dropdown a[aria-current="page"] {
	background: rgba(0, 0, 0, 0.18);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
	position: relative;
	background: #111;
	overflow: hidden;
	/* Figma hero band: 1200 × 500 */
	height: 500px;
}
.hero img.hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.hero-card {
	/* Figma overlay: ~616 × 211, right-aligned, vertically centered */
	position: absolute;
	right: max((100vw - 1200px) / 2, 4vw);
	top: 50%;
	transform: translateY(-50%);
	width: 616px;
	max-width: 92vw;
	min-height: 211px;
	background: rgba(41, 41, 41, 0.9); /* #292929E5 */
	color: #fff;
	padding: 28px 32px 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 0;
}

.hero-card h1 {
	/* Lato ExtraBold 50px, line-height 120%, color white */
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(28px, 4.4vw, 50px);
	line-height: 1.2;
	color: #fff;
	margin: 0 0 10px;
	max-width: 534px;
}

.hero-card p {
	/* Lato Italic 600, 24px, color #FD6308 */
	font-family: var(--ff-hero);
	font-style: italic;
	font-weight: 600;
	font-size: clamp(16px, 2vw, 24px);
	line-height: 1.2;
	color: var(--orange);
	margin: 0;
}

/* ============================================================
   GRADIENT BAND (hex row + intro share one continuous gradient)
   ============================================================ */
.grad-band-wrap { background: var(--grad-band); }

/* ============================================================
   HEX FEATURE ROW
   ============================================================ */
.hex-row { background: transparent; padding: 0 0 60px; }

.hex-row-inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(8px, 1.2vw, 18px);
	margin-top: -70px; /* overlap onto hero */
}

.hex {
	position: relative;
	aspect-ratio: 1 / 1.08;
	/* POINTY-TOP hexagon: vertices on top/bottom, horizontal edges on left/right */
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	background: var(--ink);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 28px 18px;
	transition: transform 0.25s ease, background-color 0.25s ease;
}
.hex:hover { transform: translateY(-6px); background: #4a4a4a; }

.hex .icon { width: 56px; height: 56px; margin-bottom: 18px; }
.hex .icon img { width: 100%; height: 100%; object-fit: contain; }

.hex .label {
	font-family: var(--ff-body);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 14px;
	max-width: 16ch;
}
.hex .underline { width: 56%; height: 3px; background: var(--orange); }

/* ============================================================
   INTRO COPY BLOCK
   ============================================================ */
.intro { background: transparent; padding: 10px 0 80px; text-align: center; }
.intro .intro-block { width: min(902px, 92vw); margin: 0 auto; }

.intro h2 {
	font-family: var(--ff-body);
	font-weight: 700;
	font-size: clamp(22px, 2.4vw, 30px);
	margin: 0 0 22px;
	color: #1f1f1f;
}

.intro p.body {
	max-width: 760px;
	margin: 0 auto 36px;
	color: #3a3a3a;
	font-size: 15.5px;
	line-height: 1.6;
}

.intro .pitch {
	font-family: var(--ff-body);
	font-weight: 700;
	font-size: clamp(20px, 2.2vw, 26px);
	letter-spacing: 0.02em;
	color: #222;
	margin: 0 0 36px;
}
.intro .pitch .accent { color: var(--orange-dark); font-weight: 800; }

.cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }

.btn {
	width: 300px;
	height: 70px;
	max-width: 100%;
	font-family: var(--ff-body);
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 0.02em;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.18s ease, transform 0.15s ease;
}
.btn-primary           { background: var(--orange); }
.btn-primary:hover     { background: var(--orange-dark); transform: translateY(-1px); }
.btn-secondary         { background: var(--orange-dark); }
.btn-secondary:hover   { background: var(--orange-darker); transform: translateY(-1px); }

/* ============================================================
   WHY BUSINESSES CHOOSE — banner
   ============================================================ */
.why-banner {
	position: relative;
	background-image:
		linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.45)),
		url("assets/img/fleet-vans.png");
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	padding: 90px 0 110px;
}

.why-banner .kicker {
	font-family: var(--ff-body);
	font-weight: 700;
	letter-spacing: 0.14em;
	font-size: clamp(18px, 1.8vw, 22px);
	text-transform: uppercase;
	margin: 0 0 12px;
}

.why-banner h2 {
	font-family: var(--ff-body);
	font-weight: 800;
	font-size: clamp(40px, 6.2vw, 84px);
	margin: 0;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	line-height: 1;
}

/* ============================================================
   FEATURE GRID (dark)
   ============================================================ */
.features { background: var(--ink-2); color: #fff; padding: 64px 0 90px; }

.features-inner {
	display: grid;
	grid-template-columns: 1.65fr 1fr;
	gap: 56px;
	align-items: start;
}

.feature-list {
	display: grid;
	gap: 32px 28px;
	grid-template-columns: 1fr 1fr;
}

.feature .pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--ink-soft);
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	padding: 10px 18px;
	margin-bottom: 14px;
	border-radius: 2px;
	letter-spacing: 0.01em;
}

.pill-icon {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	object-fit: contain;
}

.feature p {
	margin: 0;
	font-size: 14.5px;
	color: #d4d4d4;
	line-height: 1.55;
}

.feature.feature-wide { grid-column: 1 / -1; }
.feature.feature-wide p { max-width: 720px; }

.feature-image { border-radius: 3px; overflow: hidden; align-self: stretch; }
.feature-image img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
}

/* ============================================================
   MISSION (orange band)
   ============================================================ */
.mission {
	background: radial-gradient(ellipse 70% 80% at 65% 50%, #FE7A2A 0%, #FD6308 55%, #E55400 100%);
	color: #fff;
	text-align: center;
	padding: 64px 0 56px;
	min-height: 246px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mission blockquote {
	margin: 0 auto;
	max-width: 920px;
	font-family: var(--ff-body);
	font-weight: 700;
	font-size: clamp(20px, 2.4vw, 28px);
	line-height: 1.4;
}
.mission blockquote::before { content: "“"; }
.mission blockquote::after  { content: "”"; }

.mission-hex-divider { position: relative; height: 0; z-index: 2; }
.mission-hex-divider span {
	position: absolute;
	left: 50%;
	top: -22px;
	transform: translateX(-50%);
	width: 38px;
	height: 44px;
	background: #fff;
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials {
	position: relative;
	background: #0e0e0e;
	color: #fff;
	padding: 50px 0 60px;
	overflow: hidden;
	/* Figma spec: 1202 × 456 (fixed height) */
	height: 456px;
}

.testimonials::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #0e0e0e;
	background-image:
		linear-gradient(180deg, rgba(10, 10, 10, 0.55), rgba(10, 10, 10, 0.7)),
		url("assets/img/speedometer-bg.png");
	background-size: cover, contain;
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	z-index: 0;
}

.testimonials-inner { position: relative; z-index: 1; }

.testimonials h2 {
	text-align: center;
	font-family: var(--ff-body);
	font-weight: 700;
	font-size: clamp(28px, 3.6vw, 42px);
	margin: 0 0 56px;
}

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

.tcard {
	background: #ededed;
	color: #1d1d1d;
	padding: 26px 24px 22px;
	border-radius: 4px;
	font-size: 14.5px;
	line-height: 1.55;
}
.tcard .tcard-stars {
	color: var(--orange);
	font-size: 18px;
	letter-spacing: 2px;
	margin: 0 0 14px;
}
.tcard .quote { margin: 0 0 22px; }
.tcard .attribution {
	font-size: 14px;
	color: #1d1d1d;
	font-weight: 700;
	text-align: center;
}

/* ============================================================
   FOOTER
   ============================================================ */
.accent-bar { height: 8px; background: var(--orange); }

.foot-cta { background: var(--ink); color: #fff; padding: 56px 0 36px; }

.foot-cta-inner {
	display: grid;
	grid-template-columns: 1fr 1.15fr 1fr;
	gap: 40px;
	align-items: center;
}

.foot-cta h3 {
	font-family: var(--ff-body);
	font-weight: 700;
	font-size: clamp(22px, 2.2vw, 30px);
	line-height: 1.2;
	margin: 0;
}

.foot-cta p {
	margin: 0;
	color: #d9d9d9;
	font-size: 14.5px;
	line-height: 1.6;
}

.foot-cta-actions {
	display: grid;
	gap: 14px;
	justify-self: end;
	width: 100%;
	max-width: 320px;
}

.btn-foot {
	background: var(--orange);
	color: #fff;
	font-weight: 700;
	padding: 14px 18px;
	font-size: 15px;
	border-radius: 4px;
	text-align: center;
	transition: background 0.18s ease;
}
.btn-foot:hover { background: var(--orange-dark); }

.foot-nav { background: var(--ink); padding: 28px 0 32px; text-align: center; color: #fff; }

/* Stack nav, SMS button, and gear vertically — all centered */
.foot-nav-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
}

.foot-nav-links {
	font-family: var(--ff-body);
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 14px;
	text-transform: uppercase;
}
.foot-nav-links a { padding: 0 10px; }
.foot-nav-links a + a { border-left: 1px solid #888; }
.foot-nav-links a:hover { color: var(--orange); }
.foot-nav-links a.active,
.foot-nav-list li.current-menu-item > a { text-decoration: underline; }

/* WP nav menu version of footer links */
.foot-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}
.foot-nav-list li { margin: 0; padding: 0; }
.foot-nav-list li a {
	padding: 0 10px;
	color: #fff;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 14px;
	text-transform: uppercase;
}
.foot-nav-list li + li a { border-left: 1px solid #888; }
.foot-nav-list li a:hover { color: var(--orange); }

/* SMS button wrapper — centered row */
.foot-sms-wrap { display: flex; justify-content: center; }

/* Orange pill button */
.foot-sms-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--orange);
	color: #fff;
	font-family: var(--ff-body);
	font-weight: 700;
	font-size: 15px;
	line-height: 1.25;
	text-align: center;
	padding: 14px 30px;
	border-radius: 50px;
	white-space: nowrap;
	text-decoration: none;
	transition: background 0.18s ease, transform 0.15s ease;
	min-width: 160px;
}
.foot-sms-btn:hover {
	background: var(--orange-dark);
	color: #fff;
	transform: scale(1.03);
}

.foot-cog { display: flex; justify-content: center; }
.foot-cog img { width: 52px; height: 52px; display: inline-block; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
	.features-inner    { grid-template-columns: 1fr; }
	.feature-image     { max-height: 360px; }
	.feature-image img { min-height: 280px; }
	.foot-cta-inner    { grid-template-columns: 1fr; text-align: center; }
	.foot-cta-actions  { justify-self: center; }
	.hero-card         { width: auto; right: 0; }
}

@media (max-width: 760px) {
	.topbar-inner    { grid-template-columns: 1fr auto; gap: 10px; }
	.tagline         { display: none; }
	.brand           { justify-self: start; }
	.brand img,
	.brand-fallback  { height: 44px; font-size: 22px; }
	.contact-block .label { display: none; }

	.menu-toggle           { display: inline-flex; }
	.nav-strip-inner       { display: none; flex-direction: column; }
	.nav-strip-inner.is-open { display: flex; }
	.nav-strip-inner a,
	.nav-strip-menu li a   { padding: 14px 0; text-align: center; display: block; }
	.nav-strip-menu        { flex-direction: column; }
	.menu-toggle-wrap      { display: flex; justify-content: center; }

	/* Dropdown becomes a static inline block on mobile — hover doesn't
	   work reliably on touch, so show children directly under the label. */
	.nav-has-dropdown      { display: block; width: 100%; }
	.nav-parent-label      {
		display: block;
		padding: 14px 0;
		text-align: center;
	}
	.nav-parent-label::after { display: none; }
	.nav-dropdown {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.12);
	}
	.nav-dropdown a {
		text-align: center;
		padding: 12px 0;
	}

	.hero {
		height: auto;
	}
	.hero img.hero-bg { position: static; height: auto; }
	.hero-card {
		position: static;
		width: 100%;
		max-width: none;
		margin: 0;
		border-radius: 0;
		min-height: 0;
	}

	.hex-row-inner { grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: -30px; }
	.feature-list  { grid-template-columns: 1fr; }
	.feature.feature-wide { grid-column: auto; }
	.tcards        { grid-template-columns: 1fr; }
	.testimonials  { height: auto; min-height: 456px; padding: 60px 0 80px; }
	.why-banner    { padding: 60px 0 80px; }
}

@media (max-width: 420px) {
	.hex .label { font-size: 14px; }
	.btn        { width: 100%; }
	.btn-foot   { width: 100%; }
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */

/* Interior header with truck/engine photo */
.services-hero {
	position: relative;
	background-color: #1a1a1a;
	background-image:
		linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
		url("assets/img/interior-header-img.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 60px 0;
	min-height: 200px;
	display: flex;
	align-items: center;
}
.services-hero-inner h1 {
	font-family: var(--ff-hero);              /* Lato */
	font-weight: 800;
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.2;
	margin: 0;
	letter-spacing: 0.02em;
	color: #fff;
}

/* Intro band — vertical gradient: light at top, gray at bottom */
.services-intro {
	background: linear-gradient(180deg, #FDF9F9 0%, #DFDFDF 100%);
	padding: 60px 0 80px;
}
.services-intro-inner { display: flex; flex-direction: column; gap: 36px; }
.services-intro-copy {
	max-width: 924px;
	margin: 0 auto;
}
.services-intro-copy p {
	font-family: var(--ff-hero);
	font-weight: 400;
	font-size: clamp(15px, 1.6vw, 22px);
	line-height: 1.5;
	color: #2a2a2a;
	margin: 0 0 18px;
}

/* "Say goodbye to..." callout */
.services-callout {
	font-family: var(--ff-hero);
	font-weight: 900;
	font-size: clamp(20px, 2.4vw, 30px);
	line-height: 1.2;
	color: #3C3C3C;
	text-transform: uppercase;
	text-align: center;
	max-width: 920px;
	margin: 0 auto 12px;
}

/* Four hex feature row on Services intro */
.services-hex-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(8px, 1.2vw, 18px);
	max-width: 967px;
	margin: 20px auto 0;
}
.services-hex {
	aspect-ratio: 1 / 1.08;
	padding: 24px 16px;
}
.services-hex .label {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	max-width: 16ch;
}
.services-hex .label strong {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: 16px;
	line-height: 1.1;
}
.services-hex .label .sub {
	font-family: var(--ff-body);
	font-weight: 400;
	font-size: 12.5px;
	line-height: 1.3;
	color: #e0e0e0;
}

/* Smart Choice band — gray base with engine photo visible behind */
.services-smart {
	position: relative;
	background-color: #1a1a1a;
	background-image:
		linear-gradient(rgba(20, 20, 20, 0.78), rgba(20, 20, 20, 0.78)),
		url("assets/img/fleet-truck-engine.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 70px 0 90px;
}
.services-smart-inner {
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}
.services-smart h2 {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.2;
	color: #fff;
	margin: 0 0 24px;
}
.services-smart p {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: 16px;
	line-height: 1.65;
	color: #e0e0e0;
	margin: 0 auto 18px;
	max-width: 820px;
	text-align: left;
}

/* Bottom Line block — truck photo + bullets, inside .services-smart */
.services-bottom-inner {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 56px;
	align-items: center;
	margin: 40px auto 0;
}
.bl-photo {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	overflow: hidden;
	border: 6px solid var(--orange);
	justify-self: center;
}
.bl-photo img { width: 100%; height: 100%; object-fit: cover; }

.bl-content { text-align: left; }
.bl-content h3 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(20px, 2.4vw, 28px);
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 18px;
}
.bl-content ul {
	margin: 0;
	padding-left: 22px;
	list-style: disc;
}
.bl-content li {
	font-family: var(--ff-body);
	font-weight: 700;
	font-size: 15.5px;
	line-height: 1.6;
	color: #e0e0e0;
	margin-bottom: 10px;
}

/* What Our Mobile Team Does — orange band with stacked accordions */
.services-team {
	background: var(--orange);
	color: #fff;
	padding: 60px 0 70px;
}
.team-intro {
	max-width: 940px;
	margin: 0 auto 36px;
}
.team-intro h2 {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: clamp(22px, 2.4vw, 28px);
	margin: 0 0 12px;
	color: #fff;
}
.team-intro p {
	font-family: var(--ff-hero);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
	color: #fff7f0;
}

.services-accordion {
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-width: 940px;
	margin: 0 auto;
}
.svc-item {
	border-radius: 6px;
	overflow: hidden;
	background: #3E3E3E;
	box-shadow: 0 4px 10px rgba(0,0,0,.18);
}
.svc-header {
	width: 100%;
	background: #3E3E3E;
	color: #fff;
	border: 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 24px;
	text-align: left;
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 0.02em;
	transition: background 0.18s ease;
}
.svc-header:hover { background: #4a4a4a; }
.svc-header:focus-visible {
	outline: 2px solid #ffc99a;
	outline-offset: -2px;
}
.svc-title { flex: 1; }

/* Caret indicator — rotates when open */
.svc-caret {
	width: 12px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	margin-top: -4px;
	margin-left: 16px;
	flex-shrink: 0;
}
.svc-item.is-open .svc-caret { transform: rotate(-135deg); margin-top: 4px; }

/* Accordion body — hidden by default, shown when .is-open */
.svc-body {
	display: none;
	background: #D9D9D9;
	color: #2a2a2a;
	padding: 24px 28px;
	font-family: var(--ff-body);
}
.svc-item.is-open .svc-body { display: block; }
.svc-body p {
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 14px;
}
.svc-body ul {
	margin: 0;
	padding-left: 22px;
	list-style: disc;
}
.svc-body li {
	font-size: 15px;
	line-height: 1.7;
}
.svc-body .svc-note {
	background: #f4f4f4;
	border-left: 3px solid var(--orange);
	padding: 12px 16px;
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.6;
	color: #444;
}
.svc-body a {
	color: var(--orange-dark);
	text-decoration: underline;
	font-weight: 600;
}
.svc-body a:hover { color: var(--orange); }

/* Schedule HEADER section — dark band with the section title only */
.services-schedule-heading {
	background-color: rgba(60, 60, 60, 0.92);  /* #3C3C3CEB */
	color: #fff;
	padding: 50px 0 50px;
	text-align: center;
}
.services-schedule-heading h2 {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: clamp(26px, 3.4vw, 38px);
	line-height: 1.15;
	margin: 0;
	color: #fff;
}

/* Schedule CONTENT section — white bg with clock photo */
.services-schedule {
	position: relative;
	background-color: #ffffff;
	background-image:
		linear-gradient(rgba(255,255,255,.6), rgba(255,255,255,.6)),
		url("assets/img/clock.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #1f1f1f;
	padding: 60px 0 80px;
	text-align: center;
}

.schedule-lede {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: clamp(20px, 2.2vw, 26px);
	line-height: 1.93;
	color: #1f1f1f;
	text-align: center;
	text-transform: capitalize;
	margin: 0 auto 12px;
	max-width: 1190px;
	font-variant-numeric: lining-nums tabular-nums;
}
.schedule-lede .sub {
	display: block;
	font-family: var(--ff-hero);
	font-weight: 500;
	font-size: clamp(14px, 1.4vw, 18px);
	line-height: 1.93;
	color: #3E3E3E;
	text-align: center;
	text-transform: capitalize;
	font-variant-numeric: lining-nums tabular-nums;
}

.schedule-circles {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	max-width: 1200px;
	margin: 36px auto 40px;
}
.schedule-circle {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: #D95100;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 28px;
	margin: 0 auto;
	font-family: var(--ff-body);
	font-weight: 700;
	font-size: 16px;
	line-height: 1.35;
}
.schedule-circle span { display: inline-block; }

.schedule-result {
	font-family: var(--ff-hero);
	font-style: italic;
	font-weight: 800;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.5;
	max-width: 920px;
	margin: 0 auto;
	color: #5E2300;
	text-align: center;
	text-transform: capitalize;
}

/* Transparency band — speedometer photo background like homepage */
.services-transparency {
	position: relative;
	background-color: #0e0e0e;
	color: #fff;
	padding: 70px 0 90px;
	overflow: hidden;
}
.services-transparency::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #0e0e0e;
	background-image:
		linear-gradient(180deg, rgba(10, 10, 10, 0.55), rgba(10, 10, 10, 0.7)),
		url("assets/img/speedometer-bg.png");
	background-size: cover, contain;
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	z-index: 0;
}
.services-transparency-inner { position: relative; z-index: 1; max-width: 1100px; margin: 0 auto; }

.services-transparency h2 {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: clamp(24px, 2.8vw, 32px);
	text-align: center;
	margin: 0 0 40px;
	color: #fff;
}

.trans-grid {
	display: flex;
	justify-content: center;
}
/* "Big box" — wraps both the paragraphs and the 4 small boxes */
.trans-bigbox {
	background: #D5D5D5;
	color: #1a1a1a;
	width: 987px;
	max-width: 100%;
	min-height: 268px;
	padding: 32px 36px;
	border-radius: 16px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 28px;
	align-items: center;
}
.trans-copy-text p {
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.65;
	color: #1a1a1a;
	margin: 0 0 16px;
}
.trans-copy-text p:last-child { margin-bottom: 0; }

/* 4 small boxes inside the big box, on the right */
.trans-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.trans-box {
	background: #3C3C3C;
	color: #ffffff;
	font-family: var(--ff-body);
	font-size: 14px;
	line-height: 1.45;
	padding: 14px 18px;
	border-radius: 6px;
	border: 0;
}

/* Responsive */
@media (max-width: 980px) {
	.services-hex-row { grid-template-columns: repeat(2, 1fr); max-width: 480px; }
	.services-bottom-inner { grid-template-columns: 1fr; gap: 32px; text-align: center; }
	.bl-content { text-align: left; }
	.schedule-circles { grid-template-columns: repeat(2, 1fr); gap: 20px; }
	.trans-bigbox { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
}

@media (max-width: 480px) {
	.services-hex-row { grid-template-columns: 1fr 1fr; max-width: none; }
	.bl-photo { width: 220px; height: 220px; }
	.schedule-circle { width: 200px; height: 200px; font-size: 14px; padding: 20px; }
	.svc-header { padding: 14px 18px; font-size: 15px; }
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */

/* Hero banner */
.about-hero {
	position: relative;
	background: #1a1a1a;
	overflow: hidden;
	height: 460px;
}
.about-hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.about-hero-card {
	position: absolute;
	left: 50%;
	bottom: 36px;
	transform: translateX(-50%);
	background: rgba(20, 20, 20, 0.78);
	color: #fff;
	padding: 28px 38px;
	max-width: 92%;
	border-radius: 4px;
	text-align: center;
}
.about-hero-card h1 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(26px, 4vw, 44px);
	line-height: 1.15;
	margin: 0;
	color: #fff;
}

/* Reusable kicker label */
.about-kicker {
	font-family: var(--ff-hero);
	font-style: italic;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--orange);
	margin: 0 0 14px;
}
.about-kicker-light { color: #ffb37a; }

/* Reusable narrow container for prose sections */
.about-narrow {
	width: min(900px, 92vw);
	margin: 0 auto;
}

/* Intro band — light */
.about-intro {
	background: #ffffff;
	padding: 70px 0 60px;
	text-align: center;
}
.about-intro .about-kicker { color: var(--orange-dark); }
.about-lead p {
	font-family: var(--ff-hero);
	font-weight: 400;
	font-size: clamp(15px, 1.5vw, 17px);
	line-height: 1.7;
	color: #2a2a2a;
	margin: 0 0 16px;
	text-align: left;
}
.about-lead-light p { color: #cfd2d6; }

/* Split section (image left, text right; .about-split-rev reverses) */
.about-split {
	background: #f6f6f6;
	padding: 70px 0;
}
.about-split-inner {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 56px;
	align-items: center;
}
.about-split-rev .about-split-inner {
	grid-template-columns: 1.15fr 1fr;
}
.about-split-rev .about-split-photo  { order: 2; }
.about-split-rev .about-split-text   { order: 1; }

.about-split-photo {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	min-height: 380px;
	background: #d8d8d8;
}
.about-split-photo img {
	width: 100%;
	height: 100%;
	min-height: 380px;
	object-fit: cover;
	display: block;
}

/* Placeholder slot for owner photo (until client provides) */
.about-photo-placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #6a6a6a;
	font-family: var(--ff-body);
	font-size: 14px;
	text-align: center;
	background: repeating-linear-gradient(
		45deg,
		#e2e2e2 0 12px,
		#d8d8d8 12px 24px
	);
}
.about-photo-placeholder .muted { font-size: 12px; color: #8a8a8a; }

.about-split-text h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(24px, 2.6vw, 32px);
	line-height: 1.2;
	margin: 0 0 18px;
	color: #1f1f1f;
}
.about-split-text p {
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.7;
	color: #3a3a3a;
	margin: 0 0 14px;
}
.about-bullets {
	margin: 18px 0 0;
	padding-left: 22px;
	list-style: disc;
}
.about-bullets li {
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.7;
	color: #2a2a2a;
	margin-bottom: 8px;
}

/* Team intro — dark band */
.about-team-intro {
	background: #2a2a2a;
	color: #fff;
	padding: 70px 0 60px;
	text-align: center;
}
.about-team-intro h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.2;
	margin: 0 0 22px;
	color: #fff;
}

/* Team photo — full bleed */
.about-team-photo {
	background: #1a1a1a;
	margin: 0;
	padding: 0;
}
.about-team-photo img {
	width: 100%;
	height: auto;
	max-height: 560px;
	object-fit: cover;
	display: block;
}
.about-team-caption {
	background: #1a1a1a;
	color: #b8b8b8;
	text-align: center;
	font-family: var(--ff-body);
	font-style: italic;
	font-size: 13.5px;
	margin: 0;
	padding: 14px 16px 18px;
}

/* Quote band — orange, like the homepage mission band but a touch shorter */
.about-quote-band {
	background: radial-gradient(ellipse 70% 80% at 60% 50%, #FE7A2A 0%, #FD6308 55%, #E55400 100%);
	color: #fff;
	padding: 50px 0;
	text-align: center;
}
.about-quote-band blockquote {
	margin: 0 auto;
	max-width: 920px;
	font-family: var(--ff-hero);
	font-weight: 700;
	font-style: italic;
	font-size: clamp(20px, 2.4vw, 28px);
	line-height: 1.4;
	color: #fff;
}
.about-quote-band blockquote::before { content: "“"; margin-right: 4px; }
.about-quote-band blockquote::after  { content: "”"; margin-left: 4px; }

/* CTA band — dark like footer CTA but with split text/buttons */
.about-cta-band {
	background: var(--ink);
	color: #fff;
	padding: 50px 0 50px;
}
.about-cta-inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 40px;
	align-items: center;
}
.about-cta-text h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.2;
	margin: 0 0 12px;
	color: #fff;
}
.about-cta-text p {
	margin: 0;
	color: #d9d9d9;
	font-size: 14.5px;
	line-height: 1.6;
}
.about-cta-actions {
	display: grid;
	gap: 14px;
	justify-self: end;
	width: 100%;
	max-width: 360px;
}
.about-cta-phone {
	background: transparent;
	color: #fff;
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	padding: 12px 18px;
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-radius: 4px;
	transition: border-color 0.18s ease;
}
.about-cta-phone:hover { border-color: var(--orange); }

.about-cta-btn {
	background: var(--orange);
	color: #fff;
	font-weight: 700;
	padding: 14px 20px;
	font-size: 15px;
	border-radius: 4px;
	text-align: center;
	transition: background 0.18s ease;
}
.about-cta-btn:hover { background: var(--orange-dark); }

/* About page responsive */
@media (max-width: 900px) {
	.about-split-inner,
	.about-split-rev .about-split-inner { grid-template-columns: 1fr; gap: 28px; }
	.about-split-rev .about-split-photo { order: 1; }
	.about-split-rev .about-split-text  { order: 2; }
	.about-split-photo                  { min-height: 280px; }
	.about-split-photo img              { min-height: 280px; }

	.about-cta-inner { grid-template-columns: 1fr; text-align: center; }
	.about-cta-actions { justify-self: center; }
}
@media (max-width: 600px) {
	.about-hero { height: 380px; }
	.about-hero-card { left: 16px; right: 16px; transform: none; bottom: 20px; padding: 18px 20px; max-width: none; }
}

/* ============================================================
   FAQ PAGE
   ============================================================ */

/* Small hero — speedometer photo behind, dark overlay, centered title */
.faq-hero {
	position: relative;
	background-color: #0e0e0e;
	background-image:
		linear-gradient(rgba(10,10,10,.55), rgba(10,10,10,.7)),
		url("assets/img/speedometer-bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	min-height: 280px;
	display: flex;
	align-items: center;
	text-align: center;
}
.faq-hero-inner h1 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.15;
	margin: 0 auto;
	color: #fff;
}

/* Narrow container for prose */
.faq-narrow {
	width: min(900px, 92vw);
	margin: 0 auto;
}

/* Lead paragraph */
.faq-lead {
	background: #ffffff;
	padding: 50px 0 30px;
	text-align: center;
}
.faq-lead p {
	font-family: var(--ff-hero);
	font-weight: 400;
	font-size: clamp(15px, 1.5vw, 17px);
	line-height: 1.7;
	color: #2a2a2a;
	margin: 0 auto;
}

/* FAQ body — gray section containing the accordion groups */
.faq-body {
	background: #f5f5f5;
	padding: 30px 0 70px;
}
.faq-wrap {
	max-width: 940px;
	margin: 0 auto;
}

/* Group heading with horizontal rule running through it */
.faq-group { margin-top: 36px; }
.faq-group:first-child { margin-top: 0; }
.faq-group-heading {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(18px, 2vw, 22px);
	color: #1f1f1f;
	text-align: center;
	margin: 0 0 18px;
	position: relative;
}
.faq-group-heading span {
	background: #f5f5f5;
	padding: 0 18px;
	position: relative;
	z-index: 1;
}
.faq-group-heading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #cccccc;
	z-index: 0;
}

/* Accordion overrides for FAQ — same structure as services accordion
   but the headers wrap their text on multiple lines as needed,
   and the case is sentence-case (not uppercase). */
.faq-accordion { gap: 10px; }
.faq-accordion .svc-item { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); }
.faq-accordion .svc-header,
.faq-accordion .svc-item .svc-header {
	font-family: var(--ff-body);
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0;
	text-transform: none;
	padding: 16px 22px;
	line-height: 1.4;
	background: var(--orange);
	color: #fff;
}
.faq-accordion .svc-header:hover { background: var(--orange-dark); }
.faq-accordion .svc-body {
	background: #ffffff;
	color: #2a2a2a;
	padding: 22px 26px;
}
.faq-accordion .svc-body p,
.faq-accordion .svc-body li {
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.65;
	color: #2a2a2a;
}
.faq-accordion .svc-body p { margin: 0 0 12px; }
.faq-accordion .svc-body p:last-child { margin-bottom: 0; }
.faq-accordion .svc-body ul {
	margin: 6px 0 12px;
	padding-left: 22px;
	list-style: disc;
}
.faq-accordion .svc-body a {
	color: var(--orange-dark);
	text-decoration: underline;
	font-weight: 600;
}
.faq-accordion .svc-body a:hover { color: var(--orange); }

/* "Still Have Questions?" CTA band */
.faq-cta-band {
	background: var(--ink);
	color: #fff;
	padding: 56px 0;
}
.faq-cta-inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 40px;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
}
.faq-cta-text h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.2;
	margin: 0 0 12px;
	color: #fff;
}
.faq-cta-text p {
	margin: 0;
	color: #d9d9d9;
	font-size: 14.5px;
	line-height: 1.6;
}
.faq-cta-actions {
	display: grid;
	gap: 12px;
	justify-self: end;
	width: 100%;
	max-width: 380px;
}
.faq-cta-phone {
	background: transparent;
	color: #fff;
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	padding: 12px 18px;
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-radius: 4px;
	transition: border-color 0.18s ease;
}
.faq-cta-phone:hover { border-color: var(--orange); }
.faq-cta-btn {
	background: var(--orange);
	color: #fff;
	font-family: var(--ff-body);
	font-weight: 700;
	padding: 13px 20px;
	font-size: 15px;
	border-radius: 4px;
	text-align: center;
	transition: background 0.18s ease;
}
.faq-cta-btn:hover { background: var(--orange-dark); }
.faq-cta-btn.faq-cta-ghost {
	background: transparent;
	border: 2px solid var(--orange);
	color: var(--orange);
	padding: 11px 20px;
}
.faq-cta-btn.faq-cta-ghost:hover {
	background: var(--orange);
	color: #fff;
}

/* FAQ responsive */
@media (max-width: 760px) {
	.faq-hero { min-height: 220px; }
	.faq-cta-inner { grid-template-columns: 1fr; text-align: center; }
	.faq-cta-actions { justify-self: center; }
	.faq-group-heading::before { display: none; }
}

/* ============================================================
   SHOP SERVICES PAGE
   ============================================================ */

/* Reusable kicker + narrow container */
.shop-kicker {
	font-family: var(--ff-hero);
	font-style: italic;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--orange);
	margin: 0 0 14px;
}
.shop-kicker-light { color: #FD6308; }
.shop-narrow {
	width: min(940px, 92vw);
	margin: 0 auto;
}

/* ── Hero ──────────────────────────────────────────── */
.shop-hero {
	position: relative;
	background: #1a1a1a;
	overflow: hidden;
	height: 500px;
}
.shop-hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.shop-hero-card {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0 36px max((100vw - 1200px) / 2, 4vw);
	background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.18) 65%, transparent 100%);
}
.shop-hero-card h1 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(28px, 3.6vw, 48px);
	line-height: 1.15;
	margin: 0;
	color: #fff;
	max-width: 660px;
	text-shadow: 0 2px 8px rgba(0,0,0,.45);
}

/* ── Intro ─────────────────────────────────────────── */
.shop-intro {
	background: #fff;
	padding: 64px 0 56px;
	text-align: center;
}
.shop-lead p {
	font-family: var(--ff-hero);
	font-weight: 400;
	font-size: clamp(15px, 1.5vw, 17px);
	line-height: 1.7;
	color: #2a2a2a;
	margin: 0 0 16px;
	text-align: left;
}

/* ── What We Do in the Shop (orange band + accordion) ── */
.shop-services-band {
	background: var(--orange);
	padding: 64px 0 72px;
}
.shop-services-band h2 {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: clamp(24px, 3vw, 34px);
	color: #fff;
	text-align: center;
	margin: 0 0 16px;
}
.shop-band-sub {
	font-family: var(--ff-hero);
	font-weight: 400;
	font-size: clamp(14px, 1.4vw, 16px);
	color: #ffe6d6;
	text-align: center;
	max-width: 860px;
	margin: 0 auto 36px;
	line-height: 1.6;
}
/* Accordion inherits .svc-item / .svc-header / .svc-body —
   only tweaks needed: keep max-width and no extra gap change needed */
.shop-accordion {
	max-width: 940px;
	margin: 0 auto;
}
/* Open accordion body is slightly off-white against orange bg */
.shop-accordion .svc-item.is-open .svc-body {
	background: #f7f7f7;
}
/* 2-column grid for lists inside shop accordion */
.shop-accordion .svc-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 32px;
}
/* Orange square bullet via pseudo-element */
.shop-accordion .svc-body li {
	position: relative;
	padding-left: 18px;
	font-size: 15px;
	line-height: 1.55;
	color: #2a2a2a;
}
.shop-accordion .svc-body li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	background: var(--orange);
	border-radius: 1px;
	flex-shrink: 0;
}
/* Paragraphs above a list inside engine & drivetrain etc. */
.shop-accordion .svc-body > p {
	grid-column: 1 / -1;
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.65;
	color: #2a2a2a;
}

/* ── Mobile or Shop? split ──────────────────────────── */
.shop-split {
	background: #f4f4f4;
	padding: 70px 0;
}
.shop-split-inner {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 60px;
	align-items: center;
}
.shop-split-photo {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 8px 28px rgba(0,0,0,.12);
}
.shop-split-photo img {
	width: 100%;
	height: 100%;
	min-height: 340px;
	object-fit: cover;
	display: block;
}
.shop-split-text h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.2;
	margin: 0 0 18px;
	color: #1f1f1f;
}
.shop-split-text p {
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.7;
	color: #3a3a3a;
	margin: 0 0 14px;
}

/* ── Same Team, Same Standards (dark + pills) ─────── */
.shop-standards {
	background: #1f1f1f;
	color: #fff;
	padding: 70px 0 60px;
	text-align: center;
}
.shop-standards h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(24px, 2.8vw, 34px);
	line-height: 1.2;
	margin: 0 0 18px;
	color: #fff;
}
.shop-standards-intro {
	font-family: var(--ff-hero);
	font-weight: 400;
	font-size: clamp(14px, 1.5vw, 16.5px);
	line-height: 1.7;
	color: #cfd2d6;
	max-width: 820px;
	margin: 0 auto 42px;
}
.shop-pillwrap {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 50px;
	align-items: start;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.shop-pillcopy p {
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.7;
	color: #d0d0d0;
	margin: 0 0 16px;
}
.shop-pillcol {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.shop-pill {
	background: #2a2a2a;
	color: #fff;
	font-family: var(--ff-body);
	font-size: 14.5px;
	line-height: 1.5;
	padding: 14px 20px;
	border-radius: 6px;
	border-left: 3px solid var(--orange);
}

/* ── Visit Our Shop (gray table) ─────────────────── */
.shop-visit {
	background: #e8e8e8;
	padding: 60px 0;
	text-align: center;
}
.shop-visit h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(22px, 2.4vw, 30px);
	color: #1f1f1f;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin: 0 0 40px;
}
/* 2-column grid: left col = Address / Saturday / Appointments,
   right col = Hours / Sunday / Phone */
.shop-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px 60px;
	max-width: 760px;
	margin: 0 auto;
	text-align: left;
}
.shop-info-item dt {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: 13px;
	color: var(--orange);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin: 0 0 5px;
}
.shop-info-item dd {
	font-family: var(--ff-body);
	font-size: 15px;
	color: #2a2a2a;
	line-height: 1.55;
	margin: 0;
}
.shop-info-item dd a {
	color: #2a2a2a;
	text-decoration: none;
}
.shop-todo {
	color: #666;
	font-style: italic;
}

/* ── CTA Band ────────────────────────────────────── */
.shop-cta-band {
	background: var(--ink);
	color: #fff;
	padding: 56px 0;
}
.shop-cta-inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 40px;
	align-items: center;
}
.shop-cta-text h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.2;
	margin: 0 0 12px;
	color: #fff;
}
.shop-cta-text p {
	margin: 0;
	color: #d9d9d9;
	font-size: 14.5px;
	line-height: 1.6;
}
.shop-cta-actions {
	display: grid;
	gap: 12px;
	justify-self: end;
	width: 100%;
	max-width: 380px;
}
.shop-cta-phone {
	background: transparent;
	color: #fff;
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	padding: 12px 18px;
	border: 2px solid rgba(255,255,255,.25);
	border-radius: 4px;
	transition: border-color 0.18s ease;
}
.shop-cta-phone:hover { border-color: var(--orange); }
.shop-cta-btn {
	background: var(--orange);
	color: #fff;
	font-family: var(--ff-body);
	font-weight: 700;
	padding: 13px 20px;
	font-size: 15px;
	border-radius: 4px;
	text-align: center;
	transition: background 0.18s ease;
}
.shop-cta-btn:hover { background: var(--orange-dark); }
.shop-cta-btn.shop-cta-ghost {
	background: transparent;
	border: 2px solid var(--orange);
	color: var(--orange);
	padding: 11px 20px;
}
.shop-cta-btn.shop-cta-ghost:hover {
	background: var(--orange);
	color: #fff;
}

/* ── Shop page responsive ────────────────────────── */
@media (max-width: 900px) {
	.shop-split-inner { grid-template-columns: 1fr; gap: 28px; }
	.shop-split-photo img { min-height: 260px; }
	.shop-pillwrap { grid-template-columns: 1fr; gap: 28px; text-align: center; }
	.shop-pill { text-align: left; }
	.shop-cta-inner { grid-template-columns: 1fr; text-align: center; }
	.shop-cta-actions { justify-self: center; }
}
@media (max-width: 600px) {
	.shop-hero { height: 380px; }
	.shop-hero-card { padding: 0 0 24px 20px; }
	.shop-hero-card h1 { font-size: clamp(24px, 6vw, 32px); }
	.shop-info { grid-template-columns: 1fr; gap: 20px; }
}

/* ============================================================
   CAREERS PAGE
   ============================================================ */

/* ── Shared tokens ─────────────────────────────────── */
.careers-kicker {
	font-family: var(--ff-hero);
	font-style: italic;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--orange);
	margin: 0 0 14px;
}
.careers-kicker-light { color: var(--orange); }
.careers-narrow {
	width: min(940px, 92vw);
	margin: 0 auto;
}

/* ── Hero ──────────────────────────────────────────── */
.careers-hero {
	position: relative;
	background: #1a1a1a;
	overflow: hidden;
	height: 500px;
}
.careers-hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
	display: block;
}
.careers-hero-card {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0 40px max((100vw - 1200px) / 2, 4vw);
	background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.18) 65%, transparent 100%);
}
.careers-hero-card h1 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(28px, 3.8vw, 50px);
	line-height: 1.15;
	color: #fff;
	margin: 0;
	max-width: 680px;
	text-shadow: 0 2px 8px rgba(0,0,0,.45);
}

/* ── Why Work (benefits) ───────────────────────────── */
.careers-why {
	background: #fff;
	padding: 70px 0 56px;
	text-align: center;
}
.careers-why h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(24px, 2.8vw, 34px);
	color: #1f1f1f;
	margin: 0 0 18px;
	text-transform: uppercase;
}
.careers-lead {
	font-family: var(--ff-hero);
	font-weight: 400;
	font-size: clamp(15px, 1.5vw, 17px);
	line-height: 1.7;
	color: #2a2a2a;
	margin: 0 0 40px;
}

/* 3-col × 2-row benefits grid */
.careers-benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px 40px;
	max-width: 1040px;
	margin: 0 auto 36px;
	text-align: center;
}
.careers-benefit-card {
	padding: 28px 20px 24px;
	border-bottom: 3px solid var(--orange);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}
.careers-benefit-icon {
	width: 48px;
	height: 48px;
	color: var(--orange);
	flex-shrink: 0;
}
.careers-benefit-icon svg { width: 100%; height: 100%; }
.careers-benefit-card h3 {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #1f1f1f;
	margin: 0;
}
.careers-benefit-card p {
	font-family: var(--ff-body);
	font-size: 14.5px;
	line-height: 1.55;
	color: #3a3a3a;
	margin: 0;
}

.careers-schedule-note {
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.65;
	color: #2a2a2a;
	text-align: left;
	max-width: 860px;
	margin: 0 auto;
	padding: 20px 0 0;
}

/* ── Split (yellow vans) ───────────────────────────── */
.careers-split {
	background: #f4f4f4;
	padding: 70px 0;
}
.careers-split-inner {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 60px;
	align-items: center;
}
.careers-split-photo {
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 6px 24px rgba(0,0,0,.1);
}
.careers-split-photo img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
	display: block;
}
.careers-split-text h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(22px, 2.6vw, 32px);
	line-height: 1.2;
	margin: 0 0 16px;
	color: #1f1f1f;
}
.careers-split-text p {
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.7;
	color: #3a3a3a;
	margin: 0 0 16px;
}
.careers-bullets {
	list-style: none;
	padding: 0;
	margin: 8px 0 0;
}
.careers-bullets li {
	position: relative;
	padding-left: 18px;
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.6;
	color: #2a2a2a;
	margin-bottom: 10px;
}
.careers-bullets li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 8px;
	height: 8px;
	background: var(--orange);
	border-radius: 1px;
}

/* ── Current Openings ──────────────────────────────── */
.careers-openings {
	background: #e8e8e8;
	padding: 70px 0;
	text-align: center;
}
.careers-openings h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(24px, 2.8vw, 36px);
	text-transform: uppercase;
	color: #1f1f1f;
	margin: 0 0 16px;
}
.careers-openings-intro {
	font-family: var(--ff-hero);
	font-weight: 400;
	font-size: clamp(14px, 1.4vw, 16px);
	line-height: 1.65;
	color: #3a3a3a;
	max-width: 860px;
	margin: 0 auto 40px;
}

/* Job posting card */
.careers-job {
	max-width: 940px;
	margin: 0 auto 20px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(0,0,0,.1);
	text-align: left;
}
.careers-job-head {
	background: #3E3E3E;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 24px;
	gap: 16px;
	flex-wrap: wrap;
}
.careers-job-title {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.careers-job-tag {
	background: var(--orange);
	color: #fff;
	font-family: var(--ff-body);
	font-weight: 700;
	font-size: 11.5px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 3px;
	white-space: nowrap;
}
.careers-job-tag-occasional { background: #4a4a4a; }

.careers-job-body {
	background: #fff;
	padding: 28px 32px;
}
.careers-job-body h4 {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--orange);
	margin: 20px 0 10px;
}
.careers-job-body h4:first-child { margin-top: 0; }
.careers-job-body p {
	font-family: var(--ff-body);
	font-size: 14.5px;
	line-height: 1.65;
	color: #2a2a2a;
	margin: 0 0 10px;
}
/* Orange square bullets inside job body */
.careers-job-body ul {
	list-style: none;
	padding: 0;
	margin: 0 0 4px;
}
.careers-job-body li {
	position: relative;
	padding-left: 18px;
	font-family: var(--ff-body);
	font-size: 14.5px;
	line-height: 1.65;
	color: #2a2a2a;
	margin-bottom: 6px;
}
.careers-job-body li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 7px;
	height: 7px;
	background: var(--orange);
	border-radius: 1px;
}

/* ── Core Values (dark) ────────────────────────────── */
.careers-values {
	background: #1f1f1f;
	color: #fff;
	padding: 70px 0 60px;
	text-align: center;
}
.careers-values h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(24px, 2.8vw, 36px);
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 18px;
}
.careers-values-lead {
	font-family: var(--ff-hero);
	font-weight: 400;
	font-size: clamp(14px, 1.4vw, 16px);
	line-height: 1.7;
	color: #cfd2d6;
	max-width: 820px;
	margin: 0 auto 44px;
}

/* 5-card row */
.careers-values-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
	max-width: 1080px;
	margin: 0 auto;
}
.careers-value-card {
	padding: 24px 16px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.careers-value-icon {
	width: 44px;
	height: 44px;
	color: var(--orange);
}
.careers-value-icon svg { width: 100%; height: 100%; }
.careers-value-title {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fff;
}
.careers-value-desc {
	font-family: var(--ff-body);
	font-size: 13.5px;
	line-height: 1.55;
	color: #b0b4b8;
}

/* ── How to Apply ──────────────────────────────────── */
.careers-apply {
	background: #fff;
	padding: 70px 0 56px;
	text-align: center;
}
.careers-apply h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(24px, 2.8vw, 36px);
	text-transform: uppercase;
	color: #1f1f1f;
	margin: 0 0 18px;
}

/* Form placeholder */
.careers-form-placeholder {
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 28px 32px;
	margin: 0 auto;
	max-width: 740px;
	text-align: left;
}
.careers-form-note {
	font-family: var(--ff-body);
	font-size: 13px;
	color: #999;
	text-align: center;
	font-style: italic;
	margin: 0 0 22px;
}
.careers-form-fields {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.careers-form-field {
	background: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	height: 46px;
	display: flex;
	align-items: center;
	padding: 0 14px;
	font-family: var(--ff-body);
	font-size: 14px;
	color: #aaa;
}
.careers-form-field-tall {
	height: 90px;
	align-items: flex-start;
	padding-top: 12px;
}
.careers-form-field-upload {
	border: 2px dashed #d0d0d0;
	height: 54px;
	justify-content: center;
	color: #9a9a9a;
}

.careers-phone-callout {
	font-family: var(--ff-display);
	font-weight: 600;
	font-size: 18px;
	color: #1f1f1f;
	margin: 24px 0 0;
}
.careers-phone-callout a {
	color: var(--orange-dark);
	text-decoration: underline;
}

/* ── Bottom CTA band ───────────────────────────────── */
.careers-cta-band {
	background: var(--ink);
	color: #fff;
	padding: 56px 0;
}
.careers-cta-inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 40px;
	align-items: center;
}
.careers-cta-text h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.2;
	margin: 0 0 12px;
	color: #fff;
}
.careers-cta-text p {
	margin: 0;
	color: #d9d9d9;
	font-size: 14.5px;
	line-height: 1.6;
}
.careers-cta-actions {
	display: grid;
	gap: 12px;
	justify-self: end;
	width: 100%;
	max-width: 380px;
}
.careers-cta-phone {
	background: transparent;
	color: #fff;
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	padding: 12px 18px;
	border: 2px solid rgba(255,255,255,.25);
	border-radius: 4px;
	transition: border-color 0.18s ease;
}
.careers-cta-phone:hover { border-color: var(--orange); }
.careers-cta-btn {
	background: var(--orange);
	color: #fff;
	font-family: var(--ff-body);
	font-weight: 700;
	padding: 13px 20px;
	font-size: 15px;
	border-radius: 4px;
	text-align: center;
	transition: background 0.18s ease;
}
.careers-cta-btn:hover { background: var(--orange-dark); }
.careers-cta-btn.careers-cta-ghost {
	background: transparent;
	border: 2px solid var(--orange);
	color: var(--orange);
	padding: 11px 20px;
}
.careers-cta-btn.careers-cta-ghost:hover {
	background: var(--orange);
	color: #fff;
}

/* ── Careers responsive ────────────────────────────── */
@media (max-width: 1000px) {
	.careers-values-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
	.careers-benefits-grid { grid-template-columns: repeat(2, 1fr); }
	.careers-split-inner { grid-template-columns: 1fr; gap: 28px; }
	.careers-cta-inner { grid-template-columns: 1fr; text-align: center; }
	.careers-cta-actions { justify-self: center; }
}
@media (max-width: 600px) {
	.careers-hero { height: 420px; }
	.careers-hero-card { padding: 0 0 24px 20px; }
	.careers-benefits-grid { grid-template-columns: 1fr; }
	.careers-values-grid { grid-template-columns: repeat(2, 1fr); }
	.careers-job-body { padding: 20px 20px; }
}

/* ============================================================
   BLOG ARCHIVE (home.php)
   ============================================================ */

/* Small interior header — same style as FAQ hero but shorter */
.blog-hero {
	background: var(--ink);
	padding: 44px 0;
	text-align: center;
}
.blog-hero h1 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(28px, 3.6vw, 44px);
	color: #fff;
	margin: 0;
	letter-spacing: 0.02em;
}

/* Archive wrapper */
.blog-archive {
	background: #fff;
	padding: 56px 0 80px;
}
.blog-archive-inner {
	max-width: 860px;
	margin: 0 auto;
}

/* Individual post entry — centered layout matching screenshot */
.blog-entry {
	text-align: center;
	padding: 40px 0 36px;
}
.blog-entry:first-child { padding-top: 0; }

.blog-entry-title {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(20px, 2.4vw, 28px);
	line-height: 1.25;
	margin: 0 0 10px;
}
.blog-entry-title a {
	color: #1f1f1f;
	text-decoration: none;
	transition: color 0.15s ease;
}
.blog-entry-title a:hover { color: var(--orange-dark); }

.blog-entry-meta {
	font-family: var(--ff-body);
	font-size: 14px;
	color: #888;
	margin: 0 0 16px;
}

.blog-entry-excerpt {
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.65;
	color: #3a3a3a;
	margin: 0 auto 16px;
	max-width: 780px;
}

.blog-entry-readmore a {
	font-family: var(--ff-body);
	font-weight: 700;
	font-size: 15px;
	color: var(--orange);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	transition: color 0.15s ease;
}
.blog-entry-readmore a:hover { color: var(--orange-dark); }
.blog-chevron {
	font-size: 20px;
	line-height: 1;
	margin-top: -1px;
}

/* Divider between posts */
.blog-divider {
	border: none;
	border-top: 1px solid #1a1a1a;
	margin: 0;
}

/* No posts fallback */
.blog-no-posts {
	text-align: center;
	font-family: var(--ff-body);
	color: #888;
	font-size: 15px;
	padding: 40px 0;
}

/* Pagination */
.blog-pagination {
	padding: 32px 0 0;
	text-align: center;
}
.blog-pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}
.blog-pagination .page-numbers {
	font-family: var(--ff-body);
	font-size: 14px;
	font-weight: 600;
	padding: 7px 14px;
	border-radius: 3px;
	color: #3a3a3a;
	text-decoration: none;
	border: 1px solid #ddd;
	transition: background 0.15s ease, color 0.15s ease;
}
.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
	background: var(--orange);
	color: #fff;
	border-color: var(--orange);
}
.blog-pagination .page-numbers.dots {
	border: none;
	background: none;
	color: #aaa;
}

/* ============================================================
   SERVICES — blank parent container
   (Services itself is unclickable in the nav; this view is only
   reached if someone hits /services/ directly.)
   ============================================================ */
.services-empty-parent {
	background: #f5f5f5;
	padding: 90px 0;
	text-align: center;
	min-height: 320px;
}
.services-empty-parent-inner h1 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(26px, 3vw, 36px);
	color: #1f1f1f;
	margin: 0 0 18px;
}
.services-empty-parent-inner p {
	font-family: var(--ff-body);
	font-size: 16px;
}
.services-empty-parent-inner a {
	color: var(--orange-dark);
	font-weight: 700;
	text-decoration: underline;
}
.services-empty-parent-inner a:hover { color: var(--orange); }

/* About — owner text section (no photo, centered) */
.about-owner-text {
	background: #fff;
	padding: 64px 0 52px;
}
.about-owner-text h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(24px, 2.6vw, 32px);
	line-height: 1.2;
	margin: 0 0 20px;
	color: #1f1f1f;
}
.about-owner-text p {
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.7;
	color: #3a3a3a;
	margin: 0 0 14px;
}

/* ============================================================
   FLEET / PAYMENT OPTIONS PAGE
   ============================================================ */
.fpo-kicker {
	font-family: var(--ff-hero);
	font-style: italic;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--orange);
	margin: 0 0 14px;
}
.fpo-narrow {
	width: min(960px, 92vw);
	margin: 0 auto;
}

/* Hero */
.fpo-hero {
	background: var(--ink);
	padding: 50px 0;
	text-align: center;
}
.fpo-hero-inner h1 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(28px, 3.6vw, 44px);
	color: #fff;
	margin: 0;
}

/* Intro */
.fpo-intro {
	background: #fff;
	padding: 64px 0 48px;
	text-align: center;
}
.fpo-intro h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(22px, 2.6vw, 32px);
	color: #1f1f1f;
	margin: 0 0 20px;
}
.fpo-lead p {
	font-family: var(--ff-hero);
	font-size: clamp(15px, 1.5vw, 17px);
	line-height: 1.7;
	color: #2a2a2a;
	text-align: left;
	margin: 0 0 14px;
}

/* Shared section styles */
.fpo-providers,
.fpo-billing,
.fpo-agreements {
	padding: 60px 0;
}
.fpo-providers { background: #f5f5f5; }
.fpo-billing   { background: #fff; }
.fpo-agreements { background: #2a2a2a; color: #fff; }

.fpo-providers h2,
.fpo-billing h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(22px, 2.4vw, 30px);
	color: #1f1f1f;
	margin: 0 0 16px;
}
.fpo-agreements h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(22px, 2.4vw, 30px);
	color: #fff;
	margin: 0 0 16px;
}
.fpo-section-intro {
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 36px;
}
.fpo-providers .fpo-section-intro,
.fpo-billing .fpo-section-intro { color: #3a3a3a; }
.fpo-agreements .fpo-section-intro { color: #cfd2d6; }

/* Provider cards */
.fpo-provider-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.fpo-provider-card {
	background: #fff;
	padding: 24px 26px;
	border-radius: 6px;
	border-left: 4px solid var(--orange);
	box-shadow: 0 3px 10px rgba(0,0,0,.08);
}
.fpo-provider-name {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: 16px;
	color: #1f1f1f;
	margin-bottom: 10px;
}
.fpo-provider-card p {
	font-family: var(--ff-body);
	font-size: 14.5px;
	line-height: 1.6;
	color: #3a3a3a;
	margin: 0;
}

/* Billing items */
.fpo-billing-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
}
.fpo-billing-item {
	text-align: center;
	padding: 24px 16px 20px;
	border-bottom: 3px solid var(--orange);
}
.fpo-billing-icon {
	width: 48px;
	height: 48px;
	color: var(--orange);
	margin: 0 auto 12px;
}
.fpo-billing-icon svg { width: 100%; height: 100%; }
.fpo-billing-label {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: 15px;
	color: #1f1f1f;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}
.fpo-billing-item p {
	font-family: var(--ff-body);
	font-size: 14px;
	line-height: 1.55;
	color: #3a3a3a;
	margin: 0;
}

/* Steps */
.fpo-steps {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.fpo-step {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 24px;
	align-items: start;
	padding: 28px 0;
	border-bottom: 1px solid rgba(255,255,255,.12);
}
.fpo-step:last-child { border-bottom: 0; }
.fpo-step-num {
	width: 52px;
	height: 52px;
	background: var(--orange);
	color: #fff;
	border-radius: 50%;
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.fpo-step-body h3 {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin: 0 0 8px;
}
.fpo-step-body p {
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.65;
	color: #cfd2d6;
	margin: 0;
}

/* CTA band */
.fpo-cta-band {
	background: var(--ink);
	color: #fff;
	padding: 56px 0;
}
.fpo-cta-inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 40px;
	align-items: center;
}
.fpo-cta-text h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.2;
	margin: 0 0 12px;
	color: #fff;
}
.fpo-cta-text p { margin: 0; color: #d9d9d9; font-size: 14.5px; line-height: 1.6; }
.fpo-cta-actions { display: grid; gap: 12px; justify-self: end; width: 100%; max-width: 380px; }
.fpo-cta-phone {
	background: transparent; color: #fff;
	font-family: var(--ff-hero); font-weight: 700; font-size: 17px;
	text-align: center; padding: 12px 18px;
	border: 2px solid rgba(255,255,255,.25); border-radius: 4px;
	transition: border-color 0.18s ease;
}
.fpo-cta-phone:hover { border-color: var(--orange); }
.fpo-cta-btn {
	background: var(--orange); color: #fff; font-weight: 700;
	padding: 13px 20px; font-size: 15px; border-radius: 4px;
	text-align: center; transition: background 0.18s ease;
}
.fpo-cta-btn:hover { background: var(--orange-dark); }

/* FPO responsive */
@media (max-width: 900px) {
	.fpo-provider-grid { grid-template-columns: 1fr; }
	.fpo-billing-grid { grid-template-columns: repeat(2, 1fr); }
	.fpo-cta-inner { grid-template-columns: 1fr; text-align: center; }
	.fpo-cta-actions { justify-self: center; }
}
@media (max-width: 600px) {
	.fpo-billing-grid { grid-template-columns: 1fr; }
	.fpo-step { grid-template-columns: 52px 1fr; gap: 16px; }
}

/* ============================================================
   SMS CONSENT FORM PAGE
   ============================================================ */
.sms-hero {
	background: var(--ink);
	padding: 50px 0;
	text-align: center;
	color: #fff;
}
.sms-hero h1 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(26px, 3.4vw, 42px);
	color: #fff;
	margin: 0 0 14px;
}
.sms-hero p {
	font-family: var(--ff-body);
	font-size: clamp(15px, 1.5vw, 17px);
	color: #d9d9d9;
	margin: 0 auto;
	max-width: 600px;
	line-height: 1.6;
}

.sms-form-section {
	background: #fff;
	padding: 48px 0 72px;
}
.sms-form-wrap {
	max-width: 860px;
	margin: 0 auto;
}
#sms-consent-iframe {
	display: block;
	width: 100%;
	border: 0;
	min-height: 998px;
}

/* ============================================================
   FLAT SERVICE PANELS (replaces accordions on mobile-fleet
   and shop-services pages per checklist)
   ============================================================ */

/* Mobile Fleet Maintenance — flat service items */
.services-flat {
	display: flex;
	flex-direction: column;
	gap: 0;
	max-width: 940px;
	margin: 0 auto;
}
.svc-flat-item {
	border-bottom: 1px solid rgba(255,255,255,.12);
	padding: 28px 0;
}
.svc-flat-item:last-child { border-bottom: 0; }

.svc-flat-heading {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(17px, 1.8vw, 21px);
	color: #fff;
	margin: 0 0 14px;
	display: flex;
	align-items: baseline;
	gap: 12px;
}
.svc-flat-num {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	background: var(--orange);
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.svc-flat-body p {
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.65;
	color: #fff;
	margin: 0 0 12px;
}
.svc-flat-body ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px 28px;
}
.svc-flat-body li {
	position: relative;
	padding-left: 22px;
	font-family: var(--ff-body);
	font-size: 14.5px;
	line-height: 1.55;
	color: #fff;
}
.svc-flat-body li::before {
	content: "\2713";   /* ✓ checkmark */
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.55;
}
.svc-flat-body a { color: var(--orange); text-decoration: underline; }
@media (max-width: 600px) {
	.svc-flat-body ul { grid-template-columns: 1fr; }
}

/* Shop Services — dark section, cards styled like Fleet/Payment Options */
.shop-services-band {
	background: #1f1f1f;
	padding: 64px 0 72px;
}
.shop-services-band h2 {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: clamp(24px, 3vw, 34px);
	color: #fff;
	text-align: center;
	margin: 0 0 16px;
}
.shop-band-sub {
	font-family: var(--ff-hero);
	font-weight: 400;
	font-size: clamp(14px, 1.4vw, 16px);
	color: #b0b4b8;
	text-align: center;
	max-width: 860px;
	margin: 0 auto 44px;
	line-height: 1.6;
}

/* 2-col card grid on dark bg — dark cards + orange left border */
.shop-flat-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	max-width: 940px;
	margin: 0 auto;
}
.shop-flat-item {
	background: #2a2a2a;
	border-radius: 6px;
	border-left: 4px solid var(--orange);
	padding: 24px 26px;
	box-shadow: 0 4px 14px rgba(0,0,0,.3);
}
.shop-flat-heading {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: 16px;
	color: #fff;
	margin: 0 0 12px;
	display: flex;
	align-items: baseline;
	gap: 10px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.shop-flat-num {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background: var(--orange);
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.shop-flat-body p {
	font-family: var(--ff-body);
	font-size: 14px;
	line-height: 1.65;
	color: #c0c4c8;
	margin: 0 0 10px;
}
.shop-flat-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px 20px;
}
.shop-flat-body li {
	position: relative;
	padding-left: 16px;
	font-family: var(--ff-body);
	font-size: 13.5px;
	line-height: 1.55;
	color: #c0c4c8;
}
.shop-flat-body li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 6px;
	height: 6px;
	background: var(--orange);
	border-radius: 1px;
}
@media (max-width: 760px) {
	.shop-flat-grid { grid-template-columns: 1fr; }
	.shop-flat-body ul { grid-template-columns: 1fr; }
}

/* ============================================================
   PRIVACY POLICY & TERMS OF SERVICE pages (shared styles)
   ============================================================ */
.legal-hero {
	background: var(--ink);
	padding: 50px 0;
	text-align: center;
}
.legal-hero h1 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(26px, 3.4vw, 42px);
	color: #fff;
	margin: 0;
}
.legal-body {
	background: #fff;
	padding: 56px 0 80px;
}
.legal-wrap {
	max-width: 860px;
	margin: 0 auto;
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.75;
	color: #2a2a2a;
}
.legal-wrap h2 {
	font-family: var(--ff-hero);
	font-weight: 700;
	font-size: clamp(18px, 2vw, 22px);
	color: #1f1f1f;
	margin: 36px 0 10px;
}
.legal-wrap h2:first-child { margin-top: 0; }
.legal-wrap p { margin: 0 0 14px; }
.legal-wrap ul { padding-left: 22px; margin: 0 0 14px; }
.legal-wrap li { margin-bottom: 6px; }
.legal-wrap a { color: var(--orange-dark); text-decoration: underline; }
.legal-updated {
	font-size: 13px;
	color: #888;
	margin: 0 0 32px;
	font-style: italic;
}

/* ============================================================
   MOBILE FLEET MAINTENANCE — alternating full-bleed service bands
   Odd (0-indexed) = orange, Even = dark charcoal
   ============================================================ */

/* Intro header band (replaces old services-team background) */
.services-team-intro {
	background: var(--orange);
	padding: 50px 0 40px;
	text-align: center;
}
.services-team-intro .team-intro h2 {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(24px, 2.8vw, 34px);
	color: #fff;
	margin: 0 0 12px;
}
.services-team-intro .team-intro p {
	font-family: var(--ff-body);
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255,255,255,.88);
	max-width: 760px;
	margin: 0 auto;
}

/* Each service gets its own full-bleed band */
.svc-band {
	padding: 52px 0;
}
.svc-band-orange {
	background: var(--orange);
}
.svc-band-dark {
	background: #2a2a2a;
}

/* Inner layout: large number on left, content on right */
.svc-band-inner {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 36px;
	align-items: start;
	max-width: 940px;
	margin: 0 auto;
}
.svc-band-num {
	font-family: var(--ff-hero);
	font-weight: 900;
	font-size: clamp(48px, 6vw, 72px);
	line-height: 1;
	color: rgba(255,255,255,.25);
	text-align: center;
	padding-top: 4px;
}
.svc-band-title {
	font-family: var(--ff-hero);
	font-weight: 800;
	font-size: clamp(20px, 2.2vw, 26px);
	color: #fff;
	margin: 0 0 14px;
}
.svc-band-content p {
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255,255,255,.88);
	margin: 0 0 14px;
}
.svc-band-content ul {
	list-style: none;
	padding: 0;
	margin: 0 0 14px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px 28px;
}
.svc-band-content li {
	position: relative;
	padding-left: 20px;
	font-family: var(--ff-body);
	font-size: 14.5px;
	line-height: 1.55;
	color: rgba(255,255,255,.88);
}
.svc-band-content li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.55;
}
.svc-band-content a {
	color: rgba(255,255,255,.75);
	text-decoration: underline;
}
.svc-band-content a:hover { color: #fff; }

/* Callout note (DPF footnote etc.) */
.svc-band-content .svc-note {
	background: rgba(0,0,0,.18);
	border-left: 3px solid rgba(255,255,255,.4);
	padding: 12px 16px;
	margin-top: 14px;
	font-size: 13.5px;
	line-height: 1.6;
	color: rgba(255,255,255,.72);
	font-style: italic;
}

@media (max-width: 700px) {
	.svc-band-inner { grid-template-columns: 1fr; gap: 16px; }
	.svc-band-num { font-size: 36px; text-align: left; }
	.svc-band-content ul { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Contact Page — Info Icons + Map/Form Row
   ========================================================================== */
.contact-page {
	background: #000;
	color: #fff;
	padding: 64px 0 90px;
}
.contact-icons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
  margin-bottom: 60px;
}
.contact-icon-box {
  width: 80px;
  height: 80px;
  background-color: var(--orange, #FD6308);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #fff;
}
.contact-icon-title {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  margin-bottom: 12px;
}
.contact-icon-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}
.contact-icon-text a {
	color: #fff;
	text-decoration: underline;
}
.contact-icon-text a:hover {
	color: var(--orange, #FD6308);
}
.contact-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.contact-map-col iframe {
  width: 100%;
  min-height: 450px;
  display: block;
}
.contact-form-title {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  margin-bottom: 24px;
}
/* Responsive */
@media (max-width: 992px) {
  .contact-icons-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-bottom-grid { grid-template-columns: 1fr; }
}
@media (max-width: 576px) {
  .contact-icons-grid { grid-template-columns: 1fr; }
}
