@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Source+Sans+3:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");:root{--primary:#5a9a8e;--primary-soft:#7ab5aa;--accent:#6ca155;--accent-hover:#5d9049;--accent-soft:#e8ccb0;--bg:#e8f4f3;--bg-soft:#dceef0;--bg-warm:#eef8f7;--text:#2c2926;--muted:#5a554f;--border-subtle:rgba(44,41,38,.08);--error:#c47272;--shadow:0 4px 24px rgba(44,41,38,.08);--radius:12px;--radius-sm:8px;--radius-pill:999px}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;scroll-behavior:smooth}body{font-family:Source Sans\ 3,system-ui,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1120px,100% - 3rem);margin:0 auto}.container.narrow{max-width:600px}.section{padding:5rem 0;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.68rem;color:var(--muted);margin-bottom:1rem}.section-header{text-align:center;max-width:32rem;margin:0 auto 3rem}.section-kicker{font-size:clamp(2.1rem,3vw,2.6rem);font-weight:600;letter-spacing:-.02em;margin:0 0 .4rem}.section-header h2,.section-kicker{font-family:Cormorant Garamond,Georgia,serif;color:var(--text)}.section-header h2{font-size:clamp(1.75rem,2.5vw,2.2rem);font-weight:500;margin:.5rem 0 1rem;line-height:1.4;letter-spacing:-.01em}.services-section .section-header .section-lead{font-size:clamp(1.1rem,1.6vw,1.35rem);font-weight:400}.section-subtitle{color:var(--muted);font-size:.95rem}.btn{border-radius:var(--radius-pill);padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;border:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .25s ease}.btn.primary{background:var(--accent);color:#fff;box-shadow:0 2px 12px rgba(108,161,85,.3)}.btn.primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 20px rgba(108,161,85,.4)}.btn.full-width{width:100%}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:linear-gradient(180deg,rgba(232,244,243,.98),rgba(220,238,237,.96));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(71,109,85,.12);box-shadow:0 1px 20px rgba(44,41,38,.06)}.nav-inner{justify-content:space-between;padding:.6rem 0;gap:1rem}.logo,.nav-inner{display:flex;align-items:center}.logo{gap:.5rem;text-decoration:none;color:var(--text);font-family:Cormorant Garamond,Georgia,serif;font-weight:600;font-size:1.05rem;letter-spacing:-.02em}.logo-img{display:block;height:60px;width:auto;max-width:260px;object-fit:contain}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;border:none;background:transparent;cursor:pointer;border-radius:var(--radius-sm);transition:background .2s ease}.nav-toggle:hover{background:rgba(108,161,85,.1)}.nav-toggle-bar{display:block;width:20px;height:2px;background:var(--text);border-radius:1px;transition:transform .25s ease,opacity .25s ease}.nav-toggle.is-open .nav-toggle-bar:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle.is-open .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle.is-open .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-links{display:flex;align-items:center;gap:1.75rem;font-size:.88rem;font-weight:500}.nav-links a{color:var(--text);text-decoration:none;position:relative;padding:.25rem 0}.nav-links a:not(.nav-cta-mobile):after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--accent);transition:width .2s ease}.nav-links a:hover:not(.nav-cta-mobile):after{width:100%}.nav-cta{padding:.5rem 1.1rem;border-radius:var(--radius-pill);background:var(--accent);color:#fff;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .25s ease;box-shadow:0 2px 10px rgba(108,161,85,.3);white-space:nowrap}.nav-cta:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 16px rgba(108,161,85,.4)}.nav-cta-mobile{display:none}.hero-split{position:relative;min-height:90vh;display:flex;flex-direction:column;align-items:center;padding:8rem 0 4rem;overflow:hidden;box-sizing:border-box}.hero-bg{background-color:var(--bg-warm);background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:0}.hero-bg,.hero-bg:after{position:absolute;inset:0}.hero-bg:after{content:"";background:linear-gradient(135deg,rgba(171,205,202,.92),rgba(136,193,199,.85) 50%,rgba(173,229,224,.9));z-index:1;pointer-events:none}.hero-inner{position:relative;z-index:2;flex:1 1;padding:0 1.5rem;box-sizing:border-box}.hero-content,.hero-inner{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:100%}.hero-content{max-width:52rem}.hero-bottom{margin-top:2rem;padding-bottom:0}.hero-title{font-size:clamp(2.6rem,4.2vw,3.6rem);font-weight:600;letter-spacing:-.03em;white-space:nowrap}.hero-subtitle,.hero-title{font-family:Cormorant Garamond,Georgia,serif;color:var(--text);margin:0 0 .5rem}.hero-subtitle{font-size:clamp(1.5rem,2.3vw,2rem);font-weight:500;line-height:1.3}.hero-tags{font-size:.95rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0}.hero-intro{color:var(--muted);line-height:1.7;margin:0 0 .5rem}.hero-intro,.hero-quote{font-size:1rem;width:100%;text-align:center}.hero-quote{color:#224326;white-space:nowrap;display:block}.hero-cta{padding:.9rem 1.75rem;font-size:.95rem;font-weight:600;background:#6ca155;box-shadow:0 2px 12px rgba(108,161,85,.3)}.section-cta{text-align:center;margin-top:2.5rem;padding-top:1rem}.section-cta .btn{min-width:220px}.about-section{padding-top:6rem;background:var(--bg)}.about-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.about-image{border-radius:var(--radius);overflow:hidden;max-width:480px;justify-self:center;box-shadow:0 18px 45px rgba(0,0,0,.06)}.about-image img{width:100%;height:auto;display:block}.about-copy h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.8rem,2.5vw,2.3rem);font-weight:600;margin:.3rem 0 1rem;text-align:left}.about-copy{text-align:justify}.about-copy p{color:var(--muted);font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.qualifications{margin:1.5rem 0;padding:1rem 0;border-top:1px solid var(--border-subtle)}.qualifications p{margin-bottom:.5rem}.how-section{background:var(--bg)}.how-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}.how-card{padding:1.5rem;background:var(--bg-soft);border-radius:var(--radius-sm);border-left:4px solid var(--primary)}.how-card h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;font-weight:600;margin:0 0 .5rem}.how-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.6}.how-note{text-align:center;font-weight:500;color:var(--text)}.safety-section{background:var(--bg-warm)}.safety-wrap{max-width:720px;margin:0 auto;text-align:center}.safety-eyebrow{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);font-weight:600;margin:0 0 .75rem}.safety-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.65rem,2.4vw,2rem);font-weight:600;color:var(--text);margin:0 0 2rem;line-height:1.35}.safety-grid{display:grid;grid-gap:1rem;gap:1rem;text-align:left}.safety-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:#fff;border-radius:var(--radius-sm);box-shadow:0 2px 12px rgba(44,41,38,.06);border:1px solid var(--border-subtle)}.safety-check{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:rgba(108,161,85,.15);color:var(--accent);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.safety-item span:last-child{color:var(--muted);font-size:.98rem;line-height:1.6}.outreach-section{background:var(--bg)}.outreach-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.outreach-heading{font-size:clamp(1.1rem,1.5vw,1.35rem);font-weight:700;color:var(--text)}.outreach-copy p{color:var(--muted);font-size:1rem;line-height:1.7;margin-bottom:1rem}.outreach-image{min-height:320px;border-radius:var(--radius);background-size:cover;background-position:50%}.services-section{background:var(--bg)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.service-card{background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border-subtle);display:flex;flex-direction:column}.service-card-img{aspect-ratio:16/9;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:var(--bg-soft);min-height:200px;width:100%;overflow:hidden;position:relative;display:block}.service-card-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block}.service-card-body{padding:1.5rem;display:flex;flex-direction:column;flex:1 1}.service-card h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-weight:600;margin:0 0 .75rem;color:var(--text)}.service-card p{font-size:.95rem;color:var(--muted);line-height:1.6;margin:0}.service-card-expandable .service-teaser{margin-bottom:.5rem}.service-detail{display:none}.service-card-inline .service-detail{display:block;max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .25s ease,margin .25s ease}.service-card-inline .service-detail.is-open{max-height:2400px;opacity:1;margin-top:1rem}.service-detail p,.service-detail ul{font-size:.9rem;color:var(--muted);line-height:1.6;margin:0 0 .75rem}.service-detail ul{padding-left:1.25rem;list-style:disc}.service-detail li{margin-bottom:.35rem}.service-read-more{margin-top:.75rem;padding:0;border:none;background:none;font-family:inherit;font-size:.9rem;font-weight:600;color:var(--primary);cursor:pointer;text-align:left;text-decoration:underline;text-underline-offset:.2em;transition:color .2s ease}.service-read-more:hover{color:var(--primary-soft)}.services-closing{max-width:32rem;margin:0 auto;text-align:center;font-size:1.05rem;line-height:1.7;color:var(--text);padding-top:2rem;border-top:1px solid var(--border-subtle)}.testimonials-section{background:var(--bg-warm)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.testimonial-card{background:#fff;padding:2rem;border-radius:var(--radius);border:1px solid var(--border-subtle);margin:0;display:flex;flex-direction:column}.testimonial-text{font-size:1rem;line-height:1.7;color:var(--text);margin:0 0 1rem;font-style:italic}.testimonial-author{font-size:.9rem;color:var(--muted);margin-top:auto}.contact-section{background:var(--bg-soft)}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:3rem;gap:3rem;align-items:start}.contact-panel{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:2rem;gap:2rem;padding:2rem;border-radius:var(--radius);background:#fff;border:1px solid var(--border-subtle)}.contact-info{display:flex;flex-direction:column;gap:1.2rem}.contact-item strong{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.3rem}.contact-item a{color:var(--primary)}.contact-item a:hover{text-decoration:underline}.contact-item p{margin:0;color:var(--text);font-size:.95rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.field label{display:block;font-size:.85rem;margin-bottom:.3rem}.field label span{color:var(--primary)}.field input,.field select,.field textarea{width:100%;border-radius:var(--radius-sm);border:1px solid var(--border-subtle);background:var(--bg-soft);padding:.75rem 1rem;font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s ease}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--primary)}.field textarea{resize:vertical;min-height:120px}.form-note{font-size:.8rem;color:var(--muted);margin:.3rem 0}.btn-spinner{width:16px;height:16px;border-radius:50%;border:2px solid hsla(0,0%,100%,.4);border-top-color:#fff;animation:spin .7s linear infinite;opacity:0}.btn.loading .btn-spinner{opacity:1}@keyframes spin{to{transform:rotate(1turn)}}.form-status{font-size:.85rem;margin-top:.4rem}.form-status.success{color:var(--primary)}.form-status.error{color:var(--error)}.footer{padding:2rem 0;border-top:1px solid var(--border-subtle);background:var(--bg-soft)}.footer-inner{text-align:center;font-size:.85rem;color:var(--muted)}.footer-micro{font-style:italic;color:var(--muted);margin:.3rem 0}.footer-note{max-width:520px;margin:.5rem auto 0;font-size:.8rem}[data-animate]{opacity:0;transition:opacity .8s ease}[data-animate].is-visible{opacity:1}@media (max-width:960px){.logo-img{height:48px;max-width:220px}.nav-toggle{display:flex}.nav-cta-desk{display:none}.nav-links{position:fixed;top:52px;left:0;right:0;bottom:auto;flex-direction:column;align-items:stretch;gap:0;padding:1rem 1.5rem 1.5rem;background:linear-gradient(180deg,rgba(232,244,243,.98),rgba(220,238,237,.96));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(71,109,85,.12);max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .3s ease}.nav-links.is-open{max-height:85vh;opacity:1}.nav-links a{padding:.75rem 0;border-bottom:1px solid var(--border-subtle);font-size:1rem}.nav-cta-mobile{display:inline-flex;justify-content:center;margin-top:.75rem}body.nav-open{overflow:hidden}.about-split,.outreach-split{grid-template-columns:1fr}.about-image,.outreach-image{order:-1}.contact-grid,.contact-panel,.how-grid{grid-template-columns:1fr}.services-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.section{padding:3rem 0}.hero-title{white-space:normal}.hero-split{min-height:auto;padding:6rem 0 3rem}.services-grid,.testimonials-grid{grid-template-columns:1fr}}@media (max-width:520px){.hero-quote{white-space:normal}}