/* ============================================
   MAJOKA HARDWARE — Front page (Home) overrides
   Extracted from index.html inline <style>.
   Loaded only on the front-page template.
   ============================================ */

/* ---- HERO ---- */
.hero { padding: 48px 0 32px; }
.hero::before {
  top: -100px; right: -100px;
  width: 500px; height: 500px;
}
.hero-grid { gap: 48px; }
.hero-lede { max-width: 600px; }

/* ---- TOWNS ---- */
.towns { padding: 24px 0 0; }
.chip-list { gap: 7px; }
.chip-list .chip,
.chip {
  font-size: 12px; padding: 8px 14px;
}

/* ---- STATS ---- */
.stats { margin-top: 28px; }
.stat { padding: 24px 22px; }
.stat-num {
  font-size: 36px;
  letter-spacing: -0.9px;
}
.stat-label {
  font-size: 12px;
  margin-top: 8px;
}

/* ---- HOW IT WORKS ---- */
.how { padding: 56px 0 48px; }
.how-head h2 { font-size: 46px; letter-spacing: -1.2px; }
.how-grid { gap: 32px; margin-top: 32px; }
.step-num { font-size: 44px; }
.step-title { font-size: 21px; margin: 18px 0 10px; }
.step-body { font-size: 16px; }
.how-cta { margin-top: 28px; }

/* ---- PRODUCTS GRID ---- */
.products { padding: 56px 0; background: var(--bg-cream); }
.section-head { margin-bottom: 32px; }
.section-head h2 { font-size: 48px; letter-spacing: -1.4px; }
.see-all { font-size: 12px; }
.product-grid {
  background: var(--border);
  outline: 1px solid var(--border);
  outline-offset: -1px;
  border: none;
}
.product-card {
  padding: 32px 28px;
  min-height: 200px;
}
.product-num {
  top: 18px; right: 20px;
  font-size: 12px;
}
.product-icon { font-size: 40px; }
.product-title { font-size: 20px; }
.product-sub { font-size: 14.5px; margin-top: 6px; }

/* ---- WHY MAJOKA ---- */
.why {
  padding: 56px 0; background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.why-head { margin-bottom: 36px; }
.why-head h2 { font-size: 46px; letter-spacing: -1.2px; }
.why-grid { grid-template-columns: repeat(4, 1fr); gap: 28px; }
.why-card {
  position: relative;
  padding: 0 0 0 16px;
  border: none;
  border-left: 2px solid var(--border);
  background: transparent;
  transition: border-color .3s var(--ease), transform .3s var(--ease);
  box-shadow: none;
}
.why-card:hover {
  border-left-color: var(--red);
  transform: translateX(2px);
  box-shadow: none;
}
.why-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; letter-spacing: 1.5px;
  color: var(--red); margin-bottom: 14px; font-weight: 700;
}
.why-title { font-size: 20px; margin-bottom: 10px; }
.why-body { font-size: 16px; }

/* ---- LOCATION ---- */
.location { background: #fff; padding: 0; }
.location-inner {
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
  gap: 0;
}
.location-info { padding: 48px 48px 48px 0; }
.location-info h2 { font-size: 46px; letter-spacing: -1.2px; }
.location-lede {
  font-size: 17px; color: var(--muted);
  margin-bottom: 22px;
}
.location-list { font-size: 16.5px; color: var(--text); }
.location-list > div {
  padding: 8px 0;
  display: flex; align-items: center; gap: 12px;
  border: none;
}
.location-list .ti { font-size: 19px; }
.location-cta { display: flex; gap: 10px; margin-top: 28px; align-items: center; flex-wrap: wrap; }
.map-embed {
  background: linear-gradient(135deg, var(--blue-light) 0%, #DBEAF5 100%);
  display: grid; place-items: center;
  position: relative; color: var(--blue);
  overflow: hidden;
}
.map-embed::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(31,122,201,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31,122,201,0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

/* ---- CTA ---- */
.cta {
  padding: 56px 0; background: var(--bg-cream);
  border-top: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.cta-truck {
  position: absolute; bottom: -50px; right: -40px;
  font-size: 300px; color: var(--red); opacity: 0.06;
  pointer-events: none; line-height: 1;
}
.cta-grid {
  grid-template-columns: 1.5fr 1fr;
  gap: 48px; align-items: center;
  position: relative;
}
.cta h2 { font-size: 54px; letter-spacing: -1.6px; line-height: 1.1; }
.cta h2 .blue { color: var(--blue); }
.cta-lede { font-size: 19px; margin-top: 14px; }
.cta-buttons {
  display: flex; flex-direction: column; gap: 10px;
  justify-content: stretch;
}
.cta-buttons .btn { justify-content: center; padding: 18px 30px; }

/* ---- RESPONSIVE ---- */
@media (max-width: 960px) {
  .hero-grid, .location-inner, .cta-grid { grid-template-columns: 1fr; gap: 36px; }
  .location-info { padding: 56px 0; }
  .map-embed { min-height: 340px; }
  .product-grid, .how-grid, .why-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--border); }
  .cta-buttons { flex-direction: row; }
}
@media (max-width: 600px) {
  .product-grid, .how-grid, .why-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--border); }
  .hero { padding: 40px 0 32px; }
  .hero h1 { font-size: 46px; letter-spacing: -1.8px; }
  .cta h2 { font-size: 38px; }
  .section-head h2, .how-head h2, .why-head h2, .location-info h2 { font-size: 34px; }
  .cta-buttons { flex-direction: column; }
}
