.lfihm-sitemap {
  --sitemap-navy: var(--navy, #071d49);
  --sitemap-blue: var(--blue, #0839a8);
  --sitemap-cyan: var(--cyan, #23b5c5);
  --sitemap-gold: var(--gold, #e2aa4f);
  --sitemap-muted: var(--muted, #647087);
  --sitemap-line: #dce2ea;
  width: min(1180px, 100%);
  margin-inline: auto;
  color: #111b2d;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.lfihm-sitemap *,
.lfihm-sitemap *::before,
.lfihm-sitemap *::after { box-sizing: border-box; }

.lfihm-sitemap .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.lfihm-sitemap__header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(34px, 6vw, 68px);
  background: var(--sitemap-navy);
  color: #fff;
  border-left: 5px solid var(--sitemap-gold);
}

.lfihm-sitemap__header::after {
  position: absolute;
  z-index: -1;
  right: -35px;
  bottom: -118px;
  color: rgba(255, 255, 255, .035);
  content: "M";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1;
}

.lfihm-sitemap__eyebrow {
  margin: 0 0 12px;
  color: var(--sitemap-gold);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.lfihm-sitemap__header h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 5vw, 4.7rem);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.lfihm-sitemap__intro {
  max-width: 760px;
  margin: 18px 0 0;
  color: #d5ddec;
  font-size: clamp(.96rem, 1.45vw, 1.08rem);
  line-height: 1.75;
}

.lfihm-sitemap__count {
  display: flex;
  min-width: 120px;
  flex-direction: column;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .07);
}

.lfihm-sitemap__count strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  line-height: 1;
}

.lfihm-sitemap__count span {
  margin-top: 7px;
  color: #a9b9d3;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lfihm-sitemap__navigation {
  padding: clamp(20px, 3.5vw, 36px);
  border: 1px solid var(--sitemap-line);
  border-top: 0;
  background: #f5f7fa;
}

.lfihm-sitemap__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lfihm-sitemap__list--level-1 {
  display: block;
  column-count: var(--sitemap-columns);
  column-gap: 14px;
}

.lfihm-sitemap__item--level-1 {
  display: inline-block;
  width: 100%;
  min-width: 0;
  margin: 0 0 14px;
  padding: 18px;
  vertical-align: top;
  break-inside: avoid;
  page-break-inside: avoid;
  border: 1px solid var(--sitemap-line);
  border-top: 4px solid var(--sitemap-gold);
  background: #fff;
  box-shadow: 0 9px 24px rgba(7, 29, 73, .045);
}

.lfihm-sitemap__item--level-1:nth-child(3n + 2) { border-top-color: var(--sitemap-cyan); }
.lfihm-sitemap__item--level-1:nth-child(3n) { border-top-color: var(--sitemap-blue); }

.lfihm-sitemap__item--level-1 > a,
.lfihm-sitemap__item--level-1 > .lfihm-sitemap__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  color: var(--sitemap-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  border-bottom: 1px solid var(--sitemap-line);
}

.lfihm-sitemap__list--level-2 {
  display: grid;
  gap: 1px;
  padding-top: 8px;
}

.lfihm-sitemap__item--level-2 > a,
.lfihm-sitemap__item--level-2 > .lfihm-sitemap__heading {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 0;
  color: #27344d;
  font-size: .84rem;
  font-weight: 780;
  line-height: 1.45;
  text-decoration: none;
}

.lfihm-sitemap__list--level-3,
.lfihm-sitemap__list--level-4,
.lfihm-sitemap__list--level-5,
.lfihm-sitemap__list--level-6 {
  display: grid;
  gap: 1px;
  margin: 0 0 5px 7px;
  padding-left: 11px;
  border-left: 2px solid #dce6f2;
}

.lfihm-sitemap__item--level-3 > a,
.lfihm-sitemap__item--level-3 > .lfihm-sitemap__heading,
.lfihm-sitemap__item--level-4 > a,
.lfihm-sitemap__item--level-4 > .lfihm-sitemap__heading,
.lfihm-sitemap__item--level-5 > a,
.lfihm-sitemap__item--level-5 > .lfihm-sitemap__heading,
.lfihm-sitemap__item--level-6 > a,
.lfihm-sitemap__item--level-6 > .lfihm-sitemap__heading {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 3px 0;
  color: #536079;
  font-size: .78rem;
  font-weight: 670;
  line-height: 1.45;
  text-decoration: none;
}

.lfihm-sitemap__item a i {
  flex: 0 0 auto;
  color: var(--sitemap-blue);
  font-style: normal;
  transition: transform .18s ease;
}

.lfihm-sitemap__item a:hover { color: var(--sitemap-blue); }
.lfihm-sitemap__item a:hover i { transform: translateX(3px); }
.lfihm-sitemap__item a:focus-visible {
  outline: 3px solid var(--sitemap-cyan);
  outline-offset: 4px;
}

.lfihm-sitemap__item.is-current > a {
  color: var(--sitemap-blue);
  text-decoration: underline;
  text-decoration-color: var(--sitemap-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.lfihm-sitemap__note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 13px 18px;
  border-right: 1px solid var(--sitemap-line);
  border-bottom: 4px solid var(--sitemap-gold);
  border-left: 1px solid var(--sitemap-line);
  background: #fff;
  color: var(--sitemap-muted);
  font-size: .78rem;
  line-height: 1.55;
}

.lfihm-sitemap__note span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  place-items: center;
  border-radius: 50%;
  background: #e6f8fa;
  color: #08727c;
  font-weight: 900;
}

.lfihm-sitemap__empty {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 25px;
  border: 1px dashed rgba(8, 57, 168, .3);
  background: #f5f8fd;
  color: var(--sitemap-muted);
}

.lfihm-sitemap__empty span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--sitemap-navy);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.lfihm-sitemap__empty p { margin: 0; }

@media (max-width: 980px) {
  .lfihm-sitemap__list--level-1 { column-count: 2; }
}

@media (max-width: 640px) {
  .lfihm-sitemap__header { align-items: flex-start; flex-direction: column; padding: 31px 25px; }
  .lfihm-sitemap__count { min-width: 0; flex-direction: row; align-items: baseline; gap: 9px; }
  .lfihm-sitemap__count strong { font-size: 1.65rem; }
  .lfihm-sitemap__navigation { padding: 14px 12px; }
  .lfihm-sitemap__list--level-1 { column-count: 1; }
  .lfihm-sitemap__item--level-1 { margin-bottom: 10px;padding: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .lfihm-sitemap__item a i { transition: none; }
}
