@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
  --enigma-bg: #070707;
  --enigma-bg-soft: #101010;
  --enigma-panel: rgba(12, 12, 12, 0.88);
  --enigma-panel-strong: rgba(16, 15, 13, 0.96);
  --enigma-line: rgba(197, 160, 89, 0.18);
  --enigma-line-strong: rgba(242, 208, 150, 0.34);
  --enigma-gold: #c5a059;
  --enigma-gold-soft: #f2d096;
  --enigma-text: #f4efe6;
  --enigma-text-soft: rgba(233, 225, 212, 0.72);
  --enigma-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  --enigma-font-sans: 'Montserrat', sans-serif;
  --enigma-font-serif: 'Cormorant Garamond', serif;
}

html,
body.enigma-ref-theme {
  background:
    radial-gradient(circle at 50% 0%, rgba(197, 160, 89, 0.14), rgba(7, 7, 7, 0) 34%),
    linear-gradient(180deg, #090909 0%, #070707 44%, #0b0b0b 100%);
}

body.enigma-ref-theme {
  color: var(--enigma-text);
  font-family: var(--enigma-font-sans);
  letter-spacing: 0.01em;
}

body.enigma-ref-theme a {
  color: inherit;
}

body.enigma-ref-theme p,
body.enigma-ref-theme li,
body.enigma-ref-theme .elementor-text-editor,
body.enigma-ref-theme .elementor-widget-text-editor,
body.enigma-ref-theme .elementor-image-box-description,
body.enigma-ref-theme .elementor-icon-box-description,
body.enigma-ref-theme .elementor-testimonial__text,
body.enigma-ref-theme .elementor-icon-list-text {
  color: var(--enigma-text-soft);
  font-family: var(--enigma-font-sans);
}

body.enigma-ref-theme .elementor-heading-title,
body.enigma-ref-theme .elementor-headline,
body.enigma-ref-theme .menu-link,
body.enigma-ref-theme .elementor-image-box-title,
body.enigma-ref-theme .elementor-icon-box-title,
body.enigma-ref-theme .elementor-testimonial__name {
  color: var(--enigma-text);
  font-family: var(--enigma-font-serif) !important;
}

body.enigma-ref-theme .elementor-shape svg {
  opacity: 0.24;
}

body.enigma-ref-theme .elementor-button {
  border-radius: 999px !important;
  padding: 15px 30px !important;
  font-family: var(--enigma-font-sans) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

body.enigma-ref-theme .elementor-button:hover,
body.enigma-ref-theme .elementor-button:focus-visible {
  transform: translateY(-1px);
}

.elementor-element-127fb687 .elementor-button,
.elementor-element-4cfefb3 .elementor-button,
.elementor-element-e880070 .elementor-button {
  border: 1px solid var(--enigma-line-strong) !important;
  background: rgba(255, 255, 255, 0.02) !important;
  color: var(--enigma-gold-soft) !important;
  box-shadow: none !important;
}

.elementor-element-328b0fc0 .elementor-button,
.elementor-element-54c832d .elementor-button,
.elementor-element-e3a0296 .elementor-button,
.elementor-element-a258315 .elementor-button,
.elementor-element-0327e62 .elementor-button,
.elementor-element-ea1d49f .elementor-button,
.elementor-element-cb7d30a .elementor-button,
.elementor-element-8b0e0de .elementor-button,
.elementor-element-14cfe36 .elementor-button,
.elementor-element-8e20816 .elementor-button {
  border: 0 !important;
  background: linear-gradient(135deg, var(--enigma-gold-soft), var(--enigma-gold)) !important;
  color: #17110a !important;
  box-shadow: 0 18px 40px rgba(140, 100, 49, 0.26) !important;
}

.elementor-element-f7d8ae1 .elementor-button,
.elementor-element-2af12f2 .elementor-button,
.elementor-element-31ea7cd .elementor-button {
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  background: transparent !important;
  color: var(--enigma-text) !important;
}

body.enigma-ref-theme .elementor-section[data-settings*='"sticky":"top"'] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(7, 7, 7, 0.9) !important;
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.24);
}

body.enigma-ref-theme .elementor-sticky--active,
body.enigma-ref-theme .elementor-sticky--effects {
  background: rgba(7, 7, 7, 0.94) !important;
}

