.elementor-2220 .elementor-element.elementor-element-ba9ed84{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2220 .elementor-element.elementor-element-2da3081{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-bf4f6be */:root {
    --gold: #C9A84C;
    --gold-light: #E8C97A;
    --gold-dim: #8A6B2E;
    --cream: #F5EFE6;
    --ink: #0D0B08;
    --ink-mid: #1A1712;
    --ink-soft: #2C2820;
    --muted: #7A7162;
    --line: rgba(201,168,76,0.2);
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans: 'Jost', system-ui, sans-serif;
  }
  .Labial *, .Labial *::before, .Labial *::after { box-sizing: border-box; margin: 0; padding: 0; }

  .Labial html { scroll-behavior: smooth; }

  .Labial {
    background: var(--ink);
    color: var(--cream);
    font-family: var(--sans);
    font-weight: 300;
    line-height: 1.7;
    overflow-x: hidden;
  }

 

  /* ── HERO ── */
  .Labial .hero {
    position: relative;
    min-height: 100vh;
    display: flex; align-items: center;
    padding: 0 8vw;
    overflow: hidden;
  }
  .Labial .hero-bg {
    position: absolute; inset: 0;
    background-image: url('/wp-content/uploads/2026/07/download-1-scaled.jpeg');
    background-size: cover;
    background-position: center 30%;
    filter: brightness(0.28) saturate(0.6);
  }
  .Labial .hero-bg::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(13,11,8,0.95) 40%, rgba(13,11,8,0.3) 100%);
  }
  .Labial .hero-content { position: relative; max-width: 640px; }
  .Labial .hero-eyebrow {
    display: inline-flex; align-items: center; gap: 0.75rem;
    font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 2rem;
  }
  .Labial .hero-eyebrow::before { content: ''; display: block; width: 2.5rem; height: 1px; background: var(--gold); }
  .Labial .hero h1 {
    font-family: var(--serif);
    font-size: clamp(2.8rem, 6vw, 5rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: var(--cream);
    margin-bottom: 1.75rem;
  }
  .Labial .hero h1 em { font-style: italic; color: var(--gold); }
  .Labial .hero p {
    font-size: 1.05rem;
    opacity: 0.75;
    max-width: 480px;
    margin-bottom: 2.5rem;
    line-height: 1.8;
  }
  .Labial .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
  .Labial .btn-primary {
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink);
    background: var(--gold);
    padding: 1rem 2.2rem;
    text-decoration: none;
    border: 1px solid var(--gold);
    transition: background 0.2s, color 0.2s;
  }
  .Labial .btn-primary:hover { background: var(--gold-light); }
  .Labial .btn-ghost {
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--cream);
    background: transparent;
    padding: 1rem 2.2rem;
    text-decoration: none;
    border: 1px solid rgba(245,239,230,0.35);
    transition: border-color 0.2s, color 0.2s;
  }
  .Labial .btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
  .Labial .hero-scroll {
    position: absolute; bottom: 2.5rem; left: 8vw;
    display: flex; align-items: center; gap: 0.6rem;
    font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--muted);
  }
  .Labial .hero-scroll::after { content: ''; display: block; width: 1px; height: 3rem; background: var(--gold-dim); margin-top: 0.5rem; }

  /* ── SECTION LAYOUT ── */
  .Labial .section { padding: 7rem 8vw; }
  .Labial .section-eyebrow {
    display: inline-flex; align-items: center; gap: 0.75rem;
    font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 1.2rem;
  }
  .Labial .section-eyebrow::before { content: ''; display: block; width: 1.5rem; height: 1px; background: var(--gold); }
  .Labial .section-title {
    font-family: var(--serif);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 300;
    line-height: 1.2;
    color: var(--cream);
    margin-bottom: 1rem;
  }
  .Labial .section-title em { font-style: italic; color: var(--gold); }
  .Labial .section-lead {
    font-size: 1rem;
    opacity: 0.7;
    max-width: 560px;
    line-height: 1.85;
    margin-bottom: 3.5rem;
  }
  .Labial hr.gold-rule { border: none; border-top: 1px solid var(--line); margin: 0; }

  /* ── INTRO STRIP ── */
  .Labial .intro-strip {
    background: var(--ink-mid);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 3.5rem 8vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .Labial .intro-stat { text-align: center; }
  .Labial .intro-stat .number {
    font-family: var(--serif);
    font-size: 3rem;
    font-weight: 300;
    color: var(--gold);
    line-height: 1;
    display: block;
    margin-bottom: 0.4rem;
  }
  .Labial .intro-stat .label {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.6;
  }
  .Labial .intro-divider { width: 1px; background: var(--line); }

  /* ── FILLERS SECTION ── */
  .Labial .fillers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
  }
  .Labial .fillers-text {}
  .Labial .fillers-media {}
  .Labial .treatment-photo {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center top;
    display: block;
    border: 1px solid var(--line);
  }
  .Labial .photo-caption {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 0.75rem;
    text-align: center;
  }

  /* treatment list */
  .Labial .treatment-list { list-style: none; margin: 2.5rem 0; }
  .Labial .treatment-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid var(--line);
    align-items: start;
  }
  .Labial .treatment-list li:first-child { border-top: 1px solid var(--line); }
  .Labial .tl-icon {
    width: 2rem; height: 2rem;
    background: rgba(201,168,76,0.12);
    border: 1px solid var(--line);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
  }
  .Labial .tl-name {
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--cream);
    margin-bottom: 0.2rem;
  }
  .Labial .tl-desc { font-size: 0.82rem; opacity: 0.6; line-height: 1.6; }

  /* ── FILLER ZONES ── */
  .Labial .zones-section { background: var(--ink-mid); }
  .Labial .zones-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    margin-top: 1rem;
  }
  .Labial .zone-card {
    background: var(--ink-mid);
    padding: 2rem 1.75rem;
    transition: background 0.2s;
  }
  .Labial .zone-card:hover { background: var(--ink-soft); }
  .Labial .zone-number {
    font-family: var(--serif);
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--gold-dim);
    line-height: 1;
    margin-bottom: 0.75rem;
    display: block;
  }
  .Labial .zone-name {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--cream);
    margin-bottom: 0.6rem;
  }
  .Labial .zone-desc { font-size: 0.8rem; opacity: 0.6; line-height: 1.65; }

  /* ── PRODUCT SIDEBAR ── */
  .Labial .products-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    margin-top: 3.5rem;
  }
  .Labial .product-card {
    background: var(--ink);
    padding: 2rem 1.75rem;
  }
  .Labial .product-brand {
    font-size: 0.62rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.6rem;
  }
  .Labial .product-name {
    font-family: var(--serif);
    font-size: 1.35rem;
    font-weight: 300;
    color: var(--cream);
    margin-bottom: 0.75rem;
  }
  .Labial .product-desc { font-size: 0.8rem; opacity: 0.6; line-height: 1.65; }

  /* ── VAMPIRE WING LIFT ── */
  .Labial .vwl-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
  }
  .Labial .vwl-media-stack {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 1rem;
  }
  .Labial .vwl-main-photo {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: center;
    display: block;
    border: 1px solid var(--line);
  }
  .Labial .vwl-secondary-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .Labial .vwl-small-photo {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    display: block;
    border: 1px solid var(--line);
  }

  /* process steps */
  .Labial .process-steps { margin: 2.5rem 0; }
  .Labial .step {
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 1.25rem;
    padding: 1.75rem 0;
    border-bottom: 1px solid var(--line);
    align-items: start;
  }
  .Labial .step:first-child { border-top: 1px solid var(--line); }
  .Labial .step-num {
    font-family: var(--serif);
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--gold-dim);
    line-height: 1;
  }
  .Labial .step-title {
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--cream);
    margin-bottom: 0.4rem;
    letter-spacing: 0.04em;
  }
  .Labial .step-body { font-size: 0.82rem; opacity: 0.6; line-height: 1.65; }

  /* callout box */
  .Labial .callout {
    background: rgba(201,168,76,0.06);
    border: 1px solid rgba(201,168,76,0.25);
    border-left: 3px solid var(--gold);
    padding: 1.5rem 1.75rem;
    margin: 2.5rem 0;
  }
  .Labial .callout p { font-size: 0.85rem; line-height: 1.7; opacity: 0.8; }
  .Labial callout strong { color: var(--gold-light); font-weight: 500; }

  /* ── COMPARISON TABLE ── */
  .Labial .compare-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2.5rem;
    font-size: 0.83rem;
  }
  .Labial .compare-table th {
    text-align: left;
    padding: 1rem 1.25rem;
    font-size: 0.65rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold);
    border-bottom: 1px solid var(--line);
    font-weight: 500;
  }
  .Labial .compare-table td {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--line);
    opacity: 0.75;
    vertical-align: top;
    line-height: 1.6;
  }
  .Labial .compare-table tr:last-child td { border-bottom: none; }
  .Labial .compare-table tr:hover td { opacity: 1; background: rgba(201,168,76,0.03); }
  .Labial compare-table .col-label { color: var(--cream); opacity: 1; font-weight: 400; }
  .Labial .check { color: var(--gold); }

  /* ── FAQ ── */
  .Labial .faq-list { margin-top: 2.5rem; }
  .Labial .faq-item {
    border-bottom: 1px solid var(--line);
  }
  .Labial .faq-item:first-child { border-top: 1px solid var(--line); }
  .Labial .faq-q {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1.4rem 0;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--cream);
    gap: 1rem;
    user-select: none;
  }
  .Labial .faq-q:hover { color: var(--gold); }
  .Labial .faq-q .arrow {
    color: var(--gold);
    font-size: 1rem;
    flex-shrink: 0;
    transition: transform 0.25s;
  }
  .Labial .faq-item.open .faq-q .arrow { transform: rotate(45deg); }
  .Labial .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }
  .Labial .faq-item.open .faq-a { max-height: 300px; }
  .Labial .faq-a p {
    font-size: 0.83rem;
    opacity: 0.65;
    line-height: 1.75;
    padding-bottom: 1.5rem;
  }

  /* ── CTA ── */
  .Labial .cta-section {
    text-align: center;
    padding: 8rem 8vw;
    background: var(--ink-mid);
    position: relative;
    overflow: hidden;
  }
  .Labial .cta-section::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(201,168,76,0.06) 0%, transparent 70%);
    pointer-events: none;
  }
  .Labial .cta-section .section-title { margin: 0 auto 1rem; max-width: 560px; }
  .Labial .cta-section .section-lead { margin: 0 auto 2.5rem; }
  .Labial .cta-contact {
    font-family: var(--serif);
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--gold);
    margin-top: 2.5rem;
    display: block;
  }
  .Labial .cta-contact a { color: inherit; text-decoration: none; }
  .Labial .cta-contact a:hover { text-decoration: underline; }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .Labial .fillers-grid, .vwl-layout { grid-template-columns: 1fr; gap: 3rem; }
    .Labial .intro-strip { grid-template-columns: 1fr; }
    .Labial .intro-divider { display: none; }
    .Labial .zones-grid, .products-row { grid-template-columns: 1fr 1fr; }
    .Labial .vwl-secondary-photos img { aspect-ratio: 3/2; }
  }
  @media (max-width: 560px) {
    .Labial .zones-grid, .products-row { grid-template-columns: 1fr; }
    .Labial .section { padding: 5rem 6vw; }
  }

  /* ── ANIMATIONS ── */
  @media (prefers-reduced-motion: no-preference) {
    .Labial .fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
    .Labial .fade-in.visible { opacity: 1; transform: none; }
  }/* End custom CSS */