:root{
  --ink:#171717;
  --ink-2:#222222;
  --paper:#fbfaf6;
  --paper-2:#f3f0e8;
  --line:#e8e2d6;
  --yellow:#ffe04b;
  --yellow-2:#ffd21f;
  --muted:#6f6b63;
  --white:#ffffff;
  --radius:22px;
  --shadow:0 22px 70px rgba(21,18,11,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--paper);color:var(--ink);line-height:1.6}
h1,h2,h3,.navbar-brand{font-family:Sora,Inter,sans-serif;letter-spacing:-.04em}
.fw-black{font-weight:900}.text-yellow{color:var(--yellow)!important}.text-white-75{color:rgba(255,255,255,.75)!important}.text-white-65{color:rgba(255,255,255,.65)!important}
.container-xxl{max-width:1180px}.section-pad{padding:92px 0}.section-title{max-width:720px}.section-title h2{font-weight:900;font-size:clamp(2rem,3.6vw,3.8rem);line-height:1;margin-bottom:14px;text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:6px;text-underline-offset:8px}.section-title p{color:var(--muted);margin-bottom:0}
.btn{border-radius:999px;font-weight:900;text-transform:uppercase;letter-spacing:.02em;font-size:.78rem;padding:.85rem 1.25rem}.btn-brand{background:var(--yellow);color:var(--ink);border:1px solid var(--yellow);box-shadow:0 12px 28px rgba(255,210,31,.25)}.btn-brand:hover{background:var(--yellow-2);border-color:var(--yellow-2);transform:translateY(-1px)}.btn-outline-yellow{border:1.5px solid var(--yellow);color:var(--yellow);background:transparent}.btn-outline-yellow:hover{background:var(--yellow);color:var(--ink)}
.site-navbar{width:100%;background:#171717;box-shadow:0 14px 40px rgba(0,0,0,.16);padding:10px 0}.site-navbar .container-xxl{position:relative}.navbar-brand{color:#fff!important;font-weight:900;font-size:1.05rem}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--yellow);color:#171717;font-size:1.1rem}.brand-text{color:#fff}.navbar-toggler{border:0;color:#fff;font-size:1.6rem;box-shadow:none!important}.navbar-nav{background:#fff;border-radius:0 0 18px 18px;padding:0 22px;min-height:48px}.navbar-nav .nav-link{color:#272727;font-weight:800;font-size:.83rem;padding:1rem 1.05rem}.navbar-nav .nav-link:hover{color:#000}.nav-cta{min-width:156px}
.hero-section{width:100%;min-height:760px;background:#111;margin-top:0}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-bg{background:url('images/hero-sports.jpg') center/cover no-repeat;filter:saturate(.9)}.hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.58),rgba(0,0,0,.7)),radial-gradient(circle at 50% 44%,rgba(255,224,75,.18),transparent 34%)}.min-vh-75{min-height:740px}.hero-copy{max-width:930px;padding-top:35px}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,224,75,.12);border:1px solid rgba(255,224,75,.42);color:var(--yellow);border-radius:999px;padding:8px 14px;font-weight:800;font-size:.78rem;margin-bottom:20px}.hero-copy h1{line-height:.95;text-shadow:0 10px 30px rgba(0,0,0,.25)}.hero-copy .lead{max-width:760px;font-size:1.1rem}.quote-card{max-width:930px;background:rgba(15,15,15,.84);backdrop-filter:blur(12px);border:1px solid rgba(255,224,75,.55);border-radius:18px;padding:24px;box-shadow:0 30px 80px rgba(0,0,0,.35)}.quote-card .form-label{color:var(--yellow);font-weight:900;text-transform:uppercase;font-size:.68rem}.quote-card .form-control,.quote-card .form-select{background:#121212;border:1px solid rgba(255,224,75,.45);border-radius:10px;color:#fff;font-size:.86rem;min-height:46px}.quote-card .form-select{--bs-form-select-bg-img:none}.quote-card .form-control:focus,.quote-card .form-select:focus{box-shadow:0 0 0 .2rem rgba(255,224,75,.2);border-color:var(--yellow)}
.step-card{padding:18px 12px}.icon-pill{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 16px;border-radius:50%;background:#191919;color:var(--yellow);font-size:1.65rem;box-shadow:inset 0 0 0 6px rgba(255,224,75,.08)}.step-card h3{font-size:1rem;font-weight:900;margin-bottom:8px}.step-card p{font-size:.9rem;color:var(--muted);margin:0}.feature-strip{background:#171717;color:#fff}.marquee-track{display:flex;gap:42px;white-space:nowrap;animation:marquee 25s linear infinite;font-weight:900;font-size:.88rem}.marquee-track i{color:var(--yellow);margin-right:8px}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-35%)}}
.vehicle-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 16px 45px rgba(29,25,15,.08);position:relative;transition:.25s ease}.vehicle-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.vehicle-card img{width:100%;height:230px;object-fit:cover;display:block;filter:saturate(.95)}.city-badge{position:absolute;top:204px;left:50%;transform:translateX(-50%);background:#fff;color:#171717;font-weight:900;border-radius:12px 12px 0 0;padding:8px 28px;font-size:.8rem;box-shadow:0 -8px 18px rgba(0,0,0,.08)}.vehicle-card .card-body{padding:30px 20px 22px}.vehicle-card h3{font-size:1.04rem;font-weight:900;line-height:1.25}.vehicle-card strong{background:#171717;color:var(--yellow);padding:6px 10px;border-radius:8px;font-size:.82rem;height:max-content}.vehicle-card p{color:var(--muted);font-size:.91rem}.tags{display:flex;gap:8px;flex-wrap:wrap}.tags span{background:var(--paper-2);border-radius:999px;padding:5px 10px;font-size:.76rem;font-weight:800;color:#4b4740}.split-image{border-radius:20px;overflow:hidden;min-height:470px;background:linear-gradient(90deg,var(--yellow) 0 50%,#1b1b1b 50%)}.split-image img{width:100%;height:470px;object-fit:cover;mix-blend-mode:luminosity;opacity:.86}.mini-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;height:100%}.mini-card span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#171717;color:var(--yellow);font-weight:900;margin-bottom:12px}.mini-card h3{font-size:1rem;font-weight:900}.mini-card p{color:var(--muted);font-size:.9rem;margin:0}.about-band{background:#191919;overflow:hidden}.about-band h2{font-weight:900;color:var(--yellow);text-decoration:underline;text-decoration-color:#fff;text-decoration-thickness:3px;text-underline-offset:8px;margin-bottom:24px}.about-band p{color:rgba(255,255,255,.78);max-width:590px}.about-img{width:100%;height:360px;object-fit:cover;border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.32)}.part-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px 20px;text-align:center;box-shadow:0 12px 35px rgba(29,25,15,.06)}.part-card i{width:68px;height:68px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:var(--yellow);font-size:2rem;color:#171717}.part-card h3{font-size:1.05rem;font-weight:900}.part-card p{color:var(--muted);font-size:.9rem;margin:0}.quote-banner{padding:72px 0}.quote-banner-inner{background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.35)),url('images/quote-banner.jpg') center/cover;border-radius:0;padding:70px 54px;min-height:260px}.quote-banner h2{color:var(--yellow);font-weight:900}.quote-banner p{margin:0;color:rgba(255,255,255,.75)}.location-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.location-strip img{width:100%;height:210px;object-fit:cover;border-radius:16px}.location-strip img:nth-child(even){margin-top:28px}.handle-list{gap:12px}.handle-list .list-group-item{display:flex;gap:16px;border:1px solid var(--line)!important;border-radius:14px!important;background:#fff;padding:18px}.handle-list i{font-size:1.45rem;color:#171717;background:var(--yellow);width:44px;height:44px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}.handle-list h3{font-size:1rem;font-weight:900;margin-bottom:2px}.handle-list p{color:var(--muted);font-size:.9rem;margin:0}.question-card{background:#1c1c1c;border-radius:18px;padding:36px 25px;color:#fff}.question-card>i{font-size:3.4rem;color:var(--yellow);margin-bottom:12px}.question-card h2{color:var(--yellow);font-weight:900}.question-card p{color:rgba(255,255,255,.75)}
.site-footer{width:100%;background:#1b1b1b;padding-top:70px}.footer-panel{background:#202020;border-radius:22px 22px 0 0;padding:44px 34px 36px}.footer-brand{color:#fff;text-decoration:none;font-family:Sora,Inter,sans-serif;font-weight:900}.footer-brand span{display:inline-grid;place-items:center;width:36px;height:36px;background:var(--yellow);color:#171717;border-radius:50%;margin-right:8px}.footer-links a{color:rgba(255,255,255,.72);text-decoration:none;font-weight:700;font-size:.9rem;margin:0 12px}.footer-links a:hover{color:var(--yellow)}.footer-contact{height:100%;display:flex;flex-direction:column;align-items:center;gap:8px}.footer-contact i{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,224,75,.45);color:var(--yellow);font-size:1.6rem}.footer-contact span{color:rgba(255,255,255,.62);font-weight:700}.footer-contact strong{color:var(--yellow);font-size:1.05rem;max-width:280px}.footer-bottom{background:var(--yellow);color:#171717;font-weight:900;font-size:.82rem;padding:13px 16px}
@media(max-width:991px){.site-navbar{padding:8px 0}.navbar-nav{background:transparent;border-radius:0;padding:18px 0}.navbar-nav .nav-link{color:#fff;padding:.65rem 0}.nav-cta{width:100%;margin-top:8px}.hero-section{min-height:auto}.min-vh-75{min-height:720px}.hero-copy h1{font-size:3.2rem}.quote-card{padding:18px}.section-pad{padding:70px 0}.quote-banner-inner{padding:45px 25px}.location-strip{grid-template-columns:repeat(5,140px);overflow-x:auto;padding-bottom:8px}.location-strip img{height:190px}.footer-panel{border-radius:0;padding:38px 20px}}
@media(max-width:575px){.hero-copy h1{font-size:2.45rem}.hero-copy .lead{font-size:1rem}.min-vh-75{min-height:780px}.section-title h2{font-size:2.1rem}.vehicle-card img{height:205px}.city-badge{top:181px}.quote-banner{padding:40px 0}.site-footer{padding-top:40px}}

/* Requested final fixes */
.brand-logo{height:38px;width:auto;display:block}.navbar-brand{padding:0}.brand-mark,.brand-text{display:none!important}
.feature-strip{padding:0!important}.feature-strip .container-fluid{overflow:visible!important}.marquee-track{animation:none!important;transform:none!important;white-space:normal;display:flex;flex-wrap:wrap;justify-content:center;gap:0;border-top:1px solid rgba(255,224,75,.16);border-bottom:1px solid rgba(255,224,75,.16)}.marquee-track span{display:inline-flex;align-items:center;gap:8px;padding:17px 22px;min-height:58px}.marquee-track i{margin-right:0}
.vehicle-card h3{max-width:68%}.vehicle-card strong{white-space:nowrap;color:#171717;background:var(--yellow)}
.location-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.location-cards figure{position:relative;margin:0;border-radius:18px;overflow:hidden;box-shadow:0 12px 34px rgba(29,25,15,.11);background:#111}.location-cards figure:nth-child(even){margin-top:28px}.location-cards img{width:100%;height:220px;object-fit:cover;border-radius:0;display:block;margin:0!important}.location-cards figcaption{position:absolute;left:10px;right:10px;bottom:10px;background:rgba(23,23,23,.82);color:var(--yellow);border:1px solid rgba(255,224,75,.35);border-radius:999px;padding:7px 10px;text-align:center;font-weight:900;font-size:.78rem;backdrop-filter:blur(8px)}
.footer-brand img{height:44px;width:auto}.footer-bottom .powered{display:inline-block;margin-left:12px}.footer-bottom a{color:#171717;text-decoration:underline;text-underline-offset:3px}.part-card i.ri-settings-3-fill{display:grid!important}
@media(max-width:991px){.brand-logo{height:36px}.marquee-track{justify-content:flex-start}.marquee-track span{width:50%;padding:14px 16px}.location-cards{grid-template-columns:repeat(5,160px);overflow-x:auto;padding-bottom:10px}.location-cards figure:nth-child(even){margin-top:0}.location-cards img{height:190px}.footer-bottom .powered{display:block;margin:4px 0 0}}
@media(max-width:575px){.marquee-track span{width:100%}.vehicle-card h3{max-width:62%}.brand-logo{height:34px}}
