*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:'DM Sans',sans-serif;background:#faf7f2;color:#3b3228;overflow-x:hidden}@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(80,200,120,.5);transform:scale(1)}50%{box-shadow:0 0 0 5px rgba(80,200,120,0);transform:scale(1.1)}}.btn-primary{background:#3b3228;color:#faf7f2;padding:14px 28px;font-family:'DM Sans',sans-serif;font-size:13px;letter-spacing:.06em;border:none;cursor:pointer;border-radius:2px;transition:background .2s;text-decoration:none;display:inline-block}.btn-primary:hover{background:#5c4a3a}.btn-outline{background:0 0;color:#3b3228;padding:13px 28px;font-family:'DM Sans',sans-serif;font-size:13px;letter-spacing:.06em;border:.5px solid #3b3228;cursor:pointer;border-radius:2px;transition:background .2s,color .2s;text-decoration:none;display:inline-block}.btn-outline:hover{background:#3b3228;color:#faf7f2}.btn-light{background:#faf7f2;color:#3b3228;padding:14px 28px;font-family:'DM Sans',sans-serif;font-size:13px;letter-spacing:.06em;border:none;cursor:pointer;border-radius:2px;transition:background .2s;text-decoration:none;display:inline-block;margin-top:0}.btn-light:hover{background:#ede6dc}.btn-ghost{background:0 0;color:#7a6a5a;font-family:'DM Sans',sans-serif;font-size:13px;border:none;cursor:pointer;display:flex;align-items:center;gap:6px;text-decoration:underline;text-underline-offset:4px;text-decoration-color:#d4c9bc;transition:color .2s}.btn-ghost:hover{color:#3b3228}.btn-ghost-light{background:0 0;color:#f2ede6;padding:13px 28px;font-family:'DM Sans',sans-serif;font-size:13px;letter-spacing:.06em;border:.5px solid rgba(242,237,230,.35);cursor:pointer;border-radius:2px;transition:border-color .2s,color .2s;text-decoration:none;display:inline-block}.btn-ghost-light:hover{border-color:#f2ede6}.page-header{background:#ede6dc;padding:5rem 3rem 4rem;text-align:center;animation:fadeUp .7s ease both}.page-header-eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#a08c7a;margin-bottom:1rem}.page-header-title{font-family:'Playfair Display',serif;font-size:52px;font-weight:400;color:#3b3228;margin-bottom:1rem;line-height:1.15}.page-header-title em{font-style:italic;color:#9b7d65}.page-header-subtitle{font-size:16px;line-height:1.75;color:#7a6a5a;max-width:520px;margin:0 auto}.section-label{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#a08c7a;margin-bottom:.75rem;text-align:center}.section-title{font-family:'Playfair Display',serif;font-size:38px;font-weight:400;text-align:center;color:#3b3228;margin-bottom:3.5rem}.section-title em{font-style:italic;color:#9b7d65}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form-field{display:flex;flex-direction:column;gap:6px}.contact-form-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#a08c7a}.contact-form-input{background:#fdf9f5;border:.5px solid #d4c9bc;border-radius:2px;padding:10px 14px;font-family:'DM Sans',sans-serif;font-size:14px;color:#3b3228;outline:none;transition:border-color .2s;width:100%}.contact-form-input:focus{border-color:#9b7d65}.contact-form-textarea{resize:vertical;min-height:110px}.contact-form-submit-btn{background:#3b3228;color:#faf7f2;border:none;padding:14px 28px;font-family:'DM Sans',sans-serif;font-size:13px;letter-spacing:.06em;cursor:pointer;border-radius:2px;align-self:flex-start;transition:background .2s}.contact-form-submit-btn:hover{background:#5c4a3a}nav.lc-nav{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 3rem;background:#faf7f2;border-bottom:.5px solid #d4c9bc;position:sticky;top:0;z-index:200}.lc-logo{font-family:'Playfair Display',serif;font-size:20px;letter-spacing:.04em;color:#3b3228;text-decoration:none}.lc-nav-links{display:flex;gap:2rem;list-style:none}.lc-nav-links a{font-size:13px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:#7a6a5a;text-decoration:none;transition:color .2s}.lc-nav-links a:hover{color:#3b3228}.lc-nav-links a.active{color:#3b3228;border-bottom:1px solid #9b7d65;padding-bottom:2px}.lc-nav-cta{font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;background:#3b3228;color:#faf7f2;border:none;padding:10px 20px;cursor:pointer;border-radius:2px;transition:background .2s;text-decoration:none;display:inline-block}.lc-nav-cta:hover{background:#5c4a3a}.lc-hamburger{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:4px;z-index:300}.lc-hamburger span{display:block;width:24px;height:1.5px;background:#3b3228;border-radius:2px;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.lc-hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.lc-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.lc-hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.lc-mobile-menu{display:none;position:fixed;inset:0;background:#faf7f2;z-index:150;flex-direction:column;align-items:center;justify-content:center;gap:0;opacity:0;pointer-events:none;transition:opacity .3s ease}.lc-mobile-menu.open{opacity:1;pointer-events:all}.lc-mobile-menu ul{list-style:none;display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem}.lc-mobile-menu ul a{font-family:'Playfair Display',serif;font-size:32px;font-weight:400;color:#3b3228;text-decoration:none;letter-spacing:.02em;transition:color .2s}.lc-mobile-menu ul a:hover,.lc-mobile-menu ul a.active{color:#9b7d65}.lc-mobile-cta{font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;background:#3b3228;color:#faf7f2;padding:14px 32px;border-radius:2px;text-decoration:none;display:inline-block;transition:background .2s}.lc-mobile-cta:hover{background:#5c4a3a}.lc-mobile-close-hint{position:absolute;top:1.6rem;right:1.5rem;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#a08c7a}.home-hero{display:grid;grid-template-columns:1fr 1fr;min-height:82vh;align-items:center}.home-hero-text{padding:4rem 3rem;animation:fadeUp .8s ease both}.home-hero-eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#a08c7a;margin-bottom:1.2rem}.home-hero-headline{font-family:'Playfair Display',serif;font-size:52px;line-height:1.15;font-weight:400;color:#3b3228;margin-bottom:1.5rem}.home-hero-headline em{font-style:italic;color:#9b7d65}.home-hero-subtitle{font-size:16px;line-height:1.75;color:#7a6a5a;max-width:400px;margin-bottom:2.5rem}.home-hero-btns{display:flex;gap:1rem;align-items:center}.home-hero-img{background:#ede6dc;height:82vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.home-hero-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#b09e8c}.home-hero-tag{position:absolute;bottom:2rem;left:2rem;background:#faf7f2;padding:12px 16px;border-radius:4px;font-size:13px;color:#7a6a5a;display:flex;align-items:center;gap:8px}.home-hero-tag-dot{width:8px;height:8px;border-radius:50%;background:#50c878;animation:pulse 2s ease-in-out infinite}.home-intro-strip{background:#3b3228;color:#f2ede6;text-align:center;padding:2.25rem 2rem;font-family:'Playfair Display',serif;font-size:22px;font-style:italic;font-weight:400;letter-spacing:.01em}.home-services{padding:5rem 3rem;background:#faf7f2;animation:fadeUp .8s ease .2s both}.home-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:960px;margin:0 auto}.home-service-card{background:#fdf9f5;border:.5px solid #d4c9bc;border-radius:4px;padding:2rem 1.75rem;transition:box-shadow .25s,transform .25s}.home-service-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(60,50,40,.08)}.home-service-icon{width:40px;height:40px;background:#ede6dc;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.home-service-icon svg{width:18px;height:18px}.home-service-name{font-family:'Playfair Display',serif;font-size:19px;font-weight:500;color:#3b3228;margin-bottom:.6rem}.home-service-desc{font-size:14px;line-height:1.7;color:#7a6a5a;margin-bottom:1.25rem}.home-service-link{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#9b7d65;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:gap .2s}.home-service-link:hover{gap:10px}.home-about{background:#ede6dc;display:grid;grid-template-columns:1fr 1fr;min-height:440px;align-items:center}.home-about-img{background:#d8cebf;height:740px;display:flex;align-items:center;justify-content:center;color:#b09e8c;font-size:12px;letter-spacing:.12em;text-transform:uppercase;flex-direction:column;gap:10px}.home-about-text{padding:3rem 3.5rem}.home-about-quote{font-family:'Playfair Display',serif;font-size:26px;font-style:italic;line-height:1.5;color:#3b3228;margin-bottom:1.25rem}.home-about-body{font-size:15px;line-height:1.75;color:#7a6a5a;margin-bottom:1.75rem}.home-process{padding:5rem 3rem;text-align:center;background:#faf7f2}.home-process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:940px;margin:0 auto}.home-process-step{padding:1.5rem 1rem}.home-process-step-number{font-family:'Playfair Display',serif;font-size:44px;font-weight:400;color:#d4c9bc;line-height:1;margin-bottom:.5rem}.home-process-step-name{font-size:15px;font-weight:500;color:#3b3228;margin-bottom:.4rem}.home-process-step-description{font-size:13px;color:#a08c7a;line-height:1.6}.home-testimonials{background:#3b3228;padding:5rem 3rem}.home-testimonials .section-label{color:#9b7d65}.home-testimonials .section-title{color:#f2ede6}.home-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:960px;margin:0 auto}.home-testimonials-card{background:rgba(255,255,255,.05);border:.5px solid rgba(255,255,255,.12);border-radius:4px;padding:1.75rem}.home-testimonials-stars{color:#9b7d65;font-size:14px;margin-bottom:.85rem;letter-spacing:2px}.home-testimonials-quote{font-family:'Playfair Display',serif;font-style:italic;font-size:15px;line-height:1.7;color:#e8ddd4;margin-bottom:1rem}.home-testimonials-name{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#7a6a5a}.home-contact-wrapper{background:#faf7f2;padding:5rem 3rem}.home-contact{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:960px;margin:0 auto;align-items:start}.home-contact-headline{font-family:'Playfair Display',serif;font-size:36px;font-weight:400;line-height:1.25;color:#3b3228;margin-bottom:1rem}.home-contact-headline em{font-style:italic;color:#9b7d65}.home-contact-sub{font-size:15px;color:#7a6a5a;line-height:1.75;margin-bottom:2rem}.home-contact-detail{display:flex;align-items:center;gap:10px;font-size:14px;color:#7a6a5a;margin-bottom:.75rem}.home-contact-detail a{color:#7a6a5a;text-decoration:none;transition:color .2s}.home-contact-detail a:hover{color:#9b7d65}footer.lc-footer{background:#2a2118;color:#7a6a5a;padding:2rem 3rem;font-size:12px;letter-spacing:.06em;display:flex;align-items:center;justify-content:space-between}.lc-footer-brand{font-family:'Playfair Display',serif;color:#f2ede6;font-size:16px}.lc-footer-links{display:flex;gap:1.5rem}.lc-footer-links a{color:#7a6a5a;text-decoration:none;font-size:11px;letter-spacing:.1em;text-transform:uppercase;transition:color .2s}.lc-footer-links a:hover{color:#d4c9bc}.about-hero{display:grid;grid-template-columns:1fr 1fr;min-height:75vh;align-items:stretch}.about-hero-img{background:#ede6dc;min-height:75vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;order:-1}.about-hero-text{padding:5rem 4rem 5rem 3.5rem;display:flex;flex-direction:column;justify-content:center;animation:fadeUp .8s ease both}.about-eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#a08c7a;margin-bottom:1.2rem}.about-headline{font-family:'Playfair Display',serif;font-size:48px;line-height:1.15;font-weight:400;color:#3b3228;margin-bottom:1.5rem}.about-headline em{font-style:italic;color:#9b7d65}.about-intro{font-size:16px;line-height:1.8;color:#7a6a5a;margin-bottom:2.5rem;max-width:440px}.about-hero-btns{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.about-img-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#b09e8c;width:100%;height:100%}.about-strip{background:#3b3228;color:#f2ede6;text-align:center;padding:2.25rem 3rem;font-family:'Playfair Display',serif;font-size:22px;font-style:italic;font-weight:400}.about-story{padding:6rem 3rem;display:grid;gap:5rem;max-width:1100px;margin:0 auto;align-items:start}.about-story-body p{font-size:15px;line-height:1.85;color:#7a6a5a;margin-bottom:1.25rem}.about-story-body p:last-child{margin-bottom:0}.about-philosophy{background:#ede6dc;padding:6rem 3rem}.about-philosophy-inner{max-width:1100px;margin:0 auto}.about-philosophy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.about-philosophy-card{background:#faf7f2;border:.5px solid #c8bbaa;border-radius:4px;padding:2rem 1.75rem;transition:transform .25s}.about-philosophy-card:hover{transform:translateY(-4px)}.about-philosophy-num{font-family:'Playfair Display',serif;font-size:36px;font-weight:400;color:#d4c9bc;line-height:1;margin-bottom:.75rem}.about-philosophy-title{font-family:'Playfair Display',serif;font-size:18px;font-weight:500;color:#3b3228;margin-bottom:.6rem}.about-philosophy-desc{font-size:14px;line-height:1.75;color:#7a6a5a}.about-cta{background:#3b3228;padding:5rem 3rem;text-align:center}.about-cta-title{font-family:'Playfair Display',serif;font-size:38px;font-weight:400;color:#f2ede6;margin-bottom:1rem}.about-cta-title em{font-style:italic;color:#c4a882}.about-cta-sub{font-size:15px;color:#a08c7a;line-height:1.75;margin-bottom:2.5rem;max-width:480px;margin-left:auto;margin-right:auto}.about-cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.services-list{padding:5rem 3rem;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:0}.services-row{display:grid;grid-template-columns:1fr 1fr;min-height:420px;border:.5px solid #d4c9bc;border-radius:4px;overflow:hidden;margin-bottom:2rem;transition:box-shadow .25s}.services-row:hover{box-shadow:0 16px 48px rgba(60,50,40,.08)}.services-row.reverse .services-img{order:1}.services-row.reverse .services-body{order:0}.services-img{background:#ede6dc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#b09e8c;min-height:300px}.services-body{padding:3.5rem;display:flex;flex-direction:column;justify-content:center;background:#fdf9f5}.services-icon{width:44px;height:44px;background:#ede6dc;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.services-icon svg{width:20px;height:20px}.services-name{font-family:'Playfair Display',serif;font-size:28px;font-weight:400;color:#3b3228;margin-bottom:.75rem}.services-desc{font-size:15px;line-height:1.8;color:#7a6a5a;margin-bottom:1rem}.services-includes{margin-bottom:2rem}.services-includes-label{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#a08c7a;margin-bottom:.6rem}.services-includes ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}.services-includes li{font-size:14px;color:#7a6a5a;display:flex;align-items:center;gap:8px}.services-includes li:before{content:'';width:5px;height:5px;border-radius:50%;background:#9b7d65;flex-shrink:0}.services-btns{display:flex;gap:.75rem;flex-wrap:wrap}.services-process-strip{background:#3b3228;padding:4rem 3rem}.services-process-inner{max-width:1100px;margin:0 auto}.services-process-strip .section-label{color:#9b7d65;text-align:center}.services-process-strip .section-title{color:#f2ede6;text-align:center;margin-bottom:3rem}.services-process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.services-process-step{text-align:center;padding:1rem}.services-process-step-number{font-family:'Playfair Display',serif;font-size:40px;color:rgba(255,255,255,.15);margin-bottom:.5rem;line-height:1}.services-process-step-name{font-size:15px;font-weight:500;color:#f2ede6;margin-bottom:.35rem}.services-process-step-description{font-size:13px;color:#7a6a5a;line-height:1.6}.services-cta-banner{background:#faf7f2;padding:5rem 3rem;text-align:center;border-top:.5px solid #d4c9bc}.services-cta-title{font-family:'Playfair Display',serif;font-size:38px;font-weight:400;color:#3b3228;margin-bottom:1rem}.services-cta-title em{font-style:italic;color:#9b7d65}.services-cta-subtitle{font-size:15px;color:#7a6a5a;line-height:1.75;margin-bottom:2.5rem;max-width:480px;margin-left:auto;margin-right:auto}.services-cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-strip{background:#3b3228;color:#f2ede6;text-align:center;padding:2.25rem 3rem;font-family:'Playfair Display',serif;font-size:22px;font-style:italic}.contact-main{padding:5rem 3rem;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;align-items:start}.contact-info-title{font-family:'Playfair Display',serif;font-size:32px;font-weight:400;color:#3b3228;margin-bottom:1rem;line-height:1.25}.contact-info-title em{font-style:italic;color:#9b7d65}.contact-info-sub{font-size:15px;line-height:1.8;color:#7a6a5a;margin-bottom:2.5rem}.contact-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.contact-detail-row{display:flex;align-items:flex-start;gap:1rem}.contact-detail-icon{width:36px;height:36px;background:#ede6dc;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.contact-detail-icon svg{width:16px;height:16px}.contact-detail-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#a08c7a;margin-bottom:2px}.contact-detail-value{font-size:14px;color:#3b3228}.contact-detail-value a{color:#3b3228;text-decoration:none;transition:color .2s}.contact-detail-value a:hover{color:#9b7d65}.contact-availability{background:#fdf9f5;border:.5px solid #d4c9bc;border-radius:4px;padding:1.5rem}.contact-available-label{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#a08c7a;margin-bottom:.75rem}.contact-available-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#7a6a5a;padding:.4rem 0;border-bottom:.5px solid #ede6dc}.contact-available-row:last-child{border-bottom:none;padding-bottom:0}.available-dot{width:7px;height:7px;border-radius:50%;background:#50c878;flex-shrink:0;animation:pulse 2s ease-in-out infinite}.available-dot.busy{background:#c4a882;animation:none}.available-status{display:flex;align-items:center;gap:6px}.contact-form-wrap{background:#fdf9f5;border:.5px solid #d4c9bc;border-radius:4px;padding:2.5rem}.contact-form-title{font-family:'Playfair Display',serif;font-size:22px;font-weight:400;color:#3b3228;margin-bottom:.4rem}.contact-form-sub{font-size:14px;color:#7a6a5a;margin-bottom:2rem;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form-field{display:flex;flex-direction:column;gap:6px}.contact-form-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#a08c7a}.contact-form-input{background:#faf7f2;border:.5px solid #d4c9bc;border-radius:2px;padding:11px 14px;font-family:'DM Sans',sans-serif;font-size:14px;color:#3b3228;outline:none;transition:border-color .2s;width:100%}.contact-form-input:focus{border-color:#9b7d65}.contact-form-textarea{resize:vertical;min-height:120px}.contact-form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239B7D65' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}.contact-form-submit-btn{background:#3b3228;color:#faf7f2;border:none;padding:14px 32px;font-family:'DM Sans',sans-serif;font-size:13px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border-radius:2px;align-self:flex-start;transition:background .2s;margin-top:.5rem}.contact-form-submit-btn:hover{background:#5c4a3a}.contact-form-submit-btn:disabled{background:#a08c7a;cursor:not-allowed}.contact-form-notice{font-size:12px;color:#a08c7a;line-height:1.6;margin-top:.25rem}#form-success{display:none;margin-top:1.25rem;background:#f0f7f2;border:.5px solid #3b7a55;border-radius:4px;padding:1rem 1.25rem;font-size:14px;color:#3b7a55;line-height:1.6}#form-error{display:none;margin-top:1.25rem;background:#fdf5f5;border:.5px solid #c4806a;border-radius:4px;padding:1rem 1.25rem;font-size:14px;color:#8b3a2a;line-height:1.6}.faq-section{background:#ede6dc;padding:5rem 3rem}.faq-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.6fr;gap:5rem;align-items:start}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:.5px solid #c8bbaa}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;cursor:pointer;gap:1rem}.faq-question-text{font-size:15px;font-weight:500;color:#3b3228;line-height:1.4}.faq-icon{width:20px;height:20px;flex-shrink:0;color:#9b7d65;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{font-size:14px;line-height:1.75;color:#7a6a5a;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s ease;padding-bottom:0}.faq-item.open .faq-answer{max-height:300px;padding-bottom:1.25rem}.discovery-section{padding:5rem 3rem;max-width:1100px;margin:0 auto}.discovery-inner{background:#3b3228;border-radius:4px;padding:3.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.discovery-inner .btn-light{margin-top:1.75rem}.discovery-title{font-family:'Playfair Display',serif;font-size:32px;font-weight:400;color:#f2ede6;margin-bottom:.75rem;line-height:1.25}.discovery-title em{font-style:italic;color:#c4a882}.discovery-sub{font-size:14px;color:#a08c7a;line-height:1.75}.discovery-steps{display:flex;flex-direction:column;gap:1rem}.discovery-step{display:flex;align-items:flex-start;gap:1rem}.discovery-step-number{font-family:'Playfair Display',serif;font-size:22px;color:#c4a882;line-height:1;flex-shrink:0;width:28px}.discovery-step-text{font-size:14px;color:#d4c9bc;line-height:1.6;padding-top:2px}.page-header-stats{display:flex;gap:3rem;justify-content:center;margin-top:2.5rem;flex-wrap:wrap}.page-header-stat-number{font-family:'Playfair Display',serif;font-size:40px;font-weight:400;color:#3b3228;line-height:1;margin-bottom:.25rem}.page-header-stat-label{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#a08c7a}.testimonials-strip{background:#3b3228;color:#f2ede6;text-align:center;padding:2.25rem 3rem;font-family:'Playfair Display',serif;font-size:22px;font-style:italic}.featured-testimonial{padding:5rem 3rem;max-width:800px;margin:0 auto;text-align:center}.featured-quote{font-family:'Playfair Display',serif;font-size:28px;font-style:italic;line-height:1.6;color:#3b3228;margin-bottom:1.5rem;position:relative}.featured-quote:before{content:'\201C';font-size:80px;color:#ede6dc;font-family:'Playfair Display',serif;position:absolute;top:-20px;left:50%;transform:translateX(-50%);line-height:1;z-index:-1}.featured-name{font-size:13px;letter-spacing:.15em;text-transform:uppercase;color:#a08c7a;margin-bottom:.35rem}.featured-service{font-size:13px;color:#c4a882;letter-spacing:.05em}.featured-stars{color:#9b7d65;font-size:16px;letter-spacing:3px;margin-bottom:1.5rem}.testimonial-section{background:#faf7f2;padding:2rem 3rem 5rem}.testimonial-section-inner{max-width:1100px;margin:0 auto}.testimonial-section-inner>p,.testimonial-section-inner>h2{text-align:left}.testimonial-filter{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:3rem}.filter-btn{font-size:12px;letter-spacing:.08em;text-transform:uppercase;padding:8px 18px;border-radius:2px;border:.5px solid #d4c9bc;background:0 0;color:#7a6a5a;cursor:pointer;transition:background .2s,color .2s,border-color .2s;font-family:'DM Sans',sans-serif}.filter-btn:hover,.filter-btn.active{background:#3b3228;color:#faf7f2;border-color:#3b3228}.testimonial-grid{columns:3;column-gap:1.25rem}.testimonial-card{background:#fdf9f5;border:.5px solid #d4c9bc;border-radius:4px;padding:1.75rem;margin-bottom:1.25rem;break-inside:avoid;transition:box-shadow .25s,transform .25s;display:block}.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(60,50,40,.07)}.testimonial-card.hidden{display:none}.testimonial-stars{color:#9b7d65;font-size:13px;letter-spacing:2px;margin-bottom:.75rem}.testimonial-quote{font-family:'Playfair Display',serif;font-style:italic;font-size:15px;line-height:1.75;color:#3b3228;margin-bottom:1rem}.testimonial-meta{display:flex;flex-direction:column;gap:3px}.testimonial-name{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#7a6a5a}.testimonial-service-tag{display:inline-block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#9b7d65;border:.5px solid #d4c9bc;padding:3px 8px;border-radius:2px;width:fit-content;margin-top:4px}.testimonials-story-section{background:#ede6dc;padding:5rem 3rem}.testimonials-story-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.testimonials-story-img{background:#d8cebf;border-radius:4px;height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.testimonials-story-text .section-title{margin-bottom:1rem}.testimonials-story-text>p,.testimonials-story-text>h2{text-align:left}.testimonials-story-body{font-size:15px;line-height:1.85;color:#7a6a5a;margin-bottom:2rem}.testimonial-cta-banner{background:#3b3228;padding:5rem 3rem;text-align:center}.testimonial-cta-title{font-family:'Playfair Display',serif;font-size:38px;font-weight:400;color:#f2ede6;margin-bottom:1rem}.testimonial-cta-title em{font-style:italic;color:#c4a882}.testimonial-cta-subtitle{font-size:15px;color:#a08c7a;line-height:1.75;margin-bottom:2.5rem;max-width:480px;margin-left:auto;margin-right:auto}.testimonial-cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}footer.lc-footer{background:#2a2118;color:#7a6a5a;padding:2rem 3rem;font-size:12px;letter-spacing:.06em;display:flex;align-items:center;justify-content:space-between}.lc-footer-brand{font-family:'Playfair Display',serif;color:#f2ede6;font-size:16px}.lc-footer-links{display:flex;gap:1.5rem}.lc-footer-links a{color:#7a6a5a;text-decoration:none;font-size:11px;letter-spacing:.1em;text-transform:uppercase;transition:color .2s}.lc-footer-links a:hover{color:#d4c9bc}@media (max-width:900px){.testimonial-grid{columns:2}}@media (max-width:768px){nav.lc-nav{padding:1rem 1.5rem}.lc-nav-links,.lc-nav-cta{display:none}.lc-hamburger{display:flex}.lc-mobile-menu{display:flex}.home-hero,.home-about,.home-contact{grid-template-columns:1fr}.home-hero-img{height:600px}.home-about-img{height:300px}.home-hero-headline{font-size:36px}.home-services-grid,.home-testimonials-grid{grid-template-columns:1fr}.home-process-steps{grid-template-columns:repeat(2,1fr)}.about-hero,.about-story,.about-cred-grid{grid-template-columns:1fr}.about-hero-img{min-height:320px;order:0}.about-hero-text{padding:3rem 1.5rem}.about-story{gap:2.5rem;padding:3rem 1.5rem}.about-philosophy-grid{grid-template-columns:1fr}.about-headline{font-size:36px}.about-credentials{padding:3rem 1.5rem}.about-cta{padding:3rem 1.5rem}.page-header{padding:3rem 1.5rem}.page-header-title{font-size:36px}.services-list{padding:2.5rem 1.5rem}.services-row{grid-template-columns:1fr}.services-row.reverse .services-img{order:0}.services-body{padding:2rem 1.5rem}.services-process-steps{grid-template-columns:repeat(2,1fr)}.contact-main{grid-template-columns:1fr;gap:3rem;padding:3rem 1.5rem}.form-row{grid-template-columns:1fr}.contact-form-wrap{padding:1.75rem}.faq-section{padding:3rem 1.5rem}.faq-inner{grid-template-columns:1fr;gap:2.5rem}.discovery-section{padding:3rem 1.5rem}.discovery-inner{grid-template-columns:1fr;padding:2rem;gap:2rem}.page-header-stats{gap:2rem}.featured-testimonial{padding:3rem 1.5rem}.featured-quote{font-size:22px}.testimonial-section{padding:2rem 1.5rem 3rem}.testimonial-grid{columns:1}.testimonials-story-inner{grid-template-columns:1fr}.testimonials-story-img{height:320px}.testimonial-cta-banner{padding:3rem 1.5rem}footer.lc-footer{flex-direction:column;gap:1rem;text-align:center}}@media (max-width:600px){.home-hero-img{height:450px}}