@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); }
html { scroll-behavior: smooth; }
.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; }
.blog-card { padding: 0px; overflow: hidden; }
.blog-card img { width: 100%; height: 200px; object-fit: cover; }
.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); }
@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; }
}.wp-content h1 { text-align: center; font-weight: 300; margin: 0px 0px 34px; }
.wp-content h2 { font-weight: 300; margin: 36px 0px 14px; }
.wp-content h3 { font-weight: 400; margin: 28px 0px 12px; }
.wp-content p, .wp-content li { font-weight: 300; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.blog-grid--3 { margin-top: 20px; }
.blog-card { display: flex; flex-direction: column; background: rgb(255, 253, 247); border: 1px solid rgb(231, 224, 214); border-radius: 14px; overflow: hidden; text-decoration: none; color: inherit; transition: box-shadow 0.22s, transform 0.22s; }
.blog-card:hover { box-shadow: rgba(58, 42, 40, 0.13) 0px 14px 34px; transform: translateY(-4px); }
.blog-card__img { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: rgb(239, 234, 226); }
.blog-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card__body { display: flex; flex-direction: column; gap: 8px; padding: 20px 22px 24px; flex: 1 1 0%; }
.blog-card__t { font-family: var(--font-accent); font-weight: 500; color: var(--brown-dark); font-size: 1.1rem; line-height: 1.3; }
.blog-article__inner { max-width: 718px; }
.blog-article__back { display: inline-block; color: var(--olive); font-size: 14px; margin-bottom: 14px; text-decoration: none; }
.blog-article__back:hover { text-decoration: underline; }
.blog-article__body { font-size: 16px; line-height: 1.7; color: var(--ink); }
.blog-article__body h3 { font-family: var(--font-accent); font-weight: 500; color: var(--brown-dark); font-size: clamp(1.4rem, 2.4vw, 32px); line-height: 1.4; text-align: center; margin: 26px 0px 12px; }
.blog-article__body p { margin: 0px 0px 16px; }
.blog-article__body ul { margin: 0px 0px 20px; padding-left: 24px; }
.blog-article__body li { margin-bottom: 10px; line-height: 1.7; }
.blogcta { margin: 40px 0px 8px; padding: 26px 28px; background: var(--cream-soft); border-left: 3px solid var(--olive); }
.blogcta__t { font-family: Poppins, sans-serif; font-weight: 400; font-size: clamp(18px, 2.2vw, 22px); line-height: 1.3; color: rgb(33, 33, 33); margin: 0px 0px 10px; }
.blogcta__x { color: var(--ink); line-height: 1.7; font-weight: 300; margin: 0px 0px 20px; }
.blogcta__btn { display: inline-block; background: rgb(46, 36, 32); color: rgb(244, 241, 230); padding: 13px 26px; border-radius: 0px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.82rem; text-decoration: none; }
.blogcta__btn:hover { background: var(--olive); color: rgb(235, 237, 169); }
@media (max-width: 640px){.blogcta { padding: 20px 18px; }
}.blog-rel__h { font-family: var(--font-accent); font-weight: 300; color: var(--brown-dark); font-size: clamp(1.5rem, 3vw, 2rem); text-align: center; margin: 50px 0px 6px; }
@media (max-width: 900px){.blog-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}@media (max-width: 600px){.blog-grid { grid-template-columns: 1fr; }
}.section__title { font-size: clamp(26px, 4.6vw, 42px); font-weight: 200; }
@media (max-width: 820px){body:has(.mbook--show) .chat__fab, body:has(.mbook--show) [class*="chat"][class*="fab"] { bottom: 88px !important; }
}.section__title { color: var(--brown-dark); }
h1 { font-weight: 300; }
.blog-article__body table { width: 100%; border-collapse: collapse; margin: 22px 0px 28px; font-family: Poppins, sans-serif; font-size: 15px; line-height: 1.55; }
.blog-article__body table th, .blog-article__body table td { border: 1px solid rgba(58, 42, 40, 0.14); padding: 12px 14px; text-align: left; vertical-align: top; }
.blog-article__body table th { background: rgb(246, 242, 236); font-weight: 500; color: rgb(58, 42, 40); font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; }
.blog-article__body table tbody tr:nth-child(2n) { background: rgb(251, 249, 246); }
.blog-article__body table td:first-child { width: 46px; color: var(--olive); font-weight: 500; }
.blog-article__body .tablewrap { overflow-x: auto; max-width: 100%; }
.blog-article__body .tablewrap > table { min-width: 0px; }
@media (max-width: 640px){.blog-article__body table { font-size: 14px; }
.blog-article__body table th, .blog-article__body table td { padding: 9px 10px; }
}.blog-article--bp .blog-article__inner { max-width: none; padding-left: 0px; padding-right: 0px; }
.blog-article--bp .blog-article__back { margin-left: clamp(20px, 5vw, 40px); }
.blog-article--bp .blog-article__body { font-size: inherit; line-height: inherit; }
.bp-article { --bp-ink: #3a2a28; --bp-ink-deep: #2a1e1c; --bp-accent: #ebeda9; --bp-olive: #606638; --bp-gold-deep: #a8834a; --bp-gold-light: #ebd9b8; --bp-sage: #6b7b5e; --bp-sage-tint: #eaf0e6; --bp-bg: #f3eee8; --bp-surface: #fff; --bp-surface-warm: #fffef9; --bp-surface-muted: #d7d4c9; --bp-text-mid: #5c4d49; --bp-text-light: #8c7d79; --bp-line: rgba(58,42,40,.14); --bp-font-heading: "Poppins", sans-serif; --bp-font-body: var(--font-body); --bp-container: 1120px; --bp-read: 720px; --bp-page-padding: clamp(20px,5vw,40px); --bp-flow-block: clamp(28px,4vw,42px); --bp-flow-chapter: clamp(48px,7vw,80px); --bp-radius-image: 28px; --bp-radius-card: 24px; --bp-radius-button: 0; --bp-shadow-soft: 0 18px 50px rgba(58,42,40,.08); --bp-shadow-lift: 0 22px 56px rgba(58,42,40,.12); --bp-ease: cubic-bezier(.2,.7,.3,1); --bp-duration-enter: .42s; --bp-duration-hover: .2s; }
@media (prefers-reduced-motion: reduce){.bp-article { --bp-duration-enter: 0ms; --bp-duration-hover: 0ms; }
}.bp-article, .bp-article *, .bp-article ::before, .bp-article ::after { box-sizing: border-box; }
.bp-article { background: var(--bp-bg); color: var(--bp-ink); font-family: var(--bp-font-body); font-size: 18px; line-height: 1.65; -webkit-font-smoothing: antialiased; padding-bottom: var(--bp-flow-chapter); }
@media (min-width: 900px){.bp-article { font-size: 19px; line-height: 1.78; }
}.bp-article p { text-wrap: pretty; }
.bp-container { max-width: var(--bp-container); margin-inline: auto; padding-inline: var(--bp-page-padding); }
.bp-reading { max-width: calc(var(--bp-read) + var(--bp-page-padding) * 2); margin-inline: auto; padding-inline: var(--bp-page-padding); }
.bp-reading > * { margin-block: 0px; }
.bp-reading > * + * { margin-top: var(--bp-flow-block); }
.bp-article .bp-reading > section { padding-block: 0px; }
.bp-reading > section > :first-child { margin-top: 0px; }
.bp-reading > .bp-card + section { margin-top: clamp(24px, 3vw, 34px); }
.bp-overline { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bp-olive); }
.bp-h1 { font-family: var(--bp-font-heading); font-weight: 400; font-size: clamp(38px, 6.2vw, 58px); line-height: 1.06; letter-spacing: -0.01em; text-wrap: balance; margin: 0.18em 0px 0px; }
.bp-h2 { font-family: var(--bp-font-heading); font-weight: 400; font-size: clamp(27px, 3.6vw, 34px); line-height: 1.15; text-wrap: balance; margin: 0px 0px 0.5em; }
.bp-lede { font-size: 1.06em; color: var(--bp-ink); }
.bp-hero { padding-top: clamp(28px, 5vw, 56px); }
.bp-article .hero-layout { display: grid; grid-template-columns: 1fr; gap: clamp(28px, 4vw, 48px); align-items: start; }
.bp-article .hero-layout > * { min-width: 0px; }
.bp-article .hero-copy { min-width: 0px; }
@media (min-width: 900px){.bp-article .hero-layout { grid-template-columns: 1.08fr 0.92fr; gap: 56px; }
}.bp-article .hero-meta-row { display: flex; align-items: center; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.bp-article .hero-meta-text { display: flex; flex-direction: column; gap: 1px; line-height: 1.35; }
.bp-article .hero-meta-name { font-weight: 600; color: var(--bp-ink); font-size: 15px; }
.bp-stat-strip { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: clamp(16px, 3vw, 32px); margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--bp-line); }
.bp-stat { display: flex; flex-direction: column; gap: 5px; }
.bp-stat-number { font-family: var(--bp-font-heading); font-size: clamp(30px, 4.4vw, 42px); line-height: 0.95; color: var(--bp-ink); }
.bp-stat-label { font-size: 13px; font-weight: 500; color: var(--bp-text-mid); line-height: 1.3; }
.bp-card { background: var(--bp-surface-warm); border: 1px solid var(--bp-line); border-radius: var(--bp-radius-card); box-shadow: var(--bp-shadow-soft); padding: clamp(22px, 4vw, 30px); }
.bp-quick-answer { background: var(--bp-sage-tint); border-left: 4px solid var(--bp-sage); border-radius: var(--bp-radius-card); padding: clamp(20px, 3.5vw, 26px); }
.bp-quick-answer--hero { margin-top: clamp(22px, 3vw, 30px); padding: clamp(18px, 3vw, 24px); box-shadow: none; }
.bp-quick-answer-label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bp-sage); margin-bottom: 8px; }
.bp-quick-answer p { margin: 0px; font-size: 17px; line-height: 1.6; color: var(--bp-ink); }
.bp-quick-answer--hero p { font-size: clamp(15.5px, 1.5vw, 17px); line-height: 1.55; }
.bp-reading--after-hero { margin-top: var(--bp-flow-chapter); }
.bp-section-label { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--bp-text-mid); }
@media (min-width: 900px){.bp-dark-section > p:empty { display: none !important; margin: 0px !important; padding: 0px !important; line-height: 0 !important; }
.bp-article--comfort .bp-hero { padding-top: clamp(12px, -4px + 2vw, 24px); }
.bp-article--comfort .bp-h1 { font-size: clamp(34px, 4.5vw, 50px); line-height: 1.03; margin-top: 0.12em; }
.bp-article--comfort .hero-meta-row { margin-top: 16px; }
.bp-article--comfort .bp-stat-strip { margin-top: 20px; padding-top: 18px; }
.bp-article--comfort .bp-stat-number { font-size: clamp(28px, 3.2vw, 36px); }
.bp-article--comfort .bp-quick-answer--hero { margin-top: 18px; padding: 18px 20px; }
.bp-article--comfort .bp-quick-answer--hero p { font-size: 15.5px; line-height: 1.45; }
}.bp-reading > section > :last-child { margin-bottom: 0px; }
.bp-reading > section + section { margin-top: clamp(24px, 3vw, 34px); }
.bp-h3 { font-family: var(--bp-font-body); font-weight: 600; font-size: 20px; line-height: 1.3; margin: 1.4em 0px 0.5em; }
.bp-button { display: inline-flex; align-items: center; gap: 8px; border-radius: var(--bp-radius-button); padding: 14px 28px; font-weight: 600; font-size: 16px; text-decoration: none; transition: transform var(--bp-duration-hover) var(--bp-ease),box-shadow var(--bp-duration-hover) var(--bp-ease); }
.bp-button:hover { transform: translateY(-2px); }
.bp-button--primary { background: var(--bp-accent); color: var(--bp-ink); box-shadow: var(--bp-shadow-soft); }
.bp-button--primary:hover { box-shadow: var(--bp-shadow-lift); }
.bp-card--on-surface { background: var(--bp-surface); }
.bp-takeaways { list-style: none; margin: 0px; padding: 0px; display: flex; flex-direction: column; gap: 13px; }
.bp-takeaways li { position: relative; padding-left: 28px; font-size: 16px; line-height: 1.55; }
.bp-takeaways li::before { content: "✓"; position: absolute; left: 0px; top: 0px; color: var(--bp-olive); font-weight: 700; }
.bp-article .author-card { display: flex; gap: 20px; align-items: flex-start; }
.bp-article .author-avatar { width: 64px; height: 64px; border-radius: 50%; background: var(--bp-olive); flex-shrink: 0; }
.bp-article .author-avatar--ruzanna { background-image: url("/images/wp/ruzanna-founder-expertise-circle-31b8b058cab57bb0e4b46d24f7d49fc9-0tr38pwhy9n2.webp"); background-size: cover; background-position: center center; }
.bp-dark-section { background: var(--bp-ink-deep); color: var(--bp-surface-warm); border-radius: var(--bp-radius-card); padding: clamp(40px, 7vw, 80px) clamp(28px, 5vw, 64px); }
.bp-dark-copy { max-width: 52ch; }
.bp-dark-overline { color: var(--bp-accent); }
.bp-dark-title { color: var(--bp-surface-warm); margin: 10px 0px 0px; max-width: 14ch; }
.bp-dark-text { color: rgba(255, 254, 249, 0.8); font-size: 16px; max-width: 52ch; margin: 14px 0px 0px; }
.bp-dark-button-row { margin-top: 36px; }
.bp-chapter { margin-top: clamp(36px, 5vw, 56px); }
.bp-dark-visual { display: none; }
@media (min-width: 900px){.bp-dark-section { display: grid; grid-template-columns: minmax(0px, 0.92fr) minmax(320px, 0.78fr); gap: clamp(42px, 6vw, 80px); align-items: center; padding-top: clamp(40px, 4vw, 52px); padding-bottom: clamp(40px, 4vw, 52px); }
.bp-article .bp-dark-section { padding-top: clamp(36px, 4vw, 48px); padding-bottom: clamp(24px, 2.4vw, 32px); }
.bp-dark-visual { display: block; min-height: 430px; border-radius: calc(var(--bp-radius-card) - 6px); background: linear-gradient(135deg, rgba(235, 217, 184, 0.86), rgba(168, 131, 74, 0.58) 43%, rgba(58, 42, 40, 0.95)) center center / cover, url("/images/wp/9-waxing-myths-and-facts.webp"); box-shadow: rgba(255, 254, 249, 0.16) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.22) 0px 24px 60px; }
}.bp-inline-link { color: var(--bp-olive); text-decoration: underline; text-underline-offset: 2px; font-weight: 600; }
.bp-inline-image { display: block; width: 100%; height: clamp(300px, 42vw, 440px); min-height: 0px; object-fit: cover; object-position: center center; margin: clamp(18px, 3vw, 28px) 0px clamp(20px, 3vw, 30px); border-radius: calc(var(--bp-radius-image) - 8px); box-shadow: var(--bp-shadow-soft); }
.bp-article { --bp-sage: #4f6246; --bp-gold-deep: #6f522f; --bp-radius-image: 16px; --bp-radius-card: 16px; }
.bp-article .bp-hero .bp-overline { display: none; }
.bp-article .bp-card { box-shadow: none; }
.bp-article .bp-quick-answer { border: 1px solid rgba(79, 98, 70, 0.24); }
.bp-article a:focus-visible { outline: 2px solid var(--bp-olive); outline-offset: 2px; }
.bp-article .bp-inline-image { height: auto; aspect-ratio: auto; }
.bp-article .bp-reading > section > :is(.bp-card, .bp-takeaways) + * { margin-top: var(--bp-flow-block); }
.wp-content .bp-h1 { font-weight: 400; text-align: left; margin: 0.12em 0px 0px; }
.wp-content .bp-h2, .wp-content .bp-h3 { font-weight: 400; text-align: left; }
.blog-article__body .bp-dark-title, .blog-article__body .bp-dark-section h2, .bp-stat-number--on-dark { color: var(--bp-surface-warm, #fffef9); }
.bp-stat-label--on-dark { color: var(--bp-surface-muted, #d7d4c9); }
.blog-article--bp .blog-article__body .bp-h2 { font-family: var(--bp-font-heading); font-weight: 400; font-size: clamp(27px, 3.6vw, 34px); line-height: 1.15; text-align: left; margin: 0px 0px 0.5em; }
.blog-article--bp .blog-article__body .bp-h3 { font-family: var(--bp-font-body); font-weight: 600; font-size: 20px; line-height: 1.3; text-align: left; margin: 1.4em 0px 0.5em; }
.blog-article--bp .bp-article { font-weight: 300; }
.blog-article--bp .bp-section-label { font-weight: 400; }
.blog-article--bp .blog-article__body table th, .blog-article--bp .blog-article__body table td { border: 0px; padding: 16px 20px; }
.blog-article--bp .blog-article__body table td { font-size: 14px; line-height: 1.6; color: var(--bp-ink); }
.blog-article--bp .blog-article__body table td:first-child { width: auto; color: var(--bp-ink); }
.blog-article--bp .blog-article__body table th { background: rgb(58, 42, 40); color: rgb(243, 238, 232); font-size: 11px; line-height: 1.78; letter-spacing: 0.12em; }
.blog-article--bp .blog-article__body table th:first-child { border-top-left-radius: 6px; }
.blog-article--bp .blog-article__body table th:last-child { border-top-right-radius: 6px; }
@media (max-width: 820px){.chat__panel { right: 0px; max-width: calc(-24px + 100vw); }
}.svcvr__slide:not(.is-active) { opacity: 0.88; }
.header.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
.header.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 900px){.header.menu-open { position: fixed; inset: 0px; z-index: 100; display: flex; flex-direction: column; background: rgb(255, 255, 255); }
.header.menu-open .topbar { flex: 0 0 auto; }
.header.menu-open .nav-mobile { display: block; flex: 1 1 auto; overflow-y: auto; }
.mnav__item.open > .mnav__top, .mnav__item.open > .mnav__toprow { background: var(--brown-dark); }
.mnav__item.open > .mnav__toprow .mnav__top, .mnav__item.open > .mnav__toprow .mnav__caret { color: var(--chartreuse); }
.mnav__item.open .caret { transform: rotate(180deg); }
.mnav__item.open .mnav__sub { display: block; }
}.mega__col a.is-active, .has-mega .mega__col a.mega__title.is-active, .mega__col a.mega__stacked.is-active { background: var(--brown-dark) !important; color: var(--cream-brand) !important; }
.submenu a.is-active { background: var(--brown-dark); color: var(--cream-brand); }
.mnav__sub a.is-active, .mnav__item > a.is-active { color: var(--brown-dark); font-weight: 600; }
@media (max-width: 900px){.has-mega .mega, .has-sub .submenu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; display: none; min-width: 0px; left: auto; right: auto; background: var(--cream-soft); border: 0px; }
.nav__item.open .mega, .nav__item.open .submenu { display: block; }
}.hiring__open { display: grid; grid-template-columns: minmax(0px, 740px) auto; gap: 48px; justify-content: center; align-items: center; margin-top: 36px; text-align: left; }
@media (max-width: 820px){.hiring__open { grid-template-columns: 1fr; gap: 18px; }
}.chat__fab:hover, .chat--open .chat__fab { animation: auto ease 0s 1 normal none running none; }
.chat__fab-close, .chat--open .chat__fab-open { display: none; }
.chat--open .chat__fab-close { display: block; }
.chat--open .chat__panel { opacity: 1; visibility: visible; transform: translateY(0px) scale(1); }
.faq-item[open] .faq-item__q::after { content: "–"; }
.svcfaq__item[open] { box-shadow: rgba(58, 42, 40, 0.07) 0px 8px 22px; }
.svcfaq__item[open] summary { background: rgb(242, 241, 228); }
.svcfaq__item[open] summary::after { content: "−"; background: rgb(235, 237, 169); border-color: rgb(235, 237, 169); color: rgb(58, 42, 40); }
.svcfaq__item:not([open]) .svcfaq__a { display: none; }
.is-brazilian .svcfaq__item[open] summary { background: transparent; }
@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: "–"; }
@media (max-width: 820px){.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__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: "−"; }
.bp-article a:focus-visible, .bp-article button:focus-visible, .bp-article summary:focus-visible { outline: 2px solid var(--bp-olive); outline-offset: 2px; }
html .bp-article .bp-reveal, html .bp-article .bp-reveal.is-visible { opacity: 1; transform: none; transition: none; }
.aaba__dot.is-active { background: transparent; }
.aaba__dot.is-active::before { background: var(--olive); }
.blog-article__body .bp-dark-title, .blog-article__body .bp-dark-section h2, .blog-article__body .bp-dark-section h3, .bp-stat-number--on-dark { color: var(--bp-surface-warm, #fffef9); }
.blog-article__h1 { font-family: var(--font-accent); font-weight: 200; color: var(--brown-dark); font-size: clamp(1.8rem, 4vw, 45px); line-height: 1.4; letter-spacing: 2px; text-align: center; margin: 0px 0px 15px; }
.blog-article__head { max-width: 1018px; }
.blog-article:not(.blog-article--bp) { padding-top: 31px; }
.blog-article__hero { width: 100%; height: auto; aspect-ratio: 2 / 1; object-fit: cover; border-radius: 0px; margin: 0px 0px 45px; display: block; }
.blog-article:not(.blog-article--bp) .blog-article__body h2 { font-family: var(--font-accent); font-weight: 200; color: var(--brown-dark); font-size: clamp(1.6rem, 3.2vw, 42px); line-height: 1.4; text-align: center; margin: 46px 0px 14px; }
h3.h-was-h4 { font-family: inherit; font-size: 1rem; font-weight: 700; line-height: inherit; color: inherit; letter-spacing: normal; margin: 1.33em 0px; }
.an-inlink { font-weight: 700; }
.blog-callout { background: rgb(247, 247, 247); padding: 20px 15px; margin: 0px -15px 16px; text-align: center; }
.blog-callout p { margin: 0px; }
.blog-callout__t { font-size: 24px; font-weight: 300; line-height: 1.4; margin: 0px 0px 16px; }
.bp-toc { list-style: none; margin: 14px 0px 0px; padding: 0px; }
.bp-toc--grid { display: grid; grid-template-columns: 1fr; gap: 2px; }
@media (min-width: 600px){.bp-toc--grid { grid-template-columns: 1fr 1fr; gap: 2px 28px; }
}.bp-toc li { display: flex; align-items: center; gap: 13px; padding: 9px 2px; }
.bp-toc-index { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--bp-accent); color: var(--bp-ink); font-weight: 600; font-size: 13px; flex-shrink: 0; }
.bp-toc a { color: var(--bp-ink); font-weight: 600; text-decoration: none; font-size: 15.5px; line-height: 1.3; }
.bp-eyebrow { display: block; font-size: 13px; letter-spacing: 0.04em; color: var(--bp-text-mid); margin-bottom: 8px; }
.bp-toc a { transition: color var(--bp-duration-hover) var(--bp-ease); }
.bp-toc a:hover { color: var(--bp-olive); }
.bp-faq-accordion { margin-top: 22px; border-top: 1px solid var(--bp-gold-light); }
.bp-article #faq .bp-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--bp-gold-deep); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.bp-article #faq .bp-eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--bp-gold-deep); }
.bp-faq-item { border-bottom: 1px solid var(--bp-line); background: rgba(255, 254, 249, 0.38); transition: background var(--bp-duration-hover) var(--bp-ease); }
.bp-faq-item summary { display: grid; grid-template-columns: minmax(0px, 1fr) 30px; align-items: center; gap: 20px; padding: 22px 18px; cursor: pointer; list-style: none; font-weight: 700; font-size: 17px; color: var(--bp-ink); }
.bp-faq-item summary::marker { content: ""; }
.bp-faq-item summary::after { content: none; display: none; }
.bp-faq-icon { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--bp-gold-light); background: var(--bp-surface-warm); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; line-height: 1; color: var(--bp-gold-deep); transition: background var(--bp-duration-hover) var(--bp-ease); }
.bp-faq-icon::before { content: "+"; }
.bp-faq-answer { margin: 0px 18px 22px; padding-right: clamp(0px, 6vw, 52px); font-size: 16px; line-height: 1.6; color: var(--bp-text-mid); }
.bp-article #faq + .author-card { margin-top: 28px; }
.bp-article .bp-toc a { display: flex; align-items: center; min-height: 44px; }
.bp-article .bp-toc li { padding-top: 0px; padding-bottom: 0px; }
.bp-article a:focus-visible, .bp-article summary:focus-visible { outline: 2px solid var(--bp-olive); outline-offset: 2px; }
h1, h2 { font-family: var(--font-head); font-weight: 600; line-height: 1.2; color: var(--brown-dark); }
.blog-article__body blockquote { margin: 24px 0px; padding: 18px 22px; background: rgb(246, 242, 236); border-left: 3px solid var(--olive); font-style: normal; color: rgb(74, 59, 54); }
.bp-card > .bp-h3:first-child { margin-top: 0px; }
html .bp-article .bp-reveal { opacity: 1; transform: none; transition: none; }
