@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap');

:root{
  --ink:#07182b;
  --muted:#5f6973;
  --soft:#e8edf1;
  --line:#b9c2ca;
  --dark:#07182b;
  --dark2:#020a13;
  --orange:#c8102e;
  --orange-dark:#971024;
  --cream:#f5f0e4;
  --chrome:#a8b2bc;
  --gold:#d5b36a;
  --shadow:0 18px 48px rgba(0,0,0,.18);
  --radius:8px;
  --container:1500px;
}

/* Authoritative desktop header layout (kept last to prevent page overrides) */
@media(min-width:901px){
  html body .site-header,html body .tsc-header{background:#f5f1e8!important;border-bottom:0!important}
  html body .site-header .header-inner,html body .tsc-header .header-inner{
    display:grid!important;grid-template-columns:270px minmax(0,1fr)!important;
    grid-template-rows:88px 54px!important;gap:0 48px!important;height:142px!important;padding:0!important
  }
  html body .site-header .brand,html body .tsc-header .brand{grid-column:1!important;grid-row:1!important}
  html body .site-header .brand img,html body .tsc-header .brand img{width:235px!important;max-height:76px!important}
  html body .site-header .header-contact-strip,html body .tsc-header .header-contact-strip{display:none!important}
  html body .site-header .dealer-header-tools,html body .tsc-header .dealer-header-tools{
    grid-column:2!important;grid-row:1!important;display:grid!important;
    grid-template-columns:minmax(300px,1fr) 210px 235px!important;gap:0!important;height:54px!important;
    border:1px solid #bdb4a5!important;border-radius:3px!important;background:#fffdf8!important;overflow:hidden!important
  }
  html body .dealer-header-search{display:flex!important;height:52px!important;border:0!important;background:#fffdf8!important}
  html body .dealer-header-search input{height:52px!important;background:#fffdf8!important;color:#1d2922!important}
  html body .dealer-header-phone,html body .dealer-header-address{
    display:flex!important;height:52px!important;padding:0 18px!important;border:0!important;border-left:1px solid #385044!important;background:#20372c!important
  }
  html body .site-header .nav,html body .tsc-header .nav{
    grid-column:1/-1!important;grid-row:2!important;width:100%!important;height:54px!important;margin:0!important;
    justify-content:flex-start!important;gap:0!important;background:#20372c!important;
    box-shadow:0 0 0 100vmax #20372c!important;clip-path:inset(0 -100vmax)!important
  }
  html body .site-header .nav a,html body .tsc-header .nav a{
    height:54px!important;padding:0 25px!important;border:0!important;border-right:1px solid rgba(255,255,255,.14)!important;
    border-radius:0!important;background:transparent!important;color:#f8f4ea!important
  }
  html body .site-header .nav a:hover,html body .site-header .nav a.active,
  html body .tsc-header .nav a:hover,html body .tsc-header .nav a.active{background:#b5472a!important;color:#fff!important}
  html body .inventory-topbar,html body .filter-sidebar{top:146px!important}
  html body .filter-sidebar{height:calc(100vh - 146px)!important}
}
@media(min-width:901px) and (max-width:1180px){
  html body .site-header .header-inner,html body .tsc-header .header-inner{grid-template-columns:230px minmax(0,1fr)!important;gap:0 24px!important}
  html body .site-header .dealer-header-tools,html body .tsc-header .dealer-header-tools{grid-template-columns:minmax(230px,1fr) 190px!important}
  html body .dealer-header-address{display:none!important}
  html body .site-header .nav a,html body .tsc-header .nav a{padding:0 16px!important}
}

/* Bottom mobile navigation removed site-wide. */
html body .mobile-actions{display:none!important}

/* Shared desktop header — search, phone and address */
@media (min-width:901px){
  body .site-header,
  body .tsc-header{
    background:#f5f1e8!important;
    border-bottom:0!important;
    box-shadow:0 5px 18px rgba(25,34,29,.18)!important;
  }
  body .site-header .header-inner,
  body .tsc-header .header-inner{
    display:grid!important;
    grid-template-columns:270px minmax(0,1fr)!important;
    grid-template-rows:88px 54px!important;
    gap:0 48px!important;
    height:142px!important;
    padding:0!important;
    align-items:center!important;
  }
  body .site-header .brand,
  body .tsc-header .brand{
    grid-column:1!important;
    grid-row:1!important;
    align-self:center!important;
    padding:0!important;
  }
  body .site-header .brand img,
  body .tsc-header .brand img{
    width:235px!important;
    max-height:76px!important;
    object-fit:contain!important;
  }
  body .site-header .header-contact-strip,
  body .tsc-header .header-contact-strip{
    display:none!important;
  }
  body .site-header .dealer-header-tools,
  body .tsc-header .dealer-header-tools{
    grid-column:2!important;
    grid-row:1!important;
    display:grid!important;
    grid-template-columns:minmax(300px,1fr) 210px 235px!important;
    align-items:center!important;
    gap:0!important;
    min-width:0!important;
    height:54px!important;
    overflow:hidden!important;
    border:1px solid #bdb4a5!important;
    border-radius:3px!important;
    background:#fffdf8!important;
  }
  body .dealer-header-search{
    display:flex!important;
    align-items:center!important;
    height:52px!important;
    min-width:0!important;
    border:0!important;
    border-radius:0!important;
    background:#fffdf8!important;
  }
  body .dealer-header-search>span{
    display:grid!important;
    width:48px!important;
    min-width:48px!important;
    height:52px!important;
    place-items:center!important;
    color:#a23c27!important;
    font-size:22px!important;
  }
  body .dealer-header-search input{
    width:100%!important;
    min-width:0!important;
    height:52px!important;
    padding:0 12px 0 0!important;
    border:0!important;
    outline:0!important;
    background:#fffdf8!important;
    color:#1d2922!important;
    font:600 15px "Source Sans 3",Arial,sans-serif!important;
  }
  body .dealer-header-search input::placeholder{color:#777b76!important;opacity:1!important}
  body .dealer-header-search button{
    align-self:stretch!important;
    min-width:92px!important;
    padding:0 18px!important;
    border:0!important;
    background:#b5472a!important;
    color:#fff!important;
    font:600 13px "Oswald",Arial,sans-serif!important;
    letter-spacing:.05em!important;
    text-transform:uppercase!important;
    cursor:pointer!important;
  }
  body .dealer-header-search button:hover{background:#8f351f!important}
  body .dealer-header-phone,
  body .dealer-header-address{
    display:flex!important;
    min-width:0!important;
    height:52px!important;
    flex-direction:column!important;
    justify-content:center!important;
    padding:0 18px!important;
    border:0!important;
    border-left:1px solid #385044!important;
    background:#20372c!important;
  }
  body .dealer-header-tools small{
    display:block!important;
    color:#cfbd99!important;
    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:.11em!important;
    text-transform:uppercase!important;
  }
  body .dealer-header-tools strong{
    display:block!important;
    margin-top:5px!important;
    color:#fff!important;
    font:600 15px "Oswald",Arial,sans-serif!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  body .dealer-header-phone:hover{background:#2b493a!important}
  body .dealer-header-phone:hover strong{color:#e0ba70!important}
  body .site-header .nav,
  body .tsc-header .nav{
    grid-column:1/-1!important;
    grid-row:2!important;
    display:flex!important;
    width:100%!important;
    height:54px!important;
    margin:0!important;
    padding:0!important;
    justify-content:flex-start!important;
    gap:0!important;
    background:#20372c!important;
    box-shadow:0 0 0 100vmax #20372c!important;
    clip-path:inset(0 -100vmax)!important;
  }
  body .site-header .nav a,
  body .tsc-header .nav a{
    display:flex!important;
    height:54px!important;
    align-items:center!important;
    padding:0 25px!important;
    border:0!important;
    border-right:1px solid rgba(255,255,255,.14)!important;
    border-radius:0!important;
    background:transparent!important;
    color:#f8f4ea!important;
    font:600 14px "Oswald",Arial,sans-serif!important;
    letter-spacing:.035em!important;
    text-transform:uppercase!important;
  }
  body .site-header .nav a:hover,
  body .site-header .nav a.active,
  body .tsc-header .nav a:hover,
  body .tsc-header .nav a.active{
    background:#b5472a!important;
    color:#fff!important;
  }
  body .inventory-topbar,
  body .filter-sidebar{top:146px!important}
  body .filter-sidebar{height:calc(100vh - 146px)!important}
}

@media (min-width:901px) and (max-width:1180px){
  body .site-header .header-inner,
  body .tsc-header .header-inner{grid-template-columns:230px minmax(0,1fr)!important;gap:0 24px!important}
  body .site-header .dealer-header-tools,
  body .tsc-header .dealer-header-tools{grid-template-columns:minmax(230px,1fr) 190px!important}
  body .dealer-header-address{display:none!important}
  body .site-header .nav a,
  body .tsc-header .nav a{padding:0 16px!important;font-size:13px!important}
}

/* Pelkie Outdoor Power Equipment brand layer */
h1,h2,h3,h4,.nav,.btn,.eyebrow,.pill,.vehicle-title,.price,.filter-title{
  font-family:"Arial Narrow","Roboto Condensed",Impact,Inter,sans-serif;
  letter-spacing:.015em;
}
.site-header,.tsc-header,.site-footer,.mobile-actions,.inventory-topbar{background:#07192d}
.header-search,.header-search input{background:#102b49}
.header-search{border-color:#34516f}
.dark-section,.sell-band{background:linear-gradient(145deg,#020b15,#102b49)}
.home-intro{background:#f4f7fa}
.home-featured-overlap{background:linear-gradient(to bottom,transparent 0,transparent 60px,#e8edf3 61px,#e8edf3 100%)}
.vehicle-card{border-color:#cbd3dc;border-top-color:#07192d}
.footer-logo{background:transparent!important;padding:0!important;max-width:300px}
.mobile-menu{border-right:4px solid var(--orange)}
@media(max-width:900px){
  .header-inner{height:72px!important}
  .brand,.tsc-header .brand{min-width:0}
  .brand img,.tsc-header .brand img{width:180px;max-height:58px}
  .mobile-menu-head img{background:#07192d!important;padding:5px!important}
}

/* Header utility row: search, telephone and physical location */
body .site-header .header-contact-strip{display:none!important}
@media(min-width:901px){
  body .site-header .header-inner,body .tsc-header .header-inner{
    grid-template-columns:255px minmax(0,1fr)!important;
    grid-template-rows:72px 50px!important;
    column-gap:34px!important;row-gap:0!important;height:122px!important;
  }
  body .site-header .brand,body .tsc-header .brand{grid-column:1!important;grid-row:1!important}
  body .site-header .brand img,body .tsc-header .brand img{width:238px!important;max-height:66px!important}
  .dealer-header-tools{
    grid-column:2!important;grid-row:1!important;display:grid!important;
    grid-template-columns:minmax(280px,1fr) 190px 205px!important;
    align-items:center!important;gap:12px!important;min-width:0!important;
  }
  .dealer-header-search{
    display:flex!important;align-items:center!important;height:44px!important;min-width:0!important;
    border:1px solid #65756a!important;border-radius:2px!important;background:#fffdf8!important;overflow:hidden!important;
  }
  .dealer-header-search>span{display:grid!important;width:42px!important;min-width:42px!important;place-items:center!important;color:#8e351f!important;font-size:21px!important}
  .dealer-header-search input{
    width:100%!important;min-width:0!important;height:42px!important;padding:0 10px!important;border:0!important;outline:0!important;
    background:#fffdf8!important;color:#222824!important;font-size:14px!important;
  }
  .dealer-header-search input::placeholder{color:#77786f!important}
  .dealer-header-search button{
    align-self:stretch!important;padding:0 18px!important;border:0!important;background:#b64a2b!important;color:#fff!important;
    font-family:"Oswald",Arial,sans-serif!important;font-size:13px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.04em!important;cursor:pointer!important;
  }
  .dealer-header-search button:hover{background:#8e351f!important}
  .dealer-header-phone,.dealer-header-address{
    display:flex!important;min-width:0!important;height:44px!important;flex-direction:column!important;justify-content:center!important;
    padding:0 12px!important;border-left:1px solid #65756a!important;color:#f7f2e8!important;
  }
  .dealer-header-tools small{display:block!important;color:#c8bda9!important;font-size:9px!important;font-weight:700!important;line-height:1!important;letter-spacing:.09em!important;text-transform:uppercase!important}
  .dealer-header-tools strong{display:block!important;margin-top:4px!important;color:#fff!important;font-family:"Oswald",Arial,sans-serif!important;font-size:16px!important;font-weight:600!important;line-height:1!important;white-space:nowrap!important}
  .dealer-header-phone:hover strong{color:#d6aa62!important}
  body .site-header .nav,body .tsc-header .nav{
    grid-column:1/-1!important;grid-row:2!important;width:100%!important;height:50px!important;
    justify-content:flex-start!important;background:#15221c!important;
    box-shadow:0 0 0 100vmax #15221c!important;clip-path:inset(0 -100vmax)!important;
  }
  body .site-header .nav a,body .tsc-header .nav a{height:50px!important;padding:0 22px!important;border-radius:0!important}
  .inventory-topbar,.filter-sidebar{top:126px!important}
  .filter-sidebar{height:calc(100vh - 126px)!important}
}
@media(min-width:901px) and (max-width:1180px){
  .dealer-header-tools{grid-template-columns:minmax(220px,1fr) 180px!important}
  .dealer-header-address{display:none!important}
  body .site-header .nav a,body .tsc-header .nav a{padding:0 15px!important}
}
@media(max-width:900px){.dealer-header-tools{display:none!important}}

/* One identical mobile menu on every page */
@media(max-width:900px){
  body .mobile-menu .mobile-menu-head img{
    width:160px!important;max-width:calc(100% - 56px)!important;max-height:68px!important;
    padding:0!important;background:transparent!important;object-fit:contain!important;
  }
  body .mobile-menu .mobile-menu-body{padding:8px 0 26px!important}
  body .mobile-menu .mobile-menu-contact{
    display:grid!important;grid-template-columns:1fr!important;gap:0!important;
    margin:4px 0 10px!important;border:1px solid rgba(214,170,98,.45)!important;border-radius:2px!important;
    background:#1a2922!important;
  }
  body .mobile-menu .mobile-menu-contact>a,body .mobile-menu .mobile-menu-contact>span{
    display:block!important;padding:10px 12px!important;border-bottom:1px solid rgba(255,255,255,.1)!important;color:#fff!important;
  }
  body .mobile-menu .mobile-menu-contact>span{border-bottom:0!important}
  body .mobile-menu .mobile-menu-contact small{
    display:block!important;color:#c9b68f!important;font-size:9px!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important;
  }
  body .mobile-menu .mobile-menu-contact strong{
    display:block!important;margin-top:2px!important;color:#fff!important;font-family:"Oswald",Arial,sans-serif!important;font-size:15px!important;font-weight:600!important;
  }
  body .mobile-menu .mobile-menu-body>a:not(.mobile-menu-search){
    position:relative!important;display:flex!important;align-items:center!important;min-height:46px!important;
    margin:0!important;padding:10px 10px!important;border-bottom:1px solid rgba(255,255,255,.14)!important;
    border-radius:0!important;background:transparent!important;color:#f7f2e8!important;
    font-family:"Oswald",Arial,sans-serif!important;font-size:17px!important;font-weight:600!important;letter-spacing:.01em!important;
  }
  body .mobile-menu .mobile-menu-body>a:not(.mobile-menu-search):after{
    content:"›"!important;margin-left:auto!important;color:#c9b68f!important;font-size:22px!important;
  }
  body .mobile-menu .mobile-menu-body>a.active:not(.mobile-menu-search){
    padding-left:15px!important;background:#31483b!important;color:#d6aa62!important;
  }
  body .mobile-menu .mobile-menu-search{
    display:flex!important;min-height:46px!important;margin:18px 0 0!important;border:1px solid #d6aa62!important;
    border-radius:2px!important;background:#c79a50!important;box-shadow:0 4px 0 #8b642e!important;color:#17231d!important;
    font-family:"Oswald",Arial,sans-serif!important;font-size:14px!important;font-weight:600!important;
  }
}

/* Compact dealer header + matching inventory filter */
@media(min-width:901px){
  body .site-header,body .tsc-header{
    background:#1d2d25!important;
    border-top:0!important;
    border-bottom:4px solid #c79a50!important;
    box-shadow:0 7px 20px rgba(17,25,21,.24)!important;
  }
  body .site-header .header-inner,body .tsc-header .header-inner{
    display:grid!important;
    grid-template-columns:250px minmax(0,1fr) 215px!important;
    grid-template-rows:88px!important;
    gap:24px!important;
    height:88px!important;
    padding:0!important;
    align-items:center!important;
  }
  body .site-header .brand,body .tsc-header .brand{
    grid-column:1!important;grid-row:1!important;padding:0!important;
  }
  body .site-header .brand img,body .tsc-header .brand img{
    width:235px!important;max-height:76px!important;filter:none!important;
  }
  body .site-header .nav,body .tsc-header .nav{
    grid-column:2!important;grid-row:1!important;
    width:auto!important;height:88px!important;margin:0!important;padding:0!important;
    justify-content:center!important;gap:4px!important;
    background:transparent!important;box-shadow:none!important;clip-path:none!important;
  }
  body .site-header .nav a,body .tsc-header .nav a{
    height:42px!important;padding:0 13px!important;border:0!important;border-radius:2px!important;
    color:#f5f1e8!important;font-size:13px!important;letter-spacing:.025em!important;
  }
  body .site-header .nav a:hover,body .site-header .nav a.active,
  body .tsc-header .nav a:hover,body .tsc-header .nav a.active{
    background:#c79a50!important;color:#17231d!important;
  }
  body .site-header .header-contact-strip,body .tsc-header .header-contact-strip{
    grid-column:3!important;grid-row:1!important;display:block!important;width:215px!important;
    border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;
  }
  body .header-contact-strip .header-live,body .header-contact-strip .header-location{display:none!important}
  body .header-contact-strip .header-phone{
    display:flex!important;min-height:52px!important;padding:8px 14px!important;
    border:1px solid #d5ad69!important;border-radius:2px!important;
    background:#c79a50!important;box-shadow:0 4px 0 #8b642e!important;color:#17231d!important;
  }
  body .header-contact-strip .header-phone:hover{background:#d5aa61!important;transform:translateY(-1px)!important}
  body .header-contact-strip .header-phone small,body .header-contact-strip .header-phone strong{color:#17231d!important}
  body .header-contact-strip .header-phone small{font-size:9px!important}
  body .header-contact-strip .header-phone strong{font-size:16px!important}
  body .header-contact-strip .header-phone .header-contact-icon{
    width:31px!important;min-width:31px!important;height:31px!important;border:1px solid rgba(23,35,29,.35)!important;
    background:transparent!important;color:#17231d!important;
  }
}

/* Inventory filter is a compact parts-counter panel, not a generic white drawer */
.native-inventory{grid-template-columns:270px minmax(0,1fr)!important;background:#f2eee4!important}
.filter-sidebar{
  top:92px!important;height:calc(100vh - 92px)!important;
  border-right:1px solid #b9ae9e!important;border-radius:0!important;
  background:#e8e1d4!important;box-shadow:5px 0 18px rgba(34,40,36,.08)!important;
}
.filter-title{
  height:62px!important;padding:0 18px!important;
  border:0!important;border-bottom:4px solid #c79a50!important;
  background:#24362d!important;color:#fff!important;font-size:0!important;
}
.filter-title:before{content:"FILTER INVENTORY";font-family:"Oswald",Arial,sans-serif;font-size:15px;font-weight:600;letter-spacing:.04em}
.filter-title>*:not(.mobile-filter-close):not(.filter-close){display:none!important}
.filter-group{border-bottom:1px solid #c8beaf!important;background:#f3eee5!important}
.filter-toggle{
  height:56px!important;padding:0 18px!important;background:#f3eee5!important;
  color:#26322b!important;font-family:"Oswald",Arial,sans-serif!important;font-size:14px!important;
  font-weight:600!important;letter-spacing:.035em!important;
}
.filter-toggle:hover{background:#e4dccf!important;color:#9b3d24!important}
.filter-content{padding:2px 18px 18px!important;background:#f3eee5!important}
.check-list{gap:7px!important}
.check-list label{gap:10px!important;min-height:28px!important;color:#374139!important;font-size:14px!important;font-weight:600!important}
.check-list input{
  width:18px!important;height:18px!important;margin:0!important;border-radius:1px!important;accent-color:#b64a2b!important;
}
.price-inputs{gap:9px!important}
.price-inputs label{color:#6e685e!important;font-size:10px!important;letter-spacing:.05em!important}
.price-inputs input{height:43px!important;border-color:#bfb4a5!important;border-radius:2px!important;background:#fffdf8!important;font-weight:700!important}
.price-line{background:#bdb2a2!important}
.price-line span{background:#b64a2b!important;box-shadow:0 0 0 2px #f3eee5,0 0 0 3px #b64a2b!important}
.clear-filters{border-radius:2px!important;background:#24362d!important}
.inventory-topbar{
  top:92px!important;height:66px!important;border-bottom:3px solid #c79a50!important;background:#fffdf8!important;color:#24362d!important;
}
.inventory-search-field,.sort-select{border-color:#bfb4a5!important;background:#fffdf8!important}
.original-card-grid{padding:22px 18px 90px!important;background:#f2eee4!important}

@media(max-width:900px){
  .native-inventory{display:block!important}
  .filter-sidebar{
    top:0!important;width:min(88vw,340px)!important;height:100dvh!important;
    border-right:5px solid #c79a50!important;background:#e8e1d4!important;
    box-shadow:18px 0 40px rgba(20,30,25,.3)!important;
  }
  .filter-title{height:68px!important}
  .inventory-topbar{top:84px!important;height:auto!important;min-height:66px!important}
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Barlow",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#f4f7fa;line-height:1.55;overflow-x:hidden}
body.modal-open,body.filters-open-body{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button,a{ -webkit-tap-highlight-color:transparent }

.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.narrow{width:min(1160px,calc(100% - 48px));margin-inline:auto}
.center{text-align:center}
.muted{color:var(--muted)}
.eyebrow{font-weight:950;text-transform:uppercase;letter-spacing:.28em;font-size:12px;color:var(--orange-dark)}
.pill{display:inline-flex;align-items:center;justify-content:center;background:#171717;color:#fff;border-left:4px solid var(--orange);border-radius:4px;padding:10px 20px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:950}
.arrow{font-size:22px;line-height:1}
.skip-link{position:absolute;left:-999px;top:auto}
.skip-link:focus{left:12px;top:12px;z-index:9999;background:#fff;padding:8px 12px;border:2px solid var(--orange)}

/* ===== Buttons ===== */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:2px solid #171717;background:#171717;color:#fff!important;border-radius:5px;min-height:50px;padding:13px 25px;font-weight:950;text-transform:uppercase;letter-spacing:.045em;box-shadow:0 8px 20px rgba(0,0,0,.16);cursor:pointer;white-space:nowrap;transition:.18s ease}
.btn:hover{background:var(--orange);border-color:var(--orange);transform:translateY(-1px);box-shadow:0 14px 30px rgba(0,0,0,.22)}
.btn.light{background:#fff;color:#151515!important;border-color:#fff}
.btn.light:hover{background:var(--orange);border-color:var(--orange);color:#fff!important}
.btn.ghost{background:rgba(0,0,0,.46);border-color:rgba(255,255,255,.68);color:#fff!important;backdrop-filter:blur(5px)}
.btn.ghost:hover{background:var(--orange);border-color:var(--orange)}
.btn.outline{background:transparent;color:#171717!important;border-color:#171717}
.btn.outline:hover{background:#171717;color:#fff!important}
.btn.dark{background:#171717;color:#fff!important}
.icon-btn{width:46px;height:46px;border:1px solid #3b3b3b;background:#171717;color:#fff;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px}
.icon-btn:hover{background:var(--orange);border-color:var(--orange)}
.icon-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2}

/* ===== Header ===== */
.site-header{position:sticky;top:0;z-index:200;background:#07192d;border-bottom:4px solid var(--orange);box-shadow:0 8px 24px rgba(0,0,0,.28)}
.top-strip{background:#050505;color:#c9c9c9;font-size:12px;border-bottom:1px solid #252525}
.top-strip .container{display:flex;align-items:center;justify-content:space-between;min-height:34px;gap:18px}
.top-strip a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;min-width:210px}
.brand img{width:235px;max-height:66px;object-fit:contain;object-position:left center;background:transparent;padding:0;border-radius:0}
.nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.055em;color:#fff}
.nav a{position:relative;color:#fff;transition:.18s ease}
.nav a:hover,.nav a.active{color:var(--orange)}
.nav a.active:after,.nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:3px;background:var(--orange)}
.header-actions{display:flex;align-items:center;gap:12px}
.menu-toggle{display:none}
.tsc-header{box-shadow:0 8px 24px rgba(0,0,0,.28)}
.tsc-header .header-inner{height:74px;gap:24px}
.tsc-header .brand{min-width:210px}
.tsc-header .brand img{width:220px}
.tsc-header .nav{margin-left:auto;font-size:13px;gap:24px}
.tsc-header .menu-toggle{display:inline-flex}
.tsc-header .header-actions{display:none}
.site-header.compact{position:sticky}
.top-strip{display:none}

/* ===== Header search ===== */
.header-search{height:48px;min-width:360px;max-width:520px;flex:1;display:flex;align-items:center;border:1px solid #424242;border-radius:4px;background:#202020;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}
.header-search .search-mark{width:54px;text-align:center;font-size:22px;color:var(--orange)}
.header-search input{border:0;outline:0;font:inherit;min-width:0;flex:1;height:100%;padding:0 10px;color:#fff;background:#202020}
.header-search input::placeholder{color:#a8a8a8}
.header-search button{height:100%;border:0;border-left:1px solid #3a3a3a;background:var(--orange);font-weight:950;text-transform:uppercase;letter-spacing:.035em;padding:0 19px;color:#fff;cursor:pointer}
.header-search button:hover{background:var(--orange-dark)}

/* ===== Generic sections ===== */
.section{padding:96px 0}
.section.tight{padding:58px 0}
.dark-section{background:linear-gradient(145deg,#0c0c0c,#1d1d1d);color:#fff;border-top:5px solid var(--orange)}
.light-section{background:var(--cream)}

/* ===== Hero ===== */
.hero{position:relative;min-height:770px;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.26)),url('/wp-content/uploads/sites/117/2026/05/The-Speed-Collection.webp') center/cover no-repeat;color:#fff;display:flex;align-items:end;border-bottom:5px solid var(--orange)}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.58));pointer-events:none}
.hero-content{position:relative;z-index:2;width:min(var(--container),calc(100% - 80px));margin-left:auto;margin-right:auto;padding:120px 0 84px;max-width:none}
.hero-content>*{max-width:850px}
.hero h1{font-size:clamp(68px,7vw,118px);line-height:.86;letter-spacing:-.065em;margin:18px 0 18px;text-transform:uppercase;font-weight:950;text-shadow:0 7px 28px rgba(0,0,0,.58)}
.hero p{font-size:clamp(18px,1.55vw,25px);max-width:760px;margin:0 0 34px;color:rgba(255,255,255,.92);font-weight:600;text-shadow:0 4px 16px rgba(0,0,0,.5)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.home-hero{min-height:630px;align-items:center;text-align:left;background-position:center 42%}
.home-hero .hero-content{width:min(var(--container),calc(100% - 80px));margin-left:auto;margin-right:auto;padding:82px 0 126px;max-width:none}
.home-hero .hero-content>*{margin-left:0;margin-right:0}
.home-hero h1{font-size:clamp(62px,7vw,112px);letter-spacing:-.065em;line-height:.86;margin:12px 0 26px;max-width:800px}
.home-hero p{margin-left:0;margin-right:0;max-width:760px;font-weight:600}
.home-hero .hero-actions{justify-content:flex-start}
.home-hero .btn.ghost{background:rgba(0,0,0,.52);border-color:rgba(255,255,255,.55);min-width:220px}
.hero-slider-arrows{position:absolute;right:max(40px,calc((100vw - var(--container))/2));bottom:78px;z-index:4;display:flex;gap:10px}
.hero-slider-arrows button{width:56px;height:56px;border:1px solid rgba(255,255,255,.38);border-radius:4px;background:rgba(12,12,12,.82);font-size:24px;color:#fff;cursor:pointer;transition:.18s ease}
.hero-slider-arrows button:hover{background:var(--orange);border-color:var(--orange);transform:translateY(-1px)}

/* ===== Featured overlap ===== */
.home-featured-overlap{position:relative;z-index:10;margin-top:-94px;padding:0 0 46px;background:linear-gradient(to bottom,transparent 0,transparent 60px,#eeeae4 61px,#eeeae4 100%)}
.home-featured-overlap .featured-row{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 6px 18px;scrollbar-width:none}
.home-featured-overlap .featured-row::-webkit-scrollbar{display:none}
.home-featured-overlap .vehicle-card{min-width:350px;max-width:350px;scroll-snap-align:start;box-shadow:0 14px 32px rgba(0,0,0,.16)}
.home-featured-overlap .vehicle-media{aspect-ratio:1.53}
.home-featured-overlap .spec-grid{grid-template-columns:repeat(3,1fr)}
.home-featured-overlap .spec-grid div:nth-child(4){display:none}
.home-featured-overlap + .home-intro{padding-top:76px}

/* ===== Intro ===== */
.home-intro{background:#f7f5f1;position:relative}
.home-intro:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:110px;height:5px;background:var(--orange)}
.intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:end}
.intro-title{font-size:clamp(44px,6vw,88px);line-height:.92;letter-spacing:-.055em;margin:12px 0;text-transform:uppercase;font-weight:950}
.intro-text{font-size:20px;color:#4f4b47;max-width:760px}

/* ===== Process ===== */
.split-cards{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.14);border-left:1px solid rgba(255,255,255,.14)}
.process-card{padding:64px 54px 58px;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);min-height:420px;transition:.18s ease}
.process-card:hover{background:rgba(243,108,33,.055)}
.circle-icon{width:72px;height:72px;border:2px solid rgba(243,108,33,.78);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:42px;background:rgba(243,108,33,.05)}
.circle-icon svg{width:29px;height:29px;stroke:var(--orange);fill:none;stroke-width:1.75}
.process-card h3{font-size:34px;line-height:1.02;margin:26px 0 20px;text-transform:uppercase;font-weight:950}
.process-card p{font-size:18px;color:rgba(255,255,255,.78)}
.mini-line{width:48px;height:3px;background:var(--orange);margin:0 0 26px}
.text-link{display:inline-flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.22em;font-weight:950;font-size:12px;margin-top:30px;color:var(--orange)}
.text-link:hover{color:#fff}

/* ===== Sell band ===== */
.sell-band{background:#101010;color:#fff;border-top:1px solid #2c2c2c}
.sell-card{position:relative;min-height:390px;border-radius:7px;overflow:hidden;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.24)),url('/wp-content/uploads/sites/117/2026/06/DSC05414-24-2.webp') center/cover no-repeat;display:flex;align-items:end;border:1px solid #3a3a3a;border-bottom:5px solid var(--orange);box-shadow:0 24px 60px rgba(0,0,0,.28)}
.sell-card-content{padding:54px;max-width:760px;position:relative;z-index:2}
.sell-card h2{font-size:clamp(38px,5vw,74px);line-height:.92;letter-spacing:-.05em;margin:18px 0;text-transform:uppercase;font-weight:950}

/* ===== Mission ===== */
.mission-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:center}
.mission-img{border-radius:5px;overflow:hidden;box-shadow:10px 10px 0 #151515,14px 14px 0 var(--orange)}
.mission h2,.page-title{font-size:clamp(44px,6vw,86px);line-height:.9;letter-spacing:-.055em;margin:15px 0 22px;text-transform:uppercase;font-weight:950}
.mission p{font-size:20px;color:#4c4844}

/* ===== Featured ===== */
.featured-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}
.featured-head h2{font-size:clamp(40px,5vw,72px);line-height:.92;letter-spacing:-.055em;margin:0;text-transform:uppercase;font-weight:950}
.featured-row{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}

/* ===== Vehicle cards ===== */
.vehicle-card{position:relative;background:#fff;border:1px solid #d5d0c8;border-radius:6px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:.2s ease;border-top:4px solid #191919}
.vehicle-card:hover{border-top-color:var(--orange);box-shadow:0 18px 36px rgba(0,0,0,.15);transform:translateY(-2px)}
.vehicle-media{position:relative;aspect-ratio:1.37;background:#efefef;overflow:hidden}
.vehicle-media a{display:block;width:100%;height:100%}
.vehicle-media img,.vehicle-media a img{width:100%;height:100%;object-fit:contain;background:#fff}
.vehicle-media:after{content:"";position:absolute;inset:auto 0 0;height:18%;background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(0,0,0,.035));pointer-events:none}
.vehicle-media .heart,.saved-counter{display:none!important}
.paint-dot{position:absolute;right:18px;top:18px;width:32px;height:32px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.2),0 2px 8px rgba(0,0,0,.18)}
.vehicle-body{padding:26px 28px 28px}
.vehicle-title{font-size:22px;font-weight:950;line-height:1.05;margin:0 0 6px;text-transform:uppercase;letter-spacing:-.02em;color:#141414}
.vehicle-sub{color:#5d5955;margin-bottom:20px}
.vehicle-sub span{margin:0 7px}
.price-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;padding-top:4px;border-top:1px solid #ebe7e1}
.price-row .price{margin-bottom:0}
.price{font-size:28px;font-weight:950;margin-bottom:22px;color:#171717}
.vehicle-body .paint-dot{position:static;width:31px;height:31px;flex:0 0 31px}
.spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}
.spec-label{display:block;font-size:11px;color:#817c76;text-transform:uppercase;letter-spacing:.055em;font-weight:800}
.spec-value{font-size:15px;font-weight:850;color:#191919}
.card-btn{width:100%;min-height:58px;border-radius:4px;border:0;background:#171717;color:#fff!important;font-size:16px;font-weight:950;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 10px 22px rgba(0,0,0,.20)}
.card-btn:hover{background:var(--orange)}
.empty-state{grid-column:1/-1;background:#fff;border:1px solid var(--line);border-top:4px solid var(--orange);border-radius:6px;padding:50px;text-align:center}

/* ===== Reviews ===== */
.reviews{background:#ece8e1;padding-bottom:130px}
.reviews .container{position:relative}
.reviews h2{font-size:clamp(42px,5vw,72px);line-height:.96;margin:22px 0;color:#141414;text-transform:uppercase;font-weight:950}
.review-score{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin:18px 0 56px}
.google-word{font-size:22px;font-weight:800}
.google-word .g1{color:#4285f4}.google-word .g2{color:#ea4335}.google-word .g3{color:#fbbc05}.google-word .g4{color:#4285f4}.google-word .g5{color:#34a853}.google-word .g6{color:#ea4335}
.stars{letter-spacing:.18em;color:var(--orange);font-size:20px;white-space:nowrap}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-bottom:34px}
.review-card{background:#fff;border:1px solid #d6d0c7;border-top:4px solid #171717;border-radius:6px;padding:38px;box-shadow:0 10px 28px rgba(0,0,0,.07);min-height:380px;transition:.2s ease}
.review-card:hover{transform:translateY(-2px);border-top-color:var(--orange);box-shadow:0 16px 34px rgba(0,0,0,.11)}
.review-card p{font-size:19px;line-height:1.65;color:#35312e}
.reviewer{display:flex;align-items:center;gap:14px;border-top:1px solid #ddd7cf;margin-top:32px;padding-top:22px}
.avatar{width:54px;height:54px;border-radius:50%;background:#171717;border:2px solid var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:950}
.slider-arrows{display:flex;gap:12px;justify-content:space-between;pointer-events:none}
.reviews .slider-arrows{position:absolute;left:-18px;right:-18px;top:58%;margin:0!important;z-index:4}
.slide-arrow{width:56px;height:56px;border:1px solid #cfc8bf;border-radius:4px;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.12);font-size:28px;pointer-events:auto;cursor:pointer;transition:.18s ease}
.slide-arrow:hover{transform:translateY(-1px);background:var(--orange);color:#fff;border-color:var(--orange)}
.dots{margin-top:38px;display:flex;gap:10px;justify-content:center}
.dot{width:12px;height:12px;border-radius:50%;background:#bdb7af}
.dot.active{background:var(--orange)}

/* ===== CTA ===== */
.cta-dark{background:linear-gradient(135deg,#090909,#1c1c1c);color:#fff;text-align:center;border-top:5px solid var(--orange);border-bottom:1px solid #2b2b2b}
.cta-dark h2{font-size:clamp(38px,5vw,72px);line-height:.92;letter-spacing:-.045em;margin:0 0 18px;text-transform:uppercase;font-weight:950}

/* ===== Page hero ===== */
.page-hero{position:relative;background:#0c0c0c;color:#fff;padding:110px 0 86px;overflow:hidden;border-bottom:5px solid var(--orange)}
.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.34)),url('/wp-content/uploads/sites/117/2026/05/The-Speed-Collection.webp') center/cover no-repeat;opacity:.82}
.page-hero.light:before{display:none}
.page-hero.light{background:#eeeae4;color:#151515;border-bottom:4px solid var(--orange)}
.page-hero .container,.page-hero .narrow{position:relative}
.page-hero h1{font-size:clamp(56px,8vw,110px);line-height:.86;letter-spacing:-.065em;margin:14px 0;text-transform:uppercase;font-weight:950}
.page-hero p{font-size:22px;max-width:820px;color:rgba(255,255,255,.84)}
.page-hero.light p{color:#57524d}

/* ===== Inventory toolbar / native inventory ===== */
.inventory-page{background:#eeeae4}
.inventory-toolbar{position:sticky;top:114px;z-index:60;background:#fff;border-bottom:1px solid #d8d1c8;box-shadow:0 8px 18px rgba(0,0,0,.05)}
.toolbar-inner{display:grid;grid-template-columns:minmax(280px,1fr) 190px 190px 220px auto;gap:12px;align-items:center;padding:18px 0}
.input,.select{width:100%;height:52px;border:1px solid #cfc8bf;border-radius:5px;background:#fff;padding:0 16px;font-size:15px;color:#111}
.result-count{font-weight:950;white-space:nowrap;text-transform:uppercase;letter-spacing:.02em}
.inventory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:36px 0 84px}
.native-inventory{display:grid;grid-template-columns:300px minmax(0,1fr);align-items:start;background:#eeeae4}
.filter-sidebar{position:sticky;top:74px;height:calc(100vh - 74px);overflow:auto;border-right:1px solid #d2cbc2;background:#f7f4ef;padding-bottom:36px}
.filter-title{height:68px;display:flex;align-items:center;justify-content:space-between;gap:13px;padding:0 22px;border-bottom:4px solid var(--orange);font-size:16px;text-transform:uppercase;letter-spacing:.045em;font-weight:950;background:#171717;color:#fff}
.filter-close{display:none;width:42px;height:42px;border:0;background:#292929;color:#fff;border-radius:4px;font-size:28px;line-height:1;cursor:pointer}
.filter-close:hover{background:var(--orange)}
.filter-group{border-bottom:1px solid #d8d1c8}
.filter-toggle{width:100%;height:64px;border:0;background:#f7f4ef;display:flex;align-items:center;justify-content:space-between;padding:0 22px;font-weight:950;font-size:15px;text-align:left;text-transform:uppercase;letter-spacing:.02em;cursor:pointer}
.filter-toggle:hover{background:#e9e4dd}
.filter-content{padding:0 22px 20px}
.price-line{height:3px;background:#bbb3aa;margin:10px 10px 24px;position:relative}
.price-line span{position:absolute;top:50%;transform:translate(-50%,-50%);width:21px;height:21px;background:var(--orange);border-radius:50%;box-shadow:0 0 0 2px #fff,0 0 0 3px var(--orange)}
.price-line span:first-child{left:0}.price-line span:last-child{left:100%}
.price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.price-inputs label{font-size:12px;color:#5f5a55;text-transform:uppercase;font-weight:800}
.price-inputs input{margin-top:3px;width:100%;height:42px;border:1px solid #cbc4bb;border-radius:5px;padding:0 10px;font-size:16px;background:#fff}
.check-list{display:grid;gap:9px}
.check-list label{display:flex;align-items:center;gap:10px;font-size:15px}
.check-list input{width:17px;height:17px;accent-color:var(--orange)}
input[type="checkbox"],input[type="radio"]{accent-color:var(--orange)}
.clear-filters{margin:18px 20px 28px;width:calc(100% - 40px)}
.inventory-results{min-width:0}
.inventory-topbar{position:sticky;top:74px;z-index:50;height:70px;background:#171717;border-bottom:4px solid var(--orange);display:flex;align-items:center;justify-content:flex-end;gap:18px;padding:0 24px;color:#fff;box-shadow:0 8px 18px rgba(0,0,0,.10)}
.inventory-search-field{width:330px;margin-right:auto;background:#fff;color:#111;border-color:#bcb7b0}
.hidden-select{display:none}
.sort-select{width:270px;border-radius:4px;font-weight:850;background:#fff}
.mobile-filter-label{display:none}
.original-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding:20px 16px 90px;background:#eeeae4}

/* ===== Forms ===== */
.form-wrap{background:#fff;border:1px solid #d6d0c8;border-top:5px solid var(--orange);border-radius:6px;box-shadow:0 18px 44px rgba(0,0,0,.09);padding:38px}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.field.full{grid-column:1/-1}
.field label{display:block;margin-bottom:8px;font-weight:900;font-size:13px;text-transform:uppercase;letter-spacing:.035em}
.field input,.field select,.field textarea{width:100%;border:1px solid #cfc8bf;border-radius:5px;padding:14px 14px;font:inherit;background:#fff}
.field textarea{min-height:120px;resize:vertical}
.input:focus,.select:focus,.price-inputs input:focus,.field input:focus,.field select:focus,.field textarea:focus,.mini-form input:focus{outline:3px solid rgba(243,108,33,.15);border-color:var(--orange)}
.success-msg{display:none;margin-top:18px;padding:14px 16px;border-radius:4px;background:#edf7ee;color:#2d6234;border-left:4px solid #3d7e45;font-weight:850}

/* ===== Content cards / lender / steps ===== */
.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}
.content-card{background:#fff;border:1px solid #d6d0c8;border-top:4px solid #171717;border-radius:6px;padding:36px;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.content-card.dark{background:#171717;color:#fff;border-color:#2d2d2d;border-top-color:var(--orange)}
.content-card h2{font-size:36px;line-height:1.02;margin:0 0 18px;text-transform:uppercase;font-weight:950}
.content-card p{font-size:18px;color:#57524d}
.content-card.dark p{color:rgba(255,255,255,.78)}
.list-clean{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:14px}
.list-clean li{display:flex;gap:12px;align-items:flex-start}
.list-clean li:before{content:"✓";font-weight:950;color:var(--orange)}
.lender-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.lender-card{background:#fff;border:1px solid #d6d0c8;border-top:4px solid #171717;border-radius:6px;padding:28px;min-height:300px;display:flex;flex-direction:column}
.lender-card:hover{border-top-color:var(--orange)}
.lender-card h3{font-size:25px;margin:0 0 12px;text-transform:uppercase;font-weight:950}
.lender-card p{color:#57524d;font-size:16px}
.lender-card .btn{margin-top:auto}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.step-card{background:#fff;border:1px solid #d6d0c8;border-top:4px solid #171717;border-radius:6px;padding:34px}
.step-card:hover{border-top-color:var(--orange)}
.step-num{font-size:12px;font-weight:950;letter-spacing:.25em;color:var(--orange)}
.step-card h3{font-size:28px;margin:16px 0 10px;text-transform:uppercase;font-weight:950}

/* ===== Vehicle detail page ===== */
.vdp-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);gap:34px;padding:40px 0 90px}
.vdp-gallery{background:#e8e4de;border-radius:6px;overflow:hidden;border:1px solid #d1cac1}
.vdp-gallery img{width:100%;aspect-ratio:16/10;object-fit:cover}
.thumb-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}
.thumb-row div{border-radius:4px;overflow:hidden;background:#e8e4de;border:1px solid #d0c9c0}
.thumb-row img{width:100%;aspect-ratio:4/3;object-fit:cover;filter:saturate(.92)}
.vdp-side{position:sticky;top:140px;align-self:start;background:#fff;border:1px solid #d4cec6;border-top:5px solid var(--orange);border-radius:6px;padding:30px;box-shadow:0 18px 44px rgba(0,0,0,.12)}
.vdp-side h1{font-size:clamp(36px,4.5vw,64px);line-height:.9;letter-spacing:-.045em;margin:10px 0 12px;text-transform:uppercase;font-weight:950}
.vdp-actions{display:grid;gap:12px;margin:18px 0 26px}
.vdp-specs{display:grid;grid-template-columns:1fr 1fr;gap:16px;border-top:1px solid #ddd6ce;padding-top:22px}
.overview{margin-top:28px;background:#fff;border:1px solid #d4cec6;border-left:5px solid var(--orange);border-radius:6px;padding:34px}
.overview h2{font-size:34px;margin:0 0 16px;text-transform:uppercase;font-weight:950}

/* ===== Search / deal modal ===== */
.search-modal,.deal-modal{position:fixed;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(6px);z-index:500;display:none;align-items:flex-start;justify-content:center;padding:80px 18px}
.search-modal.open,.deal-modal.open{display:flex}
.search-panel,.deal-panel{width:min(720px,100%);background:#f7f5f1;border:1px solid #4a4a4a;border-top:5px solid var(--orange);border-radius:6px;box-shadow:0 28px 80px rgba(0,0,0,.42);overflow:hidden}
.search-top{display:grid;grid-template-columns:58px 1fr 58px;align-items:center;border-bottom:1px solid #d5cec5;min-height:68px;background:#fff}
.search-top input{border:0;outline:0;font-size:18px;width:100%;height:67px;background:#fff}
.search-top span{display:flex;justify-content:center;color:var(--orange);font-size:25px}
.search-close{border:0;background:#171717;color:#fff;border-radius:4px;width:42px;height:42px;font-size:28px;cursor:pointer}
.search-close:hover{background:var(--orange)}
.search-content{padding:24px}
.chip-row{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 22px}
.chip{border:1px solid #cfc8bf;background:#fff;border-radius:4px;padding:10px 15px;font-weight:850;cursor:pointer}
.chip:hover{border-color:var(--orange);color:var(--orange-dark)}
.suggestions{display:grid;gap:10px}
.suggestion{display:grid;grid-template-columns:78px 1fr;gap:14px;align-items:center;border:1px solid #d2cbc2;border-radius:5px;padding:10px;background:#fff}
.suggestion:hover{border-color:var(--orange);background:#fff8f4}
.suggestion img{width:78px;height:56px;object-fit:cover;border-radius:3px}
.floating-deal{position:fixed;left:auto;right:20px;bottom:20px;z-index:420;background:#171717;color:#fff;border:1px solid #444;border-left:4px solid var(--orange);border-radius:4px;padding:12px 18px;font-weight:950;text-transform:uppercase;letter-spacing:.03em;box-shadow:0 18px 38px rgba(0,0,0,.35);display:flex;align-items:center;gap:10px;cursor:pointer}
.floating-deal:hover{background:var(--orange);border-color:var(--orange)}
.floating-deal .long{display:inline!important}
.deal-panel{width:min(520px,100%)}
.deal-head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid #d4cdc4;background:#fff}
.deal-head h3{font-size:28px;margin:0;text-transform:uppercase;font-weight:950}
.deal-body{padding:24px}
.deal-options{display:grid;gap:12px}
.deal-option{border:1px solid #d0c9c0;border-radius:5px;padding:16px;display:flex;justify-content:space-between;gap:14px;align-items:center;background:#fff}
.deal-option:hover{border-color:var(--orange);box-shadow:0 10px 22px rgba(243,108,33,.10)}
.deal-option strong{display:block}
.deal-option small{color:#716b66}

/* ===== Scheduler ===== */
.scheduler-panel{width:min(600px,calc(100vw - 28px));max-height:calc(100vh - 24px);display:flex;flex-direction:column;border-radius:6px!important;overflow:hidden;background:#efebe5;border:1px solid #444;border-top:5px solid var(--orange);box-shadow:0 30px 90px rgba(0,0,0,.5)}
.scheduler-head{background:#fff;padding:11px 16px;border-bottom:1px solid #d7d0c7}
.deal-brand{display:flex;align-items:center;gap:14px;font-size:18px}
.deal-brand img{width:150px;height:42px;object-fit:contain;object-position:left center}
.deal-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:12px 22px 0;background:#fff}
.deal-progress span{height:4px;border-radius:0;background:#ddd8d1}
.deal-progress span.active{background:var(--orange)}
.scheduler-sections{padding:24px 22px 8px;overflow:auto}
.scheduler-section{display:none}
.scheduler-section.active{display:block}
.deal-kicker{text-transform:uppercase;letter-spacing:.18em;font-weight:950;color:var(--orange-dark);font-size:12px;margin-bottom:8px}
.scheduler-section h3{font-size:28px;margin:0 0 2px;letter-spacing:-.035em;text-transform:uppercase;font-weight:950}
.scheduler-section p{font-size:16px}
.date-row{display:grid;grid-template-columns:40px repeat(3,1fr) 40px;gap:10px;margin:18px 0}
.date-chip,.date-nav{min-height:80px;border:1px solid #cfc8bf;background:#fff;border-radius:4px;font-size:17px}
.date-chip{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 15px}
.date-chip span{color:#736d67}
.date-chip.active{background:var(--orange);color:#fff;border-color:var(--orange)}
.date-chip.active span{color:#fff}
.time-box{border:1px solid #cfc8bf;border-radius:4px;background:#fff;overflow:hidden;max-height:360px;overflow-y:auto}
.time-head{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #d7d0c7;font-weight:900}
.time-slot{width:calc(100% - 28px);margin:12px 14px;border:1px solid #d0c9c0;background:#fff;border-radius:4px;min-height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;font-size:17px}
.time-slot.active{background:#fff2eb;border-color:var(--orange);color:var(--orange-dark)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.mini-form{display:grid;gap:12px;margin-top:20px}
.mini-form input{height:54px;border:1px solid #cec7be;border-radius:4px;padding:0 14px;background:#fff}
.scheduler-actions{display:grid;gap:10px;padding:12px 22px 20px;background:#fff;border-top:1px solid #ddd7cf}
.scheduler-actions .btn{width:100%;min-height:62px;border-radius:4px;font-size:16px}
.deal-status{min-height:18px;font-size:13px;color:#30723a;text-align:center;font-weight:850}
.deal-bottom-nav{height:90px;background:#171717;border-top:4px solid var(--orange);display:grid;grid-template-columns:repeat(5,1fr)}
.deal-bottom-nav button{border:0;background:#171717;font-size:13px;font-weight:900;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#c9c9c9;cursor:pointer;text-transform:uppercase}
.deal-bottom-nav button span{font-size:24px;line-height:1;font-family:inherit}
.deal-bottom-nav button.active{color:var(--orange)}

/* ===== Footer ===== */
.site-footer{background:#080808;color:#fff;padding:62px 0 28px;border-top:5px solid var(--orange)}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:34px}
.footer-logo{width:240px;background:#fff;padding:10px;border-radius:4px;margin-bottom:22px}
.footer-grid p,.footer-grid a{color:rgba(255,255,255,.66)}
.footer-grid a:hover{color:var(--orange)}
.footer-grid h4{margin-top:0;font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--orange);font-weight:950}
.footer-bottom{margin-top:42px;padding-top:22px;border-top:1px solid #2c2c2c;color:rgba(255,255,255,.48);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}

/* ===== Mobile actions / menu ===== */
.mobile-actions{display:none;position:fixed;left:0;right:0;bottom:0;z-index:250;background:#111;border-top:3px solid var(--orange);box-shadow:0 -8px 24px rgba(0,0,0,.24);grid-template-columns:repeat(5,1fr)}
.mobile-actions a,.mobile-actions button{border:0;background:#111;padding:9px 3px;color:#fff;font-size:11px;font-weight:900;text-transform:uppercase;display:grid;gap:2px;place-items:center}
.mobile-actions a:hover,.mobile-actions button:hover{color:var(--orange)}
.mobile-actions svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:2}
.mobile-menu{display:none;position:fixed;inset:0;background:#0d0d0d;color:#fff;z-index:420;padding:28px;border-top:5px solid var(--orange)}
.mobile-menu.open{display:block}
.mobile-menu-head{display:flex;align-items:center;justify-content:space-between}
.mobile-menu a{display:block;font-size:30px;font-weight:950;text-transform:uppercase;letter-spacing:-.03em;padding:14px 0;border-bottom:1px solid #2c2c2c;color:#fff}
.mobile-menu a:hover{color:var(--orange)}
.mobile-filter-label{align-items:center;gap:8px;border:1px solid #555;background:#171717;color:#fff;border-radius:4px;padding:0 16px;height:44px;cursor:pointer;text-transform:uppercase;font-weight:950}
.native-inventory.filters-open:before{content:"";position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:180}

/* ===== Responsive ===== */
@media(max-width:1180px){
  .header-search{min-width:260px}
  .tsc-header .nav{gap:16px}
  .toolbar-inner{grid-template-columns:1fr 1fr 1fr}
  .result-count{grid-column:1/-1}
  .featured-row,.inventory-grid,.original-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .native-inventory{grid-template-columns:270px minmax(0,1fr)}
  .lender-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:900px){
  .top-strip{display:none}
  .nav,.header-search{display:none}
  .menu-toggle,.tsc-header .menu-toggle{display:inline-flex;margin-left:auto}
  .header-actions .btn{display:none}
  .header-inner,.tsc-header .header-inner{height:72px}
  .brand img,.tsc-header .brand img{width:180px}
  .hero{min-height:650px}
  .hero-content,.home-hero .hero-content{width:calc(100% - 44px);margin-left:auto;margin-right:auto}
  .home-hero{min-height:600px}
  .home-hero .hero-content{padding:74px 0 105px}
  .intro-grid,.mission-grid,.content-grid,.vdp-layout{grid-template-columns:1fr}
  .split-cards,.steps,.review-grid{grid-template-columns:1fr}
  .process-card{min-height:0}
  .featured-row,.inventory-grid{grid-template-columns:repeat(2,1fr)}
  .native-inventory{display:block}
  .inventory-toolbar{top:72px}
  .inventory-topbar{top:72px;height:auto;min-height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px 14px}
  .mobile-filter-label{display:inline-flex!important;font-size:13px;margin-right:auto}
  .result-count{font-size:14px;text-align:center}
  .inventory-search-field{display:none}
  .sort-select{width:100%;min-width:0;height:46px;border-radius:4px;font-size:14px;max-width:210px}
  .filter-sidebar{position:fixed!important;left:0;top:0;bottom:0;width:min(88vw,360px);height:100vh!important;display:block!important;z-index:190;transform:translateX(-105%);transition:transform .22s ease;border-right:1px solid #333;box-shadow:18px 0 40px rgba(0,0,0,.35);padding-bottom:120px;background:#f7f4ef}
  .native-inventory.filters-open .filter-sidebar{transform:translateX(0)}
  .filter-close{display:inline-flex;align-items:center;justify-content:center}
  .original-card-grid{grid-template-columns:1fr;padding:16px 14px 110px}
  .home-featured-overlap{margin-top:-76px}
  .home-featured-overlap .vehicle-card{min-width:310px;max-width:310px}
  .hero-slider-arrows{right:26px;bottom:92px}
  .vdp-side{position:static}
  .footer-grid{grid-template-columns:1fr 1fr}
  .mobile-actions{display:grid}
  .floating-deal{right:16px;bottom:88px}
  .reviews{padding-bottom:112px}
  .reviews .slider-arrows{left:10px;right:10px;top:60%}
  .review-card{min-height:auto}
  .review-card p{font-size:18px}
  .site-footer{padding-bottom:100px}
  .section{padding:72px 0}
}

@media(max-width:620px){
  .container,.narrow{width:min(100% - 28px,var(--container))}
  .hero h1{font-size:56px}
  .hero-actions,.featured-head{display:grid}
  .featured-row,.inventory-grid,.lender-grid,.form-grid{grid-template-columns:1fr}
  .spec-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr}
  .review-card{padding:28px}
  .vehicle-body{padding:22px}
  .page-hero h1{font-size:50px}
  .deal-modal,.search-modal{padding-top:30px}
  .floating-deal span.long{display:none}
}

@media(max-width:560px){
  .container,.narrow{width:min(100% - 28px,100%)}
  .tsc-header .brand img,.brand img{width:168px}
  .home-hero{min-height:620px;align-items:center}
  .hero-content,.home-hero .hero-content{width:calc(100% - 30px);margin-left:auto;margin-right:auto}
  .home-hero .hero-content{padding:74px 0 92px}
  .home-hero h1{font-size:50px;line-height:.88}
  .home-hero p{font-size:17px}
  .home-hero .hero-actions{gap:10px}
  .hero-actions .btn{width:100%}
  .hero-slider-arrows{right:18px;bottom:30px}
  .hero-slider-arrows button{width:48px;height:48px}
  .home-featured-overlap{margin-top:0;padding-top:18px;background:#eeeae4}
  .home-featured-overlap .featured-row{gap:14px;padding:0 4px 16px}
  .home-featured-overlap .vehicle-card{min-width:82vw;max-width:82vw}
  .home-featured-overlap .vehicle-title{font-size:20px}
  .home-featured-overlap .vehicle-body{padding:20px}
  .home-featured-overlap .card-btn{min-height:52px;font-size:15px}
  .vehicle-media{aspect-ratio:1.42}
  .vehicle-body{padding:22px 20px}
  .original-card-grid{padding:14px 10px 116px}
  .original-card-grid .vehicle-card{border-radius:5px}
  .original-card-grid .vehicle-title{font-size:21px}
  .spec-grid{gap:14px}
  .price-row{margin-bottom:18px}
  .price{font-size:27px}
  .reviews h2{font-size:40px}
  .reviews .review-score{margin-bottom:34px}
  .review-grid{gap:18px}
  .review-card{padding:28px 24px}
  .reviews .slider-arrows{top:auto;bottom:34px}
  .slide-arrow{width:50px;height:50px}
  .scheduler-panel{width:100vw!important;max-height:100dvh!important;height:100dvh;border-radius:0!important;border-top:5px solid var(--orange)}
  .scheduler-head{padding:12px 16px}
  .deal-brand img{width:162px}
  .deal-brand span{display:none}
  .scheduler-sections{padding:22px 18px 6px}
  .scheduler-section h3{font-size:28px}
  .date-row{grid-template-columns:34px repeat(3,1fr) 34px;gap:6px}
  .date-chip{min-height:72px;padding:0 8px;font-size:14px}
  .time-box{max-height:260px}
  .form-row{grid-template-columns:1fr}
  .deal-bottom-nav{height:82px}
  .scheduler-actions .btn{min-height:58px}
  .floating-deal{display:none}
  .mobile-actions{z-index:410}
  .filter-sidebar{width:min(92vw,355px)}
  .mission-img{box-shadow:7px 7px 0 #151515,10px 10px 0 var(--orange)}
}

/* Final Pelkie brand overrides */
h1,h2,h3,h4,.nav,.btn,.eyebrow,.pill,.vehicle-title,.price,.filter-title{font-family:"Arial Narrow","Roboto Condensed",Impact,Inter,sans-serif;letter-spacing:.015em}
.site-header,.tsc-header,.site-footer,.mobile-actions,.inventory-topbar{background:#07192d}
.header-search,.header-search input{background:#102b49}.header-search{border-color:#34516f}
.dark-section,.sell-band{background:linear-gradient(145deg,#020b15,#102b49)}
.home-intro{background:#f4f7fa}.home-featured-overlap{background:linear-gradient(to bottom,transparent 0,transparent 60px,#e8edf3 61px,#e8edf3 100%)}
.vehicle-card{border-color:#cbd3dc;border-top-color:#07192d}.footer-logo{background:transparent!important;padding:0!important;max-width:300px}.mobile-menu{border-right:4px solid var(--orange)}
@media(max-width:900px){.header-inner{height:72px!important}.brand,.tsc-header .brand{min-width:0}.brand img,.tsc-header .brand img{width:180px;max-height:58px}.mobile-menu-head img{background:#07192d!important;padding:5px!important}}

/* American industrial farm-equipment finish */
body{background:#edf1f4;color:#07182b}
.site-header{background:linear-gradient(180deg,#0b2744 0%,#06172a 100%);border-bottom:5px solid #c8102e}
.header-inner{height:88px}.brand{min-width:255px}.brand img,.tsc-header .brand img{width:255px;max-height:78px;filter:drop-shadow(0 3px 6px rgba(0,0,0,.38))}
.nav{font-family:"Arial Narrow","Roboto Condensed",Impact,sans-serif;font-size:14px;letter-spacing:.075em}
.btn,.card-btn{border-radius:3px;box-shadow:inset 0 1px rgba(255,255,255,.18),0 7px 18px rgba(0,0,0,.22)}
.btn:not(.light):not(.ghost):not(.outline),.card-btn,.header-search button{background:#c8102e;border-color:#c8102e}
.hero:after,.page-hero:after{content:"";position:absolute;inset:auto 0 0;height:10px;background:repeating-linear-gradient(90deg,#c8102e 0 72px,#f5f0e4 72px 144px,#0b2744 144px 216px);z-index:3}
.hero h1,.page-hero h1{text-shadow:0 4px 0 rgba(0,0,0,.32),0 12px 30px rgba(0,0,0,.5);letter-spacing:-.035em}
.eyebrow{color:#c8102e;letter-spacing:.22em}.dark-section .eyebrow,.page-hero .eyebrow,.hero .eyebrow{color:#f1cf83}
.dark-section,.sell-band,.cta-dark{background:linear-gradient(135deg,#03101e 0%,#0d2b49 65%,#07182b 100%)}
.vehicle-card,.review-card,.filter-sidebar,.content-card{border-radius:3px;border:1px solid #aeb8c1;border-top:5px solid #0b2744;box-shadow:0 12px 28px rgba(7,24,43,.12)}
.vehicle-card:hover{border-top-color:#c8102e}.vehicle-body{background:linear-gradient(180deg,#fff 0%,#f5f0e4 100%)}
.spec-grid>*{border-color:#bdc5cc;background:#edf1f4}
.form-wrap form .field{border:0!important;background:#fff!important}
.site-footer{background:linear-gradient(180deg,#07182b,#020a13);border-top:6px solid #c8102e}
.footer-logo{max-width:340px;filter:drop-shadow(0 5px 9px rgba(0,0,0,.4))}
.inventory-topbar,.filter-title{background:#0b2744;color:#fff;border-color:#c8102e}
.price{color:#07182b}.price:before{background:#c8102e}
@media(max-width:900px){.header-inner{height:76px!important}.brand img,.tsc-header .brand img{width:190px;max-height:66px}.mobile-menu{background:#07182b!important;color:#fff}.mobile-menu a{color:#fff!important;border-color:#29435e!important}.mobile-menu-head{background:#07182b!important;border-color:#c8102e!important}}

/* Larger two-level dealership header and refreshed equipment theme */
@media(min-width:901px){
  .site-header .header-inner,.tsc-header .header-inner{
    display:grid;
    grid-template-columns:370px minmax(360px,1fr);
    grid-template-rows:96px 50px;
    gap:0 34px;
    height:146px;
    padding-top:6px;
  }
  .site-header .brand,.tsc-header .brand{min-width:0;align-self:center}
  .site-header .brand img,.tsc-header .brand img{width:350px;max-height:92px;object-fit:contain;object-position:left center}
  .site-header .header-search,.tsc-header .header-search{width:100%;max-width:none;min-width:0;align-self:center;height:54px}
  .site-header .nav,.tsc-header .nav{
    grid-column:1/-1;
    width:100%;
    height:50px;
    justify-content:center;
    gap:clamp(20px,2.6vw,46px)!important;
    margin:0!important;
    border-top:1px solid rgba(255,255,255,.14);
    font-size:14px!important;
  }
  .site-header .nav a.active:after,.site-header .nav a:hover:after{bottom:-14px}
  .site-header .menu-toggle{display:none!important}
}
.hero,.page-hero{border-bottom:0}
.hero-content{padding-top:145px}
.home-hero:before{background:linear-gradient(90deg,rgba(2,10,19,.88) 0%,rgba(4,19,35,.62) 48%,rgba(2,10,19,.18) 100%)}
.home-hero h1{max-width:930px;font-size:clamp(68px,7.4vw,122px);line-height:.84}
.home-hero p{max-width:720px;border-left:5px solid #c8102e;padding-left:20px}
.section{padding-block:104px}
.page-title,.intro-title{letter-spacing:-.03em}
.process-card{background:linear-gradient(155deg,rgba(255,255,255,.035),rgba(255,255,255,0));border-bottom:4px solid transparent}
.process-card:hover{border-bottom-color:#c8102e;background:rgba(200,16,46,.08)}
.vehicle-card{background:#fff;border-top-width:7px}.vehicle-title{font-size:25px;line-height:1.04}
.card-btn,.btn{min-height:54px;font-size:14px;letter-spacing:.065em}
.reviews{background:linear-gradient(180deg,#e5eaf0,#f5f0e4)}
.review-card{background:#fff}
@media(max-width:900px){
  .site-header .header-inner,.tsc-header .header-inner{height:94px!important;padding:7px 0}
  .site-header .brand img,.tsc-header .brand img{width:235px;max-height:80px}
  .icon-btn.menu-toggle{width:54px;height:54px;border:2px solid #c8102e;background:#102b49}
  .home-hero{min-height:670px}.home-hero .hero-content{padding-top:100px}
}
@media(max-width:520px){
  .site-header .brand img,.tsc-header .brand img{width:205px;max-height:72px}
  .icon-btn.menu-toggle{width:50px;height:50px}
}

/* Clean inventory and unit-title typography */
.unit-detail-page .page-hero h1,
.vehicle-title,
.original-card-grid .vehicle-title,
.home-featured-overlap .featured-card .vehicle-title{
  font-family:"DM Sans","Helvetica Neue",Arial,sans-serif!important;
  font-weight:800!important;
  font-stretch:normal!important;
  letter-spacing:-.035em!important;
  line-height:1.04!important;
  word-spacing:.04em!important;
}
.unit-detail-page .page-hero h1{font-size:clamp(42px,4.6vw,72px)!important;letter-spacing:-.045em!important}
@media(max-width:600px){
  .unit-detail-page .page-hero h1{font-size:clamp(34px,10vw,48px)!important;line-height:1.02!important;letter-spacing:-.035em!important}
  .vehicle-title,.original-card-grid .vehicle-title,.home-featured-overlap .featured-card .vehicle-title{font-size:21px!important;letter-spacing:-.025em!important}
}

/* Final universal font layer */
html,body,button,input,select,textarea,h1,h2,h3,h4,h5,h6,p,a,span,small,strong,label,
.nav,.btn,.eyebrow,.pill,.page-title,.intro-title,.vehicle-title,.price,.filter-title,
.header-contact-strip strong,.unit-detail-page .page-hero h1,
.unit-detail-page .vdp-side h1,.unit-detail-page .vdp-side .price{
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-stretch:normal!important;
}
body{font-weight:400;letter-spacing:0}
h1,h2,h3,h4,h5,h6,.page-title,.intro-title,.vehicle-title{font-weight:700!important;letter-spacing:-.035em!important}
.nav,.btn,.filter-title{font-weight:700!important;letter-spacing:.01em!important}
.eyebrow,.pill{font-weight:700!important;letter-spacing:.1em!important}
.unit-detail-page .page-hero h1,.unit-detail-page .vdp-side h1{font-weight:700!important;letter-spacing:-.045em!important;word-spacing:0!important}
.unit-detail-page .vdp-side .price,.price{font-weight:700!important;letter-spacing:-.035em!important}
.header-contact-strip strong{font-weight:700!important;letter-spacing:-.01em!important}
.header-contact-strip small{font-weight:600!important;letter-spacing:.08em!important}

/* Unit purchase panel typography */
.unit-detail-page .vdp-side h1,
.unit-detail-page .vdp-side .price{
  font-family:"DM Sans","Helvetica Neue",Arial,sans-serif!important;
  font-stretch:normal!important;
  font-weight:800!important;
  letter-spacing:-.04em!important;
  line-height:1.05!important;
  word-spacing:.06em!important;
}
.unit-detail-page .vdp-side h1{font-size:clamp(32px,3vw,48px)!important}
.unit-detail-page .vdp-side .price{font-size:clamp(32px,3.5vw,46px)!important;letter-spacing:-.035em!important}
@media(max-width:900px){
  .unit-detail-page .vdp-side h1{font-size:clamp(30px,8.5vw,44px)!important;letter-spacing:-.035em!important}
  .unit-detail-page .vdp-side .price{font-size:clamp(34px,10vw,46px)!important}
}

/* CarGurus-inspired universal typography */
html,body,button,input,select,textarea,
h1,h2,h3,h4,h5,h6,p,a,span,small,strong,label,
.nav,.btn,.eyebrow,.pill,.page-title,.intro-title,
.vehicle-title,.price,.filter-title,.header-contact-strip strong,
.unit-detail-page .page-hero h1,.unit-detail-page .vdp-side h1,
.unit-detail-page .vdp-side .price{
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-stretch:normal!important;
}
body{font-weight:400;letter-spacing:0}
h1,h2,h3,h4,h5,h6,.page-title,.intro-title,.vehicle-title{font-weight:700!important;letter-spacing:-.035em!important}
.nav,.btn,.filter-title{font-weight:700!important;letter-spacing:.01em!important}
.eyebrow,.pill{font-weight:700!important;letter-spacing:.1em!important}
.unit-detail-page .page-hero h1,.unit-detail-page .vdp-side h1{font-weight:700!important;letter-spacing:-.045em!important;word-spacing:0!important}
.unit-detail-page .vdp-side .price,.price{font-weight:700!important;letter-spacing:-.035em!important}
.header-contact-strip strong{font-weight:700!important;letter-spacing:-.01em!important}
.header-contact-strip small{font-weight:600!important;letter-spacing:.08em!important}

/* Header dealership contact and live-support line */
.header-contact-strip{
  display:grid;
  grid-template-columns:1.05fr 1.15fr 1fr;
  align-items:stretch;
  min-width:0;
  overflow:hidden;
  border:1px solid #36516c;
  border-radius:4px;
  background:linear-gradient(180deg,#123250,#0c2742);
  box-shadow:inset 0 1px rgba(255,255,255,.06),0 8px 22px rgba(0,0,0,.18);
}
.header-contact-strip>a,.header-contact-strip>div{display:flex;align-items:center;gap:12px;min-width:0;padding:14px 18px;border-left:1px solid rgba(255,255,255,.12);color:#fff}
.header-contact-strip>:first-child{border-left:0}
.header-contact-strip small{display:block;margin-bottom:2px;color:#9eafc1;font-size:10px;font-weight:900;line-height:1.1;letter-spacing:.13em;white-space:nowrap}
.header-contact-strip strong{display:block;font-family:"Arial Narrow","Roboto Condensed",Impact,sans-serif;font-size:16px;line-height:1.15;letter-spacing:.035em;white-space:nowrap}
.header-phone:hover{background:#c8102e}
.header-phone:hover small{color:#fff}
.header-contact-icon{display:grid;width:34px;min-width:34px;height:34px;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;color:#f1cf83;font-size:17px}
.header-live{background:rgba(255,255,255,.025)}
.live-dot{position:relative;width:12px;min-width:12px;height:12px;border-radius:50%;background:#31d27c;box-shadow:0 0 0 5px rgba(49,210,124,.13),0 0 16px rgba(49,210,124,.7)}
.live-dot:after{content:"";position:absolute;inset:-6px;border:2px solid rgba(49,210,124,.45);border-radius:50%;animation:livePulse 1.8s ease-out infinite}
@keyframes livePulse{0%{transform:scale(.55);opacity:1}100%{transform:scale(1.55);opacity:0}}
.header-location .header-contact-icon{font-size:10px;color:#c8102e}
@media(min-width:901px){.site-header .header-contact-strip,.tsc-header .header-contact-strip{width:100%;align-self:center}}
@media(max-width:1180px) and (min-width:901px){
  .header-contact-strip{grid-template-columns:1fr 1.1fr}
  .header-location{display:none!important}
  .header-contact-strip strong{font-size:14px}
}
.header-live small{color:#31d27c!important;font-weight:800!important}
.header-live.is-closed small{color:#ff5268!important}
.header-live.is-closed .live-dot{background:#e22b43!important;box-shadow:0 0 0 5px rgba(226,43,67,.13),0 0 16px rgba(226,43,67,.55)!important}
.header-live.is-closed .live-dot:after{border-color:rgba(226,43,67,.45)!important}
@media(max-width:900px){.header-contact-strip{display:none}}
@media(prefers-reduced-motion:reduce){.live-dot:after{animation:none}}

/* Crisp logo, modern industrial typography, and mobile corrections */
h1,h2,h3,h4,.nav,.btn,.eyebrow,.pill,.vehicle-title,.price,.filter-title,.header-contact-strip strong{
  font-family:"Barlow Condensed","Arial Narrow",Arial,sans-serif;
}
p,input,select,textarea,.muted,.intro-text{font-family:"Barlow",Arial,sans-serif}
.nav{font-weight:800}.btn{font-weight:800}.hero h1,.page-title,.intro-title{font-weight:900}
.site-header .brand img,.tsc-header .brand img{
  image-rendering:auto;
  filter:drop-shadow(0 5px 9px rgba(0,0,0,.42));
  transform:translateZ(0);
}
.header-contact-strip{gap:8px;border:0;background:transparent;box-shadow:none;overflow:visible}
.header-contact-strip>a,.header-contact-strip>div{
  border:1px solid #36516c!important;
  border-bottom:3px solid #c8102e!important;
  border-radius:4px;
  background:linear-gradient(180deg,#143755,#0b2743);
  box-shadow:0 7px 16px rgba(0,0,0,.16);
}
.header-contact-strip small{font-family:"Barlow",Arial,sans-serif;font-size:10px;font-weight:800}
.header-contact-strip strong{font-size:17px;font-weight:800}
@media(min-width:901px){
  .site-header .brand img,.tsc-header .brand img{width:365px;max-height:96px}
  .site-header .header-inner,.tsc-header .header-inner{grid-template-columns:385px minmax(360px,1fr)}
}
@media(max-width:900px){
  .site-header .header-inner,.tsc-header .header-inner{height:108px!important;padding:8px 12px!important}
  .site-header .brand img,.tsc-header .brand img{width:265px!important;max-height:92px!important}
  .home-hero{min-height:700px;background-position:58% center}
  .home-hero .hero-content{padding:135px 0 100px}
  .home-hero h1{font-size:clamp(52px,14vw,76px)}
  .home-featured-overlap{padding-top:26px!important}
  .home-featured-overlap .vehicle-card{min-width:88vw;max-width:88vw}
  .vehicle-media img,.vehicle-media a img{object-fit:cover}
}
@media(max-width:520px){
  .site-header .header-inner,.tsc-header .header-inner{height:100px!important;padding-inline:10px!important}
  .site-header .brand img,.tsc-header .brand img{width:235px!important;max-height:84px!important}
  .icon-btn.menu-toggle{width:52px;height:52px;min-width:52px}
  .home-hero .hero-content{padding-top:120px}
}

.unit-detail-page .page-hero h1,
.vehicle-title,
.original-card-grid .vehicle-title,
.home-featured-overlap .featured-card .vehicle-title{
  font-family:"DM Sans","Helvetica Neue",Arial,sans-serif!important;
  font-weight:800!important;
  font-stretch:normal!important;
  letter-spacing:-.035em!important;
  line-height:1.04!important;
  word-spacing:.04em!important;
}
.unit-detail-page .page-hero h1{font-size:clamp(42px,4.6vw,72px)!important;letter-spacing:-.045em!important}
@media(max-width:600px){
  .unit-detail-page .page-hero h1{font-size:clamp(34px,10vw,48px)!important;line-height:1.02!important;letter-spacing:-.035em!important}
  .vehicle-title,.original-card-grid .vehicle-title,.home-featured-overlap .featured-card .vehicle-title{font-size:21px!important;letter-spacing:-.025em!important}
}


/* Absolute final typography override */
html,body,button,input,select,textarea,h1,h2,h3,h4,h5,h6,p,a,span,small,strong,label,.nav,.btn,.eyebrow,.pill,.page-title,.intro-title,.vehicle-title,.price,.filter-title,.header-contact-strip strong,.unit-detail-page .page-hero h1,.unit-detail-page .vdp-side h1,.unit-detail-page .vdp-side .price{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;font-stretch:normal!important}
body{font-weight:400;letter-spacing:0}
h1,h2,h3,h4,h5,h6,.page-title,.intro-title,.vehicle-title{font-weight:700!important;letter-spacing:-.035em!important}
.nav,.btn,.filter-title{font-weight:700!important;letter-spacing:.01em!important}
.eyebrow,.pill{font-weight:700!important;letter-spacing:.1em!important}
.unit-detail-page .page-hero h1,.unit-detail-page .vdp-side h1{font-weight:700!important;letter-spacing:-.045em!important;word-spacing:0!important}
.unit-detail-page .vdp-side .price,.price{font-weight:700!important;letter-spacing:-.035em!important}
.header-contact-strip strong{font-weight:700!important;letter-spacing:-.01em!important}
.header-contact-strip small{font-weight:600!important;letter-spacing:.08em!important}


/* Final distinctive font system and transparent footer logo */
html,body,button,input,select,textarea,p,a,span,small,strong,label{font-family:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-stretch:normal!important}
h1,h2,h3,h4,h5,h6,.nav,.btn,.eyebrow,.pill,.page-title,.intro-title,.vehicle-title,.price,.filter-title,.header-contact-strip strong,.unit-detail-page .page-hero h1,.unit-detail-page .vdp-side h1,.unit-detail-page .vdp-side .price{font-family:"Space Grotesk","Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-stretch:normal!important}
h1,h2,h3,h4,h5,h6,.page-title,.intro-title,.vehicle-title{font-weight:700!important;letter-spacing:-.04em!important}
.nav,.btn,.filter-title{font-weight:700!important;letter-spacing:0!important}

/* Shared mobile header actions and navigation behavior */
.mobile-call-button{display:none}
body.mobile-menu-open{overflow:hidden}
@media(max-width:900px){
  .site-header .header-inner{gap:10px}
  .site-header .mobile-call-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-width:62px;
    height:50px;
    padding:0 14px;
    margin-left:auto;
    border:1px solid #e1a739;
    border-radius:8px;
    background:linear-gradient(180deg,#e8a82d,#c98713);
    box-shadow:0 8px 18px rgba(0,0,0,.2);
    color:#fff!important;
    font-family:"Manrope",sans-serif!important;
    font-size:14px;
    font-weight:800;
    line-height:1;
    text-decoration:none;
  }
  .site-header .mobile-call-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .site-header .mobile-call-button + .menu-toggle{margin-left:0!important}
  .mobile-menu.open{display:block!important}
}
@media(max-width:390px){
  .site-header .mobile-call-button{min-width:48px;padding:0 11px}
  .site-header .mobile-call-button span{display:none}
}
body,p{letter-spacing:-.005em}
.footer-logo,.site-footer .footer-logo,.footer-grid .footer-logo{background:transparent!important;background-color:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;outline:0!important}

/* Final shared mobile header + drawer — identical on every page */
@media(max-width:900px){
  body .site-header .header-inner{
    min-height:82px!important;
    height:82px!important;
    padding:0 12px!important;
    gap:8px!important;
  }
  body .site-header .brand{margin-right:auto!important;min-width:0!important}
  body .site-header .brand img{
    width:175px!important;
    max-width:100%!important;
    max-height:68px!important;
    object-fit:contain!important;
    image-rendering:auto;
  }
  body .site-header .mobile-header-actions{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    margin-left:auto!important;
  }
  body .site-header .mobile-call-button{
    display:inline-flex!important;
    width:auto!important;
    min-width:64px!important;
    height:44px!important;
    padding:0 12px!important;
    margin:0!important;
    gap:6px!important;
    border:1px solid #e8a52a!important;
    border-radius:7px!important;
    background:linear-gradient(180deg,#e5a326 0%,#cc8913 100%)!important;
    box-shadow:0 5px 13px rgba(0,0,0,.22)!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:800!important;
  }
  body .site-header .mobile-call-button svg{width:16px!important;height:16px!important}
  body .site-header .icon-btn.menu-toggle{
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    margin:0!important;
    padding:0!important;
    border:2px solid #cf1233!important;
    border-radius:4px!important;
    background:#102943!important;
    color:#fff!important;
  }

  body .mobile-menu{
    display:block!important;
    position:fixed!important;
    top:0!important;
    right:auto!important;
    bottom:0!important;
    left:0!important;
    z-index:9999!important;
    width:min(88vw,320px)!important;
    max-width:320px!important;
    height:100dvh!important;
    padding:0 12px calc(22px + env(safe-area-inset-bottom))!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    border-top:0!important;
    border-right:3px solid #cf1233!important;
    background:#061a2e!important;
    box-shadow:18px 0 42px rgba(0,0,0,.34)!important;
    transform:translate3d(-104%,0,0)!important;
    visibility:hidden!important;
    opacity:0!important;
    transition:transform .28s ease,opacity .2s ease,visibility 0s linear .28s!important;
  }
  body .mobile-menu.open{
    transform:translate3d(0,0,0)!important;
    visibility:visible!important;
    opacity:1!important;
    transition:transform .28s ease,opacity .2s ease!important;
  }
  body .mobile-menu .mobile-menu-head{
    position:sticky!important;
    top:0!important;
    z-index:2!important;
    display:flex!important;
    min-height:92px!important;
    padding:12px 6px!important;
    border-bottom:1px solid #cf1233!important;
    background:#061a2e!important;
    backdrop-filter:none!important;
  }
  body .mobile-menu .mobile-menu-head img{
    width:145px!important;
    max-width:calc(100% - 58px)!important;
    max-height:67px!important;
    padding:0!important;
    background:transparent!important;
    object-fit:contain!important;
  }
  body .mobile-menu .mobile-menu-close{
    display:grid!important;
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
    place-items:center!important;
    border:2px solid #2864aa!important;
    border-radius:50%!important;
    background:#fff!important;
    color:#07192d!important;
    font-size:19px!important;
    font-weight:700!important;
  }
  body .mobile-menu > div:nth-child(2){padding:8px 0!important}
  body .mobile-menu > div:nth-child(2) > a{
    min-height:43px!important;
    margin:0!important;
    padding:9px 8px!important;
    border-bottom:1px solid #29435e!important;
    border-radius:0 0 8px 8px!important;
    background:transparent!important;
    color:#fff!important;
    font-size:17px!important;
    font-weight:800!important;
    letter-spacing:-.025em!important;
  }
  body .mobile-menu > div:nth-child(2) > a::after{
    color:#aaa!important;
    font-size:23px!important;
  }
  body .mobile-menu .js-open-search{
    min-height:42px!important;
    margin-top:14px!important;
    border:1px solid #ee3350!important;
    border-radius:7px!important;
    background:#d30d2f!important;
    box-shadow:none!important;
    color:#fff!important;
    font-size:12px!important;
  }
}
@media(max-width:390px){
  body .site-header .brand img{width:160px!important}
  body .site-header .mobile-call-button{min-width:58px!important;padding:0 10px!important}
  body .site-header .mobile-call-button span{display:inline!important}
  body .mobile-menu{width:88vw!important;padding-right:12px!important;padding-left:12px!important}
}

/* Unified form system — fixes all public and modal forms */
.form-wrap{padding:34px!important;border-color:#cbd4de!important;border-top-color:#cf1233!important;background:#fff!important}
.form-wrap form .form-grid{gap:18px 20px!important}
.form-wrap form .field,
form .request-info-field{padding:0!important;border:0!important;background:transparent!important}
.form-wrap form .field label,
form .request-info-field label{
  display:block!important;margin:0 0 7px!important;padding:0!important;background:transparent!important;
  color:#071a2f!important;font-family:"Space Grotesk","Manrope",sans-serif!important;
  font-size:12px!important;font-weight:700!important;line-height:1.25!important;
  letter-spacing:.035em!important;text-transform:uppercase!important
}
.form-wrap form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.form-wrap form select,.form-wrap form textarea,
.mini-form input,.mini-form select,.mini-form textarea,
.request-info-form input:not([type="hidden"]),.request-info-form select,.request-info-form textarea{
  width:100%!important;min-width:0!important;min-height:52px!important;margin:0!important;padding:13px 14px!important;
  border:1px solid #b8c3ce!important;border-radius:6px!important;outline:0!important;background:#fff!important;
  box-shadow:inset 0 1px 2px rgba(7,26,47,.04)!important;color:#071a2f!important;
  font-family:"Manrope",sans-serif!important;font-size:15px!important;line-height:1.3!important;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important
}
.form-wrap form textarea,.mini-form textarea,.request-info-form textarea{min-height:126px!important;resize:vertical!important}
.form-wrap form input::placeholder,.form-wrap form textarea::placeholder,
.mini-form input::placeholder,.mini-form textarea::placeholder,
.request-info-form input::placeholder,.request-info-form textarea::placeholder{color:#6b7682!important;opacity:1!important}
.form-wrap form input:not([type="hidden"]):focus,.form-wrap form select:focus,.form-wrap form textarea:focus,
.mini-form input:focus,.mini-form select:focus,.mini-form textarea:focus,
.request-info-form input:focus,.request-info-form select:focus,.request-info-form textarea:focus{
  border-color:#cf1233!important;background:#fff!important;box-shadow:0 0 0 3px rgba(207,18,51,.13)!important
}
.form-wrap form input:invalid:not(:placeholder-shown):not(:focus),
.request-info-form input:invalid:not(:placeholder-shown):not(:focus){border-color:#c54848!important}
.form-wrap form .btn[type="submit"],.request-info-form .btn[type="submit"]{min-height:52px!important;border-radius:6px!important}
.mini-form{display:grid!important;gap:12px!important}
.mini-form .form-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}

/* Informational grids that reuse .field must stay white, not form-gray */
.form-wrap > .form-grid > .field{
  padding:18px!important;
  border:1px solid #d7dee6!important;
  border-radius:6px!important;
  background:#fff!important;
  box-shadow:0 4px 12px rgba(7,26,47,.04)!important;
}
.form-wrap > .form-grid > .field label{
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  color:#071a2f!important;
}
.form-wrap > .form-grid > .field p{
  margin:8px 0 0!important;
  color:#526171!important;
}
@media(max-width:700px){
  .form-wrap{padding:22px 16px!important;border-radius:6px!important}
  .form-wrap form .form-grid,.mini-form .form-row{grid-template-columns:1fr!important;gap:15px!important}
  .form-wrap form .field.full{grid-column:auto!important}
  .form-wrap form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
  .form-wrap form select,.form-wrap form textarea,.mini-form input,.mini-form select,.mini-form textarea,
  .request-info-form input:not([type="hidden"]),.request-info-form select,.request-info-form textarea{font-size:16px!important}
  .form-wrap form .btn[type="submit"]{width:100%!important;justify-content:center!important}
}

/* ========================================================================== */
/* 2026 workwear redesign — practical American equipment dealer               */
/* ========================================================================== */
:root{
  --ink:#222824;
  --muted:#667067;
  --soft:#e8e4da;
  --line:#c9c2b5;
  --dark:#24362d;
  --dark2:#18241e;
  --orange:#b64a2b;
  --orange-dark:#8e351f;
  --cream:#f2eee4;
  --gold:#c79a50;
  --shadow:0 14px 34px rgba(34,40,36,.14);
  --radius:3px;
}

html,body,button,input,select,textarea,p,a,span,small,strong,label{
  font-family:"Source Sans 3",Arial,sans-serif!important;
}
h1,h2,h3,h4,h5,h6,.nav,.btn,.eyebrow,.pill,.page-title,.intro-title,
.vehicle-title,.price,.filter-title,.header-contact-strip strong,
.unit-detail-page .page-hero h1,.unit-detail-page .vdp-side h1,
.unit-detail-page .vdp-side .price{
  font-family:"Oswald","Arial Narrow",Arial,sans-serif!important;
}
body{background:#f2eee4!important;color:#222824!important}
.home-intro,.inventory-page,.native-inventory,.original-card-grid{background:#f2eee4!important}
.home-featured-overlap{background:linear-gradient(to bottom,transparent 0,transparent 60px,#e8e4da 61px,#e8e4da 100%)!important}
.light-section,.reviews{background:#e8e4da!important}
.dark-section,.sell-band,.cta-dark{background:#24362d!important}
.eyebrow,.text-link{color:#9b3d24!important}

/* Header: light service counter above a single solid workwear navigation bar */
body .site-header,body .tsc-header{
  background:#f4f0e7!important;
  border:0!important;
  border-top:5px solid #b64a2b!important;
  box-shadow:0 4px 18px rgba(28,36,31,.16)!important;
}
@media(min-width:901px){
  body .site-header .header-inner,body .tsc-header .header-inner{
    display:grid!important;
    grid-template-columns:285px minmax(0,1fr)!important;
    grid-template-rows:auto 54px!important;
    gap:12px 34px!important;
    height:auto!important;
    min-height:0!important;
    padding-top:12px!important;
    overflow:visible!important;
  }
  body .site-header .brand,body .tsc-header .brand{
    grid-column:1!important;grid-row:1!important;min-width:0!important;
    align-self:center!important;padding:2px 0 6px!important;
  }
  body .site-header .brand img,body .tsc-header .brand img{
    width:270px!important;max-height:82px!important;filter:none!important;
  }
  body .site-header .header-contact-strip,body .tsc-header .header-contact-strip{
    grid-column:2!important;grid-row:1!important;width:100%!important;
    display:grid!important;grid-template-columns:1fr 1.2fr 1fr!important;
    gap:0!important;align-self:center!important;
    border:1px solid #d2cabd!important;border-radius:2px!important;
    background:#fffdf8!important;box-shadow:none!important;overflow:hidden!important;
  }
  body .header-contact-strip>a,body .header-contact-strip>div{
    min-height:64px!important;padding:10px 18px!important;
    border:0!important;border-left:1px solid #d8d1c5!important;border-radius:0!important;
    border-bottom:0!important;background:#fffdf8!important;box-shadow:none!important;color:#222824!important;
  }
  body .header-contact-strip>:first-child{border-left:0!important}
  body .header-contact-strip small{color:#756f65!important;font-size:10px!important;letter-spacing:.1em!important}
  body .header-contact-strip strong{color:#222824!important;font-size:17px!important;letter-spacing:.01em!important}
  body .header-contact-icon{border:1px solid #c7bda9!important;border-radius:2px!important;color:#9b3d24!important;background:#f2eee4!important}
  body .header-phone:hover{background:#efe8db!important}
  body .header-live{background:#f7f3ea!important}
  body .header-live small{color:#377349!important}
  body .header-location .header-contact-icon{color:#b64a2b!important}
  body .site-header .nav,body .tsc-header .nav{
    grid-column:1/-1!important;grid-row:2!important;
    width:100%!important;height:54px!important;margin:0!important;padding:0 12px!important;
    justify-content:flex-start!important;gap:0!important;background:#24362d!important;color:#fff!important;
    box-shadow:0 0 0 100vmax #24362d!important;clip-path:inset(0 -100vmax)!important;
  }
  body .site-header .nav a,body .tsc-header .nav a{
    display:flex!important;align-items:center!important;height:54px!important;padding:0 22px!important;
    border-right:1px solid rgba(255,255,255,.12)!important;color:#f8f4ec!important;
    font-size:14px!important;font-weight:600!important;letter-spacing:.035em!important;
  }
  body .site-header .nav a:hover,body .site-header .nav a.active,
  body .tsc-header .nav a:hover,body .tsc-header .nav a.active{background:#b64a2b!important;color:#fff!important}
  body .site-header .nav a:after,body .tsc-header .nav a:after{display:none!important}
  body .site-header .menu-toggle,body .tsc-header .menu-toggle{display:none!important}
}

/* Workwear controls and content surfaces */
.btn{border-color:#24362d!important;border-radius:2px!important;background:#24362d!important;box-shadow:0 5px 0 #16221c!important;letter-spacing:.035em!important}
.btn:hover{border-color:#b64a2b!important;background:#b64a2b!important;box-shadow:0 5px 0 #7f2f1d!important}
.btn.light{border-color:#f7f2e8!important;background:#f7f2e8!important;color:#24362d!important}
.btn.outline{border-color:#24362d!important;background:transparent!important;color:#24362d!important;box-shadow:none!important}
.btn.ghost{border-color:rgba(255,255,255,.72)!important;background:rgba(24,36,30,.76)!important;box-shadow:none!important}
.hero,.page-hero{border-bottom-color:#c79a50!important}
.home-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:9px;background:repeating-linear-gradient(90deg,#b64a2b 0 90px,#f2eee4 90px 180px,#24362d 180px 270px)}
.hero h1,.page-hero h1,.intro-title,.mission h2,.featured-head h2{text-transform:none!important;letter-spacing:-.025em!important}
.vehicle-card,.review-card,.form-wrap{
  border-radius:2px!important;border-color:#c9c2b5!important;border-top-color:#24362d!important;
  background:#fffdf8!important;box-shadow:0 7px 18px rgba(34,40,36,.09)!important;
}
.vehicle-card:hover,.review-card:hover{border-top-color:#b64a2b!important;transform:translateY(-2px)!important}
.vehicle-title,.price{color:#222824!important}
.card-btn{border-radius:2px!important;background:#24362d!important;box-shadow:none!important}
.card-btn:hover{background:#b64a2b!important}
.inventory-topbar,.filter-title{background:#24362d!important;border-bottom-color:#c79a50!important}
.filter-sidebar{background:#eee9de!important;border-right-color:#c9c2b5!important}
.filter-toggle{background:#eee9de!important;color:#222824!important}
.filter-toggle:hover{background:#e2dbce!important}
.input,.select,.price-inputs input,.field input,.field select,.field textarea{border-radius:2px!important;border-color:#bfb6a7!important}
.input:focus,.select:focus,.price-inputs input:focus,.field input:focus,.field select:focus,.field textarea:focus{border-color:#b64a2b!important;outline-color:rgba(182,74,43,.14)!important}
.site-footer{background:#18241e!important;border-top:6px solid #c79a50!important}
.site-footer h3,.site-footer h4,.site-footer .footer-title{color:#d6aa62!important}

/* Mobile header and drawer */
@media(max-width:900px){
  body .site-header,body .tsc-header{border-top-width:4px!important;border-bottom:1px solid #c9c2b5!important}
  body .site-header .header-inner,body .tsc-header .header-inner{
    min-height:84px!important;height:84px!important;padding:7px 14px!important;background:#f4f0e7!important;
  }
  body .site-header .brand img,body .tsc-header .brand img{
    width:188px!important;max-height:68px!important;filter:none!important;
  }
  body .site-header .mobile-call-button{
    border:1px solid #9e7438!important;border-radius:2px!important;
    background:#c79a50!important;box-shadow:0 3px 0 #8b642e!important;color:#1c271f!important;
    font-family:"Oswald",Arial,sans-serif!important;text-transform:uppercase!important;
  }
  body .site-header .icon-btn.menu-toggle{
    border:1px solid #24362d!important;border-radius:2px!important;background:#24362d!important;color:#fff!important;
  }
  body .mobile-menu{
    border-right:5px solid #c79a50!important;background:#24362d!important;box-shadow:18px 0 42px rgba(0,0,0,.3)!important;
  }
  body .mobile-menu .mobile-menu-head{border-bottom:1px solid #65756a!important;background:#24362d!important}
  body .mobile-menu .mobile-menu-close{border:1px solid #c79a50!important;border-radius:2px!important;background:#f2eee4!important;color:#24362d!important}
  body .mobile-menu > div:nth-child(2) > a{
    border-bottom:1px solid rgba(255,255,255,.14)!important;border-radius:0!important;
    color:#f7f2e8!important;font-family:"Oswald",Arial,sans-serif!important;font-weight:600!important;letter-spacing:.01em!important;
  }
  body .mobile-menu > div:nth-child(2) > a:hover{padding-left:15px!important;background:#31483b!important;color:#d6aa62!important}
  body .mobile-menu .js-open-search{border-color:#c79a50!important;border-radius:2px!important;background:#c79a50!important;color:#18241e!important}
  .home-hero:after{height:6px;background:repeating-linear-gradient(90deg,#b64a2b 0 50px,#f2eee4 50px 100px,#24362d 100px 150px)}
}

/* Final desktop header lock */
@media(min-width:901px){
  html body .site-header,html body .tsc-header{background:#f5f1e8!important;border-bottom:0!important}
  html body .site-header .header-inner,html body .tsc-header .header-inner{display:grid!important;grid-template-columns:270px minmax(0,1fr)!important;grid-template-rows:88px 54px!important;gap:0 48px!important;height:142px!important;padding:0!important}
  html body .site-header .brand,html body .tsc-header .brand{grid-column:1!important;grid-row:1!important}
  html body .site-header .brand img,html body .tsc-header .brand img{width:235px!important;max-height:76px!important}
  html body .site-header .header-contact-strip,html body .tsc-header .header-contact-strip{display:none!important}
  html body .site-header .dealer-header-tools,html body .tsc-header .dealer-header-tools{grid-column:2!important;grid-row:1!important;display:grid!important;grid-template-columns:minmax(300px,1fr) 210px 235px!important;gap:0!important;height:54px!important;border:1px solid #bdb4a5!important;border-radius:3px!important;background:#fffdf8!important;overflow:hidden!important}
  html body .dealer-header-search{display:flex!important;height:52px!important;border:0!important;background:#fffdf8!important}
  html body .dealer-header-search input{height:52px!important;background:#fffdf8!important;color:#1d2922!important}
  html body .dealer-header-phone,html body .dealer-header-address{display:flex!important;height:52px!important;padding:0 18px!important;border:0!important;border-left:1px solid #385044!important;background:#20372c!important}
  html body .site-header .nav,html body .tsc-header .nav{grid-column:1/-1!important;grid-row:2!important;width:100%!important;height:54px!important;margin:0!important;justify-content:flex-start!important;gap:0!important;background:#20372c!important;box-shadow:0 0 0 100vmax #20372c!important;clip-path:inset(0 -100vmax)!important}
  html body .site-header .nav a,html body .tsc-header .nav a{height:54px!important;padding:0 25px!important;border:0!important;border-right:1px solid rgba(255,255,255,.14)!important;border-radius:0!important;background:transparent!important;color:#f8f4ea!important}
  html body .site-header .nav a:hover,html body .site-header .nav a.active,html body .tsc-header .nav a:hover,html body .tsc-header .nav a.active{background:#b5472a!important;color:#fff!important}
  html body .inventory-topbar,html body .filter-sidebar{top:146px!important}
  html body .filter-sidebar{height:calc(100vh - 146px)!important}
}
@media(min-width:901px) and (max-width:1180px){
  html body .site-header .header-inner,html body .tsc-header .header-inner{grid-template-columns:230px minmax(0,1fr)!important;gap:0 24px!important}
  html body .site-header .dealer-header-tools,html body .tsc-header .dealer-header-tools{grid-template-columns:minmax(230px,1fr) 190px!important}
  html body .dealer-header-address{display:none!important}
  html body .site-header .nav a,html body .tsc-header .nav a{padding:0 16px!important}
}
