*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --green-deep:#1a3d2b;
  --green-mid:#2d6a4f;
  --green-bright:#52b788;
  --green-light:#b7e4c7;
  --cream:#f8f4ec;
  --cream-dark:#ede8db;
  --gold:#c9a84c;
  --gold-light:#dbbe72;
  --text-dark:#1a1a18;
  --text-mid:#3d4a3e;
  --text-muted:#6b7a6c;
}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--text-dark);overflow-x:hidden}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:.9rem 2rem;background:rgba(26,61,43,0.97);backdrop-filter:blur(8px)}
.nav-logo{font-family:'Playfair Display',serif;color:var(--green-light);font-size:.95rem;letter-spacing:.04em;line-height:1.2;text-decoration:none}
.nav-logo span{color:var(--gold)}
.nav-links{display:flex;align-items:center;gap:1.8rem;list-style:none}
.nav-links a{color:rgba(255,255,255,.75);text-decoration:none;font-size:.85rem;letter-spacing:.04em;transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:var(--green-light)}
.nav-cta{display:flex;align-items:center;gap:7px;background:var(--gold);color:var(--green-deep);font-weight:500;font-size:.85rem;text-decoration:none;padding:.5rem 1.1rem;border-radius:40px;transition:background .2s,transform .15s}
.nav-cta:hover{background:var(--gold-light);transform:scale(1.03)}
.nav-cta svg{width:14px;height:14px}
.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.nav-hamburger span{width:22px;height:2px;background:white;border-radius:2px;transition:.3s}
.mobile-menu{display:none;position:fixed;top:60px;left:0;right:0;background:var(--green-deep);padding:1.5rem 2rem;z-index:199;flex-direction:column;gap:1rem}
.mobile-menu a{color:rgba(255,255,255,.85);text-decoration:none;font-size:1rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.08)}
.mobile-menu.open{display:flex}

/* PAGE HERO */
.page-hero{padding:8rem 1.5rem 4rem;background:var(--green-deep);text-align:center;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 60% 40%,rgba(82,183,136,.12) 0%,transparent 65%);pointer-events:none}
.page-hero-badge{display:inline-block;background:rgba(201,168,76,.18);border:1px solid var(--gold);color:var(--gold);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;padding:.3rem .9rem;border-radius:40px;margin-bottom:1rem}
.page-hero h1{font-family:'Playfair Display',serif;font-size:clamp(2rem,5vw,3.2rem);color:#fff;line-height:1.1;margin-bottom:.8rem;position:relative}
.page-hero h1 em{font-style:normal;color:var(--green-light)}
.page-hero p{color:rgba(255,255,255,.72);font-size:1.05rem;font-weight:300;max-width:560px;margin:0 auto;line-height:1.7;position:relative}

/* SECTIONS */
.section{padding:5rem 1.5rem}
.section-alt{background:#fff}
.section-green{background:var(--green-deep)}
.inner{max-width:1100px;margin:0 auto}
.inner-sm{max-width:780px;margin:0 auto}
.section-label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--green-mid);font-weight:500;margin-bottom:.6rem;text-align:center}
.section-label-light{color:var(--green-light)}
.section-title{font-family:'Playfair Display',serif;font-size:clamp(1.7rem,3.5vw,2.5rem);color:var(--green-deep);margin-bottom:.5rem;text-align:center}
.section-title-light{color:var(--green-light)}
.section-sub{text-align:center;color:var(--text-muted);font-weight:300;font-size:1rem;line-height:1.7;max-width:580px;margin:0 auto 3rem}
.section-sub-light{color:rgba(255,255,255,.65)}

/* CARDS */
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.4rem}
.card{background:#fff;border:1px solid var(--cream-dark);padding:1.8rem 1.5rem;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}
.card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--green-mid);transform:scaleX(0);transform-origin:left;transition:transform .3s}
.card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.07)}
.card:hover::before{transform:scaleX(1)}
.card-icon{font-size:1.8rem;margin-bottom:.9rem}
.card h3{font-family:'Playfair Display',serif;font-size:1.15rem;color:var(--green-deep);margin-bottom:.5rem}
.card p{font-size:.9rem;color:var(--text-muted);line-height:1.7;font-weight:300}

