/* SECTION1612 — Elementor hero, brand primary #850e35 */
.mc-hero-wrap.elementor-section,
.elementor-section.mc-hero-wrap {
  --mc-hero-brand: #850e35;
  --mc-hero-text: rgb(47, 67, 87);
  --mc-hero-title-size: 40px;
  --mc-hero-desc-size: 18px;
  --mc-hero-cta-size: 18px;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 702px;
  overflow: hidden;
  background-color: #f0f0f0;
  font-family: Tinos, serif;
}

.mc-hero-wrap > .elementor-container,
.mc-hero-wrap > .elementor-container > .elementor-column,
.mc-hero-wrap > .elementor-container > .elementor-column > .elementor-widget-wrap,
.mc-hero-wrap > .elementor-container > .elementor-row,
.mc-hero-wrap > .elementor-container > .elementor-row > .elementor-column,
.mc-hero-wrap > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
  position: relative;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.mc-hero-wrap .elementor-element {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.mc-hero-wrap .elementor-widget-wrap > .elementor-element {
  width: auto;
}

/* Background image widget */
.mc-hero-wrap .elementor-element.mc-hero__bg {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
}
.mc-hero-wrap .mc-hero__bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: left top;
  display: block;
}

/* Right curve panel */
.mc-hero-wrap .elementor-element.mc-hero__right-panel {
  position: absolute !important;
  top: 0;
  left: calc(50% - 600px + 800px);
  width: 867px !important;
  height: 100% !important;
  z-index: 1;
  overflow: hidden;
  border-radius: 500px 0 0 500px;
  pointer-events: none;
}
.mc-hero-wrap .mc-hero__right-panel img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.mc-hero-wrap .elementor-element.mc-hero__right-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(133, 14, 53, 0.35), rgba(133, 14, 53, 0.55));
  opacity: 0.85;
  pointer-events: none;
}

/* Copy column (inner section) */
.mc-hero-wrap .mc-hero__copy.elementor-inner-section {
  position: absolute !important;
  left: max(0px, calc(50% - 600px));
  top: 44px;
  width: 510px !important;
  z-index: 4;
}
.mc-hero-wrap .mc-hero__copy > .elementor-container,
.mc-hero-wrap .mc-hero__copy > .elementor-container > .elementor-row,
.mc-hero-wrap .mc-hero__copy .elementor-column,
.mc-hero-wrap .mc-hero__copy .elementor-widget-wrap {
  height: auto !important;
  width: 100% !important;
  max-width: none !important;
}

.mc-hero-wrap .elementor-element.mc-hero__badge {
  display: flex !important;
  justify-content: center;
  align-items: center;
  box-sizing: border-box !important;
  width: 150px !important;
  height: 150px !important;
  max-width: 150px !important;
  margin: 0 auto 25px !important;
  padding: 28px 24px !important;
  border-radius: 50% !important;
  background: #fff !important;
  overflow: hidden !important;
}

.mc-hero-wrap .mc-hero__badge .elementor-widget-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.mc-hero-wrap .mc-hero__badge img,
.mc-hero-wrap .mc-hero__badge img.attachment-full,
.mc-hero-wrap .mc-hero__badge .elementor-widget-container img {
  box-sizing: border-box !important;
  width: 90px !important;
  max-width: 90px !important;
  height: auto !important;
  max-height: 90px !important;
  padding: 0 !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  object-fit: contain !important;
  display: block !important;
  filter: none;
}

.mc-hero-wrap .elementor-element.mc-hero__title {
  margin: 0 0 30px !important;
  width: 100%;
  max-width: 500px;
}
.mc-hero-wrap .mc-hero__title .elementor-heading-title {
  margin: 0;
  color: var(--mc-hero-brand) !important;
  font-family: Tinos, serif !important;
  font-weight: 400 !important;
  font-size: var(--mc-hero-title-size) !important;
  line-height: 1.4 !important;
  font-style: normal !important;
  text-align: center !important;
  letter-spacing: normal;
}

