.swiper-wrapper {
  transition-timing-function: linear;
}

/* Animation */
.scrolling {
  animation: fadeInDown 0.9s 1;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 5px 2px rgb(0 0 0 / 10%);
  background: rgba(255, 255, 255, 0.8);
}

body {
  background: #fff;
  color: #2f2a27;
}

.site-header {
  background: transparent;
  border-bottom: 1px solid transparent;
  backdrop-filter: none;
  box-shadow: none;
}

header.site-header.scrolling {
  background: rgba(245, 243, 239, 0.96);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(14, 14, 14, 0.04);
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.06);
}

.site-logo-link {
  display: inline-flex;
  align-items: center;
}

.site-logo-default,
.site-logo-sticky {
  height: auto;
}

.section-hero {
  position: relative;
  background: #f5f3ef;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-hero .img-elements-block {
  min-height: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.section-hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 70vw;
  margin: 0 auto;
}

.section-hero .relative {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-hero .mx-auto.max-w-8xl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.section-hero .hero-title {
  font-family: "Lexend Mega", "Segoe UI", sans-serif;
  letter-spacing: -0.07em;
  line-height: 0.78;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(3.5rem, 7vw, 12rem);
  margin: 0;
}

.section-hero .hero-word {
  display: block;
  letter-spacing: -0.06em;
}

.section-hero .hero-word-branding {
  color: #c79d70;
}

.section-hero .hero-word-stories {
  color: #6b1a0a;
}

.section-hero .hero-word-and {
  color: #9aa4aa;
}

.section-hero .hero-word-community {
  color: #c39b5a;
}

.section-hero .hero-subtitle {
  font-family: "DM Sans", "Segoe UI", sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 2rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #202020;
  font-weight: 500;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.2rem;
  margin-bottom: 0;
}

.section-hero .hero-title + .hero-subtitle {
  margin-top: 1.25rem;
}

.section-hero .mt-\[50px\] {
  margin-top: 2.25rem !important;
  margin-bottom: 2rem !important;
}

@media (max-width: 767px) {
  .section-hero {
    padding-top: 13vh;
    padding-bottom: 9vh;
    min-height: 90vh;
  }

  .section-hero .img-elements-block {
    min-height: 0;
    height: auto;
    padding-top: 0.25rem;
    padding-bottom: 0;
  }

  .section-hero .container {
    min-height: auto;
    max-width: 92vw;
  }

  .section-hero .mx-auto.max-w-8xl {
    max-width: 100%;
  }

  .section-hero .hero-title {
    font-size: clamp(2.7rem, 12.5vw, 4.6rem);
    line-height: 0.9;
    margin-bottom: 0.7rem;
    letter-spacing: -0.065em;
  }

  .section-hero .hero-word {
    display: block;
    line-height: 0.94;
  }

  .section-hero .hero-subtitle {
    font-size: clamp(0.98rem, 4vw, 1.3rem);
    line-height: 1.38;
    max-width: 88%;
    margin-top: 0.8rem;
  }

  .section-hero .mt-\[50px\] {
    margin-top: 1.2rem !important;
    margin-bottom: 0.5rem !important;
    gap: 0.7rem !important;
  }

  .section-hero .btn {
    min-width: 150px;
    width: min(77vw, 220px);
    padding-left: 1.15rem !important;
    padding-right: 1.15rem !important;
  }
}

@media (max-width: 480px) {
  .section-hero {
    padding-top: 12vh;
    padding-bottom: 8vh;
  }

  .section-hero .hero-title {
    font-size: clamp(2.4rem, 13vw, 3.6rem);
  }

  .section-hero .hero-subtitle {
    max-width: 93%;
  }
}

.site-header .nav-link-item {
  letter-spacing: -0.02em;
  color: #171717;
}

.contact-form-select,
.partner-form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' fill='none' stroke='%232f2a27' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 12px 8px;
  padding-right: 3.5rem;
}

.partner-info-cards {
  display: grid;
  gap: 1.25rem;
}

.section-hero .btn {
  min-width: 190px;
  border-radius: 9999px;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}

.section-hero .btn-primary {
  background: #6b1a0a;
  color: #fff;
}

.section-hero .btn-outline-black {
  border: 1.5px solid rgba(14, 14, 14, 0.7);
  background: transparent;
  color: #111;
}

.section-hero .nav-link-item {
  font-size: 0.98rem;
  font-weight: 500;
  color: #202020;
}

.site-logo-sticky {
  display: none;
}

header.scrolling .site-logo-default {
  display: none;
}

header.scrolling .site-logo-sticky {
  display: block;
}

@media (min-width: 992px) {
  body.is-inner-page header.site-header:not(.scrolling) .nav-link-item {
    color: #fff;
  }

  body.is-inner-page header.site-header.scrolling .nav-link-item {
    color: #171717;
  }
}

