:root{--red:#e61f2a;--red-dark:#b80f18;--black:#0d0d0e;--charcoal:#19191b;--ink:#202124;--muted:#65676b;--light:#f4f5f7;--white:#fff;--line:#e4e5e7;--max:1180px;--shadow:0 22px 60px rgba(0,0,0,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);line-height:1.65;background:#fff}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.container{width:min(92%,var(--max));margin:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.75rem;z-index:9999}.topbar{background:#080808;color:#eee;font-size:.82rem}.topbar-inner{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:1rem}.topbar a{font-weight:800;color:#fff}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-wrap{min-height:84px;display:flex;align-items:center;justify-content:space-between}.brand img{width:260px;max-height:70px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:1.65rem;font-weight:750}.main-nav>a:not(.btn):hover{color:var(--red)}.menu-toggle{display:none;background:#111;color:#fff;border:0;border-radius:8px;padding:.65rem .85rem;font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);border:2px solid var(--red);color:#fff;border-radius:8px;padding:.9rem 1.35rem;font-weight:850;transition:.2s;cursor:pointer}.btn:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-2px);box-shadow:0 12px 28px rgba(230,31,42,.26)}.btn-small{padding:.58rem 1rem}.btn-outline{background:transparent;border-color:#fff}.btn-outline:hover{background:#fff;color:#111;border-color:#fff}.btn-light{background:#fff;color:#111;border-color:#fff}.btn-dark-outline{background:transparent;color:#111;border-color:#111}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 20%,#353538 0,transparent 30%),linear-gradient(125deg,#09090a 0%,#151517 62%,#242427 100%);color:#fff}.hero:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(115deg,transparent 0 80px,rgba(255,255,255,.025) 80px 82px)}.hero-grid{position:relative;z-index:2;min-height:670px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:4rem;padding:5.5rem 0}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.78rem;font-weight:850;color:#ff777e;margin:0 0 .7rem}.eyebrow.dark{color:var(--red)}h1,h2,h3{font-family:Oswald,Inter,sans-serif;line-height:1.08;margin:0 0 1rem}h1{font-size:clamp(3.3rem,6.8vw,6.4rem);text-transform:uppercase;letter-spacing:-.02em}h1 span{color:var(--red)}h2{font-size:clamp(2.3rem,4vw,4rem);text-transform:uppercase}.lead{font-size:1.2rem;max-width:690px;color:#d7d7d9}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}.proof-row{display:flex;flex-wrap:wrap;gap:1.25rem;color:#e6e6e7;font-weight:700;font-size:.88rem}.hero-panel{position:relative;min-height:440px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(155deg,rgba(255,255,255,.12),rgba(255,255,255,.035));border-radius:28px;box-shadow:0 35px 80px rgba(0,0,0,.45);display:grid;place-items:center;overflow:hidden}.hero-panel:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:var(--red);right:-100px;top:-100px}.tire-art{width:275px;height:275px;border-radius:50%;background:radial-gradient(circle,#fafafa 0 16%,#303035 17% 26%,#0a0a0b 27% 55%,#404044 56% 61%,#0c0c0d 62%);box-shadow:0 25px 50px rgba(0,0,0,.5);display:grid;place-items:center;transform:rotate(-9deg)}.tire-center{font-family:Oswald;font-size:2rem;font-weight:800;letter-spacing:.08em;transform:rotate(9deg)}.hero-panel-copy{position:absolute;bottom:1.8rem;left:2rem;display:flex;flex-direction:column}.hero-panel-copy strong{font-family:Oswald;font-size:2.3rem;text-transform:uppercase}.hero-panel-copy span{color:#ff777e;font-weight:800}.finder{background:var(--light);padding-bottom:5rem}.finder-card{position:relative;z-index:5;transform:translateY(-58px);background:#fff;border-radius:18px;padding:2rem;box-shadow:var(--shadow);display:grid;grid-template-columns:.9fr 1.6fr;gap:2rem;align-items:end}.finder-heading h2{font-size:2.4rem}.finder-form{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem;align-items:end}.finder-form label{font-size:.8rem;font-weight:800}.finder-form select{width:100%;margin-top:.4rem;padding:.9rem;border:1px solid #d3d5d8;border-radius:8px;background:#fff;font:inherit}.finder-result{grid-column:1/-1;padding:.9rem 1rem;border-radius:8px;background:#f8f8f8;font-weight:750;display:none}.finder-result.show{display:block}.section{padding:6rem 0}.section-title{max-width:730px;margin-bottom:3rem}.section-title.centered{text-align:center;margin-left:auto;margin-right:auto}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.category-grid a{position:relative;overflow:hidden;background:#111;color:#fff;border-radius:14px;padding:2rem;min-height:230px;transition:.25s}.category-grid a:before{content:"";position:absolute;width:150px;height:150px;border:24px solid rgba(230,31,42,.32);border-radius:50%;right:-68px;bottom:-70px}.category-grid a:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.category-grid span{color:#ff777e;font-weight:850}.category-grid h3{font-size:1.8rem;margin-top:2.5rem}.category-grid p{color:#ccc}.services{background:#f6f6f7}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.service-grid article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.7rem;transition:.2s}.service-grid article:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(0,0,0,.08)}.service-grid b{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#ffe7e9;color:var(--red);font-size:.8rem}.service-grid h3{font-size:1.45rem;margin-top:1.4rem}.service-grid p{color:var(--muted)}.about{background:#101011;color:#fff;padding:6rem 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-photo img{width:100%;height:470px;object-fit:cover;border-radius:18px;box-shadow:0 25px 65px rgba(0,0,0,.4)}.about-copy p{color:#d0d0d2}.about-copy ul{list-style:none;padding:0;margin:1.7rem 0}.about-copy li{margin:.75rem 0}.about-copy li:before{content:"✓";color:var(--red);font-weight:900;margin-right:.7rem}.gallery{background:#fff}.gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:245px;gap:1rem}.gallery-grid figure{margin:0;border-radius:14px;overflow:hidden;background:#eee}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:.35s}.gallery-grid figure:hover img{transform:scale(1.045)}.gallery-grid .wide{grid-row:span 2}.reviews{background:var(--red);color:#fff;padding:5.5rem 0}.reviews-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.reviews-grid p{max-width:600px}.reviews-grid img{background:#fff;padding:1rem;border-radius:18px;max-height:300px;margin:auto}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:3rem}.contact-lead{font-size:1.08rem;color:var(--muted)}.contact-list p{margin:1.2rem 0}.contact-list strong{display:block;color:#111}.contact-list a{color:var(--red);font-size:1.35rem;font-weight:850}.contact-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.7rem}.contact iframe{width:100%;min-height:470px;border:0;border-radius:16px;box-shadow:var(--shadow)}.faq{background:#f6f6f7}.faq-list{max-width:900px;margin:auto}.faq details{background:#fff;border:1px solid var(--line);border-radius:10px;padding:1.1rem 1.3rem;margin:.8rem 0}.faq summary{cursor:pointer;font-weight:800}.faq details p{color:var(--muted)}footer{background:#09090a;color:#d7d7d9;padding-top:4rem}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:3rem;padding-bottom:3rem}.footer-brand img{width:245px;background:#fff;padding:.45rem;border-radius:8px}.footer-grid h3{color:#fff}.footer-grid a{display:block;margin:.42rem 0}.footer-grid a:hover{color:#fff}.copyright{text-align:center;border-top:1px solid #272729;padding:1rem;font-size:.84rem}.mobile-actions{display:none}
@media(max-width:940px){.topbar-inner span:nth-child(2){display:none}.main-nav{position:absolute;left:0;right:0;top:84px;background:#fff;display:none;flex-direction:column;align-items:flex-start;padding:1.3rem 4%;box-shadow:0 14px 28px rgba(0,0,0,.12)}.main-nav.open{display:flex}.menu-toggle{display:block}.hero-grid{grid-template-columns:1fr}.hero-panel{display:none}.finder-card,.about-grid,.reviews-grid,.contact-grid{grid-template-columns:1fr}.finder-form{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid .wide{grid-column:span 2}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.topbar-inner{justify-content:center}.topbar-inner span{display:none}.brand img{width:185px}.hero-grid{min-height:650px;padding:4.7rem 0}.hero-actions{flex-direction:column;align-items:stretch}.proof-row{flex-direction:column;gap:.45rem}.finder-card{padding:1.3rem}.finder-form,.category-grid,.service-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:230px}.gallery-grid .wide{grid-column:auto;grid-row:auto}.footer-grid{grid-template-columns:1fr}.mobile-actions{position:fixed;display:grid;grid-template-columns:1fr 1fr;left:0;right:0;bottom:0;z-index:1200;box-shadow:0 -8px 25px rgba(0,0,0,.18)}.mobile-actions a{padding:.9rem;text-align:center;background:var(--red);color:#fff;font-weight:850}.mobile-actions a+ a{background:#111}body{padding-bottom:54px}}

/* BPT hero update: larger logo and technician promotion */
.hero-panel-tech{padding:0;background:#080808;display:block;min-height:500px;border-radius:28px;overflow:hidden}
.hero-panel-tech:after{display:none}
.hero-panel-tech img{width:100%;height:100%;min-height:500px;object-fit:cover;object-position:center top}
@media(max-width:1100px) and (min-width:941px){.brand img{width:235px}.main-nav{gap:1.1rem}.hero-grid{gap:2.5rem}.hero-panel-tech{min-height:455px}.hero-panel-tech img{min-height:455px}}
@media(max-width:620px){.brand img{width:205px;max-height:64px}}

/* Hero image fit correction */
.hero-panel-tech{
  background:#080808;
  padding:14px;
}
.hero-panel-tech img{
  width:100%;
  height:100%;
  min-height:472px;
  object-fit:contain;
  object-position:center;
  border-radius:18px;
}

/* Category cards with product imagery */
.category-card{
  padding:0!important;
  min-height:320px!important;
  display:flex;
  flex-direction:column;
  background:#101011!important;
}
.category-card:before{display:none!important}
.category-card img{
  width:100%;
  height:155px;
  object-fit:cover;
  object-position:center;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.category-content{padding:1.35rem 1.5rem 1.5rem}
.category-content h3{margin:.55rem 0 .35rem!important}
.category-content p{margin:0;color:#ccc}
@media(max-width:1100px) and (min-width:941px){
  .hero-panel-tech img{min-height:427px}
}
