/*
Theme Name: Lamce Electric
Theme URI: https://lamceelectric.com
Author: Lamce Electric
Description: Fast, conversion-focused one-page theme for an electrical services business. Built for Google Ads and Facebook Ads traffic.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lamce-electric
Tags: one-page, business, responsive
*/

/* =========================================================
   1. Font
   ========================================================= */
@font-face {
	font-family: 'Rethink Sans';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('fonts/rethink-sans.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
		U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* =========================================================
   2. Tokens
   ========================================================= */
:root {
	--navy: #0e1b2b;
	--navy-700: #16283d;
	--navy-600: #24384f;
	--charcoal: #1b2430;
	--yellow: #ffc21a;
	--yellow-dark: #e8ac00;
	--orange: #ff8a00;
	--grey-bg: #f5f7fa;
	--grey-line: #e3e8ef;
	--text: #4a5763;
	--heading: #0e1b2b;
	--white: #ffffff;

	--shell: 1200px;
	--radius: 14px;
	--radius-lg: 22px;
	--pill: 50px;
	--section-y: 88px;
}

/* =========================================================
   3. Base
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }

html {
	scroll-behavior: smooth;
	/* offset for the sticky header when jumping to an anchor */
	scroll-padding-top: 96px;
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
}

body {
	margin: 0;
	font-family: 'Rethink Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	font-size: 17px;
	line-height: 1.68;
	color: var(--text);
	background: var(--white);
	-webkit-font-smoothing: antialiased;
}

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

a { color: var(--navy); }

h1, h2, h3, h4 {
	color: var(--heading);
	font-weight: 800;
	letter-spacing: -0.022em;
	line-height: 1.16;
	margin: 0 0 14px;
}

p { margin: 0 0 16px; }
p:last-child { margin-bottom: 0; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

/* Skip link for keyboard users */
.le-skip {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--yellow);
	color: var(--navy);
	padding: 12px 20px;
	font-weight: 800;
	z-index: 999;
}
.le-skip:focus { left: 0; }

/* =========================================================
   4. Layout
   ========================================================= */
.le-shell {
	max-width: var(--shell);
	margin: 0 auto;
	padding: 0 22px;
}

.le-section { padding: var(--section-y) 0; }
.le-bg-grey { background: var(--grey-bg); }
.le-bg-navy { background: var(--navy); }
.le-bg-navy h2, .le-bg-navy h3, .le-bg-navy h4 { color: var(--white); }
.le-bg-navy p, .le-bg-navy li { color: #a9b8c8; }

.le-head { max-width: 720px; margin-bottom: 50px; }
.le-head.is-center { margin-left: auto; margin-right: auto; text-align: center; }

.le-eyebrow {
	display: inline-block;
	font-size: 12.5px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	color: var(--navy);
	background: var(--yellow);
	padding: 6px 16px;
	border-radius: var(--pill);
	margin-bottom: 18px;
}
.le-bg-navy .le-eyebrow,
.le-hero .le-eyebrow {
	background: rgba(255, 194, 26, 0.15);
	color: var(--yellow);
}

.le-section h2 { font-size: clamp(29px, 3.9vw, 44px); }
.le-lead { font-size: 18px; margin-bottom: 0; }

/* =========================================================
   5. Buttons
   ========================================================= */
.le-btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: var(--yellow);
	color: var(--navy);
	font-weight: 800;
	font-size: 14.5px;
	text-transform: uppercase;
	letter-spacing: 0.035em;
	padding: 15px 30px;
	border-radius: var(--pill);
	text-decoration: none;
	border: 2px solid var(--yellow);
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
	white-space: nowrap;
}
.le-btn:hover {
	background: var(--yellow-dark);
	border-color: var(--yellow-dark);
	transform: translateY(-1px);
}
.le-btn-ghost {
	background: transparent;
	color: var(--white);
	border-color: rgba(255, 255, 255, 0.38);
}
.le-btn-ghost:hover {
	background: var(--white);
	color: var(--navy);
	border-color: var(--white);
}
.le-btn-dark {
	background: var(--navy);
	color: var(--white);
	border-color: var(--navy);
}
.le-btn-dark:hover { background: #06111d; border-color: #06111d; }

.le-btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 32px;
}

/* =========================================================
   6. Header
   ========================================================= */
.le-topbar {
	background: var(--charcoal);
	color: #a9b8c8;
	font-size: 13.5px;
}
.le-topbar-inner {
	max-width: var(--shell);
	margin: 0 auto;
	padding: 9px 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.le-topbar-list {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
}
.le-topbar a { color: var(--white); text-decoration: none; font-weight: 700; }
.le-chip {
	background: var(--yellow);
	color: var(--navy);
	padding: 2px 13px;
	border-radius: var(--pill);
	font-weight: 800;
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.le-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--white);
	border-bottom: 1px solid var(--grey-line);
}
.le-header-inner {
	max-width: var(--shell);
	margin: 0 auto;
	padding: 14px 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
}

.le-logo {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 21px;
	font-weight: 800;
	color: var(--navy);
	text-decoration: none;
	letter-spacing: -0.035em;
	flex-shrink: 0;
}
.le-logo-mark {
	width: 30px;
	height: 30px;
	background: var(--yellow);
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M13 2 3 14h7l-1 8 11-14h-7l1-6z'/></svg>") center/contain no-repeat;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M13 2 3 14h7l-1 8 11-14h-7l1-6z'/></svg>") center/contain no-repeat;
	flex-shrink: 0;
}

.le-nav ul {
	list-style: none;
	display: flex;
	gap: 25px;
	margin: 0;
	padding: 0;
}
.le-nav a {
	color: var(--navy);
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	padding: 5px 0;
	border-bottom: 2px solid transparent;
	transition: border-color .15s ease;
}
.le-nav a:hover { border-bottom-color: var(--yellow); }

.le-header-cta {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}
.le-header-phone {
	text-decoration: none;
	font-weight: 800;
	color: var(--navy);
	font-size: 16px;
	white-space: nowrap;
}
.le-header-phone span {
	display: block;
	font-size: 11.5px;
	font-weight: 700;
	color: var(--text);
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

/* Mobile menu — CSS only, driven by a hidden checkbox */
.le-menu-toggle { display: none; }
.le-burger { display: none; }

/* =========================================================
   7. Hero
   ========================================================= */
.le-hero {
	position: relative;
	background-color: var(--navy);
	background-size: cover;
	background-position: center;
	color: var(--white);
	padding: 104px 0 92px;
	isolation: isolate;
}
.le-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, rgba(14, 27, 43, .96) 0%, rgba(14, 27, 43, .86) 48%, rgba(14, 27, 43, .62) 100%);
	z-index: -1;
}
.le-hero h1 {
	color: var(--white);
	font-size: clamp(34px, 5.1vw, 58px);
	line-height: 1.09;
	max-width: 17ch;
	margin-bottom: 20px;
}
.le-hero-sub {
	font-size: 19px;
	color: #c2cedb;
	max-width: 56ch;
}

