@font-face{font-family:"Barlow";src:url("../fonts/barlow-400.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Barlow";src:url("../fonts/barlow-600.ttf") format("truetype");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Barlow";src:url("../fonts/barlow-700.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Barlow Condensed";src:url("../fonts/barlow-condensed-700.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}

:root{
  --blue-950:#16365d;--blue-900:#1d4f8f;--blue-800:#245da5;--blue-700:#2667b8;
  --teal-700:#087479;--teal-600:#087479;--teal-100:#dceeee;
  --sand-50:#f7f3ee;--sand-100:#f3ebe3;--sand-200:#d0af92;
  --ink:#222;--muted:#757575;--muted-on-sand:#666;--white:#fff;--error:#a2252d;--success:#176b45;
  --border:#e4e0db;--focus:#087479;--shadow:0 12px 32px rgba(34,34,34,.08);
  --radius-sm:.625rem;--radius-md:.875rem;--radius-lg:1rem;--container:70rem;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:6rem}
body{margin:0;background:var(--white);color:var(--ink);font-family:"Barlow",Arial,sans-serif;font-size:1rem;line-height:1.5;overflow-x:hidden}
body.drawer-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit}
button,input,select,textarea{font:inherit}
button{color:inherit}
button,a,summary,input,select,textarea{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:0;box-shadow:0 0 0 2px var(--white),0 0 0 5px var(--focus)}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip-link{position:fixed;z-index:1000;top:.75rem;left:.75rem;min-height:2.75rem;padding:.65rem 1rem;background:var(--white);color:var(--blue-900);font-weight:700;transform:translateY(-200%);transition:transform .16s ease}
.skip-link:focus{transform:translateY(0)}
.container{width:min(calc(100% - 3rem),var(--container));margin-inline:auto}
.section{padding:6rem 0}
.eyebrow{margin:0 0 .75rem;color:var(--teal-700);font-size:.875rem;font-weight:600;letter-spacing:.08em;line-height:1.3;text-transform:uppercase}
.eyebrow-teal{color:var(--teal-700)}
h1,h2,h3{margin:0;color:var(--ink);font-family:"Barlow Condensed","Arial Narrow",sans-serif;font-weight:700;line-height:.98;letter-spacing:-.02em}
h1{font-size:clamp(2.625rem,5vw,4.25rem);max-width:11ch;color:var(--ink)}
h2{font-size:clamp(2.125rem,4vw,3.25rem);max-width:16ch;line-height:1.02}
h3{font-size:clamp(1.625rem,2.5vw,2rem);line-height:1.08}
p{margin:.75rem 0 0}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.7rem 1.2rem;border:2px solid transparent;border-radius:var(--radius-sm);font-weight:700;text-decoration:none;cursor:pointer;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}
.button-primary{background:var(--blue-700);color:var(--white)}
.button-primary:hover{background:var(--blue-900);transform:translateY(-1px)}
.button-secondary{background:transparent;border-color:rgba(255,255,255,.82);color:var(--white)}
.button-secondary:hover{background:var(--white);border-color:var(--white);color:var(--blue-950);transform:translateY(-1px)}
.button-primary:disabled{cursor:wait;opacity:.72;transform:none}
.text-link{display:inline-flex;align-items:center;min-height:2.75rem;color:var(--teal-700);font-weight:700;text-underline-offset:.25rem}
.text-link:hover{text-decoration-thickness:.15rem}

