/** Shopify CDN: Minification failed

Line 647:68 Expected ":"

**/
/* ==========================================================================
   STRASSE — Design System
   Deep gunmetal / charcoal, off-white type, motorsport red accent,
   condensed technical display face + monospace "dyno readout" data faces.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

:root{
  --black:        #0a0a0b;
  --charcoal:      #141518;
  --panel:         #1b1c20;
  --panel-2:       #212227;
  --line:          #2b2d32;
  --line-soft:     #232428;
  --white:         #f3f2ee;
  --steel:         #9a9ca1;
  --steel-dim:     #6c6e73;
  --red:           #c81e2c;
  --red-bright:    #e2313f;
  --red-dim:       #7a1319;
  --green-ok:      #4caf6b;

  --f-display: 'Oswald', 'Arial Narrow', sans-serif;
  --f-body:    'Inter', -apple-system, sans-serif;
  --f-mono:    'IBM Plex Mono', 'Courier New', monospace;

  --radius: 2px;
  --radius-lg: 3px;
  --ease: cubic-bezier(.16,.8,.28,1);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; scroll-behavior:auto !important; }
}

body{
  margin:0;
  background:var(--black);
  color:var(--white);
  font-family:var(--f-body);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; cursor:pointer; }
input,select,textarea{ font-family:inherit; }

:focus-visible{ outline:2px solid var(--red-bright); outline-offset:2px; }

.container{ max-width:1280px; margin:0 auto; padding:0 24px; }
@media (max-width:640px){ .container{ padding:0 18px; } }

.eyebrow{
  font-family:var(--f-mono);
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--red-bright);
  display:flex;
  align-items:center;
  gap:10px;
}
.eyebrow::before{
  content:"";
  width:22px; height:1px;
  background:var(--red-bright);
}

h1,h2,h3,h4{
  font-family:var(--f-display);
  text-transform:uppercase;
  letter-spacing:.01em;
  font-weight:600;
  margin:0;
  line-height:1.05;
}

.section-title{
  font-size:clamp(28px,4vw,44px);
  margin-top:10px;
}
.section-sub{
  color:var(--steel);
  font-family:var(--f-body);
  font-size:16px;
  max-width:560px;
  margin-top:14px;
}
.section-head{ margin-bottom:44px; }
.section-head.center{ text-align:center; margin-left:auto; margin-right:auto; }
.section-head.center .section-sub{ margin-left:auto; margin-right:auto; }
.section-head.center .eyebrow{ justify-content:center; }
.section-head.center .eyebrow::before,.section-head.center .eyebrow::after{ content:"" }

section{ padding:88px 0; border-top:1px solid var(--line-soft); }
@media (max-width:768px){ section{ padding:56px 0; } }
.section-tight{ padding:56px 0; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-family:var(--f-display);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:14px;
  font-weight:600;
  padding:16px 30px;
  border-radius:var(--radius);
  border:1px solid transparent;
  transition:all .25s var(--ease);
  white-space:nowrap;
}
.btn-primary{ background:var(--red); color:#fff; border-color:var(--red); }
.btn-primary:hover{ background:var(--red-bright); border-color:var(--red-bright); transform:translateY(-1px); box-shadow:0 8px 24px rgba(200,30,44,.35); }
.btn-outline{ background:transparent; color:var(--white); border-color:var(--line); }
.btn-outline:hover{ border-color:var(--white); background:rgba(255,255,255,.04); }
.btn-ghost{ background:transparent; color:var(--steel); border:none; padding:10px 0; letter-spacing:.06em; }
.btn-ghost:hover{ color:var(--white); }
.btn-block{ width:100%; }
.btn-sm{ padding:11px 18px; font-size:12px; }

/* ---------- Top bar / Nav ---------- */
.topbar{
  background:var(--black);
  border-bottom:1px solid var(--line-soft);
  font-family:var(--f-mono);
  font-size:11.5px;
  letter-spacing:.05em;
  color:var(--steel);
}
.topbar .container{ display:flex; justify-content:space-between; align-items:center; padding-top:8px; padding-bottom:8px; gap:12px; }
.topbar .tb-right{ display:flex; gap:22px; }
.topbar span.dot{ color:var(--red-bright); }
@media (max-width:640px){ .topbar .tb-right a:nth-child(3){ display:none; } }

header.site-header{
  position:sticky; top:0; z-index:100;
  background:rgba(10,10,11,.88);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line-soft);
}
.nav-row{
  display:flex; align-items:center; justify-content:space-between;
  padding:16px 0;
  gap:24px;
}
.logo{
  font-family:var(--f-display);
  font-size:24px;
  font-weight:700;
  letter-spacing:.06em;
  display:flex;
  align-items:baseline;
  gap:2px;
}
.logo .mark{ color:var(--red-bright); }

.main-nav{ display:flex; gap:30px; }
.main-nav a{
  font-family:var(--f-display);
  font-size:13.5px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--steel);
  padding:6px 0;
  border-bottom:2px solid transparent;
  transition:color .2s, border-color .2s;
}
.main-nav a:hover, .main-nav a.active{ color:var(--white); border-color:var(--red); }

.nav-actions{ display:flex; align-items:center; gap:18px; }
.nav-icon-btn{ color:var(--white); font-size:18px; position:relative; }
.cart-count{
  position:absolute; top:-8px; right:-10px;
  background:var(--red); color:#fff;
  font-family:var(--f-mono); font-size:10px;
  width:16px; height:16px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
}
.menu-toggle{ display:none; background:none; border:none; color:var(--white); font-size:22px; }

