:root {
  --acrohome-purple: #582c83;
  --acrohome-purple-deep: #35174f;
  --acrohome-purple-soft: #70409b;
  --acrohome-bg: rgba(53, 23, 79, 0.92);
  --acrohome-bg-solid: #35174f;
  --acrohome-surface: rgba(88, 44, 131, 0.78);
  --acrohome-border: rgba(255, 255, 255, 0.18);
  --acrohome-text: #f4f7fb;
  --acrohome-muted: rgba(244, 247, 251, 0.72);
  --acrohome-accent: #f6d24a;
  --acrohome-accent-2: #d9b62b;
  --acrohome-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

body.acrohome-header-active #masthead,
body.acrohome-header-active .site-header,
body.acrohome-header-active #ast-desktop-header,
body.acrohome-header-active #ast-mobile-header,
body.acrohome-header-active .ast-above-header-bar,
body.acrohome-header-active .ast-below-header-bar {
  display: none !important;
}

body.acrohome-footer-active #colophon,
body.acrohome-footer-active .site-footer {
  display: none !important;
}

body.acrohome-custom-active .site-content,
body.acrohome-custom-active #content {
  position: relative;
}

.acrohome-shell {
  position: sticky;
  top: 0;
  z-index: 9998;
  width: 100%;
}

body.admin-bar .acrohome-shell {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .acrohome-shell {
    top: 46px;
  }
}

.acrohome-topbar {
  max-height: 100px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 0%, rgba(112, 64, 155, 0.34), transparent 34%),
    linear-gradient(100deg, var(--acrohome-purple-deep) 0%, var(--acrohome-purple) 48%, var(--acrohome-purple-deep) 100%);
  color: var(--acrohome-text);
  border-bottom: 1px solid var(--acrohome-border);
  opacity: 1;
  transition: max-height 240ms ease, opacity 180ms ease, border-color 240ms ease;
}

.acrohome-shell.is-scrolled .acrohome-topbar {
  display: none;
  max-height: 0;
  opacity: 0;
  border-bottom-color: transparent;
}

.acrohome-container {
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto;
}

.acrohome-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
}

.acrohome-topbar__left {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.acrohome-topbar__badge {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
}

.acrohome-topbar__copy {
  display: grid;
  gap: 0.1rem;
}

.acrohome-topbar__eyebrow {
  font: 700 0.86rem/1.1 "Barlow", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.acrohome-topbar__locations {
  color: var(--acrohome-muted);
  font: 500 0.93rem/1.2 "Inter", sans-serif;
}

.acrohome-topbar__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--acrohome-accent);
  text-decoration: none;
  font: 700 0.95rem/1 "Inter", sans-serif;
  white-space: nowrap;
}

.acrohome-topbar__phone-icon {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
}

.acrohome-header {
  background:
    linear-gradient(110deg, rgba(53, 23, 79, 0.96) 0%, rgba(88, 44, 131, 0.92) 52%, rgba(53, 23, 79, 0.96) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--acrohome-border);
  box-shadow: var(--acrohome-shadow);
}

.acrohome-header__inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) auto auto;
  align-items: center;
  gap: 1.2rem;
}

.acrohome-header .acrohome-container {
  width: min(1480px, calc(100% - 2rem));
}

.acrohome-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--acrohome-text);
  text-decoration: none;
  min-width: 0;
}

.acrohome-brand__logo {
  width: clamp(130px, 15vw, 190px);
  height: auto;
  display: block;
}

.acrohome-brand__text {
  display: grid;
  gap: 0.14rem;
  justify-self: center;
  color: var(--acrohome-text);
}

.acrohome-brand__name {
  font: 800 1rem/1.1 "Barlow", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--acrohome-text);
}

.acrohome-brand__sub {
  color: var(--acrohome-muted);
  font: 500 0.83rem/1.1 "Inter", sans-serif;
}

.acrohome-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-self: end;
}

.acrohome-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  font: 700 0.95rem/1 "Inter", sans-serif;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.acrohome-cta:hover,
.acrohome-cta:focus-visible {
  transform: translateY(-1px);
}

