@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&family=Roboto:wght@400;500;700&display=swap');

:root { --blue:#789dc2; --ink:#111; --footer:#050505; --charcoal:#2d2b2b; --muted:#a3a3a3; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; overflow-x:hidden; }
body.site-body, body { margin:0; color:var(--ink); font-family:'Roboto Condensed',Arial,sans-serif; overflow-x:hidden; }
a { color:inherit; text-decoration:none; }
.page-width { width:min(1700px, calc(100% - 180px)); margin-left:auto; margin-right:auto; }
@media (max-width: 768px) {
  .page-width { width: calc(100% - 32px); }
}

/* Shared top navigation */
.site-header { height:135px; position:relative; z-index:20; border-top:3px solid #353947; background:#fff; }
.header-logo { position:absolute; left:max(4.7%, calc((100% - 1700px)/2)); top:0; width:245px; height:142px; background:#fff; box-shadow:0 4px 12px rgb(0 0 0 / .15); display:flex; align-items:center; padding:15px 15px; z-index:2; }
.brand-lockup { display:flex; align-items:center; gap:11px; color:#17243c; font-family:Roboto,Arial,sans-serif; font-size:24px; font-weight:700; line-height:1.04; }
.brand-badge { width:70px; height:70px; border:3px solid #82a5c3; border-radius:50%; background:#14223c; color:white; display:grid; place-items:center; font-size:28px; transform:rotate(-10deg); }
.header-main { width:min(1720px, calc(100% - 180px)); margin:auto; height:100%; display:flex; flex-direction:column; align-items:flex-end; }
.header-contact { height:60px; display:flex; justify-content:flex-end; align-items:center; gap:20px; color:#12233b; }
.header-contact a { display:flex; align-items:center; gap:8px; font-family:Roboto,sans-serif; font-size:18px; font-weight:700; }
.header-contact .phone-icon { width:28px; height:28px; display:grid; place-items:center; color:white; background:#a1a1a1; font-size:15px; }
.header-address { margin:-8px 0 10px; color:#9ca0a9; font-family:Roboto,sans-serif; font-size:13px; }
.main-nav { display:flex; height:50px; align-items:flex-end; gap:8px; }
.main-nav > a, .nav-toggle { min-width:80px; padding:10px 12px; text-align:center; border-bottom:2px solid transparent; font-size:16px; background:transparent; border-top:0;border-left:0;border-right:0; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; gap:3px; white-space:nowrap; }
.nav-toggle .dropdown-arrow { font-size:10px; display:inline-block; vertical-align:middle; line-height:1; }
.main-nav > a:hover, .main-nav > a.active, .nav-toggle:hover { color:#789dc2; border-bottom-color:#789dc2; }
.nav-menu { position:relative; }
.nav-dropdown { display:none; position:absolute; right:0; min-width:216px; top:100%; background:white; box-shadow:0 4px 12px rgb(0 0 0/.18); padding:7px 0; }
.nav-dropdown a { display:block; padding:9px 15px; font-size:14px; text-align:left; }
.nav-menu:hover .nav-dropdown, .nav-menu:focus-within .nav-dropdown { display:block; }

/* Homepage */
.home-hero { min-height:683px; height:calc(100vh - 177px); max-height:780px; position:relative; color:#fff; background-image:url('https://assets.cd5.uk/superadmin_uploads/banners/cd5_202006301553211689787691.jpg'); background-size:cover; background-position:center; }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgb(0 0 0/.52),rgb(0 0 0/.02) 75%),rgb(0 0 0/.12); }
.hero-copy { position:relative; padding-top:281px; }
.outline-button { display:inline-block; min-width:188px; padding:16px 22px; border:2px solid currentColor; color:#fff; text-align:center; text-transform:uppercase; font-size:18px; font-weight:600; transition:.2s ease; }
.outline-button:hover { background:#fff; color:#17243c; }
.hero-copy h1 { font-size:39px; line-height:1.1; font-weight:400; margin:49px 0 14px; }
.hero-rule { height:1px; background:#fff; width:500px; max-width:100%; }
.hero-copy p { margin:19px 0; font-size:18px; text-transform:uppercase; font-weight:600; }
.hero-search { position:absolute; bottom:44px; left:0; right:0; }
.hero-search label { display:block; font-size:19px; font-weight:600; margin:0 0 17px 4px; }
.search-fields { display:grid; grid-template-columns:1fr 1fr 1fr .94fr; background:#fff; padding:10px; gap:0; box-shadow:0 6px 18px rgba(0,0,0,0.12); }
.select-wrap { border-right:1px solid #e0e0e0; padding:0; position:relative; display:flex; align-items:center; background:#fff; }
.select-wrap:after { content:'▾'; position:absolute; right:15px; top:50%; transform:translateY(-50%); font-size:11px; color:#555; pointer-events:none; }
.search-fields select { width:100%; height:52px; border:0; appearance:none; -webkit-appearance:none; -moz-appearance:none; outline:0; color:#333; font:500 16px/1.3 'Roboto Condensed', sans-serif; background:transparent; cursor:pointer; padding:0 35px 0 16px; }
select option { padding:10px 15px; font-size:15px; min-height:36px; line-height:1.5; background-color:#ffffff; color:#222222; }
.search-fields button { margin-left:15px; background:#676767; border:0; color:#fff; text-transform:uppercase; font:500 18px 'Roboto Condensed'; cursor:pointer; height:52px; border-radius:2px; transition:background 0.2s; }
.search-fields button:hover { background:#789dc2; }
.brand-strip { min-height:160px; display:flex; align-items:center; gap:12px; padding:25px 0; position:relative; overflow:hidden; }
.brand-rail { display:flex; align-items:center; overflow-x:auto; scroll-behavior:smooth; scrollbar-width:none; -ms-overflow-style:none; width:100%; }
.brand-rail::-webkit-scrollbar { display:none; }
.brand-rail a { min-width:180px; flex:0 0 auto; min-height:85px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; border-right:1px solid #e0e0e0; font-size:14px; font-weight:600; color:#555; text-transform:uppercase; padding:12px 10px; transition:color 0.2s, transform 0.2s; text-decoration:none; }
.brand-rail a:hover { color:#111; }
.brand-rail a .brand-logo { height:36px; width:auto; max-width:48px; object-fit:contain; filter:grayscale(0.1); transition:filter 0.2s, transform 0.2s; }
.brand-rail a:hover .brand-logo { filter:grayscale(0); transform:scale(1.1); }
.brand-rail a:last-child { border-right:0; }
.rail-arrow { background:transparent; border:0; color:#12233b; font-size:47px; cursor:pointer; line-height:1; padding:0 12px; user-select:none; z-index:5; flex-shrink:0; transition:color 0.2s; }
.rail-arrow:hover { color:#789dc2; }
.intro-section { display:grid; grid-template-columns:1.5fr .9fr; gap:40px 87px; min-height:500px; padding:0 15px 65px; }
.intro-copy { padding-top:58px; }
.intro-copy h2 { font-size:37px; margin:0 0 7px; font-weight:700; }
.intro-copy h3 { margin:0 0 34px; color:#71869c; font-weight:400; font-size:27px; }
.intro-copy p { max-width:780px; margin:0 0 27px; font:400 20px/1.48 'Roboto Condensed'; }
.contact-panel { text-align:center; background:#fff; }
.contact-panel > img { width:100%; height:260px; object-fit:cover; filter:grayscale(1); }
.contact-panel h2 { font-size:27px; font-weight:400; margin:23px 0; }
.contact-actions { display:grid; grid-template-columns:1fr 1fr; min-height:195px; }
.contact-actions a { display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; gap:13px; border-right:1px solid #ccc; font-size:17px; line-height:1.7; width:100%; }
.contact-actions a span { text-align:center; display:block; width:100%; word-break:break-word; }
.contact-actions a:last-child { border:0; }
.contact-icon { color:#789dc2; font-family:Arial,sans-serif; font-size:58px; line-height:1; }
.contact-actions strong { font-weight:600; }
.google-score-wrap { grid-column:1 / -1; display:flex; justify-content:center; width:100%; margin-top:20px; }
.google-score { text-align:center; padding:15px 0; display:flex; flex-direction:column; align-items:center; gap:12px; font-family:Roboto,Arial,sans-serif; }
.google-score > span { font-size:48px; letter-spacing:-3px; }
.google-score small { font:15px 'Roboto Condensed'; color:#111; }
.g-blue{color:#4285f4}.g-red{color:#ea4335}.g-yellow{color:#fbbc05}.g-green{color:#34a853}
.feature-vehicle { min-height:620px; position:relative; background-position:center; background-size:cover; background-repeat:no-repeat; color:#fff; transition:background-image 0.5s ease-in-out; }
.feature-veil { position:absolute; inset:0; background:rgba(0,0,0,0.45); }
.feature-inner { height:620px; position:relative; display:flex; align-items:center; }
.feature-heading { position:absolute; top:110px; left:30px; max-width:500px; z-index:2; text-shadow:0 2px 5px rgba(0,0,0,0.7); }
.feat-brand-logo { height:32px; width:auto; margin-bottom:12px; filter:drop-shadow(0 2px 4px rgba(0,0,0,0.5)); }
.feature-heading h2 { font-size:42px; font-weight:700; text-transform:uppercase; margin:0 0 8px; letter-spacing:0.5px; line-height:1.1; color:#fff; }
.feature-heading p { font-size:20px; margin:0; color:#fff; font-weight:400; line-height:1.3; }
.feature-card { position:absolute; width:440px; right:30px; top:45px; bottom:45px; background:#fff; color:#111; box-shadow:0 10px 30px rgba(0,0,0,0.3); display:flex; flex-direction:column; z-index:3; border-radius:2px; overflow:hidden; }
.feature-card-label { height:52px; background:#000; color:#fff; padding:0 20px; display:flex; align-items:center; font-size:17px; font-weight:400; letter-spacing:1px; text-transform:uppercase; }
.feature-card-label strong { font-weight:700; margin-left:6px; }
.feature-card-media { position:relative; width:100%; height:250px; background:#222; overflow:hidden; }
.feature-card-media img { width:100%; height:100%; object-fit:cover; transition:opacity 0.3s; }
.feature-price-badge { position:absolute; bottom:0; left:0; right:0; background:linear-gradient(transparent, rgba(0,0,0,0.85)); padding:30px 20px 12px; color:#fff; font-size:36px; font-weight:700; font-family:'Roboto Condensed', sans-serif; line-height:1; }
.feature-details { padding:22px 20px; display:flex; flex-direction:column; flex:1; justify-content:space-between; background:#fff; }
.feature-details h2 { margin:0 0 6px; font-size:26px; font-weight:700; text-transform:uppercase; color:#111; line-height:1.2; }
.feature-details p { margin:0 0 15px; font-size:15px; color:#555; line-height:1.4; }
.feature-card-footer { display:flex; align-items:center; justify-content:space-between; margin-top:auto; padding-top:10px; }
.featured-btn { background:#789dc2; color:#fff; display:inline-block; padding:11px 22px; font-size:14px; font-weight:600; text-transform:uppercase; text-decoration:none; border-radius:2px; transition:background 0.2s; }
.featured-btn:hover { background:#5d82a7; }
.featured-controls { display:flex; align-items:center; gap:16px; }
.feat-arrow-btn { background:transparent; border:0; color:#789dc2; font-size:32px; cursor:pointer; line-height:1; padding:0 4px; user-select:none; transition:color 0.2s, transform 0.1s; }
.feat-arrow-btn:hover { color:#12233b; transform:scale(1.2); }
.promos { display:grid; grid-template-columns:1fr 1fr; gap:16px; padding:30px 0 10px; }
.promo { position:relative; overflow:hidden; display:flex; align-items:center; justify-content:center; text-align:center; color:#fff; text-decoration:none; min-height:280px; }
.promo-stock { grid-row:span 2; min-height:576px; }
.promo-bg { position:absolute; inset:0; background-size:cover; background-position:center; transition:transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); z-index:0; }
.promo-stock .promo-bg { background-image:url('https://images.unsplash.com/photo-1551830820-330a71b99659?auto=format&fit=crop&w=1200&q=85'); }
.promo-reviews .promo-bg { background-image:url('https://images.unsplash.com/photo-1556742049-0a67daf64f22?auto=format&fit=crop&w=1200&q=85'); }
.promo-find .promo-bg { background-image:url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1200&q=85'); }
.promo:before { content:''; position:absolute; inset:0; background:rgba(0,0,0,0.44); transition:background 0.4s ease; z-index:1; }
.promo-content { position:relative; z-index:2; display:flex; flex-direction:column; align-items:center; padding:20px; }
.promo h2 { margin:0 0 6px; font-size:32px; text-transform:uppercase; font-weight:700; letter-spacing:0.5px; color:#fff; }
.promo p { margin:0 0 24px; font-size:17px; color:#eee; }
.outline-button { display:inline-block; border:1px solid #fff; color:#fff; padding:10px 26px; font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:1px; transition:background 0.3s ease, border-color 0.3s ease, color 0.3s ease; }

.promo:hover .promo-bg { transform:scale(1.08); }
.promo:hover:before { background:rgba(0,0,0,0.28); }
.promo:hover .outline-button { background:#789dc2; border-color:#789dc2; color:#fff; }
.body-types { min-height:240px; display:grid; grid-template-columns:32px repeat(6,1fr) 32px; align-items:center; gap:16px; padding:40px 0; text-align:center; }
.body-types a { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; text-decoration:none; transition:transform 0.2s ease; }
.body-types a:hover { transform:translateY(-4px); }
.body-type-img { width:150px; height:60px; object-fit:contain; filter:drop-shadow(0 2px 4px rgba(0,0,0,0.1)); transition:filter 0.2s ease, transform 0.2s ease; }
.body-types a:hover .body-type-img { filter:drop-shadow(0 4px 8px rgba(0,0,0,0.18)); transform:scale(1.06); }
.body-types b { font-size:18px; color:#a90707; font-weight:600; margin-top:6px; }
.body-types small { font-size:14px; color:#666; }
.reviews-home { background:#f6f6f6; padding:51px 0 92px; }.reviews-heading { display:flex; justify-content:space-between; align-items:center; margin-bottom:37px; }.reviews-heading h2{margin:0;color:#789dc2;text-transform:uppercase;font-size:32px}.reviews-heading p{font-size:20px;margin:1px 0}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.review-home-card{min-height:312px;padding:34px 37px;background:#fff;box-shadow:0 7px 17px rgb(0 0 0/.08);display:flex;flex-direction:column}.review-stars{font-family:Arial;font-size:35px;color:#789dc2;letter-spacing:3px}.review-home-card p{font:400 19px/1.55 'Roboto Condensed';margin:21px 0}.review-source{margin-top:auto;display:flex;justify-content:space-between;align-items:center;font-size:17px;text-transform:uppercase}.review-google{font:500 25px Roboto;letter-spacing:-2px;text-transform:none}

/* Shared footer */
.newsletter { min-height:64px; background:#e0e4e7; display:flex; align-items:center; justify-content:flex-end; gap:26px; padding:12px max(6%, calc((100% - 1700px)/2)); font-size:13px; font-weight:700; color:#333; }
.newsletter a.sign-up-btn { background:#789dc2; color:#fff; padding:12px 30px; text-transform:uppercase; font-size:12px; font-weight:700; letter-spacing:1px; text-decoration:none; }

.used-footer { background:#2d2d2d; color:#fff; padding:22px max(6%,calc((100% - 1700px)/2)) 20px; }
.used-footer h2 { font-size:15px; margin:0 0 14px; font-weight:700; text-transform:uppercase; letter-spacing:0.5px; color:#fff; }
.used-footer h2 strong { font-weight:700; }
.used-cars-columns { display:grid; grid-template-columns:repeat(6, 1fr); gap:16px; }
.used-cars-columns div { display:flex; flex-direction:column; gap:6px; }
.used-cars-columns a { font-size:13px; color:#ddd; text-decoration:none; font-weight:400; }
.used-cars-columns a:hover { color:#fff; }

.main-footer { background:#070707; color:#fff; padding:35px max(6%,calc((100% - 1700px)/2)) 15px; display:flex; flex-direction:column; }
.footer-main-row { display:grid; grid-template-columns:1.4fr 1fr; gap:40px; }
.footer-brand .brand-lockup { color:#fff; font-size:26px; }
.footer-brand .brand-badge { width:80px; height:80px; }
.footer-contact { display:grid; grid-template-columns:140px 1fr; gap:35px; margin-top:22px; font-size:14px; line-height:1.7; color:#eee; }
.footer-contact a { color:#eee; text-decoration:none; font-size:14px; transition:color 0.2s; display:flex; align-items:center; gap:8px; }
.footer-contact a:hover { color:#fff; }
.contact-col { display:flex; flex-direction:column; gap:4px; }
.contact-col .icon { font-size:15px; display:inline-block; }

.opening-hours h2 { font-size:16px; margin:0 0 16px; font-weight:700; color:#fff; text-transform:uppercase; letter-spacing:0.5px; }
.opening-hours h2 strong { font-weight:700; }
.opening-hours dl { display:grid; grid-template-columns:1fr auto; gap:6px 40px; margin:0; text-transform:uppercase; font-size:14px; color:#eee; }
.opening-hours dt { font-weight:700; }
.opening-hours dd { margin:0; text-align:right; font-weight:400; }

.ssl-secure-line { text-align:center; color:#eee; font-size:14px; margin-top:35px; padding-bottom:10px; font-weight:400; }
.ssl-secure-line a { color:#fff; text-decoration:underline; }

.footer-bottom { background:#000; border-top:1px solid #141414; color:#fff; min-height:70px; display:flex; align-items:center; justify-content:center; padding:16px 0; }
.powered { font-family:'Roboto', sans-serif; display:flex; align-items:center; gap:12px; color:#fff; }
.powered .badge-5 { display:inline-grid; place-items:center; width:44px; height:44px; border-radius:50%; background:#fff; color:#000; font-size:26px; font-weight:900; box-shadow:0 0 0 2px #000; }
.powered-info { display:flex; flex-direction:column; line-height:1.2; }
.powered-info strong { font-size:14px; font-weight:700; color:#fff; }
.powered-info small { font-size:10px; color:#aaa; letter-spacing:1px; margin-top:2px; text-transform:uppercase; }
.cookie-bar { display:none; }

/* Inner-page normalization */
.site-header + .relative { border-top:1px solid #ececec; }

/* Sticky Header Container Fix */
#headerContainer { position: sticky; top: 0; z-index: 1000; }

/* Tailwind helper scrollbar utilities */
.scrollbar-none::-webkit-scrollbar { display: none; }
.scrollbar-none { -ms-overflow-style: none; scrollbar-width: none; }

/* Stocklist High-Fidelity Car Cards */
.stock-card {
  background: #fff;
  border: 1px solid #d1d5db;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.stock-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.stock-card-img-wrap {
  display: block;
  width: 100%;
  height: 215px;
  overflow: hidden;
  position: relative;
  background: #f8fafc;
  margin-bottom: 16px;
}
.stock-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.stock-card:hover .stock-card-img {
  transform: scale(1.04);
}
.stock-card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.stock-card-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-bottom: 12px;
  display: block;
}
.stock-card-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 4px;
  font-weight: 400;
}
.stock-card-title strong {
  font-weight: 800;
  margin-right: 4px;
}
.stock-card-variant {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.35;
}
.stock-card-specs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}
.ulez-badge {
  background: #449258;
  color: #fff;
  padding: 2px 6px;
  border-radius: 2px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.0;
  font-size: 10px;
  font-weight: 800;
  margin-right: 8px;
}
.ulez-badge .ulez-top {
  font-size: 11px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 1px;
}
.ulez-badge .ulez-sub {
  font-size: 8px;
  font-weight: 500;
  text-transform: none;
  margin-top: 1px;
}
.spec-item {
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-right: 1px solid #ccc;
  white-space: nowrap;
}
.spec-item:first-of-type { padding-left: 0; }
.spec-item:last-child { border-right: none; }

.stock-card-price {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #000;
  margin-top: auto;
  margin-bottom: 16px;
  line-height: 1;
}
.stock-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 42px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background 0.2s ease;
  border: none;
  margin: 0;
}
.stock-card-btn:hover {
  background: #789dc2;
}

/* Pagination Bar */
#pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 30px 0 40px;
}
.pag-btn {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  color: #475569;
  padding: 8px 14px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pag-btn:hover:not(.disabled) {
  background: #789dc2;
  color: #fff;
  border-color: #789dc2;
}
.pag-btn.active {
  background: #e2e8f0;
  color: #000;
  border-color: #94a3b8;
  font-weight: 800;
}
.pag-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Great Deals Banner */
.deals-banner {
  background: #e2e8f0;
  padding: 35px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 700px) {
  .deals-banner {
    flex-direction: column;
    padding: 24px 20px;
    gap: 20px;
  }
}
.deals-text { flex: 1; min-width: 0; }
.deals-text h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 12px;
}
.deals-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 14px;
}
.deals-text strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #000;
  display: block;
}
.deals-car-img {
  width: 320px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

/* High-fidelity shared elements and vehicle/detail routes */
.dealer-logo{display:block;width:100%;height:auto}.nav-dropdown{position:fixed;z-index:40;left:max(4%,calc((100% - 1750px)/2));right:max(4%,calc((100% - 1750px)/2));top:135px;min-width:0;padding:23px 36px 28px;background:#fff;box-shadow:0 7px 16px rgb(0 0 0/.2);grid-template-columns:repeat(4,1fr);gap:0 50px}.nav-dropdown a{height:48px;display:flex;align-items:center;gap:9px;padding:7px 0;border-bottom:1px solid #ddd;font-family:Roboto,sans-serif;font-size:14px;letter-spacing:1px}.nav-dropdown a>span{font-size:24px}.nav-dropdown img{width:31px;height:27px;object-fit:contain}.nav-menu:hover .nav-dropdown,.nav-menu:focus-within .nav-dropdown{display:grid}.site-header.compact{height:82px}.site-header.compact .header-logo{height:82px;width:245px;padding:9px 18px}.site-header.compact .header-main{height:80px}.site-header.compact .header-contact,.site-header.compact .header-address{display:none}.site-header.compact .main-nav{height:80px}.site-header.compact .nav-dropdown{top:82px}.footer-brand .dealer-logo{width:180px;filter:brightness(0) invert(1)}
.details-page{padding-top:31px}.vehicle-title{display:grid;grid-template-columns:120px 1fr auto;align-items:center;min-height:102px}.vehicle-mark{height:102px;background:#789dc2;color:#fff;display:grid;place-items:center;font-size:43px}.vehicle-title h1{font-size:48px;line-height:1;margin:0 0 9px;text-transform:uppercase}.vehicle-title p{font-size:26px;margin:0}.vehicle-title>strong{align-self:start;padding:10px 0;font-size:48px}.breadcrumbs{border:2px solid #f0f0f0;padding:15px 18px;margin:23px 0 37px;font-size:18px;text-transform:uppercase}.breadcrumbs a{float:right}.vehicle-overview{display:grid;grid-template-columns:1.38fr .9fr;gap:45px}.vehicle-gallery{position:relative;height:551px}.vehicle-gallery>img{width:100%;height:100%;object-fit:cover}.gallery-prev,.gallery-next{position:absolute;top:50%;width:74px;height:74px;border:0;background:#fff;font-size:63px;line-height:0;transform:translateY(-50%)}.gallery-prev{left:0}.gallery-next{right:0}.vehicle-gallery small{position:absolute;right:0;bottom:0;background:#0009;color:#fff;padding:11px;font-size:17px}.vehicle-fact{display:grid;grid-template-columns:38px 1fr auto;align-items:center;min-height:81px;font-size:20px}.vehicle-fact i{font-style:normal;font-size:30px}.vehicle-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;max-width:930px;margin:55px auto 100px}.vehicle-actions a{background:#789dc2;padding:23px;color:#fff;text-transform:uppercase;text-align:center;font-size:18px}.details-copy{margin:0 0 82px}.details-copy h2{text-align:center;text-transform:uppercase;font-size:38px;margin:0 0 38px}.details-copy h2:after{content:'';display:block;width:64px;height:5px;background:#789dc2;margin:11px auto}.details-copy>p{border:2px solid #f1f1f1;min-height:132px;padding:42px 19px;font-size:19px}.spec{border:2px solid #f1f1f1;padding:28px 20px 14px}.spec h2{margin-top:-105px}.spec-row{display:flex;justify-content:space-between;border-bottom:1px solid #999;padding:14px 0;font-size:21px}.spec dl{display:grid;grid-template-columns:1fr 1fr;margin:0}.spec dt,.spec dd{padding:13px 0;border-bottom:1px solid #ddd;font-size:18px}.spec dd{font-weight:700}
.exchange-page{background:#f5f5f5;padding:0 0 65px}.exchange-wrap{width:min(1670px,calc(100% - 180px));margin:auto;padding:34px 0}.exchange-title{font-size:38px;text-transform:uppercase;text-align:center;margin:0 0 10px}.exchange-intro{text-align:center;font-size:20px;margin:0 0 31px}.exchange-select{height:69px;width:100%;padding:0 20px;font:20px 'Roboto Condensed';background:#fff;border:1px solid #c8c8c8}.exchange-selected{margin:20px 0;background:#fff;padding:18px 25px;border-left:5px solid #789dc2;justify-content:space-between;align-items:center}.exchange-section{margin-top:55px}.exchange-section h2{font-size:26px;margin:0 0 18px}.exchange-section h2:after{content:'';display:block;width:125px;height:2px;background:#789dc2;margin-top:13px}.exchange-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 40px}.exchange-grid input,.exchange-grid select,.exchange-grid textarea{border:1px solid #c8c8c8;background:#fff;width:100%;height:69px;padding:0 19px;font:20px 'Roboto Condensed';color:#617284}.exchange-grid textarea{height:132px;padding-top:19px;grid-column:span 2}.exchange-submit{margin-top:28px;background:#789dc2;color:#fff;border:0;padding:19px 52px;text-transform:uppercase;font:600 18px 'Roboto Condensed'}
@media(max-width:1000px){.exchange-wrap{width:calc(100% - 48px)}.vehicle-overview{gap:22px}.vehicle-title h1{font-size:38px}.vehicle-fact{font-size:17px}}@media(max-width:700px){.site-header.compact{height:84px}.site-header.compact .header-logo{height:84px;width:185px;padding:9px}.site-header.compact .header-main,.exchange-wrap{width:calc(100% - 30px)}.site-header.compact .main-nav{height:81px}.nav-dropdown,.site-header.compact .nav-dropdown{left:15px;right:15px;top:84px;grid-template-columns:1fr 1fr;padding:14px 18px;gap:0 22px}.vehicle-title{grid-template-columns:1fr;gap:4px}.vehicle-mark{display:none!important}.vehicle-title h1{font-size:26px;margin:0}.vehicle-title p{font-size:16px;margin:0}.vehicle-title>strong{font-size:28px;padding:4px 0 0}.breadcrumbs{font-size:13px;line-height:1.6}.breadcrumbs a{float:none;display:block}.vehicle-overview{grid-template-columns:1fr}.vehicle-gallery{height:280px}.gallery-prev,.gallery-next{width:44px!important;height:44px!important;font-size:28px!important;background:rgba(0,0,0,0.5)!important;color:#fff!important;border-radius:50%!important;margin:0 8px}.vehicle-fact{min-height:57px;font-size:16px}.vehicle-actions{grid-template-columns:1fr;margin:30px auto 65px}.details-copy h2{font-size:31px}.spec dl{grid-template-columns:1fr}.exchange-grid{grid-template-columns:1fr;gap:14px}.exchange-grid textarea{grid-column:auto}.exchange-title{font-size:29px}.exchange-intro{font-size:17px}.exchange-section{margin-top:35px}}

/* Desktop dimensions measured from the reference site. */
@media (min-width:701px){
  .site-header{position:sticky;top:0;z-index:100;height:135px;transition:height 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;}
  .site-header .header-logo{transition: height 0.3s ease, width 0.3s ease, padding 0.3s ease;}
  .site-header .header-contact, .site-header .header-address {transition: opacity 0.3s ease; opacity: 1;}
  .site-header.is-scrolled{height:82px;box-shadow:0 2px 9px rgb(0 0 0/.16)}
  .site-header.is-scrolled .header-logo{height:82px;width:245px;padding:9px 18px}
  .site-header.is-scrolled .header-main{height:80px}
  .site-header.is-scrolled .header-contact,.site-header.is-scrolled .header-address{opacity: 0; pointer-events: none; height: 0; margin: 0;}
  .site-header.is-scrolled .main-nav{height:80px}
  .site-header.is-scrolled .nav-dropdown{top:82px}
  
  /* Footer sizing */
  .newsletter{min-height:75px;padding:12px max(6%, calc((100% - 1700px)/2))}
  .used-footer{min-height:100px;padding:21px max(5%,calc((100% - 1710px)/2)) 25px}
  .main-footer{min-height:280px;padding:35px max(6%,calc((100% - 1700px)/2)) 25px; grid-template-columns: 1.1fr 0.45fr; gap: 40px;}
  .footer-bottom{min-height:80px; padding: 15px 0;}
  .feature-card{width:610px!important;right:15px!important}
}
@media (max-width:700px){.site-header{position:sticky;top:0;z-index:100}.site-header.is-scrolled{box-shadow:0 2px 9px rgb(0 0 0/.16)}}