@media (max-width:960px){
  .main-nav{ display:none; }
  .menu-toggle{ display:block; }
}

.mobile-nav{
  display:none;
  flex-direction:column;
  background:var(--charcoal);
  border-bottom:1px solid var(--line);
}
.mobile-nav.open{ display:flex; }
.mobile-nav a{
  padding:16px 24px;
  border-bottom:1px solid var(--line-soft);
  font-family:var(--f-display);
  letter-spacing:.05em;
  text-transform:uppercase;
  font-size:14px;
  color:var(--steel);
}
.mobile-nav a:hover{ color:var(--white); }

/* ---------- Hero ---------- */
.hero{
  position:relative;
  min-height:88vh;
  display:flex;
  align-items:flex-end;
  background:
    linear-gradient(180deg, rgba(10,10,11,.35) 0%, rgba(10,10,11,.55) 45%, rgba(10,10,11,.97) 100%),
    radial-gradient(ellipse at 30% 20%, rgba(60,10,14,.25), transparent 55%),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1600" height="1000"><rect width="1600" height="1000" fill="%23111214"/></svg>');
  background-size:cover;
  background-position:center;
  overflow:hidden;
}
.hero-media{
  position:absolute; inset:0;
  background-size:cover; background-position:center 40%;
  filter:grayscale(15%) contrast(1.08) brightness(.62);
  transform:scale(1.04);
  z-index:0;
}
.hero-scrim{
  position:absolute; inset:0; z-index:1;
  background:linear-gradient(180deg, rgba(8,8,9,.25) 0%, rgba(8,8,9,.35) 40%, rgba(8,8,9,.98) 100%);
}
.hero-inner{ position:relative; z-index:2; padding-bottom:72px; width:100%; }
.hero-eyebrow{
  font-family:var(--f-mono); font-size:12.5px; letter-spacing:.22em;
  color:var(--steel); text-transform:uppercase; margin-bottom:20px;
  display:flex; align-items:center; gap:10px;
}
.hero-eyebrow .blip{ width:7px; height:7px; border-radius:50%; background:var(--red-bright); box-shadow:0 0 10px var(--red-bright); animation:pulse 1.6s infinite; }
@keyframes pulse{ 0%,100%{opacity:1;} 50%{opacity:.35;} }

.hero h1{
  font-size:clamp(40px,7.4vw,92px);
  line-height:.98;
  max-width:15ch;
}
.hero h1 em{ font-style:normal; color:var(--red-bright); }
.hero-sub{
  font-family:var(--f-body); font-size:clamp(15px,1.6vw,19px);
  color:var(--steel); max-width:520px; margin-top:24px;
}
.hero-cta{ display:flex; gap:16px; margin-top:38px; flex-wrap:wrap; }

.hero-readout{
  position:relative; z-index:2;
  display:flex; gap:0; margin-top:56px;
  border-top:1px solid var(--line);
  flex-wrap:wrap;
}
.readout-item{
  font-family:var(--f-mono);
  padding:14px 28px 0 0; margin-right:28px;
  border-right:1px solid var(--line);
}
.readout-item:last-child{ border-right:none; }
.readout-num{ font-size:22px; color:var(--white); letter-spacing:.02em; }
.readout-num .unit{ font-size:12px; color:var(--red-bright); margin-left:3px; }
.readout-label{ font-size:10.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--steel-dim); margin-top:4px; }

/* ---------- Vehicle selector (build-sheet) ---------- */
.vsel{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:32px;
  margin-top:-92px;
  position:relative; z-index:5;
  box-shadow:0 30px 60px rgba(0,0,0,.5);
}
@media (max-width:768px){ .vsel{ margin-top:-40px; padding:22px; } }
.vsel-top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:20px; flex-wrap:wrap; gap:10px; }
.vsel-title{ font-family:var(--f-display); text-transform:uppercase; letter-spacing:.08em; font-size:15px; color:var(--white); display:flex; align-items:center; gap:10px; }
.vsel-title .chip{ background:var(--red); font-family:var(--f-mono); font-size:10px; padding:3px 8px; border-radius:2px; letter-spacing:.05em; }
.vsel-grid{ display:grid; grid-template-columns:repeat(5,1fr) auto; gap:14px; align-items:end; }
@media (max-width:1000px){ .vsel-grid{ grid-template-columns:repeat(2,1fr); } .vsel-grid .btn{ grid-column:span 2; } }
.field{ display:flex; flex-direction:column; gap:8px; }
.field label{ font-family:var(--f-mono); font-size:10.5px; letter-spacing:.12em; text-transform:uppercase; color:var(--steel-dim); }
.field select{
  background:var(--panel-2); border:1px solid var(--line); color:var(--white);
  padding:13px 12px; border-radius:var(--radius); font-size:14px;
  appearance:none;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6"><path d="M0 0l5 6 5-6z" fill="%239a9ca1"/></svg>');
  background-repeat:no-repeat; background-position:right 12px center;
}
.field select:focus{ border-color:var(--red-bright); }

