@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700;900&display=swap");@font-face{font-family:"F37Beckett";font-style:normal;font-weight:400;src:url("/fonts/F37Beckett-Regular.woff2") format("woff2"),url("/fonts/F37Beckett-Regular.woff") format("woff")}@font-face{font-family:"F37Beckett";font-style:normal;font-weight:700;src:url("/fonts/F37Beckett-Bold.woff2") format("woff2"),url("/fonts/F37Beckett-Bold.woff") format("woff")}@font-face{font-family:"PPRightGothic";font-style:normal;font-weight:400;src:url("/fonts/PPRightGothic-CompactRegular.woff2") format("woff2"),url("/fonts/PPRightGothic-CompactRegular.woff") format("woff")}.jena-alert-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.4);padding:20px;opacity:0;animation-name:alert-wrapper-appear;animation-duration:0.2s;animation-delay:0s;animation-fill-mode:forwards;animation-iteration-count:1;animation-timing-function:ease-out;z-index:2147483647}.jena-alert{width:300px;background:#fff;box-shadow:0px 15px 30px rgba(0,0,0,0.2);padding:20px;border-radius:10px;text-align:center;z-index:99999;font-family:"Manrope","Helvetica Neue",Arial,sans-serif;color:#1e2847;opacity:0;transform:scale(0.9);animation-name:alert-inner-appear;animation-duration:0.2s;animation-delay:0.2s;animation-fill-mode:forwards;animation-iteration-count:1;animation-timing-function:ease-out}.jena-alert>*{margin:10px 0px}.jena-alert>*:first-child{margin-top:0px}.jena-alert>*:last-child{margin-bottom:0px}.jena-alert-title{font-family:"Manrope","Helvetica Neue",Arial,sans-serif;font-size:1.1em}.jena-alert-message{white-space:pre-line}.jena-alert-buttons{display:flex;flex-direction:column;align-items:stretch;margin-top:20px}.jena-alert-buttons>*:not(:first-child){margin-top:10px}.jena-alert-buttons.jena-alert-buttons-row{flex-direction:row}.jena-alert-buttons.jena-alert-buttons-row>button{flex:1}.jena-alert-buttons.jena-alert-buttons-row>*:not(:first-child){margin-top:0px;margin-left:10px}button.jena-alert-button{min-height:40px;font-family:"Manrope","Helvetica Neue",Arial,sans-serif;font-size:1em;border-radius:12px;border:none;background:#825af4;color:white;transform:scale(1);box-shadow:inset 0px 100px 0px transparent;cursor:pointer;padding:10px;text-transform:none;letter-spacing:normal}button.jena-alert-button.cancel{background:#cdcdcd;color:#1e2847}button.jena-alert-button.destructive{background:#cdcdcd;color:#c22a15}button.jena-alert-button:hover{box-shadow:inset 0px 100px 0px rgba(255,255,255,0.2)}button.jena-alert-button:active{transition:none;box-shadow:inset 0px 100px 0px rgba(0,0,0,0.1);transform:scale(0.99) translateY(-1px)}@keyframes alert-wrapper-appear{from,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0}to{opacity:1}}@keyframes alert-inner-appear{from,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}.vue{display:none !important}a.book-button{border:none;z-index:5}ul.breadcrumbs{list-style:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:12px;padding:0px}ul.breadcrumbs>*{margin-top:24px}ul.breadcrumbs .separator{display:flex;margin-left:12px;margin-right:12px}ul.breadcrumbs .separator:after{content:"";border-left:4px solid rgba(17,17,17,0.4);border-top:4px solid transparent;border-bottom:4px solid transparent}ul.breadcrumbs li a{transition:0.2s;white-space:nowrap}@media screen and (max-width: 767px){ul.breadcrumbs li a{white-space:normal}}ul.breadcrumbs li:last-child a{text-decoration:none}ul.breadcrumbs li:last-child a:last-child{border:none}ul.breadcrumbs li:not(:last-child) a{color:rgba(17,17,17,0.4);border-color:rgba(146,10,78,0.4)}ul.breadcrumbs:hover li:not(:last-child) a{color:#111;border-color:#920a4e}.preview-mode-banner{padding:20px}.preview-mode-banner .wrapper{background-color:#e1ff8f;max-width:540px;padding:20px;margin:0 auto;border-radius:10px}.preview-mode-banner .wrapper p{font-size:14px;margin:0}.preview-mode-banner .wrapper p.title{font-weight:bold}p.store-description{color:#fff;z-index:5}@media screen and (max-width: 600px){p.store-description{font-size:14px}}h1.store-name{color:#fff;text-align:left;margin-bottom:18px;z-index:5}div.therapist-name{text-align:center}div.therapist-name span{text-transform:uppercase;letter-spacing:.5px;font-size:28px}div.therapist-name img{display:block;margin:0 auto;margin-top:24px;width:120px;height:120px;object-fit:contain}div.watermark{display:flex;flex-direction:column;align-items:center;margin-top:40px}div.watermark a{display:flex;flex-direction:column;align-items:center;text-decoration:none;border:none}div.watermark a p{font-size:14px}div.watermark a svg{width:80px}div.watermark a svg .fill{fill:currentColor}div.watermark a svg .stroke{stroke:currentColor}.widget{position:fixed;top:0;left:0;right:0;bottom:0;z-index:11641}.widget .overlay{width:100%;height:100%;background:rgba(0,0,0,0.8);animation-name:widget-overlay-appear;animation-duration:0.2s;animation-fill-mode:forwards;animation-iteration-count:1;animation-timing-function:ease-out}.widget iframe{position:absolute;top:50%;left:50%;width:100%;height:100%;max-width:780px;max-height:80vh;border:none;background:#fff;transform:translate(-50%, -45%) scale(0.8);border-radius:10px;animation-name:widget-frame-appear-desktop;animation-duration:0.2s;animation-delay:0.2s;animation-fill-mode:forwards;animation-iteration-count:1;animation-timing-function:ease-out}@media screen and (max-width: 1023px){.widget iframe{width:100%;max-height:100vh;transform:translate(-50%, -45%);border-radius:0px;animation-name:widget-frame-appear-mobile;animation-duration:0.2s;animation-delay:0.2s;animation-fill-mode:forwards;animation-iteration-count:1;animation-timing-function:ease-out}}@keyframes widget-overlay-appear{from,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0}to{opacity:1}}@keyframes widget-frame-appear-desktop{from,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{transform:translate(-50%, -45%) scale(0.8)}to{transform:translate(-50%, -50%)}}@keyframes widget-frame-appear-mobile{from,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{transform:translate(-50%, -45%)}to{transform:translate(-50%, -50%)}}html{scroll-behavior:smooth}body{margin:0px;background-color:#fff;color:#111;font-family:"Manrope","Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1180px;margin:0 auto;padding:0 24px}section,footer{border-top:1px solid #333;padding:32px}@media screen and (max-width: 767px){section,footer{padding:16px}}h1,h2,h3,h4,h5,h6{font-family:"Manrope","Helvetica Neue",Arial,sans-serif;font-weight:700;color:#111;margin-bottom:24px}h2{font-size:28px;text-transform:uppercase;letter-spacing:.5px}h3{font-size:20px}p{margin-bottom:24px;line-height:1.7}a{color:#111;text-decoration:none}img{max-width:100%;height:auto}form input,form textarea,form select{width:100%;padding:16px 20px;margin-bottom:24px;border:1px solid #ccc;border-radius:10px;background-color:#f8f8f8;font-family:"Manrope","Helvetica Neue",Arial,sans-serif;font-size:16px;color:#111;transition:border-color 0.2s ease}form input:focus,form textarea:focus,form select:focus{outline:none;border-color:#111}form input::placeholder,form textarea::placeholder,form select::placeholder{color:#999}form textarea{min-height:150px;resize:vertical}form label{display:block;margin-bottom:8px;font-size:14px;color:#666;text-transform:uppercase}form button,form input[type="submit"]{display:inline-block;padding:16px 32px;background-color:transparent;border:2px solid #111;border-radius:10px;color:#111;font-family:"Manrope","Helvetica Neue",Arial,sans-serif;cursor:pointer;transition:all 0.2s ease}form button:hover,form input[type="submit"]:hover{background-color:#111;color:#fff}.home{display:flex;flex-direction:column;min-height:100vh}.terms-and-conditions{padding:96px 48px}@media screen and (max-width: 767px){.terms-and-conditions{padding:56px 24px}}.terms-and-conditions .container{max-width:1180px;margin:0 auto}.terms-and-conditions h1{text-align:center;margin-bottom:48px}.terms-and-conditions .content h2,.terms-and-conditions .content h3,.terms-and-conditions .content h4,.terms-and-conditions .content h5,.terms-and-conditions .content h6{text-align:left;margin-top:36px}.terms-and-conditions .content p{text-align:left}.terms-and-conditions .content ul,.terms-and-conditions .content ol{margin-bottom:24px;padding-left:24px}.terms-and-conditions .content li{margin-bottom:12px}section.hero .hero-container{margin:0 auto}section.hero .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}@media screen and (max-width: 1023px){section.hero .hero-grid{grid-template-columns:1fr}}section.hero .hero-grid:has(.hero-content:only-child){grid-template-columns:1fr}@media screen and (max-width: 1023px){section.hero .hero-content{padding-right:0;order:1}}section.hero .hero-wordmark{font-family:"Manrope","Helvetica Neue",Arial,sans-serif;font-size:140px;font-weight:300;letter-spacing:-0.02em;text-transform:uppercase;color:#111;line-height:0.9;margin-bottom:24px;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}@media screen and (max-width: 767px){section.hero .hero-wordmark{font-size:40px;margin-bottom:16px}}section.hero .store-name{line-height:normal}section.hero .store-name,section.hero .store-description{color:#111}section.hero .hero-cta{margin-top:24px}@media screen and (max-width: 1023px){section.hero .hero-image{order:2;margin-top:24px}}section.hero .hero-image img{width:100%;height:auto;object-fit:cover;border-radius:0px}nav.page-scroller{position:sticky;top:0;z-index:900;display:flex;flex-direction:row-reverse;align-items:flex-start;background-color:#fff}nav.page-scroller ol{flex:1;list-style:none;margin:0px;padding:0px;display:flex;flex-wrap:wrap}@media screen and (max-width: 1023px){nav.page-scroller ol{flex-direction:column;align-items:stretch}}nav.page-scroller ol li{flex:1;text-align:center;position:relative}@media screen and (max-width: 1023px){nav.page-scroller ol li:not(.active){display:none}}nav.page-scroller ol li a{display:flex;align-items:center;justify-content:center;padding:0px 24px;height:60px;border:none;user-select:none;flex:1;color:#111;font-family:"Manrope","Helvetica Neue",Arial,sans-serif;font-size:14px;text-transform:uppercase;letter-spacing:.5px}@media screen and (max-width: 1023px){nav.page-scroller ol li a{justify-content:flex-start}}nav.page-scroller ol li a:hover{background:rgba(0,0,0,0.05);color:#111}nav.page-scroller ol li.active a{background:rgba(0,0,0,0.05);color:#111}@media screen and (max-width: 1023px){nav.page-scroller ol li.active a{background:#fff;color:#111}}nav.page-scroller input#page-scroller-expand-icon{position:fixed;top:-500px;left:-500px}@media screen and (max-width: 1023px){nav.page-scroller input#page-scroller-expand-icon:checked+label[for="page-scroller-expand-icon"]:after{transform:rotate(180deg)}nav.page-scroller input#page-scroller-expand-icon:checked~ol li:not(.active){display:flex}nav.page-scroller input#page-scroller-expand-icon:checked~ol li.active a{background:rgba(0,0,0,0.05);color:#111}}nav.page-scroller label[for="page-scroller-expand-icon"]{display:none;align-items:center;justify-content:center;cursor:pointer;padding:0px 24px;height:60px;width:72px;box-sizing:border-box;z-index:2}@media screen and (max-width: 1023px){nav.page-scroller label[for="page-scroller-expand-icon"]{display:flex}}nav.page-scroller label[for="page-scroller-expand-icon"]:after{content:"";border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #111;transition:0.2s}section.about-me .about-container{margin:0 auto}section.about-me .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}@media screen and (max-width: 1023px){section.about-me .about-grid{grid-template-columns:1fr}}@media screen and (max-width: 1023px){section.about-me .about-image{order:1}}section.about-me .about-image img{width:100%;height:auto;object-fit:cover;border-radius:0px}@media screen and (max-width: 1023px){section.about-me .about-content{order:2}}section.about-me .about-content h2{font-size:28px;font-weight:700;text-transform:uppercase;margin-bottom:36px;letter-spacing:.5px}section.about-me .about-text p{margin-bottom:24px;line-height:1.7}section.about-me .about-text p:last-child{margin-bottom:0}section.curriculum-vitae .cv-container{margin:0 auto}section.curriculum-vitae .cv-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}@media screen and (max-width: 1023px){section.curriculum-vitae .cv-grid{grid-template-columns:1fr}}section.curriculum-vitae .cv-grid:has(.cv-content:only-child){grid-template-columns:1fr}@media screen and (max-width: 1023px){section.curriculum-vitae .cv-content{order:1}}section.curriculum-vitae .cv-content h2{font-size:28px;font-weight:700;text-transform:uppercase;margin-bottom:36px;letter-spacing:.5px}section.curriculum-vitae .cv-section{margin-bottom:36px}section.curriculum-vitae .cv-section h3{font-size:16px;font-weight:700;margin-bottom:24px;text-transform:uppercase;letter-spacing:.5px}section.curriculum-vitae .cv-list{list-style:disc;padding-left:24px;margin-bottom:24px}section.curriculum-vitae .cv-list li{margin-bottom:12px;line-height:1.6;color:#111}section.curriculum-vitae .cv-list li::marker{color:#6a6a6a}section.curriculum-vitae .cv-list li:last-child{margin-bottom:0}section.curriculum-vitae .cv-cta{margin-top:36px}@media screen and (max-width: 1023px){section.curriculum-vitae .cv-image{order:2}}section.curriculum-vitae .cv-image img{width:100%;height:auto;object-fit:cover;border-radius:0}section.services-menu .services-container{max-width:760px;margin:0 auto;text-align:center}section.services-menu h2{font-size:28px;font-weight:700;text-transform:uppercase;margin-bottom:24px;letter-spacing:.5px}section.services-menu .services-intro{margin-bottom:36px;line-height:1.7}section.services-menu .services-cta{margin-bottom:48px}section.services-menu .treatment-groups{text-align:left;margin-bottom:64px}@media screen and (max-width: 767px){section.services-menu .treatment-groups{margin-bottom:32px}}section.services-menu .group-toggle{display:none}section.services-menu .group-header{display:flex;justify-content:space-between;align-items:center;min-height:46px;padding:0 16px;border-bottom:1px solid #333;background:transparent;cursor:pointer;transition:opacity 0.2s ease}section.services-menu .group-header .group-name{font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px}section.services-menu .group-header .chevron{transition:transform 0.3s ease}section.services-menu .group-header .chevron svg{display:block}section.services-menu .group-toggle:checked+.group-header .chevron{transform:rotate(180deg)}section.services-menu .treatments{max-height:0;overflow:hidden;transition:max-height 0.3s ease}section.services-menu .group-toggle:checked~.treatments{max-height:1000px}section.services-menu .treatment{display:flex;justify-content:space-between;align-items:center;min-height:44px;padding:12px 16px;border-bottom:1px solid #333;background:transparent}section.services-menu .treatment:last-child{border-bottom:none}section.services-menu .treatment-info{flex:1;padding-right:24px;text-align:left}section.services-menu .treatment-name{display:block}section.services-menu .treatment-description{display:block;font-size:14px;color:#6a6a6a;margin-top:4px}section.services-menu .treatment-price{font-family:"SF Mono", Monaco, "Consolas", monospace;font-size:14px;font-weight:700;text-align:right;white-space:nowrap}section.portfolio{background:#fff}section.portfolio .portfolio-container{max-width:960px;margin:0 auto}section.portfolio h2{font-size:28px;font-weight:700;text-transform:uppercase;margin-bottom:48px;letter-spacing:.5px;text-align:center}section.portfolio .lightbox{display:none;position:fixed;z-index:99999;top:0;left:0;right:0;bottom:0;opacity:0;border:none;padding:24px;background:rgba(0,0,0,0.9);flex-direction:column;align-items:stretch;cursor:zoom-out;animation-name:lightbox-appear;animation-duration:0.2s;animation-fill-mode:forwards;animation-iteration-count:1;animation-timing-function:ease-out}section.portfolio .lightbox .image{flex:1;overflow:hidden;opacity:0;display:flex;align-items:center;justify-content:center;animation-name:lightbox-image-appear;animation-delay:0.2s;animation-duration:0.6s;animation-fill-mode:forwards;animation-iteration-count:1;animation-timing-function:ease-out}section.portfolio .lightbox .image img{display:block;object-fit:contain;max-width:100%;max-height:100%}section.portfolio .lightbox span{margin-top:24px;color:#fff;text-align:center}section.portfolio .portfolio-grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-auto-rows:200px;gap:32px;margin-bottom:64px}@media screen and (max-width: 1023px){section.portfolio .portfolio-grid{grid-template-columns:repeat(2, 1fr);grid-auto-rows:auto;gap:16px;margin-bottom:32px}}section.portfolio .portfolio-item{overflow:hidden;cursor:zoom-in;display:block}section.portfolio .portfolio-item:first-child{grid-column:span 2;grid-row:span 2}@media screen and (max-width: 767px){section.portfolio .portfolio-item:first-child{grid-column:span 1;grid-row:span 1}}section.portfolio .portfolio-item img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform 0.3s ease}@media screen and (max-width: 767px){section.portfolio .portfolio-item img{aspect-ratio:1 / 1}}section.portfolio .portfolio-item:hover img{transform:scale(1.05)}@keyframes lightbox-appear{from,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0}to{opacity:1}}@keyframes lightbox-image-appear{from,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}section.testimonials{padding:48px 48px;background:transparent}@media screen and (max-width: 767px){section.testimonials{padding:24px 24px}}section.testimonials .testimonials-container{max-width:1180px;margin:0 auto}section.testimonials h2{font-size:28px;font-weight:700;text-transform:uppercase;margin-bottom:24px;letter-spacing:.5px;text-align:left}section.testimonials .testimonial-card{text-align:left;padding:24px 0;max-width:720px;margin:0}section.testimonials .stars{display:flex;justify-content:flex-start;gap:4px;margin-bottom:12px}section.testimonials .stars svg{width:16px;height:16px;fill:#111}section.testimonials .testimonial-text{font-size:16px;line-height:1.5;margin:0 0 12px;font-style:italic;color:#111}section.testimonials .testimonial-author{font-size:16px;font-weight:700;color:#111;display:block;font-style:normal}section.testimonials .VueCarousel-pagination{margin-top:24px}section.testimonials .VueCarousel-dot-container{margin-top:0 !important}section.testimonials .VueCarousel-dot{margin:0 4px !important;padding:0 !important;width:8px !important;height:8px !important;border-radius:50% !important;background-color:rgba(0,0,0,0.2) !important;border:none !important}section.testimonials .VueCarousel-dot--active{background-color:#111111 !important}footer.footer .footer-container{margin:0 auto}footer.footer .social-links{display:flex;justify-content:flex-start;gap:36px;margin-bottom:24px}footer.footer .social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#111;transition:opacity 0.2s ease}footer.footer .social-links a:hover{opacity:0.6}footer.footer .social-links a svg{width:24px;height:24px}footer.footer .social-links a svg .fill{fill:#111}footer.footer .social-links a svg .stroke{stroke:#111}footer.footer .footer-wordmark{font-family:"Manrope","Helvetica Neue",Arial,sans-serif;font-size:140px;font-weight:300;letter-spacing:-0.02em;text-transform:uppercase;color:#111;line-height:0.9;margin-bottom:24px;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}@media screen and (max-width: 767px){footer.footer .footer-wordmark{font-size:40px;margin-bottom:16px}}footer.footer .copyright p{font-family:"Manrope","Helvetica Neue",Arial,sans-serif;font-size:14px;color:#6a6a6a;margin:0}.store-logo{display:flex;align-items:center;justify-content:center}.store-logo img{max-width:180px;max-height:80px;width:auto;height:auto;object-fit:contain}@media screen and (max-width: 767px){.store-logo img{max-width:140px;max-height:60px}}.store-logo .store-name-fallback{font-family:"Manrope","Helvetica Neue",Arial,sans-serif;font-size:42px;color:#111;text-decoration:none;letter-spacing:.5px}h1.store-logo{font-family:"Manrope","Helvetica Neue",Arial,sans-serif;text-align:center;font-size:42px;color:#111;margin-top:48px;margin-bottom:24px}@media screen and (max-width: 767px){h1.store-logo{font-size:28px;margin-top:24px}}h1.store-logo .logo-text{font-family:inherit;font-size:inherit;letter-spacing:inherit;color:inherit}.book-button button{background-color:#111111;color:#ffffff;border:none;border-radius:8px;padding:16px 32px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;min-height:44px;cursor:pointer;transition:background-color 0.2s ease}.book-button button:hover{background-color:#000000}.book-button button:focus{outline:2px solid #111111;outline-offset:2px}