body.enigma-ref-theme .elementor-section[data-settings*='"sticky":"top"'] > .elementor-container {
  align-items: center;
  min-height: 86px;
  padding: 0 24px;
}

body.enigma-ref-theme .elementor-section[data-settings*='"sticky":"top"'] .elementor-column,
body.enigma-ref-theme .elementor-section[data-settings*='"sticky":"top"'] .elementor-widget-wrap {
  align-items: center;
}

body.enigma-ref-theme .elementor-section[data-settings*='"sticky":"top"'] .elementor-menu-toggle {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

body.enigma-ref-theme .elementor-section[data-settings*='"sticky":"top"'] .elementor-widget-image .elementor-widget-container {
  text-align: center;
}

body.enigma-ref-theme .elementor-section[data-settings*='"sticky":"top"'] .elementor-widget-image img {
  width: min(132px, 100%);
  height: auto;
  filter: saturate(0.82) brightness(0.95);
}

body.enigma-ref-theme .elementor-section[data-settings*='"sticky":"top"'] .elementor-nav-menu--dropdown {
  top: calc(100% + 12px) !important;
  left: 18px !important;
  right: 18px !important;
  width: auto !important;
  padding: 26px;
  border: 1px solid var(--enigma-line-strong);
  border-radius: 24px;
  background: var(--enigma-panel-strong);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.48);
}

body.enigma-ref-theme .elementor-nav-menu--dropdown .menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.enigma-ref-theme .elementor-nav-menu--dropdown .menu-item:last-child {
  border-bottom: 0;
}

body.enigma-ref-theme .elementor-nav-menu--dropdown .elementor-item {
  padding: 13px 0 !important;
  color: var(--enigma-text) !important;
  font-size: 17px;
  letter-spacing: 0.08em;
}

body.enigma-ref-theme .elementor-nav-menu--dropdown .elementor-item:hover,
body.enigma-ref-theme .elementor-nav-menu--dropdown .elementor-item:focus {
  color: var(--enigma-gold-soft) !important;
}

@media (min-width: 1025px) {
  body.enigma-ref-theme .elementor-section[data-settings*='"sticky":"top"'] .wpr-phone-call,
  body.enigma-ref-theme .elementor-section[data-settings*='"sticky":"top"'] .elementor-mobile-align-right {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  body.enigma-ref-theme .elementor-section[data-settings*='"sticky":"top"'] .elementor-hidden-phone {
    display: none !important;
  }
}

body.home.enigma-ref-theme .elementor-element-7e8ab3fe,
body.page-id-1584.enigma-ref-theme .elementor-element-7e8ab3fe {
  min-height: calc(100svh - 132px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

body.home.enigma-ref-theme .elementor-element-7e8ab3fe::before,
body.page-id-1584.enigma-ref-theme .elementor-element-7e8ab3fe::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 14%, rgba(197, 160, 89, 0.16), rgba(0, 0, 0, 0) 36%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.34), rgba(5, 5, 5, 0.8));
  pointer-events: none;
  z-index: 0;
}

body.home.enigma-ref-theme .elementor-element-7e8ab3fe .elementor-background-overlay,
body.page-id-1584.enigma-ref-theme .elementor-element-7e8ab3fe .elementor-background-overlay {
  opacity: 1 !important;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.12), rgba(5, 5, 5, 0.62)),
    linear-gradient(90deg, rgba(5, 5, 5, 0.42), rgba(5, 5, 5, 0.1), rgba(5, 5, 5, 0.42));
}

body.home.enigma-ref-theme .elementor-element-7e8ab3fe > .elementor-container,
body.page-id-1584.enigma-ref-theme .elementor-element-7e8ab3fe > .elementor-container {
  position: relative;
  z-index: 1;
}

