html {
  scroll-behavior: smooth;
}

body {
  background-color: #EAF1F8;
}

:focus-visible {
  outline: 2px solid #009FE3;
  outline-offset: 2px;
}

.site-header-bar {
  background: #232323;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

.site-header-bar__inner {
  min-height: 6.5rem;
}

.site-header-logo {
  margin-left: -0.35rem;
  margin-right: 0;
  position: relative;
  z-index: 1;
}

.site-header-nav {
  flex: 0 1 auto;
}

.site-header-nav .site-nav-link,
.site-header-nav .site-nav-phone {
  font-size: 0.8125rem;
}

.site-header-bar .site-logo--white {
  display: block;
  max-height: 5.5rem;
  min-height: 4.5rem;
  width: auto;
  max-width: 11rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}

.header-glass {
  background: #232323;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-glass .site-logo--white {
  display: block;
  max-height: 5.5rem;
  min-height: 4.5rem;
  width: auto;
  max-width: 11rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}

.site-logo--dark {
  max-height: 5.5rem;
}

.footer-services-list {
  columns: 1;
  column-gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-services-list li {
  margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .footer-services-list {
    columns: 2;
  }
}

.hero-photo {
  background-color: #002B5C;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: calc(88vh - 4rem);
}

.home-copy--hero-deck {
  font-size: 1.2rem;
  line-height: 1.55;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.01em;
}

.home-copy--hero-aside {
  font-size: 0.975rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
  border-left: 3px solid #1B6AA8;
  padding-left: 1rem;
}

.home-copy,
.home-image-overlap__panel p,
.home-service-card p,
.home-dark-frame li p,
main li > p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  text-wrap: pretty;
}

.home-copy.text-center,
.home-copy--section-deck,
main .text-center .home-copy,
main [class*="text-center"] > .home-copy {
  text-align: center;
  hyphens: manual;
  text-wrap: wrap;
}

.mega-menu-trigger:hover .mega-menu-panel,
.mega-menu-trigger:focus-within .mega-menu-panel {
  visibility: visible;
  opacity: 1;
}

.site-nav-link,
.site-nav-phone {
  transition: color 0.15s ease;
}

.site-nav-link:hover,
.site-nav-phone:hover,
.mega-menu-link:hover,
.mega-flyout-link:hover {
  text-shadow: 0.025em 0 0 currentColor, -0.025em 0 0 currentColor;
}

.mega-menu-panel {
  overflow: visible;
  border-radius: 0;
}

.mega-menu-link,
.mega-flyout-link {
  border-radius: 0;
}

.mega-menu-split {
  position: relative;
  display: flex;
  align-items: stretch;
}

.mega-menu-list {
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  width: 26rem;
  flex-shrink: 0;
  overflow: visible;
}

.mega-menu-link {
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.mega-menu-item {
  position: relative;
}

.mega-menu-item--flyout {
  position: relative;
}

.mega-menu-item--flyout:hover > .mega-menu-link,
.mega-menu-item--flyout:focus-within > .mega-menu-link,
.mega-menu-item--flyout.is-flyout-open > .mega-menu-link {
  background-color: #EAF1F8;
  color: #003A70;
  text-shadow: 0.025em 0 0 currentColor, -0.025em 0 0 currentColor;
}

.mega-menu-item--flyout:hover > .mega-menu-link .mega-menu-chevron,
.mega-menu-item--flyout:focus-within > .mega-menu-link .mega-menu-chevron,
.mega-menu-item--flyout.is-flyout-open > .mega-menu-link .mega-menu-chevron {
  color: #003A70;
}

.mega-flyout-column {
  position: absolute;
  top: 0;
  left: calc(100% - 0.5rem);
  width: 24rem;
  z-index: 2;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-left: 1px solid #e5e7eb;
  border-radius: 0;
  background: #fff;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  box-shadow: 10px 8px 20px rgba(0, 0, 0, 0.08);
  transition: opacity 0.15s ease, visibility 0.15s ease;
}

.mega-flyout-column::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 1rem;
  height: 100%;
}

.mega-flyout-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 24rem;
  overflow: visible;
}

