:root {
  --ink: #08090b;
  --panel: #101318;
  --line: #2a323c;
  --cream: #f4f7fb;
  --mute: #9aa4b2;
  --ember: #3b9dff;
  --ember-2: #6bb6ff;
  --steel: #c5ccd6;
  --display: "Barlow Condensed", sans-serif;
  --sans: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  color: var(--cream);
  font-family: var(--sans);
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(59, 157, 255, 0.18), transparent 50%),
    radial-gradient(800px 400px at 0% 20%, rgba(59, 157, 255, 0.07), transparent 45%),
    linear-gradient(180deg, #0c1016 0%, #08090b 40%, #08090b 100%);
  min-height: 100vh;
  overflow-x: hidden;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}
body.nav-open { overflow: hidden; overscroll-behavior: none; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: rgba(59, 157, 255, 0.22); touch-action: manipulation; }

.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(42, 45, 51, 0.8);
  background: rgba(11, 12, 14, 0.8);
  backdrop-filter: blur(16px);
  padding-top: env(safe-area-inset-top);
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
}
.header-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  grid-column: 3;
}
.catalog-head, .contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.wa-short { display: none; }
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  perspective: 600px;
}
.logo img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--steel);
  background: #000;
  animation: spinY 8s linear infinite;
}
.logo-text {
  color: var(--ember);
}
.logo-text em {
  font-style: normal;
  color: var(--cream);
}
.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  color: var(--mute);
  font-size: 13px;
  grid-column: 2;
  grid-row: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.btn-ember { background: var(--ember); color: #fff; }
.btn-cream { background: var(--cream); color: var(--ink); }
.btn-ghost { border-color: var(--line); background: transparent; color: var(--cream); }

.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 32px;
  align-items: center;
  padding: 56px 0 24px;
}
.hero-media {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #000;
  min-height: 360px;
  box-shadow: 0 24px 50px rgba(0,0,0,.45), 0 0 0 1px rgba(59,157,255,.18);
}
.hero-media video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: 520px;
  object-fit: cover;
}
.sound-toggle {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(8,9,11,.82);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.sound-toggle svg { width: 16px; height: 16px; display: block; }
.sound-toggle .icon-on { display: none; }
.sound-toggle.is-on .icon-off { display: none; }
.sound-toggle.is-on .icon-on { display: block; }
.sound-toggle.is-on { background: var(--ember); }
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 8px 0 24px;
}
.hero-title span {
  display: block;
  overflow: hidden;
  animation: rise 0.9s cubic-bezier(.16,1,.3,1) both;
}
.hero-title-desk:nth-child(2) { animation-delay: .12s; color: var(--ember); }
.hero-bg { display: none; }
.hero-title .hero-title-mob,
.kicker-mob,
.hero-wa-short { display: none; }
.hero-copy { grid-column: 1; grid-row: 1; }
.hero-media { grid-column: 2; grid-row: 1; }
.kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ember);
}
h1 {
  margin: 0;
  max-width: 720px;
  font-family: var(--display);
  font-size: clamp(48px, 8vw, 76px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.lead { max-width: 520px; color: var(--mute); line-height: 1.6; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; min-width: 280px; }
.stat {
  border: 1px solid var(--line);
  background: rgba(19, 21, 26, 0.8);
  border-radius: 16px;
  padding: 16px;
  backdrop-filter: blur(10px);
}
.stat b {
  display: block;
  font-family: var(--display);
  font-size: 40px;
  font-weight: 800;
}
.stat span {
  color: var(--mute);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catalog { padding: 64px 0; }
.catalog-head { align-items: end; margin-bottom: 32px; }
h2 {
  margin: 4px 0 0;
  font-family: var(--display);
  font-size: 48px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.sub { margin: 8px 0 0; color: var(--mute); font-size: 14px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.filter {
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--mute);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.filter.is-on { border-color: var(--ember); background: var(--ember); color: #fff; }

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), transparent 40%),
    var(--panel);
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
  transform: translateY(22px);
  opacity: 0;
  transition: transform .4s cubic-bezier(.16,1,.3,1), opacity .4s ease, box-shadow .35s ease, border-color .2s ease;
}
.card.is-in { opacity: 1; transform: translateY(0); }
.card-link { color: inherit; }
.card-shine { display: none; }

.stage {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  background: #0c1014;
}
.bike-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s cubic-bezier(.16,1,.3,1);
}
@media (hover: hover) and (pointer: fine) {
  .card:hover {
    transform: translateY(-12px);
    border-color: rgba(59, 157, 255, 0.55);
    box-shadow: 0 28px 50px rgba(0,0,0,.42), 0 0 32px rgba(59,157,255,.16);
    z-index: 2;
  }
  .card:hover .bike-photo { transform: scale(1.06); }
  .social:hover { transform: translateY(-3px); filter: brightness(1.08); }
  .btn-ember:hover { background: var(--ember-2); color: #08090b; }
  .nav a:hover { color: var(--cream); }
  .filter:hover { border-color: var(--ember); background: var(--ember); color: #fff; }
}
.photo-dots {
  position: absolute;
  left: 50%;
  top: 196px;
  z-index: 4;
  display: flex;
  gap: 6px;
  transform: translateX(-50%);
}
.dot {
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  display: grid;
  place-items: center;
}
.dot::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
}
.dot.is-on::after {
  background: #fff;
  box-shadow: 0 0 10px var(--ember);
}
.stage-glow {
  position: absolute;
  inset: 0;
  animation: pulse 4.5s ease-in-out infinite;
}
.badges, .cc {
  position: absolute;
  top: 12px;
  display: flex;
  gap: 8px;
  z-index: 1;
}
.badges { left: 12px; }
.cc {
  right: 12px;
  background: rgba(11,12,14,.7);
  border-radius: 6px;
  padding: 4px 8px;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
}
.cc small { color: var(--mute); font-size: 11px; }
.badge {
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.badge-new { background: var(--ember); color: #fff; }
.badge-used { background: var(--steel); color: var(--ink); }
.badge-type {
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(11,12,14,.5);
  backdrop-filter: blur(8px);
}
.glyph {
  position: absolute;
  inset: auto 24px 8px;
  height: 96px;
  width: calc(100% - 48px);
  transform: translateZ(36px);
  transition: transform .25s ease;
}

.body { display: flex; flex-direction: column; gap: 16px; padding: 16px; flex: 1; }
.brand {
  margin: 0;
  color: var(--ember);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.model {
  margin: 2px 0 0;
  font-family: var(--display);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}
.meta { margin: 6px 0 0; color: var(--mute); font-size: 14px; }
.specs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.spec {
  border: 1px solid var(--line);
  background: rgba(11,12,14,.4);
  border-radius: 10px;
  padding: 8px 12px;
}
.spec dt {
  margin: 0;
  color: var(--mute);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.spec dd { margin: 4px 0 0; font-size: 13px; font-weight: 700; }
.swatches { display: flex; gap: 6px; margin-top: 6px; }
.swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
}
.foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.price { margin: 0; font-size: 14px; font-weight: 700; }

.local {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 32px;
  align-items: start;
  padding: 24px 0 72px;
}
.vcard {
  font-style: normal;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 16px;
  padding: 20px;
  line-height: 1.7;
}
.brand-mark {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
  border: 1px solid var(--steel);
  background: #000;
  animation: spinY 10s linear infinite;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-brand img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  background: #000;
}
.vcard a { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }
.contact {
  border-top: 1px solid var(--line);
  background: rgba(19,21,26,.5);
}
.contact-inner { padding: 48px 0; }
.footer {
  border-top: 1px solid var(--line);
  color: var(--mute);
  font-size: 13px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0 32px;
}
.footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 32px;
  border-top: 1px solid var(--line);
}
.socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
.footer-bar .socials { margin-top: 0; }
.social {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  transition: transform .2s ease, filter .2s ease;
}
.social svg { width: 20px; height: 20px; display: block; }
.social-ig {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.social-wa { background: #25d366; }
.social-gm { background: #ea4335; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 28px;
  padding: 48px 0 12px;
}
.footer-grid a { color: var(--cream); }
.hours { width: 100%; border-collapse: collapse; font-size: 13px; }
.hours th { text-align: left; font-weight: 600; color: var(--cream); padding: 3px 12px 3px 0; }
.hours td { color: var(--mute); }
.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--cream);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.nav a.is-on { color: var(--cream); }
.page-hero { padding: 56px 0 8px; }
.page-hero h1 {
  font-size: clamp(40px, 6vw, 64px);
}
.home-intro { color: var(--mute); max-width: 720px; line-height: 1.7; margin-bottom: 8px; }
.trust, .service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 16px 0 8px;
}
.trust article, .panel {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 16px;
  padding: 18px;
}
.panel h2 { font-size: 28px; }
.trust { grid-template-columns: repeat(4, 1fr); }
.service-grid { grid-template-columns: repeat(3, 1fr); padding-bottom: 48px; }
.copy-block { max-width: 760px; padding-bottom: 72px; }
.copy-block h2 { margin-top: 32px; }
.check-list { padding-left: 18px; line-height: 1.8; }
.stacked { flex-direction: column; align-items: flex-start; }
.bike-page { padding-bottom: 72px; }
.bike-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  margin: 16px 0 40px;
}
.gallery img#hero-photo, .gallery > img {
  width: 100%;
  border-radius: 18px;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: #0c1014;
}
.thumbs { display: flex; gap: 8px; margin-top: 10px; }
.thumb {
  width: 84px;
  height: 64px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}
.thumb.is-on { border-color: var(--ember); }
.thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bike-buy h1 { font-size: clamp(40px, 6vw, 64px); }
.price-lg { font-family: var(--display); font-size: 28px; font-weight: 800; }
.spec-table { width: 100%; border-collapse: collapse; margin: 12px 0 40px; }
.spec-table th, .spec-table td { border-bottom: 1px solid var(--line); padding: 10px 8px; text-align: left; }
.spec-table th { width: 34%; color: var(--mute); font-weight: 600; }
.faq-list { padding-bottom: 72px; }
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.faq-list summary { cursor: pointer; font-weight: 700; }
.faq-list details p { color: var(--mute); margin: 8px 0 0; }
.model a { color: inherit; }

#fx {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .55;
}
#app > *:not(#fx):not(#intro):not(.header) {
  position: relative;
  z-index: 1;
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s ease, transform .7s ease;
}
.intro.is-on { opacity: 1; }
.intro.is-out { opacity: 0; transform: scale(1.08); }
.intro img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  animation: spinY 1.2s ease-in-out;
}
.intro p {
  position: absolute;
  bottom: 12vh;
  font-family: var(--display);
  letter-spacing: .28em;
  text-transform: uppercase;
}

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(0,0,0,.25);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex;
  width: max-content;
  padding: 12px 0;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--steel);
  animation: ticker 28s linear infinite;
  white-space: nowrap;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.16,1,.3,1);
}
[data-reveal].is-in { opacity: 1; transform: none; }