/* ---------- Brand tiles ---------- */
.brand-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:2px; background:var(--line); }
@media (max-width:768px){ .brand-grid{ grid-template-columns:1fr; } }
.brand-tile{
  background:var(--charcoal);
  aspect-ratio:16/11;
  position:relative;
  overflow:hidden;
  display:flex; align-items:flex-end;
  padding:28px;
  transition:background .3s;
}
.brand-tile:hover{ background:#1e1f23; }
.brand-tile .bt-img{
  position:absolute; inset:0; background-size:cover; background-position:center;
  opacity:.5; filter:grayscale(30%) contrast(1.1);
  transition:opacity .35s var(--ease), transform .5s var(--ease);
}
.brand-tile:hover .bt-img{ opacity:.75; transform:scale(1.04); }
.brand-tile .bt-scrim{ position:absolute; inset:0; background:linear-gradient(0deg, rgba(10,10,11,.94), rgba(10,10,11,.15) 60%); }
.brand-tile .bt-content{ position:relative; z-index:2; }
.brand-tile h3{ font-size:30px; }
.brand-tile p{ font-family:var(--f-mono); font-size:11.5px; color:var(--steel); letter-spacing:.08em; margin-top:8px; text-transform:uppercase; }
.brand-tile .bt-arrow{ margin-top:16px; font-family:var(--f-mono); font-size:12px; color:var(--red-bright); display:flex; align-items:center; gap:6px; }

/* ---------- Product cards ---------- */
.product-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
@media (max-width:960px){ .product-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:640px){ .product-grid{ grid-template-columns:1fr; } }

.card{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  overflow:hidden;
  transition:border-color .25s, transform .25s;
  display:flex; flex-direction:column;
}
.card:hover{ border-color:#3a3c42; transform:translateY(-3px); }
.card-media{ position:relative; aspect-ratio:4/3; background:var(--charcoal); overflow:hidden; }
.card-media img{ width:100%; height:100%; object-fit:cover; transition:transform .5s var(--ease); }
.card:hover .card-media img{ transform:scale(1.06); }
.card-badges{ position:absolute; top:12px; left:12px; display:flex; gap:6px; flex-wrap:wrap; }
.badge{
  font-family:var(--f-mono); font-size:10px; letter-spacing:.06em; text-transform:uppercase;
  padding:4px 8px; border-radius:2px; background:rgba(10,10,11,.85); border:1px solid var(--line); color:var(--steel);
}
.badge.red{ background:var(--red); border-color:var(--red); color:#fff; }
.badge.ok{ color:var(--green-ok); border-color:rgba(76,175,107,.4); }
.card-body{ padding:20px; display:flex; flex-direction:column; gap:12px; flex:1; }
.card-fit{ font-family:var(--f-mono); font-size:11px; color:var(--steel-dim); letter-spacing:.03em; }
.card-title{ font-family:var(--f-display); font-size:18px; text-transform:none; letter-spacing:.01em; }
.card-specs{ display:flex; gap:14px; flex-wrap:wrap; margin-top:2px; }
.spec-mini{ font-family:var(--f-mono); font-size:10.5px; color:var(--steel); display:flex; flex-direction:column; gap:2px; }
.spec-mini b{ color:var(--white); font-size:12px; font-weight:500; }
.card-foot{ display:flex; align-items:center; justify-content:space-between; margin-top:auto; padding-top:12px; border-top:1px solid var(--line-soft); }
.price{ font-family:var(--f-display); font-size:20px; }
.price .from{ font-size:10.5px; color:var(--steel-dim); text-transform:uppercase; font-family:var(--f-mono); display:block; letter-spacing:.08em; }
.ship-note{ font-family:var(--f-mono); font-size:10.5px; color:var(--steel-dim); }

/* ---------- Category tiles ---------- */
.cat-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:2px; background:var(--line); }
@media (max-width:900px){ .cat-grid{ grid-template-columns:repeat(2,1fr); } }
.cat-tile{
  background:var(--charcoal); padding:30px 22px; min-height:150px;
  display:flex; flex-direction:column; justify-content:space-between;
  transition:background .25s;
}
.cat-tile:hover{ background:#1c1d21; }
.cat-tile .cat-num{ font-family:var(--f-mono); font-size:11px; color:var(--red-bright); }
.cat-tile h4{ font-size:17px; margin-top:20px; }
.cat-tile p{ font-family:var(--f-mono); font-size:11px; color:var(--steel-dim); margin-top:6px; }

/* ---------- Benefits ---------- */
.benefit-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
@media (max-width:900px){ .benefit-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:600px){ .benefit-grid{ grid-template-columns:1fr; } }
.benefit{ background:var(--charcoal); padding:30px 26px; }
.benefit .b-icon{ color:var(--red-bright); font-family:var(--f-mono); font-size:13px; margin-bottom:14px; letter-spacing:.05em; }
.benefit h4{ font-size:16px; text-transform:none; letter-spacing:.01em; margin-bottom:8px; font-weight:600; }
.benefit p{ color:var(--steel); font-size:14px; line-height:1.6; }

/* ---------- Sound gallery ---------- */
.sound-panel{
  background:var(--panel); border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:28px;
}
.sound-tabs{ display:flex; gap:8px; margin-bottom:22px; flex-wrap:wrap; }
.sound-tab{
  font-family:var(--f-mono); font-size:11.5px; letter-spacing:.06em; text-transform:uppercase;
  padding:10px 16px; border:1px solid var(--line); border-radius:20px; color:var(--steel);
  background:transparent; transition:all .2s;
}
.sound-tab.active{ background:var(--red); border-color:var(--red); color:#fff; }
.sound-tab:hover:not(.active){ border-color:var(--steel); color:var(--white); }
.player{ display:flex; align-items:center; gap:18px; background:var(--panel-2); border:1px solid var(--line); border-radius:var(--radius); padding:18px 20px; }
.play-btn{
  width:46px; height:46px; border-radius:50%; background:var(--red); color:#fff; border:none;
  display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0;
  transition:background .2s;
}
.play-btn:hover{ background:var(--red-bright); }
.waveform{ flex:1; height:40px; display:flex; align-items:center; gap:2px; overflow:hidden; }
.waveform span{ flex:1; background:var(--line); border-radius:1px; transition:background .2s; }
.waveform span.played{ background:var(--red-bright); }
.player-meta{ font-family:var(--f-mono); font-size:11px; color:var(--steel-dim); white-space:nowrap; }

/* ---------- Process / Tested ---------- */
.process-list{ display:flex; flex-direction:column; }
.process-item{ display:grid; grid-template-columns:90px 1fr; gap:24px; padding:26px 0; border-top:1px solid var(--line-soft); }
.process-item:last-child{ border-bottom:1px solid var(--line-soft); }
.process-num{ font-family:var(--f-mono); font-size:13px; color:var(--red-bright); }
.process-item h4{ font-size:18px; text-transform:none; letter-spacing:0; font-weight:600; margin-bottom:8px; }
.process-item p{ color:var(--steel); font-size:14.5px; max-width:640px; }

/* ---------- Reviews ---------- */
.review-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
@media (max-width:900px){ .review-grid{ grid-template-columns:1fr; } }
.review-card{ background:var(--panel); border:1px solid var(--line); padding:24px; border-radius:var(--radius-lg); display:flex; flex-direction:column; gap:14px; }
.stars{ color:var(--red-bright); letter-spacing:2px; font-size:13px; }
.review-card p{ color:#d8d7d3; font-size:14.5px; line-height:1.65; }
.review-meta{ font-family:var(--f-mono); font-size:11px; color:var(--steel-dim); display:flex; justify-content:space-between; border-top:1px solid var(--line-soft); padding-top:12px; }
.review-photos{ display:flex; gap:2px; margin-top:26px; }
.review-photos .rp{ flex:1; aspect-ratio:1; background:var(--charcoal); background-size:cover; background-position:center; filter:grayscale(30%); }

/* ---------- Install partners ---------- */
.partner-strip{ display:flex; flex-wrap:wrap; gap:1px; background:var(--line); border:1px solid var(--line); }
.partner-cell{ flex:1 1 200px; background:var(--charcoal); padding:22px; text-align:center; }
.partner-cell b{ display:block; font-family:var(--f-display); letter-spacing:.04em; font-size:15px; }
.partner-cell span{ font-family:var(--f-mono); font-size:11px; color:var(--steel-dim); }

/* ---------- Signup ---------- */
.signup{
  background:linear-gradient(135deg, var(--charcoal), #0f0f11);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:52px;
  display:flex; align-items:center; justify-content:space-between; gap:40px;
  flex-wrap:wrap;
}
.signup-copy{ max-width:420px; }
.signup-form{ display:flex; gap:10px; flex:1; min-width:280px; flex-wrap:wrap; }
.signup-form input{
  background:var(--panel-2); border:1px solid var(--line); color:var(--white);
  padding:15px 16px; border-radius:var(--radius); flex:1; min-width:200px; font-size:14px;
}
.signup-note{ font-family:var(--f-mono); font-size:10.5px; color:var(--steel-dim); margin-top:12px; }

/* ---------- Footer ---------- */
footer{ background:var(--charcoal); border-top:1px solid var(--line); padding-top:64px; }
.footer-grid{ display:grid; grid-template-columns:1.6fr repeat(4,1fr); gap:32px; padding-bottom:48px; }
@media (max-width:900px){ .footer-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .footer-grid{ grid-template-columns:1fr; } }
.footer-brand .logo{ margin-bottom:14px; }
.footer-brand p{ color:var(--steel); font-size:13.5px; max-width:280px; }
.footer-social{ display:flex; gap:12px; margin-top:20px; }
.footer-social a{ width:34px; height:34px; border:1px solid var(--line); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13px; color:var(--steel); }
.footer-social a:hover{ border-color:var(--red-bright); color:var(--white); }
.footer-col h5{ font-family:var(--f-mono); font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:var(--steel-dim); margin-bottom:16px; }
.footer-col ul li{ margin-bottom:11px; }
.footer-col ul li a{ color:var(--steel); font-size:14px; }
.footer-col ul li a:hover{ color:var(--white); }
.footer-bottom{ border-top:1px solid var(--line); padding:24px 0; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; }
.footer-bottom p{ font-family:var(--f-mono); font-size:11px; color:var(--steel-dim); }
.footer-legal{ display:flex; gap:18px; flex-wrap:wrap; }
.footer-legal a{ font-family:var(--f-mono); font-size:11px; color:var(--steel-dim); }
.footer-legal a:hover{ color:var(--white); }
.emissions-note{
  background:var(--black); border-top:1px solid var(--line); padding:18px 0;
}
.emissions-note p{ font-family:var(--f-mono); font-size:11px; color:var(--steel-dim); line-height:1.7; max-width:1000px; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero{ padding:64px 0 48px; border-top:none; background:linear-gradient(180deg, var(--charcoal), var(--black)); }
.page-hero h1{ font-size:clamp(32px,5vw,56px); }
.breadcrumb{ font-family:var(--f-mono); font-size:11.5px; color:var(--steel-dim); letter-spacing:.05em; margin-bottom:18px; }
.breadcrumb a{ color:var(--steel); } .breadcrumb a:hover{ color:var(--white); }
.breadcrumb .sep{ margin:0 8px; }

/* ---------- Filters / shop layout ---------- */
.shop-layout{ display:grid; grid-template-columns:270px 1fr; gap:36px; align-items:start; }
@media (max-width:900px){ .shop-layout{ grid-template-columns:1fr; } }
.filters{ background:var(--panel); border:1px solid var(--line); border-radius:var(--radius-lg); padding:22px; position:sticky; top:96px; }
@media (max-width:900px){ .filters{ position:static; } }
.filter-group{ padding:16px 0; border-bottom:1px solid var(--line-soft); }
.filter-group:last-child{ border-bottom:none; }
.filter-group h5{ font-family:var(--f-mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--white); margin-bottom:12px; display:flex; justify-content:space-between; }
.filter-opt{ display:flex; align-items:center; gap:9px; padding:6px 0; font-size:13.5px; color:var(--steel); cursor:pointer; }
.filter-opt:hover{ color:var(--white); }
.filter-opt input{ accent-color:var(--red); }
.shop-toolbar{ display:flex; justify-content:space-between; align-items:center; margin-bottom:22px; flex-wrap:wrap; gap:12px; }
.result-count{ font-family:var(--f-mono); font-size:12.5px; color:var(--steel); }
.sort-select select{ background:var(--panel); border:1px solid var(--line); color:var(--white); padding:10px 12px; border-radius:var(--radius); font-size:13px; }
.chip-row{ display:flex; gap:8px; flex-wrap:wrap; margin-bottom:20px; }
.f-chip{ font-family:var(--f-mono); font-size:11px; background:var(--panel-2); border:1px solid var(--line); padding:6px 10px 6px 12px; border-radius:14px; display:flex; align-items:center; gap:8px; color:var(--steel); }

/* ---------- Product detail ---------- */
.pd-layout{ display:grid; grid-template-columns:1.1fr 1fr; gap:56px; }
@media (max-width:960px){ .pd-layout{ grid-template-columns:1fr; gap:32px; } }
.pd-gallery-main{ aspect-ratio:4/3; background:var(--charcoal); border-radius:var(--radius-lg); overflow:hidden; border:1px solid var(--line); }
.pd-gallery-main img{ width:100%; height:100%; object-fit:cover; }
.pd-thumbs{ display:grid; grid-template-columns:repeat(5,1fr); gap:8px; margin-top:8px; }
.pd-thumbs div{ aspect-ratio:1; background:var(--panel); border:1px solid var(--line); border-radius:2px; background-size:cover; background-position:center; cursor:pointer; }
.pd-thumbs div.active{ border-color:var(--red-bright); }
.pd-title-row{ display:flex; justify-content:space-between; align-items:flex-start; gap:16px; }
.pd-price{ font-family:var(--f-display); font-size:32px; }
.pd-avail{ font-family:var(--f-mono); font-size:12px; color:var(--green-ok); display:flex; align-items:center; gap:6px; margin-top:6px; }
.pd-avail .dot{ width:7px; height:7px; border-radius:50%; background:var(--green-ok); }
.pd-desc{ color:var(--steel); font-size:15px; margin-top:18px; line-height:1.7; }
.fit-box{
  margin-top:24px; background:var(--panel); border:1px solid var(--red-dim); border-radius:var(--radius-lg); padding:18px 20px;
}
.fit-box .fb-top{ display:flex; align-items:center; gap:10px; font-family:var(--f-mono); font-size:11.5px; letter-spacing:.06em; text-transform:uppercase; color:var(--red-bright); }
.fit-box select{ width:100%; margin-top:12px; background:var(--panel-2); border:1px solid var(--line); color:var(--white); padding:12px; border-radius:var(--radius); font-size:13.5px; }
.fit-result{ margin-top:12px; font-family:var(--f-mono); font-size:12.5px; padding:10px 12px; border-radius:2px; }
.fit-result.match{ background:rgba(76,175,107,.1); color:var(--green-ok); border:1px solid rgba(76,175,107,.3); }

.opt-group{ margin-top:24px; }
.opt-group label.ogl{ font-family:var(--f-mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--steel-dim); display:block; margin-bottom:10px; }
.opt-pills{ display:flex; gap:10px; flex-wrap:wrap; }
.opt-pill{ padding:11px 16px; border:1px solid var(--line); border-radius:var(--radius); font-size:13.5px; cursor:pointer; background:var(--panel-2); }
.opt-pill.selected{ border-color:var(--red-bright); background:rgba(200,30,44,.12); }

.pd-actions{ display:flex; gap:12px; margin-top:28px; }
.spec-table{ width:100%; border-collapse:collapse; margin-top:14px; }
.spec-table tr{ border-bottom:1px solid var(--line-soft); }
.spec-table td{ padding:12px 0; font-size:13.5px; }
.spec-table td:first-child{ color:var(--steel-dim); font-family:var(--f-mono); font-size:12px; width:44%; }

.tabs{ display:flex; gap:0; border-bottom:1px solid var(--line); margin-top:60px; overflow-x:auto; }
.tab-btn{ background:none; border:none; color:var(--steel); font-family:var(--f-display); letter-spacing:.05em; text-transform:uppercase; font-size:13.5px; padding:14px 22px; border-bottom:2px solid transparent; white-space:nowrap; }
.tab-btn.active{ color:var(--white); border-color:var(--red); }
.tab-panel{ display:none; padding:32px 0; }
.tab-panel.active{ display:block; }

.faq-item{ border-bottom:1px solid var(--line-soft); }
.faq-q{ display:flex; justify-content:space-between; align-items:center; padding:20px 0; cursor:pointer; font-family:var(--f-display); font-size:15px; letter-spacing:.01em; }
.faq-q .plus{ color:var(--red-bright); font-family:var(--f-mono); font-size:18px; transition:transform .2s; }
.faq-item.open .plus{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .3s var(--ease); color:var(--steel); font-size:14.5px; line-height:1.7; }
.faq-item.open .faq-a{ padding-bottom:20px; }

.diff-meter{ display:flex; gap:4px; margin-top:6px; }
.diff-meter span{ width:22px; height:6px; background:var(--line); border-radius:2px; }
.diff-meter span.on{ background:var(--red-bright); }

/* ---------- Generic content pages ---------- */
.prose h2{ font-size:24px; margin-top:44px; margin-bottom:14px; text-transform:none; letter-spacing:0; font-weight:700; }
.prose h3{ font-size:17px; margin-top:26px; margin-bottom:10px; text-transform:none; letter-spacing:0; font-weight:600; }
.prose p{ color:var(--steel); font-size:15px; line-height:1.75; margin-bottom:14px; max-width:760px; }
.prose ul{ list-style:disc; padding-left:22px; color:var(--steel); margin-bottom:14px; max-width:760px; }
.prose li{ margin-bottom:8px; font-size:15px; line-height:1.6; }
.prose strong{ color:var(--white); }

.two-col{ display:grid; grid-template-columns:1fr 1fr; gap:48px; }
@media (max-width:800px){ .two-col{ grid-template-columns:1fr; } }

.contact-card{ background:var(--panel); border:1px solid var(--line); border-radius:var(--radius-lg); padding:26px; margin-bottom:16px; }
.contact-card h4{ font-size:15px; text-transform:none; margin-bottom:6px; font-weight:600; }
.contact-card p{ color:var(--steel); font-size:14px; }
.form-row{ display:flex; flex-direction:column; gap:8px; margin-bottom:18px; }
.form-row label{ font-family:var(--f-mono); font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:var(--steel-dim); }
.form-row input, .form-row textarea, .form-row select{ background:var(--panel-2); border:1px solid var(--line); color:var(--white); padding:13px; border-radius:var(--radius); font-size:14px; }

.timeline{ border-left:1px solid var(--line); padding-left:28px; margin-left:6px; }
.tl-item{ position:relative; padding-bottom:36px; }
.tl-item::before{ content:""; position:absolute; left:-33px; top:4px; width:9px; height:9px; border-radius:50%; background:var(--red-bright); }
.tl-item h4{ font-size:15px; text-transform:none; font-weight:600; margin-bottom:6px; }
.tl-item p{ color:var(--steel); font-size:14px; }
.tl-item span{ font-family:var(--f-mono); font-size:11px; color:var(--steel-dim); }

.stat-strip{ display:flex; gap:0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); flex-wrap:wrap; }
.stat-cell{ flex:1; min-width:150px; padding:24px 26px; border-right:1px solid var(--line); }
.stat-cell:last-child{ border-right:none; }
.stat-cell b{ font-family:var(--f-display); font-size:30px; display:block; }
.stat-cell span{ font-family:var(--f-mono); font-size:11px; color:var(--steel-dim); letter-spacing:.06em; text-transform:uppercase; }

/* reveal on scroll */
.reveal{ opacity:0; transform:translateY(24px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in{ opacity:1; transform:translateY(0); }

/* ==========================================================================
   NEW COMPONENTS — dropdown nav, vehicle finder / search modals, cart,
   checkout, settings, account, sample-data badges
   ========================================================================== */

/* ---- Announcement bar reuses .topbar; nav dropdowns ---- */
.has-dropdown{ position:relative; }
.dd-trigger{ display:flex; align-items:center; gap:5px; cursor:pointer; }
.dd-trigger .caret{ font-size:9px; transition:transform .2s; }
.has-dropdown.open .dd-trigger .caret{ transform:rotate(180deg); }
.dropdown-panel{
  display:none;
  position:absolute; top:calc(100% + 14px); left:50%; transform:translateX(-50%);
  background:var(--panel); border:1px solid var(--line); border-radius:var(--radius-lg);
  min-width:220px; padding:10px; box-shadow:0 20px 40px rgba(0,0,0,.5); z-index:50;
}
.has-dropdown.open .dropdown-panel{ display:block; }
.dropdown-panel a{
  display:block; padding:10px 14px; font-size:13.5px; color:var(--steel); border-radius:2px;
}
.dropdown-panel a:hover{ background:var(--panel-2); color:var(--white); }
.dropdown-panel .dd-divider{ height:1px; background:var(--line-soft); margin:6px 4px; }

/* ---- Vehicle chip in header ---- */
.vehicle-chip{
  display:none; align-items:center; gap:8px;
  font-family:var(--f-mono); font-size:11px; color:var(--steel);
  background:var(--panel-2); border:1px solid var(--line); border-radius:20px; padding:7px 12px;
}
.vehicle-chip .vc-text{ color:var(--white); }
.vehicle-chip button{ background:none; border:none; color:var(--red-bright); font-family:var(--f-mono); font-size:10.5px; text-transform:uppercase; letter-spacing:.05em; padding:0; }
.vf-cta-btn{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--red); color:#fff; border:1px solid var(--red);
  font-family:var(--f-display); text-transform:uppercase; letter-spacing:.05em; font-size:12.5px;
  padding:11px 18px; border-radius:2px; white-space:nowrap;
}
.vf-cta-btn:hover{ background:var(--red-bright); }

/* ---- Modal overlay (shared by vehicle finder + search) ---- */
.vf-overlay{
  position:fixed; inset:0; z-index:300;
  background:rgba(6,6,7,.82); backdrop-filter:blur(4px);
  display:none; align-items:center; justify-content:center; padding:20px;
}
.vf-modal{
  background:var(--panel); border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:36px; max-width:760px; width:100%; position:relative;
  box-shadow:0 30px 80px rgba(0,0,0,.6);
}
.search-modal{ max-width:560px; }
.vf-modal h3{ font-size:22px; text-transform:uppercase; letter-spacing:.02em; }
.vf-close{
  position:absolute; top:18px; right:18px; background:none; border:none; color:var(--steel);
  font-size:26px; line-height:1; cursor:pointer;
}
.vf-close:hover{ color:var(--white); }
.vf-grid{ display:gr.vf-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:14px; margin-top:26px; }
@media (max-width:900px){ .vf-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:700px){ .vf-grid{ grid-template-columns:1fr; } }id; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:26px; }
@media (max-width:700px){ .vf-grid{ grid-template-columns:1fr; } }
.vf-grid select:disabled{ opacity:.4; cursor:not-allowed; }

/* ---- Sample / unverified data badge ---- */
.badge.sample{ background:rgba(226,178,61,.14); border-color:rgba(226,178,61,.4); color:#e2b23d; }
.data-notice{
  font-family:var(--f-mono); font-size:11.5px; color:#e2b23d; background:rgba(226,178,61,.08);
  border:1px solid rgba(226,178,61,.35); border-radius:2px; padding:10px 14px; margin-top:14px; line-height:1.6;
}
.verified-notice{
  font-family:var(--f-mono); font-size:11.5px; color:var(--green-ok); background:rgba(76,175,107,.08);
  border:1px solid rgba(76,175,107,.3); border-radius:2px; padding:10px 14px; margin-top:14px; line-height:1.6;
}

/* ---- Cart page / drawer ---- */
.cart-table{ width:100%; border-collapse:collapse; }
.cart-table th{ text-align:left; font-family:var(--f-mono); font-size:10.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--steel-dim); padding-bottom:14px; border-bottom:1px solid var(--line); }
.cart-table td{ padding:18px 0; border-bottom:1px solid var(--line-soft); vertical-align:middle; }
.cart-item-info{ display:flex; align-items:center; gap:16px; }
.cart-item-info img{ width:74px; height:74px; object-fit:cover; border-radius:2px; background:var(--charcoal); }
.qty-stepper{ display:inline-flex; align-items:center; border:1px solid var(--line); border-radius:2px; }
.qty-stepper button{ background:none; border:none; color:var(--white); width:32px; height:32px; font-size:15px; }
.qty-stepper button:hover{ background:var(--panel-2); }
.qty-stepper span{ width:34px; text-align:center; font-family:var(--f-mono); font-size:13px; }
.remove-link{ font-family:var(--f-mono); font-size:11px; color:var(--red-bright); background:none; border:none; }
.cart-summary{ background:var(--panel); border:1px solid var(--line); border-radius:var(--radius-lg); padding:26px; }
.cart-summary-row{ display:flex; justify-content:space-between; padding:10px 0; font-size:14px; color:var(--steel); border-bottom:1px solid var(--line-soft); }
.cart-summary-row.total{ color:var(--white); font-family:var(--f-display); font-size:18px; border-bottom:none; padding-top:16px; }
.empty-state{ text-align:center; padding:60px 20px; color:var(--steel); }
.empty-state .es-icon{ font-size:40px; margin-bottom:16px; opacity:.5; }

/* ---- Checkout steps ---- */
.checkout-steps{ display:flex; gap:0; margin-bottom:36px; }
.checkout-step{ flex:1; text-align:center; font-family:var(--f-mono); font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:var(--steel-dim); padding-bottom:14px; border-bottom:2px solid var(--line); }
.checkout-step.active{ color:var(--white); border-color:var(--red-bright); }

/* ---- Settings ---- */
.settings-row{ display:flex; justify-content:space-between; align-items:center; padding:20px 0; border-bottom:1px solid var(--line-soft); gap:20px; flex-wrap:wrap; }
.settings-row h4{ font-size:14.5px; text-transform:none; font-weight:600; }
.settings-row p{ color:var(--steel); font-size:13px; margin-top:4px; }
.pill-toggle{ display:flex; border:1px solid var(--line); border-radius:20px; overflow:hidden; }
.pill-toggle button{ background:none; border:none; color:var(--steel); font-family:var(--f-mono); font-size:11.5px; padding:9px 16px; }
.pill-toggle button.active{ background:var(--red); color:#fff; }

/* ---- Account pages ---- */
.auth-card{ max-width:420px; margin:0 auto; background:var(--panel); border:1px solid var(--line); border-radius:var(--radius-lg); padding:38px; }
.auth-card h1{ font-size:26px; margin-bottom:8px; }
.auth-card .section-sub{ margin-top:0; margin-bottom:26px; max-width:none; }
.auth-links{ display:flex; justify-content:space-between; margin-top:18px; font-family:var(--f-mono); font-size:12px; }
.auth-links a{ color:var(--steel); } .auth-links a:hover{ color:var(--white); }
.account-tabs{ display:flex; gap:0; border-bottom:1px solid var(--line); margin-bottom:32px; overflow-x:auto; }
.backend-banner{
  background:rgba(226,178,61,.08); border:1px solid rgba(226,178,61,.35); border-radius:var(--radius-lg);
  padding:18px 22px; margin-bottom:32px; font-family:var(--f-mono); font-size:12.5px; color:#e2b23d; line-height:1.7;
}

/* ---- Shop toolbar active vehicle banner ---- */
.active-filter-banner{
  display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap;
  background:var(--panel); border:1px solid var(--line); border-radius:var(--radius-lg); padding:16px 20px; margin-bottom:24px;
}
.active-filter-banner .aft-text{ font-family:var(--f-mono); font-size:12.5px; color:var(--steel); }
.active-filter-banner .aft-text b{ color:var(--white); }

/* ==========================================================================
   SHOPIFY THEME ADDITIONS — a11y, native filter facets, quantity input,
   customer account forms, form error states. Same design tokens as above.
   ========================================================================== */

.skip-to-content-link{
  position:absolute; top:-40px; left:0; background:var(--red); color:#fff;
  padding:12px 20px; z-index:1000; border-radius:0 0 4px 0; font-family:var(--f-mono); font-size:12px;
}
.skip-to-content-link:focus{ top:0; }

/* Native Shopify quantity input (used in product form + cart lines) */
.quantity-input{
  display:inline-flex; align-items:center; border:1px solid var(--line); border-radius:2px; overflow:hidden;
}
.quantity-input button{
  background:var(--panel-2); border:none; color:var(--white); width:36px; height:38px; font-size:16px; cursor:pointer;
}
.quantity-input button:hover{ background:var(--panel); }
.quantity-input input[type="number"]{
  width:48px; text-align:center; background:var(--panel); border:none; color:var(--white);
  font-family:var(--f-mono); font-size:13px; height:38px; -moz-appearance:textfield;
}
.quantity-input input[type="number"]::-webkit-inner-spin-button,
.quantity-input input[type="number"]::-webkit-outer-spin-button{ -webkit-appearance:none; margin:0; }

/* Native collection filters (facets) — collection.filters loop */
.facets{ display:flex; flex-direction:column; gap:0; }
.facet-group{ padding:16px 0; border-bottom:1px solid var(--line-soft); }
.facet-group:last-child{ border-bottom:none; }
.facet-group summary{ font-family:var(--f-mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--white); cursor:pointer; list-style:none; display:flex; justify-content:space-between; }
.facet-group summary::-webkit-details-marker{ display:none; }
.facet-group summary::after{ content:"+"; color:var(--red-bright); }
.facet-group[open] summary::after{ content:"\2212"; }
.facet-option{ display:flex; align-items:center; gap:9px; padding:7px 0; font-size:13.5px; color:var(--steel); }
.facet-option label{ cursor:pointer; }
.facet-option input{ accent-color:var(--red); }
.facet-option .count{ color:var(--steel-dim); font-family:var(--f-mono); font-size:11px; margin-left:auto; }
.active-facets{ display:flex; gap:8px; flex-wrap:wrap; margin-bottom:18px; }
.active-facets a{
  font-family:var(--f-mono); font-size:11px; background:var(--panel-2); border:1px solid var(--line);
  padding:6px 10px 6px 12px; border-radius:14px; color:var(--steel); display:inline-flex; align-items:center; gap:8px;
}

/* Pagination */
.pagination{ display:flex; gap:8px; justify-content:center; margin-top:40px; }
.pagination a, .pagination span{
  font-family:var(--f-mono); font-size:12.5px; width:36px; height:36px; display:flex; align-items:center; justify-content:center;
  border:1px solid var(--line); border-radius:2px; color:var(--steel);
}
.pagination a:hover{ border-color:var(--white); color:var(--white); }
.pagination .current{ background:var(--red); border-color:var(--red); color:#fff; }

/* Form errors (customer + contact forms use Shopify's native form.errors) */
.form-errors{
  background:rgba(200,30,44,.08); border:1px solid rgba(200,30,44,.35); border-radius:2px;
  padding:14px 18px; margin-bottom:20px; font-family:var(--f-mono); font-size:12.5px; color:var(--red-bright);
}
.form-errors ul{ list-style:disc; padding-left:20px; }
.form-success{
  background:rgba(76,175,107,.08); border:1px solid rgba(76,175,107,.3); border-radius:2px;
  padding:14px 18px; margin-bottom:20px; font-family:var(--f-mono); font-size:12.5px; color:var(--green-ok);
}

/* Cart line item table (native cart object) */
.cart-item-thumb{ width:74px; height:74px; object-fit:cover; border-radius:2px; background:var(--charcoal); }
.cart-line-error{ color:var(--red-bright); font-family:var(--f-mono); font-size:11px; margin-top:6px; }

/* Predictive search results panel */
.predictive-results{
  position:absolute; top:calc(100% + 8px); left:0; right:0; background:var(--panel); border:1px solid var(--line);
  border-radius:2px; max-height:420px; overflow-y:auto; box-shadow:0 20px 40px rgba(0,0,0,.5); z-index:60;
}
.predictive-results a.pr-row{ display:flex; align-items:center; gap:12px; padding:10px 14px; }
.predictive-results a.pr-row:hover{ background:var(--panel-2); }
.predictive-results img{ width:44px; height:44px; object-fit:cover; border-radius:2px; }

/* Theme-editor block spacing helper */
[data-shopify-editor-block]{ scroll-margin-top:120px; }
