@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Outfit:wght@300;400;500;600&display=swap";:root{--color-clay:#cfc2ac;--color-olive:#64563b;--color-sand:#c2b280;--color-cocoa:#7b3f00;--color-terracotta:#ba8b68;--color-white:#fff;--color-off-white:#faf9f6;--color-dark:#222;--color-text-main:#333;--color-text-light:#555;--font-heading:"Playfair Display", serif;--font-body:"Outfit", sans-serif;font-family:var(--font-body);color:var(--color-text-main);background-color:var(--color-off-white);line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}body{width:100vw;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-olive);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.section{padding:5rem 0}.btn{background-color:var(--color-cocoa);color:var(--color-white);font-family:var(--font-body);cursor:pointer;border:none;border-radius:4px;padding:.8rem 2rem;font-size:1rem;font-weight:500;transition:all .3s;display:inline-block}.btn:hover{background-color:var(--color-olive);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-outline{color:var(--color-cocoa);border:1px solid var(--color-cocoa);background-color:#0000}.btn-outline:hover{background-color:var(--color-cocoa);color:var(--color-white)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s forwards fadeIn}.glass-panel{-webkit-backdrop-filter:blur(10px);background:#ffffffd9;border:1px solid #ffffff4d;box-shadow:0 8px 32px #0000000d}.navbar{background-color:var(--color-white);z-index:1000;position:sticky;top:0;box-shadow:0 4px 20px #0000000d}.navbar-container{justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.navbar-logo{border-radius:4px;width:auto;height:60px}.navbar-links{align-items:center;gap:2rem;list-style:none;display:flex}.navbar-links a{color:var(--color-olive);padding:.2rem 0;font-size:1.05rem;font-weight:500;transition:all .3s;position:relative}.navbar-links a:hover,.navbar-links a.active-link{color:var(--color-terracotta)}.navbar-links a.active-link:after{content:"";background-color:var(--color-terracotta);border-radius:2px;width:100%;height:2px;position:absolute;bottom:-4px;left:0}.nav-cta-container{margin-left:.5rem}.navbar-btn{background-color:var(--color-terracotta);color:var(--color-white);border:none;border-radius:30px;padding:.6rem 1.6rem;font-weight:600;box-shadow:0 4px 10px #ba8b684d}.navbar-btn:hover{background-color:var(--color-cocoa);box-shadow:0 6px 15px #7b3f0066}.hamburger{cursor:pointer;display:none}.bar{background-color:var(--color-olive);width:25px;height:3px;margin:5px auto;transition:all .3s ease-in-out;display:block}@media (width<=900px){.hamburger{display:block}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.navbar-links{background-color:var(--color-white);text-align:center;flex-direction:column;gap:0;width:100%;padding:2rem 0;transition:all .3s;position:absolute;top:80px;left:-100%;box-shadow:0 10px 20px #0000000d}.navbar-links.active{left:0}.navbar-links li{margin:1.5rem 0}}.home-page{width:100%}.hero-section{background:linear-gradient(135deg, var(--color-clay) 0%, var(--color-sand) 50%, var(--color-terracotta) 100%);background-size:200% 200%;justify-content:center;align-items:center;min-height:85vh;padding:4rem 1.5rem;animation:15s infinite gradientFlow;display:flex;position:relative;overflow:hidden}@keyframes gradientFlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hero-overlay{z-index:1;background:#faf9f666;width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{z-index:2;justify-content:center;width:100%;display:flex;position:relative}.hero-card{text-align:center;border-radius:20px;width:100%;max-width:800px;padding:4rem 3rem;box-shadow:0 15px 35px #00000014}.hero-tag{font-family:var(--font-body);letter-spacing:.15em;color:var(--color-olive);background-color:#ffffff80;border:1px solid #ffffff4d;border-radius:30px;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-block}.hero-title{color:var(--color-cocoa);margin-bottom:1.5rem;font-size:clamp(2.5rem,5.5vw,4rem);line-height:1.15}.hero-subtitle{color:var(--color-olive);max-width:650px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:400}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.btn-hero{background-color:var(--color-cocoa);color:var(--color-white);border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.165,.84,.44,1)}.btn-hero:hover{background-color:var(--color-olive);transform:translateY(-3px);box-shadow:0 10px 20px #00000026}.btn-hero-secondary{border:2px solid var(--color-olive);color:var(--color-olive);background-color:#0000;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.165,.84,.44,1)}.btn-hero-secondary:hover{background-color:var(--color-olive);color:var(--color-white);transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.support-section{background-color:var(--color-off-white)}.section-header{margin-bottom:3.5rem}.section-title{color:var(--color-olive);margin-bottom:.8rem;font-size:clamp(2rem,4vw,2.8rem)}.section-subtitle{color:var(--color-text-light);font-size:1.15rem;font-family:var(--font-body)}.pathways-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.pathway-card{background:var(--color-white);text-align:left;border:1px solid #00000005;border-radius:20px;flex-direction:column;height:100%;padding:3.5rem 2.2rem 2.8rem;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 10px 30px #0000000a}.pathway-card:hover{border-color:#ba8b6833;transform:translateY(-8px);box-shadow:0 20px 40px #64563b14}.pathway-card:active{transition:all .1s;transform:translateY(-2px)scale(.96);box-shadow:0 5px 15px #64563b0a}.pathway-icon{margin-bottom:2rem;font-size:2.8rem;line-height:1}.pathway-title{font-family:var(--font-heading);color:var(--color-olive);margin-bottom:1.2rem;font-size:1.55rem;font-weight:600;line-height:1.35}.pathway-desc{color:var(--color-text-light);flex-grow:1;margin-bottom:2.2rem;font-size:.98rem;line-height:1.65}.pathway-link{font-family:var(--font-body);color:var(--color-terracotta);align-items:center;gap:.5rem;margin-top:auto;font-size:1.02rem;font-weight:600;transition:all .3s;display:inline-flex}.pathway-link:hover{color:var(--color-cocoa);gap:.8rem}.reviews-section{background-color:#f3f0ea}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.testimonial-card{background-color:var(--color-white);border-left:4px solid var(--color-clay);border-radius:16px;flex-direction:column;justify-content:space-between;padding:2.5rem 2.2rem;display:flex;box-shadow:0 8px 25px #00000008}.testimonial-quote{color:var(--color-text-main);margin-bottom:1.5rem;font-size:1.1rem;font-style:italic;line-height:1.6}.testimonial-author{color:var(--color-olive);font-size:1.05rem;font-weight:600}.testimonial-title{color:var(--color-text-light);font-size:.88rem}.locations-snapshot-section{background-color:var(--color-off-white)}.locations-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.location-snapshot-card{text-align:center;border-radius:16px;padding:2.2rem 1.8rem;transition:all .3s}.location-snapshot-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000000f}.loc-badge{text-transform:uppercase;color:var(--color-cocoa);letter-spacing:.05rem;background-color:#7b3f0014;border-radius:20px;margin-bottom:1.2rem;padding:.3rem .8rem;font-size:.75rem;font-weight:600;display:inline-block}.loc-name{color:var(--color-olive);margin-bottom:.5rem;font-size:1.4rem;line-height:1.2}.loc-tag{color:var(--color-terracotta);margin-bottom:1.8rem;font-size:.9rem;font-style:italic}.loc-btn{border-radius:30px;width:100%;padding:.7rem 1.2rem;font-size:.95rem}.community-section{background:linear-gradient(#64563b0d,#64563b0d),#faf9f6 url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"60\" height=\"60\" viewBox=\"0 0 60 60\"><circle cx=\"30\" cy=\"30\" r=\"1\" fill=\"rgba(100,86,59,0.15)\"/></svg>");border-top:1px solid #64563b1a;border-bottom:1px solid #64563b1a}.community-container{max-width:1000px}.community-intro-text{color:var(--color-text-main);text-align:center;max-width:750px;margin:1.5rem auto 3rem;font-size:1.2rem;line-height:1.7}.community-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.community-card{background-color:#fffffff2;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 6px 20px #00000005}.community-card-title{color:var(--color-cocoa);margin-bottom:1rem;font-size:1.5rem}.community-card-desc{color:var(--color-text-light);font-size:.98rem;line-height:1.6}.faq-preview-section{background-color:var(--color-olive);color:var(--color-white);padding:6rem 1.5rem}.faq-preview-section .section-title{color:var(--color-clay);margin-bottom:1rem}.faq-preview-text{color:#ffffffe6;max-width:650px;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.7}.btn-faq-link{background-color:var(--color-white);color:var(--color-olive);border-radius:50px;padding:.9rem 2.5rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #0000001a}.btn-faq-link:hover{background-color:var(--color-clay);color:var(--color-olive);transform:translateY(-2px)}@media (width<=768px){.hero-card{padding:2.5rem 1.5rem}.hero-actions{flex-direction:column;width:100%}.btn-hero,.btn-hero-secondary{text-align:center;width:100%}}.about-page{width:100%}.about-hero{background:linear-gradient(#64563b0a, #64563b0a), var(--color-off-white);border-bottom:1px solid #64563b14;padding:6rem 1.5rem 4rem}.about-hero-title{color:var(--color-olive);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.8rem)}.about-hero-subtitle{color:var(--color-text-light);max-width:700px;margin:0 auto;font-size:clamp(1.1rem,2vw,1.4rem)}.about-section{padding:6rem 0}.philosophy-section{background-color:var(--color-white)}.practitioner-section{background-color:var(--color-off-white)}.mission-section{background-color:#f6f3ed}.approach-section{background-color:var(--color-white)}.about-grid-2{grid-template-columns:1fr 1.1fr;align-items:center;gap:4rem;display:grid}@media (width<=900px){.about-grid-2{grid-template-columns:1fr;gap:3rem}.reverse-tablet{direction:ltr}.reverse-tablet>:first-child{order:2}.reverse-tablet>:last-child{order:1}}.section-tag{letter-spacing:.15em;color:var(--color-terracotta);text-transform:uppercase;margin-bottom:.8rem;font-size:.8rem;font-weight:700;display:inline-block}.about-p{color:var(--color-text-light);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.harmony-list{flex-direction:column;gap:1.2rem;display:flex}.harmony-item{background-color:var(--color-white);border-radius:12px;align-items:center;gap:1.5rem;padding:1.2rem 1.5rem;transition:all .3s;display:flex}.harmony-item:hover{transform:translate(5px);box-shadow:0 8px 20px #64563b0d}.harmony-letter-badge{background-color:var(--color-olive);width:45px;height:45px;color:var(--color-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.harmony-text h4{color:var(--color-olive);margin-bottom:.2rem;font-size:1.1rem}.harmony-text p{color:var(--color-text-light);font-size:.92rem;line-height:1.4}.practitioner-subtitle{font-family:var(--font-body);color:var(--color-terracotta);margin-bottom:1.5rem;font-size:1.2rem;font-weight:500}.founder-gallery{flex-direction:column;align-items:center;width:100%;max-width:480px;margin:0 auto;display:flex}.gallery-slider{background-color:var(--color-white);border:1px solid #fff9;border-radius:16px;align-items:center;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000014}.slider-image-container{aspect-ratio:4/5;justify-content:center;align-items:center;width:100%;display:flex}.slider-img{object-fit:cover;width:100%;height:100%}.slider-btn{color:var(--color-olive);cursor:pointer;z-index:2;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.4rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 10px #0000001a}.slider-btn.prev{left:15px}.slider-btn.next{right:15px}.slider-btn:hover{background:var(--color-olive);color:var(--color-white)}.slider-indicators{gap:.6rem;margin-top:1.2rem;display:flex}.indicator{background-color:var(--color-clay);cursor:pointer;opacity:.5;border-radius:50%;width:12px;height:12px;transition:all .3s}.indicator.active{background-color:var(--color-olive);opacity:1;transform:scale(1.2)}.mission-container{max-width:900px;margin:0 auto}.mission-statement{font-family:var(--font-heading);color:var(--color-olive);border-left:3px solid var(--color-terracotta);border-right:3px solid var(--color-terracotta);margin:2rem 0 4rem;padding:0 1.5rem;font-size:clamp(1.3rem,2.5vw,1.8rem);font-style:italic;line-height:1.6}.values-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:3rem;display:grid}.value-card{text-align:left;background-color:var(--color-white);border:1px solid #fff6;border-radius:16px;padding:2.2rem 2rem}.value-card h3{color:var(--color-cocoa);margin-bottom:.8rem;font-size:1.3rem}.value-card p{color:var(--color-text-light);font-size:.95rem;line-height:1.6}.max-w-center{max-width:700px;margin:0 auto 4rem}.approach-steps{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.approach-step{border-radius:16px;padding:2.5rem 2rem;transition:all .3s;position:relative}.approach-step:hover{transform:translateY(-5px);box-shadow:0 12px 30px #64563b0d}.step-num{color:#ba8b6833;font-size:3.5rem;font-weight:700;font-family:var(--font-heading);line-height:1;position:absolute;top:1.5rem;right:2rem}.approach-step h3{color:var(--color-olive);z-index:2;margin-bottom:1rem;font-size:1.35rem;position:relative}.approach-step p{color:var(--color-text-light);z-index:2;font-size:.98rem;line-height:1.6;position:relative}.about-cta-section{background-color:var(--color-olive);color:var(--color-white);padding:6rem 1.5rem}.about-cta-section h2{color:var(--color-clay);margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.8rem)}.about-cta-section p{opacity:.9;margin-bottom:2.5rem;font-size:1.2rem}.btn-about-cta{background-color:var(--color-white);color:var(--color-olive);border-radius:50px;padding:1rem 2.8rem;font-size:1.1rem;font-weight:600;transition:all .3s}.btn-about-cta:hover{background-color:var(--color-clay);color:var(--color-olive);transform:translateY(-2px);box-shadow:0 10px 20px #00000026}.services-page{width:100%}.services-intro{background:linear-gradient(#64563b0a, #64563b0a), var(--color-off-white);border-bottom:1px solid #64563b14;padding:6rem 1.5rem 3rem}.services-hero-title{color:var(--color-olive);margin-bottom:1rem;font-size:clamp(2.2rem,4.5vw,3.5rem)}.services-hero-subtitle{color:var(--color-text-light);max-width:800px;margin:0 auto;font-size:clamp(1.05rem,2vw,1.25rem)}.pathway-navigator-section{background-color:var(--color-white);padding:4rem 1.5rem}.tabs-header{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1200px;margin:0 auto 3.5rem;display:grid}.tab-btn{background:var(--color-white);cursor:pointer;text-align:left;border:1px solid #00000005;border-radius:20px;outline:none;flex-direction:column;align-items:flex-start;height:100%;padding:3.5rem 2.2rem 2.8rem;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 10px 30px #0000000a}.tab-btn:hover{border-color:#ba8b6833;transform:translateY(-8px);box-shadow:0 20px 40px #64563b14}.tab-btn.active{border-color:var(--color-terracotta);background-color:#ba8b6805;transform:translateY(-4px);box-shadow:0 15px 35px #ba8b681f}.tab-btn:active{transition:all .1s;transform:translateY(-1px)scale(.96);box-shadow:0 5px 15px #64563b0a}.tab-emoji{margin-bottom:2rem;font-size:2.8rem;line-height:1}.tab-title-text{font-family:var(--font-heading);color:var(--color-olive);margin-bottom:1.2rem;font-size:1.55rem;font-weight:600;line-height:1.35}.tab-btn.active .tab-title-text{color:var(--color-cocoa)}.tab-desc-text{font-family:var(--font-body);color:var(--color-text-light);flex-grow:1;margin-bottom:2.2rem;font-size:.98rem;line-height:1.65}.tab-action-link{font-family:var(--font-body);color:var(--color-terracotta);align-items:center;margin-top:auto;font-size:1.02rem;font-weight:600;transition:color .3s;display:inline-flex}.tab-btn:hover .tab-action-link{color:var(--color-cocoa)}.tab-btn.active .tab-action-link{color:var(--color-cocoa);text-underline-offset:4px;text-decoration:underline}.tab-content-panel{background:#ffffffe6;border:1px solid #ffffff80;border-radius:20px;max-width:900px;margin:0 auto;padding:3.5rem 3rem;box-shadow:0 15px 35px #64563b0d}.pathway-subtitle-tag{color:var(--color-terracotta);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.8rem;font-size:.85rem;font-weight:700;display:inline-block}.tab-content-panel h2{color:var(--color-olive);margin-bottom:1.5rem;font-size:2.2rem}.pathway-explanation-text{color:var(--color-text-light);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.recommended-heading{color:var(--color-cocoa);border-bottom:1.5px solid #7b3f001a;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.4rem}.recommended-list{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.treatment-item-card{background-color:var(--color-off-white);border-left:4px solid var(--color-clay);border-radius:12px;padding:1.8rem;transition:all .3s}.treatment-item-card:hover{transform:translate(4px);box-shadow:0 6px 15px #00000005}.treatment-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.8rem;display:flex}.treatment-header h4{color:var(--color-olive);font-size:1.2rem}.treatment-duration{color:var(--color-olive);background-color:#64563b14;border-radius:30px;padding:.3rem .8rem;font-size:.88rem;font-weight:600}.treatment-focus-text{color:var(--color-text-light);font-size:.98rem;line-height:1.6}.pathway-actions{text-align:center}.btn-pathway-cta{background-color:var(--color-cocoa);color:var(--color-white);border-radius:50px;padding:1rem 3rem;font-size:1.1rem;font-weight:600}.btn-pathway-cta:hover{background-color:var(--color-olive)}.not-sure-section{background-color:#f7f5ef}.not-sure-box{background-color:var(--color-white);border-radius:20px;max-width:850px;margin:0 auto;padding:4rem 3rem}.not-sure-box h2{color:var(--color-olive);margin-bottom:1.2rem;font-size:2rem}.not-sure-box p{color:var(--color-text-light);max-width:700px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.7}.not-sure-ctas{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.not-sure-ctas .btn{border-radius:50px;padding:.9rem 2.2rem;font-weight:600}.faq-shortcuts-section{background-color:var(--color-off-white)}.shortcuts-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:3rem;display:grid}.shortcut-card{text-align:center;cursor:pointer;border-radius:16px;padding:2.5rem 2rem;transition:all .3s;display:block}.shortcut-card:hover{border-color:var(--color-terracotta);transform:translateY(-5px);box-shadow:0 10px 25px #64563b14}.shortcut-card h4{color:var(--color-olive);margin-bottom:.8rem;font-size:1.25rem}.shortcut-card p{color:var(--color-text-light);font-size:.92rem;line-height:1.5}.final-cta-section{background-color:var(--color-olive);color:var(--color-white);padding:6rem 1.5rem}.final-cta-section h2{color:var(--color-clay);margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.8rem)}.final-cta-section p{opacity:.9;margin-bottom:2.5rem;font-size:1.2rem}.btn-final-cta{background-color:var(--color-white);color:var(--color-olive);border-radius:50px;padding:1rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s}.btn-final-cta:hover{background-color:var(--color-clay);color:var(--color-olive);transform:translateY(-2px);box-shadow:0 10px 20px #00000026}@media (width<=768px){.tab-content-panel,.not-sure-box{padding:2.5rem 1.5rem}.tab-btn{width:100%;padding:3rem 1.8rem}.not-sure-ctas{flex-direction:column}.not-sure-ctas .btn{text-align:center;width:100%}}.faq-page{width:100%}.faq-hero{background:linear-gradient(#64563b0a, #64563b0a), var(--color-off-white);border-bottom:1px solid #64563b14;padding:6rem 1.5rem 3rem}.faq-hero-title{color:var(--color-olive);margin-bottom:1rem;font-size:clamp(2.2rem,4.5vw,3.5rem)}.faq-hero-subtitle{color:var(--color-text-light);max-width:700px;margin:0 auto;font-size:clamp(1.05rem,2vw,1.25rem)}.faq-anchors-section{background-color:var(--color-white);padding:3rem 1.5rem 1rem}.anchors-list{text-align:center;border-radius:16px;max-width:1000px;margin:0 auto;padding:2rem;box-shadow:0 8px 25px #64563b0a}.anchors-title{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--color-terracotta);margin-bottom:1.2rem;font-size:1rem;font-weight:600}.anchors-links-grid{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.anchor-link-btn{background-color:var(--color-off-white);color:var(--color-olive);border:1px solid #64563b1f;border-radius:30px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .3s}.anchor-link-btn:hover{background-color:var(--color-olive);color:var(--color-white);border-color:var(--color-olive);transform:translateY(-1px)}.faq-content-section{background-color:var(--color-white);padding:3rem 1.5rem 6rem}.faq-categories-list{flex-direction:column;gap:4rem;max-width:850px;margin:0 auto;display:flex}.faq-category-group{scroll-margin-top:100px}.category-title{color:var(--color-olive);border-bottom:2px solid #64563b1a;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.8rem}.accordion-list{flex-direction:column;gap:1rem;display:flex}.accordion-item{background-color:var(--color-white);border:1px solid #64563b1a;border-radius:12px;transition:all .3s cubic-bezier(.165,.84,.44,1);overflow:hidden}.accordion-item:hover{border-color:var(--color-clay);box-shadow:0 8px 20px #64563b08}.accordion-item.open{border-color:var(--color-terracotta);box-shadow:0 10px 25px #ba8b6814}.accordion-trigger{cursor:pointer;text-align:left;width:100%;font-family:var(--font-body);background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.accordion-question{color:var(--color-olive);padding-right:1.5rem;font-size:1.1rem;font-weight:600;transition:color .3s}.accordion-item.open .accordion-question{color:var(--color-terracotta)}.accordion-icon{color:var(--color-olive);font-size:1.4rem;font-weight:500;transition:color .3s}.accordion-item.open .accordion-icon{color:var(--color-terracotta)}.accordion-content{max-height:0;padding:0 1.5rem;transition:max-height .3s cubic-bezier(0,1,0,1),padding .3s;overflow:hidden}.accordion-item.open .accordion-content{max-height:1000px;padding:0 1.5rem 1.5rem;transition:max-height .3s cubic-bezier(.85,0,.15,1),padding .3s}.accordion-answer-text{color:var(--color-text-light);font-size:.98rem;line-height:1.65}.faq-cta-section{background-color:var(--color-olive);color:var(--color-white);padding:6rem 1.5rem}.faq-cta-section h2{color:var(--color-clay);margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.8rem)}.faq-cta-section p{opacity:.9;margin-bottom:2.5rem;font-size:1.2rem}.btn-faq-cta{background-color:var(--color-white);color:var(--color-olive);border-radius:50px;padding:1rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s}.btn-faq-cta:hover{background-color:var(--color-clay);color:var(--color-olive);transform:translateY(-2px);box-shadow:0 10px 20px #00000026}@media (width<=768px){.anchors-list{padding:1.2rem}.anchors-links-grid{flex-direction:column;gap:.5rem}.anchor-link-btn{text-align:center;width:100%}.accordion-trigger{padding:1.2rem}.accordion-question{font-size:1rem}}.contact-page{width:100%}.contact-hero{background:linear-gradient(#64563b0a, #64563b0a), var(--color-off-white);border-bottom:1px solid #64563b14;padding:6rem 1.5rem 3rem}.contact-hero-title{color:var(--color-olive);margin-bottom:1rem;font-size:clamp(2.2rem,4.5vw,3.5rem)}.contact-hero-subtitle{color:var(--color-text-light);max-width:700px;margin:0 auto;font-size:clamp(1.05rem,2vw,1.25rem)}.contact-content-section{background-color:var(--color-white);padding:4rem 1.5rem}.contact-grid-2{grid-template-columns:1fr 1.3fr;align-items:start;gap:3rem;max-width:1100px;margin:0 auto;display:grid}@media (width<=900px){.contact-grid-2{grid-template-columns:1fr;gap:3rem}}.contact-info-panel{flex-direction:column;gap:2rem;display:flex}.contact-direct-card,.hours-card,.socials-card{border-radius:16px;padding:2.2rem 2rem;box-shadow:0 8px 25px #64563b08}.contact-direct-card h3,.hours-card h3,.socials-card h3{color:var(--color-olive);border-left:3px solid var(--color-terracotta);margin-bottom:1.5rem;padding-left:.8rem;font-size:1.25rem}.direct-item{align-items:center;gap:1.2rem;margin-bottom:1.5rem;display:flex}.direct-item:last-child{margin-bottom:0}.direct-icon{background-color:#ba8b681a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.8rem;display:flex}.direct-item h4{color:var(--color-olive);margin-bottom:.1rem;font-size:1rem}.direct-item p a{color:var(--color-cocoa);font-size:1.05rem;font-weight:500;transition:color .3s}.direct-item p a:hover{color:var(--color-terracotta)}.hours-list{list-style:none}.hours-list li{color:var(--color-text-main);border-bottom:1px dashed #64563b26;justify-content:space-between;padding:.8rem 0;font-size:.98rem;display:flex}.hours-list li:last-child{border-bottom:none}.hours-list li span:first-child{color:var(--color-olive);font-weight:600}.social-links-grid{gap:1rem;display:flex}.social-link-item{background-color:var(--color-off-white);color:var(--color-olive);border:1px solid #64563b26;border-radius:30px;padding:.6rem 1.2rem;font-size:.92rem;font-weight:600;transition:all .3s;display:inline-block}.social-link-item:hover{background-color:var(--color-olive);color:var(--color-white);border-color:var(--color-olive)}.social-link-item.inactive{opacity:.6;cursor:not-allowed}.contact-form-box{background-color:var(--color-white);border-radius:20px;padding:3rem;box-shadow:0 10px 30px #64563b0d}.contact-form h3{color:var(--color-olive);text-align:center;margin-bottom:2rem;font-size:1.5rem}.form-row,.form-group{margin-bottom:1.5rem}.form-row-2{grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:1.5rem;display:grid}@media (width<=600px){.form-row-2{grid-template-columns:1fr;gap:1.5rem}}.form-group{flex-direction:column;display:flex}.form-group label{color:var(--color-olive);margin-bottom:.5rem;font-size:.9rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{font-family:var(--font-body);background-color:var(--color-off-white);color:var(--color-text-main);border:1px solid #64563b33;border-radius:8px;outline:none;padding:.8rem 1rem;font-size:.98rem;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-terracotta);background-color:var(--color-white);box-shadow:0 0 0 3px #ba8b6826}.btn-form-submit{background-color:var(--color-cocoa);border-radius:8px;width:100%;padding:1rem;font-size:1.05rem;font-weight:600}.btn-form-submit:hover{background-color:var(--color-olive)}.form-success-message{text-align:center;padding:2rem 1rem}.success-icon{width:70px;height:70px;color:var(--color-olive);background-color:#64563b1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2.5rem;display:flex}.form-success-message h3{color:var(--color-olive);margin-bottom:1rem;font-size:1.6rem}.form-success-message p{color:var(--color-text-light);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.btn-success-reset{background-color:var(--color-olive);color:var(--color-white);cursor:pointer;border:none;border-radius:30px;padding:.8rem 2rem;font-weight:600;transition:background-color .3s}.btn-success-reset:hover{background-color:var(--color-cocoa)}.clinic-locations-section{background-color:#f7f5ef}.locations-details-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:3.5rem;display:grid}.location-detail-card{background-color:var(--color-white);border:1px solid #ffffff80;border-radius:16px;flex-direction:column;padding:2.2rem 1.8rem;display:flex}.loc-detail-name{color:var(--color-olive);margin-bottom:1rem;font-size:1.35rem;line-height:1.25}.loc-detail-address,.loc-detail-phone{color:var(--color-text-main);margin-bottom:.6rem;font-size:.95rem;font-weight:500}.loc-detail-address{line-height:1.4}.loc-detail-parking{color:var(--color-text-light);border-top:1px dashed #64563b26;flex-grow:1;margin-top:1.5rem;padding-top:1.2rem;font-size:.88rem}.loc-detail-parking strong{color:var(--color-olive);margin-bottom:.4rem;display:block}.loc-detail-parking p{line-height:1.5}.contact-faq-shortcuts{background-color:var(--color-white)}.contact-cta-section{background-color:var(--color-olive);color:var(--color-white);padding:6rem 1.5rem}.contact-cta-section h2{color:var(--color-clay);margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.8rem)}.contact-cta-section p{opacity:.9;margin-bottom:2.5rem;font-size:1.2rem}.btn-contact-cta{background-color:var(--color-white);color:var(--color-olive);border-radius:50px;padding:1rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s}.btn-contact-cta:hover{background-color:var(--color-clay);color:var(--color-olive);transform:translateY(-2px);box-shadow:0 10px 20px #00000026}@media (width<=600px){.contact-form-box{padding:2rem 1.2rem}}.book-now-page{width:100%}.booking-hero{background:linear-gradient(#64563b0a, #64563b0a), var(--color-off-white);border-bottom:1px solid #64563b14;padding:6rem 1.5rem 3rem}.booking-title{color:var(--color-olive);margin-bottom:1rem;font-size:clamp(2.2rem,4.5vw,3.5rem)}.booking-subtitle{color:var(--color-text-light);max-width:800px;margin:0 auto;font-size:clamp(1.05rem,2vw,1.25rem)}.booking-locations-section{background-color:var(--color-white);padding:4rem 1.5rem}.locations-selection-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1200px;margin:0 auto 3rem;display:grid}.location-booking-card{cursor:pointer;border:1px solid #64563b1a;border-radius:20px;flex-direction:column;height:100%;padding:2.5rem 2rem;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;position:relative}.location-booking-card:hover{border-color:var(--color-clay);transform:translateY(-5px);box-shadow:0 12px 30px #64563b0f}.location-booking-card.selected{border-color:var(--color-terracotta);background-color:#ba8b680a;box-shadow:0 15px 35px #ba8b681f}.card-selector-indicator{width:25px;height:25px;color:var(--color-terracotta);border:1.5px solid #64563b4d;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;transition:all .3s;display:flex;position:absolute;top:1.2rem;right:1.2rem}.location-booking-card.selected .card-selector-indicator{background-color:var(--color-terracotta);border-color:var(--color-terracotta);color:var(--color-white)}.location-booking-card h3{color:var(--color-olive);margin-bottom:.8rem;padding-right:1.5rem;font-size:1.35rem;line-height:1.3}.loc-address{color:var(--color-text-light);margin-bottom:1rem;font-size:.92rem;font-weight:500}.loc-desc{color:var(--color-text-light);flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.loc-select-btn{border-radius:30px;width:100%;padding:.8rem 1.2rem;font-size:.95rem;font-weight:600}.btn-selected{background-color:var(--color-terracotta);color:var(--color-white);border:none}.jane-redirect-panel{border:1.5px solid var(--color-terracotta);background-color:#fffffff2;border-radius:20px;max-width:800px;margin:0 auto;padding:3rem 2rem;box-shadow:0 15px 35px #ba8b681a}.redirect-alert-tag{color:var(--color-white);background-color:var(--color-terracotta);letter-spacing:.05em;border-radius:30px;margin-bottom:1.2rem;padding:.3rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.jane-redirect-panel h3{color:var(--color-olive);margin-bottom:.8rem;font-size:1.6rem}.jane-redirect-panel p{color:var(--color-text-light);max-width:600px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.6}.btn-jane-redirect{background-color:var(--color-cocoa);color:var(--color-white);border-radius:50px;padding:1rem 2.8rem;font-size:1.1rem;font-weight:600;box-shadow:0 5px 15px #7b3f004d}.btn-jane-redirect:hover{background-color:var(--color-olive);transform:translateY(-2px);box-shadow:0 8px 20px #64563b66}.user-flow-section{background-color:#f7f5ef}.timeline-flow{justify-content:space-between;gap:2rem;max-width:1100px;margin:4rem auto 0;display:flex;position:relative}.timeline-flow:after{content:"";background-color:var(--color-clay);z-index:1;height:2px;position:absolute;top:25px;left:5%;right:5%}.timeline-step{text-align:center;z-index:2;flex:1;position:relative}.step-circle{background-color:var(--color-white);border:2px solid var(--color-clay);width:50px;height:50px;color:var(--color-olive);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.2rem;font-size:1.25rem;font-weight:700;transition:all .3s;display:flex}.timeline-step.active .step-circle{background-color:var(--color-terracotta);border-color:var(--color-terracotta);color:var(--color-white);box-shadow:0 0 0 5px #ba8b6833}.timeline-step.completed .step-circle{background-color:var(--color-olive);border-color:var(--color-olive);color:var(--color-white)}.timeline-step h4{color:var(--color-olive);margin-bottom:.5rem;font-size:1.1rem}.timeline-step p{color:var(--color-text-light);padding:0 .5rem;font-size:.88rem;line-height:1.5}.not-sure-location{background-color:var(--color-white)}.not-sure-location-box{background-color:var(--color-off-white);border:1px solid #64563b1a;border-radius:20px;max-width:850px;margin:0 auto;padding:4rem 3rem}.not-sure-location-box h2{color:var(--color-olive);margin-bottom:1.2rem;font-size:2rem}.not-sure-location-box p{color:var(--color-text-light);max-width:700px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.7}.not-sure-location-box .btn{border-radius:50px;padding:.8rem 2.2rem;font-weight:600}.booking-faq-shortcuts{background-color:#f7f5ef}@media (width<=900px){.timeline-flow{flex-direction:column;gap:2.5rem;padding-left:2rem}.timeline-flow:after{width:2px;height:auto;top:5%;bottom:5%;left:45px}.timeline-step{text-align:left;align-items:flex-start;gap:1.5rem;display:flex}.step-circle{flex-shrink:0;margin:0}.timeline-step p{padding:0}}@media (width<=768px){.not-sure-location-box{padding:2.5rem 1.5rem}}.footer-section{background-color:var(--color-olive);color:var(--color-clay);font-family:var(--font-body);border-top:2px solid var(--color-clay);padding:5rem 0 2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-bottom:3rem;display:flex}.footer-brand{flex:1.3;min-width:280px}.footer-title{font-family:var(--font-heading);color:var(--color-sand);margin-bottom:.2rem;font-size:2rem}.footer-tagline{letter-spacing:.1em;text-transform:uppercase;color:var(--color-terracotta);margin-bottom:1.2rem;font-size:.85rem;font-weight:600}.footer-desc{color:#fffc;max-width:320px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.footer-cta-container{margin-top:1rem}.footer-cta-btn{background-color:var(--color-terracotta);color:var(--color-white);border:none;border-radius:30px;padding:.7rem 1.6rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-block;box-shadow:0 4px 10px #00000026}.footer-cta-btn:hover{background-color:var(--color-white);color:var(--color-olive);transform:translateY(-2px);box-shadow:0 6px 15px #fff3}.footer-links,.footer-hours,.footer-contact{flex:1;min-width:200px}.footer-heading{color:var(--color-sand);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #c2b28033;margin-bottom:1.2rem;padding-bottom:.4rem;font-size:1.1rem;font-weight:600}.footer-links ul{padding:0;list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:var(--color-clay);font-size:.95rem;transition:color .3s}.footer-links a:hover{color:var(--color-white)}.footer-hours p,.footer-contact p{color:#fffc;margin-bottom:.8rem;font-size:.95rem}.footer-contact a{color:var(--color-clay);transition:color .3s}.footer-contact a:hover{color:var(--color-white)}.footer-social-links{gap:.8rem;margin-top:1.5rem;display:flex}.footer-social-links a,.footer-social-links span{cursor:pointer;color:var(--color-clay);background-color:#ffffff14;border:1px solid #ffffff0d;border-radius:4px;padding:.5rem 1rem;font-size:.85rem;transition:all .3s;display:inline-block}.footer-social-links a:hover{background-color:var(--color-terracotta);color:var(--color-white);border-color:var(--color-terracotta)}.footer-social-links span.facebook-link{opacity:.5;cursor:not-allowed}.footer-bottom{text-align:center;opacity:.7;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.85rem}@media (width<=768px){.footer-content{flex-direction:column;gap:2rem}}