body.is-inner-page header.site-header:not(.scrolling) .mobile-menu-trigger span,
body.is-inner-page header.site-header:not(.scrolling) .mobile-menu-trigger span::before,
body.is-inner-page header.site-header:not(.scrolling) .mobile-menu-trigger span::after {
  background-color: #fff !important;
}

body.is-inner-page header.site-header.scrolling .mobile-menu-trigger span,
body.is-inner-page header.site-header.scrolling .mobile-menu-trigger span::before,
body.is-inner-page header.site-header.scrolling .mobile-menu-trigger span::after {
  background-color: #171717 !important;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple-animation 0.6s linear;
  background: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.rotate-animate {
  animation: rotate 5s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.up-down-40 {
  animation: up-down 3s linear infinite backwards;
}

@keyframes up-down {
  from {
    transform: translateY(-40px);
  }
  to {
    transform: translateY(40px);
  }
}

.infinite-text-slider {
  animation: infinite-text-slider 8s linear infinite backwards;
}

@keyframes infinite-text-slider {
  from {
    transform: translateX(-100%);
  }
}

.store-locator-shell {
  --locator-ink: #171717;
  --locator-paper: #f6f3eb;
  --locator-card: #ffffff;
  --locator-border: #e2ddcf;
  --locator-muted: #6f685d;
  border-radius: 26px;
  border: 1px solid var(--locator-border);
  background: linear-gradient(180deg, #f9f6ef 0%, #f3eee1 100%);
  padding: 18px;
  box-shadow: 0 22px 45px rgba(25, 22, 15, 0.08);
}

.store-locator-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.store-locator-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid #d7d1c1;
  background: #faf8f1;
  color: #50473a;
  padding: 9px 14px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.store-locator-filter-pill:hover,
.store-locator-filter-pill.is-active {
  border-color: var(--locator-ink);
  color: #fff;
  background: var(--locator-ink);
}

.store-locator-filter-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.store-locator-stage {
  position: relative;
}

.store-locator-map {
  min-height: 640px;
  border-radius: 20px;
  border: 1px solid #d9d1bf;
  background: #e9e4d8;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.52);
}

.store-locator-map.store-locator-map--inactive {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #5e5e5e;
  background: #efe6d7;
  text-align: center;
}

.store-locator-panel {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  width: min(360px, calc(100% - 32px));
  border-radius: 18px;
  border: 1px solid var(--locator-border);
  background: rgba(248, 245, 237, 0.95);
  box-shadow: 0 14px 36px rgba(22, 20, 14, 0.12);
  padding: 14px;
  backdrop-filter: blur(2px);
}

.store-locator-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.store-locator-panel-head h3 {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--locator-ink);
}

.store-locator-panel-head button {
  border-radius: 999px;
  border: 1px solid #d8d2c4;
  background: #fff;
  color: #574c3f;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 6px 11px;
  transition: all 0.2s ease;
}

.store-locator-panel-head button:hover {
  border-color: var(--locator-ink);
  color: #fff;
  background: var(--locator-ink);
}

.store-locator-search-wrap {
  position: relative;
  margin-bottom: 10px;
}

.store-locator-search-wrap i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #8e8679;
}

.store-locator-search-wrap input {
  width: 100%;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #ddd5c5;
  background: #fff;
  padding: 0 14px 0 36px;
  font-size: 14px;
  color: #2f2b23;
}

.store-locator-search-wrap input:focus {
  outline: none;
  border-color: var(--locator-ink);
  box-shadow: 0 0 0 3px rgba(23, 23, 23, 0.07);
}

.store-locator-list {
  display: grid;
  gap: 8px;
  max-height: 420px;
  overflow-y: auto;
  padding-right: 3px;
}

.store-locator-list::-webkit-scrollbar {
  width: 6px;
}

.store-locator-list::-webkit-scrollbar-thumb {
  background: #c9c0ae;
  border-radius: 999px;
}

.store-locator-card {
  width: 100%;
  text-align: left;
  border: 1px solid #ddd5c8;
  background: var(--locator-card);
  border-radius: 12px;
  padding: 9px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #2e2b25;
  transition: all 0.2s ease;
}

.store-locator-card:hover,
.store-locator-card.is-active {
  border-color: #141414;
  box-shadow: 0 10px 18px rgba(30, 27, 20, 0.12);
  transform: translateY(-1px);
}

.store-locator-card-thumb {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  flex: 0 0 34px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.store-locator-card-thumb img,
.store-locator-card-thumb-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-locator-card-thumb-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.12);
}

.store-locator-card-content {
  display: grid;
  gap: 2px;
}

.store-locator-card-content strong {
  font-size: 14px;
  line-height: 1.2;
  color: #201d18;
}

.store-locator-card-content small {
  font-size: 12px;
  line-height: 1.3;
  color: #6f675b;
}