.mega-flyout-link {
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.mega-menu-item--flyout:hover > .mega-flyout-column,
.mega-menu-item--flyout:focus-within > .mega-flyout-column,
.mega-menu-item--flyout.is-flyout-open > .mega-flyout-column {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu-panel {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.mobile-menu-panel.is-closed {
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}

.hamburger-line {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-open .hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-open .hamburger-line:nth-child(2) {
  opacity: 0;
}

.menu-open .hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.stat-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hero-pill-btn {
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hero-pill-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.home-overlap-section {
  overflow: visible;
}

.home-image-overlap {
  position: relative;
  overflow: visible;
}

.home-image-overlap__photo {
  width: 100%;
  overflow: visible;
  background: #EAF1F8;
}

.home-image-overlap__photo img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.home-image-overlap__panel {
  background: #003A70;
  color: #fff;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 16px 40px rgba(0, 58, 112, 0.22);
}

.home-image-overlap__panel h2 {
  color: #fff;
  line-height: 1.25;
}

.home-image-overlap__panel p {
  color: rgba(255, 255, 255, 0.92);
}

.home-image-overlap__panel p strong,
.home-image-overlap__panel .home-image-overlap__lead {
  color: #FFD6A5;
  font-weight: 600;
}

body.theme-a {
  --ognisal-ink: #0B1F33;
  --ognisal-blue: #0B1F33;
  --ognisal-navy: #0B1F33;
  --ognisal-steel: #163A54;
  --ognisal-mist: #F4F5F7;
  --ognisal-surface: #F4F5F7;
  background-color: var(--ognisal-surface);
}

body.theme-a:focus-visible,
body.theme-a :focus-visible {
  outline-color: #E85D04;
}

body.theme-a .hero-photo {
  background-color: #0B1F33;
}

body.theme-a .home-image-overlap__photo {
  background: var(--ognisal-mist);
}

body.theme-a .home-image-overlap__panel {
  background: #0B1F33;
  box-shadow: 0 16px 40px rgba(11, 31, 51, 0.28);
}

body.theme-a .home-image-overlap__panel .home-image-overlap__lead,
body.theme-a .home-image-overlap__panel p strong {
  color: #FFD6A5;
}

body.theme-a .home-service-card {
  border-top-color: #0B1F33;
}

body.theme-a .stat-card {
  background: linear-gradient(180deg, #ffffff 0%, #F4F5F7 100%);
}

body.theme-a .mega-menu-item--flyout:hover > .mega-menu-link,
body.theme-a .mega-menu-item--flyout:focus-within > .mega-menu-link,
body.theme-a .mega-menu-item--flyout.is-flyout-open > .mega-menu-link {
  background-color: #F4F5F7;
  color: #0B1F33;
}

body.theme-a .mega-menu-item--flyout:hover > .mega-menu-link .mega-menu-chevron,
body.theme-a .mega-menu-item--flyout:focus-within > .mega-menu-link .mega-menu-chevron,
body.theme-a .mega-menu-item--flyout.is-flyout-open > .mega-menu-link .mega-menu-chevron {
  color: #0B1F33;
}

body.theme-a .mega-menu-link:hover,
body.theme-a .mega-flyout-link:hover {
  background-color: #F4F5F7 !important;
  color: #0B1F33 !important;
}

body.theme-a footer {
  background-color: #F4F5F7 !important;
}

body.theme-a .home-copy--hero-deck {
  font-size: 1.2rem;
  line-height: 1.55;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.01em;
}

body.theme-a .home-copy--hero-aside {
  font-size: 0.975rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
  border-left: 3px solid #E85D04;
  padding-left: 1rem;
}

body.theme-a .home-copy--panel-deck {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}

body.theme-a .home-copy--panel-deck strong {
  color: #FFD6A5;
  font-weight: 600;
}

body.theme-a .home-copy--panel-body {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

body.theme-a .home-copy--panel-pull {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 214, 165, 0.35);
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 600;
  color: #FFD6A5;
}

body.theme-a .home-copy--section-deck {
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 500;
  color: #334155;
}

body.theme-a .home-copy--deck {
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 500;
  color: #0B1F33;
}

body.theme-a .home-copy--deck strong {
  color: #E85D04;
  font-weight: 600;
}

body.theme-a .home-copy--body {
  font-size: 1rem;
  line-height: 1.7;
  color: #4b5563;
}

body.theme-a .home-copy--body strong {
  color: #0B1F33;
  font-weight: 600;
}

body.theme-a .home-copy--aside {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #64748b;
  border-left: 3px solid #E85D04;
  padding-left: 0.9rem;
}

body.theme-a .home-copy--cta-lead {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #0B1F33;
}

body.theme-a .home-copy--cta-aside {
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: #E85D04;
  font-weight: 600;
}

body.theme-a .home-service-card p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #4b5563;
}

body.theme-b {
  background-color: #F1F5F9;
}

body.theme-b:focus-visible,
body.theme-b :focus-visible {
  outline-color: #0284C7;
}

body.theme-b .hero-photo {
  background-color: #0F172A;
}

body.theme-b .home-image-overlap__photo {
  background: #F1F5F9;
}

body.theme-b .home-image-overlap__panel {
  background: #0F172A;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.28);
}

body.theme-b .home-image-overlap__panel p {
  color: #E2E8F0;
}

body.theme-b .home-image-overlap__panel .home-image-overlap__lead,
body.theme-b .home-image-overlap__panel p strong {
  color: #38BDF8;
}

body.theme-b .home-service-card {
  border-top-color: #0F172A;
}

body.theme-b .stat-card {
  background: linear-gradient(180deg, #ffffff 0%, #F1F5F9 100%);
}

body.theme-b .mega-menu-item--flyout:hover > .mega-menu-link,
body.theme-b .mega-menu-item--flyout:focus-within > .mega-menu-link,
body.theme-b .mega-menu-item--flyout.is-flyout-open > .mega-menu-link {
  background-color: #F1F5F9;
  color: #0F172A;
}

body.theme-b .mega-menu-item--flyout:hover > .mega-menu-link .mega-menu-chevron,
body.theme-b .mega-menu-item--flyout:focus-within > .mega-menu-link .mega-menu-chevron,
body.theme-b .mega-menu-item--flyout.is-flyout-open > .mega-menu-link .mega-menu-chevron {
  color: #0F172A;
}

body.theme-b .mega-menu-link:hover,
body.theme-b .mega-flyout-link:hover {
  background-color: #F1F5F9 !important;
  color: #0F172A !important;
}

body.theme-b footer {
  background-color: #F1F5F9 !important;
}

body.theme-c {
  background-color: #F5F5F4;
}

body.theme-c:focus-visible,
body.theme-c :focus-visible {
  outline-color: #B45309;
}

body.theme-c .hero-photo {
  background-color: #1C1917;
}

body.theme-c .home-image-overlap__photo {
  background: #F5F5F4;
}

body.theme-c .home-image-overlap__panel {
  background: #1C1917;
  box-shadow: 0 16px 40px rgba(28, 25, 23, 0.3);
}

body.theme-c .home-image-overlap__panel p {
  color: #E7E5E4;
}

body.theme-c .home-image-overlap__panel .home-image-overlap__lead,
body.theme-c .home-image-overlap__panel p strong {
  color: #FDBA74;
}

body.theme-c .home-service-card {
  border-top-color: #1C1917;
}

body.theme-c .stat-card {
  background: linear-gradient(180deg, #ffffff 0%, #F5F5F4 100%);
}

body.theme-c .mega-menu-item--flyout:hover > .mega-menu-link,
body.theme-c .mega-menu-item--flyout:focus-within > .mega-menu-link,
body.theme-c .mega-menu-item--flyout.is-flyout-open > .mega-menu-link {
  background-color: #F5F5F4;
  color: #1C1917;
}

body.theme-c .mega-menu-item--flyout:hover > .mega-menu-link .mega-menu-chevron,
body.theme-c .mega-menu-item--flyout:focus-within > .mega-menu-link .mega-menu-chevron,
body.theme-c .mega-menu-item--flyout.is-flyout-open > .mega-menu-link .mega-menu-chevron {
  color: #1C1917;
}

body.theme-c .mega-menu-link:hover,
body.theme-c .mega-flyout-link:hover {
  background-color: #F5F5F4 !important;
  color: #1C1917 !important;
}

body.theme-c footer {
  background-color: #F5F5F4 !important;
}

body.theme-d {
  --ognisal-ink: #002B5C;
  --ognisal-blue: #003A70;
  --ognisal-navy: #0A4A8A;
  --ognisal-steel: #1B6AA8;
  --ognisal-mist: #D8E6F4;
  --ognisal-surface: #EAF1F8;
  --ognisal-panel: #003A70;
  background-color: var(--ognisal-surface);
}

body.theme-d:focus-visible,
body.theme-d :focus-visible {
  outline-color: #E85D04;
}

body.theme-d .hero-photo {
  background-color: #1a1a1a;
}

body.theme-d .home-image-overlap__photo {
  background: var(--ognisal-mist);
}

body.theme-d .home-image-overlap__panel {
  background: #003A70;
  box-shadow: 0 16px 40px rgba(0, 43, 92, 0.35);
}

body.theme-d .home-image-overlap__panel .home-image-overlap__lead,
body.theme-d .home-image-overlap__panel p strong {
  color: #FFD6A5;
}

body.theme-d .home-service-card {
  border-top-width: 6px;
}

body.theme-d .home-copy--panel-deck {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}

body.theme-d .home-copy--panel-deck strong {
  color: #FFD6A5;
}

body.theme-d .home-copy--panel-body {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

body.theme-d .home-copy--panel-pull {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 214, 165, 0.35);
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 600;
  color: #FFD6A5;
}

body.theme-d .home-copy--deck {
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 500;
  color: #002B5C;
}

body.theme-d .home-copy--body strong {
  color: #0A4A8A;
}

body.theme-d .home-copy--aside {
  border-left: 3px solid #1B6AA8;
  color: #64748b;
  padding-left: 0.9rem;
}

body.theme-d .home-copy--section-deck {
  color: #334155;
}

body.theme-d .mega-menu-item--flyout:hover > .mega-menu-link,
body.theme-d .mega-menu-item--flyout:focus-within > .mega-menu-link,
body.theme-d .mega-menu-item--flyout.is-flyout-open > .mega-menu-link {
  background-color: var(--ognisal-mist);
  color: var(--ognisal-ink);
}

body.theme-d .mega-menu-link:hover,
body.theme-d .mega-flyout-link:hover {
  background-color: var(--ognisal-mist) !important;
  color: var(--ognisal-ink) !important;
}

body.theme-d footer {
  background-color: var(--ognisal-mist) !important;
  border-top-color: #A8C4DE !important;
}

body.theme-d .home-copy--cta-lead {
  color: #ffffff;
}

body.theme-d .home-copy--cta-aside {
  color: #FFD6A5;
}

body.theme-d .hero-pill-btn,
body.theme-d a.rounded-none,
body.theme-d a[class*="bg-ognisal-sky"] {
  border-radius: 0;
}

body.theme-e {
  --ognisal-ink: #002B5C;
  --ognisal-blue: #003A70;
  --ognisal-navy: #0A4A8A;
  --ognisal-steel: #1B6AA8;
  --ognisal-mist: #D8E6F4;
  --ognisal-surface: #EAF1F8;
  --ognisal-panel: #0B1F33;
  background-color: var(--ognisal-surface);
}

body.theme-e:focus-visible,
body.theme-e :focus-visible {
  outline-color: #E85D04;
}

body.theme-e .hero-photo {
  background-color: #1a1a1a;
}

body.theme-e .home-image-overlap__photo {
  background: var(--ognisal-mist);
}

body.theme-e .home-image-overlap__panel {
  background: #0B1F33;
  box-shadow: 0 16px 40px rgba(11, 31, 51, 0.35);
}

body.theme-e .home-image-overlap__panel .home-image-overlap__lead,
body.theme-e .home-image-overlap__panel p strong {
  color: #FFD6A5;
}

body.theme-e .home-service-card {
  border-top-width: 6px;
}

body.theme-e .home-dark-frame {
  background: #0B1F33;
  color: #fff;
  box-shadow: 0 12px 28px rgba(11, 31, 51, 0.28);
}

body.theme-e .home-copy--panel-deck {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}

body.theme-e .home-copy--panel-deck strong {
  color: #FFD6A5;
}

body.theme-e .home-copy--panel-body {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

body.theme-e .home-copy--panel-pull {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 214, 165, 0.35);
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 600;
}

body.theme-e .home-copy--panel-pull .home-image-overlap__lead {
  color: #FFD6A5;
}

body.theme-e .home-copy--deck {
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 500;
  color: #002B5C;
}

body.theme-e .home-copy--body strong {
  color: #0A4A8A;
}

body.theme-e .home-copy--aside {
  border-left: 3px solid #1B6AA8;
  color: #64748b;
  padding-left: 0.9rem;
}

body.theme-e .home-copy--section-deck {
  color: #334155;
}

body.theme-e .mega-menu-item--flyout:hover > .mega-menu-link,
body.theme-e .mega-menu-item--flyout:focus-within > .mega-menu-link,
body.theme-e .mega-menu-item--flyout.is-flyout-open > .mega-menu-link {
  background-color: var(--ognisal-mist);
  color: var(--ognisal-ink);
}

body.theme-e .mega-menu-link:hover,
body.theme-e .mega-flyout-link:hover {
  background-color: var(--ognisal-mist) !important;
  color: var(--ognisal-ink) !important;
}

body.theme-e footer {
  background-color: var(--ognisal-mist) !important;
  border-top-color: #A8C4DE !important;
}

body.theme-e .home-copy--cta-lead {
  color: #ffffff;
}

body.theme-e .home-copy--cta-aside {
  color: #FFD6A5;
}

@media (min-width: 640px) {
  .home-image-overlap__panel {
    padding: 2rem 2.25rem;
  }
}

@media (min-width: 1024px) {
  .home-overlap-section__inner {
    padding-right: 3.5rem;
  }

  .home-image-overlap--wide {
    min-height: 0;
  }

  .home-image-overlap--wide .home-image-overlap__photo {
    width: 85%;
    max-width: 60rem;
  }

  .home-image-overlap--wide .home-image-overlap__panel {
    position: absolute;
    top: 65%;
    right: -2.75rem;
    transform: translateY(-50%);
    width: min(40%, 29rem);
    z-index: 2;
  }
}

@media (max-width: 1023px) {
  .home-image-overlap__panel {
    margin: -1.5rem 1rem 0;
    position: relative;
    z-index: 2;
  }
}

.home-service-card__img {
  display: block;
  width: 100%;
  height: 12rem;
  border: 0;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 640px) {
  .home-service-card__img {
    height: 13rem;
  }
}

.home-clients-marquee {
  --home-clients-gap: 1.25rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.home-clients-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.home-clients-set {
  display: flex;
  align-items: center;
  gap: var(--home-clients-gap);
  padding-right: var(--home-clients-gap);
  flex-shrink: 0;
}

.home-clients-marquee.is-ready .home-clients-track {
  animation: home-clients-scroll 55s linear infinite;
}

.home-clients-marquee:hover .home-clients-track,
.home-clients-marquee:focus-within .home-clients-track {
  animation-play-state: paused;
}

@keyframes home-clients-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-clients-marquee.is-ready .home-clients-track {
    animation: none;
  }

  .home-clients-marquee {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .home-clients-track {
    width: 100%;
  }

  .home-clients-set {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1rem;
  }

  .home-clients-set[aria-hidden="true"] {
    display: none;
  }
}

.home-client {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 10.5rem;
  height: 4.75rem;
  padding: 0.75rem 1rem;
  background: #fff;
  border: 1px solid rgba(0, 58, 112, 0.1);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-client:hover,
.home-client:focus-visible {
  border-color: rgba(0, 159, 227, 0.55);
  box-shadow: 0 6px 18px rgba(0, 58, 112, 0.1);
  transform: translateY(-2px);
  outline: none;
}

.home-client img {
  display: block;
  max-height: 2.75rem;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.reveal {
  opacity: 0;
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-up {
  transform: translate3d(0, 36px, 0);
}

.reveal-down {
  transform: translate3d(0, -28px, 0);
}

.reveal-left {
  transform: translate3d(-40px, 0, 0);
}

.reveal-right {
  transform: translate3d(40px, 0, 0);
}

.reveal-scale {
  transform: translate3d(0, 24px, 0) scale(0.96);
}

.reveal-fade {
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (scripting: none) {
  .hero-photo .reveal {
    opacity: 1;
    transform: none;
  }
}

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