.zori-site-header {
  position: sticky;
  top: 0;
  z-index: 980;
  background: rgba(0, 30, 47, 0.96);
  color: #fff;
  font-family: "Zori Sans", Arial, sans-serif;
  border-bottom: 1px solid rgba(241, 218, 180, 0.34);
  backdrop-filter: blur(12px);
}

.zori-site-header * {
  box-sizing: border-box;
}

.zori-site-header a {
  color: inherit;
}

body.zori-site-header-ready #t-header {
  display: none !important;
}

.zori-site-header__shell {
  width: min(1600px, calc(100% - 56px));
  min-height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.zori-site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 230px;
  text-decoration: none;
}

.zori-site-header__brand,
.zori-site-header__brand:visited,
.zori-site-header__brand:hover {
  color: #fff !important;
}

.zori-site-header__brand img {
  display: block;
  width: 58px;
  height: auto;
}

.zori-site-header__brand-text {
  display: grid;
  gap: 3px;
}

.zori-site-header__brand-name {
  color: #fff;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 700;
}

.zori-site-header__brand-caption {
  color: #f1dab4;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zori-site-header__nav {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  border: 1px solid rgba(241, 218, 180, 0.22);
}

.zori-site-header__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 15px;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  border-right: 1px solid rgba(241, 218, 180, 0.18);
  transition: background-color 180ms ease, color 180ms ease;
}

.zori-site-header__nav a:last-child {
  border-right: 0;
}

.zori-site-header__nav a:hover,
.zori-site-header__nav a[aria-current="page"] {
  background: rgba(241, 218, 180, 0.1);
  color: #fff !important;
}

.zori-site-header__nav-group {
  position: relative;
  align-self: stretch;
  border-right: 1px solid rgba(241, 218, 180, 0.18);
}

.zori-site-header__nav-group > button {
  display: inline-flex;
  min-height: 42px;
  height: 100%;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 0;
  background: rgba(241, 218, 180, 0.08);
  color: #f1dab4;
  font: inherit;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}

.zori-site-header__nav-group > button::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: currentColor;
}

.zori-site-header__nav-group > button span {
  display: inline-block;
  font-size: 15px;
  transition: transform 180ms ease;
}

.zori-site-header__nav-group:hover > button,
.zori-site-header__nav-group:focus-within > button,
.zori-site-header__nav-group.is-open > button,
.zori-site-header__nav-group.is-current > button {
  background: rgba(241, 218, 180, 0.14);
  color: #fff;
}

.zori-site-header__nav-group.is-open > button span,
.zori-site-header__nav-group:focus-within > button span {
  transform: rotate(180deg);
}

.zori-site-header__dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: -1px;
  width: max-content;
  min-width: 286px;
  padding: 8px;
  border: 1px solid rgba(241, 218, 180, 0.32);
  background: #001e2f;
  box-shadow: 0 18px 36px rgba(0, 12, 20, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

.zori-site-header__nav-group:hover .zori-site-header__dropdown,
.zori-site-header__nav-group:focus-within .zori-site-header__dropdown,
.zori-site-header__nav-group.is-open .zori-site-header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.zori-site-header__dropdown a {
  display: flex;
  width: 100%;
  min-height: 0;
  padding: 12px 13px;
  border: 0;
  border-bottom: 1px solid rgba(241, 218, 180, 0.14);
  white-space: normal;
}

.zori-site-header__dropdown a:last-child {
  border-bottom: 0;
}

.zori-site-header__nav .zori-site-header__seasonal-link {
  position: relative;
  color: #f1dab4 !important;
  background: rgba(241, 218, 180, 0.08);
}

.zori-site-header__nav .zori-site-header__seasonal-link::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: #f1dab4;
}

.zori-site-header__drawer-nav .zori-site-header__seasonal-link {
  background: rgba(241, 218, 180, 0.08);
  color: #f1dab4 !important;
}

