@import url("/assets/css/typography.css?v=202607301049");
/* Shared We Are Loretto side navigation for all public pages. */
@font-face {
  font-family: "Old English Five Web";
  src: url("/assets/fonts/OldEnglishFive.woff2") format("woff2");
  font-display: swap;
}

:root {
  --wal-side-nav-width: 258px;
  --wal-sidebar-gold: #c9a24d;
  --wal-sidebar-gold-light: #e6c46f;
  --wal-sidebar-dark: #111111;
}

html {
  scroll-behavior: smooth;
}

body.wal-sidebar-enabled,
body.wal-home-sidebar {
  overflow-x: hidden;
}

.wal-mobile-site-header,
.mobile-site-header {
  display: none;
}

.side-navigation {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 1200;
  display: flex;
  width: var(--wal-side-nav-width);
  min-height: 100vh;
  align-items: stretch;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 50% 8%, rgba(201, 162, 77, .14), transparent 23%),
    linear-gradient(180deg, #191919 0%, #101010 58%, #0a0a0a 100%);
  border-right: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 14px 0 40px rgba(0, 0, 0, .15);
  font-family:"Source Sans 3", "Segoe UI", Arial, sans-serif;
}

.side-nav-brand {
  padding: 31px 24px 24px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.side-nav-brand a {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.side-nav-mark {
  font-family: "Old English Five Web", "Old English Text MT", "Engravers Old English", fantasy;
  color: var(--wal-sidebar-gold);
  font-size: 82px;
  font-weight: 800;
  line-height: .88;
  text-shadow: 0 5px 20px rgba(201, 162, 77, .18);
}

.side-nav-name {
  margin-top: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.side-nav-place {
  margin-top: 7px;
  color: var(--wal-sidebar-gold-light);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.side-nav-scroll {
  min-height: 0;
  flex: 1;
  overflow-y: auto;
  padding: 14px 0 20px;
  scrollbar-color: #6f5520 transparent;
  scrollbar-width: thin;
}

.side-nav-links {
  display: grid;
  align-items: stretch;
  gap: 2px;
  padding: 0 12px;
  margin: 0;
  font-size: 13px;
  font-weight: 690;
}

.side-nav-links a {
  display: flex;
  min-height: 43px;
  align-items: center;
  gap: 13px;
  padding: 9px 12px;
  color: #dedbd5;
  border: 1px solid transparent;
  border-radius: 9px;
  text-decoration: none;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.side-nav-links a:hover,
.side-nav-links a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .075);
  border-color: rgba(255, 255, 255, .08);
  transform: translateX(2px);
  outline: none;
}

.side-nav-links a.is-current,
.side-nav-links a[aria-current="page"] {
  color: #171109;
  background: linear-gradient(100deg, #e0b95f, #bb8b2f);
  border-color: #e3bf6d;
  box-shadow: 0 7px 20px rgba(0, 0, 0, .2);
}

.side-nav-icon {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
}

.side-nav-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.side-nav-label {
  margin: 20px 24px 8px;
  color: #8d8981;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.side-nav-actions a {
  min-height: 39px;
  color: #c9c5bd;
  font-size: 12px;
}

.side-nav-footer {
  padding: 17px 22px 20px;
  color: #85817a;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.side-nav-social {
  display: grid;
  width: 34px;
  height: 34px;
  margin: 0 auto 12px;
  place-items: center;
  color: #111;
  background: var(--wal-sidebar-gold);
  border-radius: 8px;
  font-family:"Source Sans 3", "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  padding: 0;
  border: 0;
  text-decoration: none;
}

.side-nav-social:hover,
.side-nav-social:focus-visible {
  color: #111;
  background: var(--wal-sidebar-gold-light);
  transform: translateY(-1px);
}

.side-nav-footer p,
.side-nav-footer small {
  display: block;
  margin: 0;
  color: inherit;
  font-size: 10px;
  line-height: 1.5;
}

.site-content,
.wal-page-content {
  width: calc(100% - var(--wal-side-nav-width));
  min-width: 0;
  min-height: 100vh;
  margin-left: var(--wal-side-nav-width);
  position: relative;
}

.side-nav-scrim {
  display: none;
}

.wal-original-site-header {
  display: none !important;
}

/* Keep the Trading Post account controls as a compact section toolbar. */
body.wal-trading-post-page .wal-page-content > .site-header {
  position: relative;
  top: auto;
  z-index: 20;
}

body.wal-trading-post-page .wal-page-content > .site-header .brand {
  display: none;
}

body.wal-trading-post-page .wal-page-content > .site-header .header-inner {
  min-height: 58px;
  justify-content: flex-end;
}

@media (min-width: 981px) {
  .site-content .shell {
    width: min(1180px, calc(100% - 48px));
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  :root {
    --wal-side-nav-width: 232px;
  }

  .side-nav-brand {
    padding-inline: 18px;
  }

  .side-nav-name {
    font-size: 14px;
  }

  .side-nav-links {
    padding-inline: 9px;
  }

  .side-nav-links a {
    gap: 10px;
    padding-inline: 10px;
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  body.nav-open {
    overflow: hidden;
  }

  .wal-mobile-site-header,
  .mobile-site-header {
    display: block;
    position: sticky;
    top: 0;
    z-index: 1300;
    min-height: 70px;
    color: #fff;
    background: #111;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
  }

  .wal-mobile-header-inner {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 18px;
  }

  .wal-mobile-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    text-decoration: none;
  }

  .wal-mobile-brand-mark {
    font-family: "Old English Five Web", "Old English Text MT", fantasy;
    color: var(--wal-sidebar-gold);
    font-size: 42px;
    line-height: .8;
  }

  .wal-mobile-brand-copy {
    display: grid;
    gap: 2px;
  }

  .wal-mobile-brand-copy strong {
    font-size: 14px;
    letter-spacing: .11em;
    text-transform: uppercase;
  }

  .wal-mobile-brand-copy small {
    color: #b7b2aa;
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .wal-sidebar-menu-button,
  .mobile-site-header .menu-button {
    display: grid;
    width: 46px;
    height: 42px;
    padding: 9px 10px;
    place-content: center;
    gap: 5px;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    cursor: pointer;
  }

  .wal-sidebar-menu-button span:not(.sr-only),
  .mobile-site-header .menu-button span:not(.sr-only) {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }

  .side-navigation {
    inset: 70px auto 0 0;
    width: min(320px, 86vw);
    min-height: 0;
    height: calc(100dvh - 70px);
    border-right-color: rgba(255, 255, 255, .16);
    transform: translateX(-105%);
    transition: transform .24s ease;
  }

  .side-navigation.is-open {
    transform: translateX(0);
  }

  .side-nav-brand {
    display: none;
  }

  .side-nav-scroll {
    padding-top: 17px;
  }

  .side-nav-links a {
    min-height: 47px;
    font-size: 14px;
  }

  .side-nav-footer {
    text-align: left;
  }

  .side-nav-social {
    margin-left: 0;
  }

  .site-content,
  .wal-page-content {
    width: 100%;
    margin-left: 0;
  }

  .side-nav-scrim {
    position: fixed;
    inset: 70px 0 0;
    z-index: 1100;
    display: block;
    visibility: hidden;
    padding: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .58);
    border: 0;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
  }

  body.nav-open .side-nav-scrim {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  body.wal-trading-post-page .wal-page-content > .site-header .header-inner {
    min-height: 54px;
    padding-block: 6px;
  }
}

@media (max-width: 430px) {
  .side-navigation {
    width: min(304px, 90vw);
  }

  .side-nav-links {
    padding-inline: 10px;
  }

  .wal-mobile-brand-copy small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .side-navigation,
  .side-nav-scrim,
  .side-nav-links a {
    transition: none;
  }
}