/* TRUST BAR */
.trust{background:var(--cream-dark);padding:1.8rem 1.5rem}
.trust-inner{max-width:960px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem}
.trust-item{display:flex;align-items:center;gap:7px;font-size:.82rem;color:var(--text-mid)}
.trust-item svg{width:16px;height:16px;color:var(--green-mid);flex-shrink:0}

/* CTA BLOCK */
.cta-block{background:var(--green-mid);padding:5rem 1.5rem;text-align:center;position:relative;overflow:hidden}
.cta-block::before{content:'';position:absolute;inset:-50%;background:radial-gradient(ellipse at center,rgba(82,183,136,.15) 0%,transparent 65%);pointer-events:none}
.cta-block h2{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,4vw,3rem);color:#fff;margin-bottom:.7rem;position:relative}
.cta-block p{color:rgba(255,255,255,.72);font-size:1rem;font-weight:300;margin-bottom:2.2rem;position:relative}
.cta-number{display:inline-flex;align-items:center;gap:14px;background:#fff;color:var(--green-deep);font-size:clamp(1.4rem,3.5vw,2.2rem);font-family:'Playfair Display',serif;font-weight:700;text-decoration:none;padding:1rem 2.2rem;border-radius:80px;box-shadow:0 12px 48px rgba(0,0,0,.18);transition:transform .2s,box-shadow .2s;position:relative;animation:pulse 3s ease-in-out infinite}
.cta-number:hover{transform:translateY(-4px);animation:none;box-shadow:0 20px 64px rgba(0,0,0,.28)}
.cta-number svg{width:28px;height:28px;color:var(--green-mid);flex-shrink:0}
@keyframes pulse{0%,100%{box-shadow:0 12px 48px rgba(0,0,0,.18)}50%{box-shadow:0 12px 64px rgba(0,0,0,.32)}}
.cta-sub{margin-top:1.5rem;color:rgba(255,255,255,.45);font-size:.8rem;letter-spacing:.07em;position:relative}

/* TWO-COL */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.two-col img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.two-col-text h2{font-family:'Playfair Display',serif;font-size:clamp(1.6rem,3vw,2.2rem);color:var(--green-deep);margin-bottom:1rem;line-height:1.2}
.two-col-text h2.light{color:var(--green-light)}
.two-col-text p{color:var(--text-muted);line-height:1.8;font-size:.97rem;font-weight:300;margin-bottom:1rem}
.two-col-text p.light{color:rgba(255,255,255,.7)}

/* STATS */
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;margin-top:2rem}
.stat{border-left:3px solid var(--gold);padding-left:1rem}
.stat-num{font-family:'Playfair Display',serif;font-size:2rem;color:var(--gold);line-height:1}
.stat-label{font-size:.75rem;color:rgba(255,255,255,.5);letter-spacing:.06em;text-transform:uppercase;margin-top:4px}
.stat-label-dark{color:var(--text-muted)}

