/* Contrast + brand color only. No overlays, no hiding sections. */
:root {
  --austry-base: #C33793;
  --austry-base-rgb: 195, 55, 147;
  --ssvw-magenta: #C33793;
  --ssvw-ink: #1A1A1A;
}

/* Theme hides banner titles until a 1s JS animation — keep them visible */
.main-banner__title,
.main-banner__subtitle,
.main-banner__text,
.main-banner__label,
.csr-banner__label,
.main-banner__card,
.main-banner__content,
.main-banner-textblock-wrap {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* Solid magenta, not pale pink */
html body .main-banner__title span,
html body .section-title__title span,
html body .infra-title span,
html body .csr-banner__label,
html body .section-title__label {
  color: #C33793 !important;
  opacity: 1 !important;
}

html body .our-group-section .section-title__title,
html body .services-four .section-title__title,
html body .services-group .section-title__title,
html body .our-team_vision .section-title__title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}
html body .our-team_vision .section-title__title span {
  color: #E2188A !important;
  -webkit-text-fill-color: #E2188A !important;
}

html body .business-hero-section .main-banner__title,
html body .business-hero-section h2.main-banner__title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 16px rgba(0,0,0,.55);
}
html body .business-hero-section .main-banner__title span {
  color: #E2188A !important;
  -webkit-text-fill-color: #E2188A !important;
}
html body .business-hero-section .main-banner__text {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 1px 10px rgba(0,0,0,.65);
}

.about-four__text,
.diverse-subtitle {
  color: #333333 !important;
  opacity: 1 !important;
}

/* What We Do cards sit on dark mill photos — white copy */
.feature-one__title,
.feature-one__text,
.feature-one__single h3,
.our-capabilities-section .feature-one__title,
.our-capabilities-section .feature-one__text {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: 0 1px 10px rgba(0,0,0,.65);
}

/* Business hero is a dark mill photo — white copy */
.business-hero-section .main-banner__title {
  color: #ffffff !important;
}
.business-hero-section .main-banner__title span {
  color: #E2188A !important;
}
.business-hero-section .main-banner__text {
  color: #ffffff !important;
}

#floating-contacts,
.thm-btn,
a.thm-btn {
  background-color: #C33793 !important;
  border-color: #C33793 !important;
  color: #fff !important;
}

.cky-btn-accept,
.cky-btn.cky-btn-accept,
a#cookie_action_close_header {
  background-color: #C33793 !important;
  border-color: #C33793 !important;
  color: #fff !important;
}
.cky-btn-reject,
.cky-btn-customize {
  border-color: #C33793 !important;
  color: #C33793 !important;
}

/* Team hero photo — framed crop, not a raw dump */
.ssv-team-photo {
  position: relative;
  padding: 0 14px 14px 0;
}
.ssv-team-photo__plate {
  position: absolute;
  inset: 14px 0 0 14px;
  background: #C33793;
  border-radius: 24px;
  z-index: 0;
}
.ssv-team-photo__frame {
  position: relative;
  z-index: 1;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 5 / 4;
  max-height: none;
  box-shadow: 0 18px 40px rgba(22, 28, 42, 0.2);
}
.ssv-team-photo__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 42%;
  display: block;
  filter: saturate(0.9) contrast(1.06);
}
.ssv-team-photo__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22,28,42,0) 52%, rgba(22,28,42,.48) 100%);
  pointer-events: none;
}
.ssv-team-photo__frame figcaption {
  position: absolute;
  left: 22px;
  bottom: 18px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}