.zori-site-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zori-site-header__phone {
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.zori-site-header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #f1dab4;
  border-radius: 5px;
  background: #f1dab4;
  color: #001e2f !important;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.zori-site-header__menu-button {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(241, 218, 180, 0.42);
  border-radius: 5px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.zori-site-header__menu-icon,
.zori-site-header__menu-icon::before,
.zori-site-header__menu-icon::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.zori-site-header__menu-icon {
  position: relative;
}

.zori-site-header__menu-icon::before,
.zori-site-header__menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.zori-site-header__menu-icon::before {
  top: -7px;
}

.zori-site-header__menu-icon::after {
  top: 7px;
}

.zori-site-header.is-open .zori-site-header__menu-icon {
  background: transparent;
}

.zori-site-header.is-open .zori-site-header__menu-icon::before {
  transform: translateY(7px) rotate(45deg);
}

.zori-site-header.is-open .zori-site-header__menu-icon::after {
  transform: translateY(-7px) rotate(-45deg);
}

.zori-site-header__drawer {
  display: none;
  border-top: 1px solid rgba(241, 218, 180, 0.22);
  background: #001e2f;
}

.zori-site-header__drawer-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 28px;
}

.zori-site-header__drawer-nav {
  display: grid;
  border: 1px solid rgba(241, 218, 180, 0.28);
}

.zori-site-header__drawer-nav a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(241, 218, 180, 0.18);
}

.zori-site-header__drawer-nav a:last-child {
  border-bottom: 0;
}

.zori-site-header__drawer-nav span {
  color: #f1dab4;
  font-size: 13px;
  font-weight: 700;
}

.zori-site-header__drawer-group {
  border-bottom: 1px solid rgba(241, 218, 180, 0.18);
  background: rgba(241, 218, 180, 0.06);
}

.zori-site-header__drawer-group summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  color: #f1dab4;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

.zori-site-header__drawer-group summary::-webkit-details-marker {
  display: none;
}

.zori-site-header__drawer-group summary::after {
  content: "+";
  color: #f1dab4;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.zori-site-header__drawer-group[open] summary::after {
  content: "−";
}

.zori-site-header__drawer-group > div {
  border-top: 1px solid rgba(241, 218, 180, 0.14);
}

.zori-site-header__drawer-group > div a {
  justify-content: flex-start;
  padding: 13px 18px 13px 42px;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 16px;
  font-weight: 500;
}

.zori-site-header__drawer-contact {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.zori-site-header__drawer-contact a {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
}

.zori-site-header__drawer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 1399px) {
  .zori-site-header__shell {
    gap: 26px;
  }

  .zori-site-header__brand {
    min-width: 205px;
  }

  .zori-site-header__nav a {
    padding: 10px 9px;
    font-size: 12px;
  }

  .zori-site-header__nav-group > button {
    padding: 10px 9px;
    font-size: 12px;
  }

  .zori-site-header__phone {
    display: none;
  }

  .zori-site-header__button {
    padding-inline: 13px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1180px) {
  .zori-site-header__shell {
    width: min(100% - 28px, 1160px);
    min-height: 72px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .zori-site-header__brand {
    min-width: 0;
  }

  .zori-site-header__brand img {
    width: 46px;
  }

  .zori-site-header__brand-name {
    font-size: 18px;
  }

  .zori-site-header__brand-caption {
    font-size: 9px;
  }

  .zori-site-header__nav,
  .zori-site-header__button {
    display: none;
  }

  .zori-site-header__drawer .zori-site-header__button {
    display: inline-flex;
  }

  .zori-site-header__menu-button {
    display: inline-flex;
  }

  .zori-site-header.is-open .zori-site-header__drawer {
    display: block;
  }

  .zori-site-header__drawer-inner {
    width: min(100% - 28px, 1160px);
  }

  body.zori-site-menu-open {
    overflow: hidden;
  }
}

@media screen and (max-width: 420px) {
  .zori-site-header__brand {
    gap: 10px;
  }

  .zori-site-header__brand img {
    width: 42px;
  }

  .zori-site-header__brand-name {
    font-size: 16px;
  }

  .zori-site-header__drawer-nav a {
    font-size: 17px;
  }

  .zori-site-header__drawer-group summary {
    font-size: 17px;
  }
}