/* AREA GRID */
.area-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}
.area-card{background:#fff;border:1px solid var(--cream-dark);padding:1.4rem 1.2rem;transition:transform .2s,border-color .2s}
.area-card:hover{transform:translateY(-3px);border-color:var(--green-bright)}
.area-card h3{font-family:'Playfair Display',serif;font-size:1.05rem;color:var(--green-deep);margin-bottom:.4rem}
.area-card p{font-size:.82rem;color:var(--text-muted);line-height:1.6;font-weight:300}

/* TESTIMONIALS */
.testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.4rem}
.testi-card{background:#fff;border:1px solid var(--cream-dark);padding:1.6rem}
.testi-quote{font-family:'Playfair Display',serif;font-size:2.8rem;color:var(--green-light);line-height:.5;margin-bottom:.9rem}
.testi-stars{color:var(--gold);font-size:.82rem;margin-bottom:.5rem}
.testi-text{font-size:.92rem;color:var(--text-mid);line-height:1.75;font-weight:300;margin-bottom:1rem}
.testi-name{font-size:.75rem;font-weight:500;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase}

/* PROCESS */
.process{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;counter-reset:step}
.process-step{position:relative;padding:1.5rem;background:#fff;border:1px solid var(--cream-dark)}
.process-step::before{counter-increment:step;content:counter(step);font-family:'Playfair Display',serif;font-size:3rem;font-weight:700;color:var(--cream-dark);position:absolute;top:.5rem;right:.8rem;line-height:1}
.process-step h3{font-family:'Playfair Display',serif;font-size:1.05rem;color:var(--green-deep);margin-bottom:.4rem}
.process-step p{font-size:.85rem;color:var(--text-muted);line-height:1.65;font-weight:300}

/* FAQ */
.faq{max-width:720px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--cream-dark);padding:1.2rem 0}
.faq-q{font-family:'Playfair Display',serif;font-size:1.05rem;color:var(--green-deep);margin-bottom:.5rem}
.faq-a{font-size:.9rem;color:var(--text-muted);line-height:1.75;font-weight:300}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}
.contact-info h3{font-family:'Playfair Display',serif;font-size:1.4rem;color:var(--green-deep);margin-bottom:1.2rem}
.contact-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:1.2rem}
.contact-row svg{width:20px;height:20px;color:var(--green-mid);flex-shrink:0;margin-top:2px}
.contact-row-text strong{display:block;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:2px}
.contact-row-text a,.contact-row-text span{font-size:1rem;color:var(--text-dark);text-decoration:none;font-weight:400}
.contact-row-text a:hover{color:var(--green-mid)}
.contact-map{background:var(--cream-dark);border:1px solid var(--cream-dark);overflow:hidden;aspect-ratio:4/3}
.contact-map iframe{width:100%;height:100%;border:none}
.service-area-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.8rem}
.service-area-pill{background:var(--green-light);color:var(--green-deep);font-size:.75rem;padding:.25rem .7rem;border-radius:20px;font-weight:500}

/* FOOTER */
.footer{background:var(--green-deep);padding:3rem 1.5rem 2rem}
.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2.5rem}
.footer-brand p{color:rgba(255,255,255,.45);font-size:.82rem;line-height:1.7;margin-top:.7rem;font-weight:300}
.footer-logo{font-family:'Playfair Display',serif;color:var(--green-light);font-size:1rem;text-decoration:none}
.footer-logo span{color:var(--gold)}
.footer-col h4{color:rgba(255,255,255,.5);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.9rem;font-weight:500}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:.5rem}
.footer-col ul li a{color:rgba(255,255,255,.6);text-decoration:none;font-size:.85rem;transition:color .2s}
.footer-col ul li a:hover{color:var(--green-light)}
.footer-col p{color:rgba(255,255,255,.55);font-size:.85rem;line-height:1.8}
.footer-col a{color:var(--gold);text-decoration:none}
.footer-bottom{max-width:1100px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}
.footer-bottom p{color:rgba(255,255,255,.3);font-size:.75rem}

/* FLOAT */
.float-call{display:none;position:fixed;bottom:1.4rem;left:50%;transform:translateX(-50%);z-index:300;align-items:center;gap:9px;background:var(--gold);color:var(--green-deep);font-size:1rem;font-weight:500;text-decoration:none;padding:.8rem 1.8rem;border-radius:60px;box-shadow:0 8px 32px rgba(0,0,0,.25);white-space:nowrap;animation:pulse 3s ease-in-out infinite}
.float-call svg{width:18px;height:18px}

/* REVEAL */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}

/* RESPONSIVE */
@media(max-width:900px){
  .two-col{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr 1fr}
  .nav-links{display:none}
  .nav-hamburger{display:flex}
  .float-call{display:flex}
}
@media(max-width:600px){
  .footer-inner{grid-template-columns:1fr}
  .nav{padding:.9rem 1.2rem}
}
