/* ProAI Expert — Homepage Footer Canonical Golden R3.1
   Targeted brand-closure correction only. R3 signature/material system remains authoritative. */

.home-footer-golden-r3__cta h2 {
  animation: homeFooterGoldenTitleBreathR31 9.6s cubic-bezier(.42,0,.22,1) infinite;
}

@keyframes homeFooterGoldenTitleBreathR31 {
  0%, 68%, 100% {
    filter: brightness(1);
    text-shadow: 0 0 0 rgba(242,240,235,0);
  }
  77% {
    filter: brightness(1.018);
    text-shadow: 0 0 8px rgba(242,240,235,.045);
  }
  85% {
    filter: brightness(1.05);
    text-shadow:
      0 0 12px rgba(242,240,235,.095),
      0 0 28px rgba(205,209,208,.038);
  }
  92% {
    filter: brightness(1.014);
    text-shadow: 0 0 8px rgba(242,240,235,.035);
  }
}

.home-footer-golden-r3__utility {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(38px, 4vw, 58px);
  align-items: start;
}

.home-footer-golden-r3__contact {
  grid-column: auto;
  padding-bottom: 0;
  border-bottom: 0;
}

.home-footer-golden-r3__bottom {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  grid-template-areas: "logo socials locale copyright";
  gap: clamp(18px, 2.2vw, 34px);
  padding-top: 24px;
}

.home-footer-golden-r3__logo { grid-area: logo; }
.home-footer-golden-r3__social-rail {
  grid-area: socials;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 30px);
}
.home-footer-golden-r3__locale { grid-area: locale; }
.home-footer-golden-r3__copyright {
  grid-area: copyright;
  white-space: nowrap;
}

.home-footer-golden-r3__social-rail a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  color: rgba(174,179,182,.52) !important;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: nowrap;
  font-size: 10.5px !important;
  font-weight: 560 !important;
  line-height: 1 !important;
  letter-spacing: .055em !important;
  transition: color 170ms ease;
}

@media (hover:hover) and (pointer:fine) {
  .home-footer-golden-r3__social-rail a:hover,
  .home-footer-golden-r3__social-rail a:focus-visible {
    color: rgba(242,240,235,.88) !important;
  }
}

@media (max-width: 1120px) {
  .home-footer-golden-r3__bottom {
    gap: 18px;
  }
  .home-footer-golden-r3__social-rail {
    gap: 16px;
  }
  .home-footer-golden-r3__copyright {
    font-size: 8.5px !important;
    letter-spacing: .065em !important;
  }
}

@media (max-width: 880px) {
  .home-footer-golden-r3__utility {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
  }
  .home-footer-golden-r3__contact {
    grid-column: auto;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .home-footer-golden-r3__bottom {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    grid-template-areas: "logo socials locale copyright";
    gap: 14px;
  }
  .home-footer-golden-r3__social-rail {
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .home-footer-golden-r3__main {
    gap: 42px;
    padding-bottom: 40px;
  }
  .home-footer-golden-r3__utility {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .home-footer-golden-r3__group,
  .home-footer-golden-r3__contact {
    grid-column: auto;
    padding: 20px 0;
    border-top: 1px solid rgba(242,240,235,.055);
    border-bottom: 0;
  }
  .home-footer-golden-r3__group:first-child {
    padding-top: 0;
    border-top: 0;
  }
  .home-footer-golden-r3__bottom {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "logo locale"
      "socials socials"
      "copyright copyright";
    gap: 6px 16px;
    padding-top: 18px;
  }
  .home-footer-golden-r3__social-rail {
    justify-content: flex-start;
    gap: 22px;
    min-height: 44px;
  }
  .home-footer-golden-r3__copyright {
    text-align: left;
    white-space: normal;
  }
}

@media (max-width: 390px) {
  .home-footer-golden-r3__social-rail { gap: 18px; }
}

@media (max-height: 520px) and (orientation: landscape) {
  .home-footer-golden-r3__shell {
    width: auto;
    margin-left: max(32px, env(safe-area-inset-left));
    margin-right: max(32px, env(safe-area-inset-right));
  }
  .home-footer-golden-r3__main {
    gap: 34px;
    padding-bottom: 34px;
  }
  .home-footer-golden-r3__utility { gap: 28px; }
  .home-footer-golden-r3__bottom {
    gap: 12px;
    padding-top: 18px;
  }
  .home-footer-golden-r3__social-rail { gap: 13px; }
}

@media (forced-colors: active) {
  .home-footer-golden-r3__social-rail a { color: CanvasText !important; }
}
