@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); }
.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; }
.greviews-sec .greview__ava { width: 56px; height: 56px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--olive); color: rgb(255, 255, 255); font-weight: 600; font-size: 1.25rem; line-height: 1; flex: 0 0 auto; font-family: Poppins, sans-serif; }
@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; }
.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--center > .container > .svced__h { text-align: center; }
.svced--center > .container > .svced__h::after { margin-left: auto; margin-right: auto; }
.svced--right .svced__inner { grid-template-columns: 1fr 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__media img { width: 100%; border-radius: 18px; display: block; }
@media (max-width: 920px){.svced--right .svced__inner { grid-template-columns: 1fr; }
}.svced__body, .svced__cardcol { min-width: 0px; }
.svced__cardrow { display: grid; gap: 50px; align-items: start; margin-top: 38px; }
.svced--cardfull .svced__cardrow { grid-template-columns: 1fr; }
.svced__cards { display: grid; gap: 20px; align-content: start; }
.svced__cards--2 { grid-template-columns: 1fr 1fr; }
.svced__card-t { font-size: 1.25rem; }
.section:has(.svced__cards--img) { background: rgb(215, 212, 201); }
.section:has(.svced__cards--img) > .container { max-width: 1170px; }
.svced__cards--icon .svced__card { background: transparent; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 6px; padding: 26px 24px; }
.svced__card-ic { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: rgb(231, 230, 166); color: rgb(96, 102, 56); margin-bottom: 18px; }
.svced__card-ic svg { width: 22px; height: 22px; }
.svced:has(.svced__card-ic--big) > .container { max-width: 1170px; }
.svced__card-ic--big { width: 88px; height: 70px; border-radius: 0px; background: none; color: rgb(235, 237, 169); margin: 0px; }
.svced__card-ic--big svg { width: auto; height: 70px; max-width: 88px; }
.svced__cards .svced__card:has(.svced__card-ic--big) { display: grid; grid-template-columns: 88px 1fr; gap: 0px 25px; align-items: start; }
.svced__cards .svced__card:has(.svced__card-ic--big) .svced__card-t { grid-column: 2; font-family: Jost, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 700; text-transform: uppercase; color: rgb(46, 36, 32); margin: 0px 0px 10px; line-height: 34px; }
.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__cardfoot, .svced:has(.svced__card-ic--big) .svced__cardfoot p { text-align: center; }
.svced:has(.svced__card-ic--big) .svced__h::after { margin-left: auto; margin-right: auto; }
.svced__cards .svced__card:has(.svced__card-ic--big) .svced__card-t { min-height: 0px; }
.svced__cards .svced__card:has(.svced__card-ic--big) .svced__card-x { grid-column: 2; font-family: Jost, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 20px; line-height: 34px; font-weight: 300; color: rgb(58, 42, 40); margin: 0px; }
@media (max-width: 560px){.svced__cards .svced__card:has(.svced__card-ic--big) { grid-template-columns: 60px 1fr; column-gap: 18px; }
.svced__card-ic--big { width: 60px; height: 50px; }
.svced__card-ic--big svg { height: 50px; max-width: 60px; }
.svced__cards .svced__card:has(.svced__card-ic--big) .svced__card-t { font-size: 17px; }
.svced__cards .svced__card:has(.svced__card-ic--big) .svced__card-x { font-size: 17px; line-height: 1.65; }
}.svced--right .svced__media { position: sticky; top: 165px; align-self: start; }
@media (max-width: 920px){.svced__cards--2 { grid-template-columns: 1fr; }
.svced--right .svced__media { position: static; top: auto; }
}.svced__cardcol { min-width: 0px; }
.svced__cardfoot { margin-top: 26px; }
.svced__cardfoot > p { color: var(--muted); line-height: 1.7; font-weight: 300; margin: 0px 0px 14px; }
.svced__cardfoot > p:last-child { margin-bottom: 0px; }
.svced__steps { display: flex; flex-direction: column; }
.svced__step { display: flex; gap: 20px; align-items: flex-start; padding: 26px 0px; }
.svced__step:first-child { padding-top: 2px; }
.svced__step + .svced__step { border-top: 1px solid rgb(231, 224, 213); }
.svced__step-n { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgb(201, 195, 154); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; color: var(--olive); }
.svced__step-t { font-family: Poppins, sans-serif; font-weight: 500; font-size: 1.18rem; color: rgb(46, 36, 32); margin: 0px 0px 6px; }
.svced__step-x { color: var(--ink); line-height: 1.6; font-weight: 300; margin: 0px; }
.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; }
.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; }
}.svchero > .container, .svcit > .container, .svcfaq > .container { max-width: 1170px; }
.svchero { background: rgb(215, 212, 201); padding: 56px 0px 64px; }
.svchero__inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.svchero__text { order: -1; }
.svchero__text h1 { font-family: Poppins, sans-serif; font-weight: 300; color: var(--olive); font-size: clamp(34px, 5.2vw, 60px); line-height: 1.12; letter-spacing: 2px; margin: 0px 0px 22px; }
.svchero__intro p { color: var(--ink); line-height: 1.75; margin: 0px 0px 16px; font-size: 1.02rem; font-weight: 300; }
.svchero__intro strong { color: var(--brown-dark); font-weight: 700; }
.svchero__cta { display: flex; align-items: center; gap: 38px; margin-top: 30px; flex-wrap: wrap; }
.svchero__btn { display: inline-block; background: var(--brown-dark); color: var(--cream-brand); padding: 15px 30px; font-family: "Noto Sans",var(--font-body); font-size: 16px; letter-spacing: 0.02em; border-radius: 0px; transition: background 0.2s, color 0.2s; }
.svchero__btn:hover { background: rgb(235, 237, 169); color: rgb(58, 42, 40); }
.svchero__price { line-height: 1.35; }
.svc-price__now { color: rgb(138, 63, 40); font-weight: 700; font-size: 1.95rem; font-family: var(--font-head); }
.svc-price__old { color: rgb(92, 87, 78); text-decoration: line-through; font-size: 1.25rem; }
.svchero { overflow-x: clip; }
.svchero__media { position: relative; isolation: isolate; }
.svchero__media img { width: 100%; height: auto; display: block; border-radius: 0px; }
@media (max-width: 820px){.svchero { padding: 32px 0px 40px; }
.svchero__inner { grid-template-columns: 1fr; gap: 26px; }
.svchero__text { order: 0; }
.svchero__media { width: 100%; max-width: 380px; margin: 0px auto; }
.svchero__cta { gap: 22px; margin-top: 24px; }
}.svcit__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.svcit__text p { color: var(--muted); line-height: 1.85; margin: 0px 0px 16px; }
.svcit__text strong { color: var(--brown-dark); }
.svcit__btn { margin-top: 22px; }
.svcit__btn:hover { background: rgb(235, 237, 169); color: rgb(58, 42, 40); transform: scale(1.045); }
.svcit__media img { width: 100%; height: auto; min-height: 280px; display: block; border-radius: 8px; object-fit: cover; }
@media (max-width: 820px){.svcit__inner { grid-template-columns: 1fr; gap: 28px; }
}.svcfeat { background: rgb(255, 255, 255); }
.svcfeat__h { font-family: Poppins, sans-serif; font-weight: 200; color: rgb(33, 33, 33); font-size: clamp(26px, 3.6vw, 40px); margin: 0px 0px 40px; }
.svcfeat__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left; }
.svcfeat__card { background: rgb(243, 238, 232); border-radius: 4px; padding: 34px 30px; }
.svcfeat__icon { color: var(--olive); display: inline-flex; margin-bottom: 16px; }
.svcfeat__t { font-family: Poppins, sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: rgb(74, 74, 50); font-size: 1.05rem; line-height: 1.3; margin: 0px 0px 14px; }
.svcfeat__d { color: var(--ink); line-height: 1.65; font-size: 1rem; }
.svcfeat__d p { margin: 0px 0px 12px; }
@media (max-width: 900px){.svcfeat__grid { grid-template-columns: 1fr 1fr; }
}@media (max-width: 560px){.svcfeat__grid { grid-template-columns: 1fr; }
}.svced--none .svced__inner:has(.brz-vaj__row) { max-width: var(--max); }
.svcfaq__h { margin: 0px 0px 36px; font-family: Poppins, sans-serif; color: rgb(33, 33, 33); font-weight: 200; font-size: clamp(26px, 3.6vw, 42px); }
.svcfaq__item { background: rgb(253, 252, 246); border: 1px solid var(--line); border-radius: 12px; margin: 0px 0px 14px; box-shadow: rgba(0, 0, 0, 0.04) 0px 6px 18px; overflow: hidden; transition: box-shadow 0.2s; }
.svcfaq__item[open] { box-shadow: rgba(58, 42, 40, 0.07) 0px 8px 22px; }
.svcfaq__item summary { list-style: none; cursor: pointer; padding: 20px 64px 20px 24px; font-family: "Cormorant Garamond", Georgia, serif; font-weight: 400; color: var(--brown-dark); font-size: 1.28rem; position: relative; transition: background 0.2s; }
.svcfaq__item[open] summary { background: rgb(242, 241, 228); }
.svcfaq__item summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border: 1px solid rgb(217, 207, 161); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--olive); font-size: 1.3rem; line-height: 1; transition: background 0.2s, border-color 0.2s, color 0.2s; }
.svcfaq__item[open] summary::after { content: "−"; background: rgb(235, 237, 169); border-color: rgb(235, 237, 169); color: rgb(58, 42, 40); }
.svcfaq__a { padding: 0px 24px 20px; color: var(--muted); line-height: 1.75; }
.svcfaq__a p { margin: 0px 0px 10px; }
.svcfaq__item:not([open]) .svcfaq__a { display: none; }
.svcfaq__list--grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; align-items: start; }
@media (max-width: 820px){.svcfaq__list--grid { grid-template-columns: 1fr; }
}.svcmenu__title { font-family: Poppins, sans-serif; font-weight: 200; font-size: clamp(28px, 4vw, 40px); color: var(--brown-dark); text-align: center; letter-spacing: 0.3px; margin: 0px 0px 30px; }
.svcmenu__cat { margin: 34px 0px 0px; }
.svcmenu__table { width: 100%; border-collapse: collapse; }
.svcmenu__table td { padding: 25px 20px; vertical-align: top; }
.svcmenu__table tr:nth-child(2n) { background: rgba(215, 212, 201, 0.25); }
.svcmenu__name { font-family: Poppins, sans-serif; font-weight: 500; font-size: 16px; color: rgb(42, 42, 42); line-height: 1.4; margin: 0px 0px 10px; }
@media (max-width: 760px){.svcmenu__table, .svcmenu__table tbody, .svcmenu__table tr, .svcmenu__table td { display: block; width: auto; }
.svcmenu__table td { padding: 16px; }
.svcmenu__table tr { margin-bottom: 14px; border-radius: 10px; overflow: hidden; }
}.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__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; }
.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); }
.svcmenu__title { text-align: center; font-weight: 300; margin: 0px 0px 10px; }
.svcmenu__table { width: 100%; min-width: 420px; border-collapse: collapse; background: rgb(255, 255, 255); border: 1px solid rgb(236, 231, 223); border-radius: 12px; overflow: hidden; }
.svcmenu__table thead th { font-family: Poppins, sans-serif; font-weight: 600; font-size: 0.8rem; letter-spacing: 0.04em; text-transform: uppercase; color: rgb(95, 107, 52); text-align: right; padding: 15px 18px; background: rgb(246, 245, 241); border-bottom: 1px solid rgb(236, 231, 223); }
.svcmenu__table td { padding: 12px 18px; border-bottom: 1px solid rgb(241, 236, 227); text-align: right; font-weight: 400; color: rgb(74, 68, 56); }
.svcmenu__table td.svcmenu__name { text-align: left; color: rgb(46, 40, 34); }
.svcmenu__table td.svcmenu__mem { color: rgb(76, 90, 42); font-weight: 600; }
.svcmenu__table td.svcmenu__reg { color: rgb(95, 90, 78); }
.svcmenu__table tbody tr:nth-child(2n) td { background: rgb(250, 248, 244); }
.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%; }
}.section.svcmenu { background: rgb(247, 247, 247); }
.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 .svced__inner { grid-template-columns: 1fr 380px; }
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; }
body:has(#getnew-lift) .svcmenu > .container { max-width: 820px; }
body:has(#getnew-lift) .svcmenu__table { table-layout: fixed; }
body:has(#getnew-lift) .svcmenu__table td.svcmenu__name { width: auto; text-align: left; }
body:has(#getnew-lift) .svcmenu__table td.svcmenu__reg, body:has(#getnew-lift) .svcmenu__table td.svcmenu__mem { width: 78px; text-align: right; padding-left: 6px; padding-right: 8px; white-space: nowrap; }
@media (max-width: 640px){body:has(#getnew-lift) .svcmenu__table td.svcmenu__reg, body:has(#getnew-lift) .svcmenu__table td.svcmenu__mem { width: 58px; }
}.svcmenu__hrow--text { display: none; }
@media (max-width: 560px){.svcmenu__table:has(td.svcmenu__first) { table-layout: fixed; width: 100%; }
.svcmenu__table:has(td.svcmenu__first) td.svcmenu__name { white-space: normal; overflow-wrap: anywhere; }
.svcmenu__table:has(td.svcmenu__first) td.svcmenu__reg, .svcmenu__table:has(td.svcmenu__first) td.svcmenu__mem { width: 52px; padding-left: 4px; padding-right: 4px; }
.svcmenu__table .svcmenu__hrow .svcmenu__hcell { font-size: 0.66rem; letter-spacing: 0px; white-space: nowrap; }
}@media (max-width: 640px){.svcmenu__hrow--text td.svcmenu__reg, .svcmenu__hrow--text td.svcmenu__mem { width: auto; min-width: 54px; white-space: nowrap; font-size: 0.64rem; letter-spacing: 0px; }
}body:has(#getnew-lift) .svcmenu__heads { display: none; }
body:has(#getnew-lift) .svcmenu__hrow--text { display: flex; align-items: baseline; background: transparent; }
body:has(#getnew-lift) .svcmenu__hrow--text td { padding-top: 0px; padding-bottom: 12px; font-weight: 700; border-bottom: 1px solid rgb(226, 221, 211); text-transform: uppercase; letter-spacing: 0.03em; font-size: 0.78rem; }
body:has(#getnew-lift) .svcmenu__hrow--text td.svcmenu__reg { color: rgb(102, 102, 102); }
body:has(#getnew-lift) .svcmenu__hrow--text td.svcmenu__mem { color: rgb(161, 83, 60); }
.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; }
}.sr-only { width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; position: absolute !important; }
.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 { 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; }
.svchero__btn { transition: transform 0.16s, background 0.16s, color 0.16s, box-shadow 0.16s, opacity 0.16s; }
.svchero__btn:hover { transform: scale(1.045); }
.svced--none .svced__inner:has(.brz-price) { max-width: var(--max); }
.section.svcmenu { background: rgb(243, 239, 233); }
.svcmenu > .container { max-width: 1170px; }
.svcmenu__title { font-family: Poppins, sans-serif; font-weight: 200; font-size: clamp(30px, 4vw, 42px); color: var(--brown-dark); text-align: center; letter-spacing: 0.2px; margin: 0px 0px 8px; }
.svcmenu__cat { margin: 0px; }
.svcmenu__heads { text-align: center; margin: 4px auto 26px; line-height: 1.55; }
.svcmenu__heads .svcmenu__hd { display: block; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; }
.svcmenu__hd--mem { color: rgb(161, 83, 60); }
.svcmenu__table { width: 100%; border-collapse: collapse; border: 0px; background: transparent; box-shadow: none; border-radius: 0px; margin: 0px; min-width: 0px; }
.svcmenu__table thead { display: none; }
.svcmenu__table td { padding: 13px 16px; text-align: left; vertical-align: middle; font-size: 15px; font-weight: 400; border-width: 0px 0px 1px; border-style: none none solid; border-color: currentcolor currentcolor rgb(231, 224, 214); border-image: none; background: transparent; }
.svcmenu__table tr:nth-child(2n), .svcmenu__table tr:nth-child(2n) td, .svcmenu__table tbody tr:nth-child(2n) td { background: transparent; }
.svcmenu__table td.svcmenu__name { color: rgb(58, 42, 40); font-weight: 500; width: 70%; }
.svcmenu__table td.svcmenu__reg { color: rgb(102, 102, 102); font-weight: 700; width: 15%; }
.svcmenu__table td.svcmenu__mem { color: rgb(161, 83, 60); font-weight: 700; width: 15%; }
.svcmenu__table tr:last-child td { border-bottom: 0px; }
.svcmenu__cta { text-align: center; margin: 34px 0px 4px; }
.svcmenu__btn { display: inline-block; background: rgb(58, 42, 40); color: var(--cream-brand); font-family: "Noto Sans",var(--font-body); font-size: 16px; padding: 15px 30px; border-radius: 0px; box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 20px; letter-spacing: 0.02em; }
.svcmenu__btn:hover { background: rgb(235, 237, 169); color: rgb(58, 42, 40); }
@media (max-width: 820px){.svcmenu__table td { padding: 12px 10px; font-size: 14px; }
.svcmenu__heads .svcmenu__hd { font-size: 15px; }
}.svcmenu__cat .svcmenu__table { display: block; max-width: 1170px; margin: 0px auto; }
.svcmenu__cat .svcmenu__table tbody { display: block; column-count: 1; column-gap: 46px; }
@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; }
}.svcmenu__cat .svcmenu__table tr { display: flex; align-items: baseline; break-inside: avoid; }
.svcmenu__cat .svcmenu__table tbody tr:nth-child(2n) { background: rgba(215, 212, 201, 0.25); }
.svcmenu__cat .svcmenu__table td { display: block; border-bottom: 0px; padding: 12px 2px; }
.svcmenu__cat .svcmenu__table td.svcmenu__name { flex: 1 1 auto; width: auto; }
.svcmenu__cat .svcmenu__table td.svcmenu__reg { flex: 0 0 34px; width: 34px; text-align: right; }
.svcmenu__cat .svcmenu__table td.svcmenu__mem { flex: 0 0 34px; width: 34px; text-align: right; padding-left: 10px; }
@media (max-width: 900px){.svcmenu__cat .svcmenu__table tbody { column-count: 1; max-width: 480px; margin: 0px auto; }
}.svced__cards--icon .svced__card { display: grid; grid-template-columns: 34px 1fr; gap: 6px 16px; align-items: start; align-content: start; background: transparent; border: 0px; border-radius: 0px; padding: 0px; }
.svced__cards--icon .svced__card-t { grid-area: 1 / 2; align-self: center; margin: 0px; }
.svced__cards--icon .svced__card-x { grid-area: 2 / 2; margin: 6px 0px 0px; }
.svced__cards--icon.svced__cards--2 { gap: 42px 60px; }
.svced__cards--2 .svced__card-t { min-height: 2lh; }
.svced__steps { position: relative; display: block; max-width: 1080px; margin: 12px auto 0px; }
.svced__steps::before { content: ""; position: absolute; left: 50%; top: 8px; bottom: 8px; width: 0px; border-left: 2px dashed rgb(182, 181, 143); transform: translate(-50%); }
.svced__step { position: relative; display: block; width: 50%; box-sizing: border-box; padding: 0px 46px; margin: 0px 0px 34px; border-top: 0px; }
.svced__step + .svced__step { border-top: 0px; }
.svced__step:nth-child(2n+1) { left: 0px; }
.svced__step:nth-child(2n) { left: 50%; }
.svced__step-b { background: rgb(243, 238, 232); border-radius: 6px; padding: 26px 30px; }
.svced__step-t { color: rgb(46, 36, 32); font-weight: 500; }
.svced__step-n { position: absolute; top: 24px; width: 18px; height: 18px; padding: 0px; border: 0px; border-radius: 50%; background: var(--olive); color: transparent; font-size: 0px; display: block; }
.svced__step:nth-child(2n+1) .svced__step-n { right: -9px; left: auto; }
.svced__step:nth-child(2n) .svced__step-n { left: -9px; right: auto; }
@media (max-width: 820px){.svced__steps { max-width: 520px; }
.svced__steps::before { left: 9px; transform: none; }
.svced__step, .svced__step:nth-child(2n+1), .svced__step:nth-child(2n) { width: 100%; left: 0px; padding: 0px 0px 0px 34px; }
.svced__step:nth-child(2n+1) .svced__step-n, .svced__step:nth-child(2n) .svced__step-n { left: 0px; right: auto; }
}.section .btn-book:hover { background: rgb(235, 237, 169); color: rgb(58, 42, 40); transform: scale(1.045); }
.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--round) .svced__cardrow { display: grid; grid-template-columns: 440px auto; column-gap: 70px; align-items: center; justify-content: center; }
.svced__cards .svced__card:has(.svced__card-ic--round) { display: grid; grid-template-columns: 30px 1fr; gap: 0px 15px; align-items: center; background: none; border: 0px; padding: 0px; margin: 0px 0px 30px; }
.svced__cards .svced__card:has(.svced__card-ic--round) .svced__card-t { grid-column: 2; min-height: 0px; font-family: Jost, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; text-transform: none; color: rgb(58, 42, 40); margin: 0px; line-height: 1.5; }
.svced:has(.svced__card-ic--round) .svced__cards { row-gap: 0px; }
@media (max-width: 900px){.svced:has(.svced__card-ic--round) .svced__cardrow { grid-template-columns: 1fr; row-gap: 32px; }
}.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; }
.page-male-waxing .svchero__text h1 { font-weight: 700; line-height: 66px; }
.page-male-waxing .svchero__intro { color: rgb(33, 33, 33); }
.page-male-waxing .svc-price__now { font-size: 40px; color: rgb(161, 83, 60); }
.page-male-waxing .svced--none .svced__h, .page-male-waxing .svced--none .svced__intro > p { text-align: center; }
.svced__intro ul.mw-cols3 { list-style: none; padding: 0px; margin: 34px 0px 0px; display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: column; grid-template-rows: repeat(3, auto); gap: 20px 0px; }
.svced__intro ul.mw-cols3 li { position: relative; padding-left: 46px; margin: 0px; font-style: italic; font-size: 20px; line-height: 1.4; color: rgb(58, 42, 40); }
.svced__intro ul.mw-cols3 li::before { content: ""; position: absolute; left: 12px; top: 0.2em; width: 22px; height: 22px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23c8cf7a' d='M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.9 576 154.3c0-50.2-10.8-102.2-29.8-144.6z'/%3E%3C/svg%3E") center center / contain no-repeat; }
@media (max-width: 820px){.svced__intro ul.mw-cols3 { grid-template-columns: 1fr; grid-auto-flow: row; grid-template-rows: none; row-gap: 14px; }
}.page-male-waxing .svced__h, .page-male-waxing .svcfeat__h, .page-male-waxing .svcfaq__h { text-align: center; }
.svced__h, .section__title, .svcfeat__h, .svcfaq__h, .svcmenu__title { font-size: clamp(26px, 4.6vw, 42px); font-weight: 200; }
.svcit__btn.btn-book::before { content: ""; display: inline-block; width: 16px; height: 16px; margin-right: 10px; vertical-align: -2px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23f3eee8'%3E%3Cpath d='M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192H400V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192z'/%3E%3C/svg%3E") center center / contain no-repeat; }
.svcit__btn.btn-book:hover::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%233a2a28'%3E%3Cpath d='M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192H400V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192z'/%3E%3C/svg%3E"); }
.svced__cards--2 .svced__card:nth-child(5):last-child:has(.svced__card-ic--big) { grid-column: 1 / -1; }
.page-male-waxing .svced__cardfoot { text-align: center; }
.page-male-waxing .svced__cardfoot em { font-style: italic; }
.page-male-waxing .svcfaq__list--grid { grid-template-columns: 1fr; }
.greviews__cta { text-align: center; margin-top: 34px; }
.greviews__btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 30px; border-radius: 0px; font-size: 16px; letter-spacing: 0.02em; background: rgb(58, 42, 40); color: rgb(243, 238, 232); }
.svc-price__label { font-family: Poppins, sans-serif; font-weight: 500; margin-right: 14px; }
.page-male-waxing .svc-price__line { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.page-male-waxing .svc-price__label { margin-right: 0px; font-size: 40px; color: rgb(161, 83, 60); }
.page-male-waxing .svc-price__old { order: 1; }
.page-male-waxing .svc-price__now { order: 2; }
.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__text, .svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__text p { 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) .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"]) { position: relative; padding-top: 164px; }
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__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; }
.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; }
}body:has(.svcpromo__img[src*="mb-green-hairstroke"]) .svcfaq__list--grid { grid-template-columns: 1fr; }
@media (min-width: 901px){.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; }
}@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__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; }
}.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__carousel:not(.svcchk__carousel):has(> .svcvr__dots) { margin-bottom: 42px; }
.section__title, .svcfaq__h { color: var(--brown-dark); }
.svced:not(.svced--dark) .svced__h { color: var(--brown-dark); }
h1 { font-weight: 300; }
@media (max-width: 560px){.greview { max-width: min(84vw, 100%); box-sizing: border-box; }
.svcvr__slide { max-width: 100%; }
}.svchero__media img:not([width]) { aspect-ratio: 1060 / 889; width: 100%; height: auto; }
.relsvc__arrow { color: rgb(128, 116, 69); }
.svcmenu__hd--reg { color: rgb(102, 102, 102); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); white-space: nowrap; border: 0px; }
.svced--center > .container > .svced__eyebrow, .svced--center > .container > .svced__h, .svced--center .svced__body > .svced__eyebrow, .svced--center .svced__body > .svced__h { text-align: center; }
.svced--center > .container > .svced__h::after, .svced--center .svced__body > .svced__h::after { margin-left: auto; margin-right: auto; }
.svced--left .svced__inner, .svced--right .svced__inner { grid-template-columns: 1fr 1fr; }
.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%; }
}@media (max-width: 920px){.svced--left .svced__inner, .svced--right .svced__inner, .svced__grid--2, .svced__grid--3 { grid-template-columns: 1fr; }
}.svced__media--card, .svced--right .svced__media, .svced--left .svced__media { position: sticky; top: 165px; align-self: start; }
@media (max-width: 920px){.svced--cardimg .svced__cardrow, .svced--dark.svced--cardimg .svced__cardrow, .svced__cards--2 { grid-template-columns: 1fr; }
.svced__media--card, .svced--right .svced__media, .svced--left .svced__media { position: static; top: auto; }
}.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: "–"; }
.svchero > .container, .svcit > .container, .svcchk > .container, .svcsp > .container, .svcfaq > .container { max-width: 1170px; }
.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; }
body:has(#getnew-lift) .svcmenu__table td.svcmenu__reg, body:has(#getnew-lift) .svcmenu__table td.svcmenu__mem, body:has(#getnew-lift) .svcmenu__table td.svcmenu__first { width: 78px; text-align: right; padding-left: 6px; padding-right: 8px; white-space: nowrap; }
@media (max-width: 640px){body:has(#getnew-lift) .svcmenu__table td.svcmenu__reg, body:has(#getnew-lift) .svcmenu__table td.svcmenu__mem, body:has(#getnew-lift) .svcmenu__table td.svcmenu__first { width: 58px; }
}@media (max-width: 560px){.svcmenu__table:has(td.svcmenu__first) td.svcmenu__reg, .svcmenu__table:has(td.svcmenu__first) td.svcmenu__mem, .svcmenu__table:has(td.svcmenu__first) td.svcmenu__first { width: 52px; padding-left: 4px; padding-right: 4px; }
}.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; }
.brz-btn, .svchero__btn, .mnhero__btn, .svcsp__btn, .svcsp__cta-btn, .wxs-btn, .svcpromo__btn, .hero__btn, .btn { transition: transform 0.16s, background 0.16s, color 0.16s, box-shadow 0.16s, opacity 0.16s; }
.brz-btn:hover, .svchero__btn:hover, .mnhero__btn:hover, .svcsp__btn:hover, .svcsp__cta-btn:hover, .wxs-btn:hover, .svcpromo__btn:hover, .hero__btn:hover, .btn:hover { transform: scale(1.045); }
.svced__cards--2 .svced__card-t, .svced__cards--3 .svced__card-t { min-height: 2lh; }
@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: "–"; }
.page-male-waxing .svced__h, .page-male-waxing .svcfeat__h, .page-male-waxing .svcfaq__h, .page-male-waxing .wxrev__h { text-align: center; }
.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; }
.page-male-waxing .svcfaq__list--grid, .page-lashes .svcfaq__list--grid { grid-template-columns: 1fr; }
.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"]) .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); }
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__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"]) .an-why-faq { margin-top: 30px; }
.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"]) .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__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; }
.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) > .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); }
