/* Trigger */
.tekt-hamburger {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 20px);
  right: calc(env(safe-area-inset-right, 0px) + 20px);
  left: auto;
  bottom: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--tekt-hb-size, 56px);
  height: var(--tekt-hb-size, 56px);
  border: none !important;
  background: transparent !important;
  border-radius: 100px;
  box-shadow: none !important;
  cursor: pointer;
  z-index: 2147483647;
  color: var(--tekt-menu-light, #E3DAC7) !important;
  transition: opacity .2s ease;
}

.tekt-hamburger .hb {
  width: var(--tekt-hb-svg, calc(var(--tekt-hb-size, 56px) * .71));
  height: var(--tekt-hb-svg, calc(var(--tekt-hb-size, 56px) * .71));
  display: block;
}

.tekt-hamburger[data-theater="1"] {
  display: none !important;
}

@media (max-width:980px) {
  .tekt-hamburger {
    top: calc(env(safe-area-inset-top, 0px) + 16px) !important;
    bottom: auto !important;
  }

  .tekt-hamburger[data-theater="1"] {
    display: inline-flex !important;
  }
}

body.tekt-menu-open .tekt-hamburger[data-theater="1"] {
  opacity: 0;
  pointer-events: none;
}

body:not(.tekt-menu-open) .tekt-hamburger {
  background: #03B0BE !important;
}

body.tekt-menu-open .tekt-hamburger {
  background: transparent !important;
}

body.tekt-theater-ready .tekt-theater-linked .sub-menu {
  display: none !important;
}

body.tekt-theater-ready .tekt-theater-linked .menu>li>a,
body.tekt-theater-ready .tekt-theater-linked .et-menu>li>a {
  position: relative;
  text-decoration: none !important;
  border: none !important;
  background-image: none !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  gap: .3em;
  padding-bottom: 0;
  line-height: 1.5;
}

body.tekt-theater-ready .tekt-theater-linked .menu>li>a.tekt-roll-link,
body.tekt-theater-ready .tekt-theater-linked .et-menu>li>a.tekt-roll-link {
  --tekt-roll-duration: 320ms;
  --tekt-roll-accent: var(--tekt-accent, #FAAD70);
  display: inline-flex;
  gap: 0;
  letter-spacing: normal;
  overflow: hidden;
  vertical-align: top;
}

/* Hide default chevrons/arrows on these links - Aggressive */
body.tekt-theater-ready .tekt-theater-linked .menu>li>a.tekt-roll-link::after,
body.tekt-theater-ready .tekt-theater-linked .et-menu>li>a.tekt-roll-link::after,
body.tekt-theater-ready .tekt-theater-linked .menu-item-has-children>a::after,
body.tekt-theater-ready .tekt-theater-linked .et-menu>li.menu-item-has-children>a::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
}

body.tekt-theater-ready .tekt-theater-linked .menu>li>a.tekt-roll-link span,
body.tekt-theater-ready .tekt-theater-linked .et-menu>li>a.tekt-roll-link span {
  position: relative;
  display: inline-block;
  color: transparent;
  line-height: 1.2;
}

body.tekt-theater-ready .tekt-theater-linked .menu>li>a.tekt-roll-link span::before,
body.tekt-theater-ready .tekt-theater-linked .menu>li>a.tekt-roll-link span::after,
body.tekt-theater-ready .tekt-theater-linked .et-menu>li>a.tekt-roll-link span::before,
body.tekt-theater-ready .tekt-theater-linked .et-menu>li>a.tekt-roll-link span::after {
  content: attr(data-char);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: transform var(--tekt-roll-duration) cubic-bezier(.5, 0, .25, 1);
  transition-delay: var(--tekt-roll-delay, 0ms);
}

