/* AU theme — generated by scripts/build-theme-css.mjs; do not edit */
/* Sources: style.css + 20 page stylesheet(s) */
/* --- features/public-site/regions/au/styles/style.css --- */
/* AU theme — core tokens, chrome, and reusable block styles */
/* Australia marketing theme — light layout, gradient accents */
.ss-theme-au {
  --ss-au-text: #000000;
  --ss-au-muted: #6b7280e3;
  --ss-au-border: #e5e7eb;
  --ss-au-purple: #9333ea;
  --ss-au-blue: #3b82f6;
  --ss-au-pink: #ec4899;
  --ss-au-gradient: linear-gradient(90deg, var(--ss-au-pink), var(--ss-au-purple), var(--ss-au-blue));
  color: var(--ss-au-text);
  background: #fff;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  .ss-theme-au {
    scroll-behavior: auto;
  }
}

body.public-home-au {
  background: #fff !important;
  color: var(--ss-au-text) !important;
}

.ss-au-gradient-text {
  background: var(--ss-au-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ss-au-eyebrow {
  margin: 0 0 1rem;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #bc03a7;
  text-align: center;
}

.ss-au-section-title {
  margin: 0;
  font-family: var(--ss-au-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--ss-au-text);
}

.ss-au-section-title--dark {
  color: #111;
}

.ss-au-section-lead {
  margin: 0.75rem 0 0;
  max-width: 42rem;
  font-size: 18px;
  font-weight: 400;
  color: #98989a;
}

.ss-au-section-lead--dark {
  color: #4b5563;
}

@media (min-width: 768px) {
  .ss-au-section-title,
  .ss-au-article-header__title {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  .ss-au-section-title,
  .ss-au-article-header__title {
    font-size: 60px;
    line-height: 1.2;
  }

  .ss-au-section-lead {
    font-size: 24px;
    line-height: 2.5rem;
    letter-spacing: 0.04em;
  }
}

.ss-au-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.15s ease, background 0.15s ease;
}

.ss-au-btn--solid {
  background: #111;
  color: #fff;
}

.ss-au-btn--solid:hover {
  opacity: 0.9;
}

.ss-au-btn--outline {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111;
}

.ss-au-btn--outline:hover {
  background: #f9fafb;
}

/* AU page blocks (au-site pack) */
.ss-au-text-desc {
  padding: 3rem 1.25rem;
}

.ss-au-text-desc__inner {
  max-width: 48rem;
  margin: 0 auto;
}

.ss-au-text-desc--center .ss-au-text-desc__inner {
  text-align: center;
}

.ss-au-text-desc--left .ss-au-text-desc__inner {
  text-align: left;
}

.ss-au-cta-link-wrap {
  display: flex;
  justify-content: center;
  padding: 1.5rem 1.25rem;
}

.ss-au-cta-link--text {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  color: var(--ss-au-purple);
  text-decoration: none;
}

.ss-au-cta-link--text:hover {
  text-decoration: underline;
}

.ss-au-cta-link__arrow {
  font-size: 1.1em;
}

.ss-au-slider {
  padding: 2.5rem 1.25rem 3rem;
}

.ss-au-slider__layout {
  display: grid;
  gap: 1rem;
  max-width: 72rem;
  margin: 0 auto;
}

.ss-au-slider__stack {
  display: none;
  gap: 1rem;
}

@media (min-width: 768px) {
  .ss-au-slider__layout {
    grid-template-columns: 1.4fr 1fr;
    align-items: stretch;
  }

  .ss-au-slider__stack {
    display: grid;
  }
}

.ss-au-slider__main .ss-au-slider__card {
  height: 100%;
  min-height: 14rem;
}

@media (min-width: 768px) {
  .ss-au-slider__main .ss-au-slider__card {
    min-height: 18rem;
  }
}

.ss-au-slider__card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: #f3f4f6;
  text-decoration: none;
  color: inherit;
}

.ss-au-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 10rem;
  object-fit: cover;
}

.ss-au-slider__img--side {
  min-height: 8rem;
}

.ss-au-slider__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
}

.ss-au-slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.ss-au-slider__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--ss-au-border);
  border-radius: 9999px;
  background: #fff;
  cursor: pointer;
}

.ss-au-slider__counter {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ss-au-muted);
  font-variant-numeric: tabular-nums;
}

.ss-au-title-video {
  padding: 3rem 1.25rem;
}

.ss-au-title-video__inner {
  display: grid;
  gap: 2rem;
  max-width: 72rem;
  margin: 0 auto;
  align-items: center;
}

@media (min-width: 768px) {
  .ss-au-title-video__inner {
    grid-template-columns: 1fr 1fr;
  }

  .ss-au-title-video--media-right .ss-au-title-video__inner {
    direction: rtl;
  }

  .ss-au-title-video--media-right .ss-au-title-video__copy,
  .ss-au-title-video--media-right .ss-au-title-video__media {
    direction: ltr;
  }
}

.ss-au-title-video__video,
.ss-au-title-video__image {
  display: block;
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}

.ss-au-title-video__video {
  aspect-ratio: 16 / 9;
  background: #000;
}

/* AU stats cards (standalone block) */
.ss-au-stats-cards {
  padding: 3rem 0;
  background: #f8f8f8;
}

.ss-au-stats-cards__header {
  margin-bottom: 2.5rem;
  text-align: center;
}

.ss-au-stats-cards__grid {
  display: grid;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ss-au-stats-cards__grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (min-width: 900px) {
  .ss-au-stats-cards__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ss-au-stats-cards__card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.75rem 1.5rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.ss-au-stats-cards__index {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #b0b0b0;
}

.ss-au-stats-cards__value {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.ss-au-stats-cards__desc {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ss-au-muted);
}

/* AU our approach */
.ss-au-approach {
  padding: 3rem 0;
  background: #fff;
}

.ss-au-approach__header {
  margin-bottom: 2.5rem;
  text-align: center;
}

.ss-au-approach__intro {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.ss-au-approach__steps {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .ss-au-approach__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .ss-au-approach__steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ss-au-approach__step {
  position: relative;
  padding: 1.5rem;
  border: 1px solid #ececec;
  border-radius: 1rem;
  background: #fafafa;
}

.ss-au-approach__step-label {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ss-au-muted);
}

.ss-au-approach__step-title {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ss-au-approach__step-body {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ss-au-muted);
}

.ss-au-approach__connector {
  display: none;
}

@media (min-width: 1024px) {
  .ss-au-approach__step:not(:last-child) .ss-au-approach__connector {
    display: block;
    position: absolute;
    top: 50%;
    right: -0.75rem;
    width: 1.5rem;
    height: 2px;
    background: linear-gradient(90deg, #d4d4d8, transparent);
    transform: translateY(-50%);
    z-index: 1;
  }
}

.ss-au-approach__chart {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  height: 5rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, rgba(147, 51, 234, 0.04), transparent);
}

.ss-au-approach__bar {
  flex: 1;
  max-width: 1.25rem;
  min-height: 4px;
  border-radius: 2px 2px 0 0;
  background: var(--ss-au-gradient);
  opacity: 0.85;
}

/* AU article header */
.ss-au-article-header {
  padding: 3rem 0 2rem;
}

.ss-au-article-header__title {
  margin: 0 0 1.5rem;
  font-family: var(--ss-au-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 4.5rem;
  letter-spacing: 0;
}

.ss-au-article-header__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.9375rem;
  color: var(--ss-au-muted);
}

.ss-au-article-header__author {
  margin: 0;
}

.ss-au-article-header__author strong {
  color: var(--ss-au-text, #111827);
  font-weight: 600;
}

.ss-au-article-header__date {
  font-style: normal;
  color: var(--ss-au-muted);
}

/* AU rich text / prose */
.ss-au-rich-text {
  padding: 1.5rem 0 2.5rem;
}

.ss-au-rich-text--center .ss-au-prose {
  text-align: center;
}

.ss-au-prose {
  max-width: 48rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ss-au-text, #1f2937);
}

.ss-au-rich-text--center .ss-au-prose {
  margin-left: auto;
  margin-right: auto;
}

.ss-au-prose > *:first-child {
  margin-top: 0;
}

.ss-au-prose > *:last-child {
  margin-bottom: 0;
}

.ss-au-prose h1,
.ss-au-prose h2,
.ss-au-prose h3 {
  margin: 2rem 0 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--ss-au-text, #111827);
}

.ss-au-prose h2 {
  font-size: 1.75rem;
}

.ss-au-prose h3 {
  font-size: 1.375rem;
}

.ss-au-prose p {
  margin: 0 0 1.25rem;
}

.ss-au-prose ul,
.ss-au-prose ol {
  margin: 0 0 1.25rem;
  padding-left: 1.5rem;
}

.ss-au-prose li {
  margin-bottom: 0.5rem;
}

.ss-au-prose blockquote {
  margin: 1.5rem 0;
  padding: 0.75rem 1.25rem;
  border-left: 4px solid rgba(147, 51, 234, 0.45);
  background: rgba(147, 51, 234, 0.04);
  color: var(--ss-au-muted);
}

.ss-au-prose a {
  color: #7c3aed;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ss-au-prose a:hover {
  color: #6d28d9;
}

.ss-au-prose img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  border-radius: 0.75rem;
}

/* AU content image */
.ss-au-content-image {
  margin: 0;
  padding: 1rem 0 2.5rem;
}

.ss-au-content-image__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

.ss-au-content-image__caption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  color: var(--ss-au-muted);
}

/* Footer */
.ss-au-footer {
  background: #f9fafb;
  border-top: 1px solid var(--ss-au-border);
}

.ss-au-footer__grid {
  display: grid;
  gap: 2rem;
  padding: 3rem 0 2rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.ss-au-footer__heading {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
}

.ss-au-footer__link {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: var(--ss-au-text);
  text-decoration: none;
}

.ss-au-footer__link:hover {
  text-decoration: underline;
}

.ss-au-footer__muted {
  margin: 0.5rem 0 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--ss-au-muted);
}

.ss-au-footer__links,
.ss-au-footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ss-au-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ss-au-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--ss-au-border);
  border-radius: 50%;
  font-size: 0.625rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--ss-au-muted);
}

.ss-au-footer__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 2rem;
  border-top: 1px solid var(--ss-au-border);
  font-size: 0.8125rem;
  color: var(--ss-au-muted);
}

.ss-au-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.ss-au-footer__legal a {
  color: inherit;
  text-decoration: none;
}

.ss-au-footer__legal a:hover {
  text-decoration: underline;
}

/* Light header tweaks when AU theme */
.ss-theme-au [data-public-header] .ss-header--light {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
}

/* AU marketing header — fixed when scrolled; hides on down, returns on up */
.ss-au-header-slot {
  --ss-au-header-h: 4.75rem;
}

.ss-au-header {
  position: relative;
  z-index: 60;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.ss-au-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.ss-au-header--scroll-hidden {
  transform: translateY(-100%);
  pointer-events: none;
}

.ss-au-header--mobile-open {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  background: #fff;
  transform: none;
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .ss-au-header {
    transition: none;
  }
}

.ss-au-header__inner {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--ss-au-header-h);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.ss-au-header__brand {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  text-decoration: none;
}

.ss-au-header__logo {
  height: 3.25rem;
  width: auto;
  max-width: 14rem;
  object-fit: contain;
}

.ss-au-header__wordmark {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111;
}

.ss-au-header__wordmark-smart {
  color: #f59e0b;
}

.ss-au-header__nav {
  display: none;
  flex: 1;
  justify-content: center;
  padding: 0 1rem;
}

@media (min-width: 1024px) {
  .ss-au-header__nav {
    display: flex;
  }
}

.ss-au-header__nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* Item gap scales with nav letter height (1em = font-size). */
  gap: 0.25em 1.75em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ss-au-header__link,
.ss-au-header__dropdown-trigger,
.ss-au-header__dropdown-link,
.ss-au-header__mega-link,
.ss-au-header__mobile-link,
.ss-au-header__mobile-group-trigger,
.ss-au-header__mobile-sublink {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.15em;
  word-spacing: 0.1em;
}

.ss-au-header__mega-state,
.ss-au-header__mobile-mega-heading {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15em;
  word-spacing: 0.1em;
}

.ss-au-header__link {
  color: #374151;
  text-decoration: none;
  transition: color 0.15s ease;
}

.ss-au-header__link:hover {
  color: #111;
}

.ss-au-header__link--label {
  cursor: default;
}

.ss-au-header__nav-item--dropdown {
  position: relative;
}

.ss-au-header__dropdown {
  position: relative;
}

.ss-au-header__dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #374151;
  cursor: pointer;
  transition: color 0.15s ease;
}

.ss-au-header__dropdown-trigger:hover,
.ss-au-header__dropdown.is-open .ss-au-header__dropdown-trigger {
  color: #111;
}

.ss-au-header__dropdown-chevron {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.15s ease;
}

.ss-au-header__dropdown-chevron.is-open {
  transform: rotate(-135deg) translateY(1px);
}

.ss-au-header__dropdown-menu {
  --ss-au-slide-y: 20px;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  z-index: 70;
  min-width: 11rem;
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 10px 25px rgba(17, 24, 39, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, var(--ss-au-slide-y));
}

