/* ============================================================
   Bikeley Brand-Font v5 - FINAL
   Nur "Bike" in der Hero-H1 als Akzent. Sonst nichts.
   ============================================================ */

@font-face {
  font-family: 'BikeleyStyle';
  src: url('/assets/fonts/BikeleyStyle-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

/* Hero Full Height */
.home-hero-full {
  min-height: 100vh !important;
  min-height: 100svh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

@media (max-width: 768px) {
  .home-hero-full {
    min-height: 100vh !important;
    min-height: 100svh !important;
  }
}

/* Akzent-Klasse - nur fuer das eine "Bike" im Hero */
.bk-accent {
  font-family: 'BikeleyStyle', 'Helvetica Neue', Arial, sans-serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  display: inline-block !important;
  letter-spacing: 0.01em !important;
  vertical-align: baseline;
}

/* Hero-Kontext: Bike steht in <strong> mit font-weight:700.
   Wir setzen die Brand-Schrift etwas groesser damit sie zu Bold-Sans matcht */
h1 strong .bk-accent,
.home-hero-full__title strong .bk-accent {
  font-size: 0.92em;
  margin-left: 0.18em;
  margin-right: 0;
}

@media (max-width: 768px) {
  h1 strong .bk-accent,
  .home-hero-full__title strong .bk-accent {
    font-size: 0.94em;
    margin-left: 0.14em;
  }
}