.le-trust {
	list-style: none;
	margin: 52px 0 0;
	padding: 34px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .16);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 16px 26px;
}
.le-trust li {
	position: relative;
	padding-left: 32px;
	color: var(--white);
	font-weight: 700;
	font-size: 15.5px;
}
.le-trust li::before {
	content: "";
	position: absolute;
	left: 0; top: 2px;
	width: 21px; height: 21px;
	border-radius: 50%;
	background: var(--yellow);
}
.le-trust li::after {
	content: "";
	position: absolute;
	left: 6px; top: 8px;
	width: 9px; height: 5px;
	border-left: 2.5px solid var(--navy);
	border-bottom: 2.5px solid var(--navy);
	transform: rotate(-45deg);
}

/* =========================================================
   8. Split (image + text)
   ========================================================= */
.le-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}
.le-split-media img,
.le-split-media svg {
	width: 100%;
	border-radius: var(--radius-lg);
}

.le-highlights {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 13px 26px;
}
.le-highlights li {
	position: relative;
	padding-left: 30px;
	font-weight: 700;
	color: var(--heading);
	font-size: 15.5px;
}
.le-highlights li::before {
	content: "";
	position: absolute;
	left: 0; top: 4px;
	width: 19px; height: 19px;
	border-radius: 50%;
	background: var(--yellow);
}
.le-highlights li::after {
	content: "";
	position: absolute;
	left: 5.5px; top: 9px;
	width: 8px; height: 4.5px;
	border-left: 2.4px solid var(--navy);
	border-bottom: 2.4px solid var(--navy);
	transform: rotate(-45deg);
}