@keyframes rise {
  from { transform: translateY(110%); opacity: 0; filter: blur(8px); }
  to { transform: none; opacity: 1; filter: none; }
}
@keyframes spinY {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(360deg); }
}
@keyframes pulse {
  0%, 100% { opacity: .75; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  #fx, .intro { display: none !important; }
  .card, [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: #0b0c0e;
  }
  .logo, .header-tools { position: relative; z-index: 22; }
  .nav-toggle {
    display: inline-flex;
    min-height: 44px;
    min-width: 44px;
    padding: 10px 14px;
  }
  .header-inner {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }
  .header-tools { grid-column: auto; }
  .nav {
    display: flex;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 15;
    grid-column: unset;
    grid-row: unset;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
    padding: calc(76px + env(safe-area-inset-top)) 22px calc(28px + env(safe-area-inset-bottom));
    background: rgba(8, 9, 11, 0.97);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav.is-open {
    visibility: visible;
    pointer-events: auto;
  }
  .nav a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--cream);
  }
  .nav a.is-on { color: var(--ember); }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(70vh, 640px);
    gap: 0;
    padding: 12px 0 16px;
    align-items: stretch;
  }
  .hero-media,
  .hero-copy {
    grid-column: 1;
    grid-row: 1;
  }
  .hero-media {
    min-height: 0;
    height: 100%;
    border-radius: 18px;
  }
  .hero-bg {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 28%;
  }
  .hero-media video,
  .sound-toggle { display: none; }
  .kicker-desk,
  .hero-title .hero-title-desk,
  .hero-copy .lead,
  .hero-call { display: none; }
  .kicker-mob { display: block; }
  .hero-title .hero-title-mob {
    display: block;
    color: var(--cream);
  }
  .hero-title .hero-title-mob:last-of-type {
    animation-delay: .12s;
    color: var(--ember);
  }
  .hero-copy {
    z-index: 3;
    align-self: end;
    padding: 80px 16px 16px;
    background: linear-gradient(180deg, transparent 0%, rgba(8,9,11,.55) 42%, rgba(8,9,11,.94) 100%);
    border-radius: 0 0 18px 18px;
  }
  h1.hero-title { font-size: clamp(36px, 11vw, 48px); max-width: none; }
  .catalog-head, .contact-inner, .footer-inner, .footer-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .local, .bike-layout, .footer-grid { grid-template-columns: 1fr; }
  .trust, .service-grid { grid-template-columns: 1fr 1fr; }
  .grid { grid-template-columns: 1fr 1fr; }
  .filters {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 100%;
    padding-bottom: 2px;
  }
  .filters::-webkit-scrollbar { display: none; }
  .filter { flex: 0 0 auto; min-height: 40px; }
  .thumbs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }
  .thumbs::-webkit-scrollbar { display: none; }
  .thumb { flex: 0 0 auto; }
}

