:root{--ivory:#fdfaf6;--linen:#f5ede4;--warm-sand:#e6d5c3;--caramel:#c49a6c;--copper:#a8704a;--espresso:#3d2b1f;--night:#1e1510;--eucalyptus:#7a9e87;--eucalyptus-light:#c2d8c8;--eucalyptus-dark:#4d7058;--amber:#d4a843;--rose:#d4a5a0;--gold:#c9a96e}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--espresso);background:var(--ivory);font-family:DM Sans,sans-serif;font-weight:300;line-height:1.75;overflow-x:hidden}h1,h2,h3,h4{font-family:DM Serif Display,serif;font-weight:400;line-height:1.2}a{color:var(--copper);text-decoration:none;transition:color .3s}a:hover{color:var(--espresso)}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.hero-bg{filter:brightness(.38)saturate(.7);background-image:url(https://images.unsplash.com/photo-1515377905703-c4788e51af15?w=1600&q=80);background-position:50%;background-size:cover;animation:25s ease-in-out infinite alternate heroZoom;position:absolute;inset:0;transform:scale(1.05)}@keyframes heroZoom{0%{transform:scale(1.05)}to{transform:scale(1.15)}}.hero-overlay{pointer-events:none;background:linear-gradient(#1e151040 0%,#4d70581a 40%,#d4a8430f 70%,#1e15108c 100%);position:absolute;inset:0}.hero-content{z-index:2;position:relative}.hero-badge{letter-spacing:.45em;text-transform:uppercase;color:var(--amber);opacity:0;background:#4d705833;border-radius:100px;margin-bottom:2rem;padding:.5rem 1.5rem;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:500;animation:.8s .2s forwards fadeUp}.hero h1{color:#fdfaf6;text-shadow:0 2px 50px #0000004d;opacity:0;margin-bottom:.5rem;font-size:clamp(2.8rem,8vw,6rem);animation:.8s .4s forwards fadeUp}.hero h1 em{color:var(--eucalyptus-light);font-style:italic}.hero-sub{color:#fdfaf6d9;text-shadow:0 1px 15px #0000004d;opacity:0;max-width:560px;margin-bottom:2.5rem;font-size:clamp(1rem,2.2vw,1.2rem);animation:.8s .6s forwards fadeUp}.btn-primary{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--ivory);letter-spacing:.22em;text-transform:uppercase;cursor:pointer;opacity:0;background:#fdfaf61f;border:1px solid #fdfaf659;padding:1rem 3rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:500;transition:all .4s;animation:.8s .8s forwards fadeUp;display:inline-block}.btn-primary:hover{color:var(--espresso);background:#fdfaf6f2;border-color:#0000;transform:translateY(-2px);box-shadow:0 12px 40px #00000040}.btn-secondary{border:1px solid var(--copper);color:var(--copper);letter-spacing:.2em;text-transform:uppercase;padding:.85rem 2.5rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:500;transition:all .3s;display:inline-block}.btn-secondary:hover{background:var(--copper);color:var(--ivory)}.hero-note{color:#fdfaf68c;opacity:0;margin-top:1.5rem;font-size:.82rem;animation:.8s 1s forwards fadeUp}.photo-band{width:100%;height:55vh;min-height:380px;position:relative;overflow:hidden}.photo-band img{object-fit:cover;filter:brightness(.45)saturate(.75);width:100%;height:100%;display:block}.photo-band-overlay{text-align:center;background:linear-gradient(#1e15101a 0%,#1e15104d 100%);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute;inset:0}.photo-band-overlay h2{color:#fdfaf6;text-shadow:0 2px 30px #0006;margin-bottom:.75rem;font-size:clamp(2rem,5vw,3.5rem);font-style:italic}.photo-band-overlay p{color:#fdfaf6cc;text-shadow:0 1px 10px #0000004d;max-width:500px;font-size:1.05rem}section{padding:6rem 2rem}.section-label{letter-spacing:.4em;text-transform:uppercase;color:var(--eucalyptus-dark);margin-bottom:1rem;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:500}.section-title{color:var(--espresso);margin-bottom:1.5rem;font-size:clamp(2rem,4.5vw,3.2rem)}.section-text{max-width:660px;color:var(--espresso);opacity:.82;font-size:1.02rem}.center{text-align:center;flex-direction:column;align-items:center;display:flex}.how-it-works{background:var(--linen)}.steps{counter-reset:step;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;max-width:1000px;margin:3rem auto 0;display:grid}.step{background:var(--ivory);border:1px solid var(--warm-sand);counter-increment:step;padding:2.5rem 2rem;transition:transform .3s;position:relative}.step:hover{transform:translateY(-4px)}.step:before{content:counter(step);color:var(--eucalyptus-light);font-family:DM Serif Display,serif;font-size:3rem;line-height:1;position:absolute;top:1rem;right:1.5rem}.step h3{color:var(--espresso);margin-bottom:.75rem;font-size:1.25rem}.step p{opacity:.75;font-size:.92rem}.services{background:var(--ivory)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1000px;margin:3rem auto 0;display:grid}.service-card{background:var(--linen);border:1px solid var(--warm-sand);padding:2.5rem;transition:all .3s}.service-card:hover{background:var(--ivory);box-shadow:0 8px 30px #3d2b1f0f}.service-card h3{color:var(--espresso);margin-bottom:.75rem;font-size:1.4rem}.service-card p{opacity:.78;margin-bottom:1.5rem;font-size:.95rem}.service-price{color:var(--copper);font-family:DM Serif Display,serif;font-size:1.2rem}.service-duration{color:var(--caramel);margin-left:.5rem;font-size:.78rem}.why-mobile{background:var(--linen)}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:900px;margin:3rem auto 0;display:grid}.benefit{background:var(--ivory);border:1px solid var(--warm-sand);padding:2rem}.benefit-icon{margin-bottom:1rem;font-size:1.8rem}.benefit h3{color:var(--espresso);margin-bottom:.5rem;font-size:1.15rem}.benefit p{opacity:.75;font-size:.9rem}.areas{background:var(--espresso);color:var(--ivory)}.areas .section-label{color:var(--amber)}.areas .section-title{color:var(--ivory)}.areas .section-text{color:#fdfaf6bf}.area-tags{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:800px;margin:2.5rem auto 0;display:flex}.area-tag{color:var(--ivory);letter-spacing:.08em;border:1px solid #fdfaf633;padding:.65rem 1.5rem;font-size:.85rem;transition:all .3s}.area-tag:hover{border-color:var(--amber);color:var(--amber);background:#fdfaf61a}.cta-banner{text-align:center;padding:7rem 2rem;position:relative;overflow:hidden}.cta-banner-bg{filter:brightness(.3)saturate(.65);background-image:url(https://images.unsplash.com/photo-1540555700478-4be289fbec6d?w=1600&q=80);background-position:50%;background-size:cover;position:absolute;inset:0}.cta-banner-content{z-index:2;position:relative}.cta-banner .section-title{color:var(--ivory)}.cta-banner p{color:#fdfaf6d9;max-width:500px;margin:0 auto 2rem}.cta-banner .btn-primary{opacity:1;animation:none}.faq{background:var(--ivory);max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--warm-sand);padding:1.5rem 0}.faq-item h3{color:var(--espresso);margin-bottom:.5rem;font-size:1.15rem}.faq-item p{opacity:.78;font-size:.95rem}footer{background:var(--night);color:#fdfaf68c;text-align:center;padding:3.5rem 2rem}.footer-brand{color:var(--ivory);margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:1.6rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:1.5rem;display:flex}.footer-links a{color:#fdfaf68c;letter-spacing:.1em;font-size:.82rem}.footer-links a:hover{color:var(--amber)}.footer-copy{opacity:.4;margin-top:1.5rem;font-size:.72rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){section{padding:4rem 1.5rem}.steps,.services-grid{grid-template-columns:1fr}.photo-band{height:35vh;min-height:250px}nav>div:last-child{gap:1rem!important}nav a:not(.btn-primary){display:none}}