body.home.enigma-ref-theme .elementor-element-6662ed70 .elementor-widget-container::before {
  content: "Premium Men's Spa";
  display: block;
  margin-bottom: 18px;
  color: var(--enigma-gold);
  font-family: var(--enigma-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

body.home.enigma-ref-theme .elementor-element-6662ed70 .elementor-headline,
body.page-id-1584.enigma-ref-theme .elementor-element-6662ed70 .elementor-headline {
  max-width: 7ch;
  margin-inline: auto;
  color: var(--enigma-text);
  font-family: var(--enigma-font-serif) !important;
  font-size: clamp(3rem, 6vw, 5.8rem) !important;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: none;
}

body.home.enigma-ref-theme .elementor-element-6662ed70 .elementor-headline-plain-text,
body.home.enigma-ref-theme .elementor-element-6662ed70 .elementor-headline-dynamic-wrapper,
body.page-id-1584.enigma-ref-theme .elementor-element-6662ed70 .elementor-headline-plain-text,
body.page-id-1584.enigma-ref-theme .elementor-element-6662ed70 .elementor-headline-dynamic-wrapper {
  display: block;
}

body.home.enigma-ref-theme .elementor-element-6662ed70 .elementor-headline-dynamic-text,
body.page-id-1584.enigma-ref-theme .elementor-element-6662ed70 .elementor-headline-dynamic-text {
  color: rgba(244, 239, 230, 0.92);
  font-style: italic;
  font-weight: 400;
}

body.home.enigma-ref-theme .elementor-element-4798a35,
body.page-id-1584.enigma-ref-theme .elementor-element-5e218f79 {
  max-width: 680px;
  margin-inline: auto;
}

body.home.enigma-ref-theme .elementor-element-4798a35 p,
body.page-id-1584.enigma-ref-theme .elementor-element-5e218f79 p {
  color: rgba(236, 228, 215, 0.84);
  font-size: clamp(18px, 1.6vw, 22px);
  font-family: var(--enigma-font-serif);
  font-weight: 500;
  line-height: 1.38;
}

body.home.enigma-ref-theme .elementor-widget-icon-box .elementor-icon-box-wrapper,
body.page-id-1584.enigma-ref-theme .elementor-widget-icon-box .elementor-icon-box-wrapper,
body.home.enigma-ref-theme .elementor-widget-testimonial .elementor-testimonial-wrapper {
  height: 100%;
  padding: 34px 28px;
  border: 1px solid var(--enigma-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 28% 0%, rgba(197, 160, 89, 0.12), rgba(0, 0, 0, 0) 48%),
    linear-gradient(145deg, rgba(17, 17, 17, 0.95), rgba(10, 10, 10, 0.98));
  box-shadow: var(--enigma-shadow);
}

body.home.enigma-ref-theme .elementor-icon-box-icon .elementor-icon,
body.page-id-1584.enigma-ref-theme .elementor-icon-box-icon .elementor-icon {
  color: var(--enigma-gold-soft) !important;
}

body.home.enigma-ref-theme .elementor-icon-box-title,
body.home.enigma-ref-theme .elementor-icon-box-title a,
body.page-id-1584.enigma-ref-theme .elementor-icon-box-title,
body.page-id-1584.enigma-ref-theme .elementor-icon-box-title a {
  color: var(--enigma-text) !important;
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home.enigma-ref-theme .elementor-widget-image-box .elementor-image-box-wrapper,
body.page-id-1455.enigma-ref-theme .elementor-widget-image-box .elementor-image-box-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
  background: #090909;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

body.home.enigma-ref-theme .elementor-widget-image-box .elementor-image-box-img,
body.page-id-1455.enigma-ref-theme .elementor-widget-image-box .elementor-image-box-img {
  margin-bottom: 0;
}

body.home.enigma-ref-theme .elementor-widget-image-box .elementor-image-box-img img,
body.page-id-1455.enigma-ref-theme .elementor-widget-image-box .elementor-image-box-img img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  filter: grayscale(0.9);
  transform: scale(1.01);
  transition: transform 0.6s ease, filter 0.6s ease;
}

body.home.enigma-ref-theme .elementor-widget-image-box:hover .elementor-image-box-img img,
body.page-id-1455.enigma-ref-theme .elementor-widget-image-box:hover .elementor-image-box-img img {
  filter: grayscale(0.12);
  transform: scale(1.04);
}

body.home.enigma-ref-theme .elementor-widget-image-box .elementor-image-box-content,
body.page-id-1455.enigma-ref-theme .elementor-widget-image-box .elementor-image-box-content {
  position: absolute;
  inset: auto 0 0;
  padding: 28px 24px 22px;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 0.9) 54%, rgba(5, 5, 5, 0.98));
}