@media (max-width: 720px) {
  .grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .trust {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .trust article {
    aspect-ratio: 1;
    padding: 12px 10px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-width: 0;
  }
  .trust article h3 {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.15;
  }
  .trust article p {
    margin: 0;
    font-size: 11px;
    line-height: 1.35;
    color: var(--mute);
  }
}

@media (max-width: 640px) {
  .wrap { width: min(1120px, calc(100% - 28px)); }
  .logo { gap: 8px; font-size: 20px; letter-spacing: 0.08em; }
  .logo img {
    width: 40px;
    height: 40px;
    animation: none;
  }
  .brand-mark { animation: none; }
  .wa-full { display: none; }
  .wa-short { display: inline; }
  .catalog-head .btn { width: 100%; min-height: 48px; }
  .btn-wa, .nav-toggle { min-height: 44px; }
  h1 { font-size: clamp(34px, 10.5vw, 46px); }
  .page-hero { padding: 32px 0 4px; }
  .page-hero h1, .bike-buy h1 { font-size: clamp(34px, 10vw, 48px); }
  h2 { font-size: 34px; }
  .lead { font-size: 15px; }
  .hero-copy .lead { display: none; }
  .hero {
    grid-template-rows: minmax(74vh, 680px);
    padding: 8px 0 12px;
  }
  .hero-media { border-radius: 16px; }
  .hero-copy { border-radius: 0 0 16px 16px; padding: 90px 14px 14px; }
  h1.hero-title { font-size: clamp(34px, 10vw, 44px); }
  .hero .actions { flex-direction: column; margin-top: 16px; }
  .hero .actions .btn { width: 100%; min-height: 48px; }
  .hero-wa-full { display: none; }
  .hero-wa-short { display: inline; }
  .sound-toggle {
    min-height: 40px;
    padding: 10px 14px;
  }
  .actions { flex-direction: column; margin-top: 20px; }
  .actions .btn, .stacked .btn {
    width: 100%;
    min-height: 48px;
  }
  .stats-row {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 4px 0 16px;
  }
  .stat { padding: 14px 12px; }
  .stat b { font-size: 28px; }
  .catalog { padding: 40px 0; }
  .catalog-head { margin-bottom: 20px; }
  .stage { height: 200px; }
  .photo-dots { top: 176px; }
  .model { font-size: 28px; }
  .contact-inner { padding: 32px 0; }
  .footer-grid { padding: 32px 0 8px; gap: 22px; }
  .footer-bar {
    padding: 16px 0 calc(20px + env(safe-area-inset-bottom));
  }
  .copy-block, .faq-list, .bike-page { padding-bottom: 48px; }
  .spec-table th { width: 42%; }
  .faq-list summary {
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .footer-grid a { display: inline-block; padding: 5px 0; }
  .catalog-head { width: 100%; }
  .local { gap: 20px; padding: 12px 0 48px; }
  #fx { opacity: 0.22; }
  .marquee-track { font-size: 18px; }
}

@media (max-width: 380px) {
  .logo-text em { display: none; }
}
