/* Requested homepage additions; existing typography and sections are untouched. */
html { scrollbar-color: #bc7e8d #211916; scrollbar-width: thin; }
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: #211916; }
::-webkit-scrollbar-thumb { background: #bc7e8d; border: 3px solid #211916; border-radius: 20px; }
::-webkit-scrollbar-thumb:hover { background: #efa3b5; }
::-webkit-scrollbar-corner { background: #211916; }
#our-services .service-card-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  margin: 0 0 26px;
  border: 1px solid var(--line, #493831);
}
.site-footer .footer-columns {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}
.footer-logo { display: inline-block; }
.footer-logo img { display: block; width: 100px; height: 100px; object-fit: contain; }
.footer-copyright { color: var(--muted, #bfb0a7); font-size: .8125rem; line-height: 1.7; margin-bottom: 0; }
.site-footer .footer-heading { font-family: Georgia, 'Times New Roman', serif; font-size: 1.4rem; color: var(--text, #f5ece5); margin: 0 0 20px; letter-spacing: normal; }
.site-footer .footer-nav a { display: block; width: fit-content; font-size: .875rem; margin-bottom: 10px; }
.mouse-trail { position: fixed; inset: 0; z-index: 2001; pointer-events: none; overflow: hidden; contain: strict; }
.mouse-trail-dot { position: absolute; top: 0; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--pink, #efa3b5); opacity: 0; will-change: transform; pointer-events: none; }
@media (max-width: 767px) {
  .site-footer .footer-columns { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-identity { grid-column: 1 / -1; }
}
@media (max-width: 380px) { .site-footer .footer-columns { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce), (hover: none), (pointer: coarse) { .mouse-trail { display: none; } }
@media (forced-colors: active) { html { scrollbar-color: auto; } .mouse-trail { display: none; } }
#our-services .services-grid {
  align-items: stretch;
}

#our-services .service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#our-services .service-card-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  flex-shrink: 0;
}

#our-services .service-card > p {
  margin-bottom: 24px;
}

#our-services .service-card > a {
  margin-top: auto;
}

/* Footer social links */
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 7px 11px;
  border: 1px solid var(--line, #493831);
  border-radius: 999px;
  color: var(--muted, #bfb0a7);
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.footer-social-logo {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  object-fit: contain;
}

.footer-social-link::after {
  content: "↗";
  font-size: .85em;
  opacity: .72;
}
.footer-social-link:hover,
.footer-social-link:focus-visible {
  border-color: var(--pink, #efa3b5);
  background: rgba(239, 163, 181, .08);
  color: var(--pink, #efa3b5);
  text-decoration: none;
}



/* Emberlight footer credit */
.footer-credit {
  margin: 7px 0 0;
  color: var(--muted, #bfb0a7);
  font-size: .75rem;
  line-height: 1.55;
}

.footer-credit a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease;
}

.footer-credit a:hover,
.footer-credit a:focus-visible {
  color: var(--pink, #efa3b5);
  text-decoration: underline;
  text-underline-offset: 3px;
}
