.elementor-kit-580{--e-global-color-primary:#111111;--e-global-color-secondary:#F7F5F2;--e-global-color-text:#444444;--e-global-color-accent:#C8B6A6;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-letter-spacing:0.2px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-line-height:1.6px;--e-global-typography-secondary-letter-spacing:0.2px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#444444;font-family:"Inter", Sans-serif;font-size:16px;line-height:1.8px;letter-spacing:0px;}.elementor-kit-580 e-page-transition{background-color:#FFBC7D;}.elementor-kit-580 h1{color:#111111;font-family:"Playfair Display", Sans-serif;font-size:56px;line-height:1.15px;letter-spacing:-0.5px;}.elementor-kit-580 h2{font-size:40px;line-height:1.2px;}.elementor-kit-580 h3{font-size:28px;font-weight:500;}.elementor-kit-580 h4{font-size:22px;font-weight:400;}.elementor-kit-580 button,.elementor-kit-580 input[type="button"],.elementor-kit-580 input[type="submit"],.elementor-kit-580 .elementor-button{font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;letter-spacing:1.5px;border-radius:50px 50px 50px 50px;padding:18px 18px 18px 18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:24px;--container-default-padding-right:24px;--container-default-padding-bottom:24px;--container-default-padding-left:24px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ================================
   UTAH FACIAL PLASTICS–INSPIRED SECTION
   CLEAN, SCALED, NON-ZOOMED
================================ */

.ufp-about {
  position: relative;
  background-color: #f7f6f4;
  padding: clamp(80px, 10vw, 140px) 0;
  overflow: hidden;
}

/* Taupe background accent */
.ufp-about::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -120px;
  width: 420px;
  height: 420px;
  background-color: #b8a48a;
  border-radius: 80px;
  transform: translateY(-50%);
  opacity: 0.18;
  z-index: 0;
}

.ufp-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

/* TEXT */
.ufp-text {
  max-width: 520px;
}

.ufp-eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #9c8a6b;
  margin-bottom: 18px;
}

.ufp-text h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.15;
  color: #1c1c1c;
  margin-bottom: 22px;
}

.ufp-text p {
  font-size: 17px;
  line-height: 1.7;
  color: #5a5a5a;
  margin-bottom: 34px;
}

/* BUTTON */
.ufp-btn {
  display: inline-block;
  padding: 14px 34px;
  border-radius: 999px;
  background-color: #1c1c1c;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: u
/* FORCE SERVICE CARDS TO BE CARDS (NOT HEROES) */
.lux-service {
  position: relative;
  width: 100%;
  max-height: 420px;              /* 👈 THIS IS KEY */
  aspect-ratio: 3 / 4;            /* editorial portrait ratio */
  overflow: hidden;
  border-radius: 18px;
  background: #000;
}

/* VIDEO CONTAINMENT */
.lux-service video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.6s ease, transform 0.6s ease;
}
/* 1) Stop eyebrow + H1 collision */
.refresh-service .refresh-eyebrow{
  margin: 0 0 14px !important;
  line-height: 1.2 !important;
}

.refresh-service .refresh-h1{
  margin: 0 0 14px !important;
  line-height: 1.15 !important;   /* key: gives tall serif room */
  padding-top: 2px;               /* tiny breathing room */
}

/* Elementor sometimes wraps headings like this */
.refresh-service .elementor-heading-title.refresh-h1{
  line-height: 1.15 !important;
}

/* 2) Prevent “random” margin stacking inside hero */
.refresh-service .refresh-hero__content > *:first-child{ margin-top: 0 !important; }
.refresh-service .refresh-hero__content > *:last-child{ margin-bottom: 0 !important; }

/* 3) Keep hero spacing consistent */
.refresh-service .refresh-hero{
  align-items: start !important;
}

/* 4) Keep section spacing consistent (avoid collapses) */
.refresh-service .refresh-section{
  padding-top: clamp(26px, 4vw, 64px) !important;
  padding-bottom: clamp(26px, 4vw, 64px) !important;
}/* End custom CSS */