.acrohome-cta--desktop {
  width: 175px;
  min-width: 175px;
  min-height: 58px;
  text-align: center;
  line-height: 0.98;
  font-size: 0.84rem;
  padding: 0.65rem 0.55rem;
  color: #101319;
  background: linear-gradient(180deg, var(--acrohome-accent) 0%, var(--acrohome-accent-2) 100%);
  box-shadow: 0 10px 24px rgba(246, 210, 74, 0.22);
}

.acrohome-cta--desktop span {
  white-space: nowrap;
}

.acrohome-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--acrohome-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--acrohome-text);
  cursor: pointer;
}

.acrohome-toggle__line {
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 160ms ease, opacity 160ms ease;
}

.acrohome-nav {
  justify-self: end;
}

.acrohome-nav__list {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.acrohome-nav__link {
  display: inline-flex;
  align-items: center;
  color: var(--acrohome-text);
  text-decoration: none;
  font: 600 0.96rem/1 "Inter", sans-serif;
  padding: 0.75rem 0.88rem;
  border-radius: 999px;
  transition: background-color 160ms ease, color 160ms ease;
}

.acrohome-nav__item.is-current .acrohome-nav__link,
.acrohome-nav__link:hover,
.acrohome-nav__link:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: var(--acrohome-accent);
}

.acrohome-nav__item--cta {
  display: none;
}

@media (max-width: 1080px) {
  .acrohome-topbar__locations {
    display: none;
  }

  .acrohome-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .acrohome-header .acrohome-container {
    width: min(1240px, calc(100% - 2rem));
  }

  .acrohome-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    order: 3;
  }

  .acrohome-brand__text {
    grid-column: 2;
  }

  .acrohome-actions {
    grid-column: 3;
  }

  .acrohome-nav__list {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 1rem;
  }
}

@media (max-width: 820px) {
  html,
  body.acrohome-custom-active {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  body.acrohome-custom-active #page,
  body.acrohome-custom-active .site,
  body.acrohome-custom-active .site-content,
  body.acrohome-custom-active #content,
  body.acrohome-custom-active #primary {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  body.acrohome-header-active .acrohome-shell {
    width: 100vw;
    max-width: 100vw;
  }

  .acrohome-topbar__phone {
    display: none;
  }

  .acrohome-header__inner {
    grid-template-columns: 1fr auto;
    min-height: 72px;
    align-items: center;
  }

  .acrohome-brand {
    justify-self: center;
    align-self: center;
    position: relative;
    top: 4px;
  }

  .acrohome-brand__logo {
    width: min(210px, calc(100vw - 90px));
  }

  .acrohome-brand__text {
    display: none;
  }

  .acrohome-actions {
    display: inline-flex;
    grid-column: 2;
    align-self: center;
    position: relative;
    top: 4px;
  }

  .acrohome-cta--desktop {
    display: none;
  }

  .acrohome-toggle {
    display: inline-flex;
  }

  .acrohome-nav {
    grid-column: 1 / -1;
    order: 3;
    justify-self: stretch;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: max-height 220ms ease, opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  }

  .acrohome-nav.is-open {
    max-height: 75vh;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .acrohome-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    padding: 0 0 1rem;
  }

  .acrohome-nav__link {
    width: 100%;
    justify-content: center;
    padding: 0.95rem 1rem;
    border: 1px solid var(--acrohome-border);
    background: rgba(255, 255, 255, 0.03);
  }

  .acrohome-nav__item--cta {
    display: block;
    padding-top: 0.4rem;
  }

  .acrohome-cta--mobile {
    width: 100%;
    background: linear-gradient(180deg, var(--acrohome-accent) 0%, var(--acrohome-accent-2) 100%);
    color: #101319;
    box-shadow: 0 10px 24px rgba(246, 210, 74, 0.18);
  }
}

@media (max-width: 540px) {
  .acrohome-container {
    width: min(1240px, calc(100% - 1rem));
  }

  .acrohome-topbar__inner {
    padding: 0.55rem 0;
  }

  .acrohome-header__inner {
    min-height: 72px;
  }
}