.ss-au-header__dropdown.is-open .ss-au-header__dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: ss-au-header-menu-slide-up-centered 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ss-au-header__dropdown-link {
  display: block;
  padding: 0.55rem 1rem;
  color: #374151;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.ss-au-header__dropdown-link:hover {
  color: #111;
}

/* Locations mega-menu (AU header) — matches design: state columns + city lists + pill CTA */
.ss-au-header__dropdown--mega {
  position: static;
}

.ss-au-header__nav-item--dropdown:has(.ss-au-header__dropdown--mega) {
  position: static;
}

.ss-au-header__mega {
  --ss-au-slide-y: 28px;
  --ss-au-slide-x: 36px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 80;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  max-height: min(70vh, 36rem);
  margin: 0;
  padding: 2rem clamp(1.25rem, 4vw, 2.25rem) 1.75rem;
  background: #fff;
  box-shadow: 0 12px 40px rgba(17, 24, 39, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  transform: translate3d(0, var(--ss-au-slide-y), 0);
}

/* City/service columns scroll; footer CTA stays pinned below */
.ss-au-header__mega-scroll {
  min-height: 0;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.ss-au-header__dropdown.is-open .ss-au-header__mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: ss-au-header-menu-slide-up 0.45s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ss-au-header__mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2.75rem;
  row-gap: 2rem;
  align-items: start;
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .ss-au-header__mega-grid {
    grid-template-columns: repeat(var(--ss-au-mega-cols, 4), minmax(0, 1fr));
  }
}

.ss-au-header__mega-col {
  min-width: 0;
  opacity: 0;
}

.ss-au-header__dropdown.is-open .ss-au-header__mega-col:nth-child(odd) {
  animation: ss-au-header-col-slide-left 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(0.08s + (var(--ss-au-mega-col-i, 0) * 0.05s));
}

.ss-au-header__dropdown.is-open .ss-au-header__mega-col:nth-child(even) {
  animation: ss-au-header-col-slide-right 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(0.08s + (var(--ss-au-mega-col-i, 0) * 0.05s));
}

@keyframes ss-au-header-menu-slide-up {
  from {
    opacity: 0;
    transform: translate3d(0, var(--ss-au-slide-y, 28px), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ss-au-header-menu-slide-up-centered {
  from {
    opacity: 0;
    transform: translate(-50%, var(--ss-au-slide-y, 20px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes ss-au-header-col-slide-left {
  from {
    opacity: 0;
    transform: translate3d(var(--ss-au-slide-x, 36px), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ss-au-header-col-slide-right {
  from {
    opacity: 0;
    transform: translate3d(calc(var(--ss-au-slide-x, 36px) * -1), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ss-au-header__dropdown.is-open .ss-au-header__dropdown-menu,
  .ss-au-header__dropdown.is-open .ss-au-header__mega,
  .ss-au-header__dropdown.is-open .ss-au-header__mega-col,
  .ss-au-header__dropdown.is-open .ss-au-header__mega-footer {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .ss-au-header__dropdown.is-open .ss-au-header__dropdown-menu {
    transform: translate(-50%, 0);
  }
}

.ss-au-header__mega-state {
  margin: 0;
  padding: 0 0 0.75rem;
  border-bottom: 1px solid #e5e7eb;
  font-family: var(--ss-au-font-body, inherit);
  color: #374151;
}

.ss-au-header__mega-list {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.ss-au-header__mega-link {
  display: block;
  padding: 0.42rem 0;
  font-family: var(--ss-au-font-body, inherit);
  color: #374151;
  text-decoration: none;
  transition: color 0.15s ease;
}

.ss-au-header__mega-link:hover {
  color: #111;
}

.ss-au-header__mega-footer {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-top: 1.5rem;
  padding-top: 0.25rem;
  background: #fff;
  opacity: 0;
}

.ss-au-header__dropdown.is-open .ss-au-header__mega-footer {
  animation: ss-au-header-menu-slide-up 0.45s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.22s;
}

.ss-au-header__mega-cta--mobile {
  width: 100%;
  margin-top: 0.75rem;
  justify-content: center;
}

.ss-au-header__mobile-mega {
  padding: 0.35rem 0 0.5rem;
}

.ss-au-header__mobile-mega-state + .ss-au-header__mobile-mega-state {
  margin-top: 0.85rem;
}

.ss-au-header__mobile-mega-heading {
  margin: 0 0 0.35rem;
  padding: 0 0.25rem 0.55rem;
  border-bottom: 1px solid #e5e7eb;
  font-family: var(--ss-au-font-body, inherit);
  text-transform: none;
  color: #374151;
}

.ss-au-header__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.75rem;
}

.ss-au-header__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  color: #374151;
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.ss-au-header__phone:hover {
  color: #111;
}

.ss-au-header__phone svg {
  flex-shrink: 0;
}

.ss-au-header__phone-number {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.14em;
  word-spacing: 0.85em;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .ss-au-header__phone--bar {
    width: 6.25rem;
    height: 6.25rem;
    justify-content: center;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background: #fff;
  }

  .ss-au-header__phone--bar .ss-au-header__phone-number, .ss-au-header__phone--bar{
    display: none;
  }
}

.ss-au-header__phone--panel {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #f3f4f6;
  font-size: 1.125rem;
}

.ss-au-header__phone--panel svg {
  width: 1.25rem;
  height: 1.25rem;
}

.ss-au-header__phone--panel .ss-au-header__phone-number {
  font-size: 1.125rem;
}

.ss-au-header__cta {
  display: none;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .ss-au-header__cta {
    display: inline-flex;
  }
}

.ss-au-header__menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: #fff;
  color: #111;
}

@media (min-width: 1024px) {
  .ss-au-header__menu-btn {
    display: none;
  }
}

.ss-au-header__menu-icon {
  position: relative;
  display: block;
  width: 1.625rem;
  height: 2.5px;
  background: currentColor;
  border-radius: 1px;
}

.ss-au-header__menu-icon::before,
.ss-au-header__menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.5px;
  background: currentColor;
  border-radius: 1px;
}

.ss-au-header__menu-icon::before {
  top: -8px;
}

.ss-au-header__menu-icon::after {
  top: 8px;
}

.ss-au-header__mobile {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-top: 1px solid #e5e7eb;
  background: #fff;
  padding: 1.5rem 1.5rem 2.5rem;
}

@media (min-width: 1024px) {
  .ss-au-header__mobile {
    display: none;
  }
}

.ss-au-header__mobile-list {
  display: flex;
  flex-direction: column;
  /* Match desktop nav item gap (1.75em between labels). */
  gap: 1.75em;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1 1 auto;
}

.ss-au-header__mobile-link {
  display: block;
  padding: 0;
  color: #374151;
  text-decoration: none;
  transition: color 0.15s ease;
}

.ss-au-header__mobile-link:hover {
  color: #111;
}

.ss-au-header__mobile-group-trigger {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  align-items: center;
  gap: 0.35em;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #374151;
  text-align: left;
  cursor: pointer;
  transition: color 0.15s ease;
}

.ss-au-header__mobile-group-trigger:hover,
.ss-au-header__mobile-group-trigger[aria-expanded="true"] {
  color: #111;
}

.ss-au-header__mobile-sublist {
  margin: 0;
  padding: 0.25rem 0 0.5rem 0.85rem;
  list-style: none;
}

.ss-au-header__mobile-sublink {
  display: block;
  padding: 0.42rem 0;
  color: #374151;
  text-decoration: none;
  transition: color 0.15s ease;
}

.ss-au-header__mobile-sublink:hover {
  color: #111;
}

.ss-au-header__mobile-cta {
  margin-top: 1.5rem;
}

.ss-au-header__mobile-region {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #f3f4f6;
}

/* Custom fields — light theme overrides */
.ss-theme-au .ss-custom-fields__group,
.ss-theme-au .ss-custom-fields__repeater {
  border-color: #e5e7eb;
}

.ss-theme-au .ss-custom-fields__repeater-row {
  border-color: #d1d5db;
}

/* Admin-flexible field groups — keep CMS overflow safe on small screens */
.ss-theme-au .ss-field-group-full,
.ss-theme-au .ss-field-group-supplemental {
  padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 4vw, 1.5rem);
  overflow-x: clip;
}

.ss-theme-au .ss-custom-fields-block__title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}

.ss-theme-au .ss-custom-fields__img,
.ss-theme-au .ss-custom-fields__video-el {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.ss-theme-au .ss-custom-fields__repeater-rows {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .ss-theme-au .ss-custom-fields__repeater-rows {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ss-theme-au .ss-custom-fields__repeater-rows {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ss-theme-au .ss-prose {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ss-theme-au .ss-prose img,
.ss-theme-au .ss-prose video,
.ss-theme-au .ss-prose iframe,
.ss-theme-au .ss-prose table {
  max-width: 100%;
}

.ss-theme-au .ss-prose table {
  display: block;
  overflow-x: auto;
}

/* --- features/public-site/regions/au/styles/typography.css --- */
/* AU region typography — Geist body, DM Sans headings (Geist) */

body.public-home-au,
.ss-theme-au {
  --ss-au-font-body: var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif;
  --ss-au-font-heading: var(--font-au-heading), var(--font-geist-sans), ui-sans-serif, system-ui,
    sans-serif;
  font-family: var(--ss-au-font-body);
}

body.public-home-au h1,
body.public-home-au h2,
body.public-home-au h3,
body.public-home-au h4,
body.public-home-au h5,
body.public-home-au h6,
.ss-theme-au h1,
.ss-theme-au h2,
.ss-theme-au h3,
.ss-theme-au h4,
.ss-theme-au h5,
.ss-theme-au h6,
body.public-home-au .heading-font,
.ss-theme-au .heading-font {
  font-family: var(--ss-au-font-heading);
}

/* Pretitle / title / description — sourced from AuHomeBanner */
.ss-au-type-pretitle {
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #bc03a7;
}

.ss-au-type-title {
  font-family: var(--ss-au-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.ss-au-type-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #98989a;
}

@media (min-width: 768px) {
  .ss-au-type-title {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  .ss-au-type-title {
    font-size: 60px;
    line-height: 1.2;
  }

  .ss-au-type-description {
    font-size: 24px;
    line-height: 2.5rem;
    letter-spacing: 0.04em;
  }
}

/* --- features/public-site/regions/au/styles/pages/about.css --- */
/* AU About page — field-group driven layout (au-site/themes/pages/about/) */

.ss-au-about-page {
  background: #fff;
}

.ss-au-page {
  display: flex;
  flex-direction: column;
}

.ss-au-page--about .ss-au-hero-banner + .ss-au-text-desc {
  padding-top: 1rem;
}

/* --- features/public-site/regions/au/styles/pages/animation.css --- */
/* --------------------------------------------------------------
Home Banner Button Animation Start 
-------------------------------------------------------------- */
.ss-au-button-border {
  position: relative;
  z-index: 10;
  display: inline-flex;
  overflow: hidden;
  border-radius: 9999px;
  padding: 2px;
  background: transparent;
  transition: box-shadow 0.3s ease;
}

.ss-au-button-border__spin {
  position: absolute;
  inset: -150%;
  background: conic-gradient(
    from 0deg,
    transparent 10%,
    transparent 55%,
    #93c5fd 62%,
    #3b82f6 72%,
    #1d4ed8 82%,
    transparent 90%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
}

/* Child covers the center so only the 2px ring shows the spin */
.ss-au-button-border > :not(.ss-au-button-border__spin) {
  position: relative;
  z-index: 10;
  border-radius: inherit;
}

/* Direct child only — nested AuSpinBorder (e.g. footer CTA in a card) keeps its own hover */
.ss-au-button-border:hover:not(:has(.ss-au-button-border:hover)) > .ss-au-button-border__spin,
.ss-au-button-border--active > .ss-au-button-border__spin {
  opacity: 1;
  will-change: transform;
  animation: ss-au-button-border-spin 1.4s linear infinite;
}

.ss-au-button-border:not(.ss-au-button-border--card):hover:not(:has(.ss-au-button-border:hover)),
.ss-au-button-border--active:not(.ss-au-button-border--card) {
  box-shadow:
    0 8px 24px rgba(59, 130, 246, 0.35),
    0 4px 14px rgba(109, 40, 217, 0.22);
}

/* Primary CTA — blue border arc that spins on hover */
@keyframes ss-au-button-border-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Card shell — same spin as pill CTA, square radius + rest ring */
.ss-au-button-border--card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: #f3f4f6;
  transition: box-shadow 0.3s ease;
}

.ss-au-button-border--card.ss-au-button-border--accent {
  background: #ede4fb;
}

.ss-au-button-border--card > :not(.ss-au-button-border__spin) {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  border-radius: calc(1rem - 2px);
}

.ss-au-button-border--card:hover:not(:has(.ss-au-button-border:hover)) {
  background: transparent;
  box-shadow:
    0 10px 20px rgba(49, 46, 138, 0.45),
    0 4px 4px rgba(145, 31, 245, 0.35);
}

@media (prefers-reduced-motion: reduce) {
  .ss-au-button-border:hover:not(:has(.ss-au-button-border:hover)) > .ss-au-button-border__spin,
  .ss-au-button-border--active > .ss-au-button-border__spin {
    animation: none;
    opacity: 1;
    background: #6926fa;
    inset: 0;
  }
}
/* --------------------------------------------------------------
                      Home Banner Button Animation End 
-------------------------------------------------------------- */


/* --------------------------------------------------------------
Company Marquee Animation Start 
-------------------------------------------------------------- */

.ss-au-marquee {
  overflow: hidden;
}

.ss-au-marquee-content {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: ss-au-marquee 22s linear infinite;
}

@media (min-width: 640px) {
  .ss-au-marquee-content {
    gap: 24px;
  }
}

.ss-au-marquee:hover .ss-au-marquee-content {
  animation-play-state: paused;
}

@keyframes ss-au-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* --------------------------------------------------------------
Company Marquee Animation End 
-------------------------------------------------------------- */


/* --------------------------------------------------------------
Glass Ribs Animation Start 
-------------------------------------------------------------- */

.ss-au-glass-ribs {
  --ss-au-glass-rib-width: 2rem;
  /* every pane is identical, so sliding by a whole number of pane widths
     lands the run back on itself and the loop is invisible */
  --ss-au-glass-rib-travel: calc(var(--ss-au-glass-rib-width) * 3);
  --ss-au-glass-rib-speed: 10s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(var(--ss-au-glass-rib-travel) * -1);
  display: flex;
  justify-content: flex-end;
  animation: ss-au-glass-ribs-slide var(--ss-au-glass-rib-speed) linear infinite;
}

@media (min-width: 640px) {
  .ss-au-glass-ribs {
    --ss-au-glass-rib-width: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .ss-au-glass-ribs {
    --ss-au-glass-rib-width: 3rem;
  }
}

.ss-au-glass-rib {
  position: relative;
  flex: 0 0 var(--ss-au-glass-rib-width);
  width: var(--ss-au-glass-rib-width);
  min-width: var(--ss-au-glass-rib-width);
  max-width: var(--ss-au-glass-rib-width);
  height: 100%;
  box-sizing: border-box;
  /* Opaque frost instead of live backdrop-filter (expensive over WebGL). */
  background: linear-gradient(
    to top left,
    rgba(235, 235, 235, 0.55) 40%,
    rgba(255, 255, 255, 0.62) 60%,
    rgba(220, 220, 220, 0.28) 100%
  );
  border-inline: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 4px 16px 4px rgba(255, 255, 255, 0.28);
  transition:
    box-shadow 240ms ease,
    border-color 240ms ease,
    background 240ms ease;
}

/* the approach panel sits on a white card, so its glass carries a denser frost */
.ss-au-glass-ribs-frosted .ss-au-glass-rib {
  background: linear-gradient(
    to top left,
    rgba(210, 210, 210, 0.72) 40%,
    rgba(255, 255, 255, 0.7) 60%,
    rgba(230, 230, 230, 0.35) 100%
  );
  border-inline-color: rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 12px 40px 12px rgba(255, 255, 255, 0.38);
}

/* the wrappers are pointer-events-none, so the panes opt back in — but
   only where there is a real cursor, to keep taps passing through on touch.
   Pause/snap on hover is handled by AuGlassRibs (animation-play-state: paused
   freezes mid-pane and leaves half-cut ribs at the edges). */
@media (hover: hover) and (pointer: fine) {
  .ss-au-glass-ribs {
    pointer-events: auto;
  }

  .ss-au-glass-rib:hover {
    z-index: 2;
    border-inline-color: rgba(255, 255, 255, 0.85);
    box-shadow: inset 0 4px 22px 6px rgba(255, 255, 255, 0.5);
    background: linear-gradient(
      to top left,
      rgba(245, 245, 245, 0.72) 40%,
      rgba(255, 255, 255, 0.78) 60%,
      rgba(235, 235, 235, 0.4) 100%
    );
  }
}

@keyframes ss-au-glass-ribs-slide {
  from {
    transform: translateX(calc(var(--ss-au-glass-rib-travel) * -1));
  }
  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ss-au-glass-ribs {
    animation: none;
    transform: translateX(calc(var(--ss-au-glass-rib-travel) * -1));
  }
}

/* --------------------------------------------------------------
Inner Banner Glass Ribs Animation End 
-------------------------------------------------------------- */


/* --------------------------------------------------------------
  Fade & Slide Animations — ready-to-use
-------------------------------------------------------------- */
.ss-au-animate-fade-in,
.ss-au-animate-fade-up,
.ss-au-animate-fade-down,
.ss-au-animate-fade-left,
.ss-au-animate-fade-right,
.ss-au-animate-slide-up,
.ss-au-animate-slide-down,
.ss-au-animate-slide-left,
.ss-au-animate-slide-right,
.ss-au-animate-fade-scale,
.ss-au-reveal,
.ss-au-reveal-stagger {
  --ss-au-fade-duration: 480ms;
  --ss-au-fade-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ss-au-fade-delay: 0ms;
  --ss-au-fade-y: 20px;
  --ss-au-fade-x: 24px;
  --ss-au-slide-y: 32px;
  --ss-au-slide-x: 36px;
  --ss-au-fade-scale: 0.97;
}

/* ---------- Keyframes ---------- */
@keyframes ss-au-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ss-au-fade-up {
  from {
    opacity: 0;
    transform: translate3d(0, var(--ss-au-fade-y, 32px), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ss-au-fade-down {
  from {
    opacity: 0;
    transform: translate3d(0, calc(var(--ss-au-fade-y, 32px) * -1), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ss-au-fade-left {
  from {
    opacity: 0;
    transform: translate3d(var(--ss-au-fade-x, 40px), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ss-au-fade-right {
  from {
    opacity: 0;
    transform: translate3d(calc(var(--ss-au-fade-x, 40px) * -1), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ss-au-slide-up {
  from {
    opacity: 0;
    transform: translate3d(0, var(--ss-au-slide-y, 56px), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ss-au-slide-down {
  from {
    opacity: 0;
    transform: translate3d(0, calc(var(--ss-au-slide-y, 56px) * -1), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ss-au-slide-left {
  from {
    opacity: 0;
    transform: translate3d(var(--ss-au-slide-x, 64px), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ss-au-slide-right {
  from {
    opacity: 0;
    transform: translate3d(calc(var(--ss-au-slide-x, 64px) * -1), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ss-au-fade-scale {
  from {
    opacity: 0;
    transform: scale(var(--ss-au-fade-scale, 0.96));
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Animations run only after JS marks .is-inview (viewport entry) */
.ss-au-animate-fade-in,
.ss-au-animate-fade-up,
.ss-au-animate-fade-down,
.ss-au-animate-fade-left,
.ss-au-animate-fade-right,
.ss-au-animate-slide-up,
.ss-au-animate-slide-down,
.ss-au-animate-slide-left,
.ss-au-animate-slide-right,
.ss-au-animate-fade-scale {
  animation-duration: var(--ss-au-fade-duration);
  animation-timing-function: var(--ss-au-fade-ease);
  animation-delay: var(--ss-au-fade-delay);
  animation-fill-mode: both;
}

.ss-au-animate-fade-in.is-inview,
.ss-au-animate-fade-up.is-inview,
.ss-au-animate-fade-down.is-inview,
.ss-au-animate-fade-left.is-inview,
.ss-au-animate-fade-right.is-inview,
.ss-au-animate-slide-up.is-inview,
.ss-au-animate-slide-down.is-inview,
.ss-au-animate-slide-left.is-inview,
.ss-au-animate-slide-right.is-inview,
.ss-au-animate-fade-scale.is-inview {
  will-change: opacity, transform;
}

.ss-au-animate-fade-in.is-ready:not(.is-inview),
.ss-au-animate-fade-up.is-ready:not(.is-inview),
.ss-au-animate-fade-down.is-ready:not(.is-inview),
.ss-au-animate-fade-left.is-ready:not(.is-inview),
.ss-au-animate-fade-right.is-ready:not(.is-inview),
.ss-au-animate-slide-up.is-ready:not(.is-inview),
.ss-au-animate-slide-down.is-ready:not(.is-inview),
.ss-au-animate-slide-left.is-ready:not(.is-inview),
.ss-au-animate-slide-right.is-ready:not(.is-inview),
.ss-au-animate-fade-scale.is-ready:not(.is-inview) {
  opacity: 0;
}

.ss-au-animate-fade-up.is-ready:not(.is-inview) {
  transform: translate3d(0, var(--ss-au-fade-y, 32px), 0);
}

.ss-au-animate-fade-down.is-ready:not(.is-inview) {
  transform: translate3d(0, calc(var(--ss-au-fade-y, 32px) * -1), 0);
}

.ss-au-animate-fade-left.is-ready:not(.is-inview) {
  transform: translate3d(var(--ss-au-fade-x, 40px), 0, 0);
}

.ss-au-animate-fade-right.is-ready:not(.is-inview) {
  transform: translate3d(calc(var(--ss-au-fade-x, 40px) * -1), 0, 0);
}

.ss-au-animate-slide-up.is-ready:not(.is-inview) {
  transform: translate3d(0, var(--ss-au-slide-y, 56px), 0);
}

.ss-au-animate-slide-down.is-ready:not(.is-inview) {
  transform: translate3d(0, calc(var(--ss-au-slide-y, 56px) * -1), 0);
}

.ss-au-animate-slide-left.is-ready:not(.is-inview) {
  transform: translate3d(var(--ss-au-slide-x, 64px), 0, 0);
}

.ss-au-animate-slide-right.is-ready:not(.is-inview) {
  transform: translate3d(calc(var(--ss-au-slide-x, 64px) * -1), 0, 0);
}

.ss-au-animate-fade-scale.is-ready:not(.is-inview) {
  transform: scale(var(--ss-au-fade-scale, 0.96));
}

.ss-au-animate-fade-in.is-inview {
  animation-name: ss-au-fade-in;
  will-change: opacity;
}

.ss-au-animate-fade-up.is-inview {
  animation-name: ss-au-fade-up;
}

.ss-au-animate-fade-down.is-inview {
  animation-name: ss-au-fade-down;
}

.ss-au-animate-fade-left.is-inview {
  animation-name: ss-au-fade-left;
}

.ss-au-animate-fade-right.is-inview {
  animation-name: ss-au-fade-right;
}

.ss-au-animate-slide-up.is-inview {
  animation-name: ss-au-slide-up;
}

.ss-au-animate-slide-down.is-inview {
  animation-name: ss-au-slide-down;
}

.ss-au-animate-slide-left.is-inview {
  animation-name: ss-au-slide-left;
}

.ss-au-animate-slide-right.is-inview {
  animation-name: ss-au-slide-right;
}

.ss-au-animate-fade-scale.is-inview {
  animation-name: ss-au-fade-scale;
}

/* ---------- Distance modifiers ---------- */

.ss-au-animate-distance-sm {
  --ss-au-fade-y: 16px;
  --ss-au-fade-x: 20px;
  --ss-au-slide-y: 28px;
  --ss-au-slide-x: 32px;
}

.ss-au-animate-distance-md {
  --ss-au-fade-y: 32px;
  --ss-au-fade-x: 40px;
  --ss-au-slide-y: 56px;
  --ss-au-slide-x: 64px;
}

.ss-au-animate-distance-lg {
  --ss-au-fade-y: 48px;
  --ss-au-fade-x: 56px;
  --ss-au-slide-y: 80px;
  --ss-au-slide-x: 96px;
}

/* ---------- Duration modifiers ---------- */

.ss-au-animate-duration-fast {
  --ss-au-fade-duration: 320ms;
}

.ss-au-animate-duration-normal {
  --ss-au-fade-duration: 480ms;
}

.ss-au-animate-duration-slow {
  --ss-au-fade-duration: 700ms;
}

/* ---------- Stagger delays — pair with any .ss-au-animate-* ---------- */

.ss-au-animate-delay-1 { --ss-au-fade-delay: 40ms; }
.ss-au-animate-delay-2 { --ss-au-fade-delay: 80ms; }
.ss-au-animate-delay-3 { --ss-au-fade-delay: 120ms; }
.ss-au-animate-delay-4 { --ss-au-fade-delay: 160ms; }
.ss-au-animate-delay-5 { --ss-au-fade-delay: 200ms; }
.ss-au-animate-delay-6 { --ss-au-fade-delay: 240ms; }
.ss-au-animate-delay-7 { --ss-au-fade-delay: 280ms; }
.ss-au-animate-delay-8 { --ss-au-fade-delay: 320ms; }

.ss-au-reveal.is-ready {
  transition:
    opacity var(--ss-au-fade-duration) var(--ss-au-fade-ease),
    transform var(--ss-au-fade-duration) var(--ss-au-fade-ease);
  transition-delay: var(--ss-au-fade-delay);
  will-change: opacity, transform;
}

.ss-au-reveal.is-ready:not(.is-revealed) {
  opacity: 0;
  transform: translate3d(0, var(--ss-au-fade-y), 0);
}

.ss-au-reveal.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.ss-au-reveal--fade.is-ready:not(.is-revealed) {
  transform: none;
}

.ss-au-reveal--down.is-ready:not(.is-revealed) {
  transform: translate3d(0, calc(var(--ss-au-fade-y) * -1), 0);
}

.ss-au-reveal--left.is-ready:not(.is-revealed) {
  transform: translate3d(var(--ss-au-fade-x), 0, 0);
}

.ss-au-reveal--right.is-ready:not(.is-revealed) {
  transform: translate3d(calc(var(--ss-au-fade-x) * -1), 0, 0);
}

.ss-au-reveal--slide-up.is-ready:not(.is-revealed) {
  transform: translate3d(0, var(--ss-au-slide-y), 0);
}

.ss-au-reveal--slide-down.is-ready:not(.is-revealed) {
  transform: translate3d(0, calc(var(--ss-au-slide-y) * -1), 0);
}

.ss-au-reveal--slide-left.is-ready:not(.is-revealed) {
  transform: translate3d(var(--ss-au-slide-x), 0, 0);
}

.ss-au-reveal--slide-right.is-ready:not(.is-revealed) {
  transform: translate3d(calc(var(--ss-au-slide-x) * -1), 0, 0);
}

.ss-au-reveal--scale.is-ready:not(.is-revealed) {
  transform: scale(var(--ss-au-fade-scale));
}

.ss-au-reveal-stagger.is-ready > * {
  transition:
    opacity var(--ss-au-fade-duration) var(--ss-au-fade-ease),
    transform var(--ss-au-fade-duration) var(--ss-au-fade-ease);
  will-change: opacity, transform;
}

.ss-au-reveal-stagger.is-ready:not(.is-revealed) > * {
  opacity: 0;
  transform: translate3d(0, var(--ss-au-fade-y), 0);
}

.ss-au-reveal-stagger.is-revealed > * {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.ss-au-reveal-stagger--fade.is-ready:not(.is-revealed) > * {
  transform: none;
}

.ss-au-reveal-stagger--down.is-ready:not(.is-revealed) > * {
  transform: translate3d(0, calc(var(--ss-au-fade-y) * -1), 0);
}

.ss-au-reveal-stagger--left.is-ready:not(.is-revealed) > * {
  transform: translate3d(var(--ss-au-fade-x), 0, 0);
}

.ss-au-reveal-stagger--right.is-ready:not(.is-revealed) > * {
  transform: translate3d(calc(var(--ss-au-fade-x) * -1), 0, 0);
}

.ss-au-reveal-stagger--slide-up.is-ready:not(.is-revealed) > * {
  transform: translate3d(0, var(--ss-au-slide-y), 0);
}

.ss-au-reveal-stagger--slide-down.is-ready:not(.is-revealed) > * {
  transform: translate3d(0, calc(var(--ss-au-slide-y) * -1), 0);
}

.ss-au-reveal-stagger--slide-left.is-ready:not(.is-revealed) > * {
  transform: translate3d(var(--ss-au-slide-x), 0, 0);
}

.ss-au-reveal-stagger--slide-right.is-ready:not(.is-revealed) > * {
  transform: translate3d(calc(var(--ss-au-slide-x) * -1), 0, 0);
}

.ss-au-reveal-stagger--scale.is-ready:not(.is-revealed) > * {
  transform: scale(var(--ss-au-fade-scale));
}

.ss-au-reveal-stagger.is-ready > *:nth-child(1) { transition-delay: 0ms; }
.ss-au-reveal-stagger.is-ready > *:nth-child(2) { transition-delay: 80ms; }
.ss-au-reveal-stagger.is-ready > *:nth-child(3) { transition-delay: 160ms; }
.ss-au-reveal-stagger.is-ready > *:nth-child(4) { transition-delay: 240ms; }
.ss-au-reveal-stagger.is-ready > *:nth-child(5) { transition-delay: 320ms; }
.ss-au-reveal-stagger.is-ready > *:nth-child(6) { transition-delay: 400ms; }
.ss-au-reveal-stagger.is-ready > *:nth-child(7) { transition-delay: 480ms; }
.ss-au-reveal-stagger.is-ready > *:nth-child(8) { transition-delay: 560ms; }
.ss-au-reveal-stagger.is-ready > *:nth-child(n + 9) { transition-delay: 640ms; }

@media (prefers-reduced-motion: reduce) {
  .ss-au-animate-fade-in,
  .ss-au-animate-fade-up,
  .ss-au-animate-fade-down,
  .ss-au-animate-fade-left,
  .ss-au-animate-fade-right,
  .ss-au-animate-slide-up,
  .ss-au-animate-slide-down,
  .ss-au-animate-slide-left,
  .ss-au-animate-slide-right,
  .ss-au-animate-fade-scale,
  .ss-au-animate-fade-in.is-ready:not(.is-inview),
  .ss-au-animate-fade-up.is-ready:not(.is-inview),
  .ss-au-animate-fade-down.is-ready:not(.is-inview),
  .ss-au-animate-fade-left.is-ready:not(.is-inview),
  .ss-au-animate-fade-right.is-ready:not(.is-inview),
  .ss-au-animate-slide-up.is-ready:not(.is-inview),
  .ss-au-animate-slide-down.is-ready:not(.is-inview),
  .ss-au-animate-slide-left.is-ready:not(.is-inview),
  .ss-au-animate-slide-right.is-ready:not(.is-inview),
  .ss-au-animate-fade-scale.is-ready:not(.is-inview) {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .ss-au-reveal.is-ready,
  .ss-au-reveal-stagger.is-ready > * {
    transition: none;
    will-change: auto;
  }

  .ss-au-reveal.is-ready:not(.is-revealed),
  .ss-au-reveal-stagger.is-ready:not(.is-revealed) > * {
    opacity: 1;
    transform: none;
  }
}

/* --------------------------------------------------------------
                  Fade & Slide Animations End
-------------------------------------------------------------- */

/* --------------------------------------------------------------
                      Typing animation Start
-------------------------------------------------------------- */

.ss-au-typing-animation {
  display: inline-block;
  width: 2px;
  height: 0.85em;
  margin-left: 0.12em;
  vertical-align: -0.08em;
  background: currentColor;
  animation: ss-au-type-caret-blink 0.85s step-end infinite;
}

@keyframes ss-au-type-caret-blink {
  50% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ss-au-type-caret {
    animation: none;
    opacity: 0;
  }
}

/* --------------------------------------------------------------
                      Typing animation End
-------------------------------------------------------------- */

/* --- features/public-site/regions/au/styles/pages/button.css --- */
/* ====================================
   GLASS EXPLORE MORE BUTTON
   ==================================== */
   .btn-glass-explore {
    @apply relative inline-flex items-center justify-center px-8 py-3 font-semibold text-black;
    overflow: hidden;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.2));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 0.5px solid rgba(255, 255, 255, 0.8);
    box-shadow:
        -1px -3.25px 9px #fff inset,
        0.75px 3px 7px rgba(109, 138, 194, 0.4) inset,
        -0.75px 2.75px 2px rgba(54, 62, 104, 0.13);
    transition: color 0.4s ease, background-color 0.5s ease;
}

.btn-glass-explore::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0) 50%,
            rgba(240, 245, 255, 0.1) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.btn-glass-explore:hover {
    @apply text-deep-blue;
    background: linear-gradient(135deg,
            rgba(230, 237, 255, 0.75) 0%,
            rgba(219, 227, 255, 0.85) 50%,
            rgba(230, 237, 255, 0.75) 100%);
    border: 1.5px solid #E8E7F3;
    box-shadow:
        0 12px 40px rgba(201, 211, 248, 0.4),
        0 6px 24px rgba(150, 158, 187, 0.35),
        0 2px 12px rgba(209, 218, 252, 0.3),
        inset 0 1px 0 rgba(207, 206, 206, 0.9),
        inset 0 -1px 0 rgba(213, 222, 253, 0.6);
}

.btn-glass-explore:hover::before {
    opacity: 1;
}

.btn-glass-explore:active {
    box-shadow:
        0 4px 16px rgba(219, 227, 255, 0.3),
        inset 0 2px 4px rgba(219, 227, 255, 0.4);
}

/* --- features/public-site/regions/au/styles/pages/case-studies.css --- */
/* AU case studies listing page (regions/au/styles/pages/case-studies.css) */

.ss-au-case-studies-page {
  background: #fff;
  color: var(--ss-au-text);
}

/* ── Hero ── */
.ss-au-case-studies-hero {
  position: relative;
}

.ss-au-case-studies-hero__eyebrow {
  margin: 0 0 1rem;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #bc03a7;
}

.ss-au-case-studies-hero__title {
  margin: 0;
  font-family: var(--ss-au-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 4.5rem;
  letter-spacing: 0;
  color: #1e1e21;
}

.ss-au-case-studies-hero__subtitle {
  margin: 1.25rem auto 0;
  max-width: 42rem;
  font-size: 18px;
  font-weight: 400;
  color: #98989a;
}

.ss-au-case-studies-hero__cta {
  border-radius: 999px !important;
  padding: 0.625rem 2rem !important;
  font-weight: 500 !important;
}

.ss-au-case-studies-hero__cta--primary {
  background: #1e1e21 !important;
  color: #fff !important;
}

.ss-au-case-studies-hero__cta--primary:hover {
  background: #fff !important;
  color: #1e1e21 !important;
}

.ss-au-case-studies-hero__cta--secondary {
  border: 1px solid #d1d5db !important;
  background: #fff !important;
  color: #1e1e21 !important;
}

.ss-au-case-studies-hero__cta--secondary:hover {
  background: #1e1e21 !important;
  color: #fff !important;
}

.ss-au-case-studies-hero__wave-wrap {
  margin-top: 2rem;
  line-height: 0;
}

.ss-au-case-studies-hero__wave {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ── Listing ── */
.ss-au-case-studies-listing {
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
}

.ss-au-case-studies-listing__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ss-au-case-studies-listing__stack {
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 6vw, 5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.ss-au-case-studies-listing__item-head {
  margin-bottom: 1.5rem;
}

.ss-au-case-studies-listing__title-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.ss-au-case-studies-listing__title-link:hover .ss-au-case-studies-listing__title {
  color: var(--ss-au-purple);
}

.ss-au-case-studies-listing__title {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ss-au-text);
  transition: color 0.15s ease;
}

.ss-au-case-studies-listing__title-icon {
  display: inline-flex;
  color: var(--ss-au-muted);
}

.ss-au-case-studies-listing__categories {
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
  color: #9ca3af;
}

.ss-au-case-studies-listing__body {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .ss-au-case-studies-listing__body {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2rem;
    align-items: start;
  }
}

.ss-au-case-studies-listing__media {
  position: relative;
  display: block;
  min-height: 16rem;
  overflow: hidden;
  border-radius: 1rem;
  text-decoration: none;
}

@media (min-width: 900px) {
  .ss-au-case-studies-listing__media {
    min-height: 22rem;
  }
}

.ss-au-case-studies-listing__image,
.ss-au-case-studies-listing__image-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-au-case-studies-listing__image-fallback {
  position: absolute;
  inset: 0;
}

.ss-au-case-studies-listing__description {
  margin: 0 0 1.75rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--ss-au-muted);
}

.ss-au-case-studies-listing__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid var(--ss-au-border);
}

.ss-au-case-studies-listing__metric {
  flex: 1 1 8rem;
  padding: 1.25rem 1.25rem 1.25rem 0;
  border-right: 1px solid var(--ss-au-border);
}

.ss-au-case-studies-listing__metric:last-child {
  border-right: 0;
}

.ss-au-case-studies-listing__metric-value {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ss-au-text);
}

.ss-au-case-studies-listing__metric-label {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--ss-au-muted);
}

.ss-au-case-studies-listing__more {
  margin-top: 3rem;
  text-align: center;
}

.ss-au-case-studies-listing__more-btn {
  border: 0;
  border-radius: 999px;
  background: #1e1e21;
  color: #fff;
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.ss-au-case-studies-listing__more-btn:hover {
  background: #fff;
  color: #1e1e21;
  box-shadow: inset 0 0 0 1px #1e1e21;
}

.ss-au-page--case-studies .ss-au-prefooter {
  margin-top: 0;
}

/* --- features/public-site/regions/au/styles/pages/case-study-detail.css --- */
/* AU case study detail page (regions/au/styles/pages/case-study-detail.css) */

.ss-au-cs-detail-page {
  background: #fff;
  color: var(--ss-au-text);
}

/* ── Hero ── */
.ss-au-cs-detail__hero {
  padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.ss-au-cs-detail__hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .ss-au-cs-detail__hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
  }
}

.ss-au-cs-detail__hero-title {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #1e1e21;
}

.ss-au-cs-detail__hero-description {
  margin: 1.25rem 0 0;
  max-width: 36rem;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #7b7b7d;
}

.ss-au-cs-detail__hero-industry {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  color: #9ca3af;
}

.ss-au-cs-detail__hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  margin-top: 2rem;
}

.ss-au-cs-detail__hero-metric-value {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  background: var(--ss-au-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ss-au-cs-detail__hero-metric-label {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  color: var(--ss-au-muted);
}

.ss-au-cs-detail__hero-media {
  position: relative;
  min-height: 16rem;
  overflow: hidden;
  border-radius: 1rem;
}

@media (min-width: 900px) {
  .ss-au-cs-detail__hero-media {
    min-height: 24rem;
  }
}

.ss-au-cs-detail__hero-image,
.ss-au-cs-detail__hero-image-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-au-cs-detail__hero-image-fallback {
  position: absolute;
  inset: 0;
}

/* ── Intro ── */
.ss-au-cs-detail__intro {
  padding: 0 0 clamp(3rem, 6vw, 5rem);
}

.ss-au-cs-detail__section-title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--ss-au-text);
}

.ss-au-cs-detail__intro-text {
  margin: 0 0 2rem;
  max-width: 48rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--ss-au-muted);
}

.ss-au-cs-detail__video {
  position: relative;
  width: 100%;
  min-height: 18rem;
  overflow: hidden;
  border: 0;
  border-radius: 1rem;
  background: #111827;
}

@media (min-width: 900px) {
  .ss-au-cs-detail__video {
    min-height: 24rem;
  }
}

.ss-au-cs-detail__video--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(135deg, #312e81 0%, #6b21a8 50%, #9d174d 100%);
}

.ss-au-cs-detail__video--placeholder img {
  z-index: 0;
}

.ss-au-cs-detail__video-play {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 90%);
  color: #1e1e21;
  font-size: 1.25rem;
}

.ss-au-cs-detail__video-frame {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  border: 0;
}

/* ── Split sections ── */
.ss-au-cs-detail__split {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.ss-au-cs-detail__split-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .ss-au-cs-detail__split-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2.5rem;
    align-items: start;
  }
}

.ss-au-cs-detail__split-title-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.ss-au-cs-detail__split-title {
  margin: 0;
  flex-shrink: 0;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--ss-au-text);
}

.ss-au-cs-detail__split-line {
  height: 1px;
  flex: 1;
  background: var(--ss-au-border);
}

.ss-au-cs-detail__paragraphs {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.ss-au-cs-detail__paragraphs p,
.ss-au-cs-detail__paragraph {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--ss-au-muted);
}

.ss-au-cs-detail__paragraph p {
  margin: 0 0 0.75rem;
}

.ss-au-cs-detail__paragraph p:last-child {
  margin-bottom: 0;
}

/* ── Approach ── */
.ss-au-cs-detail__approach {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
  background: #fff;
}

.ss-au-cs-detail__approach-wave {
  position: absolute;
  inset: auto 0 -10%;
  opacity: 0.4;
  pointer-events: none;
}

.ss-au-cs-detail__approach-wave-img {
  width: 100%;
  height: auto;
}

.ss-au-cs-detail__approach-inner {
  position: relative;
  z-index: 1;
}

.ss-au-cs-detail__approach-intro {
  margin: 0;
  max-width: 36rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #6b7280;
}

.ss-au-cs-detail__approach-intro p {
  margin: 0 0 0.75rem;
}

.ss-au-cs-detail__approach-intro p:last-child {
  margin-bottom: 0;
}

.ss-au-cs-detail__approach-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 2.75rem;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ss-au-cs-detail__approach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ss-au-cs-detail__approach-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.ss-au-cs-detail__approach-card {
  position: relative;
  padding: 1.5rem 1.5rem 1.75rem;
  border: 1px solid #e8e8ea;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 3%);
}

.ss-au-cs-detail__approach-card--featured {
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #3b82f6 0%, #a855f7 50%, #ec4899 100%) border-box;
  box-shadow:
    0 0 0 1px rgb(168 85 247 / 8%),
    0 8px 28px rgb(99 102 241 / 12%);
}

.ss-au-cs-detail__approach-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.85rem;
  border: 1.5px solid #a78bfa;
  border-radius: 0.45rem;
  color: #7c3aed;
  background: transparent;
}

.ss-au-cs-detail__approach-step-label {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ca3af;
}

.ss-au-cs-detail__approach-card-title {
  margin: 0 0 0.55rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1e1e21;
}

.ss-au-cs-detail__approach-card-text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #6b7280;
}

.ss-au-cs-detail__approach-card-text p {
  margin: 0 0 0.5rem;
}

.ss-au-cs-detail__approach-card-text p:last-child {
  margin-bottom: 0;
}

/* ── Impact ── */
.ss-au-cs-detail__impact {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
  background: #f5f5f7;
}

.ss-au-cs-detail__impact-wave {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  pointer-events: none;
}

.ss-au-cs-detail__impact-wave-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-au-cs-detail__impact-inner {
  position: relative;
  z-index: 1;
}

.ss-au-cs-detail__impact-header {
  margin-bottom: 2rem;
}

.ss-au-cs-detail__impact-subtitle {
  margin: 0.75rem 0 0;
  max-width: 42rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ss-au-muted);
}

.ss-au-cs-detail__impact-subtitle p {
  margin: 0;
}

.ss-au-cs-detail__impact-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ss-au-cs-detail__impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ss-au-cs-detail__impact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.ss-au-cs-detail__impact-card {
  padding: 1.5rem 1.35rem 1.75rem;
  border: 1px solid rgb(255 255 255 / 75%);
  border-radius: 1rem;
  background: rgb(255 255 255 / 72%);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgb(15 23 42 / 6%);
}

.ss-au-cs-detail__impact-index {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #9ca3af;
}

.ss-au-cs-detail__impact-value {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.ss-au-cs-detail__impact-card--1 .ss-au-cs-detail__impact-value {
  color: #2563eb;
}

.ss-au-cs-detail__impact-card--2 .ss-au-cs-detail__impact-value {
  color: #7c3aed;
}

.ss-au-cs-detail__impact-card--3 .ss-au-cs-detail__impact-value {
  color: #db2777;
}

.ss-au-cs-detail__impact-card--4 .ss-au-cs-detail__impact-value {
  color: #7c3aed;
}

.ss-au-cs-detail__impact-label {
  margin: 0.65rem 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #6b7280;
}

.ss-au-cs-detail__impact-label p {
  margin: 0;
}

/* ── Testimonial ── */
.ss-au-cs-detail__testimonial {
  padding: clamp(3rem, 6vw, 5rem) 0;
  text-align: center;
}

.ss-au-cs-detail__testimonial-eyebrow {
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ca3af;
}

.ss-au-cs-detail__testimonial-quote {
  margin: 0 auto;
  max-width: 48rem;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 500;
  line-height: 1.6;
  color: var(--ss-au-text);
}

.ss-au-cs-detail__testimonial-author {
  margin: 1.5rem 0 0;
  font-size: 1rem;
  color: var(--ss-au-muted);
}

.ss-au-page--case-study-detail .ss-au-cases {
  padding-top: 2rem;
}

/* --- features/public-site/regions/au/styles/pages/contact.css --- */
/* AU contact page — field-group layout (au-site/themes/pages/contact/) */

.ss-au-contact-page {
  background: #fff;
}

/* Contact form card — frosted panel with dual gradient border */
.ss-au-contact-form-card {
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  width: 100%;
  max-width: 606px;
  padding: 34px 34px 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 6px;
  border: 0;
  overflow: hidden;
  background: #ffffff66;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* Gradient border ring — does not tint the frosted fill */
.ss-au-contact-form-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  padding: 1px;
  background:
    linear-gradient(
      325.97deg,
      rgba(153, 153, 153, 0.4) -71.6%,
      #ffffff 34.04%,
      #999999 178.81%
    ),
    linear-gradient(90deg, #dc2a95 0%, #6e2be6 46.15%, #1f8fe0 75.48%);
  background-blend-mode: soft-light, normal;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Soft pink → blue glow along the bottom of the card */
.ss-au-contact-form-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(
      120% 90% at 0% 100%,
      rgba(220, 42, 149, 0.28) 0%,
      rgba(220, 42, 149, 0.1) 35%,
      transparent 70%
    ),
    radial-gradient(
      120% 90% at 100% 100%,
      rgba(31, 143, 224, 0.3) 0%,
      rgba(31, 143, 224, 0.1) 35%,
      transparent 70%
    ),
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(246, 240, 255, 0.45) 100%
    );
}

.ss-au-contact-form-card > * {
  position: relative;
  z-index: 2;
}

.ss-au-contact-form-card__fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ss-au-contact-form-card .ss-contact-form__field label {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #1e1e21;
}

.ss-au-contact-form-card__input {
  box-sizing: border-box;
  height: 44px;
  padding: 10px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  color: #1e1e21;
}

.ss-au-contact-form-card__input::placeholder {
  color: #9ca3af;
}

.ss-au-contact-form-card__input:focus {
  border-color: #c4b5fd;
}

.ss-au-contact-form-card__textarea {
  height: auto;
  min-height: 110px;
  resize: none;
}

.ss-au-contact-form-card__captcha,
.ss-au-form-captcha {
  display: flex;
  justify-content: flex-start;
  margin: 4px 0 8px;
}

.ss-au-contact-form-card__submit {
  margin-top: 8px;
  width: 100%;
  border: 0;
  border-radius: 9999px;
  background: #000;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.ss-au-contact-form-card__submit:hover:not(:disabled) {
  background: #1e1e21;
}

.ss-au-contact-form-card__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Left column — intro + info cards */
.ss-au-contact-intro__title {
  margin: 0;
  font-family: var(--ss-au-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 4.5rem;
  letter-spacing: 0;
  color: #1e1e21;
  text-transform: none;
}

.ss-au-contact-intro__description {
  margin: 20px 0 0;
  max-width: 34rem;
  font-size: 18px;
  font-weight: 400;
  color: #98989a;
}

.ss-au-contact-intro__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 36px;
}

.ss-au-contact-info-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border: 0;
  border-radius: 16px;
  background: transparent;
}

.ss-au-contact-info-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f5f0ff;
  color: #6e2be6;
}

.ss-au-contact-info-card__body {
  min-width: 0;
}

.ss-au-contact-info-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #101828;
}

.ss-au-contact-info-card__text {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #667085;
}

@media (min-width: 640px) {
  .ss-au-contact-intro__description {
    font-size: 18px;
  }
}

/* SEO audit — match contact left-side intro/cards (CSS only; form fields unchanged) */
:is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section > .absolute[aria-hidden="true"] {
  display: none !important;
}

:is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section .grid.gap-10 > div:first-child > h1 {
  margin: 0;
  font-family: var(--ss-au-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 4.5rem;
  letter-spacing: 0;
  color: #1e1e21;
}

:is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section .grid.gap-10 > div:first-child > p {
  margin: 20px 0 0;
  max-width: 34rem;
  font-size: 18px;
  font-weight: 400;
  color: #98989a;
}

:is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section .grid.gap-10 > div:first-child > .mt-10 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 36px;
}

:is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section .grid.gap-10 > div:first-child > .mt-10 > div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 0 !important;
  border-radius: 16px;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

:is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section .grid.gap-10 > div:first-child > .mt-10 > div:hover {
  border-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

:is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section .grid.gap-10 > div:first-child > .mt-10 > div > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f5f0ff;
  color: #6e2be6;
}

:is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section .grid.gap-10 > div:first-child > .mt-10 > div h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #101828;
}

:is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section .grid.gap-10 > div:first-child > .mt-10 > div p {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #667085;
}

/* SEO audit form card chrome — keep fields; match contact panel look */
:is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section .grid.gap-10 > div:last-child > div {
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  width: 100%;
  max-width: 606px;
  margin-left: auto;
  padding: 34px 34px 40px;
  border: 0 !important;
  border-radius: 6px !important;
  overflow: hidden;
  background: #ffffff66 !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: none !important;
}

:is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section .grid.gap-10 > div:last-child > div::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  padding: 1px;
  background:
    linear-gradient(
      325.97deg,
      rgba(153, 153, 153, 0.4) -71.6%,
      #ffffff 34.04%,
      #999999 178.81%
    ),
    linear-gradient(90deg, #dc2a95 0%, #6e2be6 46.15%, #1f8fe0 75.48%);
  background-blend-mode: soft-light, normal;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

:is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section .grid.gap-10 > div:last-child > div::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(
      120% 90% at 0% 100%,
      rgba(220, 42, 149, 0.28) 0%,
      rgba(220, 42, 149, 0.1) 35%,
      transparent 70%
    ),
    radial-gradient(
      120% 90% at 100% 100%,
      rgba(31, 143, 224, 0.3) 0%,
      rgba(31, 143, 224, 0.1) 35%,
      transparent 70%
    ),
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(246, 240, 255, 0.45) 100%
    );
}

:is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section .grid.gap-10 > div:last-child > div > * {
  position: relative;
  z-index: 2;
}

.ss-au-page--contact .ss-contact-hero {
  padding: clamp(2.5rem, 6vw, 4rem) 0 1.5rem;
  text-align: center;
}

.ss-au-page--contact .ss-contact-hero__stack {
  margin: 0 auto;
  max-width: 48rem;
}

.ss-au-page--contact .ss-contact-grid {
  padding: 2rem 0 3rem;
}

.ss-au-page--contact .ss-contact-grid__columns {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

/* Light-theme overrides for shared contact layout */
/* Contact page — global contact CSS targets dark NP shell; AU uses light background */
.ss-theme-au .ss-contact-page .ss-contact-hero .ss-home-hero-h1,
.ss-theme-au .ss-contact-page .ss-contact-hero h1 {
  color: var(--ss-au-text);
}

.ss-theme-au .ss-contact-page .ss-contact-hero__tagline {
  color: var(--ss-au-muted);
  white-space: normal;
}

.ss-theme-au .ss-contact-page .ss-contact-intro__title {
  color: var(--ss-au-text);
}

.ss-theme-au .ss-contact-page .ss-contact-intro__body {
  color: var(--ss-au-muted);
}

.ss-theme-au .ss-contact-page .ss-contact-intro__body a {
  color: var(--ss-au-purple);
}

.ss-theme-au .ss-contact-page .ss-contact-form__title,
.ss-theme-au .ss-contact-page .ss-contact-form__field label {
  color: var(--ss-au-text);
}

.ss-theme-au .ss-contact-page .ss-contact-form input,
.ss-theme-au .ss-contact-page .ss-contact-form textarea,
.ss-theme-au .ss-contact-page .ss-contact-form__select-trigger {
  color: var(--ss-au-text);
  border-bottom-color: var(--ss-au-border);
}

.ss-theme-au .ss-contact-page .ss-contact-form input::placeholder,
.ss-theme-au .ss-contact-page .ss-contact-form textarea::placeholder,
.ss-theme-au .ss-contact-page .ss-contact-form__select-placeholder {
  color: #9ca3af;
}

.ss-theme-au .ss-contact-page .ss-contact-form__select-trigger:hover,
.ss-theme-au .ss-contact-page .ss-contact-form__select-trigger:focus-visible {
  border-bottom-color: var(--ss-au-purple);
}

.ss-theme-au .ss-contact-page .ss-contact-form__button {
  color: #fff;
  background: var(--ss-au-purple);
  border-color: var(--ss-au-purple) !important;
}

.ss-theme-au .ss-contact-page .ss-contact-form__button:hover {
  background: #7e22ce;
  border-color: #7e22ce !important;
}

.ss-theme-au .ss-contact-page .ss-contact-grid__divider {
  border-color: var(--ss-au-border);
}

.ss-theme-au .ss-contact-page .ss-contact-grid__heading {
  color: var(--ss-au-text);
}

.ss-theme-au .ss-contact-page .ss-contact-grid__body {
  color: var(--ss-au-muted);
}

.ss-theme-au .ss-contact-page .ss-contact-grid__body a {
  color: var(--ss-au-purple);
}

.ss-theme-au .ss-contact-page .ss-contact-social__title {
  color: var(--ss-au-text);
}

.ss-theme-au .ss-contact-page .ss-contact-social__intro {
  color: var(--ss-au-muted);
}

.ss-theme-au .ss-contact-page .ss-contact-social__link {
  color: var(--ss-au-text);
}

.ss-theme-au .ss-contact-page .ss-contact-social__link:hover {
  color: var(--ss-au-purple);
}





.ss-au-inner-banner {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ss-au-inner-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 15, 32, 0.55);
}

.ss-au-inner-banner > .ss-site-container {
  position: relative;
  z-index: 2;
}

.ss-au-inner-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

.ss-au-inner-banner__inner--reverse {
  flex-direction: row-reverse;
}

.ss-au-inner-banner__content {
  flex: 1;
  max-width: 620px;
}

.ss-au-inner-banner__pretitle {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #7dd3fc;
}

.ss-au-inner-banner__title {
  margin: 0;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
}

.ss-au-inner-banner__description {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,.85);
}

.ss-au-inner-banner__actions {
  display: flex;
  gap: 18px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.ss-au-inner-banner__image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.ss-au-inner-banner__img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  object-fit: contain;
}

.ss-au-inner-banner--light::before {
  background: rgba(255,255,255,.15);
}

.ss-au-inner-banner--light .ss-au-inner-banner__title {
  color: #111827;
}

.ss-au-inner-banner--light .ss-au-inner-banner__description {
  color: #374151;
}

.ss-au-inner-banner--dark .ss-au-inner-banner__title {
  color: #fff;
}

.ss-au-inner-banner--dark .ss-au-inner-banner__description {
  color: rgba(255,255,255,.85);
}

@media (max-width: 992px) {
  .ss-au-inner-banner {
    padding: 80px 0;
  }

  .ss-au-inner-banner__inner,
  .ss-au-inner-banner__inner--reverse {
    flex-direction: column;
    text-align: center;
  }

  .ss-au-inner-banner__content {
    max-width: 100%;
  }

  .ss-au-inner-banner__title {
    font-size: 42px;
  }

  .ss-au-inner-banner__actions {
    justify-content: center;
  }

  .ss-au-inner-banner__image {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .ss-au-inner-banner {
    padding: 60px 0;
  }

  .ss-au-inner-banner__title {
    font-size: 32px;
  }

  .ss-au-inner-banner__description {
    font-size: 16px;
  }

  .ss-au-inner-banner__actions {
    flex-direction: column;
    width: 100%;
  }

  .ss-au-inner-banner__actions .ss-au-btn {
    width: 100%;
    justify-content: center;
  }
}

/* --- features/public-site/regions/au/styles/pages/home.css --- */
/* AU Home page — styles/pages/home.css (merged into public/css/au.css) */

.ss-au-home-page {
  background: #fff;
  color: var(--ss-au-text);
}

.ss-au-page--home {
  gap: 0;
}

/* Vertical rhythm between stacked homepage sections */
.ss-au-home-page > .ss-au-hero-banner,
.ss-au-home-page > .ss-au-home-banner {
  margin-bottom: 0;
}

.ss-au-home-page > section + section,
.ss-au-home-page > .ss-au-hero-banner + section,
.ss-au-home-page > .ss-au-home-banner + section {
  border-top: 1px solid transparent;
}

.ss-au-home-page .ss-au-logos {
  border-bottom: 1px solid var(--ss-au-border);
}

.ss-au-home-page .ss-au-stats {
  margin-top: 0;
}

/* CMS field groups outside the standard home keys (e.g. quote) */
.ss-au-home-extra {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

.ss-au-home-extra .ss-au-text-desc {
  padding-top: 0;
  padding-bottom: 1rem;
}

.ss-au-home-extra .ss-au-cta-link-wrap {
  padding-top: 0;
}

.ss-au-home-extra--quote {
  text-align: center;
}

.ss-au-home-extra--quote .ss-au-text-desc__inner {
  max-width: 40rem;
}

.ss-au-home-extra--quote .ss-au-section-title {
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.ss-au-home-extra--quote .ss-au-cta-link-wrap {
  justify-content: center;
}

/* Hero / home banner (reusable) */
.ss-au-hero,
.ss-au-home-banner {
  position: relative;
  padding: clamp(3.5rem, 8vw, 5.5rem) 0 clamp(5rem, 12vw, 7.5rem);
  min-height: clamp(26rem, 68vh, 36rem);
  overflow: hidden;
  text-align: center;
  background: #fff;
  background-size: cover;
  background-position: center;
}

.ss-au-hero-banner__wave,
.ss-au-home-banner__wave {
  position: absolute;
  left: 50%;
  bottom: -26%;
  z-index: 0;
  width: min(190vw, 118rem);
  aspect-ratio: 1440 / 551;
  pointer-events: none;
  transform: translateX(-50%);
}

.ss-au-hero-banner__wave-svg,
.ss-au-home-banner__wave-svg {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ss-au-hero__inner,
.ss-au-home-banner__inner {
  position: relative;
  z-index: 1;
}

.ss-au-hero__title,
.ss-au-home-banner__title {
  margin: 0 auto;
  max-width: 52rem;
  font-family: var(--ss-au-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 4.5rem;
  letter-spacing: 0;
}

.ss-au-hero__subtitle,
.ss-au-home-banner__subtitle {
  margin: 1.25rem auto 0;
  max-width: 40rem;
  font-size: 18px;
  font-weight: 400;
  color: #98989a;
}

.ss-au-hero__actions,
.ss-au-home-banner__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

/* Logos */
.ss-au-logos {
  padding: 2rem 0 3rem;
}

.ss-au-logos__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem 3rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ss-au-logos__placeholder {
  font-size: 1.125rem;
  font-weight: 600;
  color: #9ca3af;
  opacity: 0.85;
}

.ss-au-logos__img {
  height: 2rem;
  width: auto;
  object-fit: contain;
  opacity: 0.7;
}

/* Statement */
.ss-au-statement {
  padding: 3rem 0;
  text-align: center;
}

.ss-au-statement__text {
  margin: 0 auto;
  max-width: 56rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.35;
  font-weight: 500;
}

.ss-au-statement__strong {
  color: #374151;
}

.ss-au-statement__muted {
  color: #9ca3af;
}

/* Why choose */
.ss-au-why {
  padding: 3rem 0;
}

.ss-au-why__video {
  position: relative;
  margin-bottom: 2.5rem;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 21 / 9;
}

.ss-au-why__video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-au-why__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: auto;
  width: 4.5rem;
  height: 4.5rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
}

.ss-au-why__header {
  margin-bottom: 2rem;
}

.ss-au-why__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .ss-au-why__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .ss-au-why__card--featured {
    grid-row: span 2;
  }
}

.ss-au-why__card {
  padding: 1.5rem;
  border: 1px solid var(--ss-au-border);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.ss-au-why__card--featured {
  background: linear-gradient(180deg, #fff 60%, rgba(236, 72, 153, 0.08));
}

.ss-au-why__card--cta {
  background: #faf5ff;
}

.ss-au-why__icon {
  display: block;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  border: 2px solid var(--ss-au-purple);
  border-radius: 0.375rem;
}

.ss-au-why__card-title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.ss-au-why__card-body {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ss-au-muted);
}

.ss-au-why__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 1rem;
  font-weight: 600;
  color: var(--ss-au-purple);
  text-decoration: underline;
}

/* Service rows */
.ss-au-service {
  padding: 3rem 0; /* py-12 */
}

.ss-au-service__inner {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .ss-au-service__inner {
    grid-template-columns: 1fr 1fr;
  }

  .ss-au-service__inner--copy-only {
    grid-template-columns: 1fr;
    max-width: 42rem;
  }
}

.ss-au-service__inner--reverse .ss-au-service__copy {
  order: 1;
}

.ss-au-service__title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
}

.ss-au-service__body {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ss-au-muted);
}

.ss-au-service__visual {
  display: grid;
  place-items: center;
  min-height: 14rem;
}

.ss-au-service__icon-img {
  max-width: 12rem;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.08));
}

.ss-au-service__icon-fallback {
  width: 10rem;
  height: 10rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
}

/* Stats */
.ss-au-stats {
  position: relative;
  padding: 3rem 0;
  background: #f3f4f6;
  overflow: hidden;
}

.ss-au-stats__wave {
  position: absolute;
  inset: 10% -20% auto;
  height: 12rem;
  background: var(--ss-au-gradient);
  opacity: 0.15;
  filter: blur(20px);
  pointer-events: none;
}

.ss-au-stats__header {
  position: relative;
  margin-bottom: 2.5rem;
  text-align: center;
}

.ss-au-stats__grid {
  position: relative;
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ss-au-stats__grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

.ss-au-stats__card {
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
}

.ss-au-stats__index {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ss-au-muted);
}

.ss-au-stats__value {
  margin: 0.5rem 0;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ss-au-stats__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--ss-au-muted);
}

/* Case studies */
.ss-au-cases {
  padding: 3rem 0;
}

.ss-au-cases__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.ss-au-cases__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
}

@media (min-width: 900px) {
  .ss-au-cases__grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    min-height: 28rem;
  }

  /* Two cards: force equal columns (overrides 1.4fr 1fr above) */
  .ss-au-cases__grid.ss-au-cases__grid--equal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 22rem;
  }

  .ss-au-cases__grid.ss-au-cases__grid--equal > .ss-au-cases__card {
    width: 100%;
    min-width: 0;
    min-height: 22rem;
    height: 100%;
  }
}

.ss-au-cases__stack {
  display: grid;
  gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
  min-width: 0;
}

/* Only reserve equal stacked rows when 2 side cards exist (max layout) */
.ss-au-cases__stack--multi {
  grid-template-rows: 1fr 1fr;
}

.ss-au-cases__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 12rem;
  padding: 1.25rem;
  border-radius: 1rem;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}

.ss-au-cases__card--large {
  min-height: 100%;
}

/* Mobile: keep large + stacked cards the same width */
.ss-au-cases__grid > .ss-au-cases__card,
.ss-au-cases__stack > .ss-au-cases__card {
  width: 100%;
  max-width: 100%;
}

.ss-au-cases__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-au-cases__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.65));
}

.ss-au-cases__brand,
.ss-au-cases__label {
  position: relative;
  z-index: 1;
}

.ss-au-cases__logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  max-height: 2.5rem;
  max-width: 8rem;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.ss-au-cases__brand {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  font-weight: 600;
  text-decoration: underline;
}

.ss-au-cases__brand-text {
  position: relative;
  z-index: 1;
}

.ss-au-cases__label {
  font-size: 1.125rem;
  font-weight: 700;
}

/* Insights */
.ss-au-insights {
  padding: 3rem 0;
}

.ss-au-insights__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  /* margin-bottom: 2rem; */
}

.ss-au-insights__heading {
  min-width: 0;
  flex: 1 1 auto;
}

.ss-au-insights__grid {
  display: grid;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ss-au-insights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ss-au-insights__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ss-au-insights__card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ss-au-insights__media {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  aspect-ratio: 16 / 10;
}

.ss-au-insights__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-au-insights__date {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.ss-au-insights__category {
  margin: 0.75rem 0 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ss-au-muted);
}

.ss-au-insights__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
}

.ss-au-insights__excerpt {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--ss-au-muted);
}

.ss-au-insights__read {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: underline;
  color: var(--ss-au-text);
}

/* Pre-footer CTA */
.ss-au-prefooter {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
}

.ss-au-prefooter__wave {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(147, 51, 234, 0.12), transparent 60%);
  pointer-events: none;
}

.ss-au-prefooter__grid {
  position: relative;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .ss-au-prefooter__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.ss-au-prefooter__panel {
  padding: 2rem;
  border: 1px solid var(--ss-au-border);
  border-radius: 1rem;
  background: #fff;
}

.ss-au-prefooter__logo {
  margin: 0 0 1rem;
}

.ss-au-prefooter__logo-img {
  display: block;
  height: 2.25rem;
  width: auto;
  max-width: min(100%, 12rem);
  object-fit: contain;
}

.ss-au-prefooter__logo-text {
  display: block;
  font-weight: 700;
  color: var(--ss-au-purple);
}

.ss-au-prefooter__title {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
}

.ss-au-prefooter__body {
  margin: 0 0 1.5rem;
  line-height: 1.65;
  color: var(--ss-au-muted);
}

/* Home video strip (statement → why choose) */
.ss-au-home-video {
  padding: 0 0 3rem;
}

.ss-au-home-video__frame {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 21 / 9;
  background: #f3f4f6;
}

.ss-au-home-video__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-au-home-video__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: auto;
  width: 4.5rem;
  height: 4.5rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
}

/* What We Offer header before service zig-zag rows */
.ss-au-home-services__header {
  padding: 3rem 0 1rem;
  text-align: center;
}

.ss-au-home-services__header .ss-au-section-lead {
  max-width: 42rem;
  margin: 0.75rem auto 0;
}

/* --- features/public-site/regions/au/styles/pages/industries.css --- */
/* AU industries page — design system (regions/au/styles/pages/industries.css) */

.ss-au-industries-page {
  background: #fff;
  color: var(--ss-au-text);
}

/* ── Industry grid ── */
.ss-au-industries-grid {
  padding: 4rem 0;
}

.ss-au-industries-grid__header {
  margin-bottom: 2.5rem;
}

.ss-au-industries-grid__title {
  margin: 0;
  font-family: var(--ss-au-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 4.5rem;
  letter-spacing: 0;
  color: var(--ss-au-text);
}

.ss-au-industries-grid__subtitle {
  margin: 1rem 0 0;
  max-width: 42rem;
  font-size: 18px;
  font-weight: 400;
  color: #98989a;
}

.ss-au-industries-grid__cards {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ss-au-industries-grid__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ss-au-industries-grid__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ss-au-industries-grid__card {
  position: relative;
  display: block;
  min-height: 16rem;
  overflow: hidden;
  border-radius: 1rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ss-au-industries-grid__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgb(0 0 0 / 12%);
}

.ss-au-industries-grid__card-media {
  position: absolute;
  inset: 0;
}

.ss-au-industries-grid__card-image,
.ss-au-industries-grid__card-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-au-industries-grid__card-fallback {
  position: absolute;
  inset: 0;
}

.ss-au-industries-grid__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgb(0 0 0 / 72%) 0%,
    rgb(0 0 0 / 28%) 45%,
    rgb(0 0 0 / 8%) 100%
  );
}

.ss-au-industries-grid__card-arrow {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 18%);
  color: #fff;
  transform: rotate(-45deg);
  backdrop-filter: blur(4px);
}

.ss-au-industries-grid__card-label {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  max-width: calc(100% - 3rem);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

/* ── Stats section (reuses home.css; page-scoped tweaks) ── */
.ss-au-page--industries .ss-au-stats {
  margin-top: 0;
}

.ss-au-page--industries .ss-au-stats__value {
  background: var(--ss-au-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ss-au-page--industries .ss-au-stats__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 900px) {
  .ss-au-page--industries .ss-au-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ── FAQ + pre-footer spacing ── */
.ss-au-page--industries .ss-au-prefooter {
  margin-top: 0;
}

/* --- features/public-site/regions/au/styles/pages/industry-detail.css --- */
/* AU industry detail page — design system (regions/au/styles/pages/industry-detail.css) */

.ss-au-industry-detail-page {
  background: #fff;
  color: var(--ss-au-text);
}

/* Hero reuses location-detail hero classes (ss-au-location-hero__*) */

/* ── What we offer: 4-card industry layout (3 + 1) ── */
.ss-au-what-we-offer--four .ss-au-what-we-offer__grid {
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .ss-au-what-we-offer--four .ss-au-what-we-offer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ss-au-what-we-offer--four .ss-au-what-we-offer__card:nth-child(4) {
    grid-column: 1 / span 1;
  }
}

/* ── Stats (reuses home.css; page-scoped tweaks) ── */
.ss-au-page--industry-detail .ss-au-stats {
  margin-top: 0;
}

.ss-au-page--industry-detail .ss-au-stats__value {
  background: var(--ss-au-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ss-au-page--industry-detail .ss-au-stats__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 900px) {
  .ss-au-page--industry-detail .ss-au-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ── Insights / popular posts ── */
.ss-au-page--industry-detail .ss-au-insights {
  padding-top: 2rem;
}

.ss-au-page--industry-detail .ss-au-prefooter {
  margin-top: 0;
}

/* --- features/public-site/regions/au/styles/pages/insight-detail.css --- */
/* AU insight detail — layout uses Tailwind in AuInsightDetailView / AuInsightPopularPosts. */

/* --- features/public-site/regions/au/styles/pages/insights.css --- */
/* AU insights listing page (regions/au/styles/pages/insights.css) */

.ss-au-insights-page {
  background: #fff;
  color: var(--ss-au-text);
}

/* Hero */
.ss-au-insights-hero__eyebrow {
  margin-bottom: 1rem;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #bc03a7;
}

.ss-au-insights-hero__title {
  max-width: 36rem;
  margin: 0;
  font-family: var(--ss-au-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 4.5rem;
  letter-spacing: 0;
  color: #1e1e21;
}

.ss-au-insights-hero__subtitle {
  margin: 1.5rem 0 0;
  max-width: 32rem;
  font-size: 18px;
  font-weight: 400;
  color: #98989a;
}

.ss-au-insights-hero__cta {
  border-radius: 999px;
  background: #1e1e21 !important;
  color: #fff !important;
  padding: 0.625rem 2.5rem !important;
}

/* Listing */
.ss-au-insights-listing {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 6vw, 5rem);
}

.ss-au-insights-listing__toolbar {
  margin-bottom: 2rem;
}

.ss-au-insights-listing__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
}

.ss-au-insights-listing__controls {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 900px) {
  .ss-au-insights-listing__controls {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.ss-au-insights-listing__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ss-au-insights-listing__filter {
  border: 1px solid var(--ss-au-border);
  border-radius: 999px;
  background: #fff;
  color: var(--ss-au-muted);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.ss-au-insights-listing__filter.is-active {
  border-color: #1e1e21;
  background: #1e1e21;
  color: #fff;
}

.ss-au-insights-listing__search {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: min(100%, 18rem);
  padding: 0.625rem 1rem;
  border: 1px solid var(--ss-au-border);
  border-radius: 999px;
}

.ss-au-insights-listing__search-input {
  width: 100%;
  border: 0;
  background: transparent;
  font-size: 0.9375rem;
  outline: none;
}

.ss-au-insights-listing__search-icon {
  color: #9ca3af;
}

.ss-au-insights-listing__grid {
  display: grid;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ss-au-insights-listing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ss-au-insights-listing__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ss-au-insights-listing__card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ss-au-insights-listing__media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 16 / 10;
}

.ss-au-insights-listing__image,
.ss-au-insights-listing__image-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-au-insights-listing__image-fallback {
  position: absolute;
  inset: 0;
}

.ss-au-insights-listing__date {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  background: rgb(255 255 255 / 92%);
  font-size: 0.6875rem;
  font-weight: 700;
  color: #dc2626;
}

.ss-au-insights-listing__category {
  margin: 0.75rem 0 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ss-au-muted);
}

.ss-au-insights-listing__card-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
}

.ss-au-insights-listing__card-title a {
  color: inherit;
  text-decoration: none;
}

.ss-au-insights-listing__card-title a:hover {
  color: var(--ss-au-purple);
}

.ss-au-insights-listing__excerpt {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--ss-au-muted);
}

.ss-au-insights-listing__read {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ss-au-text);
  text-decoration: underline;
}

.ss-au-insights-listing__more {
  margin-top: 2.5rem;
  text-align: center;
}

.ss-au-insights-listing__more-btn {
  border: 0;
  border-radius: 999px;
  background: #1e1e21;
  color: #fff;
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  cursor: pointer;
}

.ss-au-page--insights .ss-au-prefooter {
  margin-top: 0;
}

/* --- features/public-site/regions/au/styles/pages/location-detail.css --- */
/* AU location detail page — design system (regions/au/styles/pages/location-detail.css) */

.ss-au-location-detail-page {
  background: #fff;
  color: var(--ss-au-text);
}

/* ── Hero ── */
.ss-au-location-hero__breadcrumb {
  margin-bottom: 1rem;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #bc03a7;
}

.ss-au-location-hero__breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.ss-au-location-hero__breadcrumb a:hover {
  text-decoration: underline;
}

.ss-au-location-hero__breadcrumb-current {
  color: #bc03a7;
}

.ss-au-location-hero__title {
  max-width: 36rem;
  margin: 0;
  font-family: var(--ss-au-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 4.5rem;
  letter-spacing: 0;
  color: #1e1e21;
}

.ss-au-location-hero__subtitle {
  margin: 1.5rem 0 0;
  max-width: 32rem;
  font-size: 18px;
  font-weight: 400;
  color: #98989a;
}

.ss-au-location-hero__cta {
  border-radius: 999px;
  background: #1e1e21 !important;
  color: #fff !important;
  padding: 0.625rem 2.5rem !important;
}

.ss-au-location-hero__cta:hover {
  background: #fff !important;
  color: #1e1e21 !important;
}

/* ── What we offer ── */
.ss-au-what-we-offer {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.ss-au-what-we-offer__header {
  margin-bottom: 2.5rem;
  text-align: center;
}

.ss-au-what-we-offer__title {
  margin: 0;
  font-family: var(--ss-au-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 4.5rem;
  letter-spacing: 0;
  color: var(--ss-au-text);
}

.ss-au-what-we-offer__description {
  margin: 1rem auto 0;
  max-width: 42rem;
  font-size: 18px;
  font-weight: 400;
  color: #98989a;
}

.ss-au-what-we-offer__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .ss-au-what-we-offer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ss-au-what-we-offer__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 2rem;
  border: 1px solid var(--ss-au-border);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: inset 0 4px 12px rgb(0 0 0 / 4%);
}

.ss-au-what-we-offer__card.is-featured {
  border-top: 3px solid #9333ea;
}

.ss-au-what-we-offer__card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 1rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--ss-au-text);
}

.ss-au-what-we-offer__card-arrow {
  display: inline-flex;
  transform: rotate(-45deg);
  color: var(--ss-au-text);
}

.ss-au-what-we-offer__card-description {
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--ss-au-muted);
}

.ss-au-what-we-offer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ss-au-border);
}

.ss-au-what-we-offer__list li {
  padding: 0.875rem 0;
  border-bottom: 1px solid var(--ss-au-border);
  font-size: 0.9375rem;
  color: #4b5563;
}

/* ── Case studies + pre-footer reuse home.css; page-scoped tweaks ── */
.ss-au-page--location-detail .ss-au-cases {
  padding-top: 2rem;
}

.ss-au-page--location-detail .ss-au-prefooter {
  margin-top: 0;
}

/* --- features/public-site/regions/au/styles/pages/locations.css --- */
/* AU locations page — field-group layout (regions/au/styles/pages/locations.css) */

.ss-au-locations-page {
  background: #fff;
}

.ss-au-page--locations .ss-au-locations-directory {
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
}

.ss-au-locations-directory__header {
  margin-bottom: 2rem;
}

.ss-au-locations-directory__title {
  margin: 0;
  font-family: var(--ss-au-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 4.5rem;
  letter-spacing: 0;
  color: var(--ss-au-text);
}

.ss-au-locations-directory__subtitle {
  margin: 1rem 0 0;
  max-width: 42rem;
  font-size: 18px;
  font-weight: 400;
  color: #98989a;
}

.ss-au-locations-directory__search {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  padding: 0.875rem 1.25rem;
  border: 1px solid var(--ss-au-border);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
}

.ss-au-locations-directory__search-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  color: #9ca3af;
}

.ss-au-locations-directory__search-input {
  width: 100%;
  border: 0;
  background: transparent;
  font-size: 1rem;
  color: var(--ss-au-text);
  outline: none;
}

.ss-au-locations-directory__search-input::placeholder {
  color: #9ca3af;
}

.ss-au-locations-directory__accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--ss-au-border);
}

.ss-au-locations-directory__state {
  border-bottom: 1px solid var(--ss-au-border);
}

.ss-au-locations-directory__state-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.ss-au-locations-directory__state-name {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  background: var(--ss-au-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ss-au-locations-directory__state-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.ss-au-locations-directory__state-count {
  font-size: 0.9375rem;
  color: var(--ss-au-muted);
  white-space: nowrap;
}

.ss-au-locations-directory__chevron {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  color: var(--ss-au-muted);
  transition: transform 0.2s ease;
}

.ss-au-locations-directory__chevron.is-open {
  transform: rotate(180deg);
}

.ss-au-locations-directory__panel {
  padding: 0 0 1.5rem;
}

.ss-au-locations-directory__cities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ss-au-locations-directory__empty {
  margin: 0;
  padding: 0.25rem 0 0.5rem;
  font-size: 0.95rem;
  color: var(--ss-au-muted, #6b7280);
}

@media (min-width: 768px) {
  .ss-au-locations-directory__cities {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ss-au-locations-directory__city-link {
  display: block;
  padding: 0.25rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--ss-au-text);
  text-decoration: none;
  transition: color 0.15s ease;
}

.ss-au-locations-directory__city-link:hover {
  color: var(--ss-au-purple);
}

.ss-au-page--locations .ss-au-prefooter {
  margin-top: 0;
}

/* --- features/public-site/regions/au/styles/pages/privacy-policy.css --- */
/* AU privacy policy page — layout is Tailwind in AuPrivacyPolicyContent.tsx */

.ss-au-privacy-policy-page {
  background: #fff;
}

.ss-au-page--privacy-policy .ss-au-prefooter {
  margin-top: 0;
}

/* --- features/public-site/regions/au/styles/pages/service-detail.css --- */
/* AU service detail page (regions/au/styles/pages/service-detail.css) */

.ss-au-service-detail-page {
  background: #fff;
  color: var(--ss-au-text);
}

.ss-au-page--service-detail .ss-au-case-studies-hero {
  padding-bottom: 2rem;
}

.ss-au-page--service-detail .ss-au-what-we-offer {
  padding: 4rem 0;
}

.ss-au-page--service-detail .ss-au-what-we-offer--four .ss-au-what-we-offer__grid {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .ss-au-page--service-detail .ss-au-what-we-offer--four .ss-au-what-we-offer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .ss-au-page--service-detail .ss-au-what-we-offer--four .ss-au-what-we-offer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ss-au-page--service-detail .ss-au-what-we-offer--four .ss-au-what-we-offer__card:nth-child(4) {
    grid-column: span 1;
  }
}

.ss-au-page--service-detail .ss-au-approach {
  padding-bottom: 2rem;
}

.ss-au-page--service-detail .ss-au-cases {
  padding-top: 1rem;
}

.ss-au-page--service-detail .ss-au-stats {
  margin-top: 0;
}

/* What we offer grid (shared with location/industry detail) */
.ss-au-what-we-offer {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.ss-au-what-we-offer__header {
  margin-bottom: 2.5rem;
  text-align: center;
}

.ss-au-what-we-offer__title {
  margin: 0;
  font-family: var(--ss-au-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 4.5rem;
  letter-spacing: 0;
  color: var(--ss-au-text);
}

.ss-au-what-we-offer__description {
  margin: 1rem auto 0;
  max-width: 42rem;
  font-size: 18px;
  font-weight: 400;
  color: #98989a;
}

.ss-au-what-we-offer__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .ss-au-what-we-offer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ss-au-what-we-offer__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 2rem;
  border: 1px solid var(--ss-au-border);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: inset 0 4px 12px rgb(0 0 0 / 4%);
}

.ss-au-what-we-offer__card.is-featured {
  border-top: 3px solid #9333ea;
}

.ss-au-what-we-offer__card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 1rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--ss-au-text);
}

.ss-au-what-we-offer__card-arrow {
  display: inline-flex;
  transform: rotate(-45deg);
  color: var(--ss-au-text);
}

.ss-au-what-we-offer__card-description {
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--ss-au-muted);
}

.ss-au-what-we-offer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ss-au-border);
}

.ss-au-what-we-offer__list li {
  padding: 0.875rem 0;
  border-bottom: 1px solid var(--ss-au-border);
  font-size: 0.9375rem;
  color: #4b5563;
}

/* --- features/public-site/regions/au/styles/pages/services.css --- */
/* AU services listing page (regions/au/styles/pages/services.css) */

.ss-au-services-page {
  background: #fff;
  color: var(--ss-au-text);
}

.ss-au-services-hero__eyebrow {
  margin-bottom: 1rem;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #bc03a7;
}

.ss-au-services-hero__title {
  max-width: 36rem;
  margin: 0;
  font-family: var(--ss-au-font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 4.5rem;
  letter-spacing: 0;
  color: #1e1e21;
}

.ss-au-services-hero__subtitle {
  margin: 1.5rem 0 0;
  max-width: 32rem;
  font-size: 18px;
  font-weight: 400;
  color: #98989a;
}

.ss-au-services-hero__cta--primary {
  border-radius: 999px;
  background: #1e1e21 !important;
  color: #fff !important;
  padding: 0.625rem 2rem !important;
}

.ss-au-services-hero__cta--secondary {
  border-radius: 999px;
  border: 1px solid var(--ss-au-border) !important;
  background: #fff !important;
  color: #1e1e21 !important;
  padding: 0.625rem 2rem !important;
}

.ss-au-page--services .ss-au-home-services {
  padding-top: 1rem;
}

.ss-au-page--services .ss-au-prefooter {
  margin-top: 0;
}

/* What we offer grid on listing uses home service zig-zag via AuHomeServiceRows */

/* --- features/public-site/regions/au/styles/pages/terms-and-conditions.css --- */
/* AU terms & conditions page — layout is Tailwind in AuPrivacyPolicyContent.tsx */

.ss-au-terms-page,
.ss-au-privacy-policy-page.ss-au-terms-page {
  background: #fff;
}

.ss-au-page--terms-and-conditions .ss-au-prefooter {
  margin-top: 0;
}

/* --- features/public-site/regions/au/styles/pages/z-mobile-typography.css --- */
/* AU mobile content typography — font-size and icon dimensions only (no spacing changes) */

@media (max-width: 639px) {
  /* ── Semantic content ── */
  .ss-theme-au .body-font,
  .ss-theme-au .cms-html,
  .ss-theme-au .cms-html p,
  .ss-theme-au .cms-html li {
    font-size: 1.0625rem;
  }

  /* ── Shared AU tokens (content) ── */
  .ss-theme-au .ss-au-eyebrow,
  .ss-theme-au .ss-au-insights-hero__eyebrow,
  .ss-theme-au .ss-au-case-studies-hero__eyebrow,
  .ss-theme-au .ss-au-location-hero__breadcrumb,
  .ss-theme-au .ss-au-approach__step-label {
    font-size: 0.875rem;
  }

  .ss-theme-au .ss-au-section-lead,
  .ss-theme-au .ss-au-btn,
  .ss-theme-au .ss-au-stats-cards__desc,
  .ss-theme-au .ss-au-approach__step-body,
  .ss-theme-au .ss-au-why__card-body,
  .ss-theme-au .ss-au-what-we-offer__card-description,
  .ss-theme-au .ss-au-what-we-offer__list li,
  .ss-theme-au .ss-au-case-studies-listing__categories,
  .ss-theme-au .ss-au-cs-detail__hero-industry,
  .ss-theme-au .ss-au-cs-detail__approach-card-text,
  .ss-theme-au .ss-au-locations-directory__state-count {
    font-size: 1.0625rem;
  }

  .ss-theme-au .ss-au-content-image__caption,
  .ss-theme-au .ss-au-footer__muted,
  .ss-theme-au .ss-au-stats__desc,
  .ss-theme-au .ss-au-insights__excerpt,
  .ss-theme-au .ss-au-insights__read,
  .ss-theme-au .ss-au-insights-listing__excerpt,
  .ss-theme-au .ss-au-insights-listing__read,
  .ss-theme-au .ss-au-case-studies-listing__metric-label,
  .ss-theme-au .ss-au-cs-detail__hero-metric-label,
  .ss-theme-au .ss-au-cs-detail__impact-label,
  .ss-theme-au .ss-au-cs-detail__testimonial-eyebrow,
  .ss-theme-au .ss-au-insights-listing__filter {
    font-size: 1rem;
  }

  .ss-theme-au .ss-au-insights__category,
  .ss-theme-au .ss-au-insights-listing__category,
  .ss-theme-au .ss-au-insights-listing__tag,
  .ss-theme-au .ss-au-cs-detail__approach-step-label {
    font-size: 0.8125rem;
  }

  .ss-theme-au .ss-au-stats__index,
  .ss-theme-au .ss-au-stats-cards__index,
  .ss-theme-au .ss-au-cs-detail__impact-index {
    font-size: 0.9375rem;
  }

  .ss-theme-au .ss-au-inner-banner__pretitle {
    font-size: 16px;
  }

  .ss-theme-au .ss-au-inner-banner__description {
    font-size: 18px;
  }

  /* ── Tailwind text utilities (content) ── */
  .ss-theme-au .text-xs {
    font-size: 0.8125rem;
  }

  .ss-theme-au .text-sm {
    font-size: 1rem;
  }

  .ss-theme-au .text-base {
    font-size: 1.0625rem;
  }

  .ss-theme-au .text-lg {
    font-size: 1.1875rem;
  }

  .ss-theme-au .text-xl {
    font-size: 1.3125rem;
  }

  .ss-theme-au .text-2xl {
    font-size: 1.625rem;
  }

  .ss-theme-au .text-3xl {
    font-size: 2rem;
  }

  /* ── Common arbitrary mobile text sizes ── */
  .ss-theme-au .text-\[11px\] {
    font-size: 13px;
  }

  .ss-theme-au .text-\[13px\] {
    font-size: 15px;
  }

  .ss-theme-au .text-\[14px\] {
    font-size: 16px;
  }

  .ss-theme-au .text-\[15px\] {
    font-size: 17px;
  }

  .ss-theme-au .text-\[16px\] {
    font-size: 18px;
  }

  .ss-theme-au .text-\[17px\] {
    font-size: 18px;
  }

  .ss-theme-au .text-\[18px\] {
    font-size: 19px;
  }

  .ss-theme-au .text-\[20px\] {
    font-size: 22px;
  }

  .ss-theme-au .text-\[24px\] {
    font-size: 26px;
  }

  .ss-theme-au .text-\[28px\] {
    font-size: 30px;
  }

  .ss-theme-au .text-\[32px\] {
    font-size: 34px;
  }

  /* ── Inline SVG icons (content areas) ── */
  .ss-theme-au svg.h-5.w-5,
  .ss-theme-au .h-5.w-5 svg {
    width: 1.375rem;
    height: 1.375rem;
  }

  .ss-theme-au svg.h-6.w-6,
  .ss-theme-au .h-6.w-6 svg {
    width: 1.625rem;
    height: 1.625rem;
  }

  .ss-theme-au svg.h-3.w-3,
  .ss-theme-au .h-3.w-3 svg {
    width: 1rem;
    height: 1rem;
  }

  .ss-theme-au svg[width="18"][height="18"] {
    width: 22px;
    height: 22px;
  }

  .ss-theme-au svg[width="20"][height="20"] {
    width: 24px;
    height: 24px;
  }

  .ss-theme-au svg[width="22"][height="22"] {
    width: 26px;
    height: 26px;
  }

  .ss-theme-au svg[width="24"][height="24"] {
    width: 28px;
    height: 28px;
  }

  .ss-theme-au svg[width="28"][height="28"] {
    width: 32px;
    height: 32px;
  }
}

/* --- features/public-site/regions/au/styles/pages/z-type-scale.css --- */
/* AU type scale — loads last so hero/section BEM classes match AuHomeBanner */

.ss-au-type-title,
.ss-au-section-title,
.ss-au-article-header__title,
.ss-au-hero__title,
.ss-au-home-banner__title,
.ss-au-case-studies-hero__title,
.ss-au-services-hero__title,
.ss-au-insights-hero__title,
.ss-au-location-hero__title,
.ss-au-what-we-offer__title,
.ss-au-contact-intro__title,
.ss-au-locations-directory__title,
.ss-au-industries-grid__title,
:is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section .grid.gap-10 > div:first-child > h1 {
  line-height: 1.15;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .ss-au-type-title,
  .ss-au-section-title,
  .ss-au-article-header__title,
  .ss-au-hero__title,
  .ss-au-home-banner__title,
  .ss-au-case-studies-hero__title,
  .ss-au-services-hero__title,
  .ss-au-insights-hero__title,
  .ss-au-location-hero__title,
  .ss-au-what-we-offer__title,
  .ss-au-contact-intro__title,
  .ss-au-locations-directory__title,
  .ss-au-industries-grid__title,
  :is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section .grid.gap-10 > div:first-child > h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  .ss-au-type-title,
  .ss-au-section-title,
  .ss-au-article-header__title,
  .ss-au-hero__title,
  .ss-au-home-banner__title,
  .ss-au-case-studies-hero__title,
  .ss-au-services-hero__title,
  .ss-au-insights-hero__title,
  .ss-au-location-hero__title,
  .ss-au-what-we-offer__title,
  .ss-au-contact-intro__title,
  .ss-au-locations-directory__title,
  .ss-au-industries-grid__title,
  :is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section .grid.gap-10 > div:first-child > h1 {
    font-size: 60px;
    line-height: 1.2;
  }

  .ss-au-type-description,
  .ss-au-section-lead,
  .ss-au-hero__subtitle,
  .ss-au-home-banner__subtitle,
  .ss-au-case-studies-hero__subtitle,
  .ss-au-services-hero__subtitle,
  .ss-au-insights-hero__subtitle,
  .ss-au-location-hero__subtitle,
  .ss-au-what-we-offer__description,
  .ss-au-contact-intro__description,
  .ss-au-locations-directory__subtitle,
  .ss-au-industries-grid__subtitle,
  :is(.ss-au-page--seo-audit, .ss-au-page--ui-ux-audit, .ss-au-page--uiux-audit) section .grid.gap-10 > div:first-child > p {
    font-size: 24px;
    line-height: 2.5rem;
    letter-spacing: 0.04em;
  }
}
