
/* Shared site chrome extracted from homepage */
nav.shared-top-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  border-bottom: .5px solid rgba(245,237,228,.1);
  opacity: 1;
  transition: opacity 1.2s ease, transform .4s ease;
  background: transparent;
}
nav.shared-top-nav.on { opacity: 1; }
nav.shared-top-nav.hide { transform: translateY(-100%); opacity: 0; }
nav.shared-top-nav .nav-left,
nav.shared-top-nav .nav-right {
  display: none;
}
nav.shared-top-nav .nav-snaggie {
  position: relative;
  width: 64px; height: 64px;
  display: flex; align-items: center; justify-content: center;
  padding: 0;
  border-right: .5px solid rgba(245,237,228,.1);
  cursor: none;
  flex-shrink: 0;
}
nav.shared-top-nav .nav-snaggie-media {
  position: relative;
  width: 56px; height: 56px;
  display: block;
}
nav.shared-top-nav .nav-snaggie-media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain; display: block;
}
nav.shared-top-nav .nav-snaggie-rest {
  opacity: 1;
  transition: opacity .2s ease;
}
nav.shared-top-nav .nav-snaggie-hover {
  opacity: 0;
  transition: opacity .2s ease;
}
nav.shared-top-nav .nav-snaggie:hover .nav-snaggie-rest { opacity: 0; }
nav.shared-top-nav .nav-snaggie:hover .nav-snaggie-hover { opacity: 1; }
nav.shared-top-nav .nav-logo {
  width: 64px; height: 64px;
  display: flex; align-items: center; justify-content: center;
  padding: 0;
  border-right: .5px solid rgba(245,237,228,.1);
  text-decoration: none; cursor: none;
  transition: background .2s;
  flex-shrink: 0;
}
nav.shared-top-nav .nav-logo:hover { background: none; }
nav.shared-top-nav .nav-logo img {
  width: 56px; height: auto; display: block;
}
nav.shared-top-nav .nav-logo img:hover {
  filter: brightness(0) saturate(100%) invert(32%) sepia(96%) saturate(3112%) hue-rotate(317deg) brightness(100%) contrast(89%);
}
nav.shared-top-nav .nav-socials {
  display: flex; align-items: center;
  padding: 0 28px; gap: 14px;
}
nav.shared-top-nav .nav-social {
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; cursor: none;
}
nav.shared-top-nav .nav-social svg {
  width: 21px; height: 21px; fill: rgba(245,237,228,.5); display: block;
  transition: fill .2s;
}
nav.shared-top-nav .nav-social img {
  width: 21px; height: 21px; display: block;
  transition: filter .2s;
}
nav.shared-top-nav .nav-social:hover svg { fill: var(--magenta); }
nav.shared-top-nav .nav-social:hover img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(96%) saturate(3112%) hue-rotate(317deg) brightness(100%) contrast(89%);
}
nav.shared-top-nav .nav-centre {
  grid-column: 1;
  width: 100%;
  min-width: 0;
  position: relative;
  display: block;
  padding: 8px 0;
  min-height: 60px;
}
nav.shared-top-nav .nav-home-wrap,
nav.shared-top-nav .nav-about-wrap {
  position: absolute;
  top: 50%;
  width: max-content;
  max-width: 32vw;
  min-width: 0;
  min-height: 60px;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
}
nav.shared-top-nav .nav-home-wrap {
  left: 33.333%;
  justify-content: center;
}
nav.shared-top-nav .nav-about-wrap {
  left: 66.666%;
  justify-content: center;
}
nav.shared-top-nav .nav-page-link {
  width: auto;
  min-width: 0;
  min-height: 60px;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: none;
  font-size: clamp(13px, 2.1vw, 42px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(245,237,228,.9);
  font-variation-settings: 'wght' 800;
  transition: font-variation-settings .35s ease, color .25s ease;
  background: none !important;
  white-space: nowrap;
  padding: 0;
}
nav.shared-top-nav .nav-page-link--home,
nav.shared-top-nav .nav-page-link--about {
  justify-content: center;
  text-align: center;
}
nav.shared-top-nav .nav-line {
  display: inline-flex;
  align-items: center;
  gap: .26em;
  white-space: nowrap;
}
nav.shared-top-nav .nav-page-link--home .nav-word {
  display: inline-flex;
  gap: 0;
  white-space: nowrap;
}
nav.shared-top-nav .nav-page-link--about .nav-word {
  display: inline-flex;
  white-space: nowrap;
  color: rgba(245,237,228,.9);
  font-variation-settings: 'wght' 800;
  transition: font-variation-settings .35s ease, color .25s ease;
}
nav.shared-top-nav .nav-page-link--home .nav-letter {
  color: rgba(245,237,228,.9);
  font-variation-settings: 'wght' 800;
  transition: font-variation-settings .35s ease, color .25s ease;
}
nav.shared-top-nav .nav-page-link--home .nav-word:hover .nav-letter,
nav.shared-top-nav .nav-page-link--about .nav-word:hover {
  color: var(--magenta);
  font-variation-settings: 'wght' 100;
}
nav.shared-top-nav .nav-page-link--home .nav-line + .nav-line,
nav.shared-top-nav .nav-page-link--about .nav-line + .nav-line {
  margin-left: .34em;
}
nav.shared-top-nav .nav-roles {
  display: none !important;
}

#bottom-bar-slot {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#bottom-bar-slot .bottom-bar {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: 96;
  padding: 12px 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  border-top: .5px solid rgba(245,237,228,.1);
  opacity: 1;
  transition: opacity 1.2s ease;
  pointer-events: all;
  margin-top: 120px;
}
#bottom-bar-slot .bottom-bar.on { opacity: 1; }
#bottom-bar-slot .mobile-bottom-left,
#bottom-bar-slot .mobile-bottom-right {
  display: flex;
}
#bottom-bar-slot .mobile-bottom-left {
  align-items: center;
  gap: 0;
  justify-self: start;
}
#bottom-bar-slot .mobile-bottom-right {
  align-items: center;
  gap: 14px;
  justify-self: end;
}
#bottom-bar-slot .bottom-icon-link {
  width: 64px; height: 64px;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  cursor: none;
  pointer-events: all;
}
#bottom-bar-slot .bottom-icon-link.nav-snaggie,
#bottom-bar-slot .bottom-icon-link.nav-logo {
  border-right: .5px solid rgba(245,237,228,.1);
}
#bottom-bar-slot .bottom-icon-link.nav-logo {
  border-right: none;
}
#bottom-bar-slot .bottom-icon-link .nav-snaggie-media {
  width: 56px; height: 56px;
  display: block;
}
#bottom-bar-slot .bottom-icon-link.nav-logo img {
  width: 56px; height: auto; display: block;
}
#bottom-bar-slot .bottom-icon-link.nav-logo:hover img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(96%) saturate(3112%) hue-rotate(317deg) brightness(100%) contrast(89%);
}
#bottom-bar-slot .bottom-social {
  width: 22px; height: 22px;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  cursor: none;
  pointer-events: all;
}
#bottom-bar-slot .bottom-social svg {
  width: 21px; height: 21px;
  fill: rgba(245,237,228,.5);
  display: block;
  transition: fill .2s;
}
#bottom-bar-slot .bottom-social img {
  width: 21px; height: 21px;
  display: block;
  transition: filter .2s;
}
#bottom-bar-slot .bottom-social:hover svg { fill: var(--magenta); }
#bottom-bar-slot .bottom-social:hover img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(96%) saturate(3112%) hue-rotate(317deg) brightness(100%) contrast(89%);
}
#bottom-bar-slot .email-address {
  font-size: clamp(16px, 3vw, 42px); font-weight: 800;
  letter-spacing: -.03em; color: rgba(245,237,228,.9);
  font-variation-settings: 'wght' 800;
  text-decoration: none; line-height: 1;
  pointer-events: all; cursor: none;
  transition: color .2s, font-variation-settings .35s ease;
  justify-self: center;
}
#bottom-bar-slot .email-address:hover {
  color: var(--magenta);
  font-variation-settings: 'wght' 100;
}

