/* Angelskin Medical — Contact page */

html.as-contact {
  scroll-behavior: smooth;
}

html.as-contact header.header-absolute + section.breadcrumbs-custom {
  padding-top: clamp(5.25rem, 11vw, 7rem);
}

html.as-contact body {
  -webkit-font-smoothing: antialiased;
}

html.as-contact .btn.as-btn-gold {
  border-radius: 999px;
  padding: 0.65rem 1.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
  background: var(--as-gold);
  border: none;
  color: #0c0f14;
  transition: transform 0.45s var(--as-ease-out), box-shadow 0.45s var(--as-ease-out);
}

html.as-contact .btn.as-btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px var(--as-gold-soft);
  color: #0c0f14;
}

html.as-contact .as-contact-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.75s var(--as-ease-out), transform 0.75s var(--as-ease-out);
}

html.as-contact .as-contact-reveal.as-inview {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html.as-contact .as-contact-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

html.as-contact .as-contact-jump {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}
html.as-contact .as-contact-jump a {
  color: var(--as-muted);
  text-decoration: none;
  font-weight: 600;
}
html.as-contact .as-contact-jump a:hover {
  color: #2a93c9;
}

html.as-contact .as-contact-phone-hero {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
html.as-contact .as-contact-phone-hero a {
  color: var(--as-text);
  text-decoration: none;
}
html.as-contact .as-contact-phone-hero a:hover {
  color: #2a93c9;
}

html.as-contact section.bg-default-liac p.text-gray-light,
html.as-contact section.bg-default p.text-gray-light {
  color: var(--as-muted) !important;
}