.store-locator-card-content em {
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8c7f68;
}

.store-locator-empty {
  border: 1px dashed #d7cebc;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  font-size: 13px;
  color: #756c5f;
  background: #fbf8f2;
}

.store-locator-note {
  margin-top: 10px;
  font-size: 12px;
  color: #736b5f;
}

.store-locator-marker {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: translateY(0);
  transition: transform 0.2s ease, filter 0.2s ease;
  cursor: pointer;
  pointer-events: auto;
}

.store-locator-marker-pin {
  position: relative;
  width: 22px;
  height: 22px;
  background: var(--pin-color, #d94a3f);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  border: 2px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.store-locator-marker-pin::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.store-locator-marker.is-active {
  transform: scale(1.12);
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.28));
}

/* Google Maps InfoWindow Styling */
.gm-style .gm-style-iw-c {
  padding: 12px !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 36px rgba(22, 20, 15, 0.16) !important;
  border: 1px solid #e2ddcf !important;
  background: #fbf8f2 !important;
}
.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.gm-style .gm-style-iw-tc::after {
  background: #fbf8f2 !important;
}

.store-locator-popup .mapboxgl-popup-content {
  border-radius: 12px;
  border: 1px solid #ddd5c5;
  box-shadow: 0 12px 28px rgba(22, 20, 15, 0.15);
  padding: 12px;
}

.store-locator-popup-card h4 {
  margin: 0 0 4px;
  font-size: 15px;
  color: #1f1b15;
}

.store-locator-popup-card p {
  margin: 0;
  font-size: 12px;
  color: #6f685e;
}

.store-locator-popup-card a {
  display: inline-block;
  margin-top: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #28251f;
}

.store-locator-cta-wrap {
  text-align: center;
  margin-top: 14px;
}

.store-locator-cta-text {
  color: #b68938;
  font-size: 18px;
  font-family: "Kalam", "Comic Sans MS", cursive;
  margin-bottom: 8px;
}

.store-locator-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 10px 22px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  border: 1px solid #111;
  transition: all 0.2s ease;
}

.store-locator-cta-btn:hover {
  background: #fff;
  color: #111;
}

@media (min-width: 992px) {
  .store-locator-shell {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .store-locator-map {
    min-height: 520px;
  }

  .store-locator-panel {
    width: calc(100% - 24px);
    left: 12px;
    top: 12px;
  }
}

.section-people {
  background: #050505;
  color: #f5f1e8;
}

.people-section-bg {
  background: #050505;
  padding: 50px 0 40px;
}

.section-space-people {
  padding-top: 20px;
  padding-bottom: 20px;
}

.people-header {
  text-align: center;
  margin-bottom: 34px;
}

.people-title {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 800;
  color: #f5f1e8;
}

.people-title span {
  color: #d7b567;
}

.people-header p {
  margin: 18px auto 0;
  max-width: 600px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(245, 241, 232, 0.8);
}

.people-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.people-card {
  position: relative;
  background: #f4efe7;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  padding: 0 0 18px;
  transform: rotate(0deg);
  min-height: 100%;
}

.people-card:nth-child(1) {
  transform: rotate(-1.5deg);
}

.people-card:nth-child(2) {
  transform: rotate(0.5deg);
}

.people-card:nth-child(3) {
  transform: rotate(-0.8deg);
}

.people-card:nth-child(4) {
  transform: rotate(1.2deg);
}

.people-card-tape {
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%) rotate(-2deg);
  width: 76%;
  height: 18px;
  background: rgba(215, 181, 103, 0.62);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.people-card-image-wrap {
  padding: 12px 12px 6px;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.people-card-image-wrap img {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.08);
  transform-origin: center top;
  border: 0;
  background: transparent;
}

.people-card-body {
  padding: 0 18px;
  text-align: center;
  color: #171717;
}

.people-card-author {
  font-size: 0.85rem;
  color: #7c6d52;
  font-style: italic;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
}

.people-card-body h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 800;
  color: #1f1d1b;
}

.people-card-stars {
  margin: 10px 0 12px;
  font-size: 1rem;
  letter-spacing: 0.18em;
  color: #d4a844;
}

.people-card-body p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 500;
  color: #292621;
}

.people-signoff {
  margin-top: 34px;
  text-align: center;
}

.people-heart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 8px;
  border-radius: 50%;
  color: #d8b05b;
  font-size: 2.2rem;
  line-height: 1;
}

.people-signoff p {
  margin: 0;
  color: #f1d996;
  font-size: 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.people-wave {
  position: relative;
  width: 160px;
  height: 28px;
  margin: 12px auto 0;
}

.people-wave::before,
.people-wave::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 2px solid #d8b05b;
  border-radius: 50% 50% 0 0;
  height: 14px;
}