.site-header{position:sticky;z-index:40;top:0;left:0;width:100%;background:var(--white);color:var(--ink);border-bottom:1px solid var(--border);transition:box-shadow .2s ease}
.site-header.is-sticky{background:var(--white);box-shadow:0 6px 20px rgba(34,34,34,.08)}
.header-inner{display:flex;align-items:center;justify-content:space-between;width:min(calc(100% - 3rem),var(--container));min-height:4.75rem;margin-inline:auto;gap:1.25rem}
.brand{display:flex;align-items:center;min-width:8.5rem;min-height:3.25rem;padding:.2rem 0;border-radius:var(--radius-sm)}
.brand img{width:7.4rem;height:auto}
.desktop-nav{display:flex;align-items:center;gap:.2rem}
.desktop-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.5rem .7rem;color:var(--ink);font-size:.92rem;font-weight:600;text-decoration:none;border-bottom:2px solid transparent}
.desktop-nav a:hover,.desktop-nav a.is-active{border-bottom-color:var(--sand-200)}
.desktop-nav .header-cta{margin-left:.45rem;padding-inline:1rem;background:var(--blue-700);border:0;border-radius:var(--radius-sm);color:var(--white)}
.menu-button{display:none;width:3rem;height:3rem;border:1px solid var(--blue-700);background:var(--white);border-radius:var(--radius-sm);cursor:pointer}
.menu-button span{display:block;width:1.4rem;height:2px;margin:.28rem auto;background:var(--blue-700)}
.drawer-backdrop{position:fixed;z-index:70;inset:0;background:rgba(6,26,50,.55)}
.mobile-drawer{position:fixed;z-index:80;top:0;right:0;width:min(24rem,88vw);height:100dvh;padding:1rem 1.25rem;background:var(--blue-950);color:var(--white);box-shadow:-12px 0 38px rgba(6,26,50,.3);transform:translateX(104%);visibility:hidden;opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease,visibility 0s linear .2s}
.mobile-drawer.is-open{transform:translateX(0);visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s}
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.18)}
.drawer-head img{width:8.5rem}
.drawer-close{width:3rem;height:3rem;border:1px solid rgba(255,255,255,.45);background:transparent;border-radius:var(--radius-sm);color:var(--white);font-size:2rem;line-height:1;cursor:pointer}
.mobile-drawer nav{display:grid;padding-top:1rem}
.mobile-drawer nav a{display:flex;align-items:center;min-height:3.25rem;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.16);font-size:1.05rem;font-weight:600;text-decoration:none}

.hero{position:relative;min-height:clamp(34rem,62vw,43rem);display:flex;align-items:center;padding:5.5rem 0 6rem;background-color:#062d31;background-image:linear-gradient(90deg,rgba(2,27,30,.96) 0%,rgba(2,27,30,.9) 35%,rgba(2,27,30,.62) 61%,rgba(2,27,30,.3) 100%),url("../images/hero-house-arched.png");background-position:center;background-size:cover;color:var(--white);overflow:hidden}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,27,30,.12),transparent 36%,rgba(2,27,30,.18));pointer-events:none}
.hero-inner{position:relative;z-index:1;width:min(calc(100% - 3rem),67.5rem);margin-inline:auto}
.hero-copy{max-width:46rem}
.hero-copy .eyebrow{color:var(--white);opacity:.9}
.hero-copy h1{max-width:14ch;color:var(--white);font-size:clamp(3.25rem,7vw,5.75rem);line-height:.94;text-shadow:0 2px 1px rgba(0,0,0,.14)}
.hero-copy>p:not(.eyebrow){max-width:38rem;color:var(--white);font-size:clamp(1.05rem,1.6vw,1.3rem);line-height:1.45}
.hero-actions{display:flex;align-items:center;gap:1.25rem;margin-top:2.5rem}
.hero-actions .text-link{color:var(--white);text-decoration-thickness:.1rem}
.hero .button-primary{padding-inline:1.5rem;background:var(--blue-700);border-radius:.35rem}
.hero .button-primary:hover{background:var(--blue-800)}
.hero-form-section{background:var(--sand-50)}
.hero-form-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:4rem}
.hero-form-media{min-width:0}
.hero-form-media>img{width:100%;aspect-ratio:3/2;height:auto;object-fit:cover;border-radius:var(--radius-md)}
.form-card{padding:1.5rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow);color:var(--ink)}
.hero-form-card{min-width:0}
.hero-form-card>p{margin-top:.5rem}
.hero-form-card form{gap:.5rem .75rem;margin-top:.5rem}
.form-card h2{font-size:2.1rem;max-width:none}
.hero-form-card h2{font-size:1.8rem}
.form-card>p{color:var(--muted)}
form{display:grid;grid-template-columns:1fr 1fr;gap:.9rem 1rem;margin-top:1.1rem}
.field{min-width:0}
.field-wide{grid-column:1/-1}
label{display:block;margin-bottom:.3rem;color:var(--blue-950);font-size:.9rem;font-weight:700}
input,select,textarea{width:100%;min-height:3rem;padding:.65rem .7rem;border:1px solid #9aa5b2;border-radius:var(--radius-sm);background:var(--white);color:var(--ink);font-size:1rem}
textarea{min-height:5rem;resize:vertical}
input:hover,select:hover,textarea:hover{border-color:var(--blue-700)}
input[aria-invalid="true"],select[aria-invalid="true"],textarea[aria-invalid="true"]{border-color:var(--error);box-shadow:0 0 0 1px var(--error)}
.field-error,.field-help{min-height:1.15rem;margin:.2rem 0 0;font-size:.78rem;line-height:1.3}
.field-error{color:var(--error);font-weight:600}
.field-help{color:var(--muted)}
.form-footer{display:flex;align-items:flex-start;gap:1rem;min-height:3rem}
.form-footer .button{flex:0 0 auto}
.form-status{margin:.5rem 0 0;color:var(--muted);font-size:.9rem;line-height:1.35}
form[data-state="success"] .form-status{color:var(--success);font-weight:700}
form[data-state="error"] .form-status{color:var(--error);font-weight:700}

.service-strip{background:var(--white);color:var(--ink);border-block:1px solid var(--sand-200)}
.service-strip-inner{display:flex;align-items:center;width:min(calc(100% - 2rem),var(--container));min-height:5rem;margin-inline:auto;gap:1rem}
.service-strip img{filter:none}
.service-strip p{display:flex;flex:1;align-items:center;gap:.8rem;margin:0}
.service-strip p span{padding-left:.8rem;border-left:1px solid var(--sand-200)}
.service-strip a{display:inline-flex;align-items:center;min-height:2.75rem;font-weight:700;text-underline-offset:.25rem}
.section-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(15rem,.7fr);column-gap:3rem;align-items:end;margin-bottom:2rem}
.section-heading .eyebrow{grid-column:1/-1}
.section-heading p:last-child{margin:0;color:var(--muted);font-size:1.05rem}
.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.service-card{display:flex;flex-direction:column;overflow:hidden;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md)}
.service-card>img{width:100%;aspect-ratio:4/3;height:auto;object-fit:cover}
.service-card>img.hardware-crop{object-position:center 28%}
.service-card-body{display:flex;flex:1;flex-direction:column;padding:1.5rem}
.service-card-body p{color:var(--muted)}
.service-link{display:flex;align-items:center;justify-content:space-between;min-height:2.75rem;margin-top:auto;padding:1rem 0 0;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--teal-700);font-weight:700;text-align:left;cursor:pointer}
.service-link:hover{border-bottom-color:var(--teal-700)}
.service-request{background:var(--sand-100)}
.request-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(30rem,1.2fr);align-items:start;gap:4rem}
.request-copy{padding-top:1rem}
.request-copy p:last-child{max-width:28rem;color:var(--ink);font-size:1.08rem}

