@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__h { font-family: Poppins, sans-serif; font-weight: 200; color: rgb(33, 33, 33); font-size: clamp(26px, 3.6vw, 42px); text-align: center; margin: 0px auto 30px; }
.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; }
.svcgal__card { cursor: default; width: min(520px, 90vw); max-width: 520px; background: none; }
.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; }
html { scroll-behavior: smooth; }
.section:has(.svced__cards--img) { background: rgb(215, 212, 201); }
.section:has(.svced__cards--img) > .container { max-width: 1170px; }
.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; }
.svcgal__card { max-width: 86vw; }
}.prices { background: rgb(250, 250, 247); }
.price-legend { display: flex; justify-content: center; gap: 44px; margin: 0px 0px 36px; flex-wrap: wrap; }
.price-legend__item { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 0.95rem; color: rgb(95, 91, 84); }
.price-legend__item--mem { color: rgb(138, 67, 48); }
.price-sw { width: 16px; height: 16px; display: inline-block; }
.price-sw--reg { background: rgb(155, 149, 140); }
.price-sw--mem { background: rgb(161, 83, 60); }
.price-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; max-width: 1140px; margin: 0px auto; text-align: left; }
.price-col__head { font-family: var(--font-body); font-weight: 700; color: var(--brown-dark); font-size: 1rem; margin: 0px 0px 6px; }
.price-list { list-style: none; margin: 0px; padding: 0px; }
.price-row { display: grid; grid-template-columns: 1fr 48px 48px; gap: 14px; align-items: center; padding: 11px 14px; }
.price-row:nth-child(2n+1) { background: rgb(232, 224, 210); }
.price-row__name { color: var(--ink); font-size: 0.98rem; white-space: nowrap; }
.price-row__reg { color: rgb(95, 91, 84); font-size: 0.95rem; text-align: right; min-width: 34px; }
.price-row__mem { color: rgb(138, 67, 48); font-weight: 700; font-size: 0.95rem; text-align: right; grid-column: 3; }
@media (max-width: 820px){.price-cols { grid-template-columns: 1fr; gap: 28px; }
}.price-cols--full { display: block; max-width: 1140px; }
.price-cols--full .price-col { width: 100%; max-width: 100%; }
.price-cols--full .price-col__head { background: var(--brown-dark); color: var(--cream-soft); font-size: 0.95rem; letter-spacing: 0.05em; padding: 13px 22px; border-radius: 8px; margin: 0px 0px 4px; }
.price-cols--full .price-row { grid-template-columns: 1fr 70px 70px; padding: 15px 22px; }
.price-cols--full .price-row__name { font-style: italic; font-size: 1.02rem; white-space: normal; }
.price-cols--full .price-row__reg, .price-cols--full .price-row__mem { font-size: 1rem; }
.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, .svcchk > .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; }
.svchero__price:empty { display: none; }
.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--left .svcit__media { order: -1; }
.svcit__h { font-family: Poppins, sans-serif; color: rgb(33, 33, 33); font-weight: 200; font-size: clamp(28px, 4vw, 42px); margin: 0px 0px 18px; }
.svcit__text p { color: var(--muted); line-height: 1.85; margin: 0px 0px 16px; }
.svcit__text strong { color: var(--brown-dark); }
.svcit__text ul { list-style: none; padding: 0px; margin: 20px 0px; }
.svcit__text ul li { position: relative; padding-left: 36px; margin: 0px 0px 16px; font-style: italic; color: var(--ink); font-size: 1.05rem; line-height: 1.5; }
.svcit__text ul li::before { content: ""; position: absolute; left: 0px; top: 0.28em; width: 17px; height: 17px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%232e2420' 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; }
.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; }
.svcit--left .svcit__media { order: 0; }
}.svcchk { background: rgb(255, 255, 255); }
.svcchk__h { font-family: Poppins, sans-serif; color: rgb(33, 33, 33); font-weight: 200; font-size: clamp(24px, 2.6vw, 30px); margin: 0px 0px 18px; }
.svcchk__list { list-style: none; padding: 0px; margin: 0px auto 34px; max-width: 520px; text-align: left; }
.svcchk__list li { position: relative; padding-left: 38px; margin: 0px 0px 22px; font-size: 1.1rem; color: var(--ink); line-height: 1.5; }
.svcchk__list li::before { content: ""; position: absolute; left: 0px; top: 1px; width: 24px; height: 24px; 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='12' fill='%23606638'/%3E%3Cpath d='M6.8 12.4l3.1 3.1 7.3-7.3' fill='none' stroke='%23fff' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center / contain no-repeat; border-radius: 0px; }
.svcchk__split { display: grid; grid-template-columns: 1fr 1.05fr; gap: 50px; align-items: center; text-align: left; }
.svcchk__split .svcchk__media img { width: 100%; border-radius: 14px; display: block; }
.svcchk__split .svcchk__h { text-align: left; margin-bottom: 26px; }
.svcchk__split .svcchk__list { margin: 0px 0px 30px; max-width: none; }
@media (max-width: 820px){.svcchk__split { grid-template-columns: 1fr; gap: 26px; }
.svcchk__split .svcchk__body > :last-child { text-align: center; }
}.svcchk__list:has(.svcchk__li--rich) { max-width: none; }
.svcchk__btnwrap { margin-top: 30px; text-align: center; }
.svcmt { background: var(--cream); }
.svcmt > .container { max-width: 1170px; }
.svcmt__h { font-family: Poppins, sans-serif; color: rgb(33, 33, 33); font-weight: 200; font-size: clamp(26px, 3.4vw, 40px); margin: 0px 0px 40px; }
.svcmt__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px 20px; }
.svcmt__member { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.svcmt__photo { width: 140px; height: 140px; border-radius: 50%; object-fit: cover; display: block; }
.svcmt__name { font-family: var(--font-head); font-size: 0.95rem; color: var(--brown-dark); font-weight: 500; background: rgb(236, 230, 220); border-radius: 999px; padding: 9px 18px; display: block; width: 100%; box-sizing: border-box; text-align: center; }
@media (max-width: 820px){.svcmt__grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
.svcmt__photo { width: 110px; height: 110px; }
}.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; }
}.svcpromo { background: rgb(95, 103, 56); color: rgb(255, 255, 255); }
.svcpromo__inner { max-width: 1170px; margin: 0px auto; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 44px; padding: 40px 24px; align-items: center; }
.svcpromo__h { font-family: Poppins, sans-serif; font-weight: 500; font-size: clamp(22px, 2.6vw, 30px); color: rgb(255, 255, 255); line-height: 1.25; margin: 0px 0px 14px; }
.svcpromo__body { color: rgb(231, 232, 212); font-weight: 300; line-height: 1.7; font-size: 1rem; margin: 0px 0px 18px; }
.svcpromo__offerlabel { letter-spacing: 2.5px; font-size: 13px; font-weight: 400; color: rgb(236, 238, 219); margin: 0px 0px 8px; }
.svcpromo__service { font-family: Poppins, sans-serif; font-weight: 500; font-size: 16px; color: rgb(255, 255, 255); margin: 0px 0px 14px; }
.svcpromo__price { margin: 0px 0px 20px; display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.svcpromo__price .old { text-decoration: line-through; opacity: 0.9; font-size: 22px; }
.svcpromo__price .now { font-weight: 700; font-size: 34px; }
.svcpromo__btn { display: inline-block; text-align: center; line-height: 1.25; background: var(--brown-dark); color: rgb(255, 255, 255); font-weight: 600; padding: 12px 28px; border-radius: 0px; transition: transform 0.2s, background 0.18s, color 0.18s; }
.svcpromo__btnfine { display: block; font-size: 12px; font-weight: 400; opacity: 0.82; margin-top: 3px; letter-spacing: normal; }
.svcpromo__btn:hover { transform: translateY(-2px); background: rgb(235, 237, 169); color: rgb(58, 42, 40); }
.svcpromo__right { background: rgba(255, 255, 255, 0.08); border-radius: 14px; padding: 22px; }
.svcpromo__img { width: 100%; aspect-ratio: 1 / 1; max-height: 440px; object-fit: cover; border-radius: 10px; display: block; margin: 0px 0px 16px; }
.svcpromo__q { color: rgb(255, 255, 255); font-weight: 300; font-size: 1.18rem; line-height: 1.5; margin: 0px 0px 16px; }
.svcpromo__form { display: grid; gap: 10px; }
.svcpromo__form input { width: 100%; border: 0px; border-radius: 8px; padding: 12px 14px; 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); }
.svcpromo__send { background: var(--brown-dark); color: rgb(255, 255, 255); border: 0px; border-radius: 0px; padding: 14px; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 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-weight: 600; letter-spacing: 1px; cursor: pointer; transition: background 0.2s; }
.svcpromo__send:hover { background: rgb(36, 26, 24); }
.svcpromo__form input.svcpromo__hp { opacity: 0; pointer-events: none; position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; padding: 0px !important; }
.svcpromo__confirm { display: flex; align-items: center; gap: 12px; background: rgb(249, 249, 249); border: 1px solid rgb(211, 211, 211); border-radius: 3px; padding: 14px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 4px; }
.svcpromo__confirm input[type="checkbox"] { height: 26px; flex: 0 0 auto; margin: 0px; padding: 0px; cursor: pointer; accent-color: var(--brown-dark); width: 26px !important; }
.svcpromo__confirm span { color: rgb(60, 64, 67); font-size: 15px; }
.svcpromo__msg { margin: 0px; font-size: 0.95rem; font-weight: 600; }
@media (max-width: 820px){.svcpromo__inner { grid-template-columns: 1fr; gap: 26px; }
}.svcpromo__inner--media { grid-template-columns: 0.9fr 1.1fr; grid-template-rows: auto auto; gap: 0px 44px; padding: 28px 24px; align-items: stretch; }
.svcpromo__inner--media .svcpromo__media { grid-area: 1 / 1 / span 2; align-self: stretch; border-radius: 12px; overflow: hidden; }
.svcpromo__inner--media .svcpromo__media .svcpromo__img { width: 100%; height: 100%; aspect-ratio: auto; max-height: none; margin: 0px; border-radius: 0px; object-fit: cover; }
.svcpromo__inner--media .svcpromo__left { grid-area: 1 / 2; align-self: start; }
.svcpromo__inner--media .svcpromo__h { font-size: clamp(22px, 1.9vw, 25px); }
.svcpromo__inner--media .svcpromo__right { grid-area: 2 / 2; align-self: start; margin-top: 18px; }
@media (max-width: 820px){.svcpromo__inner--media { grid-template-columns: 1fr; grid-template-rows: auto; gap: 22px; }
.svcpromo__inner--media .svcpromo__media { grid-area: auto / 1; }
.svcpromo__inner--media .svcpromo__media .svcpromo__img { aspect-ratio: 1 / 1; max-height: 420px; }
.svcpromo__inner--media .svcpromo__left, .svcpromo__inner--media .svcpromo__right { grid-area: auto / 1; margin-top: 0px; }
}.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; }
}.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%; }
}.svcpromo__inner--media .svcpromo__media:has(.svcpromo__img[src*="wax-88"]) { align-self: start; overflow: visible; background: transparent; height: auto; }
.svcpromo__inner--media .svcpromo__media:has(.svcpromo__img[src*="wax-88"]) .svcpromo__img { aspect-ratio: auto; height: auto; max-height: none; object-fit: contain; border-radius: 12px; }
.svcpromo__inner--media .svcpromo__media:has(.svcpromo__img[src*="eyelash-lift"]) { align-self: start; position: sticky; top: 90px; height: auto; border-radius: 12px; }
.svcpromo__inner--media .svcpromo__media:has(.svcpromo__img[src*="eyelash-lift"]) .svcpromo__img { height: auto; max-height: none; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 12px; }
@media (max-width: 820px){.svcpromo__inner--media .svcpromo__media:has(.svcpromo__img[src*="eyelash-lift"]) { position: static; top: auto; }
}.svcpromo__inner--media .svcpromo__media:has(.svcpromo__img[src*="test-keratin-brow-lamination"]) { align-self: stretch; overflow: visible; background: transparent; }
.svcpromo__inner--media .svcpromo__media:has(.svcpromo__img[src*="test-keratin-brow-lamination"]) .svcpromo__img { position: sticky; top: 110px; height: auto; max-height: none; aspect-ratio: auto; object-fit: contain; align-self: start; border-radius: 12px; }
body:has(.svcpromo__img[src*="test-keratin-brow-lamination"]) .svced:has(.svced__media img[src*="keratin-infusion-brow-lift"])::after, body:has(.svcpromo__img[src*="test-keratin-brow-lamination"]) .svced:has(.svced__media img[src*="fix-eyebrow-lamination-process"])::after, body:has(.svcpromo__img[src*="test-keratin-brow-lamination"]) .svced:has(.svced__media img[src*="clinical-sanitation"])::after { content: ""; display: block; width: min(990px, 86%); height: 22px; margin: 44px auto 8px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 22' preserveAspectRatio='none'%3E%3Cpath d='M0 11 C 90 3 150 3 240 11 C 330 19 400 19 490 11 C 580 3 650 3 740 11 C 830 19 900 19 1000 11' fill='none' stroke='%23ddd4c4' stroke-width='2'/%3E%3C/svg%3E") center center / 100% 100% no-repeat; }
.relsvc { background: rgb(247, 244, 238); }
.relsvc__h { font-family: Poppins, sans-serif; font-weight: 200; font-size: clamp(23px, 3.3vw, 33px); color: rgb(58, 53, 44); text-align: center; margin: 0px 0px 26px; }
.relsvc__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 920px; margin: 0px auto; }
.relsvc__card { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: rgb(255, 255, 255); border: 1px solid rgb(231, 224, 214); border-radius: 14px; padding: 18px 22px; text-decoration: none; color: rgb(76, 90, 42); font-family: Poppins, sans-serif; font-weight: 500; box-shadow: rgba(60, 50, 40, 0.05) 0px 8px 22px; transition: transform 0.15s, box-shadow 0.15s; min-height: 44px; }
.relsvc__card:hover { transform: translateY(-2px); box-shadow: rgba(60, 50, 40, 0.1) 0px 12px 30px; color: rgb(58, 68, 32); }
.relsvc__arrow { color: rgb(138, 125, 74); font-size: 1.2rem; flex-shrink: 0; }
@media (max-width: 760px){.relsvc__grid { grid-template-columns: 1fr; max-width: 460px; }
}.svchero__btn, .svcpromo__btn { transition: transform 0.16s, background 0.16s, color 0.16s, box-shadow 0.16s, opacity 0.16s; }
.svchero__btn:hover, .svcpromo__btn:hover { transform: scale(1.045); }
.section .btn-book:hover { background: rgb(235, 237, 169); color: rgb(58, 42, 40); transform: scale(1.045); }
.section.svcchk:has(.svcchk__split), .section.svcchk:has(.svcchk__triple) { background: var(--cream-soft); }
.section__title, .svcit__h, .svcmt__h { 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"); }
.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) .svcvr .container, body:has(#pmu-whychoose) .prices .container, body:has(#pmu-whychoose) .gunsure .container, body:has(#pmu-whychoose) .section--alt .container { max-width: 1170px; }
body:has(#pmu-whychoose) .price-legend__item--mem { font-size: 0px; }
body:has(#pmu-whychoose) .price-legend__item--mem::after { content: "Special Price"; font-size: 0.95rem; font-weight: 700; color: rgb(138, 67, 48); }
body:has(#pmu-whychoose) .svcchk__list { max-width: 820px; column-count: 2; column-gap: 70px; }
body:has(#pmu-whychoose) .svcchk__list li { break-inside: avoid; }
@media (max-width: 640px){body:has(#pmu-whychoose) .svcchk__list { column-count: 1; max-width: 520px; }
}.svcpromo__inner--media .svcpromo__media:has(.svcpromo__img[src*="pb-green-powder-ombre"]) { align-self: stretch; overflow: visible; background: transparent; }
.svcpromo__inner--media .svcpromo__media:has(.svcpromo__img[src*="pb-green-powder-ombre"]) .svcpromo__img { position: sticky; top: 110px; height: auto; max-height: none; aspect-ratio: auto; object-fit: contain; align-self: start; border-radius: 12px; }
@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__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; }
}.svcpromo__inner--media .svcpromo__media:has(.svcpromo__img[src*="mb-green-hairstroke"]) { align-self: stretch; overflow: visible; background: transparent; }
.svcpromo__inner--media .svcpromo__media:has(.svcpromo__img[src*="mb-green-hairstroke"]) .svcpromo__img { position: sticky; top: 110px; height: auto; max-height: none; aspect-ratio: auto; object-fit: contain; align-self: start; border-radius: 12px; }
.svcpromo__inner--media .svcpromo__media:has(.svcpromo__img[src*="el-green-eyeliner"]) { align-self: stretch; overflow: visible; background: transparent; }
.svcpromo__inner--media .svcpromo__media:has(.svcpromo__img[src*="el-green-eyeliner"]) .svcpromo__img { position: sticky; top: 110px; height: auto; max-height: none; aspect-ratio: auto; object-fit: contain; align-self: start; border-radius: 12px; }
.svcpromo__inner--media .svcpromo__media:has(.svcpromo__img[src*="lb-green-lipsblush"]) { align-self: stretch; overflow: visible; background: transparent; }
.svcpromo__inner--media .svcpromo__media:has(.svcpromo__img[src*="lb-green-lipsblush"]) .svcpromo__img { position: sticky; top: 110px; height: auto; max-height: none; aspect-ratio: auto; object-fit: contain; align-self: start; border-radius: 12px; }
@media (min-width: 901px){.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; }
}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; }
.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; }
}.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; }
}.svcchk__carousel { position: relative; width: 100%; border-radius: 8px; display: block; }
.svcchk__carousel .svcvr__viewport { overflow: hidden; width: 100%; border-radius: 8px; }
.svcchk__carousel .svcvr__track { display: flex; transition: transform 0.55s; }
.svcchk__carousel .svcvr__slide { flex: 0 0 100%; width: 100%; min-width: 100%; }
.svcchk__carousel .svcvr__card { display: block; width: 100%; }
.svcchk__carousel .svcvr__poster { width: 100%; height: auto; display: block; border-radius: 8px; }
.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; }
.svcvr__h, .section__title, .svcmt__h { color: var(--brown-dark); }
h1 { font-weight: 300; }
@media (max-width: 560px){.price-col, .price-list, .price-row { max-width: 100%; box-sizing: border-box; }
.price-row { grid-template-columns: minmax(0px, 1fr) 44px 44px; gap: 8px; padding: 11px 10px; }
.price-row__name { min-width: 0px; overflow-wrap: anywhere; }
.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); }
.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: 560px){.svcgal .svcvr__poster, .svcgal__card { max-width: 86vw; }
}.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; }
@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:has(.svced__media img[src*="long-lasting-keratin"]) .svced__h { font-weight: 500; }
.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); }
@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: "–"; }
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"]) .an-why-faq { margin-top: 30px; }
}@media (max-width: 820px){.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); }
.rvpair__media .svcvr__slide:not(.is-active) { opacity: 0.35; }
@media (max-width: 560px){.price-col, .price-list, .price-row, .price-note { max-width: 100%; box-sizing: border-box; }
}.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); }
