/* ============================================================================
   Japan Bike Hub — hero.css
   Precision engineering brand: cinematic full-bleed carousel (Bimota-inspired rhythm)
   ============================================================================ */
.hero,
.hero--carousel{
  position:relative;
  min-height:100svh;
  display:block;
  overflow:hidden;
  background:#07080a;
  padding:0;
}
.hero-swiper{
  width:100%;
  height:100svh;
  min-height:580px;
}
.hero-swiper .swiper-slide{ position:relative; overflow:hidden; background:#0a0c10; }
.hero-slide__img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
}
.hero-slide__shade{
  position:absolute; inset:0;
  background:
    linear-gradient(105deg, rgba(7,8,10,.78) 0%, rgba(7,8,10,.42) 46%, rgba(7,8,10,.2) 100%),
    linear-gradient(180deg, rgba(7,8,10,.25) 0%, transparent 40%, rgba(7,8,10,.55) 100%);
}
.hero-slide__content{
  position:relative; z-index:2; height:100%;
  width:min(100% - 2.4rem, var(--container));
  margin-inline:auto;
  display:flex; flex-direction:column; justify-content:center;
  padding:6.8rem 0 4.5rem;
  max-width:640px;
}
.hero__kicker{ margin-bottom:1rem; color:var(--blue); letter-spacing:.18em; }
.hero__title{
  font-size:clamp(2.2rem, 6.5vw, 5rem);
  line-height:.98;
  letter-spacing:-.02em;
}
.hero__title .line{ display:block; overflow:hidden; }
.hero__title .grad{
  background:var(--grad-blue);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero__lede{
  margin:1.2rem 0 1.8rem;
  color:var(--silver);
  max-width:40ch;
  font-size:clamp(.98rem,1.4vw,1.12rem);
  line-height:1.7;
}
.hero__actions{ display:flex; gap:.9rem; flex-wrap:wrap; }
.hero__spec{
  margin-top:2.2rem;
  display:flex; gap:1.8rem; flex-wrap:wrap;
  padding-top:1.4rem;
  border-top:1px solid rgba(255,255,255,.12);
}
.hero__spec div span{ display:block; }
.hero__spec .n{
  font-family:var(--font-en);
  font-weight:700;
  font-size:1.55rem;
  color:var(--white);
}
.hero__spec .n small{
  font-size:.55em;
  margin-left:.15em;
  color:var(--silver-dim);
}
.hero__spec .l{
  color:var(--silver-dim);
  font-size:.76rem;
  letter-spacing:.12em;
  margin-top:.15rem;
}

.hero-swiper__pag{ bottom:1.5rem !important; left:clamp(1.2rem,4vw,3rem) !important; width:auto !important; }
.hero-swiper__pag .swiper-pagination-bullet{
  width:22px; height:3px; border-radius:2px; background:#fff; opacity:.35;
}
.hero-swiper__pag .swiper-pagination-bullet-active{ opacity:1; background:var(--blue); }
.hero-swiper__nav{
  color:#fff; width:42px; height:42px; margin-top:0;
  top:auto; bottom:1.3rem;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
}
.hero-swiper__nav::after{ font-size:13px; font-weight:700; }
.swiper-button-prev.hero-swiper__nav{ left:auto; right:5rem; }
.swiper-button-next.hero-swiper__nav{ right:1.2rem; }

@media (max-width:720px){
  .hero-slide__content{ padding-top:5.4rem; max-width:100%; }
  .hero__title{ font-size:clamp(2rem,10vw,2.8rem); }
  .swiper-button-prev.hero-swiper__nav,
  .swiper-button-next.hero-swiper__nav{ display:none; }
  .hero-swiper__pag{ left:50% !important; transform:translateX(-50%); }
}

/* Single full-bleed slide (no side-by-side peek) */
.hero-swiper,
.hero--carousel .hero-swiper,
.hero--market .hero-swiper {
  width: 100% !important;
  overflow: hidden;
}
.hero-swiper .swiper-wrapper { width: 100%; }
.hero-swiper .swiper-slide {
  width: 100% !important;
  flex-shrink: 0;
  box-sizing: border-box;
}
.hero-slide__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
