/* === EMS luxury uplift 2026-08 === */
html { scroll-behavior: smooth; }
body {
  background: #08090b !important;
  color: #f3efe6;
}
.site-header, header.site-header, .gp-header {
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 10px 40px rgba(7,13,11,.12);
}
h1, .hero h1, .hero__title, .faq-head h1, .ems-koc__name {
  letter-spacing: -0.02em;
  text-wrap: balance;
}
img {
  image-rendering: auto;
}
.gi-card img, .card img, .media img, .hero img, .faq-portrait img, figure img {
  transition: transform .7s cubic-bezier(.22,1,.36,1), filter .7s ease;
  filter: saturate(1.05) contrast(1.03);
}
.gi-card:hover img, .card:hover img {
  transform: scale(1.03);
}
a.btn, .btn, .btn--primary, .cta, .hero__actions a:first-child {
  box-shadow: 0 10px 30px rgba(12,31,26,.18);
}
.site-footer, footer, .biz-social-foot {
  border-top: 1px solid rgba(198, 165, 106, 0.28);
}
.biz-social-foot {
  background: #0c0d10 !important;
  color: #ead9b0 !important;
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