@media(max-width:768px){
  nav.shared-top-nav .nav-centre {
    position: static;
    display: grid;
    column-gap: clamp(8px, 2vw, 16px);
    padding: 4px 18px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: unset;
  }
  nav.shared-top-nav .nav-home-wrap,
  nav.shared-top-nav .nav-about-wrap {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: none;
    min-height: 52px;
    width: 100%;
  }
  nav.shared-top-nav .nav-home-wrap {
    justify-content: flex-end;
    padding-left: 24px;
  }
  nav.shared-top-nav .nav-about-wrap {
    justify-content: flex-start;
    padding-right: 2px;
  }
  nav.shared-top-nav .nav-page-link {
    min-height: 44px;
    width: 100%;
    font-size: clamp(16px, 4.15vw, 24px);
    line-height: .96;
    padding: 0;
  }
  nav.shared-top-nav .nav-page-link--home,
  nav.shared-top-nav .nav-page-link--about {
    white-space: nowrap;
    flex-direction: row;
    align-items: center;
  }
  nav.shared-top-nav .nav-page-link--home {
    justify-content: flex-end;
    text-align: right;
  }
  nav.shared-top-nav .nav-page-link--about {
    justify-content: flex-start;
    text-align: left;
  }
  nav.shared-top-nav .nav-page-link--home .nav-line,
  nav.shared-top-nav .nav-page-link--about .nav-line {
    white-space: nowrap;
    display: inline-flex;
  }
  #bottom-bar-slot .bottom-bar {
    gap: 10px;
    padding: 10px 12px;
    margin-top: 96px;
  }
  #bottom-bar-slot .bottom-icon-link {
    width: 48px; height: 48px;
  }
  #bottom-bar-slot .bottom-icon-link .nav-snaggie-media {
    width: 40px; height: 40px;
  }
  #bottom-bar-slot .bottom-icon-link.nav-logo img {
    width: 40px;
  }
  #bottom-bar-slot .mobile-bottom-right {
    gap: 12px;
  }
  #bottom-bar-slot .email-address {
    font-size: clamp(11px, 3.6vw, 18px);
    letter-spacing: -.02em;
  }
}
@media(max-width:480px){
  nav.shared-top-nav .nav-centre {
    column-gap: 6px;
    padding: 4px 14px 4px 32px;
  }
  nav.shared-top-nav .nav-page-link {
    font-size: clamp(14px, 3.85vw, 20px);
    line-height: 1;
  }
  nav.shared-top-nav .nav-page-link--home .nav-line + .nav-line,
  nav.shared-top-nav .nav-page-link--about .nav-line + .nav-line {
    margin-left: .28em;
  }
}
@media (min-width: 769px) and (max-width: 1120px) {
  nav.shared-top-nav .nav-home-wrap {
    left: 35.25%;
    max-width: 34vw;
  }
  nav.shared-top-nav .nav-about-wrap {
    left: 65.75%;
    max-width: 30vw;
  }
  nav.shared-top-nav .nav-page-link {
    font-size: clamp(12px, 1.95vw, 42px);
  }
}