.financing{background:var(--white)}
.finance-heading{max-width:54rem;margin:0 auto 2.5rem;text-align:center}
.finance-heading h2{max-width:none}
.finance-heading>p:last-child{margin-top:1rem;color:var(--muted);font-size:1.1rem}
.finance-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:3rem}
.finance-benefits{display:grid;gap:.9rem;margin:0;padding:0;list-style:none}
.finance-benefits li{position:relative;padding-left:2rem;color:var(--muted);font-size:1.03rem;line-height:1.5}
.finance-benefits li::before{content:"✓";position:absolute;top:.05rem;left:0;display:grid;width:1.4rem;height:1.4rem;place-items:center;border-radius:50%;background:var(--teal-700);color:var(--white);font-size:.86rem;font-weight:700}
.finance-media{margin:0;overflow:hidden;border-radius:var(--radius-md);box-shadow:var(--shadow)}
.finance-media img{width:100%;aspect-ratio:968/489;object-fit:cover}
.finance-steps{margin-top:4.5rem}
.finance-steps>h3{font-size:clamp(2rem,4vw,3.25rem);text-align:center}
.finance-steps ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin:2rem 0 0;padding:0;list-style:none;counter-reset:none}
.finance-steps li{position:relative;padding:1.5rem;border-top:3px solid var(--sand-200);background:var(--sand-50);border-radius:0 0 var(--radius-md) var(--radius-md)}
.finance-steps li>span{display:grid;width:2.3rem;height:2.3rem;margin-bottom:1rem;place-items:center;border-radius:50%;background:var(--blue-700);color:var(--white);font-weight:700}
.finance-steps h4{margin:0;color:var(--blue-950);font-family:"Barlow Condensed","Arial Narrow",sans-serif;font-size:1.55rem;line-height:1.08}
.finance-steps p{color:var(--muted-on-sand)}
.finance-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:3rem;padding:2rem;background:var(--blue-950);border-radius:var(--radius-md);color:var(--white)}
.finance-cta h3{max-width:none;color:var(--white)}
.finance-cta .eyebrow{color:var(--teal-100)}
.finance-cta>div>p:last-child{color:#dce5ed}
.finance-cta .button{flex:0 0 auto}
.finance-disclosure{margin:1rem 0 0;padding:1rem 1.15rem;border-left:.25rem solid var(--teal-600);background:var(--sand-50);color:var(--muted-on-sand);font-size:.875rem;line-height:1.55}

.gallery{background:var(--blue-950);color:var(--white)}
.gallery h2{color:var(--white)}
.gallery .eyebrow-teal{color:var(--teal-100)}
.gallery .section-heading p:last-child{color:#cbd7e3}
.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:start}
.gallery-figure{display:flex;min-width:0;margin:0;flex-direction:column;overflow:visible;background:transparent}
.gallery-item{display:block;width:100%;aspect-ratio:3/2;padding:0;border:0;border-radius:var(--radius-sm);background:var(--blue-800);cursor:zoom-in;overflow:hidden}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease,filter .28s ease}
.gallery-item img.white-panel-crop{object-position:center 32%}
.gallery-item:hover img,.gallery-item:focus-visible img{transform:scale(1.025);filter:brightness(.9)}
.gallery-figure figcaption{margin-top:.55rem;color:#dce5ed;font-size:.9rem;font-weight:600;line-height:1.3}
.fleet{background:var(--white)}
.fleet-heading,.testimonials-heading{max-width:48rem;margin:0 auto 2rem;text-align:center}
.fleet-heading h2,.testimonials-heading h2{max-width:none}
.fleet-heading>p:last-child,.review-snapshot{color:var(--muted);font-size:1.03rem}
.fleet-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.fleet-gallery-item{aspect-ratio:1/1;border-radius:.25rem;background:var(--sand-100)}
.fleet-gallery-item img{object-position:center}
.fleet-action{display:flex;justify-content:center;margin-top:2rem}
.fleet-action .button{text-transform:uppercase}
.testimonials{background:var(--sand-50)}
.review-snapshot{max-width:43rem;margin:1rem auto 0;color:var(--muted-on-sand)}
.reviews-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;align-items:start}
.review-card{display:flex;min-height:18rem;min-width:0;flex-direction:column;padding:1.25rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 8px 24px rgba(34,34,34,.05)}
.review-card-head{display:flex;align-items:center;gap:.75rem}
.review-card-head h3{font-family:"Barlow",Arial,sans-serif;font-size:1.02rem;letter-spacing:0;line-height:1.25}
.review-initial{display:grid;width:2.4rem;height:2.4rem;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--teal-700);color:var(--white);font-weight:700}
.review-card:nth-child(3n+2) .review-initial{background:var(--blue-700)}
.review-card:nth-child(3n) .review-initial{background:var(--blue-950)}
.review-stars{margin:.9rem 0 0;color:#e5a400;font-size:1.15rem;letter-spacing:.08em;line-height:1}
.review-quote{display:-webkit-box;margin:.75rem 0 0;overflow:hidden;color:var(--ink);-webkit-box-orient:vertical;-webkit-line-clamp:5;white-space:pre-line}
.review-quote.review-quote-expanded{display:block;overflow:visible}
.review-expand{align-self:flex-start;min-height:2.75rem;margin:.1rem 0 0;padding:.4rem 0;border:0;background:transparent;color:var(--teal-700);font-weight:700;text-decoration:underline;text-underline-offset:.2rem;cursor:pointer}
.review-card>a{display:inline-flex;align-items:center;min-height:2.75rem;margin-top:auto;padding-top:.65rem;color:var(--blue-900);font-size:.9rem;font-weight:700;text-underline-offset:.2rem}
.service-details{background:var(--white)}
.service-details-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(30rem,1.2fr);gap:4rem}
.service-details-layout>div:first-child>p:not(.eyebrow){max-width:34rem;color:var(--muted);font-size:1.08rem}
.service-facts{display:grid;grid-template-columns:1fr 1fr;margin:0;border-top:1px solid var(--border)}
.service-facts div{padding:1rem 0;border-bottom:1px solid var(--border)}
.service-facts div:nth-child(odd){padding-right:1rem}
.service-facts dt{color:var(--muted);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.service-facts dd{margin:.2rem 0 0;color:var(--blue-950);font-weight:700}
.scope-limit{padding:1rem;background:var(--sand-100);border-left:.25rem solid var(--teal-600);color:var(--ink)}
.faq{background:var(--sand-50)}
.faq-layout{display:grid;grid-template-columns:minmax(0,.65fr) minmax(30rem,1.35fr);gap:4rem}
.faq-layout .section-heading{display:block;margin:0}
.faq-list{border-top:1px solid var(--border)}
.faq-list details{border-bottom:1px solid var(--border)}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;min-height:4rem;padding:.9rem 2.5rem .9rem 0;color:var(--blue-950);font-weight:700;cursor:pointer;list-style:none;position:relative}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";position:absolute;right:.25rem;font-size:1.5rem;color:var(--teal-700)}
.faq-list details[open] summary::after{content:"−"}
.faq-list details div{padding:0 2rem 1.25rem 0;color:var(--muted)}
.contact{background:var(--sand-100)}
.contact-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(31rem,1.15fr);gap:4rem;align-items:start}
.contact-copy>p:not(.eyebrow){max-width:33rem;color:var(--ink);font-size:1.08rem}
.contact-options{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:2rem}
.contact-options a{display:flex;flex-direction:column;justify-content:center;min-height:5rem;padding:.8rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);text-decoration:none}
.contact-options span{color:var(--muted);font-size:.82rem}
.contact-options strong{color:var(--blue-900)}
.site-footer{padding:2.5rem 0;background:var(--blue-950);color:#dce5ed}
.footer-inner{display:grid;grid-template-columns:.7fr 1fr .8fr;gap:2rem;align-items:start}
.footer-brand{display:flex;align-items:center;min-height:3rem}
.footer-brand img{width:10rem}
.footer-inner p{margin:.2rem 0 0;color:#b8c8d7;font-size:.92rem}
.footer-links{display:grid;justify-items:start}
.footer-links a{display:flex;align-items:center;min-height:2.75rem;color:var(--white);font-weight:600;text-underline-offset:.25rem}

.form-legal-notice{margin:.15rem 0 0;color:var(--muted);font-size:.875rem;line-height:1.5}
.form-legal-notice a{font-weight:700;text-underline-offset:.2rem}
.legal-main{padding:4rem 0 5rem;background:var(--sand-100)}
.legal-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;max-width:52rem}
.legal-heading{padding-bottom:1.5rem;border-bottom:1px solid var(--border)}
.legal-heading h1{max-width:18ch;margin-bottom:1rem;color:var(--blue-950)}
.legal-heading p{max-width:46rem;color:var(--ink);font-size:1.08rem}
.legal-heading .legal-updated{margin:.75rem 0 0;color:var(--ink);font-size:.925rem}
.legal-content{display:grid;gap:2rem}
.legal-content section{padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-soft)}
.legal-content h2{margin-bottom:.85rem;font-size:clamp(1.65rem,3vw,2.25rem)}
.legal-content p{color:var(--ink)}
.legal-content p:last-child{margin-bottom:0}
.legal-links{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin:1rem 0 0;padding:0;list-style:none}
.legal-links a{overflow-wrap:anywhere;font-weight:700;text-underline-offset:.2rem}

