body.theme-bike-repair {
  --bg: #f2f5f1;
  --surface: #fffef7;
  --surface-soft: #e6ebe4;
  --text: #192126;
  --muted: #5d6a66;
  --line: rgba(25, 33, 38, 0.14);
  --accent: #d86f12;
  --accent-2: #263a34;
  --dark: #172025;
  --on-dark: #f7f4e8;
  --heading-font: "Manrope", "Segoe UI", Arial, sans-serif;
  --card-bg: #fffef7;
  --card-border: rgba(25, 33, 38, 0.14);
  --card-shadow: 0 14px 30px rgba(25, 33, 38, 0.09);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, #f4f6f4 0%, #e4e9e2 100%);
}

.theme-bike-repair .topbar,
.theme-bike-repair .site-header {
  background: var(--dark);
  color: var(--on-dark);
  border-bottom: 1px solid rgba(255, 151, 43, 0.28);
}

.theme-bike-repair .topbar {
  font-size: 0.9rem;
}

.theme-bike-repair .site-header {
  box-shadow: 0 12px 28px rgba(12, 18, 20, 0.14);
}

.theme-bike-repair .brand-mark {
  border-radius: 4px;
  background: #ff972b;
  color: #172025;
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.14);
}

.theme-bike-repair .brand small {
  color: rgba(247, 244, 232, 0.68);
}

.theme-bike-repair .site-nav a,
.theme-bike-repair .back-presgro {
  color: var(--on-dark);
}

.theme-bike-repair .site-nav a:last-child {
  border-color: #ff972b;
  background: #ff972b;
  color: #172025;
  box-shadow: 0 10px 22px rgba(255, 151, 43, 0.2);
}

.theme-bike-repair .site-nav a:last-child:hover,
.theme-bike-repair .site-nav a:last-child:focus-visible {
  background: #ffab4f;
}

.theme-bike-repair h1,
.theme-bike-repair h2,
.theme-bike-repair h3,
.theme-bike-repair .brand strong {
  font-family: var(--heading-font);
  font-weight: 900;
  letter-spacing: 0;
}

.theme-bike-repair h1 {
  max-width: 16ch;
  font-size: clamp(2.75rem, 5.1vw, 4.45rem);
  line-height: 1.01;
}

.theme-bike-repair h2 {
  max-width: 17ch;
  font-size: clamp(1.9rem, 3.25vw, 3rem);
  line-height: 1.05;
}

.theme-bike-repair h3 {
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.12;
}

.theme-bike-repair .hero {
  padding: clamp(2.4rem, 4.8vw, 5.1rem) 0 clamp(2.7rem, 5vw, 5rem);
  background:
    linear-gradient(110deg, #11191d 0%, #263237 58%, rgba(38, 50, 55, 0.9) 100%),
    repeating-linear-gradient(135deg, rgba(255, 151, 43, 0.1) 0 2px, transparent 2px 28px);
  color: var(--on-dark);
}

.theme-bike-repair .hero-grid {
  gap: clamp(1.6rem, 4vw, 4rem);
}

.theme-bike-repair .hero-copy {
  max-width: 700px;
  border-left: 5px solid #ff972b;
  padding-left: clamp(1rem, 2vw, 1.65rem);
}

.theme-bike-repair .hero h1,
.theme-bike-repair .hero .eyebrow {
  color: var(--on-dark);
}

.theme-bike-repair .hero-lead {
  max-width: 60ch;
}

.theme-bike-repair .hero-lead,
.theme-bike-repair .hero-proof,
.theme-bike-repair .hero .demo-safety-note {
  color: rgba(247, 244, 232, 0.86);
}

.theme-bike-repair .hero .demo-safety-note {
  max-width: 64ch;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(247, 244, 232, 0.78);
}

.theme-bike-repair .hero .button-secondary {
  border-color: rgba(255, 151, 43, 0.56);
  background: rgba(255, 255, 255, 0.08);
  color: var(--on-dark);
}

.theme-bike-repair .hero .hero-proof li {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  color: var(--on-dark);
}

.theme-bike-repair .eyebrow,
.theme-bike-repair .section-label,
.theme-bike-repair .card-label {
  color: #b75d0f;
  text-transform: uppercase;
}

.theme-bike-repair .hero .eyebrow {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.14);
}

.theme-bike-repair .section {
  padding: clamp(2.6rem, 5vw, 4.8rem) 0;
}

