@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Montserrat:wght@400;500;600;700&family=Lora:wght@400;500;600;700&display=swap";:root{color-scheme:light;font-family:Roboto,Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;--color-bg: #fdfbf9;--color-sand: #f7f1eb;--color-ink: #1c1a16;--color-accent: #c3a27c;--color-muted: #5f584c;--color-soft: #e9dfd4;--radius-pill: 999px;--radius-card: 32px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;width:100%;max-width:100vw}body{margin:0;padding:0;background:var(--color-bg);color:var(--color-ink);overflow-x:hidden;width:100%;max-width:100vw;box-sizing:border-box}a{color:inherit;text-decoration:none}.page{min-height:100vh;display:flex;flex-direction:column;gap:0px;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}main{display:flex;flex-direction:column;gap:34px;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:24px clamp(16px,5vw,80px);background:#fdfbf9cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(28,26,22,.08);width:100%;max-width:100%;box-sizing:border-box}.site-header nav{display:flex;gap:64px;flex-wrap:wrap;justify-content:center}.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.hamburger{display:flex;flex-direction:column;gap:5px;width:24px;height:18px;position:relative}.hamburger span{display:block;width:100%;height:2px;background:var(--color-ink);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.hamburger--open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-drawer{display:none;position:fixed;inset:0;background:#1c1a1680;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-drawer--open{opacity:1;visibility:visible}.mobile-drawer__content{position:absolute;top:0;right:0;width:min(320px,85vw);height:auto;background:var(--color-bg);box-shadow:-4px 0 24px #1c1a1626;padding:20px 24px 24px;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;overflow-y:auto}.mobile-drawer--open .mobile-drawer__content{transform:translate(0)}.mobile-drawer__content nav{display:flex;flex-direction:column;gap:0px}.mobile-drawer__content .nav-link{font-size:1.2rem;padding:20px 0;border-bottom:1px solid rgba(28,26,22,.08);min-height:56px;display:flex;align-items:center}.mobile-drawer__cta{margin-top:auto;padding-top:24px}.mobile-drawer__cta .button{width:100%;justify-content:center}.logo-mark{font-family:Montserrat,Roboto,sans-serif;font-size:1.2rem;text-transform:uppercase;letter-spacing:.1em;display:flex;flex-direction:column;line-height:1.2;text-decoration:none;color:inherit;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.logo-mark:hover{opacity:.8;transform:scale(1.02)}.logo-mark:focus{outline:2px solid var(--color-accent);outline-offset:4px;border-radius:4px}.logo-mark__accent{font-size:.9rem;color:var(--color-accent);letter-spacing:.35em}.nav-link{font-weight:500;color:var(--color-muted);transition:color .2s ease;position:relative}.nav-link:hover{color:var(--color-ink);opacity:.9}.services-dropdown{position:relative}.services-dropdown__trigger{display:flex;align-items:center;gap:6px;cursor:pointer;background:none;border:none;font-weight:500;color:var(--color-muted);transition:color .2s ease;font-family:inherit;font-size:inherit;padding:0}.services-dropdown__trigger:hover{color:var(--color-ink);opacity:.9}.services-dropdown__trigger--active{color:var(--color-ink)}.services-dropdown__chevron{transition:transform .2s ease;margin-top:0}.services-dropdown__chevron--open{transform:rotate(180deg)}.services-dropdown__menu{position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%);background:#fff;border-radius:12px;box-shadow:0 8px 32px #1c1a161f;min-width:280px;max-width:320px;padding:8px 0;z-index:1000;border:1px solid rgba(28,26,22,.08);overflow:hidden;animation:fadeInDown .2s ease}.services-dropdown__menu:before{content:"";position:absolute;top:-4px;left:0;right:0;height:4px;background:transparent}@keyframes fadeInDown{0%{opacity:0;transform:translate(-50%) translateY(-8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.services-dropdown__item{display:block;padding:12px 20px;color:var(--color-ink);text-decoration:none;transition:background-color .2s ease,color .2s ease;font-size:.95rem;line-height:1.4}.services-dropdown__item:hover,.services-dropdown__item--focused{background-color:var(--color-sand);color:var(--color-accent);outline:2px solid var(--color-accent);outline-offset:-2px}.services-dropdown__item:focus{outline:2px solid var(--color-accent);outline-offset:-2px}.services-dropdown__item--all{font-weight:600;color:var(--color-accent);border-bottom:1px solid rgba(28,26,22,.08);margin-bottom:4px}.services-dropdown__divider{height:1px;background:#1c1a1614;margin:4px 0}.services-dropdown--mobile{display:flex;flex-direction:column}.services-dropdown--mobile .services-dropdown__trigger{border-bottom:1px solid rgba(28,26,22,.08);padding:20px 0;min-height:56px;font-size:1.2rem;width:100%;text-align:left;justify-content:space-between}.services-dropdown__trigger--mobile{background:none;border:none;cursor:pointer;font-family:inherit}.services-dropdown__mobile-list{display:flex;flex-direction:column;padding-left:20px;margin-top:8px}.services-dropdown__mobile-list .services-dropdown__item{padding:12px 0;font-size:1rem;border-bottom:1px solid rgba(28,26,22,.05);color:var(--color-muted)}.services-dropdown__mobile-list .services-dropdown__item:hover{color:var(--color-ink);background:transparent;padding-left:8px}.button{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:var(--radius-pill);font-weight:600;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease}.button--primary{background:var(--color-ink);color:var(--color-bg)}.button--secondary{background:var(--color-accent);color:#fff}.button--ghost{border-color:#1c1a1633;color:var(--color-ink)}.button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #1c1a161a}.hero{position:relative;padding:10px clamp(16px,5vw,40px) 0px;display:flex;justify-content:center}.hero__content h1{font-size:clamp(2.5rem,4vw,4rem);line-height:1.05;margin-bottom:16px;font-family:Lora,serif}.hero__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.85rem;color:var(--color-muted);margin-bottom:16px}.hero__description{font-size:1.1rem;color:var(--color-muted);margin-bottom:24px}.hero__actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:24px}.hero__stats{display:flex;gap:32px;flex-wrap:wrap;justify-content:center}.hero__stats-card{padding:18px 20px;min-width:180px;border-radius:24px;background:#ffffffbf;border:1px solid rgba(28,26,22,.08);box-shadow:0 25px 55px #1c1a1614;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeInScale .6s ease-out both}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.hero__stats-card:nth-child(1){animation-delay:.5s}.hero__stats-card:nth-child(2){animation-delay:.6s}.hero__stats-card:nth-child(3){animation-delay:.7s}.hero__stats-card:hover{transform:translateY(-6px);border-color:#1c1a1640;box-shadow:0 35px 75px #1c1a162e}.hero__stats-value{font-size:1.5rem;font-weight:600;text-align:center}.hero__media-wrapper{width:min(100%,100%);position:relative}.hero__media{width:100%;aspect-ratio:21 / 9;border-radius:var(--radius-card);overflow:hidden;box-shadow:0 40px 80px #1c1a1633;position:relative}@media(max-width:1200px){.hero__media{aspect-ratio:18 / 9}}@media(max-width:1024px){.hero__media{aspect-ratio:16 / 9}.hero__overlay{min-width:500px;padding:14px 20px}}.hero__overlay{position:absolute;left:50%;transform:translate(-50%);bottom:1px;display:flex;flex-direction:row;align-items:center;gap:24px;background:#fdfbf9f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:16px 24px;box-shadow:0 8px 32px #1c1a1626;border:1px solid rgba(255,255,255,.3);z-index:2;animation:slideUp .8s ease-out .3s both;max-width:95%;width:auto;min-width:600px;box-sizing:border-box}@media(max-width:944px){.hero__media{aspect-ratio:16 / 9;box-shadow:0 20px 40px #1c1a1626}.hero__overlay{min-width:auto;max-width:calc(100% - 40px);width:calc(100% - 40px);left:20px;right:20px;transform:none;flex-direction:row;align-items:center;gap:16px;padding:14px 20px;bottom:20px;animation:slideUpMobile .8s ease-out .3s both}.hero__overlay-text h1{font-size:clamp(1.3rem,3vw,1.8rem)}.hero__overlay .hero__actions{flex-shrink:0}.hero__overlay .hero__actions .button{white-space:nowrap;padding:10px 18px;font-size:.8rem}}@media(max-width:768px){.hero__media{aspect-ratio:16 / 9;box-shadow:0 15px 30px #1c1a161f;border-radius:12px}.hero__overlay{min-width:auto;max-width:calc(100% - 32px);width:calc(100% - 32px);left:16px;right:16px;transform:none;flex-direction:column;align-items:stretch;gap:12px;padding:14px 18px;bottom:16px;border-radius:12px;animation:slideUpMobile .8s ease-out .3s both}.hero__overlay-text h1{font-size:clamp(1.3rem,4vw,1.7rem)}.hero__overlay-text .hero__description{font-size:.8rem;margin-bottom:8px}.hero__overlay .hero__actions{flex-direction:column;width:100%;gap:8px}.hero__overlay .hero__actions .button{width:100%;padding:10px 18px;font-size:.85rem}.hero__video-audio-toggle{top:12px;right:12px;width:40px;height:40px}.hero__video-audio-toggle svg{width:18px;height:18px}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,40px)}to{opacity:1;transform:translate(-50%)}}@keyframes slideUpMobile{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero__overlay-text{flex:1;min-width:0}.hero__overlay-text h1{font-size:clamp(1.4rem,2.2vw,2.2rem);line-height:1.2;margin-bottom:6px;font-family:Lora,serif}.hero__overlay-text .hero__eyebrow{font-size:.7rem;margin-bottom:4px}.hero__overlay-text .hero__description{font-size:.85rem;margin-bottom:0;line-height:1.4}.hero__overlay .hero__actions{display:flex;gap:10px;margin:0;flex-shrink:0}.hero__overlay .hero__actions .button{padding:10px 20px;font-size:.85rem;white-space:nowrap}.hero__overlay .hero__stats{display:none}.hero__media img{width:100%;height:100%;object-fit:cover;display:block;animation:fadeIn 1s ease-out}.hero__media video{width:100%;height:100%;object-fit:cover;object-position:center;display:block;animation:fadeIn 1s ease-out}@media(max-width:480px){.hero__media{aspect-ratio:4 / 3}.hero__overlay{margin-top:-12px;padding:10px 12px;gap:6px}.hero__overlay-text h1{font-size:clamp(1.1rem,5vw,1.4rem)}.hero__overlay-text .hero__eyebrow{font-size:.55rem}.hero__overlay-text .hero__description{font-size:.7rem;margin-bottom:6px}.hero__overlay .hero__actions .button{padding:8px 14px;font-size:.75rem}}.hero__video-audio-toggle{position:absolute;top:16px;right:16px;z-index:10;background:#ffffffe6;border:1px solid rgba(28,26,22,.1);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--color-text);padding:0;box-shadow:0 2px 8px #1c1a1626}.hero__video-audio-toggle:hover{background:#fff;transform:scale(1.05);box-shadow:0 4px 12px #1c1a1633}.hero__video-audio-toggle:active{transform:scale(.95)}.hero__video-audio-toggle svg{width:20px;height:20px;display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.15));pointer-events:none;border-radius:var(--radius-card)}.hero__widgets{position:absolute;top:100%;left:50%;transform:translate(-50%);width:min(720px,90%)}.section{padding:34px clamp(16px,5vw,80px);display:flex;flex-direction:column;gap:32px;position:relative;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(28,26,22,.1),transparent)}.section--dim{padding-top:48px;padding-bottom:48px;background:var(--color-sand)}.section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px}.section__grid--three{grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:944px){.section{padding:40px clamp(16px,4vw,40px);gap:24px}.section__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.section__grid--three{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.section{padding:32px 20px;gap:20px;width:100%;max-width:100%;box-sizing:border-box}.section__grid{grid-template-columns:1fr;gap:20px;width:100%;max-width:100%}.section__grid--three{grid-template-columns:1fr}.section-heading h2{font-size:clamp(1.75rem,5vw,2.5rem)}.section-heading__description{font-size:.95rem}}@media(max-width:640px){.section{padding:24px 16px;gap:20px;width:100%;max-width:100%;box-sizing:border-box}.section__grid{gap:16px;width:100%;max-width:100%}main{gap:24px}.contact__services-checkboxes{padding:16px;gap:12px}.contact__checkbox-label{padding:12px 14px;font-size:.9rem}}@media(max-width:479px){.section{padding:20px 12px;gap:16px;width:100%;max-width:100%;box-sizing:border-box}.section__grid{gap:16px;width:100%;max-width:100%}main{gap:20px}.contact__services-checkboxes{grid-template-columns:repeat(2,1fr);min-width:0;padding:12px;gap:10px}.contact__checkbox-label{padding:10px 8px;font-size:.85rem;gap:8px}.contact__checkbox-label input[type=checkbox]{width:18px;height:18px}}.section-heading{max-width:720px;margin:0 auto;text-align:center}.section-heading--left{margin:0;text-align:left}.section-heading__eyebrow{text-transform:uppercase;letter-spacing:.25em;font-size:.8rem;color:var(--color-muted);margin-bottom:12px}.section-heading h2{font-family:Lora,serif;font-size:clamp(2rem,3vw,3rem);margin:0 0 12px}.section-heading__description{color:var(--color-muted);margin:0}.service-card,.treatment-card,.testimonial-card,.stat-card{position:relative;border-radius:var(--radius-card);padding:24px;background:#fff;border:1px solid rgba(28,26,22,.08);box-shadow:0 20px 50px #1c1a160f;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;overflow:hidden}.treatment-card:nth-child(1){animation-delay:.1s}.treatment-card:nth-child(2){animation-delay:.15s}.treatment-card:nth-child(3){animation-delay:.2s}.treatment-card:nth-child(4){animation-delay:.25s}.treatment-card:nth-child(5){animation-delay:.3s}.treatment-card:nth-child(6){animation-delay:.35s}.treatment-card:nth-child(7){animation-delay:.4s}.treatment-card:nth-child(8){animation-delay:.45s}.treatment-card:nth-child(9){animation-delay:.5s}.service-card:after,.treatment-card:after,.testimonial-card:after,.stat-card:after{content:"";position:absolute;inset:12px;border-radius:calc(var(--radius-card) - 16px);border:1px solid transparent;pointer-events:none;transition:border-color .35s ease,opacity .35s ease}.service-card:hover,.testimonial-card:hover,.stat-card:hover{transform:translateY(-8px) scale(1.01);border-color:#1c1a162e;box-shadow:0 40px 85px #1c1a1629}.treatment-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 40px 85px #1c1a1629}.service-card:hover:after,.testimonial-card:hover:after,.stat-card:hover:after{border-color:#c3a27c99;opacity:1}.service-card__icon{font-size:2rem;margin-bottom:12px}.service-card__header{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.service-card__badge{font-size:.75rem;padding:4px 12px;border-radius:var(--radius-pill);background:var(--color-soft)}.why-revitals-section{position:relative;overflow:hidden;padding-left:clamp(16px,5vw,80px);padding-right:clamp(16px,5vw,80px);background:linear-gradient(180deg,#fff,#faf9f7);box-sizing:border-box;transform:translateY(20px);animation:fadeSlideUp .8s ease-out forwards;width:100%;max-width:100%}.why-revitals-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 20%,rgba(195,162,124,.06) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(195,162,124,.04) 0%,transparent 40%);pointer-events:none;z-index:0}.why-revitals-section__container{position:relative;z-index:1;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box}.why-revitals-section__content{display:flex;flex-direction:row;gap:60px;align-items:flex-start;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.why-revitals-section__heading{flex:0 0 500px;min-width:300px;max-width:100%;opacity:0;transform:translate(-50px);animation:slideInFromLeft .8s ease-out .2s both;position:relative;background-image:url(/media/why_vitals.jpg);background-size:cover;background-position:center left;background-repeat:no-repeat;border-radius:24px;padding:40px;overflow:hidden;height:-webkit-fill-available;box-sizing:border-box}.why-revitals-section__heading:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#ffffff4d,#fff9,#ffffffd9);border-radius:24px;z-index:0;pointer-events:none}.why-revitals-section__heading .section-heading{text-align:left;margin:0;position:relative;z-index:1}.why-revitals-carousel{position:relative;flex:1;min-width:0;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;opacity:0;transform:translate(50px);animation:slideInFromRight .8s ease-out .4s both}.why-revitals-carousel__track{position:relative;overflow:hidden;width:100%;border-radius:24px}.why-revitals-carousel__slides{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform;width:100%}.why-revitals-carousel__slide{flex:0 0 100%;min-width:0;max-width:100%;padding:0 12px;box-sizing:border-box;width:100%;overflow:hidden}.why-revitals-carousel__dots{display:flex;justify-content:center;gap:8px;margin-top:32px;z-index:1;position:relative}.why-revitals-carousel__dot{width:10px;height:10px;border-radius:50%;border:none;background:#1c1a1633;cursor:pointer;transition:all .3s ease;padding:0}.why-revitals-carousel__dot:hover{background:#1c1a1666;transform:scale(1.2)}.why-revitals-carousel__dot--active{background:var(--color-accent);width:24px;border-radius:5px}.why-revitals-card{position:relative;background:#fff;border:1px solid rgba(28,26,22,.1);padding:48px 36px;border-radius:24px;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(30px);animation:fadeInUpScale .8s ease-out both;overflow:hidden;box-shadow:0 2px 12px #1c1a160a,0 1px 2px #1c1a1605;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:100%;box-sizing:border-box}.why-revitals-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-accent),rgba(195,162,124,.5));opacity:0;transition:opacity .4s ease;z-index:1}.why-revitals-card:hover:before{opacity:1}.why-revitals-card:hover{transform:translateY(-8px);border-color:#c3a27c4d;box-shadow:0 12px 40px #1c1a161a,0 4px 12px #c3a27c26}.why-revitals-card__icon-wrapper{position:relative;margin-bottom:32px;display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin-left:auto;margin-right:auto;background:linear-gradient(135deg,#c3a27c1a,#c3a27c0d);border-radius:20px;transition:all .4s ease}.why-revitals-card:hover .why-revitals-card__icon-wrapper{background:linear-gradient(135deg,#c3a27c33,#c3a27c1a);transform:scale(1.05)}.why-revitals-card__icon{font-size:2.5rem;position:relative;z-index:1;transition:transform .4s ease;display:flex;align-items:center;justify-content:center;line-height:1}.why-revitals-card:hover .why-revitals-card__icon{transform:scale(1.1)}.why-revitals-card__content{position:relative;z-index:1;text-align:center}.why-revitals-card .service-card__header{flex-direction:column;align-items:center;gap:12px;margin-bottom:16px}.why-revitals-card .service-card__header h3{font-size:1.4rem;font-weight:600;color:var(--color-ink);margin:0 0 16px;line-height:1.3;font-family:Montserrat,sans-serif;letter-spacing:-.01em;transition:color .3s ease}.why-revitals-card:hover .service-card__header h3{color:var(--color-accent)}.why-revitals-card__description{color:var(--color-muted);line-height:1.7;font-size:.95rem;margin:0;text-align:center;transition:color .3s ease}.why-revitals-card:hover .why-revitals-card__description{color:var(--color-ink)}.why-revitals-card .service-card__badge{background:#c3a27c1a;color:var(--color-accent);font-weight:600;padding:6px 16px;font-size:.7rem;letter-spacing:.5px;text-transform:uppercase;border-radius:12px;transition:all .3s ease;margin-bottom:20px}.why-revitals-card:hover .service-card__badge{background:#c3a27c26}@keyframes fadeInUpScale{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:944px){.why-revitals-section{padding:60px 20px;width:100%;max-width:100%}.why-revitals-section__content{flex-direction:column;gap:32px;width:100%;max-width:100%}.why-revitals-section__heading{flex:1;min-width:0;max-width:100%;width:100%;padding:24px}.why-revitals-section__heading .section-heading{text-align:center}.why-revitals-section__heading .section-heading h2{font-size:clamp(1.5rem,4vw,2rem)}.why-revitals-carousel{flex:1;padding:0}.why-revitals-carousel__slide{padding:0 8px}.why-revitals-card{padding:32px 24px}}@media(max-width:640px){.why-revitals-section{padding:40px 16px;width:100%;max-width:100%}.why-revitals-section__content{gap:24px;width:100%;max-width:100%}.why-revitals-section__heading{padding:20px;min-width:0;max-width:100%;width:100%;background-size:cover;background-position:center}.why-revitals-section__heading .section-heading h2{font-size:clamp(1.25rem,5vw,1.75rem);margin-bottom:8px}.why-revitals-section__heading .section-heading__description{font-size:.9rem}.why-revitals-carousel{padding:0}.why-revitals-carousel__slide{padding:0 4px}.why-revitals-carousel__dots{margin-top:20px}.why-revitals-card{padding:28px 20px}.why-revitals-card__icon-wrapper{width:60px;height:60px;margin-bottom:20px}.why-revitals-card__icon{font-size:1.75rem}.why-revitals-card .service-card__header h3{font-size:1.1rem;margin-bottom:12px}.why-revitals-card__description{font-size:.85rem;line-height:1.6}}@media(max-width:479px){.why-revitals-section{padding:32px 12px}.why-revitals-section__heading{padding:16px}.why-revitals-card{padding:24px 16px}}.treatment-card{display:flex;flex-direction:column;overflow:hidden;position:relative}.treatment-card__content{transition:filter .4s ease}.treatment-card__image-wrapper{width:calc(100% + 48px);height:220px;overflow:hidden;border-radius:var(--radius-card) var(--radius-card) 0 0;background:var(--color-sand);position:relative;margin:-24px -24px 20px;padding:0}.treatment-card__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease;display:block;margin:0;padding:0}.treatment-card:hover .treatment-card__image{transform:scale(1.1)}.treatment-card__overlay{position:absolute;inset:-24px;background:#1c1a16b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease;border-radius:var(--radius-card) var(--radius-card) var(--radius-card) var(--radius-card);z-index:10;pointer-events:none;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}.treatment-card:hover .treatment-card__content{filter:blur(4px)}.treatment-card:hover .treatment-card__overlay{opacity:1;pointer-events:auto}.treatment-card__overlay-button{border:none;background:var(--color-bg);color:var(--color-ink);padding:16px 40px;border-radius:var(--radius-pill);font-weight:600;font-size:1.1rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;transform:translateY(20px);box-shadow:0 4px 15px #0003;pointer-events:auto}.treatment-card:hover .treatment-card__overlay-button{transform:translateY(0);box-shadow:0 8px 25px #0000004d}.treatment-card__overlay-button:hover{background:var(--color-accent);color:#fff;transform:translateY(-3px);box-shadow:0 12px 30px #0006}.treatment-card h3{margin:4px 0 8px;font-size:1.4rem;font-family:Montserrat,sans-serif;font-weight:600;letter-spacing:-.01em}.treatment-card__eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;color:var(--color-muted);margin-bottom:8px;font-family:Montserrat,sans-serif}.treatment-card ul{margin:12px 0;padding-left:18px;color:var(--color-muted);flex-grow:1;font-family:Montserrat,sans-serif;line-height:1.7}.treatment-card__price{font-weight:600;font-size:1.1rem}.treatment-card footer{display:flex;justify-content:flex-start;align-items:center;margin-top:auto}.testimonial-card blockquote{margin:0 0 16px;font-size:1.05rem;color:var(--color-muted)}.testimonial-card figcaption{display:flex;flex-direction:column;font-weight:600}.stat-card h3{margin:0 0 8px;font-size:1.25rem}.contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}.hero__stats-label{text-align:center}.contact__info{color:var(--color-muted);margin:16px 0 24px;font-size:1rem;line-height:1.6}.contact__channels{list-style:none;padding:0;margin:32px 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.contact__channel-item{display:flex;align-items:flex-start;gap:20px;padding:24px;border-radius:20px;border:2px solid rgba(28,26,22,.08);background:#fffffff2;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(30px);flex-direction:column}.contact__channel-item--visible{opacity:1;transform:translateY(0)}.contact__channel-item:hover{transform:translateY(-4px);border-color:#c3a27c4d;box-shadow:0 20px 50px #1c1a161f}.contact__icon-wrapper{position:relative;flex-shrink:0;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c3a27c1a,#c3a27c0d);border-radius:20px;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.contact__channel-item--visible .contact__icon-wrapper{animation:iconSlideDown .8s cubic-bezier(.34,1.56,.64,1) both}.contact__icon-wrapper--location{animation-delay:.5s}.contact__channel-item--visible .contact__icon-wrapper--location{animation:iconSlideDownFromTop 1s cubic-bezier(.34,1.56,.64,1) both}.contact__channel-item:hover .contact__icon-wrapper{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#c3a27c33,#c3a27c1a);box-shadow:0 8px 25px #c3a27c4d}.contact__icon{width:48px;height:48px;color:var(--color-accent);transition:transform .4s ease,color .3s ease}.contact__channel-item:hover .contact__icon{transform:scale(1.1);color:var(--color-accent)}.contact__channel-content{flex:1;min-width:0}.contact__hours{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-direction:column;gap:4px}.contact__hours-item{margin:0;color:var(--color-ink);font-size:.95rem}.contact__channels a{color:var(--color-ink);font-weight:600;text-decoration:none;transition:color .3s ease;display:block;word-break:break-word}.contact__channels a:hover{color:var(--color-accent)}.contact__label{font-size:.85rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-muted);margin-bottom:8px;font-weight:600}@keyframes iconSlideDown{0%{opacity:0;transform:translateY(-50px) scale(.5)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes iconSlideDownFromTop{0%{opacity:0;transform:translateY(-100px) scale(.3) rotate(-10deg)}50%{opacity:.7;transform:translateY(10px) scale(1.1) rotate(5deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0)}}.contact__form{display:grid;gap:20px;background:#fff;padding:32px;border-radius:var(--radius-card);border:1px solid rgba(28,26,22,.08);box-shadow:0 20px 50px #1c1a160f;transition:box-shadow .3s ease,transform .3s ease;position:relative}.contact__status{padding:16px 20px;border-radius:12px;font-weight:600;text-align:center;animation:slideInDown .3s ease}.contact__status--success{background:#22c55e1a;color:#16a34a;border:2px solid rgba(34,197,94,.3)}.contact__status--error{background:#ef44441a;color:#dc2626;border:2px solid rgba(239,68,68,.3)}.contact__form:hover{box-shadow:0 30px 70px #1c1a161a}.contact__form label{display:flex;flex-direction:column;gap:8px;font-weight:600;font-size:.95rem;color:var(--color-ink)}.contact__form label:not(.contact__consent-label):not(.contact__checkbox-label){position:relative}.contact__form label:not(.contact__consent-label):not(.contact__checkbox-label)>span:first-child{white-space:nowrap;display:block;line-height:1.4;font-weight:600}.contact__form input,.contact__form textarea,.contact__form select{border-radius:12px;border:2px solid rgba(28,26,22,.15);padding:14px 18px;font-size:1rem;font-family:inherit;width:100%;background:#fff;transition:all .3s ease;color:var(--color-ink)}.contact__form input::placeholder,.contact__form textarea::placeholder{color:var(--color-muted);opacity:.6}.contact__form input:hover,.contact__form textarea:hover,.contact__form select:hover{border-color:#1c1a164d}.contact__form input:focus,.contact__form textarea:focus,.contact__form select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 4px #c3a27c26;transform:translateY(-1px)}.contact__form input:valid:not(:placeholder-shown),.contact__form textarea:valid:not(:placeholder-shown){border-color:#1c1a1633}.contact__form input:invalid:not(:placeholder-shown):not(:focus){border-color:#dc262680}.contact__form select{cursor:pointer;background:#fff;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231c1a16' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:45px}.contact__form select option{padding:12px;background:#fff}.required{color:var(--color-accent);font-weight:700;margin-left:2px}.contact__services-checkboxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-top:12px;padding:24px;background:linear-gradient(135deg,#f7f1ebb3,#fdfbf9e6);border-radius:18px;border:2px solid rgba(28,26,22,.1);box-shadow:0 4px 20px #1c1a160d,inset 0 1px #fffc;transition:all .3s ease;position:relative;overflow:hidden}@media(min-width:480px){.contact__services-checkboxes{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.contact__services-checkboxes{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.contact__services-checkboxes:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--color-accent),transparent);opacity:0;transition:opacity .3s ease}.contact__form label:has(.contact__services-checkboxes):focus-within .contact__services-checkboxes{border-color:var(--color-accent);box-shadow:0 0 0 4px #c3a27c26,0 8px 30px #1c1a161a}.contact__form label:has(.contact__services-checkboxes):focus-within .contact__services-checkboxes:before{opacity:1}.contact__checkbox-label{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;cursor:pointer;padding:14px 16px;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500;font-size:.95rem;border:2px solid rgba(28,26,22,.08);background:#fff9;position:relative;overflow:hidden;white-space:nowrap;width:100%;box-sizing:border-box;flex-wrap:nowrap}.contact__checkbox-label>span{flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;min-width:0;max-width:100%;vertical-align:middle;line-height:1.4}.contact__checkbox-label:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.contact__checkbox-label:hover{background:#fffffff2;border-color:#c3a27c66;transform:translate(6px) translateY(-1px);box-shadow:0 4px 12px #1c1a1614}.contact__checkbox-label:hover:before{left:100%}.contact__checkbox-label input[type=checkbox]{width:22px;height:22px;min-width:22px;margin:0;cursor:pointer;accent-color:var(--color-accent);flex-shrink:0;flex-grow:0;border-radius:5px;transition:all .2s ease;border:2px solid rgba(28,26,22,.2);align-self:center;vertical-align:middle}.contact__checkbox-label input[type=checkbox]:hover{border-color:var(--color-accent);transform:scale(1.1)}.contact__checkbox-label input[type=checkbox]:checked{background-color:var(--color-accent);border-color:var(--color-accent);box-shadow:0 0 0 3px #c3a27c33}.contact__checkbox-label:has(input:checked){background:linear-gradient(135deg,#c3a27c26,#c3a27c14);border-color:var(--color-accent);font-weight:600;color:var(--color-ink);box-shadow:0 2px 8px #c3a27c33,inset 0 1px #ffffff4d;transform:translate(2px);display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.contact__checkbox-label:has(input:checked)>span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.contact__checkbox-label:has(input:checked)>span:after{content:" ✓";color:var(--color-accent);font-weight:700;font-size:1.1rem;opacity:.8;margin-left:4px;display:inline}.contact__consent-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:.9rem;color:var(--color-muted);padding:12px;border-radius:10px;background:#f7f1eb4d;border:1px solid rgba(28,26,22,.08);transition:all .2s ease;line-height:1.5}.contact__consent-label:hover{background:#f7f1eb80;border-color:#1c1a1626}.contact__consent-label input[type=checkbox]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:var(--color-accent);flex-shrink:0;border-radius:4px}.contact__consent-label:has(input:checked){background:#c3a27c1a;border-color:var(--color-accent)}.contact__form button{border:none;border-radius:var(--radius-pill);padding:16px 32px;background:linear-gradient(135deg,var(--color-ink),#2a2520);color:var(--color-bg);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #1c1a1633;position:relative;overflow:hidden;margin-top:8px}.contact__form button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.contact__form button:hover{background:linear-gradient(135deg,var(--color-accent),#b8946f);transform:translateY(-3px);box-shadow:0 8px 25px #c3a27c66}.contact__form button:hover:before{left:100%}.contact__form button:active{transform:translateY(-1px);box-shadow:0 4px 15px #c3a27c4d}.contact__form button:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact__form button:disabled:hover{background:linear-gradient(135deg,var(--color-ink),#2a2520);transform:none;box-shadow:0 4px 15px #1c1a1633}.contact__form input:disabled,.contact__form textarea:disabled,.contact__form select:disabled{opacity:.6;cursor:not-allowed;background:#1c1a160d}.contact__form textarea{resize:vertical;min-height:120px;line-height:1.6;font-family:inherit}.site-footer{position:relative;padding:48px clamp(16px,5vw,80px);width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;background:linear-gradient(to bottom,#fdfbf9bf,#f7f1ebd9),url(/media/why_vitals.jpg);background-size:cover;background-position:center;background-attachment:fixed;color:var(--color-ink);overflow:hidden}.site-footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:48px;align-items:start;position:relative;z-index:1}.site-footer__content>div{padding-right:24px}.site-footer__content>div:last-of-type{padding-right:0}.site-footer nav{display:flex;flex-direction:column;gap:12px;padding-left:8px}.site-footer nav .nav-link{font-weight:700}.site-footer__contact-info{display:flex;flex-direction:column;gap:20px}.site-footer__contact-item{display:flex;flex-direction:column;gap:8px}.site-footer__link{font-weight:600;display:inline-flex;gap:10px;align-items:center;color:var(--color-ink);transition:opacity .3s ease,transform .3s ease;text-decoration:none}.site-footer__link:hover{opacity:.85;transform:translate(4px)}.site-footer__icon{flex-shrink:0;width:20px;height:20px;color:var(--color-accent);transition:transform .3s ease}.site-footer__link:hover .site-footer__icon{transform:scale(1.1)}.site-footer__label{font-size:.8rem;text-transform:uppercase;letter-spacing:.2em;margin-bottom:6px;color:var(--color-muted)}.site-footer__legal{margin:0;color:var(--color-muted);font-size:.85rem;grid-column:1 / -1;text-align:center;padding-top:24px;border-top:1px solid rgba(28,26,22,.15)}.services-modal{position:fixed;inset:0;background:#1c1a16d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;overflow-y:auto}.services-modal--open{opacity:1;visibility:visible}.services-modal__content{background:var(--color-bg);border-radius:var(--radius-card);max-width:1200px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:40px;box-shadow:0 40px 100px #1c1a1666;transform:scale(.9);transition:transform .3s ease}.services-modal--open .services-modal__content{transform:scale(1)}.services-modal__close{position:absolute;top:20px;right:20px;width:40px;height:40px;border:none;background:#1c1a161a;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-ink);transition:all .2s ease;z-index:10}.services-modal__close:hover{background:var(--color-ink);color:var(--color-bg);transform:rotate(90deg)}.services-modal__header{text-align:center;margin-bottom:40px;padding-bottom:24px;border-bottom:2px solid rgba(28,26,22,.1)}.services-modal__header h2{font-family:Lora,serif;font-size:clamp(2rem,4vw,3rem);margin:0 0 12px;color:var(--color-ink)}.services-modal__header p{color:var(--color-muted);font-size:1.1rem;margin:0}.services-modal__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-bottom:40px}.services-modal__item{background:#fff;border-radius:20px;overflow:hidden;border:1px solid rgba(28,26,22,.08);box-shadow:0 4px 20px #1c1a160f;transition:transform .3s ease,box-shadow .3s ease;max-width:800px;margin:0 auto}.services-modal__item:hover{transform:translateY(-4px);box-shadow:0 8px 30px #1c1a161f}.services-modal__item-image{width:100%;height:300px;overflow:hidden;background:var(--color-sand)}.services-modal__item-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.services-modal__item-content{padding:32px;display:flex;flex-direction:column;gap:24px;overflow-y:auto;flex:1;min-height:0;background:#ffffff4d;border-radius:0 0 20px 20px}.services-modal__item-content h3{font-family:Lora,serif;font-size:1.5rem;margin:0 0 8px;color:var(--color-ink)}.services-modal__item-meta{display:flex;gap:16px;margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid rgba(28,26,22,.1);flex-wrap:wrap}.services-modal__item-duration-badge{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#c3a27c1a;border-radius:12px;font-size:.9rem;font-weight:600;color:var(--color-accent);border:1px solid rgba(195,162,124,.2)}.services-modal__item-duration-icon{font-size:1.1rem}.services-modal__item-price-badge{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 20px;background:linear-gradient(135deg,#c3a27c26,#c3a27c0d);border-radius:12px;border:2px solid var(--color-accent);box-shadow:0 4px 12px #c3a27c33}.services-modal__item-price-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted);font-weight:500}.services-modal__item-price-value{font-size:1.3rem;font-weight:700;color:var(--color-accent);font-family:Montserrat,sans-serif}.services-modal__item-duration{font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);font-weight:600;margin:0}.services-modal__item-description{color:var(--color-ink);line-height:1.7;margin:0;font-size:1rem;font-weight:400;display:flex;flex-direction:column;gap:24px}.services-modal__description-section{margin-bottom:32px;padding:20px;background:#fff9;border-radius:12px;border-left:4px solid var(--color-accent)}.services-modal__description-header{font-family:Lora,serif;font-size:1.4rem;font-weight:600;color:var(--color-ink);margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid var(--color-accent);display:flex;align-items:center;gap:8px}.services-modal__description-header:before{content:"▸";color:var(--color-accent);font-size:1.2rem}.services-modal__description-text{color:var(--color-ink);line-height:1.8;margin:0;font-size:1.05rem;font-weight:400}.services-modal__package{background:linear-gradient(135deg,#ffffff 0%,rgba(255,255,255,.95) 50%,var(--color-sand) 100%);border-radius:24px;padding:32px;margin:36px 0;border:2px solid rgba(195,162,124,.25);box-shadow:0 10px 30px #1c1a161a,0 4px 12px #c3a27c14;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow-x:hidden;overflow-y:visible;min-width:0;min-height:200px;width:100%;max-width:100%;box-sizing:border-box}.services-modal__package:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--color-accent) 0%,rgba(195,162,124,.8) 50%,var(--color-accent) 100%);box-shadow:0 2px 8px #c3a27c4d}.services-modal__package:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(195,162,124,.05) 0%,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none}.services-modal__package:hover{transform:translateY(-4px);box-shadow:0 16px 40px #1c1a1626,0 8px 20px #c3a27c1f;border-color:#c3a27c66}.services-modal__package:hover:after{opacity:1}.services-modal__package-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:24px;padding-bottom:20px;border-bottom:2px solid rgba(195,162,124,.15);min-width:0;width:100%;box-sizing:border-box}.services-modal__package-title-wrapper{flex:1;min-width:0;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.services-modal__package-name{font-family:Lora,serif;font-size:1.65rem;font-weight:700;color:var(--color-ink);margin:0 0 14px;line-height:1.3;letter-spacing:-.02em;background:linear-gradient(135deg,var(--color-ink) 0%,rgba(28,26,22,.8) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.services-modal__package-overview{color:var(--color-ink);line-height:1.8;margin:12px 0 0;font-size:1.05rem;font-style:italic;opacity:.9;padding:12px 16px;background:#fff9;border-radius:8px;border-left:3px solid var(--color-accent)}.services-modal__package-starts-at{font-size:.9rem;font-weight:600;color:var(--color-accent);background:#c3a27c1a;padding:6px 12px;border-radius:8px;display:inline-block;margin-top:8px;border:1px solid rgba(195,162,124,.2)}.services-modal__package-price-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:8px;padding:20px 24px;background:linear-gradient(135deg,#c3a27c40,#c3a27c26);border-radius:16px;border:2px solid var(--color-accent);min-width:180px;max-width:100%;flex-shrink:0;box-shadow:0 6px 16px #c3a27c33,inset 0 1px #ffffff4d;overflow:visible;word-break:break-word;overflow-wrap:break-word;white-space:normal;transition:all .3s ease;position:relative;box-sizing:border-box}.services-modal__package-price-wrapper:before{content:"";position:absolute;inset:0;border-radius:14px;padding:2px;background:linear-gradient(135deg,#c3a27c66,#c3a27c33);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}.services-modal__package:hover .services-modal__package-price-wrapper{transform:scale(1.02);box-shadow:0 8px 20px #c3a27c40,inset 0 1px #fff6}.services-modal__package-price-current{font-size:2rem;font-weight:800;color:var(--color-accent);font-family:Montserrat,sans-serif;line-height:1.1;word-break:break-word;overflow-wrap:break-word;white-space:normal;text-align:right;text-shadow:0 2px 4px rgba(195,162,124,.2);letter-spacing:-.02em;max-width:100%;min-width:0;box-sizing:border-box}.services-modal__package-price-original{font-size:1rem;font-weight:500;color:var(--color-muted);text-decoration:line-through;opacity:.7}.services-modal__package-price-savings{font-size:.75rem;font-weight:600;color:#22c55e;background:#22c55e1a;padding:4px 8px;border-radius:6px;margin-top:4px;text-transform:uppercase;letter-spacing:.05em}.services-modal__package-includes{margin-top:28px;padding-top:28px;padding-bottom:20px;border-top:2px solid rgba(28,26,22,.12);background:linear-gradient(to bottom,transparent 0%,rgba(195,162,124,.05) 100%);border-radius:0 0 16px 16px;min-width:0;width:100%;min-height:120px;box-sizing:border-box;overflow:visible}.services-modal__package-includes-title{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:700;color:var(--color-ink);margin:0 0 20px;display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:2px solid rgba(195,162,124,.2)}.services-modal__package-includes-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--color-accent);color:#fff;border-radius:50%;font-size:.9rem;font-weight:700}.services-modal__package-includes ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px;min-height:60px}.services-modal__package-includes li{color:var(--color-ink);position:relative;font-size:1.1rem;line-height:1.8;background:linear-gradient(135deg,#fffffff2,#fffc);border-radius:12px;padding:14px 20px 14px 48px;transition:all .3s ease;border:1px solid rgba(195,162,124,.15);margin-bottom:4px;min-height:48px;display:flex;align-items:center}.services-modal__package-includes li:hover{background:linear-gradient(135deg,#fff,#fffffff2);transform:translate(4px);box-shadow:0 4px 12px #c3a27c26;border-color:#c3a27c40}.services-modal__package-includes li:before{content:"✓";position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#22c55e;font-weight:700;font-size:1.2rem;background:#22c55e33;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #22c55e33}.services-modal__package-pricing{margin-top:28px;padding-top:28px;padding-bottom:20px;border-top:2px solid rgba(28,26,22,.12);background:linear-gradient(to bottom,transparent 0%,rgba(195,162,124,.05) 100%);border-radius:0 0 16px 16px;min-width:0;width:100%;min-height:100px;box-sizing:border-box;overflow:visible}.services-modal__package-pricing-title{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:var(--color-ink);margin:0 0 20px;display:flex;align-items:center;gap:8px}.services-modal__package-pricing-title:before{content:"💰";font-size:1.3rem}.services-modal__package-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.services-modal__package-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:16px}.services-modal__package-service-item{background:linear-gradient(135deg,#fffffffa,#ffffffd9);border-radius:14px;padding:22px;border:2px solid rgba(195,162,124,.3);transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:10px;position:relative;overflow:visible;min-width:0;box-shadow:0 4px 12px #1c1a160f}.services-modal__package-service-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--color-accent)}.services-modal__package-service-item:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 10px 24px #c3a27c40,0 4px 12px #1c1a161a;border-color:var(--color-accent);background:linear-gradient(135deg,#fff,#fffffff2)}.services-modal__package-service-name{font-size:1.05rem;font-weight:600;color:var(--color-ink);line-height:1.4;margin-bottom:4px}.services-modal__package-service-duration{font-size:.85rem;color:var(--color-muted);font-weight:500;font-style:italic}.services-modal__package-service-price{font-size:1.6rem;font-weight:700;color:var(--color-accent);font-family:Montserrat,sans-serif;line-height:1.2;margin-top:8px;padding-top:8px;border-top:1px solid rgba(28,26,22,.1);word-break:break-word;overflow-wrap:break-word;white-space:normal}.services-modal__package-pricing-item{background:linear-gradient(135deg,#ffffffe6,#fff9);border-radius:12px;padding:20px;border:2px solid rgba(195,162,124,.3);transition:all .3s ease;display:flex;flex-direction:column;gap:12px;min-width:0;overflow:visible}.services-modal__package-pricing-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px #c3a27c33;border-color:var(--color-accent)}.services-modal__package-pricing-label{font-size:.95rem;color:var(--color-muted);font-weight:500;line-height:1.5}.services-modal__package-pricing-value{font-size:1.5rem;font-weight:700;color:var(--color-accent);font-family:Montserrat,sans-serif;line-height:1.2;word-break:break-word;overflow-wrap:break-word;white-space:normal}.services-modal__program-notes{margin-top:40px;padding:28px;background:linear-gradient(135deg,#c3a27c1a,#c3a27c0d);border-radius:16px;border-left:4px solid var(--color-accent);box-shadow:0 4px 16px #1c1a1614}.services-modal__program-notes-title{font-family:Lora,serif;font-size:1.5rem;font-weight:700;color:var(--color-ink);margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid var(--color-accent);display:flex;align-items:center;gap:10px}.services-modal__program-notes-title:before{content:"📋";font-size:1.4rem}.services-modal__program-notes-list{display:flex;flex-direction:column;gap:20px}.services-modal__program-note-item{background:#fffc;border-radius:12px;padding:20px;border:1px solid rgba(28,26,22,.1)}.services-modal__program-note-title{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:var(--color-accent);margin:0 0 12px;display:flex;align-items:center;gap:8px}.services-modal__program-note-title:before{content:"▸";color:var(--color-accent);font-size:1.2rem}.services-modal__program-note-content{color:var(--color-ink);line-height:1.7;margin:0;font-size:1rem}.services-modal__item-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:32px;padding-top:32px;border-top:2px solid rgba(28,26,22,.1)}.services-modal__item-features,.services-modal__item-benefits{display:flex;flex-direction:column;gap:16px;padding:20px;background:#ffffff80;border-radius:12px;border:1px solid rgba(28,26,22,.08)}.services-modal__item-details-title{font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:600;color:var(--color-ink);margin:0 0 16px;display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:2px solid var(--color-accent)}.services-modal__item-details-icon{font-size:1.3rem}.services-modal__item-features ul,.services-modal__item-benefits ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.services-modal__item-features li,.services-modal__item-benefits li{color:var(--color-ink);padding-left:32px;position:relative;font-size:1rem;line-height:1.7;margin-bottom:8px;padding-top:4px;padding-bottom:4px}.services-modal__item-features li:before{content:"✦";position:absolute;left:0;color:var(--color-accent);font-weight:700;font-size:1.1rem;top:4px}.services-modal__item-benefits li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700;font-size:1.2rem;top:2px;background:#22c55e1a;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center}.services-modal__item-price{font-weight:600;color:var(--color-ink);font-size:1rem;margin:0;padding-top:16px;border-top:1px solid rgba(28,26,22,.08)}@media(max-width:768px){.services-modal__item-meta{flex-direction:column}.services-modal__item-price-badge,.services-modal__item-duration-badge{width:100%}.services-modal__package-header{flex-direction:column;gap:16px}.services-modal__package-title-wrapper{width:100%;max-width:100%}.services-modal__package-price-wrapper{width:100%;max-width:100%;min-width:0;align-items:flex-start;padding:16px 20px}.services-modal__package-price-current{text-align:left;font-size:1.75rem}.services-modal__item-details-grid{grid-template-columns:1fr}.services-modal__description-section{padding:16px}.services-modal__package{padding:20px;margin:24px 0}.services-modal__package-name{font-size:1.4rem}.services-modal__package-pricing-grid{grid-template-columns:1fr}.services-modal__package-pricing-item{padding:16px}.services-modal__package-pricing-value{font-size:1.3rem}.services-modal__package-includes,.services-modal__package-pricing{margin-left:0;margin-right:0;padding-left:0;padding-right:0;width:100%}.services-modal__program-notes{padding:20px}.services-modal__program-note-item{padding:16px}.services-modal__package-services-grid{grid-template-columns:1fr}.services-modal__package-service-item{padding:16px}.services-modal__package-service-price{font-size:1.4rem}}.services-modal__footer{text-align:center;padding-top:32px;border-top:2px solid rgba(28,26,22,.1)}@media(max-width:768px){.services-modal__content{padding:24px 20px;max-height:95vh}.services-modal__grid{grid-template-columns:1fr;gap:24px}.services-modal__header{margin-bottom:32px}.services-modal__item-content{padding:20px;gap:16px}.services-modal__item-description{font-size:.95rem}}@media(max-width:944px){.site-header{flex-direction:row;padding:16px 20px;justify-content:space-between;width:100%;max-width:100%;box-sizing:border-box}.site-header .desktop-nav,.site-header .desktop-cta{display:none!important}.site-header nav.desktop-nav{display:none!important}.mobile-menu-button,.mobile-drawer{display:block}.hero{padding:40px 20px 20px;width:100%;max-width:100%;box-sizing:border-box}.site-footer{background-attachment:scroll}.site-footer__content{gap:24px}.site-footer__contact-info{gap:16px}.contact__channels{grid-template-columns:1fr;gap:20px}.contact__channel-item{padding:20px}.contact__icon-wrapper{width:70px;height:70px}.contact__icon{width:40px;height:40px}.hero__media-wrapper{width:100%}.hero__media{aspect-ratio:16 / 9;box-shadow:0 10px 20px #1c1a161a;border-radius:12px}.hero__overlay{position:static;margin-top:-20px;left:auto;right:auto;bottom:auto;transform:none;flex-direction:column;align-items:stretch;border-radius:12px;padding:14px 16px;min-width:auto;max-width:100%;width:100%;gap:10px;animation:slideUpMobile .8s ease-out .3s both}.hero__overlay-text h1{font-size:clamp(1.4rem,4vw,1.9rem);margin-bottom:6px}.hero__overlay-text .hero__eyebrow{font-size:.65rem;margin-bottom:4px}.hero__overlay-text .hero__description{font-size:.8rem;margin-bottom:10px;line-height:1.4}.hero__overlay .hero__actions{flex-direction:column;width:100%;gap:8px}.hero__overlay .hero__actions .button{width:100%;padding:10px 18px;font-size:.85rem}.contact{grid-template-columns:1fr}}@media(max-width:540px){.hero{padding:10px 12px 0}.hero__stats{flex-direction:column;gap:10px;width:100%}.hero__stats-card{padding:14px 16px;min-width:auto;width:100%}.hero__stats-value{font-size:1.3rem}.hero__stats-label{font-size:.8rem}.hero__actions{flex-direction:column;width:100%}.hero__actions .button{width:100%}.hero__media{aspect-ratio:16 / 9;box-shadow:0 8px 16px #1c1a1614;border-radius:10px}.hero__overlay{padding:12px 14px;gap:8px;min-width:auto;max-width:calc(100% - 24px);width:calc(100% - 24px);left:12px;right:12px;margin-top:-15px;border-radius:10px;box-shadow:0 4px 16px #1c1a161f;animation:slideUpMobile .8s ease-out .3s both}.hero__overlay-text{flex:1;min-width:0}.hero__overlay-text h1{font-size:clamp(1.2rem,5vw,1.6rem);margin-bottom:4px;line-height:1.2}.hero__overlay-text .hero__eyebrow{font-size:.6rem;margin-bottom:4px}.hero__overlay-text .hero__description{font-size:.75rem;margin-bottom:8px;line-height:1.3}.hero__overlay .hero__actions{flex-direction:column;width:100%;gap:6px;flex-shrink:0}.hero__overlay .hero__actions .button{width:100%;padding:10px 16px;font-size:.8rem}.hero__video-audio-toggle{top:10px;right:10px;width:36px;height:36px}.hero__video-audio-toggle svg{width:16px;height:16px}.section{padding:24px 12px;gap:16px}.section__grid{grid-template-columns:1fr;gap:16px}.section-heading h2{font-size:clamp(1.5rem,6vw,2rem)}.treatment-card{padding:18px}.treatment-card__image-wrapper{height:160px;margin:-18px -18px 16px}.treatment-card h3{font-size:1.15rem;margin:4px 0 6px}.treatment-card__eyebrow{font-size:.7rem}.treatment-card ul{font-size:.85rem;margin:10px 0}.treatment-card__price{font-size:1rem}.site-footer{padding:32px 16px}.site-footer__content{grid-template-columns:1fr;gap:20px}.contact__form{padding:24px 20px}.contact__channel-item{padding:16px}.contact__icon-wrapper{width:60px;height:60px}.contact__icon{width:36px;height:36px}}.logo{height:50px;width:auto;max-width:200px;object-fit:contain}.service-page{min-height:100vh;padding:40px 20px;background:var(--color-bg)}.service-page__container{max-width:1200px;margin:0 auto;width:100%}.service-page__header{text-align:center;margin-bottom:48px;padding-bottom:32px;border-bottom:2px solid rgba(28,26,22,.1)}.service-page__header h1{font-family:Lora,serif;font-size:clamp(2.5rem,5vw,4rem);margin:0 0 16px;color:var(--color-ink)}.service-page__header p{color:var(--color-muted);font-size:1.2rem;margin:0}.service-page__content{display:flex;flex-direction:column;gap:40px;margin-bottom:48px;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:clamp(16px,5vw,80px);padding-right:clamp(16px,5vw,80px)}.service-page__image{width:100%;height:400px;overflow:hidden;background:var(--color-sand);border-radius:20px;box-shadow:0 8px 32px #1c1a161a;position:relative;padding:0;margin:0}.service-page__image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.service-page__details{display:flex;flex-direction:column;gap:32px;height:fit-content;overflow:visible}.service-page__meta{display:flex;gap:20px;padding-bottom:24px;border-bottom:2px solid rgba(28,26,22,.1);flex-wrap:wrap}.service-page__duration-badge{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#c3a27c1a;border-radius:12px;font-size:1rem;font-weight:600;color:var(--color-accent);border:1px solid rgba(195,162,124,.2)}.service-page__duration-icon{font-size:1.2rem}.service-page__price-badge{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:14px 24px;background:linear-gradient(135deg,#c3a27c26,#c3a27c0d);border-radius:12px;border:2px solid var(--color-accent);box-shadow:0 4px 12px #c3a27c33}.service-page__price-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted);font-weight:500}.service-page__price-value{font-size:1.5rem;font-weight:700;color:var(--color-accent);font-family:Montserrat,sans-serif}.service-page__description{color:var(--color-ink);line-height:1.8;font-size:1.1rem;display:flex;flex-direction:column;gap:32px;height:fit-content;overflow:visible}.service-page__details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:40px;padding-top:40px;border-top:2px solid rgba(28,26,22,.1)}.service-page__features,.service-page__benefits{display:flex;flex-direction:column;gap:20px;padding:28px;background:#fff9;border-radius:16px;border:1px solid rgba(28,26,22,.08);box-shadow:0 4px 16px #1c1a160d}.service-page__details-title{font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:600;color:var(--color-ink);margin:0 0 20px;display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:2px solid var(--color-accent)}.service-page__details-icon{font-size:1.5rem}.service-page__features ul,.service-page__benefits ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.service-page__features li,.service-page__benefits li{color:var(--color-ink);padding-left:36px;position:relative;font-size:1.05rem;line-height:1.8;padding-top:6px;padding-bottom:6px}.service-page__features li:before{content:"✦";position:absolute;left:0;color:var(--color-accent);font-weight:700;font-size:1.2rem;top:6px}.service-page__benefits li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700;font-size:1.3rem;top:4px;background:#22c55e1a;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}.service-page__footer{text-align:center;padding-top:40px;border-top:2px solid rgba(28,26,22,.1)}.service-page--not-found{display:flex;align-items:center;justify-content:center;min-height:60vh}.service-page--not-found .service-page__container{text-align:center}.service-page--not-found h1{font-family:Lora,serif;font-size:2.5rem;margin:0 0 16px;color:var(--color-ink)}.service-page--not-found p{color:var(--color-muted);font-size:1.1rem;margin:0 0 32px}.service-page__description-section{margin-bottom:32px;padding:24px;background:#ffffffb3;border-radius:12px;border-left:4px solid var(--color-accent)}.service-page__description-header{font-family:Lora,serif;font-size:1.5rem;font-weight:600;color:var(--color-ink);margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid var(--color-accent);display:flex;align-items:center;gap:8px}.service-page__description-header:before{content:"▸";color:var(--color-accent);font-size:1.2rem}.service-page__description-text{color:var(--color-ink);line-height:1.8;margin:0;font-size:1.05rem;font-weight:400}.service-page .services-modal__package,.service-page .services-modal__program-notes{margin:32px 0;height:fit-content;overflow:visible;max-height:none}@media(max-width:1024px){.service-page__content{padding-left:clamp(16px,5vw,80px);padding-right:clamp(16px,5vw,80px)}}@media(max-width:768px){.service-page{padding:24px 16px}.service-page__header{margin-bottom:32px;padding-bottom:24px}.service-page__header h1{font-size:clamp(2rem,6vw,2.5rem)}.service-page__header p{font-size:1rem}.service-page__content{padding-left:16px;padding-right:16px;margin-bottom:0}.service-page__image{height:300px;border-radius:16px}.service-page__meta{flex-direction:column;gap:12px}.service-page__duration-badge,.service-page__price-badge{width:100%}.service-page__details-grid{grid-template-columns:1fr;gap:24px}.service-page__features,.service-page__benefits{padding:20px}.service-page__description{font-size:1rem;gap:24px}.service-page__description-section{padding:20px}}.services-page{min-height:100vh;padding:40px 20px;background:var(--color-bg)}.services-page__container{max-width:1400px;margin:0 auto;width:100%}.services-page__grid{display:grid;grid-template-columns:1fr;gap:40px;margin-top:48px}.services-page__service-card{position:relative;background:#fff;border-radius:28px;overflow:hidden;border:2px solid rgba(28,26,22,.08);box-shadow:0 10px 40px #0000001a,0 0 0 1px #ffffff0d inset;transition:all .5s cubic-bezier(.4,0,.2,1);display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:500px;scroll-margin-top:100px;opacity:0;transform:translateY(40px) scale(.95);animation:fadeInUpScale .7s cubic-bezier(.4,0,.2,1) forwards;isolation:isolate}.services-page__service-card--reversed{grid-template-columns:1fr 1fr}.services-page__service-card--reversed .services-page__service-image-wrapper{order:2}.services-page__service-card--reversed .services-page__service-content{order:1}.services-page__service-card:nth-child(1){animation-delay:.1s}.services-page__service-card:nth-child(2){animation-delay:.2s}.services-page__service-card:nth-child(3){animation-delay:.3s}.services-page__service-card:nth-child(4){animation-delay:.4s}.services-page__service-card:nth-child(5){animation-delay:.5s}.services-page__service-card:nth-child(6){animation-delay:.6s}.services-page__service-card:nth-child(7){animation-delay:.7s}.services-page__service-card:nth-child(8){animation-delay:.8s}.services-page__service-card:nth-child(9){animation-delay:.9s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.services-page__service-card:hover{transform:translateY(-6px);box-shadow:0 16px 64px #1c1a1629;border-color:var(--color-accent)}.services-page__service-card:hover .services-page__service-image{transform:scale(1.05)}.services-page__service-card:hover .services-page__service-content{transform:translateY(0)}.services-page__service-card--highlighted{animation:highlightService 2s ease-out;border-color:var(--color-accent);box-shadow:0 12px 48px #c3a27c4d}@keyframes highlightService{0%{border-color:var(--color-accent);box-shadow:0 12px 48px #c3a27c80;transform:scale(1.02)}50%{border-color:var(--color-accent);box-shadow:0 12px 48px #c3a27c4d}to{border-color:#1c1a1614;box-shadow:0 8px 32px #1c1a1614;transform:scale(1)}}.services-page__service-image-wrapper{position:relative;overflow:hidden;background:var(--color-sand);min-height:500px;width:100%;height:100%;padding:0;margin:0}.services-page__service-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1);min-height:500px}.services-page__service-card:nth-child(1) .services-page__service-image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(195,162,124,.15) 0%,transparent 100%);pointer-events:none;z-index:1}.services-page__service-card:nth-child(2) .services-page__service-image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(139,195,74,.15) 0%,transparent 100%);pointer-events:none;z-index:1}.services-page__service-card:nth-child(3) .services-page__service-image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(100,181,246,.15) 0%,transparent 100%);pointer-events:none;z-index:1}.services-page__service-card:nth-child(4) .services-page__service-image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(186,104,200,.15) 0%,transparent 100%);pointer-events:none;z-index:1}.services-page__service-card:nth-child(5) .services-page__service-image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,167,38,.15) 0%,transparent 100%);pointer-events:none;z-index:1}.services-page__service-card:nth-child(6) .services-page__service-image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(77,182,172,.15) 0%,transparent 100%);pointer-events:none;z-index:1}.services-page__service-card:nth-child(7) .services-page__service-image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(239,83,80,.15) 0%,transparent 100%);pointer-events:none;z-index:1}.services-page__service-card:nth-child(8) .services-page__service-image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(171,71,188,.15) 0%,transparent 100%);pointer-events:none;z-index:1}.services-page__service-card:nth-child(9) .services-page__service-image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,112,67,.15) 0%,transparent 100%);pointer-events:none;z-index:1}.services-page__service-content{position:relative;z-index:2;padding:48px 40px;display:flex;flex-direction:column;gap:24px;flex:1;justify-content:space-between;background:#fff;transition:all .4s cubic-bezier(.4,0,.2,1);overflow-y:auto}.services-page__service-content::-webkit-scrollbar{width:4px}.services-page__service-content::-webkit-scrollbar-track{background:#0000000d}.services-page__service-content::-webkit-scrollbar-thumb{background:var(--color-accent);border-radius:2px}.services-page__service-header h2{font-family:Lora,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);margin:0 0 12px;color:var(--color-ink);line-height:1.3;text-shadow:0 2px 12px rgba(255,255,255,.8),0 1px 4px rgba(0,0,0,.1);transition:transform .3s ease,color .3s ease;font-weight:700}.services-page__service-card:hover .services-page__service-header h2{transform:translate(4px);color:var(--color-ink)}.services-page__service-summary{color:var(--color-ink);font-size:1rem;line-height:1.6;margin:0 0 20px;font-style:italic;text-shadow:0 1px 6px rgba(255,255,255,.6);font-weight:500;opacity:.9}.services-page__service-meta{display:flex;gap:16px;padding-bottom:24px;border-bottom:2px solid rgba(28,26,22,.1);flex-wrap:wrap}.services-page__service-duration-badge{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;font-size:.85rem;font-weight:600;color:var(--color-ink);border:2px solid rgba(195,162,124,.3);transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.services-page__service-card:hover .services-page__service-duration-badge{background:#fff;transform:scale(1.05);border-color:var(--color-accent);box-shadow:0 6px 16px #00000026}.services-page__service-duration-icon{font-size:1.1rem}.services-page__service-price-badge{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 20px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:2px solid var(--color-accent);box-shadow:0 4px 16px #c3a27c33;transition:all .3s ease}.services-page__service-card:hover .services-page__service-price-badge{background:#fff;border-color:var(--color-accent);transform:scale(1.05);box-shadow:0 6px 24px #c3a27c4d}.services-page__service-price-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted);font-weight:500}.services-page__service-price-value{font-size:1.3rem;font-weight:700;color:var(--color-accent);font-family:Montserrat,sans-serif}.services-page__service-description{color:var(--color-ink);line-height:1.7;font-size:.95rem;display:flex;flex-direction:column;gap:16px;padding-right:8px;max-height:250px;overflow-y:auto;font-weight:400}.services-page__service-description::-webkit-scrollbar{width:4px}.services-page__service-description::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.services-page__service-description::-webkit-scrollbar-thumb{background:var(--color-accent);border-radius:3px}.services-page__service-description::-webkit-scrollbar-thumb:hover{background:#c3a27ccc}.services-page__service-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-top:24px;padding-top:24px;border-top:2px solid rgba(28,26,22,.1)}.services-page__service-features,.services-page__service-benefits{display:flex;flex-direction:column;gap:12px;padding:18px;background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:14px;border:2px solid rgba(255,255,255,.5);transition:all .3s ease;box-shadow:0 4px 12px #00000014}.services-page__service-card:hover .services-page__service-features,.services-page__service-card:hover .services-page__service-benefits{background:#fffffff2;border-color:#fffc;transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}.services-page__service-details-title{font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:600;color:var(--color-ink);margin:0 0 12px;display:flex;align-items:center;gap:8px;padding-bottom:10px;border-bottom:2px solid var(--color-accent)}.services-page__service-details-icon{font-size:1.3rem}.services-page__service-features ul,.services-page__service-benefits ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.services-page__service-features li,.services-page__service-benefits li{color:var(--color-ink);padding-left:28px;position:relative;font-size:.9rem;line-height:1.6;padding-top:4px;padding-bottom:4px;font-weight:400}.services-page__service-features li:before{content:"✦";position:absolute;left:0;color:var(--color-accent);font-weight:700;font-size:1rem;top:4px;text-shadow:0 0 8px rgba(195,162,124,.5)}.services-page__service-benefits li:before{content:"✓";position:absolute;left:0;color:#4ade80;font-weight:700;font-size:1.1rem;top:2px;background:#4ade8033;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-shadow:0 0 6px rgba(74,222,128,.5)}.services-page__service-footer{margin-top:auto;padding-top:20px;border-top:2px solid rgba(255,255,255,.4);transition:all .3s ease}.services-page__service-card:hover .services-page__service-footer{border-color:#fff9}.services-page__service-description .services-modal__description-section{margin-bottom:16px;padding:18px;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border-left:4px solid var(--color-accent);transition:all .3s ease;box-shadow:0 2px 8px #00000014}.services-page__service-card:hover .services-page__service-description .services-modal__description-section{background:#fffffff2;transform:translate(4px);box-shadow:0 4px 12px #0000001f}.services-page__service-description .services-modal__description-header{font-family:Lora,serif;font-size:1.15rem;font-weight:600;color:var(--color-ink);margin:0 0 12px;padding-bottom:10px;border-bottom:2px solid var(--color-accent)}.services-page__service-description .services-modal__description-text{color:var(--color-ink);line-height:1.7;margin:0;font-size:.95rem;font-weight:400}.services-page__service-description .services-modal__package{margin:16px 0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.6);transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.services-page__service-card:hover .services-page__service-description .services-modal__package{background:#fff;border-color:#fffc;box-shadow:0 6px 16px #00000026}.services-page__service-description .services-modal__package-name{color:var(--color-ink)}.services-page__service-description .services-modal__package-overview{color:var(--color-ink);opacity:.85}.services-page__service-description .services-modal__package-price-current,.services-page__service-description .services-modal__package-pricing-value,.services-page__service-description .services-modal__package-service-price{color:var(--color-accent)}@media(max-width:1200px){.services-page__service-card{grid-template-columns:45% 55%;min-height:480px}.services-page__service-image-wrapper,.services-page__service-image{min-height:480px;width:100%}}@media(max-width:968px){.services-page__service-card{grid-template-columns:1fr;min-height:auto}.services-page__service-card--reversed .services-page__service-image-wrapper{order:1}.services-page__service-card--reversed .services-page__service-content{order:2}.services-page__service-image-wrapper{min-height:350px;width:100%;order:1}.services-page__service-image{min-height:350px;width:100%}.services-page__service-content{padding:32px 24px;order:2}}@media(max-width:768px){.services-page{padding:24px 16px}.services-page__grid{grid-template-columns:1fr;gap:32px;margin-top:32px}.services-page__service-card{grid-template-columns:1fr;border-radius:20px;min-height:auto}.services-page__service-card--reversed .services-page__service-image-wrapper{order:1}.services-page__service-card--reversed .services-page__service-content{order:2}.services-page__service-image-wrapper{min-height:300px;width:100%;order:1}.services-page__service-image{min-height:300px;width:100%}.services-page__service-content{padding:28px 20px;gap:20px;order:2}.services-page__service-header h2{font-size:clamp(1.4rem,5vw,1.8rem)}.services-page__service-summary{font-size:.95rem}.services-page__service-meta{flex-direction:column;gap:10px}.services-page__service-duration-badge,.services-page__service-price-badge{width:100%}.services-page__service-description{font-size:.9rem;max-height:180px}.services-page__service-details-grid{grid-template-columns:1fr;gap:16px}.services-page__service-features,.services-page__service-benefits{padding:14px}}.scroll-to-top{position:fixed;bottom:32px;right:32px;width:50px;height:50px;border-radius:50%;background:var(--color-accent);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #c3a27c4d;opacity:0;visibility:hidden;transform:translateY(20px) scale(.8);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;padding:0}.scroll-to-top--visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.scroll-to-top:hover{background:#b8946f;transform:translateY(-4px) scale(1.05);box-shadow:0 8px 24px #c3a27c66}.scroll-to-top:active{transform:translateY(-2px) scale(1)}.scroll-to-top svg{width:24px;height:24px;transition:transform .3s ease}.scroll-to-top:hover svg{transform:translateY(-2px)}@media(max-width:768px){.scroll-to-top{bottom:24px;right:24px;width:48px;height:48px}.scroll-to-top svg{width:20px;height:20px}}@media(max-width:480px){.scroll-to-top{bottom:20px;right:20px;width:44px;height:44px}}
