/* Beauty MED internal-service presentation layer.
 * Content and structure remain native Elementor widgets/containers.
 * This file only supplies decorative effects that Elementor cannot express
 * consistently across desktop, tablet and mobile.
 */

.bm-service-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(circle at 76% 20%, rgba(193,151,122,.17), transparent 27%), linear-gradient(120deg,#fbf7f4 0%,#f5ece6 100%);
}
.bm-service-hero::before {
  content: ""; position: absolute; z-index: -1; width: 340px; height: 560px; right: 0; top: -150px;
  border: 1px solid rgba(168,120,88,.20); border-radius: 50%; transform: rotate(-13deg);
}
.bm-service-hero__visual { position: relative; isolation: isolate; }
.bm-service-hero h1.elementor-heading-title {
  font-family: Inter, Arial, sans-serif !important;
  font-weight: 600 !important;
  line-height: .96 !important;
  letter-spacing: -.02em;
}
.bm-service-hero__visual .elementor-widget-image img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center center;
  border-radius: 230px 230px 26px 26px;
}
.bm-service-hero__visual::before {
  content: ""; position: absolute; z-index: -1; inset: 22px -18px -22px 22px;
  border: 1px solid rgba(168,120,88,.32); border-radius: 230px 230px 28px 28px;
}
.bm-service-hero__badge,
.bm-service-hero__visual > .e-con-inner > .elementor-widget-heading {
  position: relative;
  z-index: 2;
  width: calc(100% - 70px) !important;
  margin: -64px auto 0 !important;
  padding: 18px 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(52,39,34,.13);
  text-align: center;
}
.bm-service-hero__badge .elementor-heading-title,
.bm-service-hero__visual > .e-con-inner > .elementor-widget-heading .elementor-heading-title {
  color: #5b3a2d !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.bm-service-proof { box-shadow: 0 18px 48px rgba(39,33,31,.10); }
.bm-service-proof > .e-con-inner > .e-con {
  display: flex !important;
  min-width: 0 !important;
}
.bm-service-proof > .e-con-inner > .e-con > .e-con-inner {
  display: grid !important;
  grid-template-columns: 42px minmax(0,1fr) !important;
  column-gap: 18px !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
}
.bm-service-proof > .e-con-inner > .e-con > .e-con-inner > .elementor-widget-heading,
.bm-service-proof > .e-con-inner > .e-con > .e-con-inner > .elementor-widget-text-editor {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  align-self: center !important;
}
.bm-service-proof > .e-con-inner > .e-con > .e-con-inner > .elementor-widget-heading {
  grid-column: 1;
  text-align: left !important;
}
.bm-service-proof > .e-con-inner > .e-con > .e-con-inner > .elementor-widget-text-editor {
  grid-column: 2;
  text-align: left !important;
}
.bm-service-proof > .e-con-inner > .e-con > .e-con-inner > .elementor-widget-text-editor p {
  margin: 0 !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.bm-service-intro { border-bottom: 1px solid #eadfd7; padding-bottom: 34px; }
.bm-service-catalog { background:#fff; }
.bm-service-grid { display:flex !important; }
.bm-service-grid > .e-con-inner {
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;
}
.bm-service-grid > .e-con-inner {
  width:100% !important;
  max-width:none !important;
}
.bm-service-grid > .bm-service-card,
.bm-service-grid > .e-con-inner > .bm-service-card {
  --width:100% !important;
  --custom-width:100% !important;
  flex-basis:auto !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  min-height:282px;
}
.bm-service-card {
  position: relative; isolation: isolate; overflow: hidden;
  scroll-margin-top: 118px;
  box-shadow: 0 14px 40px rgba(52,39,34,.045);
  transition: transform .25s ease, box-shadow .25s ease;
}
.bm-service-card::after {
  content: ""; position: absolute; z-index: -1; width: 150px; height: 150px; right: -76px; bottom: -82px;
  border-radius: 50%; background: #f3e5dc;
}
.bm-service-card:hover { transform: translateY(-3px); box-shadow: 0 20px 52px rgba(52,39,34,.09); }
.bm-service-sidebar {
  position: sticky;
  top: 118px;
  align-self: flex-start;
  order: 1;
  width: 280px !important;
  max-width: 280px !important;
  min-width: 0 !important;
  --width: 280px !important;
  --custom-width: 280px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 22px !important;
  background: #633f31 !important;
  box-shadow: 0 22px 54px rgba(65,43,34,.16);
}

/* Elementor may discard the generated custom widths after regeneration.
 * The contents panel must remain a real left-hand navigation beside the
 * article, so define the relationship from the stable sidebar class. */
.bm-service-catalog .e-con:has(> .bm-service-sidebar) {
  display: grid !important;
  grid-template-columns: 280px minmax(0,1fr) !important;
  gap: 34px !important;
  align-items: start !important;
}
.bm-service-catalog .e-con:has(> .bm-service-sidebar) > .bm-service-sidebar {
  grid-column: 1;
}
.bm-service-catalog .e-con:has(> .bm-service-sidebar) > :not(.bm-service-sidebar) {
  grid-column: 2;
  grid-row: 1;
  order: 2;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  --width: auto !important;
  --custom-width: auto !important;
}
.bm-service-sidebar > .e-con-inner {
  padding: 30px 28px !important;
}
.bm-service-sidebar .elementor-heading-title {
  color: #dfb99f !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}
.bm-service-sidebar .elementor-icon-list-item {
  padding: 7px 0 !important;
}
.bm-service-sidebar .elementor-icon-list-item a {
  align-items: flex-start !important;
}
.bm-service-sidebar .elementor-icon-list-text {
  color: #f8f1ed !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.42 !important;
}
.bm-service-sidebar .elementor-icon-list-icon {
  padding-top: 3px;
}
.bm-service-sidebar .elementor-icon-list-icon i,
.bm-service-sidebar .elementor-icon-list-icon svg {
  color: #d7aa8b !important;
  fill: #d7aa8b !important;
}
.bm-service-sidebar .elementor-icon-list-item a:hover .elementor-icon-list-text {
  color: #fff !important;
}

/* Calmer editorial scale for internal service pages. The homepage uses its
 * own bm-home-* system and is intentionally unaffected. */
.bm-service-hero h1.elementor-heading-title {
  font-size: clamp(38px,4.2vw,58px) !important;
  line-height: 1.04 !important;
}
.bm-service-catalog .bm-service-intro h2.elementor-heading-title {
  font-size: clamp(31px,3.2vw,42px) !important;
  line-height: 1.12 !important;
}
.bm-service-card h2.elementor-heading-title {
  font-size: clamp(27px,2.55vw,34px) !important;
  line-height: 1.16 !important;
}
.bm-service-card h3.elementor-heading-title {
  font-size: clamp(19px,1.8vw,23px) !important;
  line-height: 1.28 !important;
}
.bm-service-card .elementor-widget-text-editor,
.bm-service-card .elementor-widget-text-editor p {
  font-size: 16px !important;
  line-height: 1.72 !important;
}
.bm-service-card .elementor-icon-list-text {
  font-size: 15px !important;
  line-height: 1.48 !important;
}
.bm-inline-booking { margin-top: 22px !important; }
.bm-inline-booking .elementor-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  border-radius: 999px !important;
  background: #27211f !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 14px 25px !important;
  box-shadow: 0 10px 24px rgba(39,33,31,.13);
  transition: transform .2s ease, background-color .2s ease;
}
.bm-inline-booking .elementor-button:hover {
  background: #633f31 !important;
  color: #fff !important;
  transform: translateY(-2px);
}
.bm-service-catalog,
.bm-service-grid { scroll-margin-top: 118px; }
.bm-service-approach__panel { box-shadow:0 22px 58px rgba(83,50,37,.11); }

/* Parent service pages: balanced two-column approach block. The right-hand
 * clinical note reuses the sidebar utility class, so it needs an explicit
 * parent-section layout and foreground instead of the narrow TOC rules. */
.bm-service-approach > .e-con-inner {
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(360px,.72fr) !important;
  gap:60px !important;
  align-items:stretch !important;
}
.bm-service-approach > .e-con-inner > .bm-service-approach__panel,
.bm-service-approach > .e-con-inner > .bm-service-sidebar {
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  --width:auto !important;
  --custom-width:auto !important;
}
.bm-service-approach > .e-con-inner > .bm-service-sidebar {
  position:relative !important;
  top:auto !important;
  order:2 !important;
  align-self:stretch !important;
  padding:0 !important;
  overflow:hidden !important;
}
.bm-service-approach > .e-con-inner > .bm-service-sidebar > .e-con-inner {
  width:100% !important;
  padding:48px 44px !important;
}
.bm-service-approach > .e-con-inner > .bm-service-sidebar .elementor-heading-title {
  color:#f0c7ab !important;
}
.bm-service-approach > .e-con-inner > .bm-service-sidebar .elementor-widget-text-editor,
.bm-service-approach > .e-con-inner > .bm-service-sidebar .elementor-widget-text-editor p,
.bm-service-approach > .e-con-inner > .bm-service-sidebar .elementor-widget-text-editor li {
  color:#f8f1ed !important;
  line-height:1.65 !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
  hyphens:auto;
}
.bm-service-cta { border-top:1px solid rgba(83,50,37,.06); }

@media (max-width: 1024px) {
  .bm-service-approach > .e-con-inner {
    grid-template-columns:1fr !important;
    gap:28px !important;
  }
  .bm-service-approach > .e-con-inner > .bm-service-sidebar {
    grid-column:1 !important;
    width:100% !important;
  }
  .bm-service-catalog .e-con:has(> .bm-service-sidebar) {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .bm-service-catalog .e-con:has(> .bm-service-sidebar) > .bm-service-sidebar,
  .bm-service-catalog .e-con:has(> .bm-service-sidebar) > :not(.bm-service-sidebar) {
    grid-column: 1;
  }
  .bm-service-catalog .e-con:has(> .bm-service-sidebar) > .bm-service-sidebar { grid-row: 1; }
  .bm-service-catalog .e-con:has(> .bm-service-sidebar) > :not(.bm-service-sidebar) { grid-row: 2; }
  .bm-service-sidebar {
    position: relative;
    top: auto;
    width: 100% !important;
    max-width: none !important;
    --width: 100% !important;
    --custom-width: 100% !important;
  }
  .bm-service-sidebar .elementor-icon-list-items {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0 24px;
  }
}

@media (max-width: 767px) {
  .bm-service-approach > .e-con-inner > .bm-service-sidebar > .e-con-inner {
    padding:30px 26px !important;
  }
  .bm-service-sidebar > .e-con-inner { padding: 26px 22px !important; }
  .bm-service-sidebar .elementor-icon-list-items { grid-template-columns: 1fr; }
  .bm-service-hero h1.elementor-heading-title { font-size: 36px !important; }
  .bm-service-catalog .bm-service-intro h2.elementor-heading-title { font-size: 30px !important; }
  .bm-service-card h2.elementor-heading-title { font-size: 27px !important; }
  .bm-service-card h3.elementor-heading-title { font-size: 20px !important; }
  .bm-service-card .elementor-widget-text-editor,
  .bm-service-card .elementor-widget-text-editor p { font-size: 15.5px !important; }
}

/* Internal-service readability guardrails. The original demo prototype used
 * pale list colours for a dark proof strip; generated content cards and the
 * sticky table of contents are light, so their native Icon List widgets need
 * an explicit accessible foreground. */
.bm-service-card .elementor-icon-list-text,
.bm-service-sidebar .elementor-icon-list-text {
  color:#554b46 !important;
}
.bm-service-sidebar .elementor-icon-list-text { color:#f8f1ed !important; }
.bm-service-card .elementor-icon-list-icon i,
.bm-service-card .elementor-icon-list-icon svg,
.bm-service-sidebar .elementor-icon-list-icon i,
.bm-service-sidebar .elementor-icon-list-icon svg {
  color:#d7aa8b !important;
  fill:#d7aa8b !important;
}
.bm-service-sidebar .elementor-icon-list-item a:hover .elementor-icon-list-text {
  color:#fff !important;
}

/* Global Beauty MED chrome. Header/footer content remains native Elementor;
 * CSS only provides the premium layout, responsive mega panel and states. */
.bm-site-header {
  background:rgba(255,253,250,.96) !important;
  border-bottom:1px solid rgba(67,48,40,.10);
  box-shadow:0 10px 34px rgba(57,39,31,.06);
  backdrop-filter:blur(14px);
  position:relative;
  z-index:999;
}
.bm-site-header .elementor-widget-image img { max-height:78px; width:auto; object-fit:contain; }
.bm-site-header .raven-nav-menu-main > .raven-nav-menu > li > a,
.bm-site-header .elementor-nav-menu--main > .elementor-nav-menu > li > a {
  color:#322925 !important;
  font-family:Inter,Arial,sans-serif !important;
  font-size:14px !important;
  font-weight:700 !important;
  letter-spacing:.01em;
}
.bm-site-header .raven-nav-menu-main > .raven-nav-menu > li > a:hover,
.bm-site-header .raven-nav-menu-main > .raven-nav-menu > li.current-menu-item > a,
.bm-site-header .raven-nav-menu-main > .raven-nav-menu > li.current-menu-ancestor > a,
.bm-site-header .elementor-nav-menu--main > .elementor-nav-menu > li > a:hover,
.bm-site-header .elementor-nav-menu--main > .elementor-nav-menu > li.current-menu-item > a,
.bm-site-header .elementor-nav-menu--main > .elementor-nav-menu > li.current-menu-ancestor > a { color:#9a6249 !important; }
.bm-site-header .raven-nav-menu-main .sub-menu {
  background:#fffdfa !important;
  border:1px solid #eadfd7 !important;
  border-radius:18px !important;
  box-shadow:0 24px 60px rgba(49,34,28,.14) !important;
  padding:18px !important;
}
.bm-site-header .elementor-nav-menu--main .sub-menu {
  background:#fffdfa !important;
  border:1px solid #eadfd7 !important;
  border-radius:18px !important;
  box-shadow:0 24px 60px rgba(49,34,28,.14) !important;
  padding:18px !important;
}
.bm-site-header .raven-nav-menu-main > .raven-nav-menu > li:first-child > .sub-menu {
  width:min(1120px,calc(100vw - 40px)) !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px 28px;
  padding:30px !important;
}
.bm-site-header .elementor-nav-menu--main > .elementor-nav-menu > li:first-child > .sub-menu {
  width:min(1120px,calc(100vw - 40px)) !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px 28px;
  padding:30px !important;
}
.bm-site-header .raven-nav-menu-main > .raven-nav-menu > li:first-child:hover > .sub-menu,
.bm-site-header .raven-nav-menu-main > .raven-nav-menu > li:first-child.focus > .sub-menu,
.bm-site-header .raven-nav-menu-main > .raven-nav-menu > li:first-child > .sub-menu.raven-submenu-open { display:grid !important; }
.bm-site-header .elementor-nav-menu--main > .elementor-nav-menu > li:first-child:hover > .sub-menu,
.bm-site-header .elementor-nav-menu--main > .elementor-nav-menu > li:first-child.focus > .sub-menu,
.bm-site-header .elementor-nav-menu--main > .elementor-nav-menu > li:first-child > .sub-menu.elementor-nav-menu--dropdown { display:grid !important; }
.bm-site-header .raven-nav-menu-main > .raven-nav-menu > li:first-child > .sub-menu > li > a {
  color:#6a4030 !important;
  font-family:Inter,Arial,sans-serif !important;
  font-size:21px !important;
  font-weight:700 !important;
  padding:8px 10px !important;
}
.bm-site-header .elementor-nav-menu--main > .elementor-nav-menu > li:first-child > .sub-menu > li > a {
  color:#6a4030 !important;font-family:Inter,Arial,sans-serif !important;font-size:21px !important;font-weight:700 !important;padding:8px 10px !important;
}
.bm-site-header .raven-nav-menu-main > .raven-nav-menu > li:first-child > .sub-menu > li > .sub-menu {
  position:static !important;
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  box-shadow:none !important;
  border:0 !important;
  background:transparent !important;
  padding:2px 0 10px !important;
}
.bm-site-header .elementor-nav-menu--main > .elementor-nav-menu > li:first-child > .sub-menu > li > .sub-menu {
  position:static !important;display:block !important;opacity:1 !important;visibility:visible !important;transform:none !important;box-shadow:none !important;border:0 !important;background:transparent !important;padding:2px 0 10px !important;
}
.bm-site-header .raven-nav-menu-main > .raven-nav-menu > li:first-child > .sub-menu > li > .sub-menu a {
  color:#5f554f !important;
  font-family:Inter,Arial,sans-serif !important;
  font-size:12.5px !important;
  font-weight:500 !important;
  line-height:1.35 !important;
  padding:6px 10px !important;
}
.bm-site-header .elementor-nav-menu--main > .elementor-nav-menu > li:first-child > .sub-menu > li > .sub-menu a {
  color:#5f554f !important;font-family:Inter,Arial,sans-serif !important;font-size:12.5px !important;font-weight:500 !important;line-height:1.35 !important;padding:6px 10px !important;
}
.bm-site-header .raven-nav-menu-main > .raven-nav-menu > li:first-child > .sub-menu > li > .sub-menu a:hover {
  color:#9a6249 !important;
  background:#f7eee8 !important;
  border-radius:8px;
}
.bm-site-header .elementor-nav-menu--main > .elementor-nav-menu > li:first-child > .sub-menu > li > .sub-menu a:hover { color:#9a6249 !important;background:#f7eee8 !important;border-radius:8px; }
.bm-site-header .elementor-button { background:#2d2522 !important;color:#fff !important;border-radius:999px !important; }
.bm-site-header .raven-nav-menu-toggle-button,
.bm-site-header .raven-nav-menu-toggle-button .hamburger { color:#2d2522 !important; }
.bm-site-header .raven-nav-menu-toggle-button svg { fill:#2d2522 !important; stroke:#2d2522 !important; }
.bm-site-header .hamburger-inner,
.bm-site-header .hamburger-inner::before,
.bm-site-header .hamburger-inner::after { background-color:#2d2522 !important; }
.bm-site-footer { background:#f3ebe5 !important; color:#3c322e; border-top:1px solid #e3d5cc; }
.bm-site-footer h1,.bm-site-footer h2,.bm-site-footer h3,.bm-site-footer h4,.bm-site-footer h5,.bm-site-footer h6 { color:#4f3429 !important; }
.bm-site-footer h1,.bm-site-footer h2,.bm-site-footer h3,.bm-site-footer h4,.bm-site-footer h5,.bm-site-footer h6,
.bm-site-footer .elementor-heading-title { font-weight:700 !important; }
.bm-site-footer .elementor-element-e98d0ed { text-align:left !important; }
.bm-site-footer .elementor-element-1cdd472 p:nth-of-type(-n+2)::first-line { font-weight:700; }
.bm-site-footer p,.bm-site-footer .elementor-icon-list-text { color:#514843 !important; line-height:1.72 !important; }
.bm-site-footer a:hover,.bm-site-footer a:hover .elementor-icon-list-text { color:#9a6249 !important; }
/* Elementor conditionally omits the Icon List base asset on pages whose own
 * content has no Icon List widget. Keep the global footer independent from
 * page-level widget detection so its columns and legal area never stretch. */
.bm-site-footer .elementor-widget-icon-list .elementor-icon-list-items {
  display:block;
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}
.bm-site-footer .elementor-widget-icon-list .elementor-icon-list-item {
  position:relative;
  display:flex !important;
  align-items:center !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
}
.bm-site-footer .elementor-widget-icon-list .elementor-icon-list-item + .elementor-icon-list-item {
  margin-top:10px !important;
}
.bm-site-footer .elementor-widget-icon-list .elementor-icon-list-item > a {
  display:flex !important;
  align-items:center !important;
  width:100%;
}
.bm-site-footer .elementor-widget-icon-list .elementor-icon-list-icon {
  display:flex !important;
  align-items:center !important;
  flex:0 0 auto;
}
.bm-site-footer .elementor-widget-icon-list .elementor-icon-list-text {
  display:inline-block;
  min-width:0;
}

/* Premium footer navigation: editorial columns, restrained dividers and a
 * compact directional marker instead of the generic checkmark glyph. */
.bm-site-footer:not(.bm-footer-bottom) > .e-con-inner {
  display:grid !important;
  grid-template-columns:minmax(310px,1.45fr) minmax(145px,.72fr) minmax(185px,.9fr) minmax(145px,.72fr) minmax(245px,1.16fr) !important;
  gap:0 !important;
  align-items:stretch !important;
}
.bm-site-footer:not(.bm-footer-bottom) > .e-con-inner > .e-con {
  width:auto !important;
  min-width:0 !important;
}
.bm-site-footer:not(.bm-footer-bottom) > .e-con-inner > .e-con:nth-child(n+2) {
  position:relative;
  padding-left:30px !important;
  padding-right:22px !important;
  border-left:1px solid rgba(99,63,49,.16);
}
.bm-site-footer:not(.bm-footer-bottom) > .e-con-inner > .e-con:nth-child(n+2) .elementor-heading-title,
.bm-site-footer:not(.bm-footer-bottom) > .e-con-inner > .e-con:nth-child(n+2) .raven-heading {
  position:relative;
  padding-bottom:15px;
  margin-bottom:4px !important;
}
.bm-site-footer:not(.bm-footer-bottom) > .e-con-inner > .e-con:nth-child(n+2) .elementor-heading-title::after,
.bm-site-footer:not(.bm-footer-bottom) > .e-con-inner > .e-con:nth-child(n+2) .raven-heading::after {
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:34px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,#9a6249,#d7aa8b);
}
.bm-site-footer:not(.bm-footer-bottom) .elementor-widget-icon-list .elementor-icon-list-icon {
  display:none !important;
}
.bm-site-footer:not(.bm-footer-bottom) .elementor-widget-icon-list .elementor-icon-list-item > a::before {
  content:"↗";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 20px;
  width:20px;
  height:20px;
  margin-right:10px;
  border:1px solid rgba(99,63,49,.24);
  border-radius:50%;
  color:#9a6249;
  font-size:11px;
  font-weight:700;
  line-height:1;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.bm-site-footer:not(.bm-footer-bottom) .elementor-widget-icon-list .elementor-icon-list-item > a:hover::before {
  color:#fff;
  background:#633f31;
  border-color:#633f31;
  transform:translate(2px,-2px);
}
.bm-site-footer .elementor-element-1cdd472 {
  padding-left:18px;
  border-left:2px solid rgba(154,98,73,.32);
}
.bm-footer-clinic-description{max-width:320px;margin-top:10px!important;margin-bottom:14px!important}
.bm-footer-clinic-description p{font-size:14px!important;line-height:1.65!important;color:#665750!important}
.bm-footer-group-logo{width:min(290px,100%)!important;max-width:290px;margin:2px 0 22px!important;text-align:left!important}
.bm-footer-group-logo img{display:block;width:100%;height:auto;object-fit:contain;object-position:left center}
.bm-footer-contact-details{margin-top:18px!important}
.bm-footer-contact-location{display:flex;flex-direction:column;gap:3px;margin-bottom:16px}
.bm-footer-contact-location strong{display:block;color:#4f3429;font-size:12px;letter-spacing:.08em}
.bm-footer-contact-location span,.bm-footer-contact-location a,.bm-footer-contact-email a{color:#514843!important;font-size:12.5px;line-height:1.55}
.bm-footer-contact-location a:hover,.bm-footer-contact-email a:hover{color:#9a6249!important}
.bm-footer-contact-email{margin:0!important}
.bm-footer-cta { background:#2d2522 !important; color:#fff; border-radius:26px; box-shadow:0 22px 55px rgba(45,37,34,.16); }
.bm-footer-cta .elementor-heading-title,.bm-footer-cta p { color:#fff !important; }
body:has(.bm-service-hero) .bm-footer-cta,
body:has(.bm-contact-hero) .bm-footer-cta { margin-top:0 !important; }

/* Editorial native preview: recreates the approved long-form HTML composition
 * with real Elementor containers and widgets. The marker exists only on the
 * isolated Acne/Rosacea preview until the layout receives client approval. */
body:has(.bm-editorial-preview) .bm-editorial-preview {
  margin:28px auto 0 !important;
  padding:0 !important;
  max-width:1180px;
  min-height:520px;
  border-radius:24px 24px 0 0;
  background:#2d2522 !important;
  box-shadow:0 24px 64px rgba(45,37,34,.15);
}
body:has(.bm-editorial-preview) .bm-editorial-preview::before { display:none; }
body:has(.bm-editorial-preview) .bm-editorial-preview > .e-con-inner {
  position:relative;
  display:block !important;
  min-height:520px;
  overflow:hidden;
  border-radius:24px 24px 0 0;
}
body:has(.bm-editorial-preview) .bm-editorial-preview > .e-con-inner::after {
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(35,26,23,.93) 0%,rgba(35,26,23,.74) 43%,rgba(35,26,23,.16) 78%,rgba(35,26,23,.06) 100%);
  pointer-events:none;
}
body:has(.bm-editorial-preview) .bm-editorial-preview .bm-service-hero__visual {
  position:absolute !important;
  inset:0;
  width:100% !important;
  max-width:none !important;
  z-index:0;
}
body:has(.bm-editorial-preview) .bm-editorial-preview .bm-service-hero__visual > .e-con-inner { height:100%; }
body:has(.bm-editorial-preview) .bm-editorial-preview .bm-service-hero__visual .elementor-widget-image,
body:has(.bm-editorial-preview) .bm-editorial-preview .bm-service-hero__visual .elementor-widget-container { height:100%; }
body:has(.bm-editorial-preview) .bm-editorial-preview .bm-service-hero__visual .elementor-widget-image img {
  width:100%;
  height:520px;
  border-radius:0;
  object-fit:cover;
  object-position:center 36%;
}
body:has(.bm-editorial-preview) .bm-editorial-preview .bm-service-hero__visual::before,
body:has(.bm-editorial-preview) .bm-editorial-preview .bm-service-hero__badge { display:none !important; }
body:has(.bm-editorial-preview) .bm-editorial-preview .bm-service-hero__copy {
  position:relative !important;
  z-index:2;
  box-sizing:border-box;
  width:58% !important;
  max-width:650px;
  min-height:520px;
  padding:74px 54px 64px !important;
  justify-content:center;
}
body:has(.bm-editorial-preview) .bm-editorial-preview .bm-service-hero__copy .elementor-heading-title,
body:has(.bm-editorial-preview) .bm-editorial-preview .bm-service-hero__copy p { color:#fff !important; }
body:has(.bm-editorial-preview) .bm-editorial-preview .bm-service-hero__copy h1.elementor-heading-title {
  font-family:Inter,Arial,sans-serif !important;
  font-size:clamp(42px,5.2vw,66px) !important;
  line-height:1.02 !important;
}
body:has(.bm-editorial-preview) .bm-editorial-preview .bm-service-hero__copy > .elementor-widget-heading:first-child .elementor-heading-title {
  color:#e1b7a0 !important;
  font-size:12px !important;
  letter-spacing:.13em;
}
body:has(.bm-editorial-preview) .bm-editorial-preview .bm-service-hero__actions { margin-top:12px; }
body:has(.bm-editorial-preview) .bm-service-proof {
  max-width:1180px;
  margin:0 auto !important;
  border-radius:0 0 18px 18px;
}
body:has(.bm-editorial-preview) .bm-service-catalog {
  padding-top:84px !important;
  padding-bottom:92px !important;
}
body:has(.bm-editorial-preview) .bm-service-catalog > .e-con-inner { max-width:1180px !important; }
body:has(.bm-editorial-preview) .bm-service-catalog > .e-con-inner > .e-con:last-child {
  display:grid !important;
  grid-template-columns:210px minmax(0,1fr) !important;
  gap:42px !important;
  align-items:start !important;
}
body:has(.bm-editorial-preview) .bm-service-catalog > .e-con-inner > .e-con:last-child > .bm-service-sidebar {
  grid-column:1;
  grid-row:1;
  order:-1;
  width:100% !important;
  padding:20px !important;
  border-radius:14px;
  background:#f6eee8;
}
body:has(.bm-editorial-preview) .bm-service-catalog > .e-con-inner > .e-con:last-child > .e-con:not(.bm-service-sidebar) {
  grid-column:2;
  grid-row:1;
  width:100% !important;
}
body:has(.bm-editorial-preview) .bm-service-catalog > .e-con-inner > .e-con:last-child > .e-con:not(.bm-service-sidebar) > .e-con-inner {
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:start !important;
}
body:has(.bm-editorial-preview) .bm-service-card {
  width:100% !important;
  min-width:0 !important;
  height:100%;
  padding:30px !important;
  border:1px solid #eadbd1;
  border-radius:16px;
  background:#fffaf6 !important;
  box-shadow:none;
}
body:has(.bm-editorial-preview) .bm-service-card:nth-child(5),
body:has(.bm-editorial-preview) .bm-service-card:nth-child(n+8) { grid-column:1 / -1; }
body:has(.bm-editorial-preview) .bm-service-card:nth-child(5),
body:has(.bm-editorial-preview) .bm-service-card:nth-child(8),
body:has(.bm-editorial-preview) .bm-service-card:nth-child(9),
body:has(.bm-editorial-preview) .bm-service-card:nth-child(10) { background:#fff !important; }
body:has(.bm-editorial-preview) .bm-service-card:nth-child(11) {
  padding:38px !important;
  border:0;
  background:#2d2522 !important;
}
body:has(.bm-editorial-preview) .bm-service-card:nth-child(11) .elementor-heading-title,
body:has(.bm-editorial-preview) .bm-service-card:nth-child(11) p,
body:has(.bm-editorial-preview) .bm-service-card:nth-child(11) .elementor-icon-list-text { color:#fff !important; }
body:has(.bm-editorial-preview) .bm-service-card:nth-child(11) .elementor-icon-list-icon i { color:#ddb6a2 !important; }
body:has(.bm-editorial-preview) .bm-service-card .elementor-heading-title { line-height:1.14 !important; }
body:has(.bm-editorial-preview) .bm-service-card .elementor-icon-list-items {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 16px;
}
body:has(.bm-editorial-preview) .bm-service-card .elementor-icon-list-item {
  min-width:0;
  padding:10px 12px !important;
  border-radius:8px;
  background:#f5ede7;
}
body:has(.bm-editorial-preview) .bm-service-card:nth-child(11) .elementor-icon-list-item { background:rgba(255,255,255,.08); }
body:has(.bm-editorial-preview) .bm-service-cta {
  max-width:980px;
  margin:0 auto !important;
  padding:74px 52px !important;
  text-align:center;
  border-radius:0;
  background:#72283a !important;
}
body:has(.bm-editorial-preview) .bm-service-cta > .e-con-inner { justify-content:center !important; }
body:has(.bm-editorial-preview) .bm-service-cta .elementor-heading-title,
body:has(.bm-editorial-preview) .bm-service-cta p { color:#fff !important; }
body:has(.bm-editorial-preview) .bm-service-cta .elementor-widget-button { margin-top:18px; }

@media (max-width:1024px) {
  .bm-site-footer:not(.bm-footer-bottom) > .e-con-inner {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:0 !important;
  }
  .bm-site-footer:not(.bm-footer-bottom) > .e-con-inner > .e-con:first-child {
    grid-column:1 / -1;
    padding-bottom:36px !important;
  }
  .bm-site-footer:not(.bm-footer-bottom) > .e-con-inner > .e-con:nth-child(n+2) {
    padding:26px 28px !important;
    border-top:1px solid rgba(99,63,49,.14);
  }
  body:has(.bm-editorial-preview) .bm-service-catalog > .e-con-inner > .e-con:last-child { grid-template-columns:1fr !important; }
  body:has(.bm-editorial-preview) .bm-service-catalog > .e-con-inner > .e-con:last-child > .bm-service-sidebar,
  body:has(.bm-editorial-preview) .bm-service-catalog > .e-con-inner > .e-con:last-child > .e-con:not(.bm-service-sidebar) { grid-column:1; grid-row:auto; }
  body:has(.bm-editorial-preview) .bm-service-sidebar { position:relative; top:auto; }
}
@media (max-width:767px) {
  .bm-site-footer:not(.bm-footer-bottom) > .e-con-inner {
    grid-template-columns:1fr !important;
  }
  .bm-site-footer:not(.bm-footer-bottom) > .e-con-inner > .e-con:first-child {
    grid-column:1;
  }
  .bm-site-footer:not(.bm-footer-bottom) > .e-con-inner > .e-con:nth-child(n+2) {
    padding:24px 4px !important;
    border-left:0;
  }
  body:has(.bm-editorial-preview) .bm-editorial-preview { margin-top:12px !important; min-height:620px; border-radius:0; }
  body:has(.bm-editorial-preview) .bm-editorial-preview > .e-con-inner { min-height:620px; border-radius:0; }
  body:has(.bm-editorial-preview) .bm-editorial-preview > .e-con-inner::after { background:linear-gradient(180deg,rgba(35,26,23,.48),rgba(35,26,23,.94) 62%); }
  body:has(.bm-editorial-preview) .bm-editorial-preview .bm-service-hero__visual .elementor-widget-image img { height:620px; object-position:63% center; }
  body:has(.bm-editorial-preview) .bm-editorial-preview .bm-service-hero__copy { width:100% !important; min-height:620px; padding:230px 22px 46px !important; justify-content:flex-end; }
  body:has(.bm-editorial-preview) .bm-service-catalog { padding-top:58px !important; padding-bottom:62px !important; }
  body:has(.bm-editorial-preview) .bm-service-catalog > .e-con-inner > .e-con:last-child > .e-con:not(.bm-service-sidebar) > .e-con-inner { grid-template-columns:1fr !important; }
  body:has(.bm-editorial-preview) .bm-service-card:nth-child(n) { grid-column:1 !important; padding:24px !important; }
  body:has(.bm-editorial-preview) .bm-service-card .elementor-icon-list-items { grid-template-columns:1fr; }
  body:has(.bm-editorial-preview) .bm-service-cta { padding:58px 22px !important; }
}
.bm-footer-bottom {
  background:#DDD1C6 !important;
  color:#2A2320 !important;
  border-top:1px solid rgba(42,35,32,.12) !important;
  padding:26px 48px !important;
  min-height:0 !important;
}
.bm-footer-bottom > .e-con-inner {
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:22px !important;
}
.bm-footer-bottom > .e-con-inner > .elementor-widget-text-editor,
.bm-footer-bottom > .e-con-inner > .bm-footer-legal {
  width:auto !important;
  margin:0 !important;
}
.bm-footer-bottom > .e-con-inner > .elementor-widget-text-editor { flex:1 1 auto; }
.bm-footer-bottom > .e-con-inner > .elementor-widget-text-editor p {
  margin:0 !important;
  font-size:13px !important;
  line-height:1.5 !important;
  text-align:left !important;
  color:#2A2320 !important;
}
.bm-footer-bottom a,
.bm-footer-bottom .bm-footer-legal .elementor-icon-list-text {
  color:#5F4539 !important;
}
.bm-footer-bottom a:hover,
.bm-footer-bottom a:hover .elementor-icon-list-text {
  color:#A14634 !important;
}
.bm-footer-bottom .bm-footer-legal { flex:0 1 auto; }
.bm-footer-bottom .bm-footer-legal .elementor-icon-list-items {
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:wrap !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:8px 22px !important;
}
.bm-footer-bottom .bm-footer-legal .elementor-icon-list-item,
.bm-footer-bottom .bm-footer-legal .elementor-icon-list-item + .elementor-icon-list-item {
  margin:0 !important;
}
.bm-footer-bottom .bm-footer-legal .elementor-icon-list-icon { display:none !important; }
.bm-footer-bottom .bm-footer-legal .elementor-icon-list-text {
  font-size:12px !important;
  line-height:1.5 !important;
  white-space:nowrap;
}
@media (max-width:1024px) {
  .bm-service-sidebar { position: static; }
  .bm-service-grid > .e-con-inner { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
}
@media (max-width:767px) {
  .bm-service-hero::before { width: 230px; height: 380px; right: -90px; }
  .bm-service-hero__visual::before { inset: 14px -10px -14px 14px; }
  .bm-service-hero__visual .elementor-widget-image img { height: 400px; border-radius: 190px 190px 22px 22px; }
  .bm-service-hero__badge,
  .bm-service-hero__visual > .e-con-inner > .elementor-widget-heading { width: calc(100% - 36px) !important; margin-top: -54px !important; }
  .bm-service-card:hover { transform: none; }
  .bm-service-proof > .e-con-inner > .e-con > .e-con-inner {
    grid-template-columns: 38px minmax(0,1fr) !important;
    column-gap: 14px !important;
  }
  .bm-service-grid > .e-con-inner { grid-template-columns:1fr !important; }
  .bm-site-header .elementor-widget-image img { max-height:62px; }
  .bm-site-header .raven-nav-menu-mobile .sub-menu { border-radius:12px !important; box-shadow:none !important; }
  .bm-site-header .raven-nav-menu-mobile .menu-item-has-children > a::after,
  .bm-site-header .raven-nav-menu-mobile .menu-item-has-children > a .sub-arrow,
  .bm-site-header .raven-nav-menu-mobile .menu-item-has-children > a .raven-submenu-icon,
  .bm-site-header .raven-nav-menu-mobile .menu-item-has-children > a i {
    color:#9a6249 !important;
    border-color:#9a6249 !important;
  }
  .bm-site-header .raven-nav-menu-mobile .menu-item-has-children > a svg {
    fill:#9a6249 !important;
    stroke:#9a6249 !important;
  }
  .bm-footer-bottom { padding:24px 22px !important; }
  .bm-footer-bottom > .e-con-inner {
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:14px !important;
  }
  .bm-footer-bottom .bm-footer-legal .elementor-icon-list-items { justify-content:flex-start !important; }
}

/* Native Elementor contact page. Content, maps and form remain individual
 * editable Elementor/JupiterX widgets; this layer only supplies art direction. */
.bm-contact-hero,.bm-contact-main,.bm-contact-locations {
  --bm-contact-ink:#2a2320;
  --bm-contact-brown:#654232;
  --bm-contact-accent:#a26d55;
  --bm-contact-line:#ddc9bd;
  font-family:Inter,Arial,sans-serif;
  color:var(--bm-contact-ink);
}
.bm-contact-hero { position:relative; isolation:isolate; overflow:hidden; }
.bm-contact-hero::after {
  content:"";
  position:absolute;
  z-index:-1;
  right:-110px;
  top:-160px;
  width:460px;
  height:460px;
  border:1px solid rgba(162,109,85,.22);
  border-radius:50%;
}
.bm-contact-hero-card { box-shadow:0 24px 64px rgba(42,35,32,.16); }
.bm-contact-hero-card .elementor-icon-list-item + .elementor-icon-list-item { margin-top:12px; }
.bm-contact-hero-card a,.bm-contact-hero-card .elementor-icon-list-text { color:#f8f2ee !important; font-weight:600; }
.bm-contact-intro { box-shadow:0 24px 64px rgba(101,66,50,.15); }
.bm-contact-intro .elementor-icon-list-item + .elementor-icon-list-item { margin-top:14px; }
.bm-contact-intro .elementor-icon-list-icon { color:#d9aa90 !important; }
.bm-contact-form-card { border:1px solid rgba(101,66,50,.10); box-shadow:0 22px 56px rgba(42,35,32,.08); }
.bm-contact-form-card .raven-form { margin-top:22px; }
.bm-contact-form-card .raven-field-label { display:block; margin:0 0 7px; color:#493a34; font-weight:700; }
.bm-contact-form-card .raven-field {
  min-height:50px;
  color:#2a2320 !important;
  background:#fff !important;
  border:1px solid #ddc9bd !important;
  border-radius:12px !important;
  box-shadow:none !important;
}
.bm-contact-form-card textarea.raven-field { min-height:150px; resize:vertical; }
.bm-contact-form-card .raven-field:focus { border-color:#a26d55 !important; box-shadow:0 0 0 3px rgba(162,109,85,.12) !important; }
.bm-contact-form-card .raven-field-type-acceptance { align-items:flex-start !important; }
.bm-contact-form-card .raven-field-type-acceptance label { color:#62544d; font-size:13px; line-height:1.55; }
.bm-contact-form-card .raven-field-type-acceptance a { color:#654232; font-weight:700; text-decoration:underline; }
.bm-contact-form-card .raven-submit-button { transition:transform .2s ease,background-color .2s ease; }
.bm-contact-form-card .raven-submit-button:hover { transform:translateY(-2px); }
.bm-contact-location-grid { align-items:stretch !important; }
.bm-contact-location {
  overflow:hidden;
  border:1px solid rgba(101,66,50,.10);
  box-shadow:0 18px 48px rgba(42,35,32,.07);
}
.bm-contact-location .elementor-widget-google_maps { margin-top:auto; }
.bm-contact-location .elementor-widget-google_maps iframe { display:block; width:100%; filter:saturate(.72) contrast(.96); }
.bm-contact-location .elementor-icon-list-item + .elementor-icon-list-item { margin-top:7px; }
.bm-contact-location .elementor-icon-list-text { color:#5f4539 !important; font-weight:600; }
.bm-contact-location .elementor-widget-button { margin-top:18px; }
.bm-contact-location .elementor-button { transition:transform .2s ease,background-color .2s ease; }
.bm-contact-location .elementor-button:hover { transform:translateY(-2px); background:#654232 !important; }
@media (max-width:1024px) {
  .bm-contact-hero-card,.bm-contact-intro,.bm-contact-form-card,.bm-contact-location { width:100% !important; }
}
@media (max-width:767px) {
  .bm-contact-hero::after { width:300px; height:300px; right:-150px; top:-80px; }
  .bm-contact-form-card .elementor-column.elementor-col-50 { width:100% !important; }
}

/* Native Elementor homepage. Every editable content item remains a native
 * Elementor widget; these rules only reproduce the approved art direction. */

/* Native Elementor 404 template. */
body.error404 .jupiterx-main{padding:0!important}
body.error404 .jupiterx-main-content{max-width:none!important;padding:0!important}
body.error404 .jupiterx-primary{flex:0 0 100%!important;width:100%!important;max-width:100%!important;padding:0!important}
body.error404 .jupiterx-sidebar{display:none!important}
body.error404{overflow-x:hidden!important}
body.page-id-20{max-width:100%!important;overflow-x:hidden!important}
body.page-id-20 .elementor{max-width:100%!important}
html:has(body.page-id-20){max-width:100%!important;overflow-x:hidden!important}
body.page-id-20 .jupiterx-corner-buttons{display:none!important}
.bm-native-404{position:relative;isolation:isolate;overflow:hidden;min-height:610px!important}
.bm-native-404:before,.bm-native-404:after{content:"";position:absolute;z-index:-1;border:1px solid rgba(157,103,78,.17);border-radius:50%}
.bm-native-404:before{width:420px;height:420px;left:-220px;top:-190px}
.bm-native-404:after{width:330px;height:330px;right:-160px;bottom:-190px}
.bm-404-copy{position:relative;padding-left:22px!important}
.bm-404-copy:before{content:"";position:absolute;left:0;top:3px;bottom:6px;width:2px;background:linear-gradient(#a97157,transparent)}
.bm-404-copy h1.elementor-heading-title{font-family:Georgia,"Times New Roman",serif!important;font-weight:500!important;font-size:clamp(48px,5.1vw,72px)!important;line-height:1.02!important;letter-spacing:-.035em!important}
.bm-404-copy>.elementor-widget-text-editor p{max-width:650px;line-height:1.75}
.bm-404-actions{display:flex!important;flex-direction:row!important;gap:12px!important;flex-wrap:wrap!important;margin-top:12px}
.bm-404-actions>.elementor-widget{width:auto!important}
.bm-404-search-widget{width:100%!important;max-width:650px!important;margin-top:10px!important}
.bm-404-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;width:100%;padding:7px;border:1px solid rgba(79,54,44,.14);border-radius:999px;background:#fff;box-shadow:0 12px 30px rgba(42,35,32,.07)}
.bm-404-search input{min-width:0;width:100%;height:48px;padding:0 18px;border:0!important;border-radius:999px!important;background:transparent!important;color:#2d2522!important;font:500 16px/1.2 Inter,Arial,sans-serif;box-shadow:none!important;outline:none!important}
.bm-404-search input::placeholder{color:#8a7971;opacity:1}
.bm-404-search input:focus{box-shadow:0 0 0 2px rgba(169,113,87,.25)!important}
.bm-404-search button{min-height:48px;padding:0 25px;border:0;border-radius:999px;background:#2d2522;color:#fff;font:750 14px/1 Inter,Arial,sans-serif;cursor:pointer;transition:background .2s ease,transform .2s ease}
.bm-404-search button:hover{background:#a5684b;transform:translateY(-1px)}
.bm-404-button .elementor-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:52px;border-radius:999px!important;padding:15px 28px!important;font-weight:800!important;transition:transform .22s ease,box-shadow .22s ease!important}
.bm-404-button .elementor-button:hover{transform:translateY(-2px);box-shadow:0 13px 28px rgba(42,35,32,.15)}
.bm-404-button--secondary .elementor-button{background:transparent!important;color:#2d2522!important;border:1px solid rgba(45,37,34,.24)!important}
.bm-404-visual{position:relative;isolation:isolate;min-height:430px!important;overflow:hidden;box-shadow:0 28px 68px rgba(42,35,32,.2)}
.bm-404-visual:before,.bm-404-visual:after{content:"";position:absolute;z-index:-1;border-radius:50%}
.bm-404-visual:before{width:280px;height:280px;border:1px solid rgba(255,255,255,.12);left:-70px;top:-70px}
.bm-404-visual:after{width:150px;height:150px;background:rgba(168,116,90,.18);right:-44px;bottom:-48px}
.bm-404-visual .elementor-heading-title{font-family:Georgia,"Times New Roman",serif!important;font-weight:500!important;line-height:.8!important;letter-spacing:-.06em!important}
.bm-404-visual .elementor-widget-text-editor{text-align:center!important}
.bm-404-visual .elementor-widget-text-editor p{margin:7px 0!important;color:#e8d8cf!important}
.bm-404-shortcuts .elementor-widget-text-editor:first-child p{letter-spacing:.15em!important}
.bm-404-shortcuts h2.elementor-heading-title{font-family:Georgia,"Times New Roman",serif!important;font-weight:500!important;letter-spacing:-.025em!important}
.bm-404-card-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px!important}
.bm-404-card{min-width:0!important;width:100%!important;max-width:none!important;flex:1 1 0!important;padding:28px!important;border:1px solid rgba(80,52,41,.11);border-radius:20px;background:#fff;box-shadow:0 16px 38px rgba(42,35,32,.055);transition:transform .25s ease,box-shadow .25s ease}
.bm-404-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(42,35,32,.1)}
.bm-404-card h2.elementor-heading-title{font-family:Inter,Arial,sans-serif!important;font-weight:750!important;line-height:1.18!important}
.bm-404-card p{line-height:1.6!important}
.bm-404-card-link{margin-top:auto!important}
.bm-404-card-link .elementor-button{padding:0!important;background:transparent!important;color:#9c624a!important;font-weight:800!important}
.bm-404-card-grid{display:block!important}
.bm-404-card-grid>.e-con-inner{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;width:100%!important;max-width:100%!important}
.bm-404-card-grid>.e-con-inner>.bm-404-card{width:100%!important;max-width:none!important;min-width:0!important;flex:none!important}
@media(max-width:1100px){.bm-native-404{min-height:0!important}.bm-404-copy,.bm-404-visual{width:100%!important;max-width:100%!important}.bm-404-visual{min-height:360px!important}.bm-404-card-grid>.e-con-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:700px){.bm-404-copy{padding-left:0!important}.bm-404-copy:before{display:none}.bm-404-copy h1.elementor-heading-title{font-size:44px!important}.bm-404-actions{flex-direction:column!important}.bm-404-actions>.elementor-widget{width:100%!important}.bm-404-button .elementor-button{width:100%!important}.bm-404-search{grid-template-columns:1fr;border-radius:22px}.bm-404-search button{width:100%}.bm-404-visual{min-height:300px!important}.bm-404-visual .elementor-heading-title{font-size:96px!important}.bm-404-card-grid>.e-con-inner{grid-template-columns:1fr!important}.bm-404-card:hover{transform:none}}


/* Profile gallery: nine native Elementor Image widgets in a consistent,
 * editorial 3 x 3 grid. Natural image proportions are cropped only inside
 * the visual tiles; the original Media Library files remain unchanged. */
.bm-corporate-gallery>.e-con-inner>.e-con>.e-con-inner{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  width:100%!important;
  max-width:100%!important;
}
.bm-corporate-gallery>.e-con-inner>.e-con>.e-con-inner>.e-con{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  overflow:hidden!important;
  border-radius:18px!important;
  box-shadow:0 16px 38px rgba(42,35,32,.10);
}
.bm-corporate-gallery>.e-con-inner>.e-con>.e-con-inner>.e-con .elementor-widget-image,
.bm-corporate-gallery>.e-con-inner>.e-con>.e-con-inner>.e-con .elementor-widget-container{
  width:100%!important;
  height:100%!important;
}
.bm-corporate-gallery>.e-con-inner>.e-con>.e-con-inner>.e-con img{
  display:block!important;
  width:100%!important;
  height:330px!important;
  object-fit:cover!important;
  object-position:center!important;
  transition:transform .45s ease!important;
}
.bm-corporate-gallery>.e-con-inner>.e-con>.e-con-inner>.e-con:hover img{transform:scale(1.035)}
@media(max-width:980px){
  .bm-corporate-gallery>.e-con-inner>.e-con>.e-con-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:600px){
  .bm-corporate-gallery>.e-con-inner>.e-con>.e-con-inner{grid-template-columns:1fr!important;gap:16px!important}
  .bm-corporate-gallery>.e-con-inner>.e-con>.e-con-inner>.e-con img{height:280px!important}
  .bm-corporate-gallery>.e-con-inner>.e-con>.e-con-inner>.e-con:hover img{transform:none}
}

.bm-home-hero,.bm-home-services,.bm-home-highlights,.bm-home-tech,.bm-home-about,.bm-home-locations,.bm-home-final{--bm-ink:#29221f;--bm-paper:#f7f2ed;--bm-cream:#fffdfa;--bm-taupe:#a8765e;--bm-red:#c51f2d;--bm-line:rgba(41,34,31,.12);font-family:Inter,Arial,sans-serif;color:var(--bm-ink)}
.bm-home-inner{width:min(1180px,calc(100% - 48px))!important;margin-inline:auto!important}
.bm-home-hero h1.elementor-heading-title,.bm-home-services h2.elementor-heading-title,.bm-home-highlights h2.elementor-heading-title,.bm-home-tech h2.elementor-heading-title,.bm-home-about h2.elementor-heading-title,.bm-home-locations h2.elementor-heading-title,.bm-home-final h2.elementor-heading-title{font-family:Georgia,"Times New Roman",serif!important;font-weight:500!important;line-height:.98!important;letter-spacing:-.045em!important;color:var(--bm-ink)!important}
.bm-home-kicker .elementor-heading-title,.bm-home-eyebrow .elementor-heading-title{font-family:Inter,Arial,sans-serif!important;font-size:11px!important;letter-spacing:.17em!important;text-transform:uppercase;font-weight:800!important;color:#93664f!important}
.bm-home-kicker{display:flex;align-items:center;gap:12px}.bm-home-kicker:before{content:"";width:38px;height:1px;background:#b98970;flex:0 0 auto}
.bm-home-button .elementor-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px!important;padding:15px 25px!important;font-weight:800!important;font-size:14px!important;transition:.25s}.bm-home-button--dark .elementor-button{background:var(--bm-ink)!important;color:#fff!important}.bm-home-button--light .elementor-button{border:1px solid var(--bm-line)!important;color:var(--bm-ink)!important;background:rgba(255,255,255,.65)!important}.bm-home-button .elementor-button:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(41,34,31,.15)}
.bm-home-text-link .elementor-button{padding:0!important;background:transparent!important;border:0!important;color:#9c2330!important;font-weight:800!important}.bm-home-round-link .elementor-button{width:44px;height:44px;padding:0!important;border-radius:50%!important;background:#fff!important;color:#2a2320!important;font-size:20px!important}

.bm-home-hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(120deg,#f1e7df 0%,#f9f5f1 55%,#efe2d8 100%);padding:68px 0 34px!important}.bm-home-hero:after{content:"";position:absolute;z-index:-1;width:420px;height:420px;border:1px solid rgba(165,112,87,.18);border-radius:50%;right:-120px;top:-120px}.bm-home-hero__grid{display:grid!important;grid-template-columns:1.02fr .98fr;gap:60px;align-items:center}.bm-home-hero__copy h1.elementor-heading-title{font-size:clamp(48px,6.2vw,88px)!important;margin:22px 0 24px}.bm-home-hero__copy h1 em{font-style:italic;color:#9c624a}.bm-home-hero__copy>.elementor-widget-text-editor{max-width:590px}.bm-home-hero__copy>.elementor-widget-text-editor p{font-size:18px;line-height:1.7;color:#645852}.bm-home-actions{display:flex!important;flex-direction:row!important;gap:12px;flex-wrap:wrap;margin-top:30px}.bm-home-actions>.elementor-widget{width:auto!important}.bm-home-hero__visual{position:relative;min-height:570px!important}.bm-home-hero__visual>.elementor-widget-image{position:absolute;inset:0 0 0 58px;overflow:hidden;border-radius:220px 220px 28px 28px;box-shadow:0 30px 70px rgba(60,39,30,.18)}.bm-home-hero__visual>.elementor-widget-image img{width:100%;height:570px;object-fit:cover;object-position:63% center}.bm-home-hero__badge{position:absolute!important;left:0;bottom:38px;width:176px!important;height:176px!important;border-radius:50%;background:var(--bm-ink);color:#fff;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center;border:8px solid #f2e8e1;padding:20px!important}.bm-home-hero__badge .elementor-heading-title{font-family:Georgia,serif!important;font-size:38px!important;color:#fff!important}.bm-home-hero__badge p{font-size:11px;line-height:1.35;letter-spacing:.08em;text-transform:uppercase;color:#fff}.bm-home-trust{display:grid!important;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--bm-line);margin-top:54px}.bm-home-trust-item{padding:22px 24px!important;border-right:1px solid var(--bm-line)}.bm-home-trust-item:last-child{border-right:0}.bm-home-trust-item h3.elementor-heading-title{font-family:Georgia,serif!important;font-size:19px!important}.bm-home-trust-item p{font-size:13px;line-height:1.5;color:#645852}

.bm-home-services{padding:112px 0!important;background:#fffdfa}.bm-home-section-head{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:flex-end!important;gap:36px;margin-bottom:46px}.bm-home-section-head>div:first-child{max-width:700px}.bm-home-section-head h2.elementor-heading-title{font-size:clamp(38px,5vw,64px)!important;margin-top:16px}.bm-home-section-head>.elementor-widget-text-editor{max-width:360px}.bm-home-section-head p{color:#71645e;line-height:1.7}.bm-home-service-grid{display:grid!important;grid-template-columns:repeat(12,1fr);gap:18px}.bm-home-service-card{position:relative;min-height:350px!important;overflow:hidden;border-radius:24px;color:#fff!important;isolation:isolate}.bm-home-service-card--linked{cursor:pointer}.bm-home-service-card:nth-child(1),.bm-home-service-card:nth-child(4){grid-column:span 7}.bm-home-service-card:nth-child(2),.bm-home-service-card:nth-child(3){grid-column:span 5}.bm-home-service-card:nth-child(5),.bm-home-service-card:nth-child(6){grid-column:span 6}.bm-home-service-card>.elementor-widget-image{position:absolute;inset:0}.bm-home-service-card>.elementor-widget-image img{width:100%;height:350px;object-fit:cover;transition:.55s}.bm-home-service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(25,18,16,.82) 100%);z-index:1;pointer-events:none}.bm-home-service-card:hover>.elementor-widget-image img{transform:scale(1.045)}.bm-home-service-card__content{position:absolute!important;z-index:2;left:28px;right:28px;bottom:25px;display:flex!important;flex-direction:row!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px;pointer-events:none}.bm-home-service-card .bm-home-round-link,.bm-home-service-card .bm-home-round-link a{position:relative;z-index:4;pointer-events:auto!important}.bm-home-service-card .bm-home-eyebrow .elementor-heading-title{color:#ead7cd!important;font-size:10px!important}.bm-home-service-card h3.elementor-heading-title{font-family:Georgia,serif!important;font-size:clamp(24px,3vw,38px)!important;font-weight:500!important;color:#fff!important}

.bm-home-highlights{padding:104px 0!important;background:#2a2320;color:#fff}.bm-home-highlights .bm-home-kicker .elementor-heading-title{color:#d6b5a4!important}.bm-home-highlights h2.elementor-heading-title{color:#fff!important}.bm-home-highlight-track{display:grid!important;grid-auto-flow:column;grid-auto-columns:minmax(280px,34%);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:8px}.bm-home-highlight-track::-webkit-scrollbar{display:none}.bm-home-highlight-card{scroll-snap-align:start;background:#fff;color:#2a2320;border-radius:22px;overflow:hidden;min-height:430px}.bm-home-highlight-card>.elementor-widget-image img{width:100%;height:250px;object-fit:cover}.bm-home-highlight-card__content{padding:24px!important}.bm-home-highlight-card .bm-home-eyebrow .elementor-heading-title{font-size:10px!important;letter-spacing:.14em!important;color:#a26d55!important}.bm-home-highlight-card h3.elementor-heading-title{font-family:Georgia,serif!important;font-size:28px!important;font-weight:500!important;margin:10px 0;color:#2a2320!important}.bm-home-highlight-card p{color:#6f625c;font-size:14px;line-height:1.6}.bm-home-highlight-card .bm-home-text-link{margin-top:18px}

.bm-home-tech{padding:112px 0!important;background:#f5ede7}.bm-home-tech-grid{display:grid!important;grid-template-columns:1fr 1fr;gap:24px}.bm-home-tech-card{min-height:490px;border-radius:28px;position:relative;overflow:hidden;padding:46px!important;background:#fff}.bm-home-tech-card--dark{background:#191615;color:#fff}.bm-home-tech-card h3.elementor-heading-title{font-family:Georgia,serif!important;font-size:clamp(34px,4vw,54px)!important;font-weight:500!important;line-height:1.04!important;max-width:420px;color:inherit!important}.bm-home-tech-card>.elementor-widget-text-editor{max-width:440px}.bm-home-tech-card p{line-height:1.7;color:#75665f}.bm-home-tech-card--dark p{color:#c8bbb4}.bm-home-tech-card>.elementor-widget-image{position:absolute;right:-20px;bottom:-28px;max-width:48%;max-height:58%}.bm-home-tech-card>.elementor-widget-image img{max-height:285px;object-fit:contain}.bm-home-tech-card--dark>.elementor-widget-image{max-width:52%;max-height:62%}

.bm-home-about{padding:112px 0!important;background:#fff}.bm-home-about__grid{display:grid!important;grid-template-columns:.88fr 1.12fr;gap:70px;align-items:center}.bm-home-about__image{height:570px;border-radius:28px;overflow:hidden;position:relative}.bm-home-about__image img{width:100%;height:570px;object-fit:cover}.bm-home-about__image:after{content:"Beauty MED";position:absolute;left:24px;bottom:22px;color:#fff;font-family:Georgia,serif;font-size:34px}.bm-home-about__copy h2.elementor-heading-title{font-size:clamp(42px,5vw,66px)!important;margin:22px 0}.bm-home-about__copy>.elementor-widget-text-editor p{font-size:17px;line-height:1.8;color:#6d5f59}.bm-home-values{display:grid!important;grid-template-columns:1fr 1fr;gap:16px;margin:28px 0 34px}.bm-home-value{padding:20px!important;border:1px solid var(--bm-line);border-radius:16px}.bm-home-value h3.elementor-heading-title{font-family:Georgia,serif!important;font-size:20px!important}.bm-home-value p{font-size:13px;color:#756761}

.bm-home-locations{padding:96px 0!important;background:#ede2d9}.bm-home-locations h2.elementor-heading-title{font-size:clamp(42px,5vw,64px)!important;margin-top:16px}.bm-home-location-grid{display:grid!important;grid-template-columns:1fr 1fr;gap:20px;margin-top:40px}.bm-home-location{background:#fff;border-radius:22px;padding:34px!important;display:grid!important;grid-template-columns:1fr auto;gap:20px}.bm-home-location h3.elementor-heading-title{font-family:Georgia,serif!important;font-size:32px!important}.bm-home-location p{color:#6e605a;line-height:1.7}.bm-home-location>.elementor-widget-button{align-self:end}.bm-home-final{padding:100px 0!important;background:#fffdfa;text-align:center}.bm-home-final .bm-home-kicker{justify-content:center}.bm-home-final h2.elementor-heading-title{font-size:clamp(44px,6vw,78px)!important;max-width:850px;margin:18px auto 28px}.bm-home-final p{color:#6e605a;font-size:17px;margin-bottom:30px}

@media(max-width:980px){.bm-home-hero__grid,.bm-home-about__grid{grid-template-columns:1fr}.bm-home-hero__visual{min-height:500px}.bm-home-tech-grid{grid-template-columns:1fr}.bm-home-highlight-track{grid-auto-columns:minmax(290px,62%)}.bm-home-section-head{align-items:flex-start!important;flex-direction:column!important}.bm-home-service-card{grid-column:span 6!important}.bm-home-location-grid{grid-template-columns:1fr}}
@media(max-width:700px){.bm-home-inner{width:calc(100% - 32px)!important}.bm-home-hero{padding-top:46px!important}.bm-home-hero__copy h1.elementor-heading-title{font-size:48px!important}.bm-home-hero__visual{min-height:420px}.bm-home-hero__visual>.elementor-widget-image{left:28px;border-radius:150px 150px 22px 22px}.bm-home-hero__visual>.elementor-widget-image img{height:420px}.bm-home-hero__badge{width:126px!important;height:126px!important;border-width:6px}.bm-home-hero__badge .elementor-heading-title{font-size:28px!important}.bm-home-trust{grid-template-columns:1fr}.bm-home-trust-item{border-right:0;border-bottom:1px solid var(--bm-line)}.bm-home-services,.bm-home-highlights,.bm-home-tech,.bm-home-about,.bm-home-locations,.bm-home-final{padding:72px 0!important}.bm-home-service-card{grid-column:1/-1!important;min-height:300px}.bm-home-service-card>.elementor-widget-image img{height:300px}.bm-home-highlight-track{grid-auto-columns:86%}.bm-home-tech-card{min-height:460px;padding:30px!important}.bm-home-about__image,.bm-home-about__image img{height:430px}.bm-home-values,.bm-home-location-grid{grid-template-columns:1fr}.bm-home-location{grid-template-columns:1fr}.bm-home-service-card:hover>.elementor-widget-image img{transform:none}}

/* Native homepage fidelity refinements. */
.bm-home-slider-tools{display:flex!important;flex-direction:row!important;gap:8px;align-items:center!important;justify-content:flex-end!important}
.bm-home-slider-tools>.elementor-widget{width:auto!important}
.bm-home-slide-button .elementor-button{display:grid!important;place-items:center!important;width:48px!important;height:48px!important;padding:0!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.22)!important;background:transparent!important;color:#fff!important;font-size:20px!important}
.bm-home-location>.elementor-widget-button{min-width:168px!important}
.bm-home-final,.bm-home-final>.e-con-inner,.bm-home-final .bm-home-inner{text-align:center!important;align-items:center!important}
.bm-home-final .bm-home-kicker{justify-content:center!important}
.bm-home-final .elementor-widget-heading,.bm-home-final .elementor-widget-text-editor,.bm-home-final .elementor-widget-button{width:auto!important;max-width:100%!important;text-align:center!important;align-self:center!important}
.bm-home-final h2.elementor-heading-title{margin-left:auto!important;margin-right:auto!important;text-align:center!important}
@media(max-width:700px){.bm-home-slider-tools{display:none!important}.bm-home-location>.elementor-widget-button{min-width:0!important}}

/* Homepage Concept V2 — scoped so the currently published HTML homepage is
 * completely unaffected until the client approves this native draft. */
html:has(body .bm-home-v2),body:has(.bm-home-v2),.jupiterx-site:has(.bm-home-v2){overflow-x:hidden!important}
.bm-home-v2.bm-home-hero{background:radial-gradient(circle at 77% 21%,rgba(255,255,255,.92) 0 13%,transparent 36%),linear-gradient(128deg,#efe1d7 0%,#fbf7f3 56%,#e8d5c9 100%);padding-top:76px!important}
.bm-home-v2.bm-home-hero:before{content:"";position:absolute;z-index:-1;inset:26px 26px auto auto;width:24%;height:1px;background:linear-gradient(90deg,transparent,#ba8b72)}
.bm-home-v2 .bm-home-hero__copy{position:relative;z-index:4;padding-left:18px!important}
.bm-home-v2 .bm-home-hero__copy:before{content:"";position:absolute;left:0;top:2px;bottom:8px;width:1px;background:linear-gradient(#ad755b,transparent 88%)}
.bm-home-v2 .bm-home-hero__visual>.elementor-widget-image:not(.bm-home-hero__mini){inset:0 10px 0 72px;border-radius:260px 260px 26px 26px;border:10px solid rgba(255,255,255,.5)}
.bm-home-v2 .bm-home-hero__visual>.elementor-widget-image:not(.bm-home-hero__mini) img{filter:saturate(.9) contrast(.98)}
.bm-home-v2 .bm-home-hero__mini{position:absolute!important;z-index:3;right:-24px;bottom:30px;width:164px!important;height:210px;border-radius:82px 82px 16px 16px;overflow:hidden;border:7px solid #f5ece6;box-shadow:0 24px 55px rgba(50,30,24,.2)}
.bm-home-v2 .bm-home-hero__mini img{width:100%!important;height:210px!important;object-fit:cover!important;object-position:center top}
.bm-home-v2 .bm-home-hero__visual-label{position:absolute!important;z-index:4;right:-3px;top:46px;width:auto!important;writing-mode:vertical-rl;transform:rotate(180deg)}
.bm-home-v2 .bm-home-hero__visual-label .elementor-heading-title{font-family:Inter,Arial,sans-serif!important;font-size:10px!important;font-weight:800!important;letter-spacing:.22em!important;color:#79584a!important}
.bm-home-v2 .bm-home-hero__badge{left:13px;bottom:24px;box-shadow:0 20px 46px rgba(41,34,31,.24)}
.bm-home-v2 .bm-home-trust{background:rgba(255,253,250,.62);border:1px solid rgba(76,52,43,.1);border-radius:20px;overflow:hidden;backdrop-filter:blur(10px)}
.bm-home-v2 .bm-home-trust-item{padding:25px 30px!important}

.bm-home-v2 .bm-home-section-aside{max-width:370px!important;gap:14px!important;align-items:flex-start!important}
.bm-home-v2 .bm-home-section-aside>.elementor-widget{width:auto!important}
.bm-home-v2 .bm-home-service-grid{counter-reset:bm-home-services}
.bm-home-v2 .bm-home-service-card{counter-increment:bm-home-services;box-shadow:0 18px 44px rgba(58,38,31,.08)}
.bm-home-v2 .bm-home-service-card:before{content:"0" counter(bm-home-services);position:absolute;z-index:3;top:22px;left:25px;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.88);backdrop-filter:blur(7px);font:800 11px/1 Inter,Arial,sans-serif;letter-spacing:.12em;color:#6e4838}
.bm-home-v2 .bm-home-service-card__content{background:linear-gradient(90deg,rgba(23,17,15,.34),transparent);left:0!important;right:0!important;bottom:0!important;padding:60px 28px 26px!important}
.bm-home-v2 .bm-home-highlight-card{border:1px solid rgba(255,255,255,.08);box-shadow:0 26px 64px rgba(0,0,0,.18);transition:transform .28s ease}
.bm-home-v2 .bm-home-highlight-card:hover{transform:translateY(-7px)}
.bm-home-v2.bm-home-highlights{position:relative;overflow:hidden;background:linear-gradient(135deg,#211c1a,#382923)}
.bm-home-v2.bm-home-highlights:after{content:"BEAUTY MED";position:absolute;right:-20px;top:12px;font:500 clamp(72px,12vw,170px)/1 Georgia,serif;color:rgba(255,255,255,.025);pointer-events:none}
.bm-home-v2.bm-home-highlights>.bm-home-inner{width:100%!important;max-width:none!important}
.bm-home-v2.bm-home-highlights .bm-home-section-head{width:min(1180px,calc(100% - 48px))!important;margin-left:auto!important;margin-right:auto!important}
.bm-home-v2 .bm-home-highlight-track{width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-inline:contain;padding-left:0!important;padding-right:0!important;scroll-padding-left:0;scrollbar-width:none}
.bm-home-v2 .bm-home-highlight-track::-webkit-scrollbar{display:none}
.bm-home-v2 .bm-home-tech-card{min-height:520px!important;border:1px solid rgba(67,44,35,.08);box-shadow:0 24px 60px rgba(63,41,32,.08)}
.bm-home-v2 .bm-home-tech-card:first-child{background:linear-gradient(145deg,#fff 0%,#f5ebe4 100%)}
.bm-home-v2 .bm-home-tech-card>h3,.bm-home-v2 .bm-home-tech-card>.elementor-widget-heading,.bm-home-v2 .bm-home-tech-card>.elementor-widget-text-editor,.bm-home-v2 .bm-home-tech-card>.elementor-widget-button{position:relative!important;z-index:3!important;width:56%!important;max-width:56%!important}
.bm-home-v2 .bm-home-tech-card>.elementor-widget-image{z-index:1!important;right:20px!important;bottom:0!important;width:40%!important;max-width:40%!important;height:66%!important;max-height:none!important}
.bm-home-v2 .bm-home-tech-card>.elementor-widget-image .elementor-widget-container,.bm-home-v2 .bm-home-tech-card>.elementor-widget-image img{width:100%!important;height:100%!important}
.bm-home-v2 .bm-home-tech-card>.elementor-widget-image img{object-fit:contain!important;object-position:right bottom!important}
.bm-home-v2 .bm-home-signature{position:relative;display:grid!important;grid-template-columns:auto 1fr;gap:18px;align-items:center;margin:4px 0 30px;padding:20px 22px!important;border-left:3px solid #ad755b;background:#f6eee8;border-radius:0 16px 16px 0}
.bm-home-v2 .bm-home-signature h3.elementor-heading-title{font-family:Georgia,serif!important;font-size:25px!important;font-style:italic!important;color:#5f3d31!important;white-space:nowrap}
.bm-home-v2 .bm-home-signature p{font-size:13px!important;line-height:1.55!important;margin:0!important}
.bm-home-v2 .bm-home-location{position:relative;overflow:hidden;border:1px solid rgba(71,47,38,.09);box-shadow:0 18px 44px rgba(66,43,34,.06)}
.bm-home-v2 .bm-home-location:after{content:"";position:absolute;right:-55px;top:-55px;width:140px;height:140px;border-radius:50%;background:rgba(168,118,94,.09)}
.bm-home-v2.bm-home-final{position:relative;overflow:hidden;background:linear-gradient(120deg,#f8f1ec,#ead8cc)}
.bm-home-v2.bm-home-final:before,.bm-home-v2.bm-home-final:after{content:"";position:absolute;width:230px;height:230px;border:1px solid rgba(144,94,72,.17);border-radius:50%}
.bm-home-v2.bm-home-final:before{left:-110px;top:-90px}.bm-home-v2.bm-home-final:after{right:-90px;bottom:-120px}
.jupiterx-footer,
.jupiterx-main + .jupiterx-footer{margin-top:0!important}
.bm-footer-cta,
.elementor-169 .elementor-element.elementor-element-bmfcta10{
  --margin-top:0px!important;
  margin-top:0!important;
  margin-block-start:0!important;
}
@media(max-width:980px){.bm-home-v2 .bm-home-hero__mini{right:10px}.bm-home-v2 .bm-home-hero__visual-label{right:25px}.bm-home-v2 .bm-home-signature{grid-template-columns:1fr}.bm-home-v2 .bm-home-signature h3.elementor-heading-title{white-space:normal}}
@media(max-width:700px){.bm-home-v2.bm-home-hero{padding-top:50px!important}.bm-home-v2 .bm-home-hero__copy{padding-left:0!important}.bm-home-v2 .bm-home-hero__copy:before{display:none}.bm-home-v2 .bm-home-hero__visual>.elementor-widget-image:not(.bm-home-hero__mini){left:34px;right:4px;border-width:6px}.bm-home-v2 .bm-home-hero__mini{width:112px!important;height:145px;right:-2px;bottom:16px;border-width:5px}.bm-home-v2 .bm-home-hero__mini img{height:145px!important}.bm-home-v2 .bm-home-hero__visual-label{display:none}.bm-home-v2 .bm-home-trust{border-radius:16px}.bm-home-v2 .bm-home-service-card__content{padding:54px 22px 22px!important}.bm-home-v2 .bm-home-section-aside{max-width:none!important}.bm-home-v2 .bm-home-highlight-card:hover{transform:none}.bm-home-v2.bm-home-highlights .bm-home-section-head{width:calc(100% - 32px)!important}.bm-home-v2 .bm-home-highlight-track{padding-left:0!important;padding-right:0!important;scroll-padding-left:0}.bm-home-v2 .bm-home-tech-card{min-height:560px!important}.bm-home-v2 .bm-home-tech-card>h3,.bm-home-v2 .bm-home-tech-card>.elementor-widget-heading,.bm-home-v2 .bm-home-tech-card>.elementor-widget-text-editor,.bm-home-v2 .bm-home-tech-card>.elementor-widget-button{width:100%!important;max-width:100%!important}.bm-home-v2 .bm-home-tech-card>.elementor-widget-image{right:18px!important;bottom:0!important;width:58%!important;max-width:58%!important;height:43%!important}}

/* Offers: native Elementor cards in a reliable two-column editorial grid. */
.bm-offers-grid .bm-offer-card,
.bm-offers-grid .elementor-element-40692ce>.e-con-inner>.e-con{
  flex:0 0 calc(50% - 14px)!important;
  width:calc(50% - 14px)!important;
  max-width:calc(50% - 14px)!important;
  box-shadow:0 20px 54px rgba(42,35,32,.08);
}
.bm-offers-grid .bm-offer-card .elementor-widget-image,
.bm-offers-grid .bm-offer-card .elementor-widget-image .elementor-widget-container,
.bm-offers-grid .elementor-element-40692ce>.e-con-inner>.e-con>.e-con-inner>.elementor-widget-image,
.bm-offers-grid .elementor-element-40692ce>.e-con-inner>.e-con>.e-con-inner>.elementor-widget-image .elementor-widget-container{width:100%!important;}
.bm-offers-grid .bm-offer-card .elementor-widget-image img,
.bm-offers-grid .elementor-element-40692ce>.e-con-inner>.e-con>.e-con-inner>.elementor-widget-image img{
  display:block;
  width:100%!important;
  height:360px!important;
  object-fit:cover!important;
}
@media(max-width:767px){
  .bm-offers-grid .bm-offer-card,
  .bm-offers-grid .elementor-element-40692ce>.e-con-inner>.e-con{
    flex-basis:100%!important;
    width:100%!important;
    max-width:100%!important;
  }
  .bm-offers-grid .bm-offer-card .elementor-widget-image img,
  .bm-offers-grid .elementor-element-40692ce>.e-con-inner>.e-con>.e-con-inner>.elementor-widget-image img{height:250px!important;}
}

/* Services index — native Elementor page. */
.bm-services-index-hero,.bm-services-index-proof,.bm-services-index-catalog,.bm-services-index-approach,.bm-services-index-cta{font-family:Inter,Arial,sans-serif!important;overflow:hidden}
.bm-services-index-inner{width:min(1180px,calc(100% - 48px))!important;max-width:1180px!important;margin-inline:auto!important}
.bm-services-index-hero{padding:82px 0 70px!important;background:radial-gradient(circle at 76% 22%,rgba(255,255,255,.9) 0 12%,transparent 36%),linear-gradient(128deg,#efe1d7 0%,#fbf7f3 56%,#e7d3c6 100%)}
.bm-services-index-hero__inner{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr)!important;gap:74px!important;align-items:center!important}
.bm-services-index-hero__copy,.bm-services-index-hero__visual{width:auto!important;max-width:none!important;min-width:0!important}
.bm-services-index-kicker .elementor-heading-title{color:#a3684e!important;font-size:12px!important;font-weight:800!important;letter-spacing:.18em!important;line-height:1.4!important}
.bm-services-index-hero h1.elementor-heading-title{color:#221d1a!important;font-size:clamp(42px,5.15vw,68px)!important;line-height:1.02!important;letter-spacing:-.035em!important}
.bm-services-index-hero__copy>.elementor-widget-text-editor{max-width:650px}.bm-services-index-hero__copy p{font-size:17px!important;line-height:1.76!important}
.bm-services-index-actions{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:12px!important;margin-top:22px}
.bm-services-index-actions>.elementor-widget{width:auto!important}.bm-services-index-button--outline .elementor-button{background:transparent!important;color:#2d2522!important;border:1px solid rgba(45,37,34,.28)!important}
.bm-services-index-hero__visual{position:relative!important;isolation:isolate}.bm-services-index-hero__visual>.elementor-widget-image{overflow:hidden;border-radius:230px 230px 26px 26px;border:9px solid rgba(255,255,255,.55);box-shadow:0 30px 70px rgba(57,35,27,.16)}
.bm-services-index-hero__visual img{display:block;width:100%!important;height:540px!important;object-fit:cover!important;object-position:center top!important}
.bm-services-index-badge{position:absolute!important;left:-28px;bottom:34px;width:auto!important;padding:16px 22px!important;border-radius:999px;background:#2a2320;box-shadow:0 16px 38px rgba(42,35,32,.25)}
.bm-services-index-badge .elementor-heading-title{color:#fff!important;font-size:11px!important;letter-spacing:.16em!important}
.bm-services-index-proof{background:#2a2320;color:#fff}.bm-services-index-proof__grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}
.bm-services-index-proof__item{padding:34px 32px!important;border-right:1px solid rgba(255,255,255,.12)}.bm-services-index-proof__item:last-child{border-right:0}
.bm-services-index-proof__number .elementor-heading-title{color:#d7aa8b!important;font-size:11px!important;letter-spacing:.18em!important}.bm-services-index-proof__item h3.elementor-heading-title{color:#fff!important;font-size:19px!important;margin:7px 0}.bm-services-index-proof__item p{color:#cfc3bd!important;font-size:13px!important;line-height:1.58!important;margin:0!important}
.bm-services-index-catalog{padding:108px 0!important;background:#fffdfa}.bm-services-index-catalog h2.elementor-heading-title{color:#261f1c!important;font-size:clamp(38px,4.5vw,56px)!important;max-width:760px;margin:14px 0 12px}.bm-services-index-catalog__intro{max-width:720px;margin-bottom:42px}.bm-services-index-catalog__intro p{font-size:16px!important;line-height:1.7!important}
.bm-services-index-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}
.bm-services-index-card{display:flex!important;flex-direction:column!important;min-width:0!important;overflow:hidden!important;border:1px solid #eadfd7;border-radius:22px;background:#fff;box-shadow:0 18px 48px rgba(54,36,29,.06);transition:transform .25s ease,box-shadow .25s ease}.bm-services-index-card:hover{transform:translateY(-5px);box-shadow:0 26px 64px rgba(54,36,29,.12)}
.bm-services-index-card>.elementor-widget-image,.bm-services-index-card>.elementor-widget-image .elementor-widget-container{width:100%!important}.bm-services-index-card>.elementor-widget-image img{display:block;width:100%!important;height:265px!important;object-fit:cover!important;object-position:center!important}
.bm-services-index-card__copy{display:flex!important;flex:1!important;flex-direction:column!important;padding:28px!important;min-height:330px!important}.bm-services-index-card__number .elementor-heading-title{color:#a3684e!important;font-size:11px!important;letter-spacing:.18em!important}.bm-services-index-card h2.elementor-heading-title{font-size:27px!important;line-height:1.15!important;margin:12px 0 7px;color:#2a2320!important}.bm-services-index-card p{font-size:14px!important;line-height:1.66!important;color:#71645e!important}.bm-services-index-card__button{margin-top:auto!important}.bm-services-index-card__button .elementor-button{padding:0!important;background:transparent!important;color:#9e563f!important;font-size:13px!important}.bm-services-index-card__button .elementor-button:hover{color:#2a2320!important}
.bm-services-index-approach{padding:104px 0!important;background:#f0e3da}.bm-services-index-approach__grid{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr)!important;gap:28px!important;align-items:stretch!important}.bm-services-index-approach__copy,.bm-services-index-approach__notes{padding:50px!important;border-radius:26px}.bm-services-index-approach__copy{background:#fffdfa}.bm-services-index-approach__copy h2.elementor-heading-title{font-size:clamp(36px,4vw,52px)!important;line-height:1.08!important;margin:14px 0 18px;color:#2a2320!important}.bm-services-index-approach__copy p{font-size:16px!important;line-height:1.75!important}.bm-services-index-approach__notes{background:#654131;box-shadow:0 24px 60px rgba(74,45,35,.16)}.bm-services-index-approach__notes h3.elementor-heading-title{color:#f4d1ba!important;font-size:19px!important;margin-top:11px}.bm-services-index-approach__notes p{color:#f8f1ed!important;font-size:14px!important;line-height:1.6!important;padding-bottom:16px!important;border-bottom:1px solid rgba(255,255,255,.13)}.bm-services-index-approach__notes>.elementor-widget-text-editor:last-child p{border-bottom:0;padding-bottom:0!important}
.bm-services-index-cta{padding:72px 0!important;background:#2a2320}.bm-services-index-cta__inner{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:40px!important}.bm-services-index-cta__inner>.e-con{max-width:790px}.bm-services-index-cta h2.elementor-heading-title{color:#fff!important;font-size:clamp(34px,4vw,48px)!important}.bm-services-index-cta p{color:#d5c9c3!important;font-size:16px!important}.bm-services-index-cta__inner>.elementor-widget-button{width:auto!important;flex:0 0 auto!important}.bm-services-index-cta .elementor-button{background:#fff!important;color:#2a2320!important}
@media(max-width:980px){.bm-services-index-hero__inner,.bm-services-index-approach__grid{grid-template-columns:1fr!important}.bm-services-index-hero__visual{max-width:620px!important;margin-inline:auto!important}.bm-services-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.bm-services-index-proof__grid{grid-template-columns:1fr!important}.bm-services-index-proof__item{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.bm-services-index-proof__item:last-child{border-bottom:0}}
@media(max-width:700px){.bm-services-index-inner{width:calc(100% - 32px)!important}.bm-services-index-hero{padding:54px 0!important}.bm-services-index-hero__inner{gap:40px!important}.bm-services-index-hero__visual img{height:420px!important}.bm-services-index-badge{left:8px;bottom:20px}.bm-services-index-catalog,.bm-services-index-approach{padding:72px 0!important}.bm-services-index-grid{grid-template-columns:1fr!important}.bm-services-index-card>.elementor-widget-image img{height:245px!important}.bm-services-index-card__copy{min-height:0!important}.bm-services-index-approach__copy,.bm-services-index-approach__notes{padding:30px 24px!important}.bm-services-index-cta__inner{align-items:flex-start!important;flex-direction:column!important}.bm-services-index-actions{flex-direction:column!important;align-items:stretch!important}.bm-services-index-actions>.elementor-widget,.bm-services-index-actions .elementor-button{width:100%!important}.bm-services-index-actions .elementor-button{justify-content:center}}

/* Elementor boxed containers place their children in .e-con-inner. Keep the
 * authored containers native while applying the intended editorial grids to
 * that generated wrapper. */
.bm-services-index-hero__inner,.bm-services-index-proof__grid,.bm-services-index-grid,.bm-services-index-approach__grid,.bm-services-index-cta__inner{display:block!important}
.bm-services-index-inner>.e-con-inner{width:100%!important;max-width:none!important}
.bm-services-index-hero__inner>.e-con-inner,.bm-services-index-proof__grid>.e-con-inner,.bm-services-index-grid>.e-con-inner,.bm-services-index-approach__grid>.e-con-inner,.bm-services-index-cta__inner>.e-con-inner{width:100%!important;max-width:none!important}
.bm-services-index-hero__inner>.e-con-inner{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr)!important;gap:74px!important;align-items:center!important}
.bm-services-index-proof__grid>.e-con-inner{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}
.bm-services-index-grid>.e-con-inner{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;align-items:stretch!important}
.bm-services-index-grid>.e-con-inner>.bm-services-index-card{width:100%!important;max-width:none!important;min-width:0!important;height:auto!important;align-self:stretch!important;--width:100%!important;--custom-width:100%!important}
.bm-services-index-card>.e-con-inner>.elementor-widget-image,.bm-services-index-card>.e-con-inner>.elementor-widget-image .elementor-widget-container{width:100%!important}
.bm-services-index-card>.e-con-inner>.elementor-widget-image img{display:block;width:100%!important;height:265px!important;object-fit:cover!important;object-position:center!important}
.bm-services-index-approach__grid>.e-con-inner{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr)!important;gap:28px!important;align-items:stretch!important}
.bm-services-index-cta__inner>.e-con-inner{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:40px!important}
@media(max-width:980px){.bm-services-index-hero__inner>.e-con-inner,.bm-services-index-approach__grid>.e-con-inner{grid-template-columns:1fr!important}.bm-services-index-proof__grid>.e-con-inner{grid-template-columns:1fr!important}.bm-services-index-grid>.e-con-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:700px){.bm-services-index-hero__inner>.e-con-inner{gap:40px!important}.bm-services-index-grid>.e-con-inner{grid-template-columns:1fr!important}.bm-services-index-card>.e-con-inner>.elementor-widget-image img{height:245px!important}.bm-services-index-cta__inner>.e-con-inner{align-items:flex-start!important;flex-direction:column!important}}

/* Search results — global Beauty MED system page, without the theme sidebar. */
body.search,body.search-results{overflow-x:hidden!important}
.search .jupiterx-sidebar,.search-results .jupiterx-sidebar{display:none!important}
.search .jupiterx-main,.search-results .jupiterx-main{padding:0!important;max-width:none!important;width:100%!important}
.search .jupiterx-main>.container,.search-results .jupiterx-main>.container{width:100%!important;max-width:none!important;padding:0!important;margin:0!important}
.search .jupiterx-main-content,.search-results .jupiterx-main-content{flex:0 0 100%!important;width:100%!important;max-width:100%!important;padding:0!important}
.search .jupiterx-main .container,.search-results .jupiterx-main .container{width:100%!important;max-width:none!important;padding:0!important;margin:0!important}
.search .jupiterx-main .row,.search-results .jupiterx-main .row{width:100%!important;margin:0!important}
.search .jupiterx-primary,.search-results .jupiterx-primary{flex:0 0 100%!important;width:100%!important;max-width:100%!important;padding:0!important}
.bm-search-main{margin:0!important;padding:0!important;max-width:none!important;width:100%!important;overflow:hidden;font-family:Inter,Arial,sans-serif;color:#2a2320}
.bm-search-shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.bm-search-hero{padding:82px 0 74px;background:radial-gradient(circle at 82% 22%,rgba(255,255,255,.86) 0 10%,transparent 34%),linear-gradient(128deg,#efe1d7 0%,#fbf7f3 58%,#e4cfc1 100%)}
.bm-search-kicker,.bm-search-results-head>p{margin:0 0 15px;color:#a3684e;font-size:12px;font-weight:800;letter-spacing:.18em;line-height:1.4}
.bm-search-hero h1{max-width:900px;margin:0;color:#241e1b;font-size:clamp(38px,5vw,66px);font-weight:700;letter-spacing:-.035em;line-height:1.06}
.bm-search-hero h1 span{color:#704737}.bm-search-intro{max-width:720px;margin:20px 0 0;color:#715f57;font-size:17px;line-height:1.7}
.bm-search-form-wrap{display:grid;grid-template-columns:minmax(210px,.42fr) minmax(280px,.9fr) minmax(360px,1.2fr);gap:14px 30px;align-items:center;margin-top:46px;padding:28px 30px;border:1px solid rgba(112,71,55,.15);border-radius:20px;background:rgba(255,253,250,.78);box-shadow:0 18px 46px rgba(62,40,31,.07)}
.bm-search-form-wrap h2{margin:0;color:#2a2320;font-size:22px;line-height:1.2}.bm-search-form-wrap>p{margin:0;color:#776861;font-size:13px;line-height:1.55}
.bm-search-form-wrap .bm-404-search{display:flex;gap:9px;width:100%;margin:0}.bm-search-form-wrap .bm-404-search input{min-width:0;flex:1;height:50px;padding:0 18px;border:1px solid #d8c5b9;border-radius:999px;background:#fff;color:#2a2320;font:500 15px/1 Inter,Arial,sans-serif;outline:none}.bm-search-form-wrap .bm-404-search input:focus{border-color:#9f624a;box-shadow:0 0 0 3px rgba(159,98,74,.12)}
.bm-search-form-wrap .bm-404-search button{height:50px;padding:0 24px;border:0;border-radius:999px;background:#2a2320;color:#fff;font:700 14px/1 Inter,Arial,sans-serif;cursor:pointer;transition:background .2s ease,transform .2s ease}.bm-search-form-wrap .bm-404-search button:hover{background:#704737;transform:translateY(-1px)}
.bm-search-results{padding:98px 0 108px;background:#fffdfa}.bm-search-results-head{max-width:760px;margin-bottom:38px}.bm-search-results-head h2,.bm-search-empty h2{margin:0;color:#2a2320;font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-.025em}
.bm-search-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.bm-search-card{display:flex;min-width:0;min-height:280px;flex-direction:column;padding:34px;border:1px solid #eadfd7;border-radius:22px;background:#fff;box-shadow:0 18px 48px rgba(54,36,29,.055);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.bm-search-card:hover{transform:translateY(-4px);border-color:#d4b8a7;box-shadow:0 25px 60px rgba(54,36,29,.1)}
.bm-search-card-type{margin:0 0 17px;color:#a3684e;font-size:11px;font-weight:800;letter-spacing:.18em}.bm-search-card h3{margin:0 0 14px;font-size:27px;line-height:1.16;letter-spacing:-.02em}.bm-search-card h3 a{color:#2a2320;text-decoration:none}.bm-search-card-excerpt{margin:0 0 25px;color:#756660;font-size:14px;line-height:1.68}.bm-search-card-link{margin-top:auto;color:#9e563f;font-size:13px;font-weight:800;text-decoration:none}.bm-search-card-link span{display:inline-block;margin-left:5px;transition:transform .2s ease}.bm-search-card-link:hover span{transform:translateX(4px)}
.bm-search-pagination{margin-top:42px}.bm-search-pagination .nav-links{display:flex;flex-wrap:wrap;gap:8px}.bm-search-pagination .page-numbers{display:grid;min-width:42px;height:42px;padding:0 13px;place-items:center;border:1px solid #dfcec3;border-radius:999px;color:#60483e;text-decoration:none}.bm-search-pagination .page-numbers.current,.bm-search-pagination a.page-numbers:hover{border-color:#2a2320;background:#2a2320;color:#fff}
.bm-search-empty{max-width:780px;padding:52px;border:1px solid #e7d8cf;border-radius:26px;background:#f4e8e0}.bm-search-empty>p:not(.bm-search-kicker){color:#6e5f58;font-size:16px;line-height:1.7}.bm-search-empty-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.bm-search-empty-actions a{padding:15px 25px;border-radius:999px;background:#2a2320;color:#fff;font-size:14px;font-weight:700;text-decoration:none}.bm-search-empty-actions a+ a{border:1px solid #cdb6a9;background:transparent;color:#2a2320}
@media(max-width:900px){.bm-search-form-wrap{grid-template-columns:1fr}.bm-search-grid{grid-template-columns:1fr}}
@media(max-width:700px){.bm-search-shell{width:calc(100% - 32px)}.bm-search-hero{padding:56px 0}.bm-search-form-wrap{margin-top:32px;padding:22px}.bm-search-form-wrap .bm-404-search{flex-direction:column}.bm-search-form-wrap .bm-404-search button{width:100%}.bm-search-results{padding:72px 0}.bm-search-card{min-height:0;padding:27px 24px}.bm-search-empty{padding:34px 24px}}

/* Global header search trigger and accessible modal search field. */
.bm-site-header>.e-con-inner{align-items:center!important}
.bm-header-search-slot{display:flex;flex:0 0 46px;width:46px;align-items:center;justify-content:center;margin-left:auto;margin-right:12px}
.bm-header-search-toggle{display:grid;width:44px;height:44px;padding:0;place-items:center;border:1px solid #d8c7bd;border-radius:999px;background:#fffdfa;color:#2a2320;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.bm-header-search-toggle:hover,.bm-header-search-toggle:focus-visible{border-color:#2a2320;background:#2a2320;color:#fff;transform:translateY(-1px);outline:none}.bm-header-search-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.bm-search-open{overflow:hidden!important}.bm-header-search-overlay[hidden]{display:none!important}.bm-header-search-overlay{position:fixed;z-index:1000000;inset:0;display:grid;place-items:start center;padding:clamp(88px,12vh,150px) 20px 30px;opacity:0;transition:opacity .22s ease}.bm-header-search-overlay.is-open{opacity:1}.bm-header-search-backdrop{position:absolute;inset:0;background:rgba(31,24,21,.72);backdrop-filter:blur(7px)}
.bm-header-search-dialog{position:relative;width:min(760px,100%);padding:52px;border:1px solid rgba(255,255,255,.48);border-radius:28px;background:linear-gradient(132deg,#f1e3da 0%,#fffdfa 58%,#e5d0c3 100%);box-shadow:0 32px 90px rgba(25,17,14,.28);font-family:Inter,Arial,sans-serif;color:#2a2320;transform:translateY(-16px);transition:transform .22s ease}.bm-header-search-overlay.is-open .bm-header-search-dialog{transform:translateY(0)}
.bm-header-search-close{position:absolute;top:18px;right:20px;width:40px;height:40px;padding:0;border:1px solid rgba(42,35,32,.18);border-radius:999px;background:rgba(255,255,255,.6);color:#2a2320;font:300 28px/36px Inter,Arial,sans-serif;cursor:pointer}.bm-header-search-close:hover{background:#2a2320;color:#fff}.bm-header-search-kicker{margin:0 0 13px;color:#a3684e;font-size:11px;font-weight:800;letter-spacing:.18em}.bm-header-search-dialog h2{margin:0;color:#241e1b;font-size:clamp(38px,6vw,58px);line-height:1.06;letter-spacing:-.035em}.bm-header-search-dialog>p:not(.bm-header-search-kicker){margin:15px 0 30px;color:#705f58;font-size:15px;line-height:1.65}
.bm-header-search-form{display:flex;width:100%;gap:10px;padding:7px;border:1px solid #d8c5b9;border-radius:999px;background:#fff;box-shadow:0 15px 40px rgba(53,36,29,.08)}.bm-header-search-form input{min-width:0;flex:1;height:52px;padding:0 20px;border:0!important;background:transparent!important;color:#2a2320;font:500 16px/1 Inter,Arial,sans-serif;outline:none!important;box-shadow:none!important}.bm-header-search-form button{height:52px;padding:0 26px;border:0;border-radius:999px;background:#2a2320;color:#fff;font:700 14px/1 Inter,Arial,sans-serif;cursor:pointer}.bm-header-search-form button:hover{background:#704737}.bm-header-search-form button span{margin-left:7px}
@media(max-width:1024px){.bm-header-search-slot{margin-left:8px;margin-right:8px}.bm-header-search-toggle{width:42px;height:42px}}
@media(max-width:700px){.bm-header-search-slot{order:3;flex-basis:40px;width:40px;margin:0 5px}.bm-header-search-toggle{width:38px;height:38px}.bm-header-search-dialog{padding:44px 22px 28px;border-radius:22px}.bm-header-search-form{flex-direction:column;border-radius:20px}.bm-header-search-form button{width:100%}}

/* Beauty MED legal pages — native Elementor documents */
.bm-legal-hero,
.bm-legal-body,
.bm-legal-cta {
  --bm-legal-ink: #241d1a;
  --bm-legal-brown: #694331;
  --bm-legal-sand: #f5eee9;
  --bm-legal-line: #dec9bd;
  font-family: Inter, Arial, sans-serif;
}

.bm-legal-inner {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}

.bm-legal-hero {
  overflow: hidden;
  padding: clamp(86px, 10vw, 150px) 0 clamp(72px, 8vw, 116px) !important;
  background:
    radial-gradient(circle at 85% 20%, rgba(221, 191, 173, .18), transparent 32%),
    #29211e;
  color: #fff;
}

.bm-legal-hero-inner {
  gap: 18px !important;
}

.bm-legal-hero .elementor-heading-title {
  color: #d9b59f !important;
}

.bm-legal-hero .elementor-widget-text-editor,
.bm-legal-hero .elementor-widget-text-editor p {
  color: #eadfd9 !important;
}

.bm-legal-eyebrow .elementor-heading-title {
  color: #d9b59f !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .18em !important;
}

.bm-legal-hero h1.elementor-heading-title {
  max-width: 880px;
  color: #fff !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: clamp(44px, 6vw, 76px) !important;
  font-weight: 650 !important;
  line-height: 1.04 !important;
  letter-spacing: -.045em !important;
}

.bm-legal-intro,
.bm-legal-intro p {
  max-width: 780px;
  margin: 0 !important;
  color: #eadfd9 !important;
  font-size: clamp(17px, 1.5vw, 21px) !important;
  line-height: 1.75 !important;
}

.bm-legal-updated,
.bm-legal-updated p {
  margin: 12px 0 0 !important;
  color: #caa891 !important;
  font-size: 13px !important;
  letter-spacing: .03em;
}

.bm-legal-body {
  padding: clamp(58px, 7vw, 96px) 0 !important;
  background: #fbf8f6;
  color: var(--bm-legal-ink);
}

.bm-legal-sections {
  gap: 22px !important;
}

.bm-legal-section {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 46px) !important;
  gap: 13px !important;
  border: 1px solid var(--bm-legal-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(50, 31, 23, .045);
}

.bm-legal-section::after {
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: var(--bm-legal-sand);
  content: "";
  pointer-events: none;
}

.bm-legal-section h2.elementor-heading-title {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  color: var(--bm-legal-ink) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: clamp(23px, 2.4vw, 31px) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -.025em !important;
}

.bm-legal-section .elementor-widget-text-editor,
.bm-legal-section .elementor-widget-shortcode {
  position: relative;
  z-index: 1;
}

.bm-legal-section p,
.bm-legal-section li,
.bm-legal-section td,
.bm-legal-section th {
  color: #654f45 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.82 !important;
}

.bm-legal-section p:last-child {
  margin-bottom: 0 !important;
}

.bm-legal-section a {
  color: #9f352f !important;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.bm-legal-cookie-document .cmplz-document {
  max-width: none !important;
}

.bm-legal-cookie-document .cmplz-document h2,
.bm-legal-cookie-document .cmplz-document h3,
.bm-legal-cookie-document .cmplz-document h4 {
  color: var(--bm-legal-ink) !important;
  font-family: Inter, Arial, sans-serif !important;
  line-height: 1.3 !important;
}

.bm-legal-cookie-document table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.bm-legal-manage-consent .cmplz-manage-consent {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  min-height: 50px;
  padding: 13px 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #29211e !important;
  color: #fff !important;
  font-family: Inter, Arial, sans-serif !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.bm-legal-cta {
  padding: clamp(48px, 6vw, 76px) 0 !important;
  background: #ead8cd;
}

.bm-legal-cta-inner {
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;
}

.bm-legal-cta h2.elementor-heading-title {
  color: var(--bm-legal-ink) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: clamp(28px, 3.6vw, 44px) !important;
  font-weight: 700 !important;
  letter-spacing: -.035em !important;
}

.bm-legal-cta p {
  margin: 8px 0 0 !important;
  color: #6d554a !important;
  font-size: 16px !important;
}

.bm-legal-cta .elementor-button {
  min-width: 210px;
  padding: 17px 28px !important;
  border-radius: 999px !important;
  background: #29211e !important;
  color: #fff !important;
  font-family: Inter, Arial, sans-serif !important;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  .bm-legal-inner {
    width: min(100% - 30px, 1180px) !important;
  }

  .bm-legal-section {
    padding: 25px 21px !important;
    border-radius: 18px;
  }

  .bm-legal-cta-inner {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .bm-legal-cta .elementor-button {
    width: 100%;
  }
}