/* =========================================================
   9. Cards
   ========================================================= */
.le-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(266px, 1fr));
	gap: 24px;
}
.le-card {
	background: var(--white);
	border: 1px solid var(--grey-line);
	border-radius: var(--radius);
	padding: 32px 28px;
	transition: transform .18s ease, box-shadow .18s ease;
}
.le-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 34px rgba(14, 27, 43, .09);
}
.le-card h3 { font-size: 19.5px; margin-bottom: 10px; }
.le-card p { font-size: 15.5px; margin: 0; }

.le-icon {
	width: 52px; height: 52px;
	border-radius: 13px;
	background: var(--grey-bg);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 19px;
}
.le-icon svg { width: 26px; height: 26px; fill: none; stroke: var(--navy); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.le-bg-grey .le-icon { background: #eaeff5; }
.le-bg-navy .le-card { background: var(--navy-700); border-color: rgba(255,255,255,.1); }
.le-bg-navy .le-icon { background: rgba(255, 194, 26, .14); }
.le-bg-navy .le-icon svg { stroke: var(--yellow); }

/* =========================================================
   9b. Service cards (icon + title + photo)
   ========================================================= */
.le-services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 26px;
}

/* Sub-heading that separates the electrical block from the contracting block */
.le-services-group {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	color: var(--navy);
	margin: 0 0 24px;
}
.le-services-group::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--grey-line);
}
.le-services-grid + .le-services-group {
	margin-top: 58px;
}
.le-bg-grey .le-services-group::after { background: #dde3ea; }

.le-service {
	display: flex;
	flex-direction: column;
	gap: 18px;
	background: var(--white);
	border: 1px solid var(--grey-line);
	border-radius: 20px;
	padding: 24px 22px;
	text-decoration: none;
	color: inherit;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.le-service:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 40px rgba(14, 27, 43, .11);
	border-color: #d3dbe5;
}

.le-service-head {
	display: flex;
	align-items: center;
	gap: 14px;
}
.le-service-icon {
	width: 54px;
	height: 54px;
	border-radius: 14px;
	background: var(--yellow);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.le-service-icon svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: var(--navy);
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.le-service-head h4 {
	flex: 1;
	margin: 0;
	font-size: 18.5px;
	line-height: 1.25;
}
.le-service-arrow {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1.5px solid var(--grey-line);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background .18s ease, border-color .18s ease;
}
.le-service-arrow svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: var(--navy);
	stroke-width: 2.1;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.le-service:hover .le-service-arrow {
	background: var(--yellow);
	border-color: var(--yellow);
}

.le-service-rule {
	height: 1px;
	background: var(--grey-line);
	border: 0;
	margin: 0;
}

.le-service p {
	margin: 0;
	font-size: 15.5px;
	line-height: 1.6;
}

.le-service-media {
	margin-top: auto;
	border-radius: 14px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: var(--grey-bg);
}
.le-service-media img,
.le-service-media svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}
.le-service:hover .le-service-media img {
	transform: scale(1.035);
}

/* Featured card — draws the eye to the highest-intent service */
.le-service.is-featured {
	background: #fdf3d2;
	border-color: #f2e2a6;
}
.le-service.is-featured .le-service-icon {
	background: var(--navy);
}
.le-service.is-featured .le-service-icon svg {
	stroke: var(--yellow);
}
.le-service.is-featured .le-service-rule {
	background: #ecd894;
}
.le-service.is-featured .le-service-arrow {
	border-color: #e3cd84;
}
.le-service.is-featured:hover {
	border-color: #e3cd84;
}

/* =========================================================
   10. Stats
   ========================================================= */
.le-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
	text-align: center;
}
.le-stat-num {
	font-size: clamp(38px, 5vw, 52px);
	font-weight: 800;
	color: var(--yellow);
	line-height: 1;
	letter-spacing: -0.035em;
}
.le-stat-label {
	margin: 12px 0 0;
	font-weight: 700;
	color: var(--white);
	font-size: 15.5px;
}

/* =========================================================
   11. Projects gallery
   ========================================================= */
