/* ═══════════════════════════════════════════════════════════ */
/* Sierra HVAC — Theme Extra Styles                           */
/* ═══════════════════════════════════════════════════════════ */

/* Smooth scroll & reset */
html, body {
  overflow-x: hidden;
  width: 100%;
}

/* Lenis Smooth Scroll resets */
html.lenis, html.lenis-smooth {
  height: auto;
  scroll-behavior: auto !important;
}

html.lenis body, html.lenis-smooth body {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.sierra-theme {
  background-color: var(--off-white);
}

/* Print styles */
@media print {
  .site-nav, .sticky-desktop, .sticky-mobile, .hero-scroll {
    display: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════ */
/* MOBILE RESPONSIVENESS OVERRIDES                             */
/* ═══════════════════════════════════════════════════════════ */

@media (max-width: 767px) {
  /* Prevent sticky mobile CTA bar from obscuring bottom content */
  body {
    padding-bottom: 68px;
  }

  /* Nav & Mobile Menu */
  .site-nav .nav-inner {
    height: 64px;
    padding: 0 16px;
  }

  .nav-logo img {
    height: 46px;
  }

  .mobile-menu {
    padding: 80px 20px 40px;
    gap: 20px;
  }

  .mobile-menu button, .mobile-menu a {
    font-size: 1.25rem;
  }

  /* Hero Section */
  .hero {
    min-height: 100dvh;
    padding: 0;
  }

  .hero-content-center {
    padding: 96px 20px 60px;
  }

  .hero-eyebrow-center {
    font-size: 0.64rem;
    padding: 6px 14px;
    margin-bottom: 20px;
    line-height: 1.35;
    max-width: 95%;
  }

  .hero-title-center {
    font-size: clamp(2.85rem, 11.5vw, 4.2rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
    font-weight: 800;
    margin-bottom: 22px;
  }

  .hero-title-center .highlight::after {
    bottom: -2px;
    height: 4px;
  }

  .hero-body-center {
    font-size: 0.94rem;
    line-height: 1.6;
    margin-bottom: 28px;
  }

  .hero-buttons-center {
    gap: 14px;
    margin-bottom: 28px;
    width: 100%;
  }

  .btn-hero-lg {
    width: 100%;
    max-width: 100%;
    padding: 15px 24px;
    font-size: 0.86rem;
    border-radius: 50px;
  }

  /* Hide Locally Owned / 5-Star / Emergency badge box on mobile */
  .hero-trust-centered {
    display: none !important;
  }

  .hero-scroll {
    bottom: 16px;
  }

  .hero-scroll span {
    font-size: 8px;
  }

  /* Trust Strip */
  .trust-strip {
    padding: 12px 0;
  }

  .trust-strip-inner {
    gap: 8px 14px;
  }

  .trust-chip {
    gap: 6px;
  }

  .trust-chip-icon {
    width: 24px;
    height: 24px;
  }

  .trust-chip-label {
    font-size: 0.66rem;
  }

  /* Sections general spacing */
  .about-section,
  .services-section,
  .process-section-split,
  .projects-section,
  .testimonials-section,
  .areas-section,
  .contact-section {
    padding: 56px 0;
  }

  .section-eyebrow {
    font-size: 0.68rem;
    margin-bottom: 14px;
  }

  .section-heading {
    font-size: clamp(2.05rem, 8vw, 2.75rem);
    line-height: 1.12;
    font-weight: 800;
  }

  /* About & Stats */
  .about-grid {
    gap: 32px;
  }

  .about-img-main img {
    height: 260px;
  }

  .about-badge {
    padding: 10px 14px;
    border-radius: 12px;
    bottom: -12px;
    right: 10px;
  }

  .about-badge-value {
    font-size: 1.3rem;
  }

  .about-badge-label {
    font-size: 0.68rem;
  }

  .stats-banner-wrap {
    margin-top: 40px;
  }

  .stats-banner-inner {
    padding: 22px 18px;
    gap: 18px;
    border-radius: 18px;
  }

  .stat-card-redesigned {
    gap: 14px;
  }

  .stat-icon-glow {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .stat-val {
    font-size: 1.7rem;
  }

  .stat-lbl {
    font-size: 0.75rem;
  }

  /* Services */
  .services-header {
    margin-bottom: 32px;
  }

  .services-grid {
    gap: 18px;
  }

  .service-card {
    border-radius: 18px;
  }

  .service-card-img {
    height: 160px;
  }

  .service-card-body {
    padding: 20px 18px;
  }

  .service-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-bottom: 12px;
  }

  .service-card-title {
    font-size: 1.08rem;
  }

  .service-card-desc {
    font-size: 0.85rem;
    margin-bottom: 14px;
  }

  /* Process */
  .process-split-grid {
    gap: 32px;
  }

  .process-img-box img {
    height: 220px;
  }

  .process-img-badge {
    padding: 8px 12px;
    border-radius: 10px;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .process-img-badge .badge-num {
    font-size: 1.1rem;
  }

  .process-img-badge .badge-txt {
    font-size: 0.66rem;
  }

  .process-timeline-item {
    gap: 10px;
    padding-bottom: 14px;
  }

  .process-node-num {
    width: 30px;
    height: 30px;
    font-size: 0.72rem;
  }

  .process-item-content {
    padding: 12px 14px;
    border-radius: 12px;
  }

  .process-item-title {
    font-size: 0.9rem;
  }

  .process-item-desc {
    font-size: 0.78rem;
  }

  /* Projects */
  .projects-header {
    margin-bottom: 20px;
  }

  .projects-grid {
    gap: 14px;
  }

  .project-card-img {
    height: 180px;
  }

  .project-card-info {
    padding: 14px 12px;
  }

  .project-card-title {
    font-size: 0.98rem;
  }

  /* Testimonials & Google Reviews */
  .google-reviews-badge {
    padding: 10px 14px;
    border-radius: 16px;
    gap: 10px;
    width: 100%;
    margin-top: 14px;
  }

  .google-badge-left {
    gap: 8px;
  }

  .google-rating-score {
    font-size: 0.98rem;
  }

  .btn-google-review {
    width: 100%;
    justify-content: center;
    padding: 8px 12px;
    font-size: 0.7rem;
  }

  .testimonial-slider {
    padding: 0 28px;
  }

  .testimonial-arrow {
    width: 30px;
    height: 30px;
  }

  .testimonial-arrow.prev {
    left: -6px;
  }

  .testimonial-arrow.next {
    right: -6px;
  }

  .testimonial-card {
    padding: 16px 14px;
    border-radius: 14px;
  }

  .testimonial-text {
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .testimonial-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .testimonial-name {
    font-size: 0.85rem;
  }

  .testimonial-loc {
    font-size: 0.72rem;
  }

  /* Service Areas */
  .areas-header {
    margin-bottom: 24px;
  }

  .areas-features {
    gap: 6px;
    margin-bottom: 20px;
  }

  .area-feature {
    padding: 6px 12px;
    font-size: 0.72rem;
  }

  .areas-grid {
    gap: 10px;
    margin-bottom: 20px;
  }

  .area-card {
    padding: 14px;
    border-radius: 12px;
  }

  .area-card-city {
    font-size: 0.95rem;
  }

  .areas-map iframe {
    height: 200px;
  }

  /* Contact & Form */
  .contact-grid {
    gap: 24px;
  }

  .contact-info-item {
    gap: 10px;
    margin-bottom: 10px;
  }

  .contact-info-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .contact-info-value {
    font-size: 0.88rem;
  }

  .contact-map iframe {
    height: 170px;
  }

  .contact-form-wrap {
    padding: 18px 14px;
    border-radius: 14px;
  }

  .contact-form-title {
    font-size: 1.15rem;
  }

  .form-grid {
    gap: 10px;
  }

  .form-input {
    padding: 10px 12px;
    font-size: 0.88rem;
    border-radius: 8px;
  }

  /* Sticky Mobile Bar */
  .sticky-mobile {
    padding: 8px 12px;
  }

  .sticky-mobile-call, .sticky-mobile-estimate {
    padding: 10px 8px;
    font-size: 0.72rem;
    border-radius: 10px;
  }

  /* Lightbox on mobile */
  .lightbox-nav {
    width: 32px;
    height: 32px;
  }

  .lightbox-nav.prev {
    left: 4px;
  }

  .lightbox-nav.next {
    right: 4px;
  }

  .lightbox-body {
    max-width: 96vw;
  }

  .lightbox-img-wrap img {
    max-height: 55vh;
  }
}

@media (max-width: 380px) {
  .hero-eyebrow-center {
    font-size: 0.58rem;
    letter-spacing: 0.06em;
    padding: 4px 10px;
  }
  .hero-title-center {
    font-size: 2.35rem;
    line-height: 1.06;
  }
  .hero-body-center {
    font-size: 0.82rem;
  }
  .btn-hero-lg {
    padding: 11px 14px;
    font-size: 0.78rem;
  }
  .hero-trust-text {
    font-size: 0.62rem;
  }
  .stat-val {
    font-size: 1.4rem;
  }
  .testimonial-slider {
    padding: 0 20px;
  }
}