.acrohome-footer {
  position: relative;
  overflow: hidden;
  color: var(--acrohome-text);
  background:
    radial-gradient(circle at 84% 0%, rgba(112, 64, 155, 0.34), transparent 30%),
    linear-gradient(125deg, #281139 0%, var(--acrohome-purple-deep) 46%, #4b2470 100%);
  font-family: "Inter", sans-serif;
}

.acrohome-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--acrohome-accent) 0%, var(--acrohome-purple-soft) 55%, var(--acrohome-accent) 100%);
  content: "";
}

.acrohome-footer__main {
  display: grid;
  grid-template-columns: minmax(230px, 1.25fr) repeat(2, minmax(150px, 0.8fr)) minmax(220px, 1fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  padding-top: clamp(3.5rem, 7vw, 5.5rem);
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

.acrohome-footer__logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 240px;
}

.acrohome-footer__logo {
  display: block;
  width: min(240px, 100%);
  height: auto;
}

.acrohome-footer__tagline {
  margin: 1.25rem 0 0;
  color: var(--acrohome-accent);
  font: 800 0.82rem/1.2 "Barlow", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.acrohome-footer__intro {
  max-width: 31ch;
  margin: 0.75rem 0 0;
  color: var(--acrohome-muted);
  font-size: 0.93rem;
  line-height: 1.65;
}

.acrohome-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: var(--acrohome-accent);
  transition: transform 160ms ease, background-color 160ms ease;
}

.acrohome-footer__social:hover,
.acrohome-footer__social:focus-visible {
  background: rgba(246, 210, 74, 0.14);
  transform: translateY(-2px);
}

.acrohome-footer__social svg {
  width: 1.1rem;
  height: 1.1rem;
}

.acrohome-footer__column h2 {
  margin: 0 0 1.15rem;
  color: var(--acrohome-text);
  font: 800 1rem/1.2 "Barlow", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.acrohome-footer__column ul {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--acrohome-muted);
  font-size: 0.92rem;
  line-height: 1.4;
}

.acrohome-footer__column a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.acrohome-footer__column a:hover,
.acrohome-footer__column a:focus-visible {
  color: var(--acrohome-accent);
}

.acrohome-footer__contact address {
  color: var(--acrohome-muted);
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.6;
}

.acrohome-footer__contact address p {
  margin: 0 0 1rem;
}

.acrohome-footer__contact address strong {
  color: var(--acrohome-text);
}

.acrohome-footer__contact address > a {
  color: var(--acrohome-accent);
  font-size: 1.08rem;
}

.acrohome-footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.4rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(246, 210, 74, 0.55);
  border-radius: 999px;
  color: var(--acrohome-accent) !important;
  font-size: 0.86rem;
  font-weight: 700;
}

.acrohome-footer__cta:hover,
.acrohome-footer__cta:focus-visible {
  background: rgba(246, 210, 74, 0.12);
}

.acrohome-footer__cta span {
  font-size: 1.15rem;
  line-height: 0.8;
}

.acrohome-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(244, 247, 251, 0.62);
  font-size: 0.78rem;
}

.acrohome-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}

.acrohome-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.25rem;
}

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

.acrohome-footer__legal a:hover,
.acrohome-footer__legal a:focus-visible {
  color: var(--acrohome-accent);
}

.acrohome-footer__legal a:last-child {
  padding: 0;
  color: #111318;
  font-size: 0.86rem;
  font-weight: 800;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.55);
}

.acrohome-footer__legal a:last-child:hover,
.acrohome-footer__legal a:last-child:focus-visible {
  color: #000;
}

@media (max-width: 960px) {
  .acrohome-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 2rem;
  }

  .acrohome-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .acrohome-footer__main {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding-top: 3.25rem;
    padding-bottom: 3rem;
  }

  .acrohome-footer__brand {
    grid-column: auto;
  }

  .acrohome-footer__logo {
    width: min(230px, 82vw);
  }

  .acrohome-footer__bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.85rem;
  }

  .acrohome-footer__legal {
    justify-content: flex-start;
    gap: 0.7rem 1rem;
  }
}
