.elementor-42 .elementor-element.elementor-element-0511061{--display:flex;--min-height:100vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-42 .elementor-element.elementor-element-e80f7f3{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-42 .elementor-element.elementor-element-475ead0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-42 .elementor-element.elementor-element-8a439d9{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-42 .elementor-element.elementor-element-5b28169{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-42 .elementor-element.elementor-element-0fd313c{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-42 .elementor-element.elementor-element-0fd313c.elementor-element{--align-self:center;}:root{--page-title-display:none;}body.elementor-page-42{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS */<!-- =====================================================
Skin & Sculpt Med Spa – Video Hero Section
===================================================== -->

<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">

<style>
/* ---------- HERO WRAPPER ---------- */
.ss-video-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}

/* ---------- VIDEO ---------- */
.ss-video-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* ---------- OVERLAY ---------- */
.ss-video-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* ---------- CONTENT ---------- */
.ss-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.ss-hero-inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 24px;
  color: #ffffff;
}

.ss-hero-inner h1 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 18px;
}

.ss-hero-inner p {
  font-size: 18px;
  max-width: 620px;
  line-height: 1.7;
  color: #e5e7eb;
  margin-bottom: 32px;
}

/* ---------- BUTTON ---------- */
.ss-hero-btn {
  display: inline-block;
  padding: 14px 34px;
  background: #ffffff;
  color: #1f2937;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.25s ease;
}

.ss-hero-btn:hover {
  background: #f3f4f6;
}

/* ---------- MOBILE ---------- */
@media (max-width: 768px) {
  .ss-video-hero {
    height: 85vh;
    min-height: 520px;
  }

  .ss-hero-inner h1 {
    font-size: 30px;
  }

  .ss-hero-inner p {
    font-size: 16px;
  }
}
</style>

<section class="ss-video-hero">

  <video 
    autoplay 
    muted 
    loop 
    playsinline 
    preload="auto">
    <source src="https://skinandsculptmedspa.com/wp-content/uploads/2025/05/Skin-Sculpt-Banner.mp4" type="video/mp4">
  </video>

  <div class="ss-hero-content">
    <div class="ss-hero-inner">
      <h1>Refined Aesthetic Care.<br>Natural, Sculpted Results.</h1>
      <p>
        Skin & Sculpt Med Spa offers personalized aesthetic treatments designed to enhance your natural beauty,
        restore confidence, and deliver subtle, sophisticated results.
      </p>
      <a href="/book-online" class="ss-hero-btn">Book Appointment</a>
    </div>
  </div>

</section>/* End custom CSS */