.le-projects {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
}
.le-project {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	background: var(--navy);
	aspect-ratio: 4 / 3;
}
.le-project img,
.le-project svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.le-project figcaption {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	padding: 44px 22px 18px;
	background: linear-gradient(to top, rgba(14, 27, 43, .92), transparent);
	color: var(--white);
	font-weight: 800;
	font-size: 16.5px;
}

/* =========================================================
   12. CTA band
   ========================================================= */
.le-cta {
	position: relative;
	background-color: var(--navy);
	background-size: cover;
	background-position: center;
	border-radius: var(--radius-lg);
	padding: 58px 48px;
	color: var(--white);
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	align-items: center;
	justify-content: space-between;
	isolation: isolate;
	overflow: hidden;
}
.le-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(14,27,43,.95), rgba(14,27,43,.78));
	z-index: -1;
}
.le-cta h2 { color: var(--white); margin-bottom: 8px; }
.le-cta p { color: #c2cedb; margin: 0; max-width: 52ch; }
.le-cta .le-btn-row { margin-top: 0; }

/* =========================================================
   13. Reviews
   ========================================================= */
.le-review {
	background: var(--white);
	border: 1px solid var(--grey-line);
	border-radius: var(--radius);
	padding: 30px 28px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.le-stars {
	color: var(--yellow);
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 1;
}
.le-review blockquote {
	margin: 0;
	font-size: 16px;
	color: var(--text);
	font-style: normal;
}
.le-review footer {
	margin-top: auto;
	padding-top: 6px;
	border-top: 1px solid var(--grey-line);
}
.le-review-name { font-weight: 800; color: var(--heading); font-size: 15.5px; }
.le-review-loc { font-size: 14px; color: var(--text); }

/* =========================================================
   14. FAQ (native details/summary — zero JS)
   ========================================================= */
.le-faq { max-width: 860px; margin: 0 auto; }
.le-faq details {
	background: var(--white);
	border: 1px solid var(--grey-line);
	border-radius: var(--radius);
	margin-bottom: 13px;
	overflow: hidden;
}
.le-faq summary {
	cursor: pointer;
	list-style: none;
	padding: 20px 58px 20px 24px;
	font-weight: 800;
	color: var(--heading);
	font-size: 16.5px;
	position: relative;
}
.le-faq summary::-webkit-details-marker { display: none; }
.le-faq summary::after {
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	width: 10px; height: 10px;
	border-right: 2.5px solid var(--navy);
	border-bottom: 2.5px solid var(--navy);
	transform: translateY(-70%) rotate(45deg);
	transition: transform .2s ease;
}
.le-faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.le-faq .le-faq-body { padding: 0 24px 22px; font-size: 16px; }
.le-faq .le-faq-body p { margin: 0; }

/* =========================================================
   15. Contact
   ========================================================= */
.le-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 50px;
	align-items: start;
}
.le-contact-info {
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
	display: grid;
	gap: 18px;
}
.le-contact-info li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}
.le-contact-info svg {
	width: 21px; height: 21px;
	flex-shrink: 0;
	margin-top: 3px;
	fill: none;
	stroke: var(--yellow);
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.le-contact-info strong {
	display: block;
	color: var(--heading);
	font-size: 15px;
	margin-bottom: 1px;
}
.le-bg-navy .le-contact-info strong { color: var(--white); }
.le-contact-info a { color: inherit; text-decoration: none; font-weight: 700; }
.le-contact-info a:hover { text-decoration: underline; }

.le-form-card {
	background: var(--white);
	border: 1px solid var(--grey-line);
	border-radius: var(--radius-lg);
	padding: 38px 34px;
}

/* Contact Form 7 */
.wpcf7-form .le-field { margin-bottom: 16px; }
.wpcf7-form .le-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.wpcf7-form label {
	display: block;
	font-weight: 700;
	font-size: 14px;
	color: var(--heading);
	margin-bottom: 6px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
	width: 100%;
	padding: 13px 16px;
	border: 1px solid var(--grey-line);
	border-radius: 11px;
	font-family: inherit;
	font-size: 16px;
	color: var(--heading);
	background: var(--white);
}
.wpcf7-form textarea { min-height: 118px; resize: vertical; }
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
	outline: none;
	border-color: var(--yellow);
	box-shadow: 0 0 0 3px rgba(255, 194, 26, .2);
}
.wpcf7-form input[type="submit"] {
	background: var(--yellow);
	color: var(--navy);
	font-weight: 800;
	font-size: 14.5px;
	text-transform: uppercase;
	letter-spacing: .035em;
	padding: 16px 36px;
	border: none;
	border-radius: var(--pill);
	cursor: pointer;
	width: 100%;
	font-family: inherit;
}
.wpcf7-form input[type="submit"]:hover { background: var(--yellow-dark); }
.wpcf7-not-valid-tip { font-size: 13.5px; color: #d83a3a; margin-top: 5px; }
.wpcf7 form .wpcf7-response-output {
	margin: 18px 0 0;
	padding: 14px 18px;
	border-radius: 11px;
	border-width: 1px;
	font-size: 15px;
}
.wpcf7 form.sent .wpcf7-response-output { border-color: #2e9e5b; background: #eaf7ef; color: #1d6b3d; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output { border-color: #d83a3a; background: #fdeded; color: #a12626; }
/* honeypot */
.le-hp { position: absolute !important; left: -9999px !important; }

/* =========================================================
   16. Footer
   ========================================================= */
.le-footer {
	background: var(--charcoal);
	color: #94a4b6;
	padding: 66px 0 0;
	font-size: 15px;
}
.le-footer h3 {
	color: var(--white);
	font-size: 16px;
	margin-bottom: 16px;
	letter-spacing: 0;
}
.le-footer-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
	gap: 40px;
}
.le-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.le-footer a { color: #94a4b6; text-decoration: none; }
.le-footer a:hover { color: var(--yellow); }
.le-footer .le-logo { color: var(--white); margin-bottom: 15px; }
.le-footer-bottom {
	margin-top: 52px;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 14px;
}

/* =========================================================
   16b. Blog
   ========================================================= */
.le-page-head {
	background-image: radial-gradient(at 100% 0%, var(--navy-600) 0%, var(--navy) 60%);
	background-color: var(--navy);
	color: var(--white);
	padding: 62px 0 54px;
}
.le-page-head h1 {
	color: var(--white);
	font-size: clamp(30px, 4.2vw, 46px);
	margin: 0;
	max-width: 20ch;
}
.le-page-head-intro {
	color: #c2cedb;
	font-size: 18px;
	max-width: 60ch;
	margin: 14px 0 0;
}

.le-posts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 28px;
}
.le-post-card {
	display: flex;
	flex-direction: column;
	background: var(--white);
	border: 1px solid var(--grey-line);
	border-radius: 18px;
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease;
}
.le-post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(14, 27, 43, .1);
}
.le-post-media {
	display: block;
	aspect-ratio: 16 / 10;
	background: var(--grey-bg);
}
.le-post-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.le-post-body {
	padding: 24px 22px 26px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}
