body.page-id-4354 #masthead,
body.page-id-4354 .site-header {
  display: none !important;
}

body.page-id-4354 .shc-unified-nav {
  width: calc(100% - 40px);
  max-width: 1600px;
  height: 95px;
  min-height: 95px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 76px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(90deg, #f8efe5 0%, #f5e7ec 52%, #f8efe5 100%);
  border-top: 4px solid #6b3c55;
  border-bottom: 1px solid rgba(107, 60, 85, .34);
  color: #342e28;
  font-family: Georgia, 'Times New Roman', serif;
  position: relative;
  z-index: 20;
}

body.page-id-4354 .shc-unified-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #6f3d57;
  min-width: 0;
}

body.page-id-4354 .shc-unified-logo-wrap {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  padding: 7px;
  box-sizing: border-box;
  border-radius: 50%;
  background: radial-gradient(circle at 42% 35%, #7b4a61 0%, #4b2538 72%);
  box-shadow: 0 0 0 2px #6b3c55;
  overflow: hidden;
}

body.page-id-4354 .shc-unified-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.page-id-4354 .shc-unified-name {
  display: block;
  color: #4b2538;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.page-id-4354 .shc-unified-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.2;
}

body.page-id-4354 .shc-unified-links a,
body.page-id-4354 .shc-members-toggle {
  color: #342e28;
  text-decoration: none;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  padding: 0;
  white-space: nowrap;
}

body.page-id-4354 .shc-unified-links a:hover,
body.page-id-4354 .shc-unified-links a[aria-current='page'],
body.page-id-4354 .shc-members-toggle:hover {
  color: #4b2538;
}

body.page-id-4354 .shc-unified-links a[aria-current='page'] {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

body.page-id-4354 .shc-unified-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(107, 60, 85, .25);
  background: rgba(248, 239, 229, .82);
  color: #4b2538;
  box-shadow: 0 8px 24px rgba(52, 46, 40, .14);
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

body.page-id-4354 .shc-unified-toggle span,
body.page-id-4354 .shc-unified-toggle::before,
body.page-id-4354 .shc-unified-toggle::after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: #4b2538;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

body.page-id-4354 .shc-unified-toggle span { top: 50%; transform: translate(-50%, -50%); }
body.page-id-4354 .shc-unified-toggle::before { top: 15px; }
body.page-id-4354 .shc-unified-toggle::after { bottom: 15px; }

body.page-id-4354 .shc-members {
  position: relative;
  display: flex;
  align-items: center;
}

body.page-id-4354 .shc-members-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

body.page-id-4354 .shc-members-toggle::after {
  content: '▾';
  font-size: .78em;
  transition: transform .18s ease;
}

body.page-id-4354 .shc-members.is-open .shc-members-toggle::after { transform: rotate(180deg); }

body.page-id-4354 .shc-members-toggle:focus-visible,
body.page-id-4354 .shc-members-menu a:focus-visible,
body.page-id-4354 .shc-unified-links > a:focus-visible,
body.page-id-4354 .shc-unified-toggle:focus-visible {
  outline: 2px solid #6b3c55;
  outline-offset: 3px;
}

body.page-id-4354 .shc-members-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 60;
  min-width: 230px;
  display: none;
  flex-direction: column;
  gap: 0;
  padding: 8px;
  background: #f8efe5;
  border: 1px solid rgba(107, 60, 85, .28);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(52, 46, 40, .2);
}

body.page-id-4354 .shc-members:hover .shc-members-menu,
body.page-id-4354 .shc-members:focus-within .shc-members-menu,
body.page-id-4354 .shc-members.is-open .shc-members-menu { display: flex; }

body.page-id-4354 .shc-members-menu a {
  display: block;
  padding: 11px 14px !important;
  border-radius: 5px;
}

body.page-id-4354 .shc-members-menu a:hover,
body.page-id-4354 .shc-members-menu a:focus { background: rgba(107, 60, 85, .1); }

@media (max-width: 1180px) {
  body.page-id-4354 .shc-unified-nav {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 112px;
    margin: 0;
    padding: 18px 22px;
  }

  body.page-id-4354 .shc-unified-logo-wrap {
    width: 70px;
    height: 70px;
    flex-basis: 70px;
    padding: 8px;
  }

  body.page-id-4354 .shc-unified-name {
    max-width: 190px;
    font-size: 26px;
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: none;
    white-space: normal;
  }

  body.page-id-4354 .shc-unified-toggle {
    display: inline-flex;
    position: relative;
    flex: 0 0 48px;
  }

  body.page-id-4354 .shc-unified-links {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #f8efe5;
    border-top: 1px solid rgba(107, 60, 85, .2);
    border-bottom: 1px solid rgba(107, 60, 85, .2);
    box-shadow: 0 18px 28px rgba(52, 46, 40, .16);
    z-index: 40;
  }

  body.shc-unified-menu-open.page-id-4354 .shc-unified-links { display: flex; }

  body.page-id-4354 .shc-unified-links > a,
  body.page-id-4354 .shc-members-toggle {
    width: 100%;
    padding: 15px 24px;
    border-bottom: 1px solid rgba(107, 60, 85, .12);
    font-size: 18px;
    text-align: left;
  }

  body.page-id-4354 .shc-members {
    display: block;
    width: 100%;
  }

  body.page-id-4354 .shc-members-toggle { justify-content: space-between; }

  body.page-id-4354 .shc-members-menu {
    position: static;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: rgba(107, 60, 85, .06);
  }

  body.page-id-4354 .shc-members:hover .shc-members-menu,
  body.page-id-4354 .shc-members:focus-within .shc-members-menu { display: none; }
  body.page-id-4354 .shc-members.is-open .shc-members-menu { display: flex; }

  body.page-id-4354 .shc-members-menu a {
    padding: 13px 40px !important;
    border-bottom: 1px solid rgba(107, 60, 85, .1);
    border-radius: 0;
    font-size: 17px;
  }
}
