.tl-back-top {
  position: fixed;
  z-index: 9980;
  right: 26px;
  bottom: 26px;
  display: flex;
  width: 62px;
  height: 62px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  color: #fffdf9;
  border: 1px solid rgba(255, 253, 249, .55);
  border-radius: 50%;
  background: rgba(181, 111, 74, .94);
  box-shadow: 0 12px 32px rgba(45, 39, 35, .24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease, background .2s ease;
}

.tl-back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.tl-back-top:hover,
.tl-back-top:focus-visible {
  color: #fffdf9;
  background: #3b2e2a;
  transform: translateY(-3px);
  outline: none;
}

.tl-back-top__arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
  transform: rotate(45deg) translate(2px, 2px);
}

.tl-back-top__label {
  font-family: Inter, Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .18em;
  text-indent: .18em;
}

.tl-mobile-bottom {
  display: none;
}

@media (max-width: 960px) {
  :is(
    .tl-menu-toggle,
    .tl-mobile-menu-toggle,
    .menu-toggle,
    .elementor-menu-toggle,
    .hamburger,
    header button[aria-controls*="menu"]
  ):not([data-tl-menu-toggle]) {
    display: none !important;
  }

  :is(
    .tl-mobile-menu,
    .tl-mobile-nav,
    .elementor-nav-menu--dropdown,
    .elementor-menu-toggle + .elementor-nav-menu__container
  ):not(.tl-mobile-sheet):not(.tl-mobile-sheet__nav) {
    display: none !important;
  }

  html {
    scroll-padding-bottom: 76px;
  }

  html.tl-mobile-menu-open,
  html.tl-mobile-menu-open body {
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom)) !important;
  }

  .tl-back-top {
    right: 14px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: 48px;
    height: 48px;
  }

  .admin-bar .tl-back-top {
    bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .tl-mobile-bottom {
    position: fixed;
    z-index: 9990;
    inset: auto 0 0;
    display: block;
    color: #3b2e2a;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  }

  .tl-mobile-bottom,
  .tl-mobile-bottom * {
    box-sizing: border-box;
  }

  .tl-mobile-bottom__bar {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr minmax(100px, 1.08fr) 1fr;
    min-height: 68px;
    padding: 0 8px env(safe-area-inset-bottom);
    border-top: 1px solid rgba(92, 70, 55, .16);
    background: #fffdf8;
    box-shadow: 0 -10px 32px rgba(59, 46, 42, .12);
  }

  .tl-mobile-bottom__item,
  .tl-mobile-bottom__menu {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 68px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
    padding: 8px 4px;
    color: #59463b !important;
    border: 0;
    background: transparent;
    box-shadow: none;
    font: inherit;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .14em;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .tl-mobile-bottom__menu {
    color: #fffdf8 !important;
  }

  .tl-mobile-bottom__menu::before {
    position: absolute;
    z-index: -1;
    inset: -10px 6px 7px;
    border-radius: 18px 18px 12px 12px;
    background: #b56f4a;
    box-shadow: 0 8px 22px rgba(128, 75, 48, .27);
    content: "";
    transition: background .2s ease, transform .25s ease;
  }

  .tl-mobile-bottom.is-open .tl-mobile-bottom__menu::before {
    background: #3b2e2a;
    transform: translateY(-2px);
  }

  .tl-mobile-bottom__item:focus-visible,
  .tl-mobile-bottom__menu:focus-visible,
  .tl-mobile-sheet__close:focus-visible,
  .tl-mobile-sheet__link:focus-visible {
    outline: 2px solid #b56f4a;
    outline-offset: -2px;
  }

  .tl-mobile-bottom__home-icon {
    position: relative;
    width: 18px;
    height: 15px;
    margin-top: 2px;
    border: 1.7px solid currentColor;
    border-top: 0;
    border-radius: 1px;
  }

  .tl-mobile-bottom__home-icon::before {
    position: absolute;
    width: 13px;
    height: 13px;
    top: -7px;
    left: 1px;
    border-top: 1.7px solid currentColor;
    border-left: 1.7px solid currentColor;
    content: "";
    transform: rotate(45deg);
  }

  .tl-mobile-bottom__menu-icon {
    display: flex;
    width: 23px;
    height: 16px;
    flex-direction: column;
    justify-content: space-between;
  }

  .tl-mobile-bottom__menu-icon i {
    display: block;
    width: 100%;
    height: 1.5px;
    border-radius: 2px;
    background: currentColor;
    transform-origin: center;
    transition: transform .25s ease, opacity .2s ease;
  }

  .tl-mobile-bottom.is-open .tl-mobile-bottom__menu-icon i:nth-child(1) {
    transform: translateY(7.25px) rotate(45deg);
  }

  .tl-mobile-bottom.is-open .tl-mobile-bottom__menu-icon i:nth-child(2) {
    opacity: 0;
  }

  .tl-mobile-bottom.is-open .tl-mobile-bottom__menu-icon i:nth-child(3) {
    transform: translateY(-7.25px) rotate(-45deg);
  }

  .tl-mobile-bottom__mail-icon {
    position: relative;
    width: 20px;
    height: 15px;
    border: 1.7px solid currentColor;
    border-radius: 2px;
  }

  .tl-mobile-bottom__mail-icon::before,
  .tl-mobile-bottom__mail-icon::after {
    position: absolute;
    width: 10px;
    height: 1.5px;
    top: 5px;
    background: currentColor;
    content: "";
  }

  .tl-mobile-bottom__mail-icon::before {
    left: 1px;
    transform: rotate(34deg);
  }

  .tl-mobile-bottom__mail-icon::after {
    right: 1px;
    transform: rotate(-34deg);
  }

  .tl-mobile-bottom__backdrop {
    position: fixed;
    z-index: 1;
    inset: 0 0 calc(68px + env(safe-area-inset-bottom));
    background: rgba(38, 30, 26, .44);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
  }

  .tl-mobile-bottom.is-open .tl-mobile-bottom__backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .tl-mobile-sheet {
    position: fixed;
    z-index: 2;
    right: 0;
    bottom: calc(68px + env(safe-area-inset-bottom));
    left: 0;
    display: flex;
    max-height: min(68svh, 590px);
    flex-direction: column;
    color: #3b2e2a;
    border-top: 1px solid rgba(92, 70, 55, .14);
    border-radius: 24px 24px 0 0;
    background: linear-gradient(180deg, #fffdf8 0%, #f1e7d8 100%);
    box-shadow: 0 -22px 56px rgba(45, 36, 31, .22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(calc(100% + 20px));
    pointer-events: none;
    overflow: hidden;
    transition: transform .34s cubic-bezier(.22, .78, .25, 1), opacity .24s ease, visibility .34s ease;
  }

  .tl-mobile-bottom.is-open .tl-mobile-sheet {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .tl-mobile-sheet::before {
    display: block;
    width: 42px;
    height: 4px;
    flex: 0 0 auto;
    margin: 10px auto 0;
    border-radius: 10px;
    background: rgba(92, 70, 55, .24);
    content: "";
  }

  .tl-mobile-sheet__head {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 17px 22px 13px;
    border-bottom: 1px solid rgba(92, 70, 55, .12);
  }

  .tl-mobile-sheet__eyebrow,
  .tl-mobile-sheet__title {
    display: block;
  }

  .tl-mobile-sheet__eyebrow {
    margin-bottom: 4px;
    color: #8e6045;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .24em;
  }

  .tl-mobile-sheet__title {
    color: #3b2e2a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .08em;
  }

  .tl-mobile-sheet__close {
    position: relative;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(92, 70, 55, .18);
    border-radius: 50%;
    background: rgba(255, 253, 248, .75);
    box-shadow: none;
    cursor: pointer;
  }

  .tl-mobile-sheet__close::before,
  .tl-mobile-sheet__close::after {
    position: absolute;
    width: 15px;
    height: 1.5px;
    top: 19px;
    left: 13px;
    background: #59463b;
    content: "";
  }

  .tl-mobile-sheet__close::before {
    transform: rotate(45deg);
  }

  .tl-mobile-sheet__close::after {
    transform: rotate(-45deg);
  }

  .tl-mobile-sheet__nav {
    min-height: 0;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .tl-mobile-sheet__list {
    width: 100%;
    height: auto !important;
    margin: 0 !important;
    padding: 0 18px 18px !important;
    list-style: none !important;
    background: transparent !important;
  }

  .tl-mobile-sheet__item {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(92, 70, 55, .12);
    background: transparent !important;
  }

  .tl-mobile-sheet__item:last-child {
    border-bottom: 0;
  }

  .tl-mobile-sheet__link {
    display: grid !important;
    grid-template-columns: 32px 1fr 18px;
    min-height: 54px;
    align-items: center;
    gap: 7px;
    margin: 0 !important;
    padding: 12px 5px !important;
    color: #3b2e2a !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
    letter-spacing: .035em;
    text-decoration: none !important;
    text-shadow: none !important;
  }

  .tl-mobile-sheet__number {
    color: #b56f4a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .08em;
  }

  .tl-mobile-sheet__arrow {
    width: 8px;
    height: 8px;
    justify-self: end;
    border-top: 1px solid #8e6045;
    border-right: 1px solid #8e6045;
    transform: rotate(45deg);
  }

  .tl-mobile-sheet__link:is(:hover, :active, :focus-visible) {
    color: #70472f !important;
    background: rgba(181, 111, 74, .09) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tl-back-top,
  .tl-mobile-sheet,
  .tl-mobile-bottom__backdrop,
  .tl-mobile-bottom__menu-icon i,
  .tl-mobile-bottom__menu::before {
    transition: none !important;
  }
}
