/* Resilient component styles loaded after the main theme. */
.site-nav .button.button-small {
  background-color: #0b2941 !important;
  color: #fff !important;
  border: 1px solid #0b2941;
}

.site-nav .button.button-small:hover,
.site-nav .button.button-small:focus-visible {
  background-color: #baa06b !important;
  border-color: #baa06b;
  color: #0b2941 !important;
}

.hero .button.button-light {
  background-color: #fff !important;
  color: #0b2941 !important;
  border: 1px solid rgba(11, 41, 65, .12);
  box-shadow: 0 8px 24px rgba(3, 22, 35, .2);
}

.hero .button.button-light:hover,
.hero .button.button-light:focus-visible {
  background-color: #baa06b !important;
  color: #0b2941 !important;
}

/* Content remains available even if animation JavaScript is unavailable. */
.reveal:not(.reveal-pending) {
  opacity: 1;
  transform: none;
}

/* Stronger, self-contained service illustrations. */
.line-icon {
  display: block;
  width: 70px;
  height: 70px;
  position: relative;
  border-color: #9b793d;
  border-style: solid;
  opacity: 1;
}

.niche-icon {
  border-width: 2px;
  border-radius: 50% 50% 4px 4px;
}

.niche-icon::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid #9b793d;
  border-radius: 50% 50% 3px 3px;
}

.pedestal-icon {
  width: 58px;
  border-width: 0 2px 2px;
}

.pedestal-icon::before,
.pedestal-icon::after {
  content: "";
  position: absolute;
  left: -9px;
  right: -9px;
  height: 11px;
  border: 2px solid #9b793d;
  background: transparent;
}

.pedestal-icon::before { top: 5px; }
.pedestal-icon::after { bottom: -8px; }

.package-icon {
  border-width: 2px 0;
  border-radius: 50%;
}

.package-icon::after {
  content: "✦";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #9b793d;
  font-size: 28px;
}

.circle-arrow {
  border-color: #9babb3;
  color: #0b2941;
  background: #fff;
}

.menu-toggle,
.language-toggle,
.button,
.circle-arrow {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #baa06b;
  outline-offset: 3px;
}