.people-wave::before {
  top: 2px;
  transform: rotate(1deg);
}

.people-wave::after {
  top: 12px;
  transform: rotate(-1deg);
}

@media (max-width: 991px) {
  .people-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .people-section-bg {
    padding: 36px 0 28px;
  }

  .people-header {
    margin-bottom: 26px;
  }

  .people-header p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .people-cards {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .people-card-image-wrap img {
    height: 220px;
    transform: scale(1.08);
  }

  .store-locator-shell {
    border-radius: 20px;
    padding: 12px;
  }

  .store-locator-filter-row {
    gap: 8px;
    margin-bottom: 10px;
  }

  .store-locator-filter-pill {
    padding: 8px 11px;
    font-size: 11px;
  }

  .store-locator-stage {
    display: grid;
    gap: 10px;
  }

  .store-locator-map {
    min-height: 320px;
    order: 1;
  }

  .store-locator-panel {
    position: static;
    width: 100%;
    order: 2;
    box-shadow: 0 8px 20px rgba(22, 20, 14, 0.09);
    backdrop-filter: none;
    background: #f8f4ea;
  }

  .store-locator-list {
    max-height: 280px;
  }
}

/* Fix Portfolio Overview Numbered List Bullets */
.project-overview-list,
.rich-text-block ul.project-overview-list,
.rich-text-block ul {
  list-style: none !important;
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-top: 1.5rem !important;
}

.project-overview-list > li,
.rich-text-block ul.project-overview-list > li,
.rich-text-block ul > li {
  list-style: none !important;
  list-style-type: none !important;
  margin-bottom: 1.75rem !important;
  padding-left: 0 !important;
}

.project-overview-list > li::before,
.rich-text-block ul.project-overview-list > li::before,
.rich-text-block ul > li::before {
  content: none !important;
  display: none !important;
}

/* Mobile Footer Copyright & Brand Alignment */
@media (max-width: 767px) {
  .footer-bottom-row {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 0.5rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .footer-copyright-text,
  .footer-brand-text {
    text-align: center !important;
    width: 100% !important;
  }
}

/* Visibility for Contact Us in mobile menu for screens < 575px */
@media (min-width: 575px) {
  .nav-item-contact-mobile {
    display: none !important;
  }
}

@media (max-width: 574px) {
  .nav-item-contact-mobile {
    display: block !important;
  }
}

/* Mobile Menu Styling - Pure White Background & Equal Item Spacing */
@media (max-width: 991px) {
  .site-header .menu-block {
    position: fixed;
    width: 320px;
    max-width: 86vw;
    background: #ffffff !important;
    color: #171717 !important;
    left: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1099;
    box-shadow: 10px 0 35px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
  }

  .site-header .menu-block.active {
    transform: translateX(0%);
  }

  .site-header .menu-block .mobile-menu-head {
    background-color: #ffffff !important;
    border-bottom: 1px solid #e5e0d5 !important;
    color: #171717 !important;
    padding: 0 16px !important;
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .site-header .menu-block .mobile-menu-head .current-menu-title {
    color: #171717 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    letter-spacing: 0.04em !important;
  }

  .site-header .menu-block .mobile-menu-head .go-back {
    color: #171717 !important;
    border-right: 1px solid #e5e0d5 !important;
    font-size: 20px !important;
  }

  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    color: #171717 !important;
    border-left: 1px solid #e5e0d5 !important;
    font-size: 26px !important;
  }

  .site-menu-main {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    background: #ffffff !important;
  }

  .site-menu-main > li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .site-menu-main > li > a,
  .site-menu-main .nav-link-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 56px !important;
    line-height: 56px !important;
    padding: 0 24px !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #171717 !important;
    background: #ffffff !important;
    border-bottom: 1px solid #eee9e0 !important;
    box-sizing: border-box !important;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .site-menu-main > li > a i {
    position: static !important;
    transform: none !important;
    font-size: 20px !important;
    color: #6a625b !important;
  }

  .site-menu-main > li > a:hover,
  .site-menu-main .nav-link-item:hover {
    background: #f7f4ed !important;
    color: #6b1a0a !important;
  }

  .site-menu-main > li .sub-menu {
    background: #ffffff !important;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute !important;
    top: 56px !important;
    left: 0 !important;
    width: 100% !important;
    height: calc(100vh - 56px) !important;
    box-shadow: none !important;
    border: none !important;
    z-index: 10 !important;
  }

  .site-menu-main .sub-menu--item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .site-menu-main .sub-menu--item > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 56px !important;
    height: auto !important;
    line-height: 1.35 !important;
    padding: 14px 24px !important;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #171717 !important;
    background: #ffffff !important;
    border-bottom: 1px solid #eee9e0 !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  .site-menu-main .sub-menu--item > a:hover {
    background: #f7f4ed !important;
    color: #6b1a0a !important;
  }
}
