@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:wght@500;600&display=swap');
:root{--cream:#f8f6ee;--paper:#fffef9;--sage:#5d725f;--sage-dark:#2f3e32;--sage-soft:#e9eee6;--ink:#27332b;--muted:#68736b;--line:#d9dfd6;}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:12px 5vw;background:rgba(255,254,249,.95);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.brand img{width:150px;max-height:62px;object-fit:contain}.menu{display:none;border:0;background:none;font-size:30px;color:var(--sage-dark)}nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:500}nav a:hover{color:var(--sage)}nav .pill{padding:10px 18px;border:1px solid var(--sage);border-radius:999px}.hero{padding:76px 7vw 58px;display:grid;grid-template-columns:1.02fr .98fr;gap:7vw;align-items:center;position:relative;overflow:hidden}.hero:after{content:'';position:absolute;right:-50px;top:80px;width:170px;height:270px;background:url('images/logo.png') center/contain no-repeat;opacity:.06;transform:rotate(10deg)}.hero-copy{position:relative;z-index:1}.eyebrow{font-size:12px;letter-spacing:.25em;text-transform:uppercase;color:var(--sage);font-weight:600;margin:0 0 16px}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(50px,7vw,86px);line-height:.98;letter-spacing:-.04em;font-weight:500;margin:0 0 24px;max-width:760px}.lead{font-size:20px;color:var(--muted);max-width:650px}.hero-actions{display:flex;align-items:center;gap:22px;margin:28px 0 30px}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--sage);color:white;padding:15px 28px;border-radius:999px;font-size:16px}.text{font-weight:600}.credentials{display:grid;grid-template-columns:repeat(2,max-content);gap:10px 24px;color:var(--muted);font-size:14px}.credentials span{display:flex;align-items:center;gap:7px}.credentials b{display:inline-grid;place-items:center;width:19px;height:19px;color:var(--sage);font-size:16px;font-weight:600}.hero-photo img{width:100%;height:520px;object-fit:cover;border-radius:38% 38% 18px 18px}.section{padding:95px 7vw}.heading{text-align:center;max-width:820px;margin:0 auto 52px}.heading h2,.about-intro h2,.about-more h2,.contact h2{font-family:'Playfair Display',serif;font-weight:500;line-height:1.05;letter-spacing:-.03em;font-size:clamp(38px,5vw,62px);margin:0 0 18px}.heading>p:last-child{color:var(--muted);font-size:18px}.with-rule:before,.with-rule:after{content:'';display:inline-block;width:65px;height:1px;background:var(--line);vertical-align:middle;margin:0 15px}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:1120px;margin:auto}.service-card{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:32px 34px;cursor:pointer;transition:.2s}.service-card:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(48,65,52,.08)}.service-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.service-top i{font-style:normal;font-size:28px}.service-top span{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--sage);font-weight:600}.service-card h3{font-family:'Playfair Display',serif;font-size:32px;font-weight:500;margin:0 0 9px}.service-card p{margin:0;color:var(--muted);font-size:16px}.about-intro{background:#eef2eb;padding:85px 7vw;display:grid;grid-template-columns:minmax(280px,450px) minmax(0,620px);justify-content:center;gap:7vw;align-items:center;position:relative;overflow:hidden}.about-photo{position:relative}.about-photo:after{content:'';position:absolute;inset:14px -14px -14px 14px;border:1px solid #cfd8ce;border-radius:24px;z-index:0}.about-photo img{position:relative;z-index:1;border-radius:24px;aspect-ratio:4/5;object-fit:cover}.about-copy p:not(.eyebrow){font-size:18px;color:var(--muted)}.outline{display:inline-flex;padding:13px 22px;border:1px solid var(--sage);border-radius:999px;margin-top:10px}.leaf-decoration{position:absolute;color:#9aaf98;font-family:serif;font-size:150px;line-height:1;opacity:.35;transform:rotate(35deg)}.leaf-left{left:-45px;top:30px}.leaf-right{right:-30px;bottom:-25px;transform:rotate(-35deg)}.about-more{background:var(--paper)}.about-more-inner{max-width:1050px;margin:auto;display:grid;grid-template-columns:1fr .8fr;gap:6vw;align-items:center}.about-more-copy>p:not(.eyebrow){color:var(--muted);font-size:17px}.about-cats-photo img{border-radius:28px;aspect-ratio:4/5;object-fit:cover}.qualifications{background:var(--cream)}.qualification-strip{max-width:1000px;margin:auto;background:var(--paper);border:1px solid var(--line);border-radius:28px;overflow:hidden}.qualification-strip>div{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:15px;padding:26px 30px;border-bottom:1px solid var(--line)}.qualification-strip>div:last-child{border-bottom:0}.qual-icon{width:42px;height:42px;border-radius:50%;background:var(--sage-soft);display:grid;place-items:center;color:var(--sage);font-style:normal;font-size:19px}.qualification-strip strong{font-family:'Playfair Display',serif;font-size:28px;font-weight:500}.qualification-strip span{grid-column:2;color:var(--muted);margin-top:-15px}.areas-section{position:relative;overflow:hidden;background:var(--sage-soft);min-height:620px}.area-content{position:relative;z-index:1;max-width:1120px;margin:auto;display:grid;grid-template-columns:1.05fr .95fr;gap:5vw;align-items:center}.area-heading{text-align:left;margin:0;max-width:680px}.area-heading h2{max-width:700px}.area-landscape{width:100%;max-width:610px;justify-self:end;opacity:.62}.area-landscape svg{width:100%;height:auto;display:block;fill:none;stroke:#849782;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.areas{position:relative;z-index:1;max-width:850px;margin:45px auto 0;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.areas span{background:var(--paper);border:1px solid var(--line);padding:10px 22px;border-radius:999px}..how-section{background:var(--paper)}.steps{max-width:1050px;margin:auto;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:#fff}.steps>div{display:grid;grid-template-columns:58px 68px 190px 1fr;align-items:center;padding:27px 34px;border-bottom:1px solid var(--line);gap:20px}.steps>div:last-child{border-bottom:0}.steps b{width:48px;height:48px;border-radius:50%;background:var(--sage-soft);display:grid;place-items:center;font-size:14px}.step-icon{color:#5b7d86;font-style:normal;font-size:30px;line-height:1;text-align:center}.steps h3{font-family:'Playfair Display',serif;font-size:27px;font-weight:500;margin:0}.steps p{margin:0;color:var(--muted)}.contact{padding:80px 7vw;background:var(--sage-dark);color:white;display:grid;grid-template-columns:1fr 360px;gap:8vw;align-items:center}.contact .eyebrow{color:#c9d8c6}.contact h2{font-size:clamp(42px,5vw,64px)}.contact p:not(.eyebrow){color:#d8dfd8;font-size:17px}.contactbox{display:flex;flex-direction:column;gap:12px}.contactbox .outline{border-color:#aebdac;color:white;justify-content:center}.contactbox small{color:#c4cec5;text-align:center}.full{width:100%;justify-content:center}.faq{max-width:900px;margin:auto}.faq details{border-top:1px solid var(--line);padding:22px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-family:'Playfair Display',serif;font-size:24px}.faq p{color:var(--muted);max-width:760px}.modal{display:none;position:fixed;inset:0;z-index:50}.modal.open{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(31,43,34,.55);backdrop-filter:blur(8px)}.modal-panel{position:relative;background:var(--paper);width:min(940px,92vw);max-height:88vh;overflow:auto;margin:6vh auto;padding:38px;border-radius:30px}.modal-close{position:absolute;right:18px;top:15px;border:0;background:none;font-size:34px}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.gallery-grid img{width:100%;height:270px;object-fit:cover;border-radius:18px}.gallery-details{color:var(--muted);margin-bottom:20px}footer{padding:40px 7vw;background:#202b23;color:#dbe1db;display:flex;justify-content:space-between;gap:30px;align-items:center;flex-wrap:wrap}.footer-logo{width:120px;filter:brightness(0) invert(1);opacity:.9}footer a{color:#dbe1db}
@media(max-width:760px){header{height:76px;padding:9px 6vw}.brand img{width:120px}.menu{display:block}nav{display:none}.hero{display:block;padding:54px 6vw 44px}.hero h1{font-size:52px}.lead{font-size:17px}.hero-actions{flex-wrap:wrap}.credentials{grid-template-columns:repeat(2,1fr);gap:8px 16px;font-size:12px}.credentials b{font-size:14px}.hero-photo{margin-top:35px}.hero-photo img{height:390px;border-radius:30% 30% 16px 16px}.section{padding:72px 6vw}.heading h2,.about-intro h2,.about-more h2{font-size:42px}.grid{grid-template-columns:1fr}.service-card{padding:25px 23px}.service-card h3{font-size:28px}.about-intro{grid-template-columns:1fr;padding:70px 8vw}.about-photo{max-width:430px;margin:auto}.about-more-inner{grid-template-columns:1fr}.qualification-strip>div{padding:22px}.qualification-strip strong{font-size:24px}.areas-section{min-height:650px}.area-content{grid-template-columns:1fr;gap:25px}.area-heading{text-align:center}.area-landscape{max-width:520px;justify-self:center}.areas{margin-top:25px}.steps>div{grid-template-columns:48px 42px 1fr;gap:12px;padding:22px}.steps h3{font-size:25px}.steps p{grid-column:3}.contact{grid-template-columns:1fr;padding:65px 7vw}.gallery-grid{grid-template-columns:1fr}.gallery-grid img{height:300px}.modal-panel{padding:28px 20px}footer{flex-direction:column;align-items:flex-start}}

/* FINAL SMALL VISUAL CHANGES ONLY */
.credentials .credential-icon svg{width:19px;height:19px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.credentials .credential-icon{width:20px;height:20px;color:var(--sage);display:inline-grid;place-items:center}
.qual-icon svg{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.step-icon svg{width:38px;height:38px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.area-landscape img{width:100%;max-width:390px;display:block;margin-left:auto;border-radius:0;opacity:.72;mix-blend-mode:multiply}
.botanical-section{position:relative;overflow:hidden}
.botanical{position:absolute;pointer-events:none;z-index:0;width:190px;height:auto;opacity:.34}
.botanical-services{right:-45px;bottom:-55px;transform:rotate(-28deg)}
.botanical-about-more{left:-62px;top:30px;transform:rotate(18deg)}
.botanical-qualifications{right:-50px;top:-30px;transform:rotate(-12deg)}
.botanical-areas{left:-65px;bottom:-70px;transform:rotate(62deg);opacity:.26}
.botanical-how{left:-55px;bottom:-65px;transform:rotate(58deg)}
.botanical-faq{right:-55px;top:20px;transform:rotate(-18deg)}
.botanical-section>.heading,.botanical-section>.grid,.botanical-section>.qualification-strip,.botanical-section>.area-content,.botanical-section>.areas,.botanical-section>.steps,.botanical-section>.faq{position:relative;z-index:1}
.leaf-decoration{width:175px;height:auto;font-size:0;z-index:0;opacity:.34}
.leaf-left{left:-35px;top:20px;transform:rotate(-12deg)}
.leaf-right{right:-40px;bottom:-35px;transform:rotate(175deg)}
@media(max-width:760px){
  .botanical{width:145px}
  .botanical-services{right:-48px;bottom:-50px}
  .botanical-about-more{left:-58px;top:20px}
  .botanical-qualifications{right:-55px;top:-28px}
  .botanical-areas{left:-58px;bottom:-55px}
  .botanical-how{left:-55px;bottom:-55px}
  .botanical-faq{right:-55px;top:15px}
  .area-landscape img{max-width:330px;margin:0 auto}
  .leaf-decoration{width:140px}
}
