/* Brand assets from the supplied dennyapp identity; retain AttBrain's own palette. */
body:not(.beta-contact-page) {
  --ink: #1e293b;
  --muted: #5b6574;
  --accent: #1d4ed8;
  --green: #1e293b;
}
.brand.brand-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
}
.brand.brand-logo img {
  display: block;
  width: 190px;
  height: 54px;
  object-fit: contain;
  border-radius: 0;
}
.site-footer .brand.brand-logo img {
  width: 208px;
  height: 58px;
}
.service-number:has(.service-icon) {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
.service-icon {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.gallery-brand-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-bottom: 12px;
}
body:not(.beta-contact-page) .site-header::after {
  background: linear-gradient(90deg, #1d4ed8, #2563ff, #06b6ee);
}
body:not(.beta-contact-page) .hero-project::before {
  background: #e8edf4;
}
body:not(.beta-contact-page) .gallery-benefits .timeline-benefit {
  border-color: #2563ff;
}
body:not(.beta-contact-page) .contact-banner::before {
  background: radial-gradient(
    ellipse at var(--glow-x, 75%) var(--glow-y, 40%),
    #06b6ee28,
    transparent 55%
  );
}
@media (max-width: 700px) {
  .brand.brand-logo img {
    width: 128px;
    height: 38px;
  }
  .site-footer .brand.brand-logo img {
    width: 180px;
    height: 50px;
  }
  .service-icon {
    width: 32px;
    height: 32px;
  }
}
