@font-face { font-family: Poppins; font-style: normal; font-weight: 200; font-display: swap; src: url("/fonts/poppins-200.woff2") format("woff2"); }
@font-face { font-family: Poppins; font-style: normal; font-weight: 300; font-display: swap; src: url("/fonts/poppins-300.woff2") format("woff2"); }
@font-face { font-family: Poppins; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/poppins-400.woff2") format("woff2"); }
@font-face { font-family: Poppins; font-style: normal; font-weight: 600; font-display: swap; src: url("/fonts/poppins-600.woff2") format("woff2"); }
@font-face { font-family: Poppins; font-style: normal; font-weight: 700; font-display: swap; src: url("/fonts/poppins-700.woff2") format("woff2"); }
@font-face { font-family: "Playfair Display"; font-style: normal; font-weight: 500 700; font-display: swap; src: url("/fonts/playfair.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/notosans-400.woff2") format("woff2"); }
:root { --cream: #ffffff; --cream-soft: #f3eee8; --cream-brand: #f3eee8; --brown: #606638; --brown-dark: #3a2a28; --olive: #606638; --olive-dark: #474c28; --sage-bg: #ccd0c1; --chartreuse: #ebeda9; --sage: #8a9a7b; --sage-dark: #606638; --gold: #c9a96a; --ink: #3a2a28; --muted: #5f5b54; --line: #e7e4d8; --max: 1300px; --radius: 16px; --font-head: "Helvetica Neue", Helvetica, Arial, sans-serif; --font-display: "Playfair Display", Georgia, "Times New Roman", serif; --font-accent: "Poppins", sans-serif; --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif; }
* { box-sizing: border-box; }
html, body { margin: 0px; padding: 0px; background: var(--cream); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: var(--font-head); font-weight: 600; line-height: 1.2; color: var(--brown-dark); }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); margin: 0px 0px 0.4em; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); margin: 0px 0px 0.5em; }
h3 { font-size: 1.25rem; margin: 0px 0px 0.3em; }
a { color: var(--brown); text-decoration: none; }
a:hover { color: var(--brown-dark); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: var(--max); margin: 0px auto; padding: 0px 24px; }
.section { padding: 40px 0px; }
.section--alt { background: var(--cream-soft); }
.center { text-align: center; }
.brand img { height: 48px; width: auto; display: block; }
.header { position: sticky; top: 0px; z-index: 50; background: rgb(255, 255, 255); border-bottom: 1px solid var(--line); transform: translateZ(0px); backface-visibility: hidden; }
.brand { font-family: var(--font-head); font-size: 1.4rem; font-weight: 700; color: var(--brown-dark); letter-spacing: 0.04em; }
.nav { display: flex; gap: 18px; flex-wrap: wrap; }
.nav a { font-size: 0.92rem; color: var(--ink); }
.nav a:hover { color: var(--brown); }
.svced__inner { display: grid; gap: 50px; align-items: start; }
.svced--none .svced__inner { grid-template-columns: 1fr; max-width: 880px; }
html { scroll-behavior: smooth; }
#pricing { scroll-margin-top: 160px; }
.svced__h { font-family: Poppins, sans-serif; font-weight: 200; font-size: clamp(32px, 4.1vw, 52px); line-height: 1.15; color: rgb(33, 33, 33); margin: 0px 0px 22px; }
.svced__h::after { display: none; }
.svced__intro { color: var(--ink); line-height: 1.75; font-weight: 300; }
.svced:not(.svced--center):not(.svced--dark) .svced__intro > p { max-width: 750px; }
.svced__intro p { margin: 0px 0px 18px; }
.svced__body { min-width: 0px; }
.section:has(.svced__cards--img) { background: rgb(215, 212, 201); }
.section:has(.svced__cards--img) > .container { max-width: 1170px; }
.svced:has(.svced__card-ic--big) > .container { max-width: 1170px; }
.svced:has(.svced__card-ic--big) .svced__h, .svced:has(.svced__card-ic--big) .svced__intro { text-align: center; }
.svced:has(.svced__card-ic--big) .svced__intro { max-width: 810px; margin-left: auto; margin-right: auto; }
.svced:has(.svced__card-ic--big) .svced__h::after { margin-left: auto; margin-right: auto; }
.footer { background: var(--brown-dark); color: var(--cream-brand); padding: 64px 0px 26px; font-family: var(--font-body); }
.footer a { color: var(--cream-brand); text-decoration: none; }
.footer a:hover { color: rgb(255, 255, 255); text-decoration: underline; text-underline-offset: 3px; }
.footer__cols { display: grid; grid-template-columns: 1fr 1fr 1.1fr; gap: 48px; grid-template-areas: "learn serv book" "learn serv follow"; }
.f-learn { grid-area: learn; }
.f-serv { grid-area: serv; }
.f-book { grid-area: book; }
.f-follow { grid-area: follow; align-self: start; }
.frule { display: block; width: 150px; height: 1px; background: rgba(243, 238, 232, 0.28); margin: 0px 0px 22px; }
.footer h2 { font-family: var(--font-accent); color: var(--cream-brand); margin: 0px 0px 18px; text-transform: uppercase; letter-spacing: 0.08em; font-size: 1.75rem; font-weight: 300; }
.footer__links { list-style: none; margin: 0px; padding: 0px; }
.footer__links li { margin: 0px 0px 10px; }
.footer__links a { font-size: 1.1rem; }
.footer__row { display: flex; align-items: flex-start; gap: 12px; margin: 0px 0px 16px; font-size: 0.95rem; line-height: 1.5; }
.footer__row svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px; color: var(--cream-brand); }
.footer__shop { color: var(--chartreuse); }
.footer__shop:hover { color: rgb(255, 255, 255); }
.footer__social { display: flex; gap: 16px; margin-top: 4px; }
.footer__social a { display: inline-flex; color: var(--cream-brand); }
.footer__social a:hover { color: var(--chartreuse); }
.footer__social svg { width: 30px; height: 30px; }
.footer__bottom { border-top: 1px solid rgba(243, 238, 232, 0.18); margin-top: 40px; padding-top: 24px; font-size: 1rem; text-align: center; }
.footer__bottom p { margin: 0px 0px 6px; line-height: 1.6; }
.footer__bottom p:last-child { margin: 0px; }
@media (max-width: 900px){.footer__cols { grid-template-columns: 1fr 1fr; gap: 34px 28px; grid-template-areas: "learn serv" "book book" "follow follow"; }
.footer h2 { font-size: clamp(1.3rem, 5.6vw, 1.7rem); font-weight: 300; letter-spacing: 0.04em; margin-bottom: 14px; }
.frule { width: 150px; margin-bottom: 18px; }
.footer__links a { font-size: 1.05rem; }
.f-book { text-align: center; }
.f-book .frule { margin-left: auto; margin-right: auto; }
.f-book .footer__row { justify-content: center; font-size: 1.12rem; }
.f-book .footer__row svg { width: 22px; height: 22px; }
.f-book .footer__row--addr { justify-content: flex-start; text-align: left; margin-bottom: 22px; }
.f-follow { text-align: center; }
.f-follow .frule { margin-left: auto; margin-right: auto; }
.f-follow .footer__social { justify-content: center; gap: 20px; margin-top: 6px; }
.f-follow .footer__social svg { width: 42px; height: 42px; }
}.topbar__inner { display: flex; align-items: center; gap: 26px; padding: 12px 0px; }
.topbar .brand { margin-right: auto; }
.topbar .brand img { height: 67px; width: auto; }
.topbar__actions { display: contents; }
.topbar__hours { color: var(--ink); font-size: 16px; white-space: nowrap; display: inline-flex; align-items: center; gap: 10px; margin-right: auto; }
.btn-textus svg, .btn-phone svg, .btn-book svg { flex: 0 0 auto; }
.btn-textus, .btn-phone, .btn-book { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 24px; border-radius: 0px; font-weight: 400; font-size: 16px; line-height: 1.2; white-space: nowrap; font-family: "Noto Sans",var(--font-body); transition: background 0.18s, color 0.18s, border-color 0.18s; }
.topbar .btn-textus, .topbar .btn-phone, .topbar .btn-book { min-width: 188px; }
.btn-textus { background: var(--olive); color: var(--chartreuse); }
.btn-textus:hover { background: var(--brown-dark); color: var(--chartreuse); }
.btn-phone { background: var(--cream-brand); color: var(--brown-dark); border: 1px solid var(--line); }
.btn-phone:hover { background: var(--olive); color: var(--chartreuse); border-color: var(--olive); }
.btn-book { background: var(--brown-dark); color: var(--cream-brand); }
.btn-book:hover { background: var(--olive); color: var(--chartreuse); }
.nav { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream-brand); }
.nav__inner { display: flex; gap: 0px; justify-content: center; padding: 0px; flex-wrap: wrap; max-width: none; }
.nav__item { position: relative; }
.nav__top { text-transform: uppercase; letter-spacing: normal; font-size: 16px; font-weight: 400; color: var(--brown-dark); display: inline-flex; align-items: center; gap: 6px; padding: 20px 25px; line-height: 1; transition: background 0.15s, color 0.15s; }
.nav__item:hover > .nav__top, .nav__top:hover { background: var(--brown-dark); color: var(--cream-brand); }
.caret { font-size: 0.65rem; transition: transform 0.2s; }
.section__title { font-family: var(--font-accent); font-weight: 200; color: var(--brown-dark); font-size: clamp(1.9rem, 3.4vw, 2.5rem); line-height: 1.4; text-align: center; margin: 0px 0px 30px; }
.section__title--med { font-weight: 300; }
.ic-sms { display: none; }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0px; background: none; border: 0px; cursor: pointer; margin-left: auto; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--brown-dark); transition: transform 0.2s, opacity 0.2s; }
@media (max-width: 900px){.nav-toggle { display: flex; order: -2; margin-left: 0px; margin-right: 6px; width: 30px; height: 40px; align-self: center; flex: 0 0 auto; }
.topbar .topbar__inner { flex-wrap: wrap; gap: 0px; padding: 12px; align-items: center; }
.topbar .brand { order: -1; margin-right: 14px; align-self: center; flex: 0 0 auto; }
.topbar .brand img { height: 32px; }
.ic-sms { display: block; }
.topbar__actions { display: flex; align-items: stretch; gap: 0px; flex: 1 1 auto; min-width: 0px; }
.topbar .btn-textus, .topbar .btn-phone, .topbar .btn-book { flex: 1 1 0px; min-width: 0px; width: auto; height: 56px; padding: 0px; justify-content: center; gap: 0px; }
.topbar .btn-textus span, .topbar .btn-phone span, .topbar .btn-book span { display: none; }
.btn-textus svg, .btn-phone svg, .btn-book svg { width: 24px; height: 24px; }
.topbar .btn-phone { background: var(--brown-dark); color: var(--cream-brand); border-color: var(--brown-dark); }
.topbar .btn-book { background: var(--cream-brand); color: var(--brown-dark); }
.topbar__hours { display: inline-flex; order: 5; width: 100%; justify-content: center; padding: 8px 0px 0px; }
.nav { display: none !important; }
}.nav-mobile { display: none; }
@media (max-width: 900px){.nav-mobile { border-top: 1px solid var(--line); background: rgb(255, 255, 255); padding: 8px 0px 28px; }
.mnav__top { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; box-sizing: border-box; background: none; border: 0px; cursor: pointer; font-family: var(--font-body); text-transform: uppercase; letter-spacing: 0.04em; font-weight: 600; font-size: 1rem; color: var(--brown-dark); padding: 16px 18px; text-align: center; text-decoration: none; }
.mnav__toprow { position: relative; display: block; }
.mnav__toprow .mnav__top { width: 100%; }
.mnav__caret { position: absolute; right: 0px; top: 0px; bottom: 0px; width: 64px; display: flex; align-items: center; justify-content: center; background: none; border: 0px; cursor: pointer; color: var(--brown-dark); padding: 0px; }
.mnav__caret .caret { font-size: 1.15rem; line-height: 1; }
.mnav__top--accent { color: var(--olive); }
.mnav__sub { display: none; background: rgb(236, 229, 216); }
.mnav__sub a { display: block; text-align: center; text-transform: uppercase; letter-spacing: 0.03em; color: var(--brown-dark); padding: 15px 18px; font-size: 0.95rem; line-height: 1.3; }
.mnav__sub a:hover { color: var(--olive); }
}.nav { position: relative; }
.has-mega { position: static; }
.mega { position: absolute; left: 0px; right: 0px; top: 100%; background: rgb(236, 228, 215); border-top: 1px solid var(--line); box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity 0.18s, transform 0.18s, visibility linear 0.25s; z-index: 60; }
.mega::before { content: ""; position: absolute; left: 0px; right: 0px; top: -24px; height: 24px; }
.has-mega:hover .mega { opacity: 1; visibility: visible; transform: translateY(0px); transition-delay: 0s; }
.has-mega:hover .caret { transform: rotate(180deg); }
.mega__inner { display: flex; gap: 30px; padding: 30px 24px 34px; flex-wrap: nowrap; align-items: flex-start; }
.mega__col { flex: 1 1 0px; min-width: 0px; }
.mega__title { text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.82rem; font-weight: 400; color: var(--brown-dark); margin: 0px 0px 18px; }
.mega__col a { display: block; padding: 8px 14px; margin: 0px -14px; font-size: 0.95rem; color: var(--ink); text-transform: none; letter-spacing: 0px; line-height: 1.3; transition: background 0.12s, color 0.12s; }
.mega__col a:hover { background: var(--brown-dark); color: var(--cream-brand); }
.mega__col a.mega__title { padding: 8px 14px; margin: 0px -14px 12px; font-size: 0.82rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.06em; color: var(--brown-dark); line-height: 1.3; }
.has-mega .mega__col a.mega__title:hover { background: var(--brown-dark) !important; color: var(--cream-brand) !important; }
.mega__col a.mega__stacked { text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.82rem; color: var(--brown-dark); margin-bottom: 8px; }
.mega__col a.mega__stacked:hover { color: var(--cream-brand); }
.mega__col a.is-active { background: var(--brown-dark) !important; color: var(--cream-brand) !important; }
.mnav__sub a.is-active { color: var(--brown-dark); font-weight: 600; }
@media (max-width: 900px){.has-mega .mega { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; display: none; min-width: 0px; left: auto; right: auto; background: var(--cream-soft); border: 0px; }
.mega__inner { flex-direction: column; gap: 16px; padding: 12px 0px; }
.mega__col a, .mega__col a.mega__title { margin-left: 18px; margin-right: 18px; }
}.maps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 30px; }
.map-card { border: 1px solid var(--line); border-radius: 16px; padding: 22px; background: rgb(255, 255, 255); }
.map-card__addr { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 1.15rem; color: var(--ink); margin: 0px 0px 18px; }
.map-card iframe { width: 100%; height: 300px; border: 0px; border-radius: 10px; display: block; }
@media (max-width: 820px){.maps-grid { grid-template-columns: 1fr; gap: 24px; }
}.chat { position: fixed; right: 22px; bottom: 22px; z-index: 200; }
.chat__fab { width: 60px; height: 60px; border-radius: 50%; border: 0px; cursor: pointer; background: var(--olive); color: var(--chartreuse); display: flex; align-items: center; justify-content: center; box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 24px; transition: transform 0.15s, background 0.15s; }
.chat__fab:hover { background: var(--olive-dark); transform: translateY(-2px); }
@keyframes chatPulse { 
  0%, 80%, 100% { transform: scale(1); box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 24px; }
  88% { transform: scale(1.16); box-shadow: rgba(96, 102, 56, 0.5) 0px 10px 30px; }
  94% { transform: scale(1); }
}
.chat__fab { animation: 5s ease-in-out 0s infinite normal none running chatPulse; }
.chat__fab:hover { animation: auto ease 0s 1 normal none running none; }
@media (prefers-reduced-motion: reduce){.chat__fab { animation: auto ease 0s 1 normal none running none; }
}.chat__fab-close { display: none; }
.chat__panel { position: absolute; right: 0px; bottom: 74px; width: 360px; max-width: calc(-32px + 100vw); background: rgb(255, 255, 255); border-radius: 16px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.28) 0px 24px 60px; border: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(12px) scale(0.98); transform-origin: right bottom; transition: opacity 0.18s, transform 0.18s, visibility 0.18s; display: flex; flex-direction: column; max-height: min(560px, -120px + 100vh); }
.chat__header { display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: var(--brown-dark); color: var(--cream-brand); }
.chat__avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--olive); display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem; flex: 0 0 auto; }
.chat__header strong { display: block; font-size: 1rem; font-family: var(--font-accent); font-weight: 400; }
.chat__status { font-size: 0.78rem; opacity: 0.85; }
.chat__body { flex: 1 1 auto; overflow-y: auto; padding: 18px; background: var(--cream-soft); display: flex; flex-direction: column; gap: 12px; }
.chat__msg { max-width: 85%; padding: 12px 15px; border-radius: 14px; font-size: 0.95rem; line-height: 1.5; }
.chat__msg--bot { align-self: flex-start; background: rgb(255, 255, 255); color: var(--ink); border: 1px solid var(--line); border-bottom-left-radius: 4px; }
.chat__input { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line); background: rgb(255, 255, 255); }
.chat__input input { flex: 1 1 auto; min-width: 0px; border: 1px solid var(--line); border-radius: 999px; padding: 11px 16px; font-family: var(--font-body); font-size: 0.95rem; outline: none; }
.chat__input input:focus { border-color: var(--olive); }
.chat__input button { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%; border: 0px; background: var(--olive); color: var(--chartreuse); cursor: pointer; display: flex; align-items: center; justify-content: center; }
.chat__input button:hover { background: var(--olive-dark); }
.chat__foot { text-align: center; font-size: 0.72rem; color: var(--muted); padding: 8px; background: rgb(255, 255, 255); }
@media (max-width: 560px){.chat { right: 16px; bottom: 16px; }
.chat__panel { width: calc(-24px + 100vw); right: -4px; }
}.svced--none .svced__inner:has(.brz-vaj__row) { max-width: var(--max); }
@media (max-width: 820px){.svced__intro:has(.wxs-sub) { display: flex; flex-direction: column; }
.svced__intro:has(.wxs-sub) .wxs-bg { order: 0; }
}.svced__body:has(.wxs-lead) .svced__h, .svced__body:has(.wxs-grid) .svced__h, .svced__body:has(.wxs-spec) .svced__h, .svced__body:has(.wxs-ptable) .svced__h { text-align: center; }
.svced__body:has(.wxs-lead) .svced__h::after, .svced__body:has(.wxs-grid) .svced__h::after, .svced__body:has(.wxs-spec) .svced__h::after, .svced__body:has(.wxs-ptable) .svced__h::after { display: none; }
.svced--none .svced__inner:has(.wxs-grid), .svced--none .svced__inner:has(.wxs-spec), .svced--none .svced__inner:has(.wxs-ptable), .svced--none .svced__inner:has(.wxs-lead) { max-width: 1180px; }
.wxs-bg { display: none; }
.section:has(.wxs-grid), .section:has(.wxs-spec), .section:has(.wxs-ptable), .section:has(.wxs-lead) { background: rgb(255, 255, 255); }
.section:has(.wxs-bg--gray) { background: rgb(247, 247, 247); }
.section:has(.wxs-bg--beige) { background: rgb(248, 244, 239); }
.wxrev__lead { text-align: center; max-width: 840px; margin: 0px auto 30px; color: var(--muted); font-weight: 300; line-height: 1.7; }
.wxvid__carousel { position: relative; max-width: 760px; margin: 0px auto; display: flex; align-items: center; gap: 10px; }
.wxvid__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; flex: 1 1 0%; min-width: 0px; scrollbar-width: none; }
.wxvid__slide { position: relative; flex: 0 0 100%; scroll-snap-align: center; aspect-ratio: 3 / 2; border: 0px; padding: 0px; border-radius: 14px; overflow: hidden; cursor: pointer; background: rgb(0, 0, 0); box-shadow: rgba(60, 50, 40, 0.1) 0px 12px 34px; }
.wxvid__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wxvid__play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 68px; height: 48px; background: red; border-radius: 12px; opacity: 0.92; pointer-events: none; }
.wxvid__play::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-style: solid; border-width: 11px 0px 11px 18px; border-color: transparent transparent transparent rgb(255, 255, 255); }
.wxvid__slide:hover .wxvid__play { opacity: 1; }
.wxvid__arrow { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgb(227, 222, 212); background: rgb(255, 255, 255); color: rgb(76, 90, 42); font-size: 1.7rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 14px; }
.wxvid__arrow:hover { background: rgb(244, 242, 234); }
@media (max-width: 600px){.wxvid__carousel { max-width: 100%; }
.wxvid__arrow { width: 44px; height: 44px; font-size: 1.5rem; }
}.svced--none .svced__inner:has(.brz-honesty__grid) { max-width: var(--max); }
body:has(.svcpromo__img[src*="test-keratin-brow-lamination"]) .svced__inner { max-width: 1170px; margin-left: auto; margin-right: auto; }
@media (min-width: 921px){body:has(.svcpromo__img[src*="test-keratin-brow-lamination"]) .svced--right:has(.svced__media img[src*="clinical-sanitation"]) .svced__inner, body:has(.svcpromo__img[src*="test-keratin-brow-lamination"]) .svced--right:has(.svced__media img[src*="long-lasting-keratin"]) .svced__inner { grid-template-columns: 1fr 340px; }
}body:has(.svcpromo__img[src*="test-keratin-brow-lamination"]) .svced__h { color: rgb(96, 102, 56); font-size: 34px; line-height: 1.18; }
body:has(.svcpromo__img[src*="test-keratin-brow-lamination"]) .svced:has(.svced__media img[src*="long-lasting-keratin"]) .svced__h { font-weight: 500; }
body:has(.svcpromo__img[src*="test-keratin-brow-lamination"]) .svced:has(.svced__media img[src*="keratin-infusion-brow-lift"])::after, body:has(.svcpromo__img[src*="test-keratin-brow-lamination"]) .svced:has(.svced__media img[src*="fix-eyebrow-lamination-process"])::after, body:has(.svcpromo__img[src*="test-keratin-brow-lamination"]) .svced:has(.svced__media img[src*="clinical-sanitation"])::after { content: ""; display: block; width: min(990px, 86%); height: 22px; margin: 44px auto 8px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 22' preserveAspectRatio='none'%3E%3Cpath d='M0 11 C 90 3 150 3 240 11 C 330 19 400 19 490 11 C 580 3 650 3 740 11 C 830 19 900 19 1000 11' fill='none' stroke='%23ddd4c4' stroke-width='2'/%3E%3C/svg%3E") center center / 100% 100% no-repeat; }
.relsvc { background: rgb(247, 244, 238); }
.relsvc__h { font-family: Poppins, sans-serif; font-weight: 200; font-size: clamp(23px, 3.3vw, 33px); color: rgb(58, 53, 44); text-align: center; margin: 0px 0px 26px; }
.relsvc__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 920px; margin: 0px auto; }
.relsvc__card { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: rgb(255, 255, 255); border: 1px solid rgb(231, 224, 214); border-radius: 14px; padding: 18px 22px; text-decoration: none; color: rgb(76, 90, 42); font-family: Poppins, sans-serif; font-weight: 500; box-shadow: rgba(60, 50, 40, 0.05) 0px 8px 22px; transition: transform 0.15s, box-shadow 0.15s; min-height: 44px; }
.relsvc__card:hover { transform: translateY(-2px); box-shadow: rgba(60, 50, 40, 0.1) 0px 12px 30px; color: rgb(58, 68, 32); }
.relsvc__arrow { color: rgb(138, 125, 74); font-size: 1.2rem; flex-shrink: 0; }
@media (max-width: 760px){.relsvc__grid { grid-template-columns: 1fr; max-width: 460px; }
}.svced--none .svced__inner:has(.brz-cmp) { max-width: var(--max); }
.svced--none .svced__inner:has(.brz-after) { max-width: var(--max); }
.svced__body:has(.wxvid__carousel) .svced__h, .svced__body:has(.wxrev__carousel) .svced__h, .svced__body:has(.lashba__carousel) .svced__h, .svced__body:has(.wxvid__carousel) .wxrev__lead, .svced__body:has(.wxrev__carousel) .wxrev__lead { text-align: center; }
.svced__body:has(.wxvid__carousel) .svced__h::after, .svced__body:has(.wxrev__carousel) .svced__h::after, .svced__body:has(.lashba__carousel) .svced__h::after { margin-left: auto; margin-right: auto; }
.svced--none .svced__inner:has(.brz-styles) { max-width: var(--max); }
.svced__body:has(.brz-styles) .svced__h::after { display: none; }
.svced--none .svced__inner:has(.brz-price) { max-width: var(--max); }
.svced:has(.svced__card-ic--round) > .container { max-width: 1200px; }
.svced:has(.svced__card-ic--round) .svced__h { text-align: center; margin-bottom: 40px; }
.svced:has(.svced__card-ic--round) .svced__h::after { display: none; }
.svced:has(.svced__card-ic--bn) > .container { max-width: 1200px; }
.svced:has(.svced__card-ic--bn) .svced__h { text-align: center; margin-bottom: 34px; }
.svced:has(.svced__card-ic--bn) .svced__h::after { display: none; }
.svced__h, .section__title { font-size: clamp(26px, 4.6vw, 42px); font-weight: 200; }
.lwhero { padding: 0px; position: relative; background: rgb(243, 238, 232); overflow: hidden; }
.lwhero__media { position: absolute; top: 0px; bottom: 0px; left: 50%; width: 100vw; transform: translate(-50%); z-index: 0; background-size: auto 100%; background-position: 100% 50%; background-repeat: no-repeat; }
.lwhero__media::before { content: ""; position: absolute; inset: 0px; background: linear-gradient(90deg, rgb(243, 238, 232), rgba(243, 238, 232, 0.94) 22%, rgba(243, 238, 232, 0.55), rgba(243, 238, 232, 0) 58%); pointer-events: none; }
.lwhero__inner { max-width: var(--max); margin: 0px auto; position: relative; z-index: 2; min-height: 704px; display: flex; align-items: center; }
.lwhero__text { max-width: 640px; padding: 80px 48px 80px 40px; }
.lwhero__eyebrow { font-family: "Archivo SemiCondensed", Poppins, system-ui, sans-serif; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--olive); font-weight: 600; margin: 0px 0px 20px; }
.lwhero__h1 { font-family: Poppins, sans-serif; font-weight: 300; font-size: clamp(38px, 4.4vw, 58px); line-height: 1.12; color: rgb(42, 35, 32); margin: 0px 0px 20px; letter-spacing: 0px; }
.lwhero__intro { color: var(--ink); line-height: 1.7; font-weight: 300; font-size: 1.05rem; max-width: 500px; margin: 0px 0px 34px; }
.lwhero__intro p { margin: 0px; }
.lwhero__btns { display: flex; gap: 16px; flex-wrap: wrap; }
.lwbtn { display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0px 32px; border-radius: 0px; font-family: "Archivo SemiCondensed", Poppins, system-ui, sans-serif; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; text-decoration: none; transition: background 0.2s, color 0.2s; white-space: nowrap; }
.lwbtn--dark { background: rgb(46, 36, 32); color: rgb(243, 238, 232); }
.lwbtn--dark:hover { background: rgb(67, 52, 47); color: rgb(243, 238, 232); }
.lwbtn--outline { background: transparent; color: rgb(46, 36, 32); border: 1.5px solid rgb(106, 106, 63); }
.lwbtn--outline:hover { background: rgb(106, 106, 63); color: rgb(243, 238, 232); }
.lwnav { position: relative; z-index: 2; border-top: 1px solid rgba(58, 42, 40, 0.12); border-bottom: 1px solid rgba(58, 42, 40, 0.12); background: rgb(255, 255, 255); }
.lwnav__row { display: flex; flex-wrap: wrap; gap: 10px 34px; justify-content: center; padding: 16px 24px; }
.lwnav__link { font-family: "Archivo SemiCondensed", Poppins, system-ui, sans-serif; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: rgb(138, 134, 116); font-weight: 600; text-decoration: none; padding-bottom: 9px; border-bottom: 2px solid transparent; transition: color 0.2s, border-color 0.2s; }
.lwnav__link:hover, .lwnav__link:focus-visible { color: rgb(46, 36, 32); border-bottom-color: rgb(106, 106, 63); }
@media (max-width: 992px){.lwhero__media { position: relative; width: 100%; left: 0px; transform: none; height: 300px; background-size: cover; background-position: 50% 40%; }
.lwhero__media::before { background: linear-gradient(rgba(243, 238, 232, 0) 45%, rgb(243, 238, 232)); }
.lwhero__inner { min-height: 0px; display: block; }
.lwhero__text { padding: 30px 20px 40px; max-width: none; }
}.lwlist { background: rgb(255, 255, 255); }
.lwlist__inner { max-width: 1040px; }
.lwlist__eyebrow { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--olive); font-weight: 600; margin: 0px 0px 18px; }
.lwlist__h { font-family: Poppins, sans-serif; font-weight: 200; font-size: clamp(30px, 4.2vw, 46px); line-height: 1.12; color: rgb(42, 35, 32); margin: 0px 0px 36px; }
.lwlist__items { display: grid; gap: 0px; }
.lwlist__item { display: grid; grid-template-columns: 60px 1fr; gap: 22px; align-items: start; padding: 26px 0px; border-top: 1px solid rgb(236, 231, 223); }
.lwlist--c1 .lwlist__item:first-child { border-top-width: medium; border-top-style: none; border-top-color: currentcolor; }
.lwlist__num { font-family: Poppins, sans-serif; font-size: 26px; color: var(--olive); font-weight: 300; line-height: 1.2; }
.lwlist__body { margin: 0px; color: var(--ink); line-height: 1.75; font-weight: 300; }
.lwlist__t { font-family: Poppins, sans-serif; font-weight: 500; font-size: 1.1rem; color: rgb(42, 35, 32); }
.lwlist__x strong { color: rgb(46, 36, 32); font-weight: 600; }
.lwlist--media { position: relative; overflow: hidden; }
.lwlist--media .lwlist__inner { position: relative; z-index: 2; }
.lwlist--media .lwlist__eyebrow, .lwlist--media .lwlist__h, .lwlist--media .lwlist__items { max-width: 540px; }
.lwlist__media { position: absolute; top: 0px; right: 0px; bottom: 0px; width: 54%; max-width: 760px; z-index: 1; pointer-events: none; }
.lwlist__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; display: block; }
.lwlist__media::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(90deg, rgb(255, 255, 255), rgba(243, 238, 232, 0.72) 18%, rgba(243, 238, 232, 0) 46%); pointer-events: none; z-index: 2; }
@media (max-width: 900px){.lwlist__media { position: static; width: 100%; max-width: none; margin: 0px 0px 26px; }
.lwlist__media img { height: auto; object-fit: contain; object-position: 50% 50%; }
.lwlist__media::after { display: none; }
.lwlist--media .lwlist__eyebrow, .lwlist--media .lwlist__h, .lwlist--media .lwlist__items { max-width: none; }
}.lwsec { padding: 96px 0px; background: rgb(255, 255, 255); }
.lwsec--tint { background: rgb(243, 238, 232); }
.lwsec--pad-sm { padding: 72px 0px; }
.lwsec__inner { max-width: 1040px; margin: 0px auto; padding: 0px 24px; }
.lwhead { margin-bottom: 42px; max-width: 760px; }
.lwhead--center { text-align: center; margin-left: auto; margin-right: auto; }
.lwkick { font-family: "Archivo SemiCondensed", Poppins, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 2.85px; text-transform: uppercase; color: var(--olive); margin: 0px 0px 12px; }
.lwh2 { font-family: Poppins, sans-serif; font-weight: 200; font-size: clamp(30px, 4.2vw, 42px); line-height: 1.14; color: rgb(42, 35, 32); margin: 0px; letter-spacing: 0px; }
.lwsub { font-family: Poppins, sans-serif; font-weight: 300; font-size: 18px; line-height: 1.5; color: rgba(58, 42, 40, 0.78); max-width: 560px; margin: 16px 0px 0px; }
.lwduo { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.lwcard { background: rgb(243, 238, 232); border: 1px solid rgba(58, 42, 40, 0.14); border-radius: 24px; padding: 34px; transition: transform 0.32s, box-shadow 0.32s; }
.lwcard:hover { transform: scale(1.03); box-shadow: rgba(58, 42, 40, 0.18) 0px 20px 44px -16px; }
.lwcard h3 { font-family: Poppins, sans-serif; font-weight: 300; font-size: 25px; color: rgb(42, 35, 32); margin: 0px 0px 14px; line-height: 1.15; }
.lwcard p { font-family: Poppins, sans-serif; font-weight: 300; font-size: 16px; line-height: 1.62; color: rgba(46, 36, 32, 0.84); margin: 0px 0px 12px; }
.lwcard p:last-child { margin-bottom: 0px; }
.lwcard .lwprice { color: rgb(46, 36, 32); }
.lwcard .lwprice strong { font-weight: 600; }
.lwpill { display: inline-flex; align-items: center; justify-content: center; background: rgb(58, 42, 40); color: rgb(243, 238, 232); font-family: "Archivo SemiCondensed", Poppins, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; padding: 13px 28px; border-radius: 0px; border: 1px solid transparent; text-decoration: none; transition: background 0.2s, color 0.2s; margin-top: 8px; }
.lwpill:hover { background: rgb(235, 237, 169); color: rgb(58, 42, 40); }
.lwpill--light { background: rgb(255, 255, 255); color: rgb(58, 42, 40); border-color: rgba(58, 42, 40, 0.22); }
.lwpill--light:hover { background: rgb(235, 237, 169); }
.lwsteps { list-style: none; margin: 0px; padding: 0px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: lwstep 0; }
.lwsteps li { position: relative; background: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: none; border-radius: 20px; padding: 152px 30px 34px; box-shadow: rgba(58, 42, 40, 0.32) 0px 20px 44px -26px; overflow: hidden; counter-increment: lwstep 1; transition: transform 0.32s, box-shadow 0.32s; }
.lwsteps li:hover { transform: scale(1.03); box-shadow: rgba(58, 42, 40, 0.38) 0px 28px 52px -22px; }
.lwsteps li::before { content: counter(lwstep, decimal-leading-zero); position: absolute; top: 2px; right: 24px; font-family: Poppins, sans-serif; font-weight: 300; font-size: 112px; line-height: 1; color: rgb(233, 231, 217); letter-spacing: -3px; pointer-events: none; }
.lwsteps li::after { content: ""; position: absolute; top: 40px; left: 30px; width: 42px; height: 2px; background: var(--olive); opacity: 0.55; }
.lwsteps h3 { font-family: Poppins, sans-serif; font-weight: 400; font-size: 22px; color: rgb(42, 35, 32); margin: 0px 0px 12px; line-height: 1.2; }
.lwsteps p { font-family: Poppins, sans-serif; font-weight: 300; font-size: 15.5px; line-height: 1.62; color: rgba(46, 36, 32, 0.84); margin: 0px; }
.lwsec--tint .lwsteps li { background: rgb(255, 255, 255); }
.lwquote { position: relative; display: grid; grid-template-columns: minmax(0px, 1fr) 400px; gap: 0px; align-items: stretch; margin: 48px auto 0px; max-width: 1040px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(243, 238, 232, 0.8)); border: 1px solid rgba(58, 42, 40, 0.12); border-radius: 24px; overflow: hidden; }
.lwquote::before { content: ""; position: absolute; top: 0px; bottom: 0px; left: 0px; width: 3px; background: var(--olive); z-index: 3; }
.lwquote__body { padding: 52px 56px; position: relative; z-index: 2; }
.lwquote blockquote { margin: 0px; }
.lwquote p { font-family: Poppins, sans-serif; font-weight: 300; font-size: clamp(20px, 2vw, 26px); line-height: 1.34; color: rgb(58, 42, 40); margin: 0px; font-style: normal; }
.lwquote__mark { font-family: Georgia, serif; color: var(--olive); font-size: 54px; line-height: 0; font-style: normal; margin-right: 6px; vertical-align: -12px; }
.lwquote p.lwquote__attrib { margin-top: 28px; font-family: "Archivo SemiCondensed", Poppins, sans-serif; font-size: 14px; letter-spacing: 1.9px; line-height: 1.5; text-transform: uppercase; color: rgba(58, 42, 40, 0.78); font-weight: 700; }
.lwquote p.lwquote__attrib b { color: var(--olive); font-weight: 700; }
.lwquote__photo { position: relative; background: rgb(243, 238, 232); }
.lwquote__photo img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0px; }
@media (max-width: 820px){.lwquote { grid-template-columns: 1fr; }
.lwquote__body { padding: 34px 26px; }
.lwquote__photo { height: 300px; }
.lwquote__photo img { height: 100%; object-position: 50% 22%; }
}.lwplans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.lwplan { position: relative; overflow: hidden; background: rgb(255, 255, 255); border: 1px solid rgba(58, 42, 40, 0.14); border-radius: 24px; padding: 0px; display: flex; min-height: 526px; transition: transform 0.32s, box-shadow 0.32s; will-change: transform; }
.lwplan:hover { transform: scale(1.03); box-shadow: rgba(58, 42, 40, 0.18) 0px 24px 50px -14px; z-index: 3; }
.lwplan__body { position: relative; z-index: 2; padding: 32px 150px 32px 32px; display: flex; flex-direction: column; flex: 1 1 0%; }
.lwplan__ports { position: absolute; top: 0px; right: 0px; bottom: 0px; width: 135px; display: flex; flex-direction: column; z-index: 1; }
.lwplan__ports img { width: 100%; flex: 1 1 0px; min-height: 0px; object-fit: cover; display: block; border-radius: 0px; }
.lwplan__hire { flex: 1 1 0px; min-height: 0px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; margin: 8px; background: rgb(238, 241, 224); border: 2px dashed rgb(138, 143, 95); border-radius: 8px; color: var(--olive); text-decoration: none; text-align: center; transition: background 0.2s; }
.lwplan__hire:hover { background: rgb(228, 233, 207); }
.lwplan__hire-plus { font-family: Poppins, sans-serif; font-size: 30px; font-weight: 300; line-height: 1; color: var(--olive); }
.lwplan__hire-txt { font-family: "Archivo SemiCondensed", Poppins, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--olive); line-height: 1.2; }
.lwplan__tag { display: inline-flex; align-self: flex-start; background: rgb(244, 240, 232); color: rgba(58, 42, 40, 0.86); font-family: "Archivo SemiCondensed", Poppins, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1.9px; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; margin: 0px 0px 22px; }
.lwplan h3 { font-family: Poppins, sans-serif; font-weight: 300; font-size: 26px; color: rgb(42, 35, 32); margin: 0px 0px 14px; line-height: 1.08; }
.lwplan h3 span { display: block; }
.lwplan__price { font-family: Poppins, sans-serif; font-weight: 300; font-size: 46px; color: rgb(58, 42, 40); margin: 0px; line-height: 1; }
.lwplan__price s { color: rgba(58, 42, 40, 0.72); font-size: 24px; margin-right: 8px; }
.lwplan__math { font-family: "Archivo SemiCondensed", Poppins, sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: rgba(58, 42, 40, 0.7); margin: 18px 0px 14px; }
.lwplan__note { font-family: Poppins, sans-serif; font-weight: 300; font-size: 15px; line-height: 1.55; color: rgba(46, 36, 32, 0.84); margin: 0px 0px 24px; flex: 1 1 0%; }
.lwplan .lwpill { align-self: flex-start; margin-top: auto; }
.lwplan--featured { background: rgb(163, 166, 176); border-color: transparent; box-shadow: rgba(58, 42, 40, 0.1) 0px 18px 50px; }
.lwplan--featured:hover { transform: scale(1.03); box-shadow: rgba(58, 42, 40, 0.26) 0px 30px 60px -10px; z-index: 3; }
.lwplan--featured .lwplan__body { padding-right: 44%; }
.lwplan--featured .lwplan__tag { background: rgb(58, 42, 40); color: rgb(255, 253, 247); }
.lwplan--featured h3, .lwplan--featured .lwplan__price { color: rgb(255, 253, 247); }
.lwplan--featured .lwplan__price s { color: rgba(255, 253, 247, 0.78); }
.lwplan--featured .lwplan__math { color: rgba(255, 253, 247, 0.85); }
.lwplan--featured .lwplan__note { color: rgba(255, 253, 247, 0.92); }
.lwplan--featured .lwplan__ports { width: 56%; }
.lwplan--featured .lwplan__ports img { height: 100%; flex: 0 0 auto; object-position: center top; }
.lwplan--featured .lwplan__ports::before { content: ""; position: absolute; top: 0px; left: 0px; bottom: 0px; width: 42%; background: linear-gradient(90deg, rgb(163, 166, 176), rgba(163, 166, 176, 0)); z-index: 1; }
.lwplan--featured .lwpill { background: rgb(243, 238, 232); color: rgb(58, 42, 40); }
@media (max-width: 900px){.lwplan { min-height: 0px; }
.lwplan__body { padding-right: 130px; }
.lwplan--featured .lwplan__body { padding-right: 42%; }
}.lwrev { background: rgb(255, 255, 255); padding: 72px 0px 96px; }
.lwrev__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1040px; margin: 0px auto; }
.lwrev__card { background: rgb(245, 241, 234); border: 1px solid rgba(58, 42, 40, 0.08); border-radius: 20px; padding: 30px; }
.lwrev__head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 0px 0px 16px; }
.lwrev__ava { width: 40px; height: 40px; flex: 0 0 auto; border-radius: 50%; background: var(--olive); color: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; font-family: Poppins, sans-serif; font-weight: 600; font-size: 18px; }
.lwrev__name { font-family: Poppins, sans-serif; font-weight: 500; font-size: 18px; color: rgb(42, 35, 32); text-decoration: underline; }
.lwrev__stars { color: rgb(137, 102, 45); letter-spacing: 2px; font-size: 15px; }
.lwrev__quote { font-family: Poppins, sans-serif; font-weight: 300; font-size: 15px; line-height: 1.62; color: rgba(46, 36, 32, 0.86); margin: 0px; }
@media (max-width: 900px){.lwrev__grid { grid-template-columns: 1fr; }
.lwrev { padding-bottom: 56px; }
}.lwfoot { margin: 40px 0px 0px; max-width: 1040px; }
.lwfoot p { font-family: Poppins, sans-serif; font-weight: 300; font-size: 16px; line-height: 1.6; color: rgba(58, 42, 40, 0.72); margin: 0px 0px 14px; }
.lwfoot p:last-child { margin-bottom: 0px; }
.lwfaqwrap { max-width: 900px; margin: 0px auto; display: flex; flex-direction: column; gap: 14px; }
.lwfaqwrap details { background: rgb(255, 255, 255); border: 1px solid rgba(58, 42, 40, 0.1); border-radius: 14px; box-shadow: rgba(58, 42, 40, 0.05) 0px 10px 28px; overflow: hidden; }
.lwfaqwrap summary { font-family: Poppins, sans-serif; font-weight: 400; font-size: 20px; color: rgb(42, 35, 32); padding: 20px 68px 20px 24px; cursor: pointer; list-style: none; position: relative; }
.lwfaqwrap summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(96, 102, 56, 0.3); border-radius: 999px; font-size: 20px; font-weight: 300; line-height: 1; color: var(--olive); }
.lwfaqwrap details p { font-family: Poppins, sans-serif; font-weight: 300; font-size: 16px; line-height: 1.65; color: rgba(46, 36, 32, 0.84); margin: 0px; padding: 0px 24px 22px; }
.lwcta { background: rgb(42, 30, 28); color: rgb(255, 253, 247); padding: 104px 0px; text-align: center; }
.lwcta__h { font-family: Poppins, sans-serif; font-weight: 200; font-size: clamp(32px, 4vw, 44px); line-height: 1.16; color: rgb(255, 253, 247); margin: 0px; }
.lwcta__price { display: inline-block; margin-top: 2px; }
.lwcta__price s { color: rgba(255, 253, 247, 0.42); margin-right: 16px; font-weight: 300; }
.lwcta__price b { font-weight: 300; }
.lwcta__btns { margin-top: 30px; }
.lwcta .lwpill { background: rgb(243, 238, 232); color: rgb(42, 30, 28); }
.lwcta .lwpill:hover { background: rgb(235, 237, 169); }
.lwcta__call { font-family: Poppins, sans-serif; font-weight: 300; font-size: 15px; line-height: 1.6; color: rgba(255, 253, 247, 0.72); margin: 22px auto 0px; max-width: 540px; }
.lwcta__call a { color: rgb(255, 253, 247); text-decoration: underline; }
@media (max-width: 900px){.lwsec { padding: 64px 0px; }
.lwsec__inner { padding: 0px 22px; }
.lwduo, .lwsteps, .lwplans, .lwquote { grid-template-columns: 1fr; }
.lwquote__body { padding: 32px 26px; }
.lwquote__photo img { height: auto; max-height: 360px; }
}body:has(#pmu-whychoose) .section--alt .container { max-width: 1170px; }
@media (min-width: 901px){body:has(.svcpromo__img[src*="pb-green-powder-ombre"]) .svcit:has(.svcit__media img[src*="whatisbox"]) { position: relative; padding-top: 164px; }
}.mbook { display: none; }
@media (max-width: 820px){.mbook { position: fixed; left: 12px; right: 12px; bottom: 14px; z-index: 70; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 16px 22px; border-radius: 999px; background: rgb(58, 42, 40); color: rgb(243, 238, 232); text-decoration: none; box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 28px; transform: translateY(160%); opacity: 0; pointer-events: none; transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s; }
.mbook__label { font-family: "Archivo SemiCondensed", system-ui, sans-serif; text-transform: uppercase; letter-spacing: 1.4px; font-weight: 700; font-size: 0.98rem; line-height: 1; position: relative; z-index: 1; }
.mbook::after { content: ""; position: absolute; top: 0px; bottom: 0px; left: -50%; width: 45%; background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%); transform: skew(-18deg); pointer-events: none; }
body:has(.mbook--show) .chat__fab, body:has(.mbook--show) [class*="chat"][class*="fab"] { bottom: 88px !important; }
}.section__title { color: var(--brown-dark); }
.svced:not(.svced--dark) .svced__h { color: var(--brown-dark); }
h1 { font-weight: 300; }
section#preparation .container { max-width: 1040px !important; }
.relsvc__arrow { color: rgb(128, 116, 69); }
.lwnav__link { color: rgb(121, 118, 102); }
.lwplan__note, .lwplan__math { color: inherit; }
.lwplan--featured { background: rgb(100, 104, 117); }
.lwplan--featured .lwplan__note, .lwplan--featured .lwplan__math { color: rgb(255, 253, 247); }
.lwplan--featured .lwplan__price s { color: rgba(255, 253, 247, 0.72); }
.lwplan--featured .lwplan__ports::before { background: linear-gradient(90deg, rgb(100, 104, 117), rgba(100, 104, 117, 0)); }
.an-inlink { font-weight: 700; }
.svcvr__slide:not(.is-active) { opacity: 0.88; }
#pricing, #mn-process { scroll-margin-top: 160px; }
.svced--htop:has(.svced__media img[src*="el-why-eyeliner-4"]) > .container { max-width: 1170px; }
.svced--htop:has(.svced__media img[src*="el-why-eyeliner-4"]) .svced__inner { grid-template-columns: 300px 1fr; align-items: start; }
.svced--htop:has(.svced__media img[src*="el-why-eyeliner-4"]) .svced__media img { max-width: 300px; }
@media (max-width: 820px){.svced--htop:has(.svced__media img[src*="el-why-eyeliner-4"]) .svced__inner { grid-template-columns: 1fr; }
.svced--htop:has(.svced__media img[src*="el-why-eyeliner-4"]) .svced__media img { max-width: 100%; width: 100%; }
}.svced__body, .svced__cardcol { min-width: 0px; }
.header.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
.header.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 900px){.header.menu-open { position: fixed; inset: 0px; z-index: 100; display: flex; flex-direction: column; background: rgb(255, 255, 255); }
.header.menu-open .topbar { flex: 0 0 auto; }
.header.menu-open .nav-mobile { display: block; flex: 1 1 auto; overflow-y: auto; }
.mnav__item.open > .mnav__top, .mnav__item.open > .mnav__toprow { background: var(--brown-dark); }
.mnav__item.open > .mnav__toprow .mnav__top, .mnav__item.open > .mnav__toprow .mnav__caret { color: var(--chartreuse); }
.mnav__item.open .caret { transform: rotate(180deg); }
.mnav__item.open .mnav__sub { display: block; }
}.mega__col a.is-active, .has-mega .mega__col a.mega__title.is-active, .mega__col a.mega__stacked.is-active { background: var(--brown-dark) !important; color: var(--cream-brand) !important; }
.submenu a.is-active { background: var(--brown-dark); color: var(--cream-brand); }
.mnav__sub a.is-active, .mnav__item > a.is-active { color: var(--brown-dark); font-weight: 600; }
@media (max-width: 900px){.has-mega .mega, .has-sub .submenu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; display: none; min-width: 0px; left: auto; right: auto; background: var(--cream-soft); border: 0px; }
.nav__item.open .mega, .nav__item.open .submenu { display: block; }
}.hiring__open { display: grid; grid-template-columns: minmax(0px, 740px) auto; gap: 48px; justify-content: center; align-items: center; margin-top: 36px; text-align: left; }
@media (max-width: 820px){.hiring__open { grid-template-columns: 1fr; gap: 18px; }
}.chat__fab:hover, .chat--open .chat__fab { animation: auto ease 0s 1 normal none running none; }
.chat__fab-close, .chat--open .chat__fab-open { display: none; }
.chat--open .chat__fab-close { display: block; }
.chat--open .chat__panel { opacity: 1; visibility: visible; transform: translateY(0px) scale(1); }
.faq-item[open] .faq-item__q::after { content: "–"; }
.svcfaq__item[open] { box-shadow: rgba(58, 42, 40, 0.07) 0px 8px 22px; }
.svcfaq__item[open] summary { background: rgb(242, 241, 228); }
.svcfaq__item[open] summary::after { content: "−"; background: rgb(235, 237, 169); border-color: rgb(235, 237, 169); color: rgb(58, 42, 40); }
.svcfaq__item:not([open]) .svcfaq__a { display: none; }
.is-brazilian .svcfaq__item[open] summary { background: transparent; }
.svced__body:has(.wxs-lead) .svced__h, .svced__body:has(.wxs-grid) .svced__h, .svced__body:has(.wxs-spec) .svced__h, .svced__body:has(.wxs-ptable) .svced__h, .svced__body:has(.wxs-lead) .svced__eyebrow, .svced__body:has(.wxs-grid) .svced__eyebrow { text-align: center; }
.svced__body:has(.wxvid__carousel) .svced__h, .svced__body:has(.wxrev__carousel) .svced__h, .svced__body:has(.lashba__carousel) .svced__h, .svced__body:has(.wxvid__carousel) .svced__eyebrow, .svced__body:has(.wxrev__carousel) .svced__eyebrow, .svced__body:has(.wxvid__carousel) .wxrev__lead, .svced__body:has(.wxrev__carousel) .wxrev__lead { text-align: center; }
@media (min-width: 901px){.svcmenu__cat .svcmenu__table:has(tbody tr:nth-child(13)) tbody { column-count: 3; }
.svcmenu__cat .svcmenu__table:not(:has(tbody tr:nth-child(13))) td.svcmenu__reg, .svcmenu__cat .svcmenu__table:not(:has(tbody tr:nth-child(13))) td.svcmenu__mem { flex: 0 0 176px; width: 176px; text-align: left; padding-left: 0px; }
.svcmenu__cat .svcmenu__table:not(:has(tbody tr:nth-child(13))) td.svcmenu__name { padding-left: 15px; }
}@keyframes aa-chip-settle { 
  0% { opacity: 0; transform: translateY(14px) rotate(-3deg) scale(0.96); filter: blur(4px); }
  100% { opacity: 1; transform: translateY(0px) rotate(-2deg) scale(1); filter: blur(0px); }
}
.aaba__dot.is-active { background: var(--olive); }
.svced__accitem[open] .svced__accsum::after { content: "−"; background: rgb(235, 237, 169); border-color: rgb(235, 237, 169); color: rgb(58, 42, 40); }
.lashres__accitem[open] summary::after { content: "–"; }
.svced__h, .section__title, .svcfeat__h, .svcfaq__h, .svcit__h, .svcsp__h, .svcpt__h, .svcib__h, .svcmenu__title, .wxrev__h, .svcmt__h, .rev11__h, .brz-vaj__h, .brz-mem__h, .aafl__h, .aaeff__h, .aaba__h, .aac__h, .aapr__h, .aaw__h, .aask__h, .aat__h, .aacta__h, .aasp__h { font-size: clamp(26px, 4.6vw, 42px); font-weight: 200; }
.lwnav__link:hover, .lwnav__link:focus-visible, .lwnav__link.is-active { color: rgb(46, 36, 32); border-bottom-color: rgb(106, 106, 63); }
.lwlist--media .lwlist__eyebrow, .lwlist--media .lwlist__h, .lwlist--media .lwlist__intro, .lwlist--media .lwlist__items { max-width: 540px; }
@media (max-width: 900px){.lwlist--media .lwlist__eyebrow, .lwlist--media .lwlist__h, .lwlist--media .lwlist__intro, .lwlist--media .lwlist__items { max-width: none; }
}.lwfaqwrap details[open] summary::after { content: "–"; }
.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) { background: rgb(96, 102, 56); }
.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__inner { padding-top: 42px; padding-bottom: 42px; grid-template-columns: 1fr 360px; gap: 48px; align-items: center; }
.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__media { justify-self: end; }
.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__media img { min-height: 0px; }
@media (max-width: 820px){.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__inner { grid-template-columns: 1fr; }
.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__media { justify-self: stretch; }
}.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__h, .svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__text, .svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__text p, .svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__text li { color: rgb(255, 255, 255); }
.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__btn { background: rgb(58, 42, 40); color: rgb(255, 255, 255); }
.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__media img { border-radius: 6px; }
body:has(#pmu-whychoose) .svced--cardfull .container, body:has(#pmu-whychoose) .svcvr .container, body:has(#pmu-whychoose) .prices .container, body:has(#pmu-whychoose) .gunsure .container, body:has(#pmu-whychoose) .section--alt .container { max-width: 1170px; }
@media (min-width: 901px){body:has(.svcpromo__img[src*="pb-green-powder-ombre"]) .svcit:has(.svcit__media img[src*="whatisbox"]) .svcit__inner { grid-template-columns: minmax(0px, 1.18fr) minmax(0px, 0.82fr); align-items: stretch; }
body:has(.svcpromo__img[src*="pb-green-powder-ombre"]) .svcit:has(.svcit__media img[src*="whatisbox"]) .svcit__media { order: 0; }
body:has(.svcpromo__img[src*="pb-green-powder-ombre"]) .svcit:has(.svcit__media img[src*="whatisbox"]) .svcit__h { position: absolute; top: 34px; left: 0px; right: 0px; margin: 0px; text-align: center; }
body:has(.svcpromo__img[src*="pb-green-powder-ombre"]) .svcit:has(.svcit__media img[src*="whatisbox"]) .svcit__media { align-self: stretch; }
body:has(.svcpromo__img[src*="pb-green-powder-ombre"]) .svcit:has(.svcit__media img[src*="whatisbox"]) .svcit__media img { position: sticky; top: 110px; align-self: start; min-height: 0px; }
body:has(.svcpromo__img[src*="pb-green-powder-ombre"]) .svcit:has(.svcit__media img[src*="whatisbox"]) .an-why-faq { margin-top: 30px; }
.svcit:has(.svcit__media img[src*="service-microblading"]) { position: relative; padding-top: 184px; padding-bottom: 20px; }
.svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__inner { align-items: start; }
.svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__media { order: 0; }
.svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__h { position: absolute; top: 56px; left: 0px; right: 0px; margin: 0px; text-align: center; }
.svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) { position: relative; padding-top: 96px; }
.svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__inner { align-items: start; }
.svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__media { order: 0; align-self: start; }
.svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__media img { max-height: 440px; width: auto; object-fit: cover; margin: 0px auto; }
.svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__h { position: absolute; top: 34px; left: 0px; right: 0px; margin: 0px; text-align: center; }
}@media (max-width: 820px){.svcit:has(.svcit__media img[src*="acne-whatis"]) .svcit__inner, .svcit:has(.svcit__media img[src*="permanent-makeup-services"]) .svcit__inner, .svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__inner, .svcit:has(.svcit__media img[src*="pb-why-whatisbox"]) .svcit__inner, .svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__inner { display: flex; flex-direction: column; gap: 20px; }
.svcit:has(.svcit__media img[src*="acne-whatis"]) .svcit__text, .svcit:has(.svcit__media img[src*="permanent-makeup-services"]) .svcit__text, .svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__text, .svcit:has(.svcit__media img[src*="pb-why-whatisbox"]) .svcit__text, .svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__text { display: contents; }
.svcit:has(.svcit__media img[src*="acne-whatis"]) .svcit__h, .svcit:has(.svcit__media img[src*="permanent-makeup-services"]) .svcit__h, .svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__h, .svcit:has(.svcit__media img[src*="pb-why-whatisbox"]) .svcit__h, .svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__h { order: 1; margin: 0px; }
.svcit:has(.svcit__media img[src*="acne-whatis"]) .svcit__media, .svcit:has(.svcit__media img[src*="permanent-makeup-services"]) .svcit__media, .svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__media, .svcit:has(.svcit__media img[src*="pb-why-whatisbox"]) .svcit__media, .svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__media { order: 2; }
.svcit:has(.svcit__media img[src*="acne-whatis"]) .svcit__text > :not(.svcit__h), .svcit:has(.svcit__media img[src*="permanent-makeup-services"]) .svcit__text > :not(.svcit__h), .svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__text > :not(.svcit__h), .svcit:has(.svcit__media img[src*="pb-why-whatisbox"]) .svcit__text > :not(.svcit__h), .svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__text > :not(.svcit__h) { order: 3; margin: 0px; }
.svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__inner, .svcit:has(.svcit__media img[src*="pb-why-whatisbox"]) .svcit__inner, .svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__inner { align-items: stretch; }
.svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__btn, .svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__btn { align-self: start; }
.svcfaq:has(.svcfaq__media img[src*="enjoying-anti-aging-led-therapy"]) .svcfaq__media { display: none; }
.mbook--show { transform: translateY(0px); opacity: 1; pointer-events: auto; }
.mbook--show::after { animation: 3.6s cubic-bezier(0.4, 0, 0.2, 1) 0.7s infinite normal none running mbookShine; }
}@keyframes mbookShine { 
  0% { left: -55%; }
  28% { left: 135%; }
  100% { left: 135%; }
}
@media (prefers-reduced-motion: reduce){.mbook--show::after { animation: auto ease 0s 1 normal none running none; }
}@media (max-width: 820px){body:has(.mbook--show) .chat__fab, body:has(.mbook--show) [class*="chat"][class*="fab"], body:has(.mbook--show) [class*="chat"][class*="bubble"] { bottom: 88px !important; }
}.svcvr__dot.is-active::before { background: rgb(58, 42, 40); }
.svcvr__carousel:not(.svcchk__carousel):has(> .svcvr__dots) { margin-bottom: 42px; }
.svcvr__carousel:not(.svcchk__carousel):has(> .svcvr__dots) > .svcvr__dots { position: absolute; left: 0px; right: 0px; bottom: -30px; margin: 0px; }
@media (max-width: 860px){#lb-hero .pmuhero__text > :not(.pmuhero__h) { order: 3; }
}.svcvr__h, .section__title, .svcfaq__h, .svcmt__h, .tccourses__h, .tcpkg__title, .pmuhero__h, .pmusk__h, .pmujourney__h, .lbtech__h, .lbtl__h, .lbrev__h, .lbres__h, .lbtake__h, .sfmb__h, .fc-hband__h, .pmurev__h, .tca__wh { color: var(--brown-dark); }
.rvpair__media .svcvr__slide:not(.is-active) { opacity: 0.35; }
.is-sugaring .svcvr__slide:not(.is-active) { opacity: 1; }
@keyframes tc-in-left { 
  0% { opacity: 0; transform: translate3d(-50%, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
@keyframes tc-in-right { 
  0% { opacity: 0; transform: translate3d(50%, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
@keyframes tc-in-down { 
  0% { opacity: 0; transform: translate3d(0px, -50%, 0px); }
  100% { opacity: 1; transform: none; }
}
html.js .bp-article .bp-reveal.is-visible { opacity: 1; transform: translateY(0px); }
.bp-faq-item[open] { background: rgba(255, 254, 249, 0.72); }
.bp-faq-item[open] .bp-faq-icon { background: var(--bp-accent); border-color: transparent; color: var(--bp-ink); }
.bp-faq-item[open] .bp-faq-icon::before { content: "−"; }
html .bp-article .bp-reveal, html .bp-article .bp-reveal.is-visible { opacity: 1; transform: none; transition: none; }
.bp-article .bp-reading > section > :is(.bp-card, .bp-takeaways) + * { margin-top: var(--bp-flow-block); }
.aaba__dot.is-active { background: transparent; }
.aaba__dot.is-active::before { background: var(--olive); }
.svcsp__was, .lwplan__note, .lwplan__math { color: inherit; }