.lightbox{width:min(68rem,calc(100% - 2rem));max-width:none;padding:3.75rem 4.5rem 1rem;border:0;border-radius:var(--radius-md);background:var(--blue-950);color:var(--white)}
.lightbox::backdrop{background:rgba(6,26,50,.82)}
.lightbox figure{margin:0}
.lightbox figure img{width:100%;max-height:72vh;object-fit:contain}
.lightbox figcaption{padding:.75rem 0;text-align:center}
.lightbox-close{position:absolute;top:.5rem;right:.5rem;width:3rem;height:3rem;border:1px solid rgba(255,255,255,.5);border-radius:var(--radius-sm);background:transparent;color:var(--white);font-size:2rem;cursor:pointer}
.lightbox-nav{position:absolute;top:50%;width:3rem;height:3rem;border:1px solid rgba(255,255,255,.5);border-radius:var(--radius-sm);background:var(--blue-900);color:var(--white);font-size:2rem;cursor:pointer}
.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}

@media (max-width:68rem){
  .desktop-nav{display:none}.menu-button{display:block}
  .hero-form-layout{gap:2rem}
  .service-grid{grid-template-columns:1fr 1fr}
  .fleet-grid,.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:48rem){
  .section{padding:4rem 0}.header-inner{min-height:4.75rem}.brand img{width:6.5rem}
  .hero{min-height:36rem;padding:5rem 0 5.5rem;background-position:58% center}.hero-form-layout{grid-template-columns:1fr;gap:2rem}.hero-copy>p:not(.eyebrow){font-size:1.05rem}
  .service-strip-inner{align-items:flex-start;padding:1rem 0}.service-strip p{display:block}.service-strip p span{display:block;margin-top:.3rem;padding:0;border:0}.service-strip a{white-space:nowrap}
  .section-heading{display:block}.section-heading p:last-child{margin-top:1rem}.request-layout,.service-details-layout,.faq-layout,.contact-layout{grid-template-columns:1fr;gap:2rem}.request-copy{padding:0}
  .finance-layout{grid-template-columns:1fr;gap:2rem}.finance-steps{margin-top:3.5rem}.finance-steps ol{grid-template-columns:1fr}.finance-cta{align-items:flex-start;flex-direction:column}.finance-cta .button{width:100%}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.gallery-item{aspect-ratio:4/3}.gallery-lead{grid-column:1/-1;grid-row:auto}.gallery-lead .gallery-item,.gallery-figure:nth-child(6) .gallery-item{aspect-ratio:3/2}.gallery-top,.gallery-bottom,.gallery-figure:nth-child(4),.gallery-figure:nth-child(5){grid-column:auto;grid-row:auto}.gallery-figure:nth-child(6){grid-column:1/-1;grid-row:auto}
  .footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
}