.le-post-meta {
	font-size: 13.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .07em;
	color: var(--text);
	margin: 0;
}
.le-page-head .le-post-meta { color: #9fb2c4; }
.le-post-body h2 {
	font-size: 21px;
	margin: 0;
}
.le-post-body h2 a {
	text-decoration: none;
	color: var(--heading);
}
.le-post-body h2 a:hover { color: var(--yellow-dark); }
.le-post-body p {
	margin: 0;
	font-size: 15.5px;
}
.le-post-more {
	margin-top: auto;
	padding-top: 6px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .04em;
	text-decoration: none;
	color: var(--navy);
}
.le-post-more svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: var(--navy);
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.le-post-more:hover { color: var(--yellow-dark); }
.le-post-more:hover svg { stroke: var(--yellow-dark); }

/* Article body */
.le-article { max-width: 780px; margin: 0 auto; }
.le-article-hero {
	margin: 0 0 34px;
	border-radius: 18px;
	overflow: hidden;
}
.le-prose { font-size: 17.5px; }
.le-prose h2 { font-size: 28px; margin: 38px 0 14px; }
.le-prose h3 { font-size: 22px; margin: 30px 0 12px; }
.le-prose ul, .le-prose ol { padding-left: 22px; margin: 0 0 18px; }
.le-prose li { margin-bottom: 8px; }
.le-prose img { border-radius: 14px; }
.le-prose blockquote {
	margin: 26px 0;
	padding: 18px 24px;
	border-left: 4px solid var(--yellow);
	background: var(--grey-bg);
	border-radius: 0 12px 12px 0;
}
.le-prose a { color: var(--navy); text-decoration: underline; }

.le-post-nav {
	max-width: 780px;
	margin: 46px auto 0;
	padding-top: 26px;
	border-top: 1px solid var(--grey-line);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
}
.le-post-nav a {
	text-decoration: none;
	font-weight: 700;
	color: var(--heading);
	font-size: 16px;
}
.le-post-nav span {
	display: block;
	font-size: 12.5px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--text);
	margin-bottom: 4px;
}
.le-post-nav a:hover { color: var(--yellow-dark); }

/* Pagination */
.pagination {
	margin-top: 44px;
	display: flex;
	justify-content: center;
	gap: 8px;
}
.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	border-radius: var(--pill);
	border: 1px solid var(--grey-line);
	text-decoration: none;
	font-weight: 700;
	color: var(--navy);
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	background: var(--yellow);
	border-color: var(--yellow);
}
.screen-reader-text + .nav-links { margin: 0; }

/* =========================================================
   17. Mobile sticky action bar
   ========================================================= */
.le-sticky {
	display: none;
	position: fixed;
	bottom: 0; left: 0; right: 0;
	z-index: 200;
	box-shadow: 0 -3px 16px rgba(14, 27, 43, .18);
}
.le-sticky a {
	flex: 1;
	text-align: center;
	padding: 15px 8px;
	font-weight: 800;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .03em;
	text-decoration: none;
}
.le-sticky-call { background: var(--yellow); color: var(--navy); }
.le-sticky-quote { background: var(--navy); color: var(--white); }

/* =========================================================
   18. Responsive
   ========================================================= */
@media (max-width: 980px) {
	.le-split,
	.le-contact-grid { grid-template-columns: 1fr; gap: 40px; }
	.le-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}

@media (max-width: 860px) {
	:root { --section-y: 60px; }

	/* Mobile nav: burger + slide-down panel, no JavaScript */
	.le-burger {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 44px; height: 44px;
		padding: 10px;
		cursor: pointer;
		border-radius: 10px;
		border: 1px solid var(--grey-line);
	}
	.le-burger span {
		display: block;
		height: 2.5px;
		background: var(--navy);
		border-radius: 2px;
		transition: transform .2s ease, opacity .2s ease;
	}
	.le-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0; right: 0;
		background: var(--white);
		border-bottom: 1px solid var(--grey-line);
		box-shadow: 0 12px 26px rgba(14, 27, 43, .1);
		padding: 8px 22px 18px;
	}
	.le-menu-toggle:checked ~ .le-nav { display: block; }
	.le-menu-toggle:checked ~ .le-burger span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
	.le-menu-toggle:checked ~ .le-burger span:nth-child(2) { opacity: 0; }
	.le-menu-toggle:checked ~ .le-burger span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
	.le-nav ul { flex-direction: column; gap: 0; }
	.le-nav a {
		display: block;
		padding: 12px 0;
		border-bottom: 1px solid var(--grey-line);
	}
	.le-nav a:hover { border-bottom-color: var(--grey-line); color: var(--yellow-dark); }
	.le-nav li:last-child a { border-bottom: none; }

	.le-header-inner { position: relative; flex-wrap: wrap; }
	.le-header-cta .le-btn { display: none; }

	.le-hero { padding: 68px 0 60px; }
	.le-topbar-list { justify-content: center; }
	.le-topbar-inner { justify-content: center; text-align: center; font-size: 12.5px; }
	.le-cta { padding: 40px 26px; }
	.le-form-card { padding: 28px 22px; }
	.wpcf7-form .le-row { grid-template-columns: 1fr; gap: 0; }

	/* sticky bar takes over the primary actions */
	.le-sticky { display: flex; }
	body { padding-bottom: 54px; }
}

@media (max-width: 560px) {
	.le-footer-grid { grid-template-columns: 1fr; }
	.le-header-phone span { display: none; }
	.le-topbar-list li:nth-child(2) { display: none; }
}

/* =========================================================
   19. Print
   ========================================================= */
@media print {
	.le-header, .le-topbar, .le-sticky, .le-cta, .le-form-card { display: none !important; }
}
