  :root{
    --suz-navy:#070707;
    --suz-panel:#121212;
    --suz-panel-2:#1a1a1a;
    --suz-blue:#7a0010;
    --suz-blue-bright:#e2001a;
    --suz-red:#e2001a;
    --suz-white:#ffffff;
    --suz-mute:#9a9a9a;
    --suz-line:rgba(255,255,255,0.09);
    --radius:14px;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--suz-navy);
    color:var(--suz-white);
    font-family:'Inter',sans-serif;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3,h4,.display-font{
    font-family:'Teko',sans-serif;
    text-transform:uppercase;
    letter-spacing:.5px;
    font-weight:600;
  }
  .eyebrow{
    font-family:'Oswald',sans-serif;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:.72rem;
    color:var(--suz-blue-bright);
    font-weight:600;
  }
  a{text-decoration:none;}

  /* ---- Racing stripe signature ---- */
  .stripe-bar{
    height:3px;
    width:100%;
    background:var(--suz-red);
  }

  /* ---- Navbar ---- */
  .navbar-suzuki{
    background:rgba(4,4,4,0.94);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--suz-line);
  }
  .brand-mark{
    font-family:'Teko',sans-serif;
    font-weight:700;
    font-size:1.7rem;
    letter-spacing:1px;
    color:var(--suz-white)!important;
  }
  .brand-mark span{color:var(--suz-red);}
  .navbar-suzuki .nav-link{
    color:var(--suz-mute);
    font-family:'Oswald',sans-serif;
    font-size:.85rem;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:500;
    margin:0 .4rem;
  }
  .navbar-suzuki .nav-link:hover,.navbar-suzuki .nav-link.active{color:var(--suz-white);}
  .icon-btn{
    color:var(--suz-white);
    background:var(--suz-panel-2);
    border:1px solid var(--suz-line);
    border-radius:50%;
    width:40px;height:40px;
    display:inline-flex;align-items:center;justify-content:center;
    position:relative;
  }
  .icon-btn:hover{border-color:var(--suz-blue-bright);color:var(--suz-blue-bright);}
  .cart-count{
    position:absolute;top:-6px;right:-6px;
    background:var(--suz-red);color:#fff;
    font-size:.65rem;font-weight:700;
    border-radius:50%;width:18px;height:18px;
    display:flex;align-items:center;justify-content:center;
  }

  /* ---- Hero ---- */
  .hero{
    position:relative;
    padding:6.5rem 0 4.5rem;
    overflow:hidden;
    background:
      radial-gradient(ellipse at 20% 0%, rgba(226,0,26,.18), transparent 55%),
      radial-gradient(ellipse at 90% 30%, rgba(226,0,26,.12), transparent 50%),
      var(--suz-navy);
  }
  .hero:before{
    content:"";
    position:absolute; inset:0;
    background:
      repeating-linear-gradient(115deg, transparent 0 140px, rgba(244,246,251,.035) 140px 142px, transparent 142px 280px);
    pointer-events:none;
  }
  .hero h1{
    font-size:clamp(3rem,7vw,5.6rem);
    line-height:.95;
    margin-bottom:1rem;
  }
  .hero h1 em{
    font-style:normal;
    background:linear-gradient(90deg,var(--suz-red),#ff6b6b);
    -webkit-background-clip:text;background-clip:text;color:transparent;
  }
  .hero p.lead{color:var(--suz-mute);max-width:560px;font-size:1.05rem;}
  .stat-strip{
    display:flex;gap:2.5rem;flex-wrap:wrap;margin-top:2.5rem;
  }
  .stat-strip .num{font-family:'Teko',sans-serif;font-size:2.2rem;font-weight:600;line-height:1;color:var(--suz-white);}
  .stat-strip .lbl{font-size:.72rem;color:var(--suz-mute);text-transform:uppercase;letter-spacing:1px;}

  .btn-suzuki{
    background:var(--suz-red);border:1px solid var(--suz-red);color:#fff;
    font-family:'Oswald',sans-serif;text-transform:uppercase;letter-spacing:1px;
    font-weight:600;font-size:.85rem;padding:.75rem 1.6rem;border-radius:8px;
  }
  .btn-suzuki:hover{background:#ff1a33;border-color:#ff1a33;color:#fff;}
  .btn-outline-suzuki{
    background:transparent;border:1px solid var(--suz-line);color:var(--suz-white);
    font-family:'Oswald',sans-serif;text-transform:uppercase;letter-spacing:1px;
    font-weight:600;font-size:.85rem;padding:.75rem 1.6rem;border-radius:8px;
  }
  .btn-outline-suzuki:hover{border-color:var(--suz-blue-bright);color:var(--suz-blue-bright);}

  /* ---- Section heads ---- */
  .section-pad{padding:4.5rem 0;}
  .section-head h2{font-size:2.6rem;margin-bottom:.25rem;}
  .section-head p{color:var(--suz-mute);max-width:520px;}

  /* ---- Product Card ---- */
  .bike-card{
    background:linear-gradient(180deg,var(--suz-panel-2),var(--suz-panel));
    border:1px solid var(--suz-line);
    border-radius:var(--radius);
    overflow:hidden;
    height:100%;
    transition:transform .2s ease, border-color .2s ease;
    display:flex;flex-direction:column;
  }
  .bike-card:hover{transform:translateY(-6px); border-color:rgba(226,0,26,.45);}
  .bike-media{
    position:relative;
    height:200px;
    background:
      radial-gradient(ellipse at 30% 20%, rgba(226,0,26,.22), transparent 60%),
      radial-gradient(ellipse at 80% 80%, rgba(226,0,26,.14), transparent 55%),
      #0a0a0a;
    display:flex;align-items:center;justify-content:center;
    border-bottom:1px solid var(--suz-line);
    overflow:hidden;
  }
  .bike-media i{font-size:4.4rem;color:rgba(255,255,255,.9); filter:drop-shadow(0 8px 18px rgba(226,0,26,.35));}
  .bike-media img{
    position:absolute; inset:0; width:100%; height:100%;
    object-fit:cover; object-position:center;
  }
  .badge-cat{
    position:absolute; top:12px; left:12px;
    background:rgba(0,0,0,.75); border:1px solid var(--suz-line);
    color:var(--suz-white); font-size:.65rem; letter-spacing:1px;
    text-transform:uppercase; padding:.3rem .6rem; border-radius:100px;
    font-family:'Oswald',sans-serif;
  }
  .wish-btn{
    position:absolute; top:10px; right:10px;
    width:32px;height:32px;border-radius:50%;
    background:rgba(0,0,0,.7); border:1px solid var(--suz-line);
    color:var(--suz-mute); display:flex;align-items:center;justify-content:center;
    font-size:.9rem;
  }
  .wish-btn.active{color:var(--suz-red); border-color:var(--suz-red);}
  .bike-body{padding:1.1rem 1.2rem 1.3rem; display:flex; flex-direction:column; flex:1;}
  .bike-body h3{font-size:1.55rem; margin-bottom:.1rem;}
  .bike-body .tagline{color:var(--suz-mute); font-size:.8rem; margin-bottom:.7rem;}
  .spec-row{display:flex; gap:.5rem; flex-wrap:wrap; margin-bottom:.9rem;}
  .spec-chip{
    background:var(--suz-panel); border:1px solid var(--suz-line);
    font-size:.68rem; color:var(--suz-mute); padding:.25rem .55rem; border-radius:6px;
    font-family:'Oswald',sans-serif; letter-spacing:.3px;
  }
  .price-row{display:flex; align-items:baseline; justify-content:space-between; margin-top:auto;}
  .price{font-family:'Teko',sans-serif; font-size:1.7rem; font-weight:600; color:var(--suz-white);}
  .price small{font-family:'Inter',sans-serif; color:var(--suz-mute); font-size:.68rem; font-weight:400; display:block; text-transform:uppercase;}
  .add-btn{
    width:100%; margin-top:.9rem;
    background:var(--suz-red); border:none; color:#fff;
    font-family:'Oswald',sans-serif; text-transform:uppercase; letter-spacing:1px;
    font-weight:600; font-size:.8rem; padding:.6rem; border-radius:8px;
  }
  .add-btn:hover{background:#ff2f47;}
  .add-btn.added{background:#ffffff; color:#0a0a0a;}

  /* ---- Cart Offcanvas ---- */
  .offcanvas-suzuki{background:var(--suz-panel); color:var(--suz-white); width:400px;}
  .cart-line{display:flex; gap:.8rem; align-items:center; padding:.8rem 0; border-bottom:1px solid var(--suz-line);}
  .cart-thumb{width:56px;height:56px;border-radius:8px;background:var(--suz-panel-2);display:flex;align-items:center;justify-content:center;color:var(--suz-blue-bright);font-size:1.4rem;flex-shrink:0;}
  .cart-remove{color:var(--suz-mute); background:none; border:none; font-size:1.1rem;}
  .cart-remove:hover{color:var(--suz-red);}

  /* ---- Footer ---- */
  footer{background:#000000; border-top:1px solid var(--suz-line); padding:3rem 0 1.5rem;}
  footer .fcol h6{font-family:'Oswald',sans-serif; text-transform:uppercase; letter-spacing:1px; font-size:.8rem; color:var(--suz-mute); margin-bottom:.9rem;}
  footer a.flink{display:block; color:var(--suz-white); opacity:.8; font-size:.9rem; margin-bottom:.5rem;}
  footer a.flink:hover{opacity:1; color:var(--suz-blue-bright);}

  .toast-suzuki{background:var(--suz-panel-2); color:var(--suz-white); border:1px solid var(--suz-line);}
