@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); }
.section.svced--cardimg:has(.svced__cards--stat) { 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); }
.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; }
.svcgal .svcvr__track { gap: 0px; }
.svcgal .svcvr__slide { flex: 0 0 100%; display: flex; justify-content: center; align-items: center; min-width: 0px; opacity: 1 !important; }
.svcgal .svcvr__poster { width: 100%; aspect-ratio: 1 / 1; height: auto; max-height: none; object-fit: contain; background: rgb(245, 242, 236); border-radius: 14px; }
.svcgal .svcvr__viewport { min-height: 0px; }
@media (max-width: 640px){.svcgal .svcvr__viewport { min-height: 340px; }
}.mnhero { background: var(--cream-soft); padding: 60px 0px; }
.mnhero__inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.mnhero__h { font-family: Poppins, sans-serif; font-weight: 200; font-size: clamp(34px, 4.8vw, 60px); line-height: 1.06; color: rgb(33, 33, 33); margin: 0px 0px 22px; }
.mnhero__hl { color: var(--olive); font-style: italic; font-weight: 400; }
.mnhero__intro { color: var(--muted); font-size: 1.1rem; line-height: 1.7; max-width: 540px; margin: 0px 0px 32px; font-weight: 300; }
.mnhero__stats { display: flex; gap: 40px; margin: 0px 0px 32px; flex-wrap: wrap; }
.mnhero__stat { display: flex; flex-direction: column; }
.mnhero__num { font-family: Poppins, sans-serif; font-size: clamp(26px, 3.2vw, 40px); font-weight: 300; color: var(--olive); line-height: 1; }
.mnhero__lbl { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }
.mnhero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.mnhero__btn { display: inline-flex; align-items: center; padding: 15px 28px; border-radius: 0px; font-size: 0.96rem; font-weight: 500; }
.mnhero__btn--p { background: var(--brown-dark); color: rgb(255, 255, 255); }
.mnhero__btn--p:hover { background: var(--olive); color: var(--chartreuse); opacity: 1; }
.mnhero__btn--s:hover { background: var(--olive); color: var(--chartreuse); border-color: var(--olive); }
.mnhero__btn--s { background: transparent; color: var(--brown-dark); border: 1.5px solid var(--brown-dark); }
.mnhero__media img { width: 100%; border-radius: 18px; display: block; }
@media (max-width: 920px){.mnhero__inner { grid-template-columns: 1fr; display: flex; flex-direction: column; gap: 0px; }
.mnhero__text { display: contents; }
.mnhero__h { order: 1; }
.mnhero__media { order: 2; margin: 2px 0px 26px; }
.mnhero__intro { order: 3; }
.mnhero__stats { order: 4; }
.mnhero__cta { order: 5; }
}.mnhero__trust { background: var(--chartreuse); margin-top: 48px; }
.mnhero__trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 44px; padding: 16px 0px; }
.mnhero__trust-item { color: rgb(46, 36, 32); font-size: 1rem; font-weight: 400; }
.skindiag { background: rgb(255, 255, 255); border: 1px solid rgb(231, 224, 213); border-radius: 18px; padding: 28px; box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 34px; }
.skindiag__title { text-align: center; letter-spacing: 0.16em; font-size: 0.82rem; color: var(--olive); font-weight: 600; margin: 0px 0px 20px; }
.skindiag__layers { position: relative; border-radius: 12px; overflow: hidden; }
.skindiag__layer { padding: 22px; }
.skindiag__layer--epi { background: linear-gradient(rgb(244, 237, 227), rgb(236, 225, 211)); }
.skindiag__layer--derm { background: linear-gradient(rgb(228, 215, 195), rgb(215, 198, 173)); }
.skindiag__layer--hypo { background: linear-gradient(rgb(239, 233, 223), rgb(230, 221, 207)); }
.skindiag__name { display: block; font-weight: 600; color: rgb(46, 36, 32); font-size: 1.02rem; letter-spacing: 0.02em; }
.skindiag__sub { display: block; color: rgb(107, 97, 85); font-size: 0.9rem; margin-top: 3px; }
.skindiag__layer--derm { position: relative; }
.skindiag__wave { position: absolute; left: 0px; right: 0px; bottom: 10px; width: 100%; height: 26px; opacity: 0.55; pointer-events: none; }
.skindiag__needle { position: absolute; top: 0px; width: 2px; height: 56%; background: linear-gradient(var(--olive),rgba(96,102,56,0)); z-index: 2; }
.skindiag__needle::after { content: ""; position: absolute; bottom: -20px; left: -12px; width: 26px; height: 26px; border-radius: 50%; background: rgb(231, 230, 166); z-index: 2; }
.skindiag__needle::before { content: ""; position: absolute; bottom: -10px; left: -5px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 7px solid rgb(58, 51, 32); z-index: 3; }
.skindiag__over { margin-top: 16px; border: 1px solid rgb(231, 224, 213); border-radius: 14px; padding: 16px 18px; }
.skindiag__over-h { letter-spacing: 0.14em; font-size: 0.72rem; color: var(--olive); font-weight: 600; margin: 0px 0px 12px; text-transform: uppercase; }
.skindiag__row { display: flex; gap: 12px; align-items: flex-start; padding: 7px 0px; }
.skindiag__ic { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; background: rgb(238, 240, 216); color: var(--olive); display: flex; align-items: center; justify-content: center; font-size: 0.82rem; margin-top: 1px; }
.skindiag__row b { display: block; color: rgb(46, 36, 32); font-size: 0.94rem; font-weight: 600; }
.skindiag__row > div > span { display: block; color: rgb(107, 100, 86); font-size: 0.82rem; margin-top: 1px; }
.svced__inner { display: grid; gap: 50px; align-items: start; }
.svced--none .svced__inner { grid-template-columns: 1fr; max-width: 880px; }
.svced.svced--wide .svced__inner { max-width: var(--max); }
html { scroll-behavior: smooth; }
#pricing, #mn-process { scroll-margin-top: 160px; }
.svced__after { margin-top: 26px; }
.svctbl-compare th:nth-child(2) { background: var(--olive); }
.svctbl-compare td:nth-child(2) { background: rgba(96, 102, 56, 0.06); }
.svced--center > .container > .svced__eyebrow, .svced--center > .container > .svced__h { text-align: center; }
.svced--center > .container > .svced__h::after { margin-left: auto; margin-right: auto; }
.svced--center > .container > .svced__intro { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.svced--right .svced__inner { grid-template-columns: 1fr 1fr; }
.svced__eyebrow { font-size: 13px; letter-spacing: 1.82px; text-transform: uppercase; color: rgb(46, 36, 32); font-weight: 500; margin: 0px 0px 16px; }
.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__callout { position: relative; background: rgb(236, 237, 185); border-radius: 6px; padding: 22px 26px 22px 30px; margin: 28px 0px 0px; }
.svced__callout::before { content: "💡"; position: absolute; top: 18px; left: 26px; font-size: 1rem; }
.svced__callout p { margin: 0px 0px 12px; padding-left: 26px; color: rgb(74, 70, 54); line-height: 1.7; font-weight: 300; font-size: 0.96rem; }
.svced__callout p:last-child { margin-bottom: 0px; }
.svced__note { background: rgb(241, 237, 231); border: 1px solid rgb(231, 224, 213); border-radius: 8px; padding: 28px 32px; display: flex; gap: 22px; align-items: flex-start; }
.svced__note-ic { flex: 0 0 auto; font-size: 1.4rem; line-height: 1; margin-top: 2px; }
.svced__note-h { font-family: Poppins, sans-serif; font-weight: 500; font-size: 1.25rem; color: rgb(46, 36, 32); margin: 0px 0px 12px; }
.svced__note-b p { margin: 0px; color: rgb(58, 42, 40); line-height: 1.7; font-weight: 300; }
.svced__quote { background: rgb(241, 237, 231); border-left: 3px solid rgb(106, 106, 63); padding: 22px 28px; margin: 28px 0px 0px; }
.svced__quote p { margin: 0px; color: rgb(58, 42, 40); line-height: 1.75; font-weight: 300; }
.svced__feat { display: flex; gap: 16px; align-items: flex-start; margin: 30px 0px 0px; }
.svced__feat + .svced__feat { border-top: 1px solid rgb(236, 231, 223); padding-top: 30px; }
.svced__feat-ic { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; background: rgb(238, 240, 216); display: flex; align-items: center; justify-content: center; }
.svced__feat-ic svg { width: 22px; height: 22px; stroke: var(--olive); fill: none; }
.svced__feat-t { font-family: Poppins, sans-serif; font-weight: 500; font-size: 1.15rem; color: rgb(46, 36, 32); margin: 2px 0px 8px; }
.svced__feat p { color: var(--ink); line-height: 1.7; font-weight: 300; margin: 0px; }
.svced__link { margin: 22px 0px 0px; }
.svced__link a { color: var(--olive); font-weight: 500; text-decoration: none; letter-spacing: 0.01em; border-bottom: 1px solid transparent; transition: border-color 0.2s; }
.svced__link a:hover { border-bottom-color: var(--olive); }
.svced__intro p { margin: 0px 0px 18px; }
.svced__media img { width: 100%; border-radius: 18px; display: block; }
.svced__table { overflow-x: auto; border-radius: 12px; margin-top: 26px; border: 1px solid rgb(236, 231, 223); position: relative; }
.svced__table table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 0.95rem; }
.svced__table th { position: sticky; top: 0px; z-index: 1; background: var(--brown-dark); color: var(--cream-soft); text-align: left; padding: 13px 18px; font-weight: 500; }
.svced__table td { padding: 13px 18px; border-bottom: 1px solid rgb(236, 231, 223); vertical-align: top; line-height: 1.5; }
.svced__table tr:nth-child(2n) td { background: rgb(250, 248, 244); }
@media (max-width: 560px){.svced__table table { min-width: 0px; font-size: 0.8rem; }
.svced__table th { padding: 10px 8px; font-size: 0.66rem; }
.svced__table td { padding: 9px 8px; }
}@media (max-width: 920px){.svced--right .svced__inner { grid-template-columns: 1fr; }
.svced__table { overflow-x: auto; }
}.svced__body, .svced__cardcol { min-width: 0px; }
.svced__eyebrow.center { text-align: center; }
.svced--dark { background: rgb(58, 42, 40); }
.svced--dark .svced__eyebrow { color: rgb(201, 194, 168); text-align: center; }
.svced--dark .svced__h { color: rgb(243, 238, 232); text-align: center; }
.svced--dark .svced__h::after { background: rgb(106, 95, 74); margin-left: auto; margin-right: auto; }
.svced--dark .svced__intro { color: rgb(216, 207, 196); text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.svced__cardrow { display: grid; gap: 50px; align-items: start; margin-top: 38px; }
.svced--cardimg .svced__cardrow { grid-template-columns: 1.05fr 0.95fr; }
.svced--dark.svced--cardimg .svced__cardrow { grid-template-columns: 0.95fr 1.05fr; }
.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__cards--scroll { max-height: none; overflow: visible; }
.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__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__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--dark .svced__card-t { color: rgb(243, 238, 232); font-family: Poppins, sans-serif; font-weight: 500; font-size: 1.18rem; margin: 0px 0px 10px; }
.svced--dark .svced__card-x { color: rgb(197, 188, 176); line-height: 1.6; font-weight: 300; margin: 0px; }
.svced__cards--num .svced__card { background: rgb(250, 250, 247); border-radius: 0px; padding: 0px; overflow: hidden; }
.svced__cards--num .svced__card-head { background: rgb(215, 212, 201); padding: 26px 28px 22px; }
.svced__cards--num .svced__card-body { padding: 26px 28px; }
.svced__card-num { display: block; font-family: Poppins, sans-serif; font-size: 2rem; font-weight: 300; color: rgb(111, 102, 86); line-height: 1; margin-bottom: 12px; }
.svced__cards--num .svced__card-t { font-family: Poppins, sans-serif; font-weight: 500; font-size: 1.18rem; color: rgb(46, 36, 32); margin: 0px; }
.svced__cards--num .svced__card-x { color: rgb(58, 42, 40); line-height: 1.65; font-weight: 300; margin: 0px; }
.svced__card-note { color: rgb(107, 100, 86); font-style: italic; font-size: 0.9rem; line-height: 1.5; margin: 14px 0px 0px; padding-top: 14px; border-top: 1px solid rgba(0, 0, 0, 0.1); }
.svced__cards--bullet .svced__card { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 8px; padding: 24px 28px; position: relative; }
.svced__card-dot { position: absolute; left: 28px; top: 30px; width: 7px; height: 7px; border-radius: 50%; background: rgb(216, 217, 143); }
.svced__cards--bullet .svced__card-t { padding-left: 20px; margin: 0px 0px 8px; }
.svced__cards--bullet .svced__card-x { padding-left: 20px; }
.svced__media--card, .svced--right .svced__media { position: sticky; top: 165px; align-self: start; }
.svced__media--card img { width: 100%; height: auto; max-height: 835px; object-fit: contain; border-radius: 14px; display: block; }
.svced--cardimg:has(.svced__cards--stat) .svced__media--card img { height: auto; max-height: none; object-fit: contain; }
@media (max-width: 920px){.svced--cardimg .svced__cardrow, .svced--dark.svced--cardimg .svced__cardrow, .svced__cards--2 { grid-template-columns: 1fr; }
.svced__media--card { order: -1; }
.svced__media--card, .svced--right .svced__media { position: static; top: auto; }
.svced__media--card img { height: auto; max-height: 480px; }
}.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; }
.callout-border { background: var(--cream-soft); border-left: 3px solid var(--olive); padding: 16px 20px; border-radius: 2px; margin: 0px 0px 16px; }
.callout-border > p { color: var(--muted); line-height: 1.7; font-weight: 300; margin: 0px; }
.callout-border > p strong { color: var(--ink); font-weight: 600; }
.callout { background: rgb(235, 237, 169); padding: 16px 20px; border-radius: 2px; }
.callout__ic { display: block; font-size: 1.5rem; line-height: 1; margin: 0px 0px 6px; }
.callout > p { color: rgb(58, 42, 40); line-height: 1.7; font-weight: 300; margin: 0px; }
.callout > p strong { color: rgb(46, 36, 32); font-weight: 600; }
.svced--dark .svced__cardfoot { border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 8px; padding: 28px 36px; text-align: center; }
.svced--dark .svced__cardfoot > p { color: rgb(197, 188, 176); }
.svced__bigquote { background: rgb(241, 237, 231); border-radius: 12px; padding: 44px 56px; margin: 8px 0px 0px; position: relative; }
.svced__bigquote-mark { font-family: Georgia, serif; font-size: 4rem; line-height: 0; color: rgb(201, 195, 154); position: absolute; left: 44px; top: 44px; }
.svced__bigquote p { font-family: "Cormorant Garamond", Georgia, serif; font-style: italic; font-size: 1.6rem; line-height: 1.5; color: rgb(46, 36, 32); margin: 0px 0px 22px; max-width: 1100px; }
.svced__bigquote-by { letter-spacing: 0.14em; text-transform: uppercase; font-family: Poppins, sans-serif !important; font-style: normal !important; font-size: 0.76rem !important; color: var(--olive) !important; margin: 0px !important; }
.svcincl { background: rgb(241, 237, 231); border-radius: 12px; padding: 38px 44px; margin: 24px 0px 0px; }
.svcincl__h { letter-spacing: 0.14em; font-size: 0.72rem; text-transform: uppercase; color: var(--olive); font-weight: 600; margin: 0px 0px 22px; }
.svcincl__pills { display: flex; flex-wrap: wrap; gap: 14px; margin: 0px 0px 30px; }
.svcincl__pills span { display: inline-flex; align-items: center; gap: 8px; background: rgb(227, 221, 210); border-radius: 30px; padding: 11px 22px; color: rgb(74, 70, 54); font-size: 0.92rem; font-weight: 300; }
.svcincl__pills span::before { content: "•"; color: var(--olive); }
.svcincl__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.svcincl__btn { display: inline-flex; align-items: center; padding: 15px 30px; border-radius: 0px; font-size: 0.95rem; font-weight: 500; }
.svcincl__btn--p { background: var(--brown-dark); color: rgb(255, 255, 255); }
.svcincl__btn--p:hover { background: var(--olive); color: var(--chartreuse); opacity: 1; }
.svcincl__btn--s:hover { background: var(--olive); color: var(--chartreuse); border-color: var(--olive); }
.svcincl__btn--s { background: transparent; color: var(--olive); border: 1.5px solid rgb(207, 200, 182); }
@media (max-width: 700px){.svced__bigquote { padding: 36px 26px; }
.svced__bigquote p { font-size: 1.3rem; }
.svcincl { padding: 30px 24px; }
}.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; }
.speccard { background: rgb(255, 255, 255); border: 1px solid rgb(231, 224, 213); border-radius: 16px; padding: 28px 30px; box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 34px; }
.speccard__h { letter-spacing: 0.14em; font-size: 0.72rem; color: var(--olive); font-weight: 600; text-transform: uppercase; margin: 0px 0px 16px; }
.speccard__row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 14px 0px; border-bottom: 1px solid rgb(236, 231, 223); }
.speccard__row:last-child { border-bottom: 0px; }
.speccard__row span { color: var(--muted); font-weight: 300; }
.speccard__row b { color: rgb(46, 36, 32); font-weight: 500; white-space: nowrap; }
.svced__media--card .svced__quote, .svced__media--card .svced__callout { margin-top: 20px; }
.svced__cards--stat .svced__card { background: rgb(255, 255, 255); border: 1px solid rgb(231, 224, 213); padding: 30px 28px; }
.svced__card-stat { display: block; font-family: Poppins, sans-serif; font-size: 2.4rem; font-weight: 200; color: rgb(151, 144, 124); line-height: 1; margin-bottom: 14px; }
.svced__card-kick { display: block; letter-spacing: 0.12em; font-size: 0.68rem; text-transform: uppercase; color: var(--olive); font-weight: 600; margin-bottom: 8px; }
.svced__cards--stat .svced__card-t { font-family: Poppins, sans-serif; font-weight: 500; font-size: 1.15rem; color: rgb(46, 36, 32); margin: 0px 0px 10px; }
.svced__cards--stat .svced__card-x { color: rgb(58, 42, 40); line-height: 1.6; font-weight: 300; margin: 0px; }
@media (max-width: 920px) and (min-width: 561px){.svced__cards--stat.svced__cards--2 { grid-template-columns: 1fr 1fr; }
}@media (max-width: 560px){.svced__cards--stat.svced__cards--2 { grid-template-columns: 1fr; }
}.svcpt__h { font-family: Poppins, sans-serif; font-weight: 300; font-size: clamp(28px, 3.4vw, 46px); color: rgb(33, 33, 33); margin: 0px 0px 14px; }
.svcpt__intro { max-width: 760px; margin: 0px auto 40px; color: var(--muted); line-height: 1.7; font-weight: 300; }
.svcpt__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; max-width: 1200px; margin: 0px auto; align-items: start; }
.svcpt__card { position: relative; background: rgb(255, 255, 255); border: 1px solid rgb(231, 224, 213); border-radius: 16px; padding: 38px 34px; text-align: left; }
.svcpt__card.svcpt__card--f { background: var(--brown-dark); border-color: var(--brown-dark); box-shadow: rgba(0, 0, 0, 0.28) 0px 16px 46px; }
.svcpt__card--f .svcpt__kicker { color: rgb(185, 180, 143); }
.svcpt__card--f .svcpt__name, .svcpt__card--f .svcpt__now { color: rgb(243, 238, 232); }
.svcpt__card--f .svcpt__old { color: rgb(207, 198, 184); }
.svcpt__card--f .svcpt__note { color: rgb(179, 169, 156); }
.svcpt__card--f .svcpt__list li { color: rgb(231, 223, 212); }
.svcpt__card--f .svcpt__btn { background: rgb(243, 238, 232); color: var(--brown-dark); border-color: rgb(243, 238, 232); }
.svcpt__card--f .svcpt__btn:hover { background: var(--olive); color: var(--chartreuse); border-color: var(--olive); opacity: 1; }
.svcpt__badge { position: absolute; top: -13px; left: 50%; transform: translate(-50%); background: var(--olive); color: var(--chartreuse); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 16px; border-radius: 20px; font-weight: 600; white-space: nowrap; }
.svcpt__kicker { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--olive); font-weight: 600; }
.svcpt__name { font-family: Poppins, sans-serif; font-weight: 400; font-size: 1.5rem; color: var(--brown-dark); margin: 8px 0px 16px; }
.svcpt__price { margin: 0px 0px 6px; }
.svcpt__now { font-family: Poppins, sans-serif; font-weight: 300; font-size: 2.4rem; color: var(--brown-dark); }
.svcpt__old { color: rgb(115, 107, 94); text-decoration: line-through; font-size: 1.1rem; margin-left: 6px; }
.svcpt__note { color: var(--muted); font-size: 0.85rem; margin: 0px 0px 22px; }
.svcpt__list { list-style: none; margin: 0px 0px 28px; padding: 0px; }
.svcpt__list li { display: flex; align-items: flex-start; gap: 11px; margin: 0px 0px 14px; color: var(--ink); line-height: 1.45; font-weight: 300; }
.svcpt__ic { flex: 0 0 auto; color: var(--olive); margin-top: 2px; line-height: 0; }
.svcpt__btn { display: block; text-align: center; padding: 15px; border-radius: 0px; background: transparent; border: 1.5px solid var(--brown-dark); color: var(--brown-dark); font-weight: 500; transition: background 0.15s, color 0.15s, border-color 0.15s; }
.svcpt__btn:hover { background: var(--olive); color: var(--chartreuse); border-color: var(--olive); }
.svcpt__btn--f { background: var(--brown-dark); color: rgb(255, 255, 255); border-color: var(--brown-dark); }
.svcpt__btn--f:hover { background: var(--olive); color: var(--chartreuse); border-color: var(--olive); opacity: 1; }
.svcpt__foot { max-width: none; margin: 40px 0px 0px; text-align: center; color: rgb(92, 77, 73); font-size: 0.9rem; line-height: 1.7; font-weight: 300; background: rgb(215, 212, 201); padding: 20px 28px; border-radius: 2px; }
@media (max-width: 980px){.svcpt__grid { grid-template-columns: 1fr; max-width: 460px; }
}.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 .svcvr__poster, .svcgal__card { max-width: 86vw; }
}.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; }
}.svcfaq > .container { max-width: 1170px; }
.svced--none .svced__inner:has(.brz-vaj__row) { max-width: var(--max); }
.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__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 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 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__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__intro { text-align: center; max-width: 720px; margin: 0px auto 44px; color: var(--muted); line-height: 1.7; font-weight: 300; }
.svcfaq__intro p { margin: 0px; }
.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; }
}.mnhero__eyebrow { letter-spacing: 0.16em; font-size: 0.72rem; text-transform: uppercase; color: var(--olive); font-weight: 600; margin: 0px 0px 22px; }
.mnhero__sub { color: var(--muted); font-size: 1rem; line-height: 1.7; font-weight: 300; margin: 26px 0px 0px; max-width: 520px; }
.mnhero--dark { background: var(--brown-dark); }
.mnhero--dark .mnhero__eyebrow { color: rgb(201, 194, 168); text-align: center; }
.mnhero--dark .mnhero__h { color: rgb(243, 238, 232); }
.mnhero--dark .mnhero__intro { color: rgb(216, 207, 196); }
.mnhero--dark .mnhero__sub { color: rgb(179, 169, 156); }
.mnhero--dark .mnhero__num { color: rgb(216, 217, 143); }
.mnhero--dark .mnhero__lbl { color: rgb(179, 169, 156); }
.mnhero--dark .mnhero__btn--p { background: var(--chartreuse); color: var(--brown-dark); }
.mnhero--dark .mnhero__btn--p:hover { color: var(--brown-dark); opacity: 0.9; }
.mnhero--dark .mnhero__btn--s { background: transparent; color: rgb(243, 238, 232); border: 1.5px solid rgba(255, 255, 255, 0.35); }
.mnhero--dark .mnhero__btn--s:hover { color: rgb(243, 238, 232); }
.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, .svced__body:has(.wxs-lead) .svced__eyebrow, .svced__body:has(.wxs-grid) .svced__eyebrow { 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); }
.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; }
.relsvc { background: rgb(247, 244, 238); }
.relsvc__h { font-family: Poppins, sans-serif; font-weight: 200; font-size: clamp(23px, 3.3vw, 33px); color: rgb(58, 53, 44); text-align: center; margin: 0px 0px 26px; }
.relsvc__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 920px; margin: 0px auto; }
.relsvc__card { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: rgb(255, 255, 255); border: 1px solid rgb(231, 224, 214); border-radius: 14px; padding: 18px 22px; text-decoration: none; color: rgb(76, 90, 42); font-family: Poppins, sans-serif; font-weight: 500; box-shadow: rgba(60, 50, 40, 0.05) 0px 8px 22px; transition: transform 0.15s, box-shadow 0.15s; min-height: 44px; }
.relsvc__card:hover { transform: translateY(-2px); box-shadow: rgba(60, 50, 40, 0.1) 0px 12px 30px; color: rgb(58, 68, 32); }
.relsvc__arrow { color: rgb(138, 125, 74); font-size: 1.2rem; flex-shrink: 0; }
@media (max-width: 760px){.relsvc__grid { grid-template-columns: 1fr; max-width: 460px; }
}.svced--none .svced__inner:has(.brz-cmp) { max-width: var(--max); }
.svced--none .svced__inner:has(.brz-after) { max-width: var(--max); }
.svced__body:has(.wxvid__carousel) .svced__h, .svced__body:has(.wxrev__carousel) .svced__h, .svced__body:has(.lashba__carousel) .svced__h, .svced__body:has(.wxvid__carousel) .svced__eyebrow, .svced__body:has(.wxrev__carousel) .svced__eyebrow { 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; }
.mnhero__btn { transition: transform 0.16s, background 0.16s, color 0.16s, box-shadow 0.16s, opacity 0.16s; }
.mnhero__btn:hover { transform: scale(1.045); }
.svced--none .svced__inner:has(.brz-price) { max-width: var(--max); }
.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__card-ic--check { grid-area: 1 / 1; width: 30px; height: 30px; background: transparent; color: rgb(46, 36, 32); margin: 0px; align-self: start; }
.svced__card-ic--check svg { width: 26px; height: 26px; }
.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--dark .svced__card-ic--check { color: rgb(216, 217, 143); }
.svced__cards--icon.svced__cards--2 { gap: 42px 60px; }
.svced__cards--2 .svced__card-t { min-height: 2lh; }
.svced--dark.svced--cardimg .svced__cards--icon .svced__card { display: block; background: transparent; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 6px; padding: 28px; }
.svced--dark.svced--cardimg .svced__cards--icon .svced__card-ic--check { display: inline-flex; align-items: center; justify-content: center; grid-area: auto; width: 44px; height: 44px; border-radius: 50%; background: rgb(235, 237, 169); color: rgb(46, 36, 32); margin: 0px 0px 18px; align-self: auto; }
.svced--dark.svced--cardimg .svced__cards--icon .svced__card-ic--check svg { width: 24px; height: 24px; }
.svced--dark.svced--cardimg .svced__cards--icon .svced__card-t { grid-area: auto; align-self: auto; margin: 0px 0px 10px; min-height: 0px; }
.svced--dark.svced--cardimg .svced__cards--icon .svced__card-x { grid-area: auto; margin: 0px; }
.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:has(.svced__card-ic--round) .svced__media--card { order: -1; }
.svced:has(.svced__card-ic--round) .svced__media--card img { width: 440px; height: 440px; object-fit: cover; border-radius: 8px; }
.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--round) .svced__media--card img { width: 100%; height: auto; aspect-ratio: 1 / 1; }
}.svced:has(.svced__card-ic--bn) > .container { max-width: 1200px; }
.svced:has(.svced__card-ic--bn) .svced__h { text-align: center; margin-bottom: 34px; }
.svced:has(.svced__card-ic--bn) .svced__h::after { display: none; }
.svced__h, .section__title, .svcfaq__h, .svcpt__h, .svcmt__h { font-size: clamp(26px, 4.6vw, 42px); font-weight: 200; }
body:has(#pmu-whychoose) .svced--cardfull .container, body:has(#pmu-whychoose) .svcvr .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*="mb-green-hairstroke"]) .svcfaq__list--grid { grid-template-columns: 1fr; }
.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; }
.svcvr__h, .section__title, .svcfaq__h, .svcmt__h { color: var(--brown-dark); }
.svced:not(.svced--dark) .svced__h { color: var(--brown-dark); }
h1 { font-weight: 300; }
@media (max-width: 560px){.svcvr__slide { max-width: 100%; }
}.svced__eyebrow { color: rgb(133, 103, 58); }
.relsvc__arrow { color: rgb(128, 116, 69); }
.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--center > .container > .svced__intro, .svced--center .svced__body > .svced__intro { text-align: center; max-width: 720px; 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__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; }
.svcfaq__item[open] { box-shadow: rgba(58, 42, 40, 0.07) 0px 8px 22px; }
.svcfaq__item[open] summary { background: rgb(242, 241, 228); }
.svcfaq__item[open] summary::after { content: "−"; background: rgb(235, 237, 169); border-color: rgb(235, 237, 169); color: rgb(58, 42, 40); }
.is-brazilian .svcfaq__item[open] summary { background: transparent; }
.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); }
@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; }
}.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: "–"; }
.svced__h, .section__title, .svcfeat__h, .svcfaq__h, .svcit__h, .svcsp__h, .svcpt__h, .svcib__h, .svcmenu__title, .wxrev__h, .svcmt__h, .rev11__h, .brz-vaj__h, .brz-mem__h, .aafl__h, .aaeff__h, .aaba__h, .aac__h, .aapr__h, .aaw__h, .aask__h, .aat__h, .aacta__h, .aasp__h { font-size: clamp(26px, 4.6vw, 42px); font-weight: 200; }
.lwnav__link:hover, .lwnav__link:focus-visible, .lwnav__link.is-active { color: rgb(46, 36, 32); border-bottom-color: rgb(106, 106, 63); }
.lwfaqwrap details[open] summary::after { content: "–"; }
.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) { background: rgb(96, 102, 56); }
.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__inner { padding-top: 42px; padding-bottom: 42px; grid-template-columns: 1fr 360px; gap: 48px; align-items: center; }
.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__media { justify-self: end; }
.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__media img { min-height: 0px; }
@media (max-width: 820px){.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__inner { grid-template-columns: 1fr; }
.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__media { justify-self: stretch; }
}.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__h, .svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__text, .svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__text p, .svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__text li { color: rgb(255, 255, 255); }
.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__btn { background: rgb(58, 42, 40); color: rgb(255, 255, 255); }
.svcit:has(.svcit__media img[src*="pmu-beauty-3women"]) .svcit__media img { border-radius: 6px; }
body:has(#pmu-whychoose) .svced--cardfull .container, body:has(#pmu-whychoose) .svcvr .container, body:has(#pmu-whychoose) .prices .container, body:has(#pmu-whychoose) .gunsure .container, body:has(#pmu-whychoose) .section--alt .container { max-width: 1170px; }
@media (min-width: 901px){body:has(.svcpromo__img[src*="pb-green-powder-ombre"]) .svcit:has(.svcit__media img[src*="whatisbox"]) .svcit__inner { grid-template-columns: minmax(0px, 1.18fr) minmax(0px, 0.82fr); align-items: stretch; }
body:has(.svcpromo__img[src*="pb-green-powder-ombre"]) .svcit:has(.svcit__media img[src*="whatisbox"]) .svcit__media { order: 0; }
body:has(.svcpromo__img[src*="pb-green-powder-ombre"]) .svcit:has(.svcit__media img[src*="whatisbox"]) .svcit__h { position: absolute; top: 34px; left: 0px; right: 0px; margin: 0px; text-align: center; }
body:has(.svcpromo__img[src*="pb-green-powder-ombre"]) .svcit:has(.svcit__media img[src*="whatisbox"]) .svcit__media { align-self: stretch; }
body:has(.svcpromo__img[src*="pb-green-powder-ombre"]) .svcit:has(.svcit__media img[src*="whatisbox"]) .svcit__media img { position: sticky; top: 110px; align-self: start; min-height: 0px; }
body:has(.svcpromo__img[src*="pb-green-powder-ombre"]) .svcit:has(.svcit__media img[src*="whatisbox"]) .an-why-faq { margin-top: 30px; }
.svcit:has(.svcit__media img[src*="service-microblading"]) { position: relative; padding-top: 184px; padding-bottom: 20px; }
.svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__inner { align-items: start; }
.svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__media { order: 0; }
.svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__h { position: absolute; top: 56px; left: 0px; right: 0px; margin: 0px; text-align: center; }
.svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) { position: relative; padding-top: 96px; }
.svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__inner { align-items: start; }
.svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__media { order: 0; align-self: start; }
.svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__media img { max-height: 440px; width: auto; object-fit: cover; margin: 0px auto; }
.svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__h { position: absolute; top: 34px; left: 0px; right: 0px; margin: 0px; text-align: center; }
}@media (max-width: 820px){.svcit:has(.svcit__media img[src*="acne-whatis"]) .svcit__inner, .svcit:has(.svcit__media img[src*="permanent-makeup-services"]) .svcit__inner, .svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__inner, .svcit:has(.svcit__media img[src*="pb-why-whatisbox"]) .svcit__inner, .svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__inner { display: flex; flex-direction: column; gap: 20px; }
.svcit:has(.svcit__media img[src*="acne-whatis"]) .svcit__text, .svcit:has(.svcit__media img[src*="permanent-makeup-services"]) .svcit__text, .svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__text, .svcit:has(.svcit__media img[src*="pb-why-whatisbox"]) .svcit__text, .svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__text { display: contents; }
.svcit:has(.svcit__media img[src*="acne-whatis"]) .svcit__h, .svcit:has(.svcit__media img[src*="permanent-makeup-services"]) .svcit__h, .svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__h, .svcit:has(.svcit__media img[src*="pb-why-whatisbox"]) .svcit__h, .svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__h { order: 1; margin: 0px; }
.svcit:has(.svcit__media img[src*="acne-whatis"]) .svcit__media, .svcit:has(.svcit__media img[src*="permanent-makeup-services"]) .svcit__media, .svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__media, .svcit:has(.svcit__media img[src*="pb-why-whatisbox"]) .svcit__media, .svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__media { order: 2; }
.svcit:has(.svcit__media img[src*="acne-whatis"]) .svcit__text > :not(.svcit__h), .svcit:has(.svcit__media img[src*="permanent-makeup-services"]) .svcit__text > :not(.svcit__h), .svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__text > :not(.svcit__h), .svcit:has(.svcit__media img[src*="pb-why-whatisbox"]) .svcit__text > :not(.svcit__h), .svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__text > :not(.svcit__h) { order: 3; margin: 0px; }
.svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__inner, .svcit:has(.svcit__media img[src*="pb-why-whatisbox"]) .svcit__inner, .svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__inner { align-items: stretch; }
.svcit:has(.svcit__media img[src*="service-microblading"]) .svcit__btn, .svcit:has(.svcit__media img[src*="service-lips-whatisbox"]) .svcit__btn { align-self: start; }
.svcfaq:has(.svcfaq__media img[src*="enjoying-anti-aging-led-therapy"]) .svcfaq__media { display: none; }
.mbook--show { transform: translateY(0px); opacity: 1; pointer-events: auto; }
.mbook--show::after { animation: 3.6s cubic-bezier(0.4, 0, 0.2, 1) 0.7s infinite normal none running mbookShine; }
}@keyframes mbookShine { 
  0% { left: -55%; }
  28% { left: 135%; }
  100% { left: 135%; }
}
@media (prefers-reduced-motion: reduce){.mbook--show::after { animation: auto ease 0s 1 normal none running none; }
}@media (max-width: 820px){body:has(.mbook--show) .chat__fab, body:has(.mbook--show) [class*="chat"][class*="fab"], body:has(.mbook--show) [class*="chat"][class*="bubble"] { bottom: 88px !important; }
}.svcvr__dot.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); }
.svced__eyebrow, .svcfeat__eyebrow, .svcfaq__eyebrow, .brz-price__mem, .brz-price__star, .brz-style__badge { color: rgb(133, 103, 58); }
