:root {
  --ink: #0f284c;
  --paper: #fff;
  --muted: #50627a;
  --line: #d7e1ec;
  --accent: #b9d7ef;
  --surface: #f3f7fb;
  --on-dark: #e0e9f2;
  --on-dark-muted: #b8cada;
  --body: 'Barlow', Arial, sans-serif;
  --display: 'Barlow Condensed', Impact, 'Arial Narrow', sans-serif;
  --layout-gap: clamp(32px, 5vw, 80px);
  --section-space: clamp(56px, 6vw, 96px);
  --blue: #2b6296;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 1.125rem/1.65 var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #2b6296; outline-offset: 5px; }
.fleet-section a:focus-visible, .mobile-actions a:focus-visible { outline-color: var(--accent); }
img { display: block; max-width: 100%; }
svg { display: block; width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin: 0; overflow-wrap: break-word; }
h1, h2 { font-family: var(--display); font-weight: 700; line-height: 1.08; letter-spacing: -.01em; text-wrap: balance; }
h2 { font-size: clamp(2.75rem, 3.8vw, 4rem); }
h3 { font-size: 1.4rem; line-height: 1.3; }
b, strong { font-weight: 700; }
em { font-style: normal; }
.container { width: min(1600px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 100; background: var(--accent); padding: 12px 20px; font-weight: 700; }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.utility-bar { position: sticky; top: 0; z-index: 30; background: var(--ink); color: var(--on-dark); font-size: .9375rem; letter-spacing: .01em; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 4px 20px; padding-block: 4px; }
.utility-inner b { color: var(--paper); margin-left: 8px; }
.utility-address { display: inline-flex; align-items: center; gap: 10px; min-width: 0; min-height: 44px; line-height: 1.4; }
.utility-address svg { flex: 0 0 20px; width: 20px; height: 20px; color: var(--accent); }
.utility-address-copy { display: flex; flex-wrap: wrap; gap: 0 8px; }
.utility-address:hover .utility-address-copy { text-decoration: underline; text-underline-offset: 4px; }
.utility-address:focus-visible { outline-color: var(--accent); outline-offset: 2px; }
.utility-hours { flex-shrink: 0; margin-left: auto; font-size: .875rem; line-height: 1.4; }
.header-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 20px 32px; padding-block: 18px; min-height: 136px; }
.site-header { border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; flex-shrink: 0; width: 230px; max-width: 100%; min-height: 44px; align-items: center; }
.brand-logo { width: 100%; height: auto; }
.primary-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px clamp(24px, 2.5vw, 42px); font-size: 1.25rem; font-weight: 600; line-height: 1.4; }
.primary-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding-block: 10px; text-align: center; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 2px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 16px 24px; font-size: 1.125rem; font-weight: 700; line-height: 1.4; border-radius: 4px; transition: background .18s; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: #244b79; }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { background: var(--accent); }
.button-outline { color: var(--ink); background: var(--paper); border: 1px solid var(--line); }
.button-outline:hover { background: var(--surface); border-color: var(--ink); }
.button span[aria-hidden] { font-size: 1.4rem; line-height: 1; }
.header-call { gap: 14px; min-height: 78px; padding: 16px 24px; flex-shrink: 0; }
.header-call svg { width: 1.4rem; height: 1.4rem; }
.header-call-copy { display: flex; flex-direction: column; gap: 3px; text-align: left; }
.header-call-copy small { font-size: .875rem; font-weight: 500; line-height: 1.3; }
.header-call-copy > span { font-size: 1.6rem; line-height: 1.25; white-space: nowrap; }
.header-contact { display: flex; flex-direction: column; justify-self: end; min-width: 0; max-width: 100%; border-radius: 4px; background: var(--ink); }
.header-contact a:focus-visible { outline-color: var(--accent); outline-offset: -4px; }
.hero { color: var(--ink); background: var(--paper); }
.hero-photo { margin: 0; min-width: 0; overflow: hidden; border-radius: 6px; }
.hero-photo img { width: 100%; height: auto; aspect-ratio: 1.25; object-fit: cover; object-position: 60% 52%; }
.hero-photo figcaption { padding: 12px 16px; color: var(--muted); background: var(--surface); font-size: .9375rem; line-height: 1.5; }
.hero-inner { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: var(--layout-gap); padding-block: var(--section-space); }
.hero-copy { max-width: 43rem; min-width: 0; }
.eyebrow { margin-bottom: 16px; font-size: .875rem; font-weight: 700; letter-spacing: .1em; line-height: 1.5; color: var(--muted); }
.fleet-copy .eyebrow { color: var(--accent); }
.hero h1 { font-size: clamp(3rem, 4.4vw, 4.75rem); line-height: 1.1; text-wrap: balance; }
.hero h1 em { color: var(--blue); }
.hero-description { max-width: 36rem; margin-top: 24px; font-size: 1.1875rem; line-height: 1.75; color: var(--muted); }
.hero-actions { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); align-items: stretch; gap: 12px; max-width: 40rem; margin-top: 32px; }
.hero-actions .button { min-width: 0; text-align: center; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding-block: 6px; font-size: 1.0625rem; font-weight: 600; border-bottom: 1px solid currentColor; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.light-link { border-color: var(--on-dark-muted); }
.hero-rating { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 14px; margin-top: 28px; color: var(--muted); font-size: .9375rem; }
.hero-rating strong, .hero-rating .stars { color: var(--ink); }
.hero-rating:hover strong { text-decoration: underline; }
.stars { white-space: nowrap; font-size: 1.0625rem; letter-spacing: 3px; color: var(--accent); }
.rating-divider { padding-inline: 9px; color: var(--on-dark-muted); }
.hero-bottom { border-top: 1px solid var(--line); background: var(--paper); }
.hero-bottom-inner { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; padding-block: 18px; font-size: 1rem; text-align: center; }
.hero-bottom-inner > * { display: flex; align-items: center; justify-content: center; min-height: 44px; padding: 8px 20px; line-height: 1.5; }
.hero-bottom-inner > * + * { border-left: 1px solid var(--line); }
.hero-warranty { color: var(--ink); font-weight: 600; }
.hero-bottom a:hover { text-decoration: underline; }
.hero-bottom a span { margin-left: 10px; }
.brands-band { background: var(--surface); border-bottom: 1px solid var(--line); }
.brands-inner { padding-block: 34px; text-align: center; }
.brands-inner h2 { font-size: clamp(1.875rem, 2.6vw, 2.5rem); line-height: 1.2; }
.brand-list { max-width: 64rem; margin: 14px auto 0; color: var(--muted); font-size: 1.25rem; font-weight: 600; line-height: 1.65; text-wrap: balance; }
.brand-list span { white-space: nowrap; }
.section-space { padding-block: var(--section-space); }
.section-heading { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: var(--layout-gap); margin-bottom: 40px; }
.section-heading > div { min-width: 0; }
.section-intro { max-width: 36rem; color: var(--muted); font-size: 1.125rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card { display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
a.service-card:hover { border-color: #7893b1; background: var(--surface); }
.service-card-link { display: block; margin-top: auto; padding-top: 24px; font-size: 1rem; line-height: 1.4; font-weight: 600; text-underline-offset: 4px; }
.service-card:hover .service-card-link, .service-card:focus-visible .service-card-link { text-decoration: underline; }
.service-featured { background: var(--surface); }
.service-card-top { display: flex; align-items: flex-start; gap: 16px; min-height: 3.65rem; margin-bottom: 18px; }
.service-card-top svg { flex: 0 0 32px; width: 32px; height: 32px; stroke-width: 1.6; margin-top: 2px; }
.service-card h3 { min-width: 0; }
.service-card > p { color: var(--muted); font-size: 1.0625rem; line-height: 1.65; }
.supporting-services { display: flex; align-items: center; justify-content: space-between; gap: 24px 48px; margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--line); }
.supporting-services > div { max-width: 63rem; }
.supporting-services > a { flex-shrink: 0; }
.supporting-services h3 { font-size: 1.25rem; }
.supporting-services p { max-width: 68rem; margin-top: 10px; color: var(--muted); font-size: 1.0625rem; }
.fleet-section { padding-block: var(--section-space); color: var(--paper); background: var(--ink); }
.fleet-layout, .parts-layout, .review-layout, .visit-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--layout-gap); align-items: center; }
.fleet-visual { aspect-ratio: 1.25; overflow: hidden; border-radius: 6px; }
.fleet-visual img { width: 100%; height: 100%; object-fit: cover; }
.fleet-copy > p:not(.eyebrow):not(.fleet-footnote) { max-width: 36rem; margin-block: 22px 26px; color: var(--on-dark); font-size: 1.125rem; }
.warranty-benefits { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; padding-block: 22px; margin-bottom: 15px; border-block: 1px solid #b9d7ef50; }
.warranty-benefit strong { display: block; color: var(--accent); font-size: 1.25rem; line-height: 1.35; }
.warranty-benefit span { display: block; font-size: 1rem; margin-top: 7px; }
.warranty-note { max-width: 34rem; margin-bottom: 24px; color: var(--on-dark-muted); font-size: .9375rem; }
.fleet-footnote { margin-top: 14px; color: var(--on-dark-muted); font-size: .9375rem; }
.fleet-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; }
.parts-section { background: var(--surface); border-bottom: 1px solid var(--line); }
.parts-copy > p:not(.eyebrow) { max-width: 32rem; margin-top: 22px; color: var(--muted); }
.parts-copy .button { margin-top: 26px; }
.parts-details { padding: 32px; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; }
.parts-details dl { margin: 18px 0; }
.parts-details dl > div { padding-block: 14px; border-bottom: 1px solid var(--line); }
.parts-details dl > div:first-child { padding-top: 0; }
.parts-details dt { font-size: 1rem; font-weight: 700; }
.parts-details dd { margin: 3px 0 0; color: var(--muted); font-size: 1.0625rem; }
.parts-details > p { font-size: 1rem; }
.parts-details > p a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.review-layout { align-items: start; }
.review-heading .text-link { margin-top: 25px; }
.review-content { min-width: 0; padding: 32px; border: 1px solid var(--line); border-radius: 6px; }
.review-score { display: flex; align-items: center; gap: 20px; }
.review-score > strong { font: 700 4rem/1 var(--display); }
.review-score .stars { color: var(--ink); font-size: 1.25rem; }
.review-score p { margin-top: 4px; color: var(--muted); font-size: 1rem; }
.review-slides { display: grid; min-height: 230px; }
.review-slide { grid-area: 1 / 1; min-width: 0; }
/* Keep the carousel height steady without moving the rest of the page. */
.review-slide[hidden] { display: block !important; visibility: hidden; pointer-events: none; }
.review-text { margin-block: 24px; font-size: 1.5rem; font-weight: 500; line-height: 1.5; }
.review-author { display: flex; align-items: center; gap: 12px; }
.author-initial { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; background: var(--surface); font-weight: 600; }
.review-author b { display: block; font-size: 1.0625rem; }
.review-author small { display: block; color: var(--muted); font-size: .875rem; }
.review-controls[hidden] { display: none !important; }
.review-controls { display: flex; justify-content: flex-end; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.review-buttons { display: flex; gap: 10px; }
.review-control { display: inline-flex; align-items: center; justify-content: center; min-width: 48px; min-height: 48px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); color: var(--ink); font: 600 1.125rem var(--body); cursor: pointer; }
.review-control:hover { background: var(--surface); border-color: var(--ink); }
.rating-date { margin-top: 20px; color: var(--muted); font-size: .8125rem; }
.visit-section { padding-block: var(--section-space); background: var(--surface); }
.phone-large { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-top: 24px; font-size: 1.85rem; font-weight: 700; line-height: 1.3; }
.phone-large:hover { text-decoration: underline; }
.visit-contact-options { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; margin-top: 24px; }
.visit-contact-options .phone-large { margin-top: 0; }
.visit-lead > p:not(.eyebrow) { max-width: 31rem; margin-top: 16px; color: var(--muted); }
.visit-request { margin-top: 24px; }
.visit-details { padding: 32px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); display: grid; gap: 28px; }
.visit-hours { border-top: 1px solid var(--line); padding-top: 24px; }
.visit-details .eyebrow { margin-bottom: 10px; }
.visit-address address { font-size: 1.3rem; line-height: 1.5; font-style: normal; font-weight: 600; }
.visit-address .text-link { margin-top: 8px; }
.visit-hours dl { margin: 0; }
.visit-hours dl > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 20px; padding-block: 5px; font-size: 1.0625rem; }
.visit-hours dd { margin: 0; font-weight: 600; }
.profile-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 10px; font-size: .9375rem; text-decoration: underline; text-underline-offset: 3px; }
.site-footer { padding-block: 30px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 28px; }
.footer-brand { width: 200px; }
.footer-inner > p { color: var(--muted); font-size: 1rem; }
.footer-inner > p span { font-size: .875rem; }
.footer-inner > a:last-child { display: inline-flex; align-items: center; min-height: 44px; font-size: 1rem; }
.footer-inner > a:last-child:hover { text-decoration: underline; }
.footer-inner > a:last-child span { margin-left: 10px; }
.mobile-actions { display: none; }
@media (max-width: 82.5rem) {
  .container { width: calc(100% - 64px); }
  .header-inner { min-height: 124px; }
  .brand { width: 215px; }
  .hero-copy { max-width: 39rem; }
  .service-card { padding: 24px; }
  .service-card-top { gap: 12px; }
}
@media (max-width: 82.5rem) {
  .header-inner { grid-template-columns: minmax(0, 1fr) auto; }
  .primary-nav { grid-column: 1 / -1; grid-row: 2; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; padding-top: 8px; border-top: 1px solid var(--line); }
  .primary-nav a { min-width: 0; padding-inline: 4px; overflow-wrap: anywhere; }
}
@media (max-width: 60rem) {
  .hero-inner { gap: 32px; padding-block: 44px 52px; }
  .hero h1 { font-size: clamp(2.8rem, 5vw, 3.6rem); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading { gap: 32px; }
  .fleet-layout, .parts-layout, .review-layout, .visit-layout { gap: 36px; }
  .warranty-benefits { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .review-content, .visit-details { padding: 28px; }
}
@media (max-width: 50rem) {
  .container { width: calc(100% - 40px); }
  .hero-inner { grid-template-columns: minmax(0, 1fr); }
  .hero-copy, .hero-description { max-width: 100%; }
  .hero-photo img { aspect-ratio: 1.85; }
  .section-space, .fleet-section, .visit-section { padding-block: 60px; }
  .section-heading { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .section-intro { max-width: 38rem; }
  .supporting-services { align-items: flex-start; flex-direction: column; gap: 16px; }
  .fleet-layout, .parts-layout, .review-layout, .visit-layout { grid-template-columns: minmax(0, 1fr); }
  .fleet-visual { aspect-ratio: 1.6; }
  .fleet-copy > p:not(.eyebrow):not(.fleet-footnote) { max-width: 100%; }
  .warranty-benefits { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .review-content, .visit-details { padding: 28px; }
  .review-slides { min-height: 200px; }
  .visit-hours dl { max-width: 100%; }
}
@media (max-width: 37.5rem) {
  .container { width: calc(100% - 36px); }
  .utility-inner { font-size: .875rem; letter-spacing: 0; gap: 4px 10px; padding-block: 6px; }
  .utility-address { gap: 8px; }
  .utility-address-copy { flex-direction: column; gap: 0; }
  .utility-hours { text-align: right; }
  .utility-hours > span, .utility-hours b { display: block; }
  .utility-inner b { margin-left: 0; }
  .header-inner { min-height: 0; gap: 12px; padding-block: 14px; }
  .brand { width: min(100%, clamp(124px, 39vw, 200px)); min-width: 0; }
  .header-call { padding: 12px; min-height: 64px; gap: 0; }
  .header-call svg { display: none; }
  .header-call-copy small { font-size: .875rem; }
  .header-call-copy > span { font-size: clamp(1rem, 4.1vw, 1.25rem); }
  .primary-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); font-size: 1.125rem; gap: 4px; padding-top: 6px; }
  .hero-photo img { object-position: 60% 48%; aspect-ratio: 1.5; }
  .hero-inner { padding-block: 36px 40px; gap: 30px; }
  .hero-copy { max-width: 100%; }
  .hero h1 { font-size: clamp(2.25rem, 10.5vw, 3.8rem); line-height: 1.1; }
  .eyebrow { margin-bottom: 14px; font-size: .875rem; letter-spacing: .07em; }
  .hero-description { font-size: 1.125rem; max-width: 100%; }
  .hero-actions { grid-template-columns: minmax(0, 1fr); gap: 12px; margin-top: 24px; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-rating { margin-top: 24px; font-size: .875rem; gap: 8px 10px; }
  .hero-rating .stars { letter-spacing: 2px; }
  .hero-bottom-inner { grid-template-columns: minmax(0, 1fr); padding-block: 12px; font-size: .9375rem; }
  .hero-bottom-inner > * { min-height: 44px; padding: 8px 0; }
  .hero-bottom-inner > * + * { border-left: 0; border-top: 1px solid var(--line); }
  .brands-inner { padding-block: 28px; }
  .brand-list { margin-top: 12px; font-size: 1.125rem; }
  h2 { font-size: clamp(2.5rem, 10vw, 3.4rem); line-height: 1.12; }
  .section-space, .fleet-section, .visit-section { padding-block: 48px; }
  .section-heading { margin-bottom: 28px; }
  .section-intro { font-size: 1.0625rem; }
  .service-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .service-card { padding: 24px; }
  .service-card h3 { font-size: 1.35rem; }
  .service-card-top { align-items: center; min-height: 0; margin-bottom: 12px; }
  .service-card-top svg { margin-top: 0; }
  .service-card > p { font-size: 1.0625rem; }
  .fleet-visual { aspect-ratio: 1.3; }
  .fleet-layout, .parts-layout, .review-layout, .visit-layout { gap: 30px; }
  .fleet-copy .button, .parts-copy .button, .visit-request { width: 100%; }
  .warranty-benefits { gap: 18px; }
  .warranty-benefit strong { font-size: 1.125rem; }
  .warranty-benefit span { font-size: 1rem; }
  .parts-details, .review-content, .visit-details { padding: 24px; }
  .review-text { font-size: 1.375rem; }
  .review-slides { min-height: 220px; }
  .phone-large { font-size: 1.65rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 18px; }
  .footer-brand { width: 190px; }
  .site-footer { padding-bottom: calc(8rem + env(safe-area-inset-bottom)); }
  .mobile-actions { position: fixed; inset: auto 0 0; z-index: 10; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.65fr); gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: var(--ink); border-top: 1px solid var(--accent); box-shadow: 0 -3px 18px #0f284c22; }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 7px; min-width: 0; min-height: 48px; padding: 10px 8px; border-radius: 4px; font-size: 1rem; font-weight: 700; line-height: 1.3; text-align: center; overflow-wrap: anywhere; }
  .mobile-phone, .mobile-text { color: var(--paper); border: 1px solid var(--on-dark-muted); }
  .mobile-request { color: var(--ink); background: var(--accent); }
  .mobile-actions a:focus-visible { outline-offset: 2px; }
}
@media (max-width: 21.875rem) {
  .primary-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .warranty-benefits { grid-template-columns: minmax(0, 1fr); }
  .service-card { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

.footer-links { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 26px; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: 1rem; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-links a span { margin-left: 10px; }
