.elementor-kit-6{--e-global-color-primary:#ECEAE6;--e-global-color-secondary:#BEBBB5;--e-global-color-text:#AF9B78;--e-global-color-accent:#D6C68E;--e-global-typography-primary-font-family:"Cinzel";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:0.17px;--e-global-typography-secondary-font-family:"Cinzel";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-letter-spacing:0.15em;--e-global-typography-text-font-family:"Cinzel";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.65px;--e-global-typography-accent-font-family:"Cinzel";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-letter-spacing:1.65px;background-color:#161618;color:#ECEAE6;font-family:"Crimson Pro", Sans-serif;font-size:18px;font-weight:400;line-height:1.65px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;}.elementor-kit-6 e-page-transition{background-color:#0E0E10;}.elementor-kit-6 a{color:#AF9B78;}.elementor-kit-6 h1{color:#AF9B78;}.elementor-kit-6 h2{color:#D6C68E;}.elementor-kit-6 h3{color:#D6C68E;}.elementor-kit-6 h4{color:#BEBBB5;}.elementor-kit-6 h5{color:#BEBBB5;}.elementor-kit-6 h6{color:#ECEAE6;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========== FLEX LAYOUT FOR MENU LABEL + BADGE ========== */
.menu-label-flex {
  display: flex;
  justify-content: space-between; /* Keeps label left, badge right */
  align-items: center;
  width: 100%;
  gap: 8px;
}

/* ========== CLEAN "COMING SOON" BADGE STYLE ========== */
.coming-soon.subtle {
  background: rgba(255, 255, 255, 0.08);
  color: #D6C68E;
  font-size: 9px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-family: 'Cinzel', serif;
  white-space: nowrap;
}/* End custom CSS */