body.tekt-theater-ready .tekt-theater-linked .menu>li>a.tekt-roll-link span::before,
body.tekt-theater-ready .tekt-theater-linked .et-menu>li>a.tekt-roll-link span::before {
  color: var(--tmt-fg, #000);
  transform: translateY(0);
}

body.tekt-theater-ready .tekt-theater-linked .menu>li>a.tekt-roll-link span::after,
body.tekt-theater-ready .tekt-theater-linked .et-menu>li>a.tekt-roll-link span::after {
  color: var(--tekt-roll-accent, var(--tekt-accent, #FAAD70));
  transform: translateY(100%);
}

/* Open State Override */
body.tekt-menu-open .tekt-theater-linked .menu>li>a.tekt-roll-link span::before,
body.tekt-menu-open .tekt-theater-linked .et-menu>li>a.tekt-roll-link span::before {
  color: var(--tekt-menu-light, #E3DAC7) !important;
}

body.tekt-menu-open .tekt-theater-linked .menu>li>a.tekt-roll-link span::after,
body.tekt-menu-open .tekt-theater-linked .et-menu>li>a.tekt-roll-link span::after {
  color: var(--tekt-menu-light, #E3DAC7) !important;
}

body.tekt-theater-ready .tekt-theater-linked .menu>li>a.tekt-roll-link:hover span::before,
body.tekt-theater-ready .tekt-theater-linked .menu>li>a.tekt-roll-link:focus-visible span::before,
body.tekt-theater-ready .tekt-theater-linked .et-menu>li>a.tekt-roll-link:hover span::before,
body.tekt-theater-ready .tekt-theater-linked .et-menu>li>a.tekt-roll-link:focus-visible span::before {
  transform: translateY(-100%);
}

body.tekt-theater-ready .tekt-theater-linked .menu>li>a.tekt-roll-link:hover span::after,
body.tekt-theater-ready .tekt-theater-linked .menu>li>a.tekt-roll-link:focus-visible span::after,
body.tekt-theater-ready .tekt-theater-linked .et-menu>li>a.tekt-roll-link:hover span::after,
body.tekt-theater-ready .tekt-theater-linked .et-menu>li>a.tekt-roll-link:focus-visible span::after {
  transform: translateY(0);
}

body.tekt-menu-open .menu>li>a,
body.tekt-menu-open .et_pb_menu__menu>nav>ul>li,
body.tekt-menu-open .et_pb_menu__menu>nav>ul>li>a {
  opacity: 1 !important;
  transition: opacity 0s !important;
}

/* Global override for Divi menu opacity */
.et_pb_menu .et-menu>li,
.et_pb_menu .et-menu>li>a,
.et_pb_menu .et_pb_menu__menu>nav>ul>li,
.et_pb_menu .et_pb_menu__menu>nav>ul>li>a {
  opacity: 1 !important;
  transition: opacity 0s, background-color 0s !important;
}

.et_pb_menu .et-menu>li:hover,
.et_pb_menu .et-menu>li>a:hover,
.et_pb_menu .et_pb_menu__menu>nav>ul>li:hover,
.et_pb_menu .et_pb_menu__menu>nav>ul>li>a:hover {
  opacity: 1 !important;
  background-color: transparent !important;
}

body.tekt-menu-open .et-l--header,
body.tekt-menu-open #main-header {
  opacity: 1 !important;
  pointer-events: none !important;
  visibility: visible !important;
  z-index: 2147483648 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  padding-top: 40px !important;
  padding-bottom: 0 !important;
  padding-right: var(--tekt-scrollbar-comp, 0) !important;
  /* keep menu from nudging when scrollbar hides */
}

body.tekt-menu-open .et-l--header a,
body.tekt-menu-open .et-l--header button,
body.tekt-menu-open .et-l--header .menu,
body.tekt-menu-open .et-l--header .et-menu,
body.tekt-menu-open .et-l--header .et_pb_menu,
body.tekt-menu-open .et-l--header .et_pb_menu__menu,
body.tekt-menu-open .et-l--header .et_pb_menu__wrap,
body.tekt-menu-open .et-l--header .logo_container,
body.tekt-menu-open .et-l--header .et_pb_menu__logo,
body.tekt-menu-open #main-header a,
body.tekt-menu-open #main-header button,
body.tekt-menu-open #main-header .menu,
body.tekt-menu-open #main-header .et-menu,
body.tekt-menu-open #main-header .et_pb_menu,
body.tekt-menu-open #main-header .et_pb_menu__menu,
body.tekt-menu-open #main-header .et_pb_menu__wrap,
body.tekt-menu-open #main-header .logo_container,
body.tekt-menu-open #main-header .et_pb_menu__logo {
  pointer-events: auto !important;
}

/* Theater overlay should fully cover the Divi header on mobile */
 

/* Normalize inner header spacing so only the 40px top padding applies */
body.tekt-menu-open .et-l--header .et_builder_inner_content,
body.tekt-menu-open #main-header .container,
body.tekt-menu-open #main-header .container>* {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.tekt-menu-open .et-l--header .et_pb_section,
body.tekt-menu-open .et-l--header .et_pb_row,
body.tekt-menu-open #main-header .logo_container,
body.tekt-menu-open #main-header .et_pb_menu,
body.tekt-menu-open #main-header .et_pb_menu .et_pb_menu__wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* Resize Original Logo */
body.tekt-menu-open:not(.tekt-menu-closing) #logo,
body.tekt-menu-open:not(.tekt-menu-closing) .et_pb_menu__logo img,
body.tekt-menu-open:not(.tekt-menu-closing) .logo_container img {
  transform: scale(var(--tekt-logo-scale, 1)) !important;
  transform-origin: top left !important;
  transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) !important;
}

/* Logo Transition Logic */
/* When opening: Scale and fade color simultaneously (0.8s duration, 0s delay) */
body.tekt-menu-open:not(.tekt-menu-closing) .logo-light {
  transition: opacity 0.8s ease 0s, visibility 0.8s ease 0s !important;
}

body.tekt-menu-open:not(.tekt-menu-closing) .logo-dark {
  transition: opacity 0.8s ease 0s, visibility 0.8s ease 0s !important;
}

/* When closing: Fade color first (0s delay), then shrink (0s delay) */
#logo,
.et_pb_menu__logo img,
.logo_container img {
  transform: scale(1);
  transform-origin: top left;
  transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0s;
  /* No delay */
}

.logo-light,
.logo-dark {
  transition: opacity 0.8s ease 0s, visibility 0.8s ease 0s;
  /* Fade immediately on close */
}

/* Hide cloned theater header */
.tekt-theater-header {
  display: none !important;
}

/* Force light color in open state */
body.tekt-menu-open .tekt-theater-linked .menu>li>a,
body.tekt-menu-open .tekt-theater-linked .et-menu>li>a,
body.tekt-menu-open .tekt-theater-links a,
body.tekt-menu-open .tekt-theater-sub-links a {
  color: #E3DAC9 !important;
}

/* Submenu Roll Effect */
.tekt-theater-sub-links a.tekt-roll-link {
  --tekt-roll-duration: 320ms;
  --tekt-roll-accent: currentColor;
  /* Use current text color instead of accent */
  display: inline-flex;
  gap: 0;
  letter-spacing: normal;
  overflow: hidden;
  vertical-align: top;
  position: relative;
  text-decoration: none !important;
  line-height: 1.12;
  /* Match existing line-height */
}

.tekt-theater-sub-links a.tekt-roll-link span {
  position: relative;
  display: inline-block;
  color: transparent;
  line-height: 1.12;
}

.tekt-theater-sub-links a.tekt-roll-link span::before,
.tekt-theater-sub-links a.tekt-roll-link span::after {
  content: attr(data-char);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: transform var(--tekt-roll-duration) cubic-bezier(.5, 0, .25, 1);
  transition-delay: var(--tekt-roll-delay, 0ms);
}

.tekt-theater-sub-links a.tekt-roll-link span::before {
  color: currentColor;
  transform: translateY(0);
}

.tekt-theater-sub-links a.tekt-roll-link span::after {
  color: currentColor;
  /* Force same color */
  transform: translateY(100%);
}

.tekt-theater-sub-links a.tekt-roll-link:hover span::before,
.tekt-theater-sub-links a.tekt-roll-link:focus-visible span::before {
  transform: translateY(-100%);
}

.tekt-theater-sub-links a.tekt-roll-link:hover span::after,
.tekt-theater-sub-links a.tekt-roll-link:focus-visible span::after {
  transform: translateY(0);
}

/* Hide unwanted submenu title */
.tekt-theater-panel h2 {
  display: none !important;
}

.tekt-theater-stage {
  display: grid !important;
  place-items: center !important;
  min-height: 100vh !important;
  padding: 0 !important;
  text-align: center !important;
  box-sizing: border-box !important;
  position: relative !important;
}



body.tekt-menu-open .et-main-area {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Compensate the -90px hero/slider offset when header goes fixed on open */
body.tekt-menu-open .n2-ss-align {
  margin-top: 0 !important;
}

/* Remove any fixed-header padding/margin that Divi adds to page container when menu is open */
body.tekt-menu-open #page-container,
body.tekt-menu-open #main-content,
body.tekt-menu-open .et_pb_section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 
body.tekt-menu-open #main-content,
body.tekt-menu-open .et_pb_section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
*/

/* 
/* 
body.tekt-menu-open .n2-ss-align {
  margin-top: -40px !important;
}
*/
*/

/* Dimmer */
.tekt-dim {
  position: fixed;
  inset: 0;
  z-index: 2147483645;
  background: var(--tekt-backdrop, rgba(0, 0, 0, .55));
  -webkit-backdrop-filter: blur(var(--tekt-blur, 0px));
  backdrop-filter: blur(var(--tekt-blur, 0px));
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: opacity var(--tekt-fade, .35s) var(--tekt-ease, cubic-bezier(.22, 1, .36, 1)), transform var(--tekt-dur, .55s) var(--tekt-ease, cubic-bezier(.22, 1, .36, 1));
}

.tekt-dim.slide-full {
  transform: translate3d(100%, 0, 0);
}

.tekt-dim.slide-full.from-left {
  transform: translate3d(-100%, 0, 0);
}

.tekt-dim.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

/* Overlay shells */
.tekt-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 2147483646;
  font-family: var(--tekt-font, inherit);
}

body:not(.tekt-menu-open) .tekt-dim,
body:not(.tekt-menu-open) .tekt-overlay {
  visibility: hidden !important;
  pointer-events: none !important;
}

body.tekt-menu-open .tekt-dim,
body.tekt-menu-open .tekt-overlay {
  visibility: visible !important;
}

/* THEATER / VESTVOLDEN */
.tekt-overlay.mode-theater {
  display: flex;
  background: var(--tekt-theater-bg, var(--tekt-bg, #222));
  color: var(--tekt-menu-light, #E3DAC7);
  transition: background-color var(--tekt-dur, .55s) var(--tekt-ease, cubic-bezier(.22, 1, .36, 1)),
    opacity var(--tekt-fade, .35s) var(--tekt-ease, cubic-bezier(.22, 1, .36, 1));
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

.tekt-overlay.mode-theater.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* Hide panel content during animation */
.tekt-overlay.mode-theater.tekt-animating .tekt-theater-panel {
  opacity: 0;
  transition: opacity 0s;
}

.tekt-overlay.mode-theater .tekt-overlay-bg {
  display: none;
}

.tekt-overlay.mode-theater .tekt-panel {
  max-width: none;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: transparent;
}

.tekt-theater-header {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2vw, 32px);
  padding: clamp(18px, 3vw, 42px) clamp(28px, 6vw, 96px) clamp(10px, 2vw, 24px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: inherit;
}

.tekt-theater-header-bar {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 48px);
  width: 100%;
  justify-content: space-between;
}

.tekt-theater-header-logos {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.tekt-theater-header-logos img {
  max-height: clamp(180px, 30vw, 300px);
  margin-top: 30px;
  width: auto;
  height: auto;
}

.tekt-theater-header-live {
  flex: 1;
  display: flex;
  justify-content: center;
}

.tekt-theater-header-live .tekt-theater-live-clone {
  width: 100%;
}

.tekt-theater-live-logo {
  display: flex;
  align-items: center;
}

.tekt-theater-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 8px;
  color: inherit;
}

.tekt-theater-actions a {
  color: inherit;
}

.tekt-theater-shell {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: var(--tekt-text, #fff);
  overflow: hidden;
}

.tekt-theater-desktop {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tekt-theater-brand img,
.tekt-theater-mobile-brand img {
  display: block;
  width: clamp(140px, 14vw, 220px);
  height: auto;
}

.tekt-theater-site {
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.tekt-theater-login,
.tekt-theater-cart {
  color: inherit;
  text-decoration: none;
  font-size: clamp(12px, 1vw, 15px);
}

.tekt-theater-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid currentColor;
  margin-left: 8px;
  font-size: .85em;
}

.tekt-theater-close {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: var(--tekt-menu-light, #E3DAC7);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 16px);
  right: calc(env(safe-area-inset-right, 0px) + 20px);
  left: auto;
  bottom: auto;
  z-index: 2147483652;
  transition: opacity .2s ease, transform .2s ease;
}

.tekt-theater-close::before,
.tekt-theater-close::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

.tekt-theater-close::before {
  transform: rotate(45deg);
}

.tekt-theater-close::after {
  transform: rotate(-45deg);
}

.tekt-theater-close:hover,
.tekt-theater-close:focus-visible {
  opacity: 0.75;
}

.tekt-theater-close span {
  display: none;
}

.tekt-theater-stage {
  flex: 1;
  padding: clamp(24px, 6vw, 80px) clamp(24px, 8vw, 120px);
  display: grid;
  color: inherit;
}

.tekt-overlay.mode-theater .tekt-theater-stage *,
.tekt-overlay.mode-theater .tekt-theater-mobile *,
.tekt-overlay.mode-theater .tekt-theater-stage a,
.tekt-overlay.mode-theater .tekt-theater-mobile a {
  color: inherit !important;
}

.tekt-overlay.mode-theater .tekt-theater-stage h1,
.tekt-overlay.mode-theater .tekt-theater-stage h2,
.tekt-overlay.mode-theater .tekt-theater-stage h3,
.tekt-overlay.mode-theater .tekt-theater-stage h4 {
  color: inherit !important;
}

.tekt-overlay.mode-theater .tekt-theater-stage * {
  color: inherit;
}

.tekt-theater-panel {
  grid-area: 1/1;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: clamp(6px, 1vw, 12px);
  max-width: 960px;
  width: 100%;
  margin: 0;
}

.tekt-theater-panel.is-active {
  display: flex;
}

/* Hide panels during close to avoid flash */
body.tekt-menu-closing .tekt-overlay.mode-theater .tekt-theater-panel {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Also hide panels any time the theater overlay is not open */
.tekt-overlay.mode-theater:not(.is-open) .tekt-theater-panel {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* font-size overrides applied earlier via cached CSS. Ensure they respond to base size */
.tekt-theater-panel h2,
.tekt-theater-empty {
  font-size: clamp(var(--tekt-vest-main-min, var(--tekt-main-min, 18px)),
      calc(var(--tekt-vest-main-slope, var(--tekt-main-slope, 1.8)) * 1vw + var(--tekt-vest-main-b, var(--tekt-main-b, 10px))),
      var(--tekt-vest-main-max, var(--tekt-main-max, 32px))) !important;
}

.tekt-theater-links li,
.tekt-theater-links a,
.tekt-theater-mobile-link,
.tekt-theater-mobile-links a {
  font-size: clamp(20px, 2.6vw, 38px) !important;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
}

.tekt-theater-sub-links li,
.tekt-theater-sub-links a,
.tekt-theater-mobile-sub li,
.tekt-theater-mobile-sub a {
  font-size: clamp(18px, 2.3vw, 32px) !important;
  line-height: 1.12;
  text-transform: uppercase !important;
  display: block;
}

/* Center submenus in theater panels and align text baselines */
.tekt-theater-sub-links {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  text-align: left !important;
  gap: clamp(6px, 1vw, 12px) !important;
  /* tighter vertical spacing */
  margin: 0 auto !important;
  /* center the whole block */
  padding: 0 !important;
  list-style: none !important;
}

.tekt-theater-sub-links li {
  width: 100%;
}

.tekt-theater-sub-links a {
  margin: 0;
  padding: 0;
  text-align: left !important;
}

/* Ensure any list inside a panel keeps left alignment while the panel centers as a block */
.tekt-theater-panel ul {
  align-self: center;
  text-align: left;
  padding: 0;
  margin: 0;
}

.tekt-theater-mobile-footer a {
  color: inherit;
  text-decoration: none;
  font-size: clamp(14px, 3.4vw, 18px);
}

.tekt-theater-search-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tekt-theater-search {
  max-width: 520px;
}

.tekt-theater-search-form input {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .4);
  padding: 14px 16px;
  color: #fff;
}

.tekt-theater-search-form button {
  align-self: flex-start;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 18px;
  letter-spacing: 0.08em;
  cursor: pointer;
}

/* Theater mobile layout */
.tekt-theater-mobile {
  flex-direction: column;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tekt-theater-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(env(safe-area-inset-top, 0px) + 16px) 20px 12px;
  gap: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tekt-theater-mobile-brand {
  display: flex;
  align-items: center;
  max-width: 70%;
}

.tekt-theater-mobile-brand img {
  width: clamp(35px, 3.5vw, 55px);
  height: auto;
}

.tekt-overlay.mode-theater .tekt-theater-mobile-brand img {
  width: clamp(35px, 3.5vw, 55px) !important;
}

.tekt-theater-mobile-brand .tekt-theater-site {
  display: none;
}

.tekt-theater-mobile-body {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  max-height: 100%;
}

.tekt-theater-screen {
  position: absolute;
  inset: 0;
  padding: 8px 20px 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translate3d(8%, 0, 0);
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}

.tekt-theater-screen.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.tekt-theater-mobile-list,
.tekt-theater-mobile-links,
.tekt-theater-mobile-sub {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tekt-theater-mobile-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: auto;
  margin-bottom: auto;
  transform: translateY(100px);
}

.tekt-theater-mobile-links {
  margin-top: auto;
  margin-bottom: auto;
  transform: translateY(100px);
}

.tekt-theater-mobile-link {
  border: none;
  background: transparent;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 3px 0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: color .2s ease, transform .2s ease;
}

.tekt-theater-mobile-link .chevron {
  font-size: 1.1em;
}

.tekt-theater-mobile-link:hover,
.tekt-theater-mobile-link:focus-visible {
  color: var(--tekt-menu-light, #E3DAC7);
  transform: translateX(4px);
  outline: none;
}

.tekt-theater-mobile-links a,
.tekt-theater-mobile-sub a {
  display: block;
  padding: 3px 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color .2s ease, transform .2s ease;
}

.tekt-theater-mobile-links a:hover,
.tekt-theater-mobile-links a:focus-visible,
.tekt-theater-mobile-sub a:hover,
.tekt-theater-mobile-sub a:focus-visible {
  color: var(--tekt-menu-light, #E3DAC7);
  transform: translateX(4px);
  outline: none;
}

.tekt-theater-mobile-sub {
  padding-left: 16px;
  opacity: .9;
}

.tekt-theater-back {
  border: none;
  background: transparent;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  cursor: pointer;
}

.tekt-theater-back:hover,
.tekt-theater-back:focus-visible {
  color: var(--tekt-menu-light, #E3DAC7);
  outline: none;
}

.tekt-theater-mobile-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 20px calc(env(safe-area-inset-bottom, 0px) + 16px);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.tekt-theater-mobile-icons {
  position: fixed;
  right: 16px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2147483652;
  color: #E3DAC9 !important;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .25s ease;
}

.tekt-theater-mobile-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.tekt-theater-mobile-icons .tekt-icon svg {
  width: 36px !important;
  height: 36px !important;
}

.tekt-theater-mobile-icons .tekt-icon img {
  display: block;
  width: 36px !important;
  height: 36px !important;
}

.tekt-theater-mobile-icons .tekt-icon svg,
.tekt-theater-mobile-icons .tekt-icon svg * {
  fill: #E3DAC9 !important;
  stroke: #E3DAC9 !important;
}

@media (max-width:980px) {
  .tekt-theater-desktop {
    display: none;
  }

  .tekt-theater-mobile {
    display: flex;
  }

  .tekt-theater-mobile-header {
    align-items: flex-start;
  }

  .tekt-theater-mobile-brand {
    margin-top: -30px;
  }

  .tekt-theater-mobile-link,
  .tekt-theater-mobile-links a {
    font-size: clamp(20px, 5.6vw, 30px) !important;
  }

  .tekt-theater-mobile-sub a {
    font-size: clamp(18px, 5vw, 26px) !important;
  }

  .tekt-theater-mobile-list,
  .tekt-theater-mobile-links {
    margin-top: auto;
    margin-bottom: auto;
    transform: translateY(80px);
  }

  .tekt-theater-mobile-footer a {
    font-size: clamp(12px, 3.2vw, 14px);
  }

  .tekt-theater-cart-count {
    width: 24px;
    height: 24px;
    font-size: .75em;
  }

  body.tekt-menu-open.tekt-theater-ready #main-header,
  body.tekt-menu-open.tekt-theater-ready .et-l--header {
    pointer-events: none !important;
  }

  body.tekt-menu-open.tekt-theater-ready #main-header *,
  body.tekt-menu-open.tekt-theater-ready .et-l--header * {
    pointer-events: none !important;
  }

  body.tekt-menu-open:not(.tekt-menu-closing) {
    --tekt-logo-scale: 0.25 !important;
  }

  body.tekt-menu-open:not(.tekt-menu-closing) .logo-light img,
  body.tekt-menu-open:not(.tekt-menu-closing) .logo-dark img {
    transform: scale(0.25) !important;
    transform-origin: top left !important;
  }

  body:not(.tekt-menu-open) .logo-light img,
  body:not(.tekt-menu-open) .logo-dark img {
    transform: scale(0.5) !important;
    transform-origin: top left !important;
  }

  .tekt-theater-icons {
    display: none !important;
  }
}

@media (min-width:981px) {
  .tekt-theater-mobile {
    display: none !important;
  }
}

/* FULLSCREEN */
.tekt-overlay.mode-full {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(100%, 0, 0);
  pointer-events: none;
  transition: transform var(--tekt-dur, .55s) var(--tekt-ease, cubic-bezier(.22, 1, .36, 1));
}

.tekt-overlay.mode-full.side-left {
  transform: translate3d(-100%, 0, 0);
}

.tekt-overlay.mode-full.is-open {
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.tekt-overlay.mode-full .tekt-panel {
  background: transparent !important;
  box-shadow: none !important;
}

/* FIT */
.tekt-overlay.mode-fit {
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--tekt-fade, .35s) var(--tekt-ease, cubic-bezier(.22, 1, .36, 1));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.tekt-overlay.mode-fit.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* SIDE */
.tekt-overlay.mode-side {
  display: grid;
  place-items: stretch;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--tekt-fade, .35s) var(--tekt-ease, cubic-bezier(.22, 1, .36, 1));
  overflow: hidden;
}

.tekt-overlay.mode-side.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* Panel base */
.tekt-panel {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: none;
  width: 100%;
  padding: 24px;
  margin: 0;
  background: var(--tekt-panel-bg, transparent);
  min-height: 100vh;
}

.tekt-fs-shell {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.tekt-fs-view {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: transform var(--tekt-dur, .55s) var(--tekt-ease, cubic-bezier(.22, 1, .36, 1)), opacity var(--tekt-dur, .55s) var(--tekt-ease, cubic-bezier(.22, 1, .36, 1));
  z-index: 1;
  visibility: visible;
}

.tekt-fs-view--menu {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.tekt-view-calendar .tekt-fs-view--menu {
  transform: translate3d(-8%, 0, 0);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.tekt-fs-view--panel {
  transform: translate3d(20%, 0, 0);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--tekt-panel-bg, rgba(0, 0, 0, .7));
  padding: 12px 0 0;
  overflow: hidden;
  z-index: 2;
}

.tekt-view-calendar .tekt-fs-view--panel {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.tekt-fs-panel-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 8px 16px 0 16px;
  position: sticky;
  top: 0;
  z-index: 3;
}

.tekt-fs-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .35);
  background: transparent;
  color: var(--tekt-text, #fff);
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: .02em;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.tekt-fs-back:focus-visible,
.tekt-fs-back:hover {
  outline: none;
  background: rgba(255, 255, 255, .08);
  color: var(--tekt-accent, #FAAD70);
  border-color: var(--tekt-accent, #FAAD70);
}

.tekt-fs-back-icon {
  font-size: 1.25em;
  line-height: 1;
}

.tekt-fs-panel-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 16px 12px 16px;
  max-height: calc(100vh - 140px);
  position: relative;
}

.tekt-fs-loading {
  padding: 18px 10px;
  color: var(--tekt-text, #fff);
  opacity: .8;
}

.tekt-calendar-panel {
  background: transparent;
}

.tekt-calendar-panel > .et_pb_section {
  background: transparent !important;
}

.tekt-fs-panel-error {
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--tekt-accent, #FAAD70);
  padding: 14px 16px;
  border-radius: 14px;
  color: var(--tekt-text, #fff);
  line-height: 1.4;
}

.tekt-fs-panel-link {
  color: var(--tekt-accent, #FAAD70);
  font-weight: 600;
}

.tekt-loading-panel .tekt-fs-view--panel {
  cursor: progress;
}

.tekt-view-calendar .tekt-menu-root {
  pointer-events: none;
}

@media (max-width: 980px) {
  .tekt-fs-shell {
    min-height: 60vh;
    max-height: calc(100vh - 40px);
  }
  .tekt-fs-view--panel {
    padding-top: 4px;
  }
  .tekt-fs-panel-body {
    max-height: calc(100vh - 120px);
  }
}

/* Fit panel motion */
.tekt-overlay.mode-fit .tekt-panel {
  border-radius: clamp(10px, 1.2vw, 18px);
  padding-top: clamp(16px, 2.2vw, 40px);
  padding-bottom: clamp(16px, 2.2vw, 40px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .35);
  transform: translate3d(24px, 0, 0);
  opacity: 0;
  transition: transform var(--tekt-dur, .55s) var(--tekt-ease, cubic-bezier(.22, 1, .36, 1)), opacity var(--tekt-fade, .35s) var(--tekt-ease, cubic-bezier(.22, 1, .36, 1));
}

.tekt-overlay.mode-fit.side-left .tekt-panel {
  transform: translate3d(-24px, 0, 0);
}

.tekt-overlay.mode-fit.is-open .tekt-panel {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* Side panel */
.tekt-overlay.mode-side .tekt-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  /* anchor to viewport to avoid grid/margin quirks */
  width: var(--tekt-side-w, clamp(320px, 38vw, 560px));
  max-width: none;
  height: 100vh;
  padding: 36px 24px 24px;
  background: var(--tekt-panel-bg, #222);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 0;
  box-shadow: -24px 0 40px rgba(0, 0, 0, .35);
  transition: transform var(--tekt-dur, .55s) var(--tekt-ease, cubic-bezier(.22, 1, .36, 1));
  will-change: transform;
}

.tekt-overlay.mode-side.side-right .tekt-panel {
  right: 0;
  left: auto;
}

.tekt-overlay.mode-side.side-left .tekt-panel {
  left: 0;
  right: auto;
}

.tekt-overlay.mode-side.side-right .tekt-panel {
  transform: translate3d(100%, 0, 0);
}

.tekt-overlay.mode-side.side-left .tekt-panel {
  transform: translate3d(-100%, 0, 0);
  margin-left: 0;
  margin-right: auto;
  box-shadow: 24px 0 40px rgba(0, 0, 0, .35);
}

.tekt-overlay.mode-side.is-open.side-right .tekt-panel,
.tekt-overlay.mode-side.is-open.side-left .tekt-panel {
  transform: translate3d(0, 0, 0);
}

/* Glass (fit/side only) */
.tekt-overlay.has-glass.mode-fit .tekt-panel,
.tekt-overlay.has-glass.mode-side .tekt-panel {
  background: var(--tekt-glass-tint, rgba(34, 34, 34, .45)) !important;
  border: 1px solid var(--tekt-glass-border, rgba(255, 255, 255, .12));
  -webkit-backdrop-filter: blur(var(--tekt-glass-blur, 12px));
  backdrop-filter: blur(var(--tekt-glass-blur, 12px));
}

/* Logo + dividers */
.tekt-logo-wrap {
  width: min(var(--tekt-menu-width, 600px), 100%);
  display: flex;
  justify-content: flex-start;
  padding-left: 16px;
  margin: 0 0 28px 0;
}

.tekt-logo {
  display: block;
  width: 80%;
  height: auto;
}

.tekt-logo-divider {
  width: calc(min(var(--tekt-menu-width, 600px), 100%) - 16px);
  margin-left: 16px;
  align-self: center;
  margin-bottom: 28px;
  border-bottom: var(--tekt-logo-div-size, 6px) var(--tekt-logo-div-style, dotted) var(--tekt-logo-div-color, #FAAD70);
}

.tekt-icons-divider {
  width: calc(min(var(--tekt-menu-width, 600px), 100%) - 16px);
  margin-left: 16px;
  align-self: center;
  margin-top: 22px;
  margin-bottom: 8px;
  border-bottom: var(--tekt-icons-div-size, 6px) var(--tekt-icons-div-style, dotted) var(--tekt-icons-div-color, #FAAD70);
}

/* Reset */
.tekt-overlay ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tekt-overlay ul li::before {
  content: none !important;
}

.tekt-overlay ul li::marker {
  content: "" !important;
}

/* Menu */
.tekt-menu-root {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  max-width: 100%;
  gap: clamp(var(--tekt-gap-min, 6px), calc(var(--tekt-gap-slope, .35) * 1vw + var(--tekt-gap-b, 2px)), var(--tekt-gap-max, 14px));
}

.tekt-item {
  color: var(--tekt-text, #fff);
  line-height: 1.35;
  font-weight: var(--tekt-main-w, 600);
  font-size: clamp(var(--tekt-main-min, 18px), calc(var(--tekt-main-slope, 1.8) * 1vw + var(--tekt-main-b, 10px)), var(--tekt-main-max, 32px));
}

.tekt-parent-link,
.tekt-parent-link:link,
.tekt-parent-link:visited,
.tekt-parent-link:hover,
.tekt-parent-link:active,
.tekt-leaf,
.tekt-leaf:link,
.tekt-leaf:visited,
.tekt-leaf:hover,
.tekt-leaf:active {
  color: var(--tekt-text, #fff) !important;
  text-decoration: none;
}

.tekt-parent,
.tekt-leaf {
  display: flex;
  align-items: center;
  gap: .6em;
  color: inherit;
  position: relative;
  border-left: 6px dotted transparent;
  padding-left: 16px;
  transition: border-color .2s ease, background .25s ease;
}

.tekt-submenu .tekt-parent,
.tekt-submenu .tekt-leaf {
  border-left-width: 4px;
}

.tekt-submenu .tekt-item {
  font-size: clamp(var(--tekt-sub-min, 14px), calc(var(--tekt-sub-slope, 1.2) * 1vw + var(--tekt-sub-b, 8px)), var(--tekt-sub-max, 24px));
  font-weight: var(--tekt-sub-w, 500);
  margin: clamp(var(--tekt-subgap-min, 3px), calc(var(--tekt-subgap-slope, .18) * 1vw + var(--tekt-subgap-b, 1px)), var(--tekt-subgap-max, 8px)) 0;
}

/* Toggle icons */
.tekt-chevron,
.tekt-plusminus {
  display: inline-flex;
  color: var(--tekt-accent, #FAAD70);
}

.tekt-chevron svg,
.tekt-plusminus svg {
  width: clamp(var(--tekt-chev-min, 14px), calc(var(--tekt-chev-slope, .9) * 1vw + var(--tekt-chev-b, 6px)), var(--tekt-chev-max, 24px));
  height: clamp(var(--tekt-chev-min, 14px), calc(var(--tekt-chev-slope, .9) * 1vw + var(--tekt-chev-b, 6px)), var(--tekt-chev-max, 24px));
}

.tekt-chevron svg path {
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tekt-plusminus .h,
.tekt-plusminus .v {
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

.tekt-item .tekt-parent[aria-expanded="true"] .tekt-chevron {
  transform: rotate(180deg);
  transform-origin: center;
  transition: transform .2s ease;
}

.tekt-plusminus .v {
  transform: scaleY(0);
  opacity: 0;
  transition: transform .2s ease, opacity .2s ease;
}

/* Circle Reveal Animation */
.tekt-reveal-layer {
  position: fixed;
  z-index: 2147483649;
  /* Below logo/menu (..51), above overlay (..46) */
  pointer-events: none;
  border-radius: 50%;
  transform-origin: center;
  will-change: transform;
  /* Initial state set by JS */
}

/* Ensure content stays on top of reveal layer */
.tekt-theater-shell,
.tekt-logo-wrap {
  position: relative;
  z-index: 2147483651;
}

.tekt-hamburger {
  z-index: 2147483651;
}

/* Theater social icons (bottom-right) */
.tekt-theater-icons {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  gap: 8px !important;
  /* tighten spacing to achieve ~15px total including icon width edges */
  align-items: center;
  justify-content: flex-end;
  z-index: 2147483652;
  color: #E3DAC9 !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.tekt-theater-icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.tekt-theater-icons .tekt-icon svg {
  width: 64px !important;
  height: 64px !important;
}

.tekt-theater-icons .tekt-icon img {
  display: block;
  width: 64px !important;
  height: 64px !important;
}

.tekt-theater-icons .tekt-icon svg,
.tekt-theater-icons .tekt-icon svg * {
  fill: #E3DAC9 !important;
  stroke: #E3DAC9 !important;
}

/* Show icons only when overlay is open, hide during open/close transitions */
.tekt-overlay.mode-theater.is-open .tekt-theater-icons {
  opacity: 1;
  pointer-events: auto;
}

.tekt-overlay.mode-theater:not(.is-open) .tekt-theater-icons,
body.tekt-menu-closing .tekt-theater-icons,
.tekt-overlay.mode-theater.tekt-animating .tekt-theater-icons {
  opacity: 0 !important;
  pointer-events: none !important;
}

 

/* Sub wrapper */
.tekt-subwrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
  padding-left: 32px;
}

/* Icons */
.tekt-icons {
  width: min(var(--tekt-menu-width, 600px), 100%);
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  padding-left: 16px;
  margin-top: 24px;
  color: var(--tekt-accent, #FAAD70);
}

.tekt-icon svg {
  display: block;
  width: clamp(var(--tekt-ico-min, 18px), calc(var(--tekt-ico-slope, 1.5) * 1vw + var(--tekt-ico-b, 8px)), var(--tekt-ico-max, 48px)) !important;
  height: clamp(var(--tekt-ico-min, 18px), calc(var(--tekt-ico-slope, 1.5) * 1vw + var(--tekt-ico-b, 8px)), var(--tekt-ico-max, 48px)) !important;
}

.tekt-icon img {
  display: block;
  width: clamp(var(--tekt-ico-min, 18px), calc(var(--tekt-ico-slope, 1.5) * 1vw + var(--tekt-ico-b, 8px)), var(--tekt-ico-max, 48px)) !important;
  height: clamp(var(--tekt-ico-min, 18px), calc(var(--tekt-ico-slope, 1.5) * 1vw + var(--tekt-ico-b, 8px)), var(--tekt-ico-max, 48px)) !important;
}

.tekt-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tekt-icon svg,
.tekt-icon svg * {
  fill: currentColor;
  stroke: currentColor;
}

/* Effects */
.he-dots .tekt-parent:hover,
.he-dots .tekt-parent:focus-visible,
.he-dots .tekt-leaf:hover,
.he-dots .tekt-leaf:focus-visible {
  border-left-color: var(--tekt-accent, #FAAD70);
}

.he-leftbar .tekt-parent::before,
.he-leftbar .tekt-leaf::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: var(--tekt-accent, #FAAD70);
  border-radius: 2px;
  transition: width .25s ease;
}

.he-leftbar .tekt-parent:hover::before,
.he-leftbar .tekt-parent:focus-visible::before {
  width: 6px;
}

.he-leftbar .tekt-submenu .tekt-parent:hover::before,
.he-leftbar .tekt-submenu .tekt-parent:focus-visible::before {
  width: 4px;
}

.he-leftbar .tekt-leaf:hover::before,
.he-leftbar .tekt-leaf:focus-visible::before {
  width: 6px;
}

.he-leftbar .tekt-submenu .tekt-leaf:hover::before,
.he-leftbar .tekt-submenu .tekt-leaf:focus-visible::before {
  width: 4px;
}

.he-underline .tekt-parent-link,
.he-underline .tekt-leaf {
  position: relative;
}

.he-underline .tekt-parent-link::after,
.he-underline .tekt-leaf::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: -0.18em;
  height: 2px;
  background: var(--tekt-accent, #FAAD70);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
  width: 100%;
}

.he-underline .tekt-parent:hover .tekt-parent-link::after,
.he-underline .tekt-parent:focus-visible .tekt-parent-link::after,
.he-underline .tekt-leaf:hover::after,
.he-underline .tekt-leaf:focus-visible::after {
  transform: scaleX(1);
}

.he-underline-dotted .tekt-parent-link,
.he-underline-dotted .tekt-leaf {
  position: relative;
}

.he-underline-dotted .tekt-parent-link::after,
.he-underline-dotted .tekt-leaf::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: -0.18em;
  height: 0;
  border-bottom: 3px dotted var(--tekt-accent, #FAAD70);
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.he-underline-dotted .tekt-parent:hover .tekt-parent-link::after,
.he-underline-dotted .tekt-parent:focus-visible .tekt-parent-link::after,
.he-underline-dotted .tekt-leaf:hover::after,
.he-underline-dotted .tekt-leaf:focus-visible::after {
  transform: scaleX(1);
}

.he-bg .tekt-parent:hover,
.he-bg .tekt-parent:focus-visible,
.he-bg .tekt-leaf:hover,
.he-bg .tekt-leaf:focus-visible {
  background: color-mix(in srgb, var(--tekt-accent, #FAAD70) 14%, transparent);
}

.he-bracket .tekt-parent-link,
.he-bracket .tekt-leaf {
  position: relative;
}

.he-bracket .tekt-parent-link::before,
.he-bracket .tekt-leaf::before,
.he-bracket .tekt-parent-link::after,
.he-bracket .tekt-leaf::after {
  position: absolute;
  opacity: 0;
  transition: opacity .2s ease, transform .2s ease;
  color: var(--tekt-accent, #FAAD70);
}

.he-bracket .tekt-parent-link::before,
.he-bracket .tekt-leaf::before {
  content: "‹";
  left: -.6em;
  transform: translateX(-4px);
}

.he-bracket .tekt-parent-link::after,
.he-bracket .tekt-leaf::after {
  content: "›";
  right: -.6em;
  transform: translateX(4px);
}

.he-bracket .tekt-parent:hover .tekt-parent-link::before,
.he-bracket .tekt-parent:hover .tekt-parent-link::after,
.he-bracket .tekt-parent:focus-visible .tekt-parent-link::before,
.he-bracket .tekt-parent:focus-visible .tekt-parent-link::after,
.he-bracket .tekt-leaf:hover::before,
.he-bracket .tekt-leaf:hover::after,
.he-bracket .tekt-leaf:focus-visible::before,
.he-bracket .tekt-leaf:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.ae-dots .tekt-item .tekt-parent[aria-expanded="true"],
.ae-dots .tekt-item.current-menu-ancestor>.tekt-parent,
.ae-dots .tekt-item.current-menu-item>.tekt-leaf {
  border-left-color: var(--tekt-accent, #FAAD70);
}

.ae-leftbar .tekt-item .tekt-parent[aria-expanded="true"]::before,
.ae-leftbar .tekt-item.current-menu-ancestor>.tekt-parent::before,
.ae-leftbar .tekt-item.current-menu-item>.tekt-leaf::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: var(--tekt-accent, #FAAD70);
  border-radius: 2px;
}

.ae-leftbar .tekt-submenu .tekt-item .tekt-parent[aria-expanded="true"]::before,
.ae-leftbar .tekt-submenu .tekt-item.current-menu-ancestor>.tekt-parent::before,
.ae-leftbar .tekt-submenu .tekt-item.current-menu-item>.tekt-leaf::before {
  width: 4px;
}

.ae-underline .tekt-item .tekt-parent[aria-expanded="true"] .tekt-parent-link,
.ae-underline .tekt-item.current-menu-ancestor>.tekt-parent .tekt-parent-link,
.ae-underline .tekt-item.current-menu-item>.tekt-leaf {
  position: relative;
}

.ae-underline .tekt-item .tekt-parent[aria-expanded="true"] .tekt-parent-link::after,
.ae-underline .tekt-item.current-menu-ancestor>.tekt-parent .tekt-parent-link::after,
.ae-underline .tekt-item.current-menu-item>.tekt-leaf::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: -0.18em;
  height: 2px;
  width: 100%;
  background: var(--tekt-accent, #FAAD70);
}

.ae-underline-dotted .tekt-item .tekt-parent[aria-expanded="true"] .tekt-parent-link::after,
.ae-underline-dotted .tekt-item.current-menu-ancestor>.tekt-parent .tekt-parent-link::after,
.ae-underline-dotted .tekt-item.current-menu-item>.tekt-leaf::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: -0.18em;
  height: 0;
  width: 100%;
  border-bottom: 3px dotted var(--tekt-accent, #FAAD70);
}

.ae-pill .tekt-item .tekt-parent[aria-expanded="true"],
.ae-pill .tekt-item.current-menu-ancestor>.tekt-parent,
.ae-pill .tekt-item.current-menu-item>.tekt-leaf {
  background: color-mix(in srgb, var(--tekt-accent, #FAAD70) 20%, transparent);
  border-radius: 8px;
}

/* Stagger-in */
.tekt-anim,
.tekt-menu-root>li {
  opacity: 0;
  transform: translate3d(24px, 0, 0);
  transition: transform .7s var(--tekt-ease, cubic-bezier(.22, 1, .36, 1)), opacity .6s var(--tekt-ease, cubic-bezier(.22, 1, .36, 1));
}

.tekt-overlay.mode-full.side-left .tekt-anim,
.tekt-overlay.mode-full.side-left .tekt-menu-root>li,
.tekt-overlay.mode-fit.side-left .tekt-anim,
.tekt-overlay.mode-fit.side-left .tekt-menu-root>li {
  transform: translate3d(-24px, 0, 0);
}

.tekt-overlay.content-in .tekt-anim,
.tekt-overlay.content-in .tekt-menu-root>li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Body lock */
html.tekt-no-scroll,
body.tekt-no-scroll {
  overflow: hidden;
  height: 100%;
  overscroll-behavior: none;
}

@supports not (color: color-mix(in srgb, black, white)) {

  .he-bg .tekt-parent:hover,
  .he-bg .tekt-parent:focus-visible,
  .he-bg .tekt-leaf:hover,
  .he-bg .tekt-leaf:focus-visible,
  .ae-pill .tekt-item .tekt-parent[aria-expanded="true"],
  .ae-pill .tekt-item.current-menu-ancestor>.tekt-parent,
  .ae-pill .tekt-item.current-menu-item>.tekt-leaf {
    background: rgba(250, 173, 112, .18);
  }
}

@media (prefers-reduced-motion: reduce) {

  .tekt-overlay,
  .tekt-anim,
  .tekt-menu-root>li,
  .tekt-overlay.mode-fit .tekt-panel,
  .tekt-overlay.mode-side .tekt-panel {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  body.tekt-theater-ready .tekt-theater-linked .menu>li>a.tekt-roll-link span::before,
  body.tekt-theater-ready .tekt-theater-linked .menu>li>a.tekt-roll-link span::after,
  body.tekt-theater-ready .tekt-theater-linked .et-menu>li>a.tekt-roll-link span::before,
  body.tekt-theater-ready .tekt-theater-linked .et-menu>li>a.tekt-roll-link span::after {
    transition: none !important;
    transform: translateY(0) !important;
  }
}
