@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; }
.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); }
.greview { flex: 0 0 360px; max-width: 360px; background: rgb(255, 255, 255); border: 1px solid var(--line); border-radius: 14px; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 20px; padding: 24px 26px; margin: 0px; text-align: left; }
.greview__top { display: flex; align-items: center; gap: 14px; position: relative; margin: 0px 0px 16px; padding-right: 30px; }
.greview__meta { display: flex; flex-direction: column; gap: 3px; }
.greview__author { font-weight: 700; color: var(--olive); font-size: 1.1rem; }
.greview__stars { color: rgb(251, 188, 5); font-size: 1.05rem; letter-spacing: 2px; }
.greview__g { position: absolute; top: 2px; right: 0px; }
.greview__text { margin: 0px; color: var(--ink); line-height: 1.65; font-size: 1.02rem; }
@media (max-width: 560px){.greview { flex-basis: 84vw; max-width: 84vw; }
}.svcvr__carousel { position: relative; display: flex; align-items: center; gap: 6px; max-width: 1200px; margin: 0px auto; }
.svcvr__viewport { overflow: hidden; flex: 1 1 auto; }
.svcvr__track { position: relative; display: flex; gap: 24px; transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); }
.svcvr__slide { flex: 0 0 min(560px, 80vw); transition: opacity 0.4s; }
.svcvr__slide:not(.is-active) { opacity: 0.88; }
.svcvr__card { display: block; width: 100%; border: 0px; padding: 0px; margin: 0px; cursor: pointer; background: none; position: relative; border-radius: 14px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 22px; }
.svcvr__poster { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; }
.grevcar .svcvr__track { align-items: stretch; gap: 26px; }
.grevcar .svcvr__slide { flex: 0 0 min(349px, 86vw); align-self: stretch; opacity: 1 !important; }
.grevcar__slide .greview { height: 100%; margin: 0px; width: 100%; max-width: none; }
.svced__inner { display: grid; gap: 50px; align-items: start; }
.svced--none .svced__inner { grid-template-columns: 1fr; max-width: 880px; }
html { scroll-behavior: smooth; }
.svced--htop > .container > .svced__h { text-align: center; margin: 0px auto 34px; max-width: 900px; }
.svced--htop > .container > .svced__h::after { margin-left: auto; margin-right: auto; }
.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; }
@media (max-width: 820px){.svced--htop:has(.svced__media img[src*="el-why-eyeliner-4"]) .svced__inner { grid-template-columns: 1fr; }
}.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__grid { display: grid; gap: 26px 36px; margin-top: 32px; }
.svced__grid--2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 920px){.svced__grid--2 { grid-template-columns: 1fr; }
}.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; }
.svcvr__playbtn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; border-radius: 50%; background: rgba(0, 0, 0, 0.55); transition: background 0.2s; }
.svcvr__card:hover .svcvr__playbtn { background: rgb(204, 0, 0); }
.svcvr__playbtn::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-40%, -50%); border-style: solid; border-width: 10px 0px 10px 16px; border-color: transparent transparent transparent rgb(255, 255, 255); }
.svcvr__nav { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; border: 0px; background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 16px; font-size: 1.6rem; line-height: 1; color: rgb(58, 42, 40); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.15s; z-index: 2; }
.svcvr__nav:hover { background: rgb(243, 238, 232); }
@media (prefers-reduced-motion: reduce){.svcvr__track { transition: none; }
}@media (max-width: 560px){.svcvr__slide { flex-basis: 84vw; }
.svcvr__carousel { display: block; }
.svcvr__viewport { width: 100%; }
.svcvr__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; font-size: 1.2rem; }
.svcvr__prev { left: 2px; }
.svcvr__next { right: 2px; }
}.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; }
.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, .has-mega .mega__col a.mega__title.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); }
.svcunsure { background: var(--cream-soft); }
.svcunsure__h { font-family: Poppins, sans-serif; font-weight: 300; font-size: clamp(24px, 3vw, 34px); color: var(--brown-dark); margin: 0px 0px 14px; }
.svcunsure__p { max-width: 760px; margin: 0px auto 22px; color: var(--muted); line-height: 1.75; font-weight: 300; }
.gunsure__inner { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.gunsure__text { text-align: left; }
.gunsure__lead { font-family: Poppins, sans-serif; color: rgb(109, 103, 20); font-size: clamp(20px, 2.2vw, 24px); font-weight: 500; line-height: 1.4; margin: 0px 0px 18px; }
.gunsure__sub { color: var(--olive); font-size: 15px; font-weight: 300; text-transform: uppercase; line-height: 1.65; letter-spacing: 0.02em; margin: 0px; }
.gunsure { background: rgb(239, 233, 226); }
.gunsure__cta { justify-self: end; display: flex; align-items: center; gap: 14px; }
.gunsure__btn.btn-textus, .gunsure__btn.btn-book { display: inline-flex; align-items: center; gap: 8px; width: auto; min-width: 0px; height: auto; padding: 16px 34px; border-radius: 0px; font-size: 16px; white-space: nowrap; }
.gunsure__btn.btn-textus span, .gunsure__btn.btn-book span { display: inline !important; }
.gunsure__btn.btn-textus svg, .gunsure__btn.btn-book svg { width: 18px; height: 18px; }
.gunsure__btn:hover { transform: scale(1.045); }
@media (max-width: 820px){.gunsure__inner { grid-template-columns: 1fr; gap: 24px; }
.gunsure__cta { justify-self: start; }
.svced__intro:has(.wxs-sub) { display: flex; flex-direction: column; }
}.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; }
.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); }
.greview { flex: 0 0 calc(33.3333% - 14.6667px); scroll-snap-align: start; background: rgb(255, 255, 255); border: 1px solid rgb(236, 231, 223); border-radius: 14px; padding: 24px 26px; margin: 0px; box-shadow: rgba(60, 50, 40, 0.05) 0px 8px 24px; }
.greview__top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.greview__ava { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: rgb(76, 90, 42); color: rgb(244, 241, 230); font-weight: 600; font-family: Poppins, sans-serif; flex-shrink: 0; }
.greview__meta { display: flex; flex-direction: column; min-width: 0px; }
.greview__author { font-weight: 600; color: rgb(46, 40, 34); font-family: Poppins, sans-serif; }
.greview__stars { color: rgb(240, 169, 43); letter-spacing: 1px; }
.greview__g { width: 22px; height: 22px; margin-left: auto; flex-shrink: 0; }
.greview__text { color: rgb(58, 42, 40); line-height: 1.6; font-weight: 300; margin: 0px; font-size: 0.95rem; }
@media (max-width: 920px){.greview { flex-basis: calc(50% - 11px); }
}@media (max-width: 600px){.greview { flex-basis: 100%; }
}.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; }
.svced--none .svced__inner:has(.brz-cmp) { max-width: var(--max); }
.svced--none .svced__inner:has(.brz-after) { max-width: var(--max); }
.svced--none .svced__inner:has(.brz-styles) { max-width: var(--max); }
.svced--none .svced__inner:has(.brz-price) { max-width: var(--max); }
.section .btn-book:hover { background: rgb(235, 237, 169); color: rgb(58, 42, 40); transform: scale(1.045); }
.tcpkg__box { max-width: 1120px; margin: 0px auto; border: 1px solid rgb(231, 226, 218); border-radius: 16px; padding: 40px 44px 44px; }
.tcpkg__title { font-family: var(--font-accent); font-weight: 200; color: var(--olive); font-size: clamp(1.6rem, 2.8vw, 2.1rem); text-align: left; margin: 0.1em 0px 26px; }
.tcpkg__top { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.tcpkg__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 30px; }
.tcpkg__col { background: rgb(250, 242, 232); border-radius: 12px; padding: 28px 32px; }
.tcpkg__col > p { line-height: 1.65; margin: 0px 0px 14px; }
.tcpkg__col > p:first-child { margin-top: 0px; }
.tcpkg__col ul { margin: 0px 0px 16px; padding-left: 20px; }
.tcpkg__col li { margin-bottom: 9px; line-height: 1.55; }
.tcpkg__col p strong { color: var(--olive); }
.tcpkg__col li strong { color: var(--brown-dark); }
@media (max-width: 820px){.tcpkg__cols { grid-template-columns: 1fr; }
}.tcpkg__photo { border-radius: 12px; overflow: hidden; background: rgb(239, 234, 226); align-self: start; }
.tcpkg__photo img { width: 100%; height: auto; display: block; }
.tcpkg__info { min-width: 0px; }
.tcpkg__sub { font-family: var(--font-accent); font-weight: 600; color: var(--brown-dark); font-size: 1.15rem; margin: 0px 0px 12px; }
.tcpkg__desc { color: var(--ink); line-height: 1.7; margin: 0px 0px 18px; }
.tcpkg__meta p { margin: 0px 0px 8px; color: var(--ink); }
.tcpkg__meta strong { color: var(--brown-dark); }
.tcpkg__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin: 18px 0px 16px; }
.tcpkg__buy { white-space: normal; line-height: 1.3; font-size: 15px; letter-spacing: 0.04em; padding: 16px 30px; }
.tcpkg__consult { display: inline-flex; align-items: center; border: 1px solid var(--olive); color: var(--olive); padding: 15px 28px; font-size: 14px; letter-spacing: 0.05em; white-space: nowrap; }
.tcpkg__consult:hover { background: var(--olive); color: var(--chartreuse); }
.tcpkg__price { font-size: 1.1rem; color: var(--ink); border-top: 1px solid rgb(238, 230, 218); padding-top: 16px; }
.tcpkg__price .tcpkg__pl { color: var(--ink); }
.tcpkg__price s { color: rgb(127, 117, 104); }
.tcpkg__price b { color: var(--olive); font-size: 1.7rem; font-weight: 600; margin-left: 4px; }
@media (max-width: 820px){.tcpkg__top { grid-template-columns: 1fr; gap: 22px; }
.tcpkg__box { padding: 24px 20px 28px; }
.tcpkg__photo { order: -1; }
.tcpkg__info { order: 0; }
}.tcpkg__top:not(:has(.tcpkg__photo)) { grid-template-columns: 1fr; }
.tcpkg__band { background: rgb(239, 236, 231); border-radius: 12px; padding: 34px 30px 30px; margin-top: 26px; text-align: center; }
.tcpkg__bhead { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 16px; }
.tcpkg__bhead span { font-family: Poppins, sans-serif; font-weight: 700; letter-spacing: 0.1em; color: var(--olive); font-size: 1.15rem; }
.tcpkg__btext { margin: 0px; font-size: 1.15rem; color: var(--brown-dark); }
@media (max-width: 640px){.tcpkg__band { padding: 26px 18px; }
.tcpkg__bhead span, .tcpkg__btext { font-size: 1rem; }
}@media (min-width: 821px){.tcpkg__top--flip { grid-template-columns: 1fr 1fr; }
}.tcpkg__top--flip .tcpkg__photo { order: 1; }
.tcpkg__top--flip .tcpkg__info { order: 2; }
.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 { font-size: clamp(26px, 4.6vw, 42px); font-weight: 200; }
body:has(#pmu-whychoose) .gunsure .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; }
}.svcvr__dots { display: flex; justify-content: center; gap: 0px; margin-top: 8px; flex-wrap: wrap; }
.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; }
.fc-hband { background: rgb(239, 233, 225); margin: 0px calc(50% - 50vw); padding: 52px 24px; }
.fc-hband__in { max-width: 1120px; margin: 0px auto; text-align: center; }
.fc-hband__h { font-family: Poppins, sans-serif; font-weight: 700; font-size: 1.55rem; color: rgb(58, 42, 40); margin: 0px 0px 18px; }
@media (max-width: 640px){.fc-hband { padding: 40px 20px; }
.fc-hband__h { font-size: 1.3rem; }
}#sfm-hero { padding-bottom: 0px; }
#sfm-hero .svced__inner, #sfm-hero .svced__body, #sfm-hero .svced__intro { max-width: none; width: 100%; margin-left: 0px; margin-right: 0px; }
#sfm-hero .svced__h { font-size: 56px; font-weight: 200; line-height: 1.15; color: rgb(33, 33, 33); text-align: center; max-width: 1170px; margin: 0px auto 40px; }
#sfm-hero .svced__intro { margin: 0px; }
#sfm-hero .fc-hband { background: rgb(243, 238, 232); padding: 40px 24px 30px; }
#sfm-hero .fc-hband__h { font-size: 24px; font-weight: 700; color: rgb(33, 33, 33); margin: 0px; padding: 21px 0px; }
#sfm-hero .svced__grid { display: none; }
@media (max-width: 820px){#sfm-hero .svced__h { font-size: 34px; }
}.tcpkg__title--c { text-align: center; }
#lb-reviews { padding: 50px 0px 40px; }
#lb-reviews .svced__inner, #lb-reviews .svced__body, #lb-reviews .svced__intro { max-width: none; width: 100%; margin: 0px; }
#lb-reviews .svced__grid { display: none; }
.lbrev__in { max-width: 1170px; margin: 0px auto; padding: 0px 24px; }
.lbrev__h { font-family: Poppins, sans-serif; font-size: 34px; font-weight: 200; color: rgb(33, 33, 33); text-align: center; margin: 0px 0px 30px; }
#lb-take { padding: 0px; }
#lb-take .svced__inner, #lb-take .svced__body, #lb-take .svced__intro { max-width: none; width: 100%; margin: 0px; }
#lb-take .svced__grid { display: none; }
.lbtake { background: rgb(243, 238, 232); border-top: 2px solid rgb(235, 237, 169); border-bottom: 2px solid rgb(235, 237, 169); padding: 40px 24px; margin: 0px calc(50% - 50vw); }
.lbtake__in { max-width: 1130px; margin: 0px auto; }
.lbtake__h { font-family: Poppins, sans-serif; font-size: 24px; font-weight: 500; color: rgb(175, 168, 36); text-align: center; margin: 0px 0px 24px; }
#lb-take .lbtake__p { font-size: 16px; color: var(--olive); line-height: 1.8; margin: 0px; }
.lbrev__vid .svcvr__slide { flex: 0 0 100%; opacity: 1 !important; }
.lbrev__vid .svcvr__card { width: 100%; }
.lbrev__vid .svcvr__poster { aspect-ratio: 16 / 9; object-fit: contain; background: transparent; border-radius: 14px; }
.svcunsure .fcform { max-width: 760px; margin: 30px auto 0px; text-align: left; }
.fcform__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fcform input, .fcform select, .fcform textarea { width: 100%; border: 1px solid rgb(216, 210, 198); border-radius: 8px; padding: 13px 15px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 0.95rem; background: rgb(255, 255, 255); color: rgb(51, 51, 51); }
.fcform select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23606638' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 16px; padding-right: 40px; }
.fcform textarea { resize: vertical; min-height: 120px; }
.fcform__full { grid-column: 1 / -1; }
.fcform__hp { opacity: 0; pointer-events: none; position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; padding: 0px !important; }
.fcform__submit { grid-column: 1 / -1; justify-self: center; min-width: 220px; text-align: center; margin-top: 4px; }
.fcform__msg { grid-column: 1 / -1; margin: 2px 0px 0px; color: var(--olive); min-height: 1.2em; text-align: center; }
@media (max-width: 620px){.fcform__grid { grid-template-columns: 1fr; }
}#fc-academy .svced__inner, #fc-academy .svced__body, #fc-academy .svced__intro { max-width: none; width: 100%; margin-left: 0px; margin-right: 0px; }
#fc-academy .svced__grid { display: none; }
#fc-academy .tca__loc-h { text-align: center; margin: 46px auto 18px; }
#fc-academy .maps-grid { max-width: 1120px; margin: 0px auto 40px; }
#fc-academy .tca__cta-h { text-align: center; margin: 64px auto 24px; }
#fc-academy .tca__cta { justify-content: center; margin-bottom: 64px; }
.tca__loc-h { text-align: center; font-family: Poppins, sans-serif; letter-spacing: 0.04em; color: var(--olive); margin: 0px 0px 18px; font-size: 1.05rem; }
.tca__cta-h { text-align: center; font-family: Poppins, sans-serif; color: var(--olive); font-size: 1.15rem; margin: 0px 0px 18px; }
.tca__cta { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; }
.tca__btn { background: var(--brown-dark); color: var(--cream-brand); border-radius: 0px; padding: 15px 34px; font-family: Poppins, sans-serif; letter-spacing: 0.04em; text-decoration: none; transition: background 0.2s, color 0.2s; }
.tca__btn:hover { background: rgb(235, 237, 169); color: rgb(58, 42, 40); }
@media (max-width: 640px){.tca__cta { flex-direction: column; align-items: center; }
.tca__btn { width: 100%; max-width: 320px; text-align: center; }
}.tcpkg__title, .lbrev__h, .lbtake__h, .fc-hband__h { color: var(--brown-dark); }
.svced:not(.svced--dark) .svced__h { color: var(--brown-dark); }
h1 { font-weight: 300; }
.tcpkg__bhead span, .fc-hband__h, #sfm-hero .fc-hband__h, #lb-take .lbtake__h, .tcpkg__col strong { font-weight: 500; }
.tcpkg__col > p:first-child { text-align: center; font-size: 1.15rem; margin: 0px 0px 22px; }
.tcpkg__col > p:first-child strong { color: var(--olive); font-weight: 500; }
.tcpkg__col ul { list-style: none; padding-left: 0px; margin: 0px 0px 18px; }
.tcpkg__col li { position: relative; padding-left: 36px; margin-bottom: 14px; line-height: 1.55; }
.tcpkg__col li::before { content: ""; position: absolute; left: 0px; top: 1px; width: 22px; height: 22px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23606638' stroke-width='1.3'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 8v8M8 12h8'/%3E%3C/svg%3E") center center / 22px no-repeat; }
#lb-grev { padding: 10px 0px 44px; }
#lb-grev .svced__inner, #lb-grev .svced__body, #lb-grev .svced__intro { max-width: none; width: 100%; margin: 0px; }
#lb-grev .svced__grid { display: none; }
#lb-grev .lbrev__in { max-width: 1170px; margin: 0px auto; padding: 0px 24px; }
.tcpkg__box:has(.tcpkg__price--two) .tcpkg__top { background: rgb(243, 238, 232); border-radius: 14px; padding: 34px 40px; align-items: center; }
@media (max-width: 820px){.tcpkg__box:has(.tcpkg__price--two) .tcpkg__top { padding: 22px 16px; }
}.tcpkg__box:has(.tcpkg__price--two) .tcpkg__actions { justify-content: center; }
.tcpkg__box:has(.tcpkg__price--two) .tcpkg__title { margin-bottom: 22px; }
.tcpkg__box:has(.tcpkg__price--two) .tcpkg__col { background: transparent; padding: 26px 4px 0px; }
.tcpkg__box:has(.tcpkg__price--two) .tcpkg__col > p:first-child { text-align: left; color: rgb(141, 113, 51); }
.tcpkg__box:has(.tcpkg__price--two) .tcpkg__col li { font-style: italic; }
.tcpkg__box:has(.tcpkg__price--two) .tcpkg__col--learn li::before { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23606638'/%3E%3Cpath d='M7 12.5l3.2 3.2L17 9' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center / 22px no-repeat; }
.tcpkg__box:has(.tcpkg__btm) .tcpkg__top .tcpkg__actions { display: none; }
.tcpkg__box:has(.tcpkg__price--two) .tcpkg__col > p:first-child strong { color: rgb(141, 113, 51); font-weight: 500; }
@media (max-width: 560px){.greview { max-width: min(84vw, 100%); box-sizing: border-box; }
.svcvr__slide { max-width: 100%; }
}.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__media img { max-width: 100%; width: 100%; }
}@media (max-width: 920px){.svced--left .svced__inner, .svced--right .svced__inner, .svced__grid--2, .svced__grid--3 { grid-template-columns: 1fr; }
}.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; }
@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); }
.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 { position: relative; width: 24px; height: 24px; border-radius: 50%; border: 0px; padding: 0px; background: transparent; cursor: pointer; }
.svcvr__dot::before { content: ""; position: absolute; top: 50%; left: 50%; width: 11px; height: 11px; margin: -5.5px 0px 0px -5.5px; border-radius: 50%; background: rgb(207, 201, 189); transition: background 0.2s; }
.svcvr__dot.is-active::before { background: rgb(58, 42, 40); }
@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); }
.tcpkg__lh, .tcpkg__bhead span, .tca__wh, .sfmb__h, .lbtech__col h4, .lbtl__card h4, .lbrev__sub, .fc-hband__h, #sfm-hero .fc-hband__h, #pmu-skillset .pmusk__price, #lb-take .lbtake__h, .tcpkg__col strong, .tcpkg__lead strong, .lbtl__card strong, .pmusk__list strong { font-weight: 500; }
.tcpkg__box:has(.tcpkg__price--two) .tcpkg__col > p:first-child strong, .tcpkg__box:has(.tcpkg__price--two) .tcpkg__col h4 { color: rgb(141, 113, 51); font-weight: 500; }
.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); }
