/*
Theme Name: American EV Solutions
Theme URI: https://americanevsolutions.com/
Author: American EV Solutions
Description: Custom WooCommerce-ready theme for American EV Solutions.
Version: 1.3.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: american-ev
*/

:root {
  --aev-navy: #001f3f;
  --aev-navy-dark: #071522;
  --aev-blue: #2d66c3;
  --aev-green: #4ba271;
  --aev-text: #102337;
  --aev-muted: #65717d;
  --aev-surface: #f5f5f7;
  --aev-white: #fff;
  --aev-border: #dde2e7;
  --aev-radius: 24px;
  --aev-container: 1280px;
  --aev-shadow: 0 22px 60px rgba(0, 31, 63, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--aev-text); background: #fff; font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--aev-blue); outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(100% - 128px, var(--aev-container)); margin-inline: auto; }
.site-main { min-height: 60vh; padding-top: 80px; }
.site-main--inner { padding-block: 80px; }
.section { padding-block: clamp(80px, 9vw, 128px); scroll-margin-top: 80px; }
.eyebrow { margin: 0 0 20px; color: var(--aev-green); font-size: 14px; line-height: 1.2; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow--blue { color: var(--aev-blue); }
.display { margin: 0; font-size: clamp(44px, 7.8vw, 100px); line-height: 1.02; letter-spacing: -.045em; }
.section-title { margin: 0; font-size: clamp(42px, 4.5vw, 64px); line-height: 1.02; letter-spacing: -.04em; }
.lead { color: var(--aev-muted); font-size: clamp(18px, 1.6vw, 21px); line-height: 1.6; }
.btn { min-height: 48px; padding: 13px 30px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--aev-green); color: #fff; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); background: #62b284; }
.btn--ghost { color: #fff; background: rgba(255,255,255,.11); backdrop-filter: blur(10px); }
.btn--ghost:hover { background: rgba(255,255,255,.2); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--aev-blue); font-weight: 700; }
.text-link:hover { color: var(--aev-navy); }
.text-link::after { content: "→"; transition: transform .2s; }
.text-link:hover::after { transform: translateX(4px); }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 80px; border-bottom: 1px solid #edf0f3; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.custom-logo-link, .brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.custom-logo { width: auto; height: 48px; object-fit: contain; }
.brand img { width: 162px; height: auto; aspect-ratio: 607.98 / 222.93; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.primary-nav a { font-size: 14px; font-weight: 600; transition: color .2s; }
.primary-nav a:hover { color: var(--aev-blue); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.cart-link { font-size: 14px; font-weight: 700; white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: var(--aev-text); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: max(600px, 90vh); display: grid; align-items: center; overflow: hidden; background: var(--aev-navy); color: #fff; }
.hero-media, .hero-media::after { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .8; }
.hero-media::after { content: ""; width: 68%; background: linear-gradient(90deg, var(--aev-navy) 0%, rgba(0,31,63,.88) 56%, transparent 100%); }
.hero-content { position: relative; z-index: 2; padding-block: 88px 100px; }
.hero-copy { max-width: 760px; }
.hero .display { color: #fff; }
.hero .lead { max-width: 620px; margin: 36px 0 44px; color: #d3d9df; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-audiences { position: absolute; left: 0; bottom: 34px; margin: 0; color: #a8b1bb; font-size: 14px; letter-spacing: .02em; }

@media (prefers-reduced-motion: no-preference) {
  .hero-media img { animation: aev-hero-drift 16s ease-in-out infinite alternate; transform-origin: center; }
  .hero-copy > * { opacity: 0; animation: aev-hero-reveal .75s cubic-bezier(.2,.75,.25,1) forwards; }
  .hero-copy .eyebrow { animation-delay: .12s; }
  .hero-copy .display { animation-delay: .24s; }
  .hero-copy .lead { animation-delay: .38s; }
  .hero-copy .hero-actions { animation-delay: .52s; }
  .hero-audiences { opacity: 0; animation: aev-hero-reveal .7s .7s cubic-bezier(.2,.75,.25,1) forwards; }
}
@keyframes aev-hero-drift { from { transform: scale(1.04); } to { transform: scale(1.1) translateX(-1%); } }
@keyframes aev-hero-reveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

.intro-grid { display: grid; grid-template-columns: 5fr 6fr; gap: 8.5%; align-items: start; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 44px; }
.audience-grid h3 { margin: 0 0 10px; font-size: 17px; }
.audience-grid p { margin: 0; color: var(--aev-muted); font-size: 14px; line-height: 1.55; }
.parts { background: var(--aev-surface); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(52px, 8vw, 104px); align-items: center; }
.service-image { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--aev-radius); background: #d9dfe4; box-shadow: var(--aev-shadow); }
.service-image img { width: 100%; height: 100%; object-fit: cover; object-position: 80% 60%; transform: scale(1.45); }
.service-copy .lead { margin: 26px 0; }
.check-list { margin: 0 0 36px; padding: 0; display: grid; gap: 15px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; }
.check-list li::before { content: "✓"; color: var(--aev-green); font-size: 22px; font-weight: 700; }
.maintenance { background: var(--aev-navy-dark); color: #fff; }
.maintenance .section-title { color: #fff; }
.maintenance .lead, .maintenance p { color: #9ca8b4; }
.maintenance .text-link { color: var(--aev-green); }
.maintenance-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin: 35px 0 40px; }
.maintenance-item { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; }
.maintenance-number { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); color: var(--aev-green); font: 12px ui-monospace, monospace; }
.maintenance-item h3 { margin: 2px 0 6px; font-size: 16px; }
.maintenance-item p { margin: 0; font-size: 14px; line-height: 1.5; }
.maintenance-chart-card { min-width: 0; margin: 0; padding: clamp(24px, 3vw, 38px); border: 1px solid rgba(64,151,222,.34); border-radius: 30px; background: radial-gradient(circle at 50% 42%, rgba(12,75,121,.28), transparent 60%), linear-gradient(145deg, #04294c, #03213d 60%, #062a4b); box-shadow: 0 30px 70px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.025); overflow: hidden; }
.maintenance-chart-card__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.maintenance-chart-card__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: rgba(17,184,117,.18); color: #42d98a; }
.maintenance-chart-card__icon svg { width: 24px; height: 24px; fill: currentColor; }
.maintenance-chart-card__label { color: #9dafc0; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.maintenance-chart-card__intro { margin: 25px 0 4px; }
.maintenance-chart-card__intro h3 { margin: 0 0 11px; color: #fff; font-size: clamp(24px, 2.2vw, 34px); line-height: 1.15; letter-spacing: -.035em; }
.maintenance-chart-card__intro p { margin: 0; color: #a7b7c8; font-size: 14px; line-height: 1.55; }
.maintenance-chart-wrap { width: 100%; margin: 12px 0 4px; overflow: hidden; }
.maintenance-chart { display: block; width: 100%; height: auto; overflow: visible; font-family: "DM Sans", sans-serif; }
.maintenance-chart__grid path { fill: none; stroke: rgba(137,180,214,.11); stroke-width: 1; stroke-dasharray: 2 3; }
.maintenance-chart__axis { fill: none; stroke: rgba(220,231,240,.8); stroke-width: 1.35; }
.maintenance-chart__axis-label { fill: #a9b8c6; font-size: 15px; }
.maintenance-chart__area { opacity: 0; transform: scaleY(.25); transform-origin: center 234px; transition: opacity .8s .6s ease, transform 1s .45s cubic-bezier(.2,.75,.25,1); }
.maintenance-chart__area--green { fill: url(#aev-green-area); }
.maintenance-chart__area--blue { fill: url(#aev-blue-area); }
.maintenance-chart__line { fill: none; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1.65s cubic-bezier(.25,.7,.25,1); }
.maintenance-chart__line--green { stroke: #42d98a; }
.maintenance-chart__line--blue { stroke: #3f92ff; transition-delay: .14s; }
.maintenance-chart__endpoint { opacity: 0; transform: translateX(-10px); transition: opacity .45s 1.35s ease, transform .45s 1.35s ease; }
.maintenance-chart__endpoint circle:not(.maintenance-chart__halo) { fill: #fff; }
.maintenance-chart__endpoint--green { color: #42d98a; }
.maintenance-chart__endpoint--blue { color: #3f92ff; transition-delay: 1.48s; }
.maintenance-chart__endpoint text { fill: currentColor; font-size: 12px; font-weight: 700; }
.maintenance-chart__halo { fill: currentColor; opacity: .28; filter: url(#aev-point-glow); animation: aev-chart-pulse 2.4s ease-in-out infinite; }
.maintenance-chart-mobile-legend { display: none; }
.maintenance-chart-callout { padding: 18px 20px; display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: center; border: 1px solid rgba(70,145,199,.26); border-radius: 17px; background: rgba(8,59,97,.36); color: #c5d0da; font-size: 14px; line-height: 1.55; opacity: 0; transform: translateY(12px); transition: opacity .65s 1s ease, transform .65s 1s ease; }
.maintenance-chart-callout__icon { min-height: 50px; display: grid; place-items: center; border-right: 1px solid rgba(169,199,220,.32); color: #42d98a; }
.maintenance-chart-callout__icon svg { width: 34px; height: 34px; fill: currentColor; }
.maintenance-chart-card.is-visible .maintenance-chart__line { stroke-dashoffset: 0; }
.maintenance-chart-card.is-visible .maintenance-chart__area { opacity: 1; transform: scaleY(1); }
.maintenance-chart-card.is-visible .maintenance-chart__endpoint, .maintenance-chart-card.is-visible .maintenance-chart-callout { opacity: 1; transform: none; }
@keyframes aev-chart-pulse { 0%, 100% { opacity: .14; } 50% { opacity: .32; } }
.process-title { margin-bottom: 58px; font-size: clamp(38px, 4vw, 52px); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.process-step__number { padding-bottom: 16px; border-bottom: 1px solid var(--aev-border); color: var(--aev-blue); font-size: 19px; font-weight: 700; }
.process-step h3 { margin: 24px 0 12px; font-size: 25px; }
.process-step p { margin: 0; color: var(--aev-muted); line-height: 1.65; }

.contact-section { background: var(--aev-surface); }
.contact-intro { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.contact-intro .lead { max-width: 680px; margin: 24px auto 0; }
.quote-card { max-width: 920px; margin: auto; padding: clamp(28px, 5vw, 56px); border-radius: var(--aev-radius); background: #fff; box-shadow: var(--aev-shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cfd6dd; border-radius: 12px; background: #fff; color: var(--aev-text); padding: 14px 16px; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--aev-blue); box-shadow: 0 0 0 3px rgba(45,102,195,.14); }
.field textarea { min-height: 135px; resize: vertical; }
.form-actions { margin-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-contact { display: flex; flex-wrap: wrap; gap: 12px 24px; color: var(--aev-muted); font-size: 14px; }
.form-contact a { display: inline-flex; align-items: center; gap: 8px; line-height: 1.4; }
.form-contact svg { display: block; width: 16px; height: 16px; flex: 0 0 16px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.form-contact a:hover { color: var(--aev-blue); }
.form-alert { margin-bottom: 24px; padding: 14px 18px; border-radius: 10px; }
.form-alert--success { background: #e7f5ec; color: #1e6840; }
.form-alert--error { background: #fff0ef; color: #a82b20; }
.hp-field { position: absolute !important; left: -9999px !important; }
.aev-request-form .field small { color: var(--aev-muted); font-size: 12px; line-height: 1.5; }
.aev-request-form input[type="file"] { padding: 10px; color: var(--aev-muted); font-size: 13px; }
.aev-request-form input[type="file"]::file-selector-button { margin-right: 12px; padding: 8px 13px; border: 0; border-radius: 999px; background: var(--aev-surface); color: var(--aev-text); font-weight: 700; cursor: pointer; }

/* Contact page */
.contact-page { overflow: hidden; }
.contact-page-hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; background: var(--aev-navy-dark); color: #fff; }
.contact-page-hero::before { content: ""; position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(133,174,205,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(133,174,205,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, #000, transparent 85%); }
.contact-page-hero__glow { position: absolute; right: -12%; top: 4%; width: 58vw; height: 58vw; border-radius: 50%; background: radial-gradient(circle, rgba(45,102,195,.3), rgba(75,162,113,.09) 42%, transparent 70%); filter: blur(8px); }
.contact-page-hero__grid { position: relative; z-index: 2; padding-block: clamp(86px, 10vw, 132px); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(54px, 9vw, 130px); align-items: center; }
.contact-page-hero__copy { max-width: 700px; }
.contact-page-hero .display { font-size: clamp(44px, 5.7vw, 78px); line-height: 1.02; color: #fff; }
.contact-page-hero .lead { max-width: 610px; margin: 30px 0 0; color: #b8c5d0; }
.contact-page-details { padding: clamp(26px, 3vw, 38px); border: 1px solid rgba(118,167,204,.28); border-radius: var(--aev-radius); background: rgba(5,46,80,.62); box-shadow: 0 28px 70px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.contact-page-details__label { margin: 0 0 12px; color: #93a8ba; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-page-details > a { padding: 22px 0; display: grid; grid-template-columns: 46px 1fr; gap: 15px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; overflow-wrap: anywhere; }
.contact-page-details > a:hover { color: #74c796; }
.contact-page-details__icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: rgba(75,162,113,.16); color: #65c28c; }
.contact-page-details__icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-page-details small { display: block; margin-bottom: 4px; color: #8fa2b3; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-page-details__hours { margin: 22px 0 0; padding-left: 61px; color: #bec9d2; font-size: 14px; line-height: 1.65; }
.contact-page-form { background: var(--aev-surface); }
.contact-page-form .quote-card { position: relative; }
@media (prefers-reduced-motion: no-preference) {
  .contact-page-hero__copy > *, .contact-page-details { opacity: 0; animation: aev-hero-reveal .72s cubic-bezier(.2,.75,.25,1) forwards; }
  .contact-page-hero__copy .eyebrow { animation-delay: .08s; }
  .contact-page-hero__copy .display { animation-delay: .2s; }
  .contact-page-hero__copy .lead { animation-delay: .32s; }
  .contact-page-details { animation-delay: .4s; }
}

.site-footer { padding: 80px 0 34px; background: var(--aev-navy); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 70px; margin-bottom: 65px; }
.footer-logo { display: inline-flex; margin-bottom: 22px; }
.footer-logo img { width: 150px; height: auto; aspect-ratio: 608 / 222.9; }
.footer-brand p { max-width: 390px; margin: 0; color: #9aa6b1; line-height: 1.6; }
.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px; }
.footer-nav h3 { margin: 0 0 22px; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.footer-nav ul { margin: 0; padding: 0; list-style: none; }
.footer-nav li { margin-bottom: 14px; color: #a9b2bb; font-size: 14px; overflow-wrap: anywhere; }
.footer-nav a:hover { color: #fff; }
.footer-social { width: fit-content; margin-top: 22px; display: inline-flex; align-items: center; gap: 10px; color: #a9b2bb; font-size: 14px; }
.footer-social svg { width: 21px; height: 21px; flex: 0 0 21px; fill: currentColor; }
.footer-social:hover { color: #fff; }
.footer-bottom { padding-top: 28px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #7d8b98; font-size: 12px; }

.content-shell { width: min(100% - 48px, 920px); margin: auto; }
.content-shell h1 { font-size: clamp(42px, 6vw, 72px); letter-spacing: -.04em; }
.entry-content { font-size: 18px; line-height: 1.75; }
.entry-content a { color: var(--aev-blue); text-decoration: underline; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { overflow: hidden; border: 1px solid var(--aev-border); border-radius: 18px; }
.post-card__body { padding: 24px; }
.post-card h2 { margin-top: 0; }
.error-404 { text-align: center; padding-block: 120px; }

/* Thank-you page */
.thank-you-page { background: var(--aev-surface); }
.thank-you-hero { position: relative; min-height: 660px; display: grid; place-items: center; overflow: hidden; background: var(--aev-navy-dark); color: #fff; text-align: center; }
.thank-you-hero::before, .thank-you-hero::after { content: ""; position: absolute; border: 1px solid rgba(95,148,223,.13); border-radius: 50%; }
.thank-you-hero::before { width: 680px; height: 680px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.thank-you-hero::after { width: 920px; height: 920px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.thank-you-hero__glow { position: absolute; width: 620px; height: 360px; top: 50%; left: 50%; border-radius: 50%; background: radial-gradient(circle, rgba(45,102,195,.22), transparent 68%); transform: translate(-50%,-50%); }
.thank-you-hero__content { position: relative; z-index: 2; max-width: 900px; padding-block: 90px; }
.thank-you-mark { width: 82px; height: 82px; margin: 0 auto 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(75,162,113,.13); box-shadow: 0 0 0 10px rgba(75,162,113,.045); color: #67c08c; }
.thank-you-mark svg { width: 64px; height: 64px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.thank-you-hero .eyebrow { margin-bottom: 22px; }
.thank-you-hero .display { font-size: clamp(48px, 6.8vw, 88px); }
.thank-you-hero .lead { max-width: 720px; margin: 28px auto 36px; color: #b8c4ce; }
.thank-you-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.thank-you-next { padding-block: clamp(64px, 7vw, 96px); background: #fff; }
.thank-you-next__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 9vw, 120px); align-items: start; }
.thank-you-next h2 { max-width: 460px; margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -.035em; }
.thank-you-steps { border-top: 1px solid var(--aev-border); }
.thank-you-steps > div { padding: 25px 0; display: grid; grid-template-columns: 44px 1fr; gap: 18px; border-bottom: 1px solid var(--aev-border); }
.thank-you-steps span { color: var(--aev-blue); font: 13px ui-monospace, monospace; }
.thank-you-steps p { margin: 0; color: var(--aev-muted); line-height: 1.6; }
.thank-you-steps strong { margin-bottom: 5px; display: block; color: var(--aev-text); font-size: 18px; }

@media (prefers-reduced-motion: no-preference) {
  .thank-you-mark { animation: aev-thank-you-arrive .65s cubic-bezier(.2,.8,.25,1) both; }
  .thank-you-mark path { stroke-dasharray: 40; stroke-dashoffset: 40; animation: aev-thank-you-check .55s .38s ease forwards; }
}
@keyframes aev-thank-you-arrive { from { opacity: 0; transform: scale(.72); } to { opacity: 1; transform: scale(1); } }
@keyframes aev-thank-you-check { to { stroke-dashoffset: 0; } }

/* Services page */
.services-page { overflow: hidden; }
.services-hero { position: relative; min-height: max(600px, 90vh); display: grid; align-items: center; overflow: hidden; background: var(--aev-navy); color: #fff; }
.services-hero__media, .services-hero__media::after { position: absolute; inset: 0; }
.services-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .8; }
.services-hero__media::after { content: ""; width: 68%; background: linear-gradient(90deg, var(--aev-navy) 0%, rgba(0,31,63,.88) 56%, transparent 100%); }
.services-hero__content { position: relative; z-index: 2; padding-block: 88px 100px; }
.services-hero__copy { position: relative; z-index: 2; }
.services-hero .display { max-width: 760px; font-size: clamp(50px, 6.2vw, 88px); }
.services-hero .lead { max-width: 660px; margin: 30px 0 0; color: #c8d1d9; }
@media (prefers-reduced-motion: no-preference) {
  .services-hero__media img { animation: aev-hero-drift 16s ease-in-out infinite alternate; transform-origin: center; }
  .services-hero__copy > * { opacity: 0; animation: aev-hero-reveal .75s cubic-bezier(.2,.75,.25,1) forwards; }
  .services-hero__copy .eyebrow { animation-delay: .12s; }
  .services-hero__copy .display { animation-delay: .24s; }
  .services-hero__copy .lead { animation-delay: .38s; }
}
.services-editorial-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(52px, 9vw, 130px); align-items: start; }
.services-overview__detail > .lead { margin: 0 0 18px; color: var(--aev-text); }
.services-overview__detail > p:not(.lead) { margin: 0; color: var(--aev-muted); font-size: 17px; line-height: 1.7; }
.services-link-rows { margin-top: 44px; border-top: 1px solid var(--aev-border); }
.services-link-rows a { padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-bottom: 1px solid var(--aev-border); }
.services-link-rows strong, .services-link-rows small { display: block; }
.services-link-rows strong { margin-bottom: 6px; font-size: 19px; }
.services-link-rows small { color: var(--aev-muted); font-size: 14px; line-height: 1.5; }
.services-link-rows b { color: var(--aev-blue); font-size: 24px; transition: transform .2s; }
.services-link-rows a:hover b { transform: translateX(5px); }
.services-parts { background: var(--aev-surface); }
.services-product-split { display: grid; grid-template-columns: .93fr 1.07fr; gap: clamp(54px, 9vw, 124px); align-items: center; }
.services-parts-image { overflow: hidden; border-radius: 28px; }
.services-parts-image video, .services-parts-image img { width: 100%; aspect-ratio: 1; display: block; object-fit: cover; }
.component-stage { position: relative; min-height: 570px; overflow: hidden; border-radius: 32px; background: linear-gradient(145deg, #e8ebee, #fff); box-shadow: var(--aev-shadow); }
.component-stage::before { content: ""; position: absolute; width: 360px; height: 360px; top: 90px; left: 50%; border-radius: 50%; background: rgba(45,102,195,.09); transform: translateX(-50%); }
.component-stage__rail { position: absolute; top: 98px; bottom: 90px; left: 72px; width: 18px; border: 1px solid #aeb8c2; border-radius: 7px; background: linear-gradient(90deg,#bfc7ce,#f5f7f8,#a8b2ba); }
.component-stage__module { position: absolute; top: 122px; left: 106px; width: 130px; height: 330px; padding: 20px; display: grid; gap: 16px; border: 1px solid #a9b4bd; border-radius: 18px; background: linear-gradient(135deg,#f7f8f9,#c8d0d6); box-shadow: 0 24px 45px rgba(16,35,55,.18); }
.component-stage__module span { border-radius: 7px; background: #20394e; box-shadow: inset 0 0 0 4px #101f2d; }
.component-stage__filter { position: absolute; top: 168px; right: 56px; width: 180px; height: 230px; padding: 18px; display: flex; gap: 8px; border: 9px solid #263e52; border-radius: 12px; background: #d7dde1; box-shadow: 0 28px 55px rgba(16,35,55,.22); transform: rotate(4deg); }
.component-stage__filter i { flex: 1; background: linear-gradient(90deg,#8f9aa3,#f0f2f3,#89959e); }
.component-stage > p { position: absolute; left: 34px; bottom: 24px; margin: 0; color: #7b8791; font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.services-detail-copy .lead { margin: 26px 0 28px; }
.services-detail-copy .btn { margin-bottom: 24px; }
.services-supporting-line { max-width: 590px; margin: 0; padding-left: 18px; border-left: 2px solid var(--aev-green); color: var(--aev-muted); font-size: 14px; line-height: 1.55; }
.sourcing-section { background: var(--aev-navy-dark); color: #fff; }
.sourcing-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(60px, 10vw, 140px); align-items: center; }
.sourcing-copy .section-title { color: #fff; }
.sourcing-copy .lead { max-width: 650px; margin: 28px 0 16px; color: #aebac4; }
.sourcing-copy > p:not(.eyebrow):not(.lead) { margin: 0 0 32px; color: #8f9eaa; line-height: 1.65; }
.sourcing-copy small { max-width: 440px; margin-top: 18px; display: block; color: #81909c; line-height: 1.5; }
.identification-panel { padding: clamp(26px, 4vw, 46px); border: 1px solid rgba(75,162,113,.32); border-radius: 28px; background: linear-gradient(145deg, rgba(7,48,76,.85), rgba(4,35,61,.76)); box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.identification-panel__head { padding-bottom: 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); color: #9eacb7; font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.identification-panel__head svg { width: 24px; height: 24px; fill: none; stroke: var(--aev-green); stroke-width: 1.7; stroke-linecap: round; }
.identification-panel ol { margin: 0; padding: 0; list-style: none; }
.identification-panel li { padding: 19px 0; display: flex; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 18px; font-weight: 600; }
.identification-panel li:last-child { border: 0; }
.identification-panel li span { color: var(--aev-green); font: 12px ui-monospace, monospace; }
.featured-filter__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(58px, 9vw, 125px); align-items: center; }
.featured-filter__copy > .lead { margin: 28px 0 18px; }
.featured-filter__copy > p:not(.eyebrow):not(.lead) { color: var(--aev-muted); line-height: 1.7; }
.featured-filter__image img { width: 100%; height: auto; }
.feature-tags { margin: 32px 0 36px; display: flex; gap: 10px; flex-wrap: wrap; }
.feature-tags span { padding: 9px 13px; border: 1px solid var(--aev-border); border-radius: 999px; color: var(--aev-muted); font-size: 13px; }
.filter-product { overflow: hidden; border: 1px solid var(--aev-border); border-radius: 30px; background: var(--aev-surface); box-shadow: var(--aev-shadow); }
.filter-product__top, .filter-product__meta { padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--aev-muted); font-size: 12px; }
.filter-product__top { border-bottom: 1px solid var(--aev-border); text-transform: uppercase; letter-spacing: .1em; }
.filter-product__top b { padding: 6px 10px; border-radius: 999px; background: rgba(75,162,113,.14); color: #347b54; letter-spacing: 0; text-transform: none; }
.filter-product__visual { min-height: 410px; display: grid; place-items: center; background: radial-gradient(circle, #fff 0, #edf0f2 65%); }
.filter-frame { width: 250px; height: 300px; padding: 20px; border: 14px solid #273e51; border-radius: 9px; background: #c4cdd3; box-shadow: 20px 28px 50px rgba(16,35,55,.24); transform: perspective(700px) rotateY(-10deg) rotateX(3deg); }
.filter-pleats { width: 100%; height: 100%; display: flex; gap: 5px; overflow: hidden; background: #e5e8e9; }
.filter-pleats i { flex: 1; background: linear-gradient(90deg,#9ca7ae,#f6f7f7,#9da8af); }
.filter-product__meta { border-top: 1px solid var(--aev-border); }
.maintenance-editorial { position: relative; overflow: hidden; background: var(--aev-navy-dark); color: #fff; }
.maintenance-editorial::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .3; background-image: linear-gradient(rgba(150,184,211,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(150,184,211,.06) 1px, transparent 1px); background-size: 56px 56px; }
.maintenance-editorial .container { position: relative; }
.maintenance-editorial__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(58px, 10vw, 150px); align-items: start; }
.maintenance-editorial__intro { position: sticky; top: 132px; }
.maintenance-editorial .eyebrow { color: var(--aev-green); }
.maintenance-editorial .section-title { color: #fff; }
.maintenance-editorial__intro .lead { margin: 28px 0 34px; }
.maintenance-editorial .lead, .maintenance-rows p { color: #aebdca; }
.maintenance-rows { border-top: 1px solid rgba(255,255,255,.18); }
.maintenance-rows article { padding: 30px 0; display: grid; grid-template-columns: 54px 1fr; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.18); }
.maintenance-rows article > span { color: var(--aev-green); font: 14px ui-monospace, monospace; }
.maintenance-rows h3 { margin: 0 0 9px; font-size: 24px; }
.maintenance-rows p { margin: 0; line-height: 1.65; }
.has-js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); }
.has-js [data-reveal].is-visible { opacity: 1; transform: none; }
.maintenance-rows article[data-reveal]:nth-child(2) { transition-delay: .1s; }
.maintenance-rows article[data-reveal]:nth-child(3) { transition-delay: .2s; }
.maintenance-rows article[data-reveal]:nth-child(4) { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) { .has-js [data-reveal] { opacity: 1; transform: none; transition: none; } }
.performance-section { background: var(--aev-navy); color: #fff; }
.performance-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.performance-copy .section-title { color: #fff; }
.performance-copy .lead { color: #aab7c2; }
.performance-note { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: #8293a1; font-size: 13px; }
.services-chart { margin: 0; padding: clamp(20px, 3vw, 34px); border: 1px solid rgba(94,157,207,.34); border-radius: 28px; background: linear-gradient(145deg,#062b4d,#031f3b); box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.services-chart svg { display: block; width: 100%; height: auto; overflow: visible; font-family: "DM Sans", sans-serif; }
.services-chart__grid path { fill: none; stroke: rgba(180,209,231,.11); stroke-width: 1; stroke-dasharray: 3 4; }
.services-chart__axis { fill: none; stroke: rgba(235,242,247,.75); stroke-width: 1.35; }
.services-chart__label { fill: #a9b8c6; font-size: 14px; }
.services-chart__area { opacity: 0; transition: opacity .7s .7s ease; }
.services-chart__area--green { fill: url(#services-green-area); }
.services-chart__area--blue { fill: url(#services-blue-area); }
.services-chart__line { fill: none; stroke-width: 4; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1.5s cubic-bezier(.25,.7,.25,1); }
.services-chart__line--green { stroke: #4ba271; }
.services-chart__line--blue { stroke: #2d66c3; transition-delay: .14s; }
.services-chart.is-visible .services-chart__line { stroke-dashoffset: 0; }
.services-chart.is-visible .services-chart__area { opacity: 1; }
.services-chart figcaption { padding: 16px 12px 2px; display: flex; gap: 24px; flex-wrap: wrap; color: #b2bfca; font-size: 12px; }
.services-chart figcaption span { display: inline-flex; align-items: center; gap: 8px; }
.services-chart figcaption span::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: currentColor; }
.legend-green { color: #68bd8b; }
.legend-blue { color: #5f94df; }
.service-request { background: var(--aev-surface); }
.service-request__grid { display: block; }
.service-request__intro { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.service-request__intro .lead { max-width: 680px; margin: 24px auto 0; }
.service-request__form { max-width: 920px; margin: auto; padding: clamp(28px, 5vw, 56px); border-radius: var(--aev-radius); background: #fff; box-shadow: var(--aev-shadow); }
.service-request__actions { margin-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }

body.page-template-page-services .primary-nav > a:first-child, .primary-nav .is-current { color: var(--aev-blue); }

/* WooCommerce */
.woocommerce-page .site-main { padding-bottom: 90px; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 30px; color: var(--aev-muted); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce span.onsale { min-width: auto; min-height: auto; padding: 5px 10px; border-radius: 999px; background: var(--aev-green); line-height: 1.4; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit { border-radius: 999px; background: var(--aev-green); color: #fff; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover { background: var(--aev-navy); color: #fff; }
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price { color: var(--aev-navy); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single { padding: 12px; border: 1px solid #cfd6dd; border-radius: 10px; }
.woocommerce .quantity .qty { min-height: 44px; border: 1px solid #cfd6dd; border-radius: 8px; }

/* WooCommerce Blocks cart/checkout buttons - these render outside the classic
   .woocommerce markup, so the theme's button rules never reached them. */
.wp-block-woocommerce-cart .wc-block-cart__submit-button,
.wp-block-woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-button,
.wc-block-components-button.wc-block-cart__submit-button,
.wc-block-components-button.wc-block-components-checkout-place-order-button {
  min-height: 54px; padding: 15px 32px; display: inline-flex; align-items: center; justify-content: center;
  border: 0; border-radius: 999px;
  background-color: var(--aev-green); color: #fff;
  font-family: inherit; font-size: 16px; font-weight: 700; line-height: 1.2; text-decoration: none;
  transition: background-color .25s ease, transform .25s ease;
}
.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover,
.wp-block-woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-button:hover,
.wc-block-components-button.wc-block-cart__submit-button:hover,
.wc-block-components-button.wc-block-components-checkout-place-order-button:hover {
  background-color: var(--aev-navy); color: #fff; transform: translateY(-2px);
}
.wc-block-components-button__text { color: inherit; }

/* WooCommerce notices - replaces the default 3px top bar + boxed grey slab */
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-notices-wrapper { margin-bottom: 26px; }
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-error {
  margin: 0 0 14px; padding: 16px 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px;
  border: 1px solid var(--aev-border); border-left: 3px solid var(--aev-green); border-radius: 14px;
  background: #fff; box-shadow: 0 6px 20px rgba(16,35,55,.06);
  color: var(--aev-navy); font-size: 15px; line-height: 1.45; list-style: none;
}
/* WooCommerce draws its icon with a ::before glyph and absolute positioning. */
.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-error::before,
.woocommerce-page .woocommerce-message::before, .woocommerce-page .woocommerce-info::before, .woocommerce-page .woocommerce-error::before {
  position: static; flex: 0 0 auto; margin: 0; font-size: 17px; line-height: 1;
}
.woocommerce .woocommerce-message::before, .woocommerce-page .woocommerce-message::before { color: var(--aev-green); }
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info { border-left-color: var(--aev-blue); }
.woocommerce .woocommerce-info::before, .woocommerce-page .woocommerce-info::before { color: var(--aev-blue); }
.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error { border-left-color: #b4453c; }
.woocommerce .woocommerce-error::before, .woocommerce-page .woocommerce-error::before { color: #b4453c; }
/* Push the action to the far edge; the message text takes the slack. */
.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-error .button {
  order: 3; margin: 0 0 0 auto; float: none; min-height: 40px; padding: 9px 22px;
  display: inline-flex; align-items: center; border-radius: 999px; font-size: 14px; font-weight: 700;
}

/* Filters shop */
.filters-hero { position: relative; overflow: hidden; background: var(--aev-navy-dark); color: #fff; }
.filters-hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(150,184,211,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(150,184,211,.07) 1px, transparent 1px); background-size: 56px 56px; }
.filters-hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 6vw, 90px); align-items: center; padding-block: clamp(40px, 4vw, 56px); }
.filters-hero__copy { position: relative; z-index: 1; }
.filters-hero .display { max-width: 560px; font-size: clamp(34px, 4.2vw, 56px); line-height: 1.08; letter-spacing: -.03em; color: #fff; }
.filters-hero .lead { max-width: 520px; margin: 20px 0 0; font-size: clamp(18px, 1.45vw, 20px); color: #b9c7d2; }
.filters-hero__visual { width: min(100%, 520px); justify-self: end; position: relative; }
.filters-hero__visual::after { display: none; }
.filters-hero__visual video, .filters-hero__visual img { width: 100%; height: auto; display: block; object-fit: contain; }
.filters-catalog { padding-block: clamp(56px, 7vw, 84px); background: var(--aev-surface); }
.filters-catalog__intro { max-width: 680px; margin-bottom: 30px; }
.filters-catalog__intro .lead { margin-top: 22px; }
.filters-catalog .woocommerce-result-count, .filters-catalog .woocommerce-ordering { display: none; }
.filters-catalog ul.products { margin: 0; gap: 28px; }

/* Card shell: flex column so every CTA lands on the same baseline regardless
   of title length or whether the product carries a price. */
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; position: relative; display: flex; flex-direction: column; padding: 0 0 26px; overflow: hidden; border: 1px solid var(--aev-border); border-radius: 20px; background: #fff; box-shadow: 0 1px 2px rgba(16,35,55,.05); transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s ease, border-color .35s ease; }
.woocommerce ul.products li.product::before { content: ""; position: absolute; top: 0; left: 0; z-index: 3; width: 100%; height: 3px; background: linear-gradient(90deg, var(--aev-green), var(--aev-blue)); transform: scaleX(0); transform-origin: left; transition: transform .45s cubic-bezier(.2,.7,.3,1); }
.woocommerce ul.products li.product:hover { transform: translateY(-6px); border-color: #cad4de; box-shadow: 0 24px 52px rgba(16,35,55,.13); }
.woocommerce ul.products li.product:hover::before { transform: scaleX(1); }
.woocommerce ul.products li.product > a.woocommerce-loop-product__link { display: flex; flex: 1; flex-direction: column; }

/* Product bay: white, generous, hairline-separated from the copy. */
/* 4:3 bay matches the catalog photos, so the product fills the frame instead
   of being letterboxed inside a fixed-height box. */
.woocommerce ul.products li.product a img { width: 100%; height: auto; aspect-ratio: 4 / 3; margin: 0 0 22px; padding: 8px; object-fit: contain; border-bottom: 1px solid var(--aev-border); background: #fff; }

.woocommerce ul.products li.product span.onsale { position: absolute; top: 18px; left: 18px; right: auto; z-index: 2; min-width: 0; min-height: 0; margin: 0; padding: 6px 13px; border-radius: 999px; background: var(--aev-green); color: #fff; font-size: 11px; font-weight: 700; line-height: 1.2; letter-spacing: .12em; text-transform: uppercase; }

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-left: 26px; margin-right: 26px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { margin-bottom: 16px; color: var(--aev-navy); font-size: 19px; line-height: 1.32; font-weight: 700; letter-spacing: -.015em; }
/* No price rendered means the title is the link's last child - drop it to the
   bottom so the card does not open a void above the CTA. */
.woocommerce ul.products li.product .woocommerce-loop-product__title:last-child { margin-top: auto; margin-bottom: 22px; }

/* Price sits on the bottom edge of the link so it aligns card to card. */
.woocommerce ul.products li.product .price { display: block; margin-top: auto; margin-bottom: 22px; color: var(--aev-navy); font-size: 23px; line-height: 1.2; font-weight: 700; letter-spacing: -.02em; }
.woocommerce ul.products li.product .price del { margin-right: 9px; color: var(--aev-muted); font-size: 15px; font-weight: 500; opacity: 1; }
.woocommerce ul.products li.product .price ins { color: var(--aev-navy); text-decoration: none; }

.woocommerce ul.products li.product .button { display: inline-flex; align-items: center; justify-content: center; align-self: start; min-height: 46px; padding: 12px 26px; border-radius: 999px; font-size: 15px; font-weight: 700; letter-spacing: .005em; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.woocommerce ul.products li.product .button:hover { transform: translateY(-2px); }

.filters-empty { padding: 30px; border: 1px solid var(--aev-border); border-radius: 18px; background: #fff; color: var(--aev-muted); }

/* Single product */
/* .site-main-s 80px top padding clears the fixed header; keep it in the shorthand. */
body.single-product .site-main--inner { padding-block: 116px 0; }

body.single-product div.product { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 3.5vw, 56px); align-items: start; }
body.single-product div.product > span.onsale { position: absolute; top: 20px; left: 20px; right: auto; z-index: 2; min-width: 0; min-height: 0; margin: 0; padding: 7px 15px; border-radius: 999px; background: var(--aev-green); color: #fff; font-size: 11px; font-weight: 700; line-height: 1.2; letter-spacing: .12em; text-transform: uppercase; }

/* Gallery sits in the same white bay as the catalog cards. */
body.single-product div.product div.images { width: auto !important; float: none !important; margin: 0 !important; padding: clamp(14px, 1.6vw, 22px); border: 1px solid var(--aev-border); border-radius: 24px; background: #fff; box-shadow: 0 1px 2px rgba(16,35,55,.05); }
body.single-product div.product div.images img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; }
body.single-product div.product .woocommerce-product-gallery__trigger { top: 18px; right: 18px; }

body.single-product div.product div.summary { width: auto !important; float: none !important; margin: 0 !important; }
body.single-product .product_title { margin: 0; color: var(--aev-navy); font-size: clamp(29px, 3vw, 42px); line-height: 1.1; letter-spacing: -.03em; }
body.single-product div.product p.price { margin: 22px 0 0; color: var(--aev-navy); font-size: 34px; line-height: 1.1; font-weight: 700; letter-spacing: -.025em; }
body.single-product div.product p.price del { margin-right: 12px; color: var(--aev-muted); font-size: 20px; font-weight: 500; opacity: 1; }
body.single-product div.product p.price ins { color: var(--aev-navy); text-decoration: none; }
body.single-product .woocommerce-product-details__short-description { margin-top: 20px; color: var(--aev-muted); font-size: 17px; line-height: 1.65; }

/* Made in USA badge - explicit placement keeps it in the gallery column,
   since it is a sibling of the gallery rather than a child of it. */
body.single-product .product-gallery-col { grid-column: 1; }
body.single-product div.product div.summary { grid-column: 2; }
body.single-product .usa-badge { margin: 0 0 18px; padding: 9px 20px; display: inline-flex; align-items: center; gap: 11px; border: 1px solid var(--aev-border); border-radius: 999px; background: #fff; color: var(--aev-navy); font-size: 12.5px; line-height: 1.2; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
body.single-product .usa-badge__flag { width: 26px; height: 18px; flex: 0 0 auto; border-radius: 2.5px; overflow: hidden; box-shadow: 0 0 0 1px rgba(16,35,55,.12); }

/* Kit contents panel */
body.single-product .kit-panel { margin: 22px 0 0; padding: 26px 28px; display: flex; align-items: center; gap: 28px; border-radius: 18px; background: var(--aev-navy); color: #fff; }
body.single-product .kit-panel__count { flex: 0 0 auto; padding-right: 28px; border-right: 1px solid rgba(255,255,255,.18); text-align: center; }
body.single-product .kit-panel__number { display: block; color: var(--aev-green); font-size: 58px; line-height: .95; font-weight: 700; letter-spacing: -.04em; }
body.single-product .kit-panel__label { display: block; max-width: 7ch; margin: 8px auto 0; font-size: 12px; line-height: 1.25; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
body.single-product .kit-panel__list { margin: 0; padding: 0; display: grid; gap: 13px; list-style: none; }
body.single-product .kit-panel__list li { display: flex; align-items: center; gap: 12px; font-size: 13px; line-height: 1.3; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
body.single-product .kit-panel__check { flex: 0 0 auto; width: 17px; height: 17px; color: var(--aev-green); }

/* Benefit row under the short description */
/* 2x2 with cross rules between the cells, echoing the product flyer. */
body.single-product .product-benefits { margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--aev-border); list-style: none; }
body.single-product .product-benefits__item { padding: 24px 24px 24px 0; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
body.single-product .product-benefits__item:nth-child(even) { padding-right: 0; padding-left: 24px; border-left: 1px solid var(--aev-border); }
body.single-product .product-benefits__item:nth-child(n+3) { border-top: 1px solid var(--aev-border); }
body.single-product .product-benefits__icon { width: 40px; height: 40px; stroke-width: 1.5; color: var(--aev-green); }
body.single-product .product-benefits__title { color: var(--aev-navy); font-size: 12.5px; line-height: 1.3; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
body.single-product .product-benefits__copy { margin-top: -4px; color: var(--aev-muted); font-size: 14px; line-height: 1.55; }

body.single-product div.product form.cart { margin: 30px 0 0; padding-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; border-top: 1px solid var(--aev-border); }
body.single-product div.product form.cart .quantity { margin: 0; }
body.single-product div.product form.cart .quantity .qty { width: 84px; height: 54px; padding: 0 10px; border: 1px solid #cfd6dd; border-radius: 999px; color: var(--aev-navy); font-size: 16px; font-weight: 700; text-align: center; }
body.single-product div.product form.cart button.button { flex: 1 1 200px; min-height: 54px; padding: 14px 32px; border-radius: 999px; font-size: 16px; font-weight: 700; transition: transform .25s ease, background .25s ease; }
body.single-product div.product form.cart button.button:hover { transform: translateY(-2px); }
body.single-product .stock { margin: 16px 0 0; color: var(--aev-green); font-size: 15px; font-weight: 700; }
body.single-product .stock.out-of-stock { color: #b4453c; }

/* Tabs: underline bar instead of WooCommerce's default bordered folder tabs. */
body.single-product div.product .woocommerce-tabs { grid-column: 1 / -1; margin-top: clamp(56px, 6vw, 84px); }
body.single-product div.product .woocommerce-tabs ul.tabs { margin: 0 0 34px; padding: 0; display: flex; flex-wrap: wrap; gap: 30px; border-bottom: 1px solid var(--aev-border); }
body.single-product div.product .woocommerce-tabs ul.tabs::before, body.single-product div.product .woocommerce-tabs ul.tabs::after, body.single-product div.product .woocommerce-tabs ul.tabs li::before, body.single-product div.product .woocommerce-tabs ul.tabs li::after { display: none; }
body.single-product div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
body.single-product div.product .woocommerce-tabs ul.tabs li a { display: block; padding: 0 0 16px; border-bottom: 3px solid transparent; color: var(--aev-muted); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: color .25s ease, border-color .25s ease; }
body.single-product div.product .woocommerce-tabs ul.tabs li a:hover { color: var(--aev-navy); }
body.single-product div.product .woocommerce-tabs ul.tabs li.active a { color: var(--aev-navy); border-bottom-color: var(--aev-green); }
body.single-product div.product .woocommerce-Tabs-panel { color: var(--aev-muted); font-size: 16px; line-height: 1.7; }
body.single-product div.product .woocommerce-Tabs-panel--description { max-width: 760px; }
body.single-product div.product .woocommerce-Tabs-panel > h2 { margin: 0 0 20px; color: var(--aev-navy); font-size: clamp(26px, 2.4vw, 34px); line-height: 1.15; letter-spacing: -.03em; }
/* The tab label already says "Description" - no need to repeat it as a heading. */
body.single-product div.product .woocommerce-Tabs-panel--description > h2 { display: none; }
body.single-product div.product .woocommerce-Tabs-panel strong { color: var(--aev-navy); }
body.single-product div.product .woocommerce-Tabs-panel ul { padding-left: 20px; }
body.single-product div.product .woocommerce-Tabs-panel li { margin-bottom: 8px; }

/* Spec tables, sat beside the description */
body.single-product .product-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 24px; }
body.single-product .spec-card { width: 100%; border-collapse: collapse; border: 1px solid var(--aev-border); border-radius: 14px; background: #fff; overflow: hidden; }
/* A caption set to flex shrinks to its content, so the bar stops short of
   the table edge - keep it table-caption and flex an inner span. */
body.single-product .spec-card__head { padding: 14px 18px; border-bottom: 1px solid var(--aev-border); background: var(--aev-surface); text-align: left; }
body.single-product .spec-card__head-inner { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 12px; }
body.single-product .spec-card__title { color: var(--aev-navy); font-size: 15px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
body.single-product .spec-card__type { color: var(--aev-muted); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
body.single-product .spec-card__type::before { content: "("; }
body.single-product .spec-card__type::after { content: ")"; }
body.single-product .spec-card th, body.single-product .spec-card td { padding: 11px 18px; border-top: 1px solid #eceff2; font-size: 14px; line-height: 1.4; text-align: left; vertical-align: top; }
body.single-product .spec-card tr:first-child th, body.single-product .spec-card tr:first-child td { border-top: 0; }
body.single-product .spec-card th { width: 42%; color: var(--aev-muted); font-weight: 500; }
body.single-product .spec-card td { color: var(--aev-navy); font-weight: 500; }
body.single-product .spec-card tr:first-child td { font-weight: 700; }

/* Related */
body.single-product div.product section.related { grid-column: 1 / -1; margin-top: clamp(64px, 7vw, 96px); padding: clamp(56px, 6vw, 80px) 0 clamp(70px, 7vw, 96px); border-top: 1px solid var(--aev-border); }
body.single-product div.product section.related > h2 { margin: 0 0 34px; color: var(--aev-navy); font-size: clamp(26px, 2.6vw, 36px); line-height: 1.1; letter-spacing: -.03em; }
body.single-product div.product section.related ul.products { margin: 0; }

/* About page */
.about-page { overflow: hidden; }

.about-hero { position: relative; display: grid; align-items: center; overflow: hidden; background: var(--aev-navy); color: #fff; }
.about-hero__media, .about-hero__media::after { position: absolute; inset: 0; }
.about-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; opacity: .72; }
.about-hero__media::after { content: ""; width: 74%; background: linear-gradient(90deg, var(--aev-navy) 4%, rgba(0,31,63,.9) 52%, transparent 100%); }
.about-hero__content { position: relative; z-index: 2; padding-block: clamp(96px, 11vw, 148px) clamp(84px, 10vw, 132px); }
.about-hero__copy { position: relative; max-width: 640px; z-index: 2; }
.about-hero .display { font-size: clamp(38px, 4.8vw, 66px); line-height: 1.06; letter-spacing: -.032em; color: #fff; }
.about-hero .lead { max-width: 560px; margin: 26px 0 34px; color: #c1cdd8; font-size: clamp(17px, 1.35vw, 19px); }
.about-hero__stamp { position: absolute; right: 0; bottom: clamp(24px, 4vw, 48px); max-width: 8ch; margin: 0; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.5; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
@media (prefers-reduced-motion: no-preference) {
  .about-hero__media img { animation: aev-hero-drift 18s ease-in-out infinite alternate; transform-origin: center; }
  .about-hero__copy > * { opacity: 0; animation: aev-hero-reveal .75s cubic-bezier(.2,.75,.25,1) forwards; }
  .about-hero__copy .eyebrow { animation-delay: .1s; }
  .about-hero__copy .display { animation-delay: .22s; }
  .about-hero__copy .lead { animation-delay: .34s; }
  .about-hero__copy .btn { animation-delay: .46s; }
}

.about-who__grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.about-who__copy .section-title { margin-bottom: 30px; font-size: clamp(32px, 3.4vw, 47px); }
.about-who__copy p { margin: 0 0 18px; color: var(--aev-muted); font-size: 16px; line-height: 1.72; }
.about-who__copy p:last-child { margin-bottom: 0; }
.about-who__image { position: relative; margin: 0; overflow: hidden; border-radius: 28px; box-shadow: var(--aev-shadow); }
.about-who__image img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.about-who__image figcaption { position: absolute; right: 22px; bottom: 22px; max-width: 12ch; color: #fff; font-size: 12px; line-height: 1.45; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; text-shadow: 0 2px 12px rgba(0,0,0,.5); }

.about-values { background: var(--aev-navy-dark); color: #fff; }
.about-values .eyebrow { margin-bottom: 44px; }
.about-values__rows { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
.about-values__row { padding: 0 clamp(24px, 3vw, 46px); border-left: 1px solid rgba(255,255,255,.12); }
.about-values__row:first-child { padding-left: 0; border-left: 0; }
.about-values__row:last-child { padding-right: 0; }
.about-values__num { display: block; color: rgba(255,255,255,.14); font-size: clamp(44px, 4.6vw, 62px); line-height: 1; font-weight: 700; letter-spacing: -.05em; }
.about-values__icon { width: 34px; height: 34px; margin: 22px 0 20px; color: var(--aev-green); }
.about-values__row h3 { margin: 0 0 14px; font-size: clamp(20px, 1.9vw, 24px); line-height: 1.2; letter-spacing: -.02em; }
.about-values__row p { margin: 0; color: #a3b2c0; font-size: 15px; line-height: 1.65; }

.about-why { background: var(--aev-surface); }
.about-why__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(48px, 8vw, 108px); align-items: center; }
.about-why__image { margin: 0; overflow: hidden; border-radius: 28px; background: #fff; box-shadow: var(--aev-shadow); }
.about-why__image img { width: 100%; aspect-ratio: 5 / 4; display: block; object-fit: contain; padding: clamp(18px, 2.4vw, 36px); }
.about-why__copy .section-title { margin-bottom: 28px; font-size: clamp(32px, 3.4vw, 47px); }
.about-why__copy p { margin: 0 0 18px; color: var(--aev-muted); font-size: 16px; line-height: 1.72; }
.about-why__copy .text-link { margin-top: 10px; }

.about-approach__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 110px); align-items: start; }
.about-approach__intro .section-title { margin-bottom: 26px; font-size: clamp(32px, 3.4vw, 47px); }
.about-approach__intro .lead { max-width: 460px; margin: 0; padding-top: 26px; border-top: 2px solid var(--aev-green); font-size: 16px; }
.about-approach__steps { display: grid; gap: 4px; }
.about-step { padding: 22px 0; display: flex; align-items: flex-start; gap: 20px; border-bottom: 1px solid var(--aev-border); }
.about-step:last-child { border-bottom: 0; }
.about-step__icon { flex: 0 0 auto; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: rgba(45,102,195,.08); }
.about-step__icon svg { width: 22px; height: 22px; color: var(--aev-blue); }
.about-step h3 { margin: 0 0 7px; color: var(--aev-navy); font-size: 17px; line-height: 1.3; letter-spacing: -.01em; }
.about-step p { margin: 0; color: var(--aev-muted); font-size: 15px; line-height: 1.6; }

.about-support__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(44px, 7vw, 96px); align-items: center; }
.about-support__copy .section-title { font-size: clamp(32px, 3.4vw, 47px); }
.about-support__list { margin-top: 40px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.about-support__image { margin: 0; overflow: hidden; border-radius: 28px; box-shadow: var(--aev-shadow); }
/* 2:1 source in a portrait slot - hold the crop on the foreground charger. */
.about-support__image img { width: 100%; aspect-ratio: 3 / 4; display: block; object-fit: cover; object-position: 62% center; }
.about-support__list svg { width: 30px; height: 30px; margin-bottom: 16px; color: var(--aev-green); }
.about-support__list h3 { margin: 0 0 9px; color: var(--aev-navy); font-size: 15px; line-height: 1.3; }
.about-support__list p { margin: 0; color: var(--aev-muted); font-size: 14px; line-height: 1.55; }

.about-cta { position: relative; overflow: hidden; background: var(--aev-navy); color: #fff; }
.about-cta__media, .about-cta__media::after { position: absolute; inset: 0; }
.about-cta__media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 62%; opacity: .62; }
.about-cta__media::after { content: ""; width: 76%; background: linear-gradient(90deg, var(--aev-navy) 6%, rgba(0,31,63,.9) 54%, transparent 100%); }
/* No max-width here: .container is margin-inline:auto, so narrowing it
   re-centres the box instead of keeping it flush with every other section. */
.about-cta__content { position: relative; z-index: 2; padding-block: clamp(80px, 9vw, 122px); }
.about-cta .display { max-width: 720px; font-size: clamp(32px, 3.8vw, 54px); line-height: 1.08; letter-spacing: -.03em; color: #fff; }
.about-cta .lead { max-width: 600px; margin: 24px 0 0; color: #c1cdd8; font-size: clamp(16px, 1.3vw, 18px); }
.about-cta__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }

@media (max-width: 900px) {
  .container { width: min(100% - 48px, var(--aev-container)); }
  body.admin-bar .site-header { top: 46px; }
  .primary-nav { position: absolute; top: 80px; left: 0; width: 100%; padding: 20px 24px 26px; display: none; align-items: stretch; flex-direction: column; gap: 0; border-bottom: 1px solid var(--aev-border); background: #fff; box-shadow: 0 18px 28px rgba(0,31,63,.08); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 11px 0; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .intro-grid, .split, .footer-grid { grid-template-columns: 1fr; }
	.contact-page-hero__grid { grid-template-columns: 1fr; gap: 46px; }
	.contact-page-details { max-width: 620px; }
  .about-who__grid, .about-why__grid, .about-approach__grid, .about-support__grid { grid-template-columns: 1fr; gap: 44px; }
  .about-support__image { order: -1; }
  .about-support__image img { aspect-ratio: 16 / 10; }
  .about-why__image { order: 2; }
  .about-values__rows { grid-template-columns: 1fr; }
  .about-values__row { padding: 30px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .about-values__row:first-child { padding-top: 0; border-top: 0; }
  .about-values__row:last-child { padding-bottom: 0; }
  .about-values__icon { margin: 14px 0 16px; }
  .about-hero__stamp { display: none; }
  .intro-grid { gap: 45px; }
  .parts .service-image { order: 2; }
  .process-grid { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  body.single-product div.product { grid-template-columns: 1fr; gap: 34px; }
  body.single-product .product-gallery-col, body.single-product div.product div.summary { grid-column: 1; }
  body.single-product div.product p.price { font-size: 30px; }
  .services-editorial-split, .services-product-split, .sourcing-grid, .featured-filter__grid, .maintenance-editorial__grid, .performance-grid, .service-request__grid { grid-template-columns: 1fr; }
  .services-editorial-split, .services-product-split, .sourcing-grid, .featured-filter__grid, .maintenance-editorial__grid, .performance-grid, .service-request__grid { gap: 50px; }
  .maintenance-editorial__intro, .service-request__intro { position: static; }
  .component-stage { min-height: 510px; }
  .thank-you-next__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, var(--aev-container)); }
  .custom-logo { height: 42px; }
  .brand img { width: 142px; }
  .cart-link { font-size: 0; }
  .cart-link span { font-size: 13px; }
  .hero { min-height: 690px; }
  .hero-media::after { width: 100%; background: linear-gradient(90deg, rgba(0,31,63,.98), rgba(0,31,63,.7)); }
  .hero-content { padding-top: 70px; }
  .hero-audiences { bottom: 26px; line-height: 1.8; }
  .audience-grid, .maintenance-grid, .form-grid, .footer-nav { grid-template-columns: 1fr; }
  .service-image { aspect-ratio: 1 / 1; }
  .maintenance-chart-card { padding: 22px 17px; border-radius: 22px; }
  .maintenance-chart-card__intro h3 { font-size: 24px; }
  .maintenance-chart-card__label { letter-spacing: .11em; }
  .maintenance-chart-wrap { margin-inline: -8px; width: calc(100% + 16px); overflow: hidden; }
  .maintenance-chart__endpoint text { display: none; }
  .maintenance-chart-mobile-legend { padding: 0 8px 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; color: #afbdca; font-size: 11px; line-height: 1.4; }
  .maintenance-chart-mobile-legend span { display: flex; gap: 7px; align-items: flex-start; }
  .maintenance-chart-mobile-legend span::before { content: ""; width: 8px; height: 8px; margin-top: 3px; flex: 0 0 auto; border-radius: 50%; background: currentColor; box-shadow: 0 0 9px currentColor; }
  .maintenance-chart-mobile-legend__green { color: #42d98a; }
  .maintenance-chart-mobile-legend__blue { color: #3f92ff; }
  .maintenance-chart-callout { grid-template-columns: 42px 1fr; gap: 13px; padding: 16px; }
  .form-actions, .footer-bottom { align-items: stretch; flex-direction: column; }
  .form-actions .btn { width: 100%; }
  .about-support__list { grid-template-columns: 1fr; gap: 24px; }
  .about-cta__actions .btn { width: 100%; }
  /* The message text is an anonymous flex item, so it cannot be told to sit
     beside the icon - float the icon and let the copy wrap around it. */
  .woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error,
  .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-error { display: block; }
  .woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-error::before,
  .woocommerce-page .woocommerce-message::before, .woocommerce-page .woocommerce-info::before, .woocommerce-page .woocommerce-error::before { float: left; margin-right: 10px; }
  .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-error .button,
  .woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-error .button { margin: 14px 0 0; width: 100%; justify-content: center; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  body.single-product div.product form.cart { gap: 12px; }
  body.single-product div.product form.cart button.button { flex: 1 1 100%; }
  body.single-product div.product .woocommerce-tabs ul.tabs { gap: 22px; }
  body.single-product .product-specs { grid-template-columns: 1fr; gap: 18px; }
  body.single-product .product-benefits__item { padding: 20px 16px 20px 0; }
  body.single-product .product-benefits__item:nth-child(even) { padding-left: 16px; }
  body.single-product .product-benefits__icon { width: 34px; height: 34px; }
  body.single-product .kit-panel { padding: 22px; gap: 20px; }
  body.single-product .kit-panel__count { padding-right: 20px; }
  body.single-product .kit-panel__number { font-size: 46px; }
  body.single-product .kit-panel__list li { font-size: 12px; letter-spacing: .04em; }
  .services-hero { min-height: 690px; }
  .services-hero__media::after { width: 100%; background: linear-gradient(90deg, rgba(0,31,63,.98), rgba(0,31,63,.7)); }
  .services-hero__content { padding-top: 70px; }
  .services-hero .display { font-size: 46px; }
  .filters-hero__grid { grid-template-columns: 1fr; min-height: auto; gap: 30px; padding-block: 36px; }
  .filters-hero .display { font-size: clamp(30px, 6.4vw, 38px); }
  .filters-hero__visual { max-width: 380px; justify-self: start; }
  .services-link-rows a { align-items: flex-start; }
  .component-stage { min-height: 400px; border-radius: 24px; }
  .component-stage__rail { top: 60px; bottom: 68px; left: 34px; }
  .component-stage__module { top: 80px; left: 62px; width: 105px; height: 250px; }
  .component-stage__filter { top: 112px; right: 28px; width: 145px; height: 190px; }
  .filter-product__visual { min-height: 330px; }
  .filter-frame { width: 200px; height: 240px; }
  .filter-product__meta, .filter-product__top { align-items: flex-start; flex-direction: column; }
  .maintenance-rows article { grid-template-columns: 38px 1fr; gap: 14px; }
  .maintenance-rows h3 { font-size: 21px; }
  .services-chart { padding: 14px 8px; }
  .services-chart__label { font-size: 12px; }
  .services-chart figcaption { gap: 12px; flex-direction: column; }
  .service-request__actions { align-items: stretch; flex-direction: column; }
  .service-request__actions .btn { width: 100%; }
	.contact-page-hero { min-height: auto; }
	.contact-page-hero__grid { padding-block: 74px; }
	.contact-page-hero .display { font-size: clamp(38px, 11vw, 52px); }
	.contact-page-details { padding: 22px; }
	.contact-page-details__hours { padding-left: 0; }
  .thank-you-hero { min-height: 620px; }
  .thank-you-hero__content { padding-block: 72px; }
  .thank-you-actions { align-items: stretch; flex-direction: column; }
  .thank-you-actions .btn { width: 100%; }
  .thank-you-steps > div { grid-template-columns: 34px 1fr; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .maintenance-chart__line { stroke-dashoffset: 0; }
  .maintenance-chart__area, .maintenance-chart__endpoint, .maintenance-chart-callout { opacity: 1; transform: none; }
  .maintenance-chart__halo { animation: none; }
  .services-chart__line { stroke-dashoffset: 0; }
  .services-chart__area { opacity: 1; }
}