body.home.enigma-ref-theme .elementor-widget-image-box .elementor-image-box-title,
body.page-id-1455.enigma-ref-theme .elementor-widget-image-box .elementor-image-box-title {
  margin-bottom: 4px;
  color: var(--enigma-text);
  font-size: clamp(1.65rem, 2.4vw, 1.95rem);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
}

body.home.enigma-ref-theme .elementor-widget-image-box .elementor-image-box-description,
body.page-id-1455.enigma-ref-theme .elementor-widget-image-box .elementor-image-box-description {
  color: var(--enigma-gold-soft);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.page-id-1475.enigma-ref-theme .elementor-element-2326c41 .elementor-container {
  gap: 18px;
}

body.page-id-1475.enigma-ref-theme .elementor-element-39417e5 .elementor-heading-title {
  font-size: clamp(2.4rem, 4vw, 4rem) !important;
  line-height: 1.02 !important;
}

body.page-id-1475.enigma-ref-theme .elementor-element-910e1ec .elementor-heading-title,
body.page-id-1475.enigma-ref-theme .elementor-element-e77245c .elementor-heading-title {
  font-size: clamp(1.4rem, 2vw, 2rem) !important;
  font-weight: 500 !important;
}

body.page-id-1475.enigma-ref-theme .elementor-custom-embed {
  overflow: hidden;
  border: 1px solid var(--enigma-line);
  border-radius: 28px;
  box-shadow: var(--enigma-shadow);
}

body.page-id-1475.enigma-ref-theme .elementor-custom-embed iframe {
  min-height: 440px;
  filter: grayscale(1) contrast(1.06) brightness(0.86);
}

body.enigma-ref-theme .elementor > footer {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 50% 0%, rgba(197, 160, 89, 0.1), rgba(0, 0, 0, 0) 34%),
    linear-gradient(180deg, #070707 0%, #0b0b0b 100%);
}

body.enigma-ref-theme .elementor > footer .elementor-heading-title,
body.enigma-ref-theme .elementor > footer .elementor-heading-title a {
  color: var(--enigma-text) !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

body.enigma-ref-theme .elementor > footer .elementor-icon-list-text,
body.enigma-ref-theme .elementor > footer p {
  color: rgba(233, 225, 212, 0.58) !important;
}

body.enigma-ref-theme .elementor > footer a:hover,
body.enigma-ref-theme .elementor > footer a:focus {
  color: var(--enigma-gold-soft) !important;
}

.enigma-ref-floating {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  display: none;
  flex-direction: column;
  gap: 10px;
}

.enigma-ref-floating-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 14px 18px;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
}

.enigma-ref-floating-call {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(7, 7, 7, 0.92);
  color: var(--enigma-text);
}

.enigma-ref-floating-wa {
  background: linear-gradient(135deg, var(--enigma-gold-soft), var(--enigma-gold));
  color: #17110a;
}

@media (max-width: 1024px) {
  body.home.enigma-ref-theme .elementor-element-7e8ab3fe,
  body.page-id-1584.enigma-ref-theme .elementor-element-7e8ab3fe {
    min-height: calc(100svh - 120px);
  }
}

@media (max-width: 767px) {
  body.enigma-ref-theme .elementor-section[data-settings*='"sticky":"top"'] > .elementor-container {
    min-height: 74px;
    padding: 0 12px;
  }

  body.enigma-ref-theme .elementor-section[data-settings*='"sticky":"top"'] .elementor-menu-toggle {
    width: 42px;
    height: 42px;
  }

  body.enigma-ref-theme .elementor-section[data-settings*='"sticky":"top"'] .elementor-widget-image img {
    width: 104px;
  }

  body.home.enigma-ref-theme .elementor-element-6662ed70 .elementor-widget-container::before {
    margin-bottom: 14px;
    font-size: 10px;
  }

  body.home.enigma-ref-theme .elementor-element-6662ed70 .elementor-headline,
  body.page-id-1584.enigma-ref-theme .elementor-element-6662ed70 .elementor-headline {
    max-width: 6.2ch;
    font-size: clamp(2.7rem, 11vw, 4.2rem) !important;
  }

  body.home.enigma-ref-theme .elementor-element-4798a35 p,
  body.page-id-1584.enigma-ref-theme .elementor-element-5e218f79 p {
    font-size: 14px;
    line-height: 1.55;
  }

  .enigma-ref-floating {
    display: flex;
  }
}