.mc-hero-wrap .elementor-element.mc-hero__desc {
  margin: 0 0 30px !important;
  width: 100%;
  max-width: 510px;
}
.mc-hero-wrap .mc-hero__desc,
.mc-hero-wrap .mc-hero__desc p {
  margin: 0;
  color: var(--mc-hero-text) !important;
  font-family: Tinos, serif !important;
  font-weight: 400 !important;
  font-size: var(--mc-hero-desc-size) !important;
  line-height: 1.6 !important;
  font-style: italic !important;
  text-align: center !important;
}
.mc-hero-wrap .mc-hero__desc strong,
.mc-hero-wrap .mc-hero__desc span {
  font-weight: 700 !important;
  font-style: italic !important;
  color: inherit !important;
}

.mc-hero-wrap .elementor-element.mc-hero__cta {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 500px;
}
.mc-hero-wrap .mc-hero__cta .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 195px;
  height: 48px;
  padding: 0;
  border: 1.6px solid var(--mc-hero-brand);
  border-radius: 25px;
  color: var(--mc-hero-brand) !important;
  background: transparent !important;
  font-family: Tinos, serif !important;
  font-size: var(--mc-hero-cta-size) !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1 !important;
  text-align: center;
  text-decoration: none !important;
  fill: var(--mc-hero-brand);
  box-shadow: none !important;
}
.mc-hero-wrap .mc-hero__cta .elementor-button:hover {
  background: transparent !important;
  color: var(--mc-hero-brand) !important;
  border-color: var(--mc-hero-brand);
}

/* Product visuals */
.mc-hero-wrap .elementor-element.mc-hero__main {
  position: absolute !important;
  left: calc(50% - 600px + 537px);
  top: 100px;
  width: 505px !important;
  height: 505px !important;
  z-index: 3;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 7px 15px 0px;
}
.mc-hero-wrap .mc-hero__main img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.mc-hero-wrap .elementor-element.mc-hero__inset {
  position: absolute !important;
  left: calc(50% - 600px + 494px);
  top: 31px;
  width: 199px !important;
  height: 198px !important;
  z-index: 4;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.mc-hero-wrap .mc-hero__inset img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

/*
 * iPad / tablet — keep desktop hero composition (not stacked phone layout).
 * Scale 1200×702 stage; scale() needs unitless /1200px.
 */
@media (min-width: 768px) and (max-width: 1024px) {
  .mc-hero-wrap.elementor-section,
  .elementor-section.mc-hero-wrap {
    --mc-hero-s: min(1, calc(100vw / 1200px));
    --mc-hero-title-size: 36px;
    --mc-hero-desc-size: 16px;
    --mc-hero-cta-size: 16px;
    height: calc(702px * var(--mc-hero-s)) !important;
    min-height: 0 !important;
    overflow: hidden;
  }

  .mc-hero-wrap > .elementor-container {
    width: calc(1200px * var(--mc-hero-s)) !important;
    max-width: none !important;
    height: calc(702px * var(--mc-hero-s)) !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    overflow: hidden !important;
  }

  .mc-hero-wrap > .elementor-container > .elementor-column {
    display: block !important;
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .mc-hero-wrap > .elementor-container > .elementor-column > .elementor-widget-wrap {
    display: block !important;
    flex: 0 0 1200px !important;
    flex-shrink: 0 !important;
    width: 1200px !important;
    min-width: 1200px !important;
    max-width: 1200px !important;
    height: 702px !important;
    min-height: 702px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: scale(var(--mc-hero-s)) !important;
    transform-origin: top left !important;
    overflow: visible !important;
  }

  /* Restore desktop absolute coords inside the scaled 1200 stage */
  .mc-hero-wrap .mc-hero__copy.elementor-inner-section {
    position: absolute !important;
    left: max(0px, calc(50% - 600px)) !important;
    top: 44px !important;
    width: 510px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mc-hero-wrap .elementor-element.mc-hero__right-panel {
    position: absolute !important;
    top: 0 !important;
    bottom: auto !important;
    left: calc(50% - 600px + 800px) !important;
    right: auto !important;
    width: 867px !important;
    height: 100% !important;
  }

  .mc-hero-wrap .elementor-element.mc-hero__main {
    position: absolute !important;
    left: calc(50% - 600px + 537px) !important;
    right: auto !important;
    top: 100px !important;
    bottom: auto !important;
    width: 505px !important;
    height: 505px !important;
  }

  .mc-hero-wrap .elementor-element.mc-hero__inset {
    position: absolute !important;
    left: calc(50% - 600px + 494px) !important;
    right: auto !important;
    top: 31px !important;
    bottom: auto !important;
    width: 199px !important;
    height: 198px !important;
  }
}

/* —— ≤767 phone: stacked copy + visuals —— */
@media (max-width: 767px) {
  .mc-hero-wrap.elementor-section,
  .elementor-section.mc-hero-wrap {
    --mc-hero-title-size: 26px;
    --mc-hero-desc-size: 14px;
    --mc-hero-cta-size: 15px;
    height: auto;
    min-height: 820px;
    overflow: hidden;
  }

  .mc-hero-wrap > .elementor-container,
  .mc-hero-wrap > .elementor-container > .elementor-column,
  .mc-hero-wrap > .elementor-container > .elementor-column > .elementor-widget-wrap {
    height: auto !important;
    min-height: 820px;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .mc-hero-wrap .mc-hero__copy.elementor-inner-section {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    max-width: 560px;
    margin: 0 auto;
    padding: 16px 20px 16px !important;
    box-sizing: border-box;
  }

  .mc-hero-wrap .elementor-element.mc-hero__badge {
    width: 100px !important;
    height: 100px !important;
    max-width: 100px !important;
    margin: 0 auto 16px !important;
    padding: 16px 14px !important;
  }

  .mc-hero-wrap .mc-hero__badge img,
  .mc-hero-wrap .mc-hero__badge img.attachment-full {
    width: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
  }

  .mc-hero-wrap .elementor-element.mc-hero__title,
  .mc-hero-wrap .elementor-element.mc-hero__desc,
  .mc-hero-wrap .elementor-element.mc-hero__cta {
    max-width: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mc-hero-wrap .elementor-element.mc-hero__title {
    margin-bottom: 16px !important;
  }

  .mc-hero-wrap .elementor-element.mc-hero__desc {
    margin-bottom: 16px !important;
  }

  .mc-hero-wrap .mc-hero__cta .elementor-button {
    width: 180px;
    height: 44px;
  }

  .mc-hero-wrap .elementor-element.mc-hero__right-panel {
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
    left: 20% !important;
    right: auto !important;
    width: 90% !important;
    height: 300px !important;
  }

  .mc-hero-wrap .elementor-element.mc-hero__main {
    position: absolute !important;
    left: 28px !important;
    right: auto !important;
    top: auto !important;
    bottom: 36px !important;
    width: 220px !important;
    height: 220px !important;
  }

  .mc-hero-wrap .elementor-element.mc-hero__inset {
    position: absolute !important;
    left: 16px !important;
    right: auto !important;
    top: auto !important;
    bottom: 200px !important;
    width: 96px !important;
    height: 96px !important;
    border-width: 4px;
  }
}

/* —— 320 —— */
@media (max-width: 320px) {
  .mc-hero-wrap.elementor-section,
  .elementor-section.mc-hero-wrap {
    --mc-hero-title-size: 22px;
    --mc-hero-desc-size: 13px;
    --mc-hero-cta-size: 14px;
    min-height: 760px;
  }

  .mc-hero-wrap > .elementor-container,
  .mc-hero-wrap > .elementor-container > .elementor-column,
  .mc-hero-wrap > .elementor-container > .elementor-column > .elementor-widget-wrap {
    min-height: 760px;
  }

  .mc-hero-wrap .mc-hero__copy.elementor-inner-section {
    padding: 12px 14px 12px !important;
  }

  .mc-hero-wrap .elementor-element.mc-hero__badge {
    width: 88px !important;
    height: 88px !important;
    max-width: 88px !important;
    padding: 14px 12px !important;
  }

  .mc-hero-wrap .mc-hero__badge img,
  .mc-hero-wrap .mc-hero__badge img.attachment-full {
    width: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
  }

  .mc-hero-wrap .mc-hero__cta .elementor-button {
    width: 168px;
    height: 42px;
  }

  .mc-hero-wrap .elementor-element.mc-hero__main {
    left: 16px;
    bottom: 28px;
    width: 180px !important;
    height: 180px !important;
  }

  .mc-hero-wrap .elementor-element.mc-hero__inset {
    left: 10px;
    bottom: 168px;
    width: 80px !important;
    height: 80px !important;
  }
}