@media (max-width:37.5rem){
  .reviews-grid{grid-template-columns:1fr}.review-card{min-height:0}
  .footer-inner{grid-template-columns:1fr;justify-items:center;text-align:center}
  .footer-brand{grid-column:auto;justify-content:center}
  .footer-links{justify-items:center}
  .footer-inner p{text-align:center}
  .legal-main{padding:2.5rem 0 3.5rem}
  .legal-content section{padding:1.1rem}
}

@media (max-width:30rem){
  .container,.header-inner,.hero-inner,.service-strip-inner{width:min(calc(100% - 1.25rem),var(--container))}
  h1{font-size:clamp(2.625rem,12vw,3.5rem)}h2{font-size:2.5rem}.hero{min-height:34rem;padding:4.5rem 0 5rem;background-position:62% center}.hero-copy h1{max-width:12ch}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .text-link{justify-content:center}
  .form-card{padding:1.15rem}.form-card h2{font-size:1.9rem}
  form{grid-template-columns:1fr}.field,.field-wide{grid-column:1}.form-footer{display:grid;gap:.5rem}.form-footer .button{width:100%}
  .service-strip img{display:none}.service-strip-inner{display:grid;gap:.25rem}.service-strip a{justify-self:start}
  .service-grid{grid-template-columns:1fr}.service-card>img{aspect-ratio:4/3;height:auto}
  .gallery-grid{display:grid;grid-template-columns:1fr;grid-template-rows:auto}.gallery-lead,.gallery-top,.gallery-bottom,.gallery-figure:nth-child(4),.gallery-figure:nth-child(5),.gallery-figure:nth-child(6){grid-column:1;grid-row:auto}.gallery-item,.gallery-top .gallery-item,.gallery-bottom .gallery-item,.gallery-lead .gallery-item,.gallery-figure:nth-child(6) .gallery-item{aspect-ratio:4/3}
  .finance-heading{text-align:left}.finance-cta{padding:1.25rem}.fleet-grid{grid-template-columns:1fr}.fleet-gallery-item{aspect-ratio:4/3}
  .service-facts{grid-template-columns:1fr}.service-facts div:nth-child(odd){padding-right:0}
  .contact-options{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr}.footer-brand{grid-column:auto}
  .lightbox{padding:3.75rem .75rem 1rem}.lightbox-nav{top:auto;bottom:.5rem}.lightbox figcaption{padding-bottom:3.25rem}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .gallery-item:hover img,.gallery-item:focus-visible img,.button-primary:hover{transform:none}
}