.theme-bike-repair .section-heading {
  max-width: 740px;
  margin-bottom: 1.2rem;
}

.theme-bike-repair .section-heading p,
.theme-bike-repair .large-text {
  max-width: 62ch;
}

.theme-bike-repair .button-primary {
  background: #ff972b;
  border-color: #ff972b;
  color: #172025;
}

.theme-bike-repair .button-secondary {
  background: transparent;
  border-color: rgba(216, 111, 18, 0.55);
  color: var(--text);
}

.theme-bike-repair .visual-card,
.theme-bike-repair .hero-note,
.theme-bike-repair .service-card,
.theme-bike-repair .area-panel,
.theme-bike-repair .faq-card,
.theme-bike-repair .contact-form {
  border-radius: 6px;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
}

.theme-bike-repair .hero-media {
  display: grid;
  align-items: center;
  gap: 0.85rem;
}

.theme-bike-repair .workshop-card {
  min-height: 24rem;
  align-content: stretch;
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(255, 254, 247, 0.98), rgba(246, 240, 225, 0.97)),
    repeating-linear-gradient(90deg, rgba(23, 32, 37, 0.08) 0 1px, transparent 1px 30px);
}

.theme-bike-repair .workshop-card::before {
  content: "";
  display: block;
  height: 0.45rem;
  margin: -0.1rem -0.1rem 0;
  border-radius: 4px;
  background: linear-gradient(90deg, #ff972b, #263a34);
}

.theme-bike-repair .workshop-card strong {
  color: var(--text);
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1.05;
}

.theme-bike-repair .workshop-card p,
.theme-bike-repair .workshop-card li {
  color: #4f5c58;
}

.theme-bike-repair .workshop-lines {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-bike-repair .workshop-lines li {
  position: relative;
  padding-left: 1rem;
  font-weight: 800;
}

.theme-bike-repair .workshop-lines li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #ff972b;
}

.theme-bike-repair .workshop-route {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0.8rem;
  border: 1px solid rgba(25, 33, 38, 0.12);
  border-radius: 6px;
  background: #f4efe3;
}

.theme-bike-repair .workshop-route span {
  grid-column: 1 / -1;
  color: #6b5f52;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.theme-bike-repair .workshop-route b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.45rem;
  border-radius: 5px;
  background: #172025;
  color: #fff7e8;
  font-size: 0.86rem;
  line-height: 1.15;
  text-align: center;
}

.theme-bike-repair .hero-note {
  position: static;
  max-width: none;
  color: var(--text);
  background: rgba(255, 254, 247, 0.96);
}

.theme-bike-repair .hero-note p {
  color: #4f5c58;
}

.theme-bike-repair .trust-strip,
.theme-bike-repair .section-soft {
  background:
    linear-gradient(135deg, rgba(255, 151, 43, 0.12), rgba(255, 255, 255, 0.7)),
    #e7ebe5;
}

.theme-bike-repair .trust-strip {
  padding: 0.9rem 0;
}

.theme-bike-repair .trust-grid {
  gap: 0.8rem;
}

.theme-bike-repair .trust-item {
  border-radius: 6px;
  background: #172025;
  color: var(--on-dark);
}

.theme-bike-repair .trust-item p {
  color: rgba(247, 244, 232, 0.76);
}

.theme-bike-repair .service-grid,
.theme-bike-repair .steps-grid,
.theme-bike-repair .faq-list {
  gap: 0.95rem;
}

.theme-bike-repair .service-card {
  border-top: 5px solid #ff972b;
  padding: clamp(1rem, 2vw, 1.25rem);
}

.theme-bike-repair .service-card p {
  color: var(--muted);
}

.theme-bike-repair .service-card ul {
  margin-top: auto;
  padding-top: 0.75rem;
}

.theme-bike-repair .split-grid,
.theme-bike-repair .area-grid,
.theme-bike-repair .faq-grid {
  gap: clamp(1.2rem, 4vw, 3rem);
}

.theme-bike-repair .split-grid .section-heading,
.theme-bike-repair .faq-grid .section-heading {
  margin-bottom: 0;
}

.theme-bike-repair .steps-grid {
  align-items: stretch;
}

.theme-bike-repair .area-panel,
.theme-bike-repair .faq-card {
  padding: clamp(1rem, 2vw, 1.2rem);
}

.theme-bike-repair .area-panel strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.25;
}

.theme-bike-repair .area-panel p,
.theme-bike-repair .faq-card p {
  color: var(--muted);
}

.theme-bike-repair .contact-section {
  background:
    linear-gradient(135deg, rgba(255, 151, 43, 0.08), rgba(255, 255, 255, 0.78)),
    #e8ede7;
}

.theme-bike-repair .contact-shell {
  display: grid;
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: center;
}

.theme-bike-repair .contact-copy h2 {
  max-width: 15ch;
}

.theme-bike-repair .detail-use-list {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 1.05rem;
}

.theme-bike-repair .detail-use-list article {
  display: grid;
  gap: 0.1rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(25, 33, 38, 0.12);
  border-left: 4px solid #ff972b;
  border-radius: 6px;
  background: rgba(255, 254, 247, 0.75);
}

.theme-bike-repair .detail-use-list strong {
  line-height: 1.25;
}

.theme-bike-repair .detail-use-list span {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.theme-bike-repair .contact-form {
  padding: clamp(1rem, 2.1vw, 1.35rem);
}

.theme-bike-repair textarea {
  min-height: 120px;
}

.theme-bike-repair .mobile-contact-bar a:first-child {
  background: #ff972b;
  color: #172025;
}

.theme-bike-repair .site-footer {
  padding: 2.2rem 0 4.8rem;
  background: #101815;
}

.theme-bike-repair .site-footer .button-secondary {
  color: var(--on-dark);
}

@media (min-width: 760px) {
  .theme-bike-repair .contact-shell {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.84fr);
  }
}

@media (min-width: 1000px) {
  .theme-bike-repair .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(22rem, 0.78fr);
  }

  .theme-bike-repair .service-grid {
    align-items: stretch;
  }
}

@media (max-width: 759px) {
  .theme-bike-repair .topbar-row {
    gap: 0.35rem;
  }

  .theme-bike-repair .topbar-row a {
    font-size: 0.9rem;
  }

  .theme-bike-repair .header-row {
    gap: 0.75rem;
    padding: 0.7rem 0;
  }

  .theme-bike-repair .brand {
    gap: 0.62rem;
  }

  .theme-bike-repair .brand-mark {
    width: 2.55rem;
    height: 2.55rem;
  }

  .theme-bike-repair .brand strong {
    font-size: 0.95rem;
  }

  .theme-bike-repair .brand small {
    font-size: 0.74rem;
  }

  .theme-bike-repair .nav-toggle {
    background: #ff972b;
    color: #172025;
    border-color: #ff972b;
  }

  .theme-bike-repair .site-nav.open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .theme-bike-repair .site-nav a {
    min-height: 2.55rem;
    justify-content: center;
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.92rem;
  }

  .theme-bike-repair .site-nav a:last-child {
    grid-column: 1 / -1;
  }

  .theme-bike-repair .hero {
    padding: 2rem 0 2.4rem;
  }

  .theme-bike-repair .hero-copy {
    border-left: 0;
    padding-left: 0;
  }

  .theme-bike-repair h1 {
    max-width: 13ch;
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .theme-bike-repair h2 {
    max-width: 16ch;
    font-size: clamp(1.85rem, 8vw, 2.45rem);
  }

  .theme-bike-repair .hero-lead,
  .theme-bike-repair .section-heading p,
  .theme-bike-repair .large-text {
    font-size: 1rem;
  }

  .theme-bike-repair .button-row {
    margin-top: 1.1rem;
  }

  .theme-bike-repair .hero-proof {
    margin-top: 0.9rem;
  }

  .theme-bike-repair .demo-safety-note {
    font-size: 0.88rem;
  }

  .theme-bike-repair .workshop-card {
    min-height: 0;
  }

  .theme-bike-repair .workshop-route {
    grid-template-columns: 1fr;
  }

  .theme-bike-repair .section {
    padding: 2.35rem 0;
  }

  .theme-bike-repair .section-heading {
    margin-bottom: 1rem;
  }

  .theme-bike-repair .trust-strip {
    padding: 0.8rem 0;
  }

  .theme-bike-repair .service-card,
  .theme-bike-repair .area-panel,
  .theme-bike-repair .faq-card,
  .theme-bike-repair .contact-form {
    padding: 1rem;
  }

  .theme-bike-repair .site-footer {
    padding: 1.8rem 0 5.4rem;
  }
}
