/* ChromeVolt Footer + Heading Fix v1 */
:root {
  --cv-max-width: 1180px;
}

/* Compact page titles so content fits better without excess scrolling */
h1,
.hero h1,
.page-hero h1,
.kits-hero h1,
.gallery-hero h1 {
  font-size: clamp(2.15rem, 4.2vw, 4.25rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  margin-bottom: 0.75rem !important;
}

h2.hero-title,
.hero-title {
  font-size: clamp(2rem, 3.8vw, 3.75rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.04em !important;
  margin: 0 0 0.8rem !important;
  font-weight: 900 !important;
}

/* Make general content slightly tighter */
section,
.section,
.page-section {
  padding-top: clamp(2.2rem, 4vw, 4rem) !important;
  padding-bottom: clamp(2.2rem, 4vw, 4rem) !important;
}

.card,
.service-card,
.kit-card,
.build-card {
  padding: clamp(1rem, 2vw, 1.6rem) !important;
}

/* Footer fix */
footer,
.site-footer,
.footer {
  font-size: 0.9rem !important;
  line-height: 1.35 !important;
  padding: 1.35rem 1rem !important;
  margin-top: 1.75rem !important;
}

footer h1,
footer h2,
footer h3,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.footer h1,
.footer h2,
.footer h3 {
  font-size: 1.05rem !important;
  line-height: 1.2 !important;
  margin: 0 0 0.35rem !important;
  letter-spacing: 0.02em !important;
}

footer p,
.site-footer p,
.footer p {
  margin: 0.15rem 0 !important;
  font-size: 0.9rem !important;
}

footer a,
.site-footer a,
.footer a {
  font-size: 0.9rem !important;
}

.footer-inner,
.site-footer .container,
footer .container {
  max-width: var(--cv-max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem 1.25rem !important;
  flex-wrap: wrap !important;
  text-align: center !important;
}

@media (max-width: 760px) {
  h1,
  .hero h1,
  .page-hero h1,
  .kits-hero h1,
  .gallery-hero h1,
  h2.hero-title,
  .hero-title {
    font-size: clamp(2rem, 12vw, 3.2rem) !important;
  }

  footer,
  .site-footer,
  .footer {
    font-size: 0.85rem !important;
  }
}
