/* Precivo Analytics review refinements - 2026-09-12 */

/* Keep the finalized P mark visible anywhere the shared brand icon is used. */
.brand img,
.footer-brand img {
  background: transparent;
}

/* Match the compact desktop proportions approved from the preview reference. */
@media (min-width: 900px) {
  .site-header {
    padding: 7px clamp(22px, 5vw, 72px);
  }

  .brand {
    gap: 10px;
    font-size: 1.2rem;
  }

  .brand img {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .main-nav {
    gap: 24px;
    font-size: .82rem;
  }

  .brand-hero img {
    width: 100%;
    height: clamp(330px, 24vw, 420px);
    object-fit: cover;
    object-position: center center;
  }

  .intro-band-grid {
    gap: 72px;
    padding-block: 56px;
  }

  .intro-band h1 {
    font-size: clamp(2.65rem, 3.9vw, 4.35rem);
  }

  .intro-copy p {
    font-size: 1rem;
    margin-bottom: 24px;
  }
}

/* Keep the EV + Solar page in the same warm page family as Consulting, Products, About and Contact. */
.dark-page-hero {
  background: linear-gradient(135deg, #F2E7D8, #FBF6EE 60%, #E8D0AF) !important;
  color: #231B16 !important;
  border-bottom: 1px solid #DED1C1;
}

.dark-page-hero .eyebrow.light {
  color: #884D15 !important;
}

.dark-page-hero h1 {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400 !important;
  letter-spacing: -.025em !important;
  color: #231B16 !important;
}

.dark-page-hero p {
  color: #605F5D !important;
}

/* Show the complete brand banner on tablets and phones instead of cropping its right side. */
@media (max-width: 899px) {
  .brand-hero {
    background: #0A1112;
  }

  .brand-hero img {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}
