@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--sage:#5c7a6b;--sage-light:#8aa898;--sage-pale:#e8f0ec;--forest:#2c3e35;--clay:#c4a882;--clay-light:#e8d9c5;--bg:#f8f5f0;--white:#fff;--text:#3d3d3d;--text-muted:#7a7a7a;--border:#ddd8d0;--nav-h:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;font-size:16px;line-height:1.7}h1,h2,h3,h4{color:var(--forest);font-family:Cormorant Garamond,serif;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%}button{cursor:pointer;font-family:Inter,sans-serif}section{scroll-margin-top:var(--nav-h)}.section-label{letter-spacing:.2em;text-transform:uppercase;color:var(--sage);margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;display:block}.section-title{margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:400}.divider{background:var(--clay);width:48px;height:2px;margin-bottom:2rem}.navbar{z-index:100;height:var(--nav-h);background:0 0;justify-content:space-between;align-items:center;padding:0 4vw;transition:transform .35s,background .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 1px 0 var(--border);background:#f8f5f0f2}.navbar.hidden{transform:translateY(-100%)}.brand{cursor:pointer;align-items:center;gap:.75rem;display:flex}.brand-text{flex-direction:column;line-height:1.1;display:flex}.brand-text span{color:var(--forest);letter-spacing:.05em;font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:600}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links li{letter-spacing:.04em;color:var(--text);cursor:pointer;font-size:.85rem;font-weight:500;transition:color .2s;position:relative}.nav-links li:after{content:"";background:var(--sage);width:0;height:1px;transition:width .25s;position:absolute;bottom:-3px;left:0}.nav-links li:hover{color:var(--sage)}.nav-links li:hover:after{width:100%}.btn-primary{background:var(--sage);color:var(--white);letter-spacing:.04em;border:none;border-radius:2px;padding:.65rem 1.4rem;font-size:.82rem;font-weight:500;transition:background .2s,transform .15s}.btn-primary:hover{background:var(--forest);transform:translateY(-1px)}.burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.burger span{background:var(--forest);transform-origin:50%;width:24px;height:1.5px;transition:transform .3s,opacity .3s;display:block}.burger.open span:first-child{transform:translateY(6.5px)rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.mobile-menu{top:var(--nav-h);background:var(--bg);border-top:1px solid var(--border);opacity:0;pointer-events:none;flex-direction:column;gap:0;padding:1.5rem 4vw 2rem;transition:transform .3s,opacity .3s;display:none;position:fixed;left:0;right:0;transform:translateY(-10px);box-shadow:0 8px 24px #00000014}.mobile-menu.open{opacity:1;pointer-events:all;transform:translateY(0)}.mobile-link{border-bottom:1px solid var(--border);cursor:pointer;color:var(--forest);padding:1rem 0;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:500}.mobile-link:hover{color:var(--sage)}.mobile-menu .btn-primary{width:100%;margin-top:1.5rem;padding:.85rem;font-size:.9rem}.nav-cta{display:block}@media (width<=900px){.nav-links,.nav-cta{display:none}.burger,.mobile-menu{display:flex}}.hero{min-height:100vh;padding:calc(var(--nav-h) + 3rem) 4vw 6rem;text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-bg{pointer-events:none;position:absolute;inset:0}.hero-circle{border-radius:50%;position:absolute}.hero-circle--1{background:radial-gradient(circle,#e8f0ec 0%,#0000 70%);width:600px;height:600px;top:-150px;right:-150px}.hero-circle--2{background:radial-gradient(circle,#e8d9c5 0%,#0000 70%);width:400px;height:400px;bottom:-100px;left:-80px}.hero-leaf{opacity:.5;width:520px;height:520px;position:absolute;top:50%;right:-60px;transform:translateY(-50%)}.hero-content{z-index:2;max-width:680px;position:relative}.hero-title{color:var(--forest);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(2.8rem,6vw,5rem);font-weight:300}.hero-title em{color:var(--sage);font-style:italic}.hero-sub{color:var(--text-muted);max-width:480px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.75}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.hero-btn{padding:.85rem 2rem;font-size:.9rem}.btn-ghost{border:1px solid var(--border);color:var(--forest);letter-spacing:.03em;background:0 0;border-radius:2px;padding:.85rem 2rem;font-size:.9rem;font-weight:500;transition:border-color .2s,color .2s}.btn-ghost:hover{border-color:var(--sage);color:var(--sage)}.hero-meta{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.hero-badge{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.4rem;font-size:.78rem;font-weight:500;display:flex}.badge-icon{color:var(--clay);font-size:.6rem}.hero-scroll-hint{cursor:pointer;opacity:.4;flex-direction:column;align-items:center;gap:.5rem;transition:opacity .2s;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero-scroll-hint:hover{opacity:.7}.scroll-line{background:var(--forest);width:1px;height:40px;animation:1.8s ease-in-out infinite scrollPulse}.hero-scroll-hint span{letter-spacing:.15em;text-transform:uppercase;color:var(--forest);font-size:.65rem}@keyframes scrollPulse{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.4;transform:scaleY(.6)}}@media (width<=768px){.hero-leaf{display:none}.hero-circle--1{width:350px;height:350px}}.about-section{background:var(--white);padding:7rem 4vw}.about-inner{max-width:1100px;margin:0 auto}.about-header{margin-bottom:2.5rem}.about-tabs{border-bottom:1px solid var(--border);scrollbar-width:none;gap:0;margin-bottom:3rem;display:flex;overflow-x:auto}.about-tabs::-webkit-scrollbar{display:none}.tab-btn{letter-spacing:.03em;color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.85rem 1.5rem;font-size:.85rem;font-weight:500;transition:color .2s}.tab-btn:hover{color:var(--sage)}.tab-btn.active{color:var(--forest);border-bottom-color:var(--sage)}.tab-content{min-height:360px}.fade-in{animation:.35s fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.two-col{grid-template-columns:1fr 340px;gap:3rem;display:grid}.two-col p{color:var(--text);line-height:1.8}.who-aside{flex-direction:column;gap:1.5rem;display:flex}.commitment-card{background:var(--sage-pale);border-left:3px solid var(--sage);border-radius:0 4px 4px 0;padding:1.5rem}.commitment-card h4{color:var(--sage);margin-bottom:.75rem;font-size:1rem;font-weight:600}.commitment-card p{color:var(--text);font-size:.88rem;line-height:1.75}.bacp-note{color:var(--text-muted);border:1px solid var(--border);border-radius:4px;align-items:flex-start;gap:.6rem;padding:1rem;font-size:.82rem;display:flex}.bacp-icon{color:var(--clay);flex-shrink:0;margin-top:.1rem}.approach-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.approach-card{border:1px solid var(--border);border-radius:4px;padding:2rem 1.75rem;transition:border-color .2s,box-shadow .2s}.approach-card:hover{border-color:var(--sage-light);box-shadow:0 4px 20px #5c7a6b14}.approach-num{color:var(--clay-light);margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:300;line-height:1}.approach-card h4{margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.approach-card p{color:var(--text-muted);font-size:.88rem;line-height:1.8}.help-intro{max-width:680px;color:var(--text-muted);margin-bottom:2.5rem;line-height:1.8}.help-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.85rem;margin-bottom:2.5rem;display:grid}.help-item{color:var(--text);background:var(--bg);border-radius:3px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;transition:background .2s;display:flex}.help-item:hover{background:var(--sage-pale)}.help-dot{background:var(--sage);border-radius:50%;flex-shrink:0;width:6px;height:6px}.help-footer{color:var(--text-muted);border-top:1px solid var(--border);max-width:580px;padding-top:1rem;font-size:.95rem;font-style:italic}.quals-two-col{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.quals-subheading{letter-spacing:.08em;text-transform:uppercase;color:var(--sage);margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.quals-list{flex-direction:column;gap:0;display:flex}.qual-item{border-bottom:1px solid var(--border);padding:1rem 0}.qual-item:first-child{border-top:1px solid var(--border)}.qual-title{color:var(--text);font-size:.9rem;line-height:1.5}.qual-abbr{color:var(--sage);letter-spacing:.05em;margin-top:.2rem;font-size:.75rem;font-weight:500}@media (width<=900px){.approach-grid,.two-col{grid-template-columns:1fr}.quals-two-col{grid-template-columns:1fr;gap:2rem}}@media (width<=600px){.tab-btn{padding:.75rem 1rem;font-size:.8rem}.about-section{padding:5rem 5vw}}.services-section{background:var(--bg);padding:7rem 4vw}.services-inner{max-width:1100px;margin:0 auto}.services-header{max-width:560px;margin-bottom:3.5rem}.services-sub{color:var(--text-muted);font-size:.95rem;line-height:1.8}.service-cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem;display:grid}.service-card{background:var(--white);border:1px solid var(--border);border-radius:6px;padding:2.5rem 2rem;transition:box-shadow .2s,border-color .2s,transform .2s;position:relative}.service-card:hover{border-color:var(--sage-light);transform:translateY(-2px);box-shadow:0 8px 32px #2c3e3517}.service-card.featured{border-color:var(--sage);box-shadow:0 4px 20px #5c7a6b1f}.feature-tag{background:var(--sage);color:var(--white);letter-spacing:.1em;text-transform:uppercase;border-radius:0 0 4px 4px;padding:.3rem .75rem;font-size:.68rem;font-weight:600;position:absolute;top:-1px;right:1.5rem}.service-icon{color:var(--sage);margin-bottom:1.5rem}.service-title-row{justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.75rem;display:flex}.service-title-row h3{font-size:1.35rem;font-weight:500}.service-price{color:var(--sage);font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:300}.service-desc{color:var(--text-muted);font-size:.88rem;line-height:1.75}.process-block{background:var(--forest);color:var(--white);border-radius:8px;padding:3.5rem}.process-heading{color:var(--white);margin-bottom:2.5rem;font-size:1.5rem;font-weight:400}.process-steps{flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem;display:flex;position:relative}.process-step{flex:1;align-items:flex-start;gap:1rem;min-width:200px;display:flex}.process-n{border:1px solid var(--sage-light);width:40px;height:40px;color:var(--sage-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Cormorant Garamond,serif;font-size:1.2rem;display:flex}.process-title{color:var(--white);margin-bottom:.3rem;font-size:.9rem;font-weight:600}.process-desc{color:#fff9;font-size:.83rem;line-height:1.6}.process-cta{background:var(--clay);padding:.85rem 2rem;font-size:.9rem}.process-cta:hover{background:var(--clay-light);color:var(--forest)}@media (width<=900px){.service-cards{grid-template-columns:1fr}.process-block{padding:2.5rem 1.5rem}}@media (width<=600px){.services-section{padding:5rem 5vw}}.faq-section{background:var(--white);padding:7rem 4vw}.faq-inner{max-width:780px;margin:0 auto}.faq-header{margin-bottom:3rem}.faq-sub{color:var(--text-muted);font-size:.95rem;line-height:1.75}.faq-list{border-top:1px solid var(--border);flex-direction:column;display:flex}.faq-item{border-bottom:1px solid var(--border);cursor:pointer;overflow:hidden}.faq-question{color:var(--forest);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 0;font-size:1rem;font-weight:500;transition:color .2s;display:flex}.faq-item:hover .faq-question,.faq-item.open .faq-question{color:var(--sage)}.faq-icon{color:var(--clay);flex-shrink:0;font-size:1.4rem;font-weight:300;line-height:1;transition:transform .2s}.faq-answer{max-height:0;transition:max-height .4s,padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:400px;padding-bottom:1.5rem}.faq-answer p{color:var(--text-muted);font-size:.9rem;line-height:1.85}@media (width<=600px){.faq-section{padding:5rem 5vw}.faq-question{font-size:.92rem}}.contact-section{background:var(--bg);padding:7rem 4vw}.contact-inner{grid-template-columns:1fr 1.1fr;align-items:start;gap:5rem;max-width:1100px;margin:0 auto;display:grid}.contact-left h2 em{color:var(--sage);font-style:italic}.contact-intro{color:var(--text-muted);margin-bottom:2.5rem;font-size:.95rem;line-height:1.8}.contact-details{flex-direction:column;gap:1.25rem;margin-bottom:2.5rem;display:flex}.contact-detail{align-items:flex-start;gap:.85rem;display:flex}.detail-icon{color:var(--clay);text-align:center;flex-shrink:0;width:20px;margin-top:.1rem;font-size:1.1rem}.detail-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.15rem;font-size:.75rem;font-weight:600}.detail-value{color:var(--text);font-size:.9rem}.instagram-link{color:var(--text-muted);border:1px solid var(--border);border-radius:3px;align-items:center;gap:.5rem;padding:.65rem 1.1rem;font-size:.85rem;font-weight:500;transition:color .2s,border-color .2s;display:inline-flex}.instagram-link:hover{color:var(--sage);border-color:var(--sage-light)}.contact-form{background:var(--white);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-row--last{grid-template-columns:1fr}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem;font-weight:600}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:3px;outline:none;width:100%;padding:.75rem .9rem;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#b0aaa3}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--sage-light);background:var(--white);box-shadow:0 0 0 3px #5c7a6b1a}.form-group textarea{resize:vertical;min-height:100px}.form-group select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%237A7A7A' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:right .9rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-notice{border-radius:3px;padding:.85rem 1rem;font-size:.85rem}.form-notice--success{background:var(--sage-pale);color:var(--sage);border:1px solid #5c7a6b4d}.form-notice--error{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5}.form-submit{width:100%;padding:.9rem;font-size:.9rem}.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (width<=900px){.contact-inner{grid-template-columns:1fr;gap:3rem}}@media (width<=600px){.contact-section{padding:5rem 5vw}.form-row{grid-template-columns:1fr}.contact-form{padding:1.75rem}}.footer{background:var(--forest);padding:2.5rem 4vw}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;display:flex}.footer-brand{flex-direction:column;gap:.25rem;display:flex}.footer-name{color:var(--white);letter-spacing:.05em;font-family:Cormorant Garamond,serif;font-size:1.1rem}.footer-tagline{color:#ffffff73;font-size:.8rem}.footer-legal{color:#fff6;align-items:center;gap:.6rem;font-size:.78rem;display:flex}.footer-sep{color:#fff3}@media (width<=600px){.footer-inner{flex-direction:column;align-items:flex-start}}.footer-link{color:#fff6;text-decoration:none;transition:color .2s}.footer-link:hover{color:#ffffffbf}
