@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#0b253c;--accent:#1466ef;--soft:#eef5fc;--muted:#536476;--paper:#fff;--line:#dbe3eb}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:17px/1.65 'DM Sans',sans-serif}body.garden{--ink:#163e30;--accent:#ccf170;--soft:#f2f5eb;--muted:#52675c;--line:#dce3d6}body.warm{--ink:#292722;--accent:#f4a869;--soft:#f5f1ea;--muted:#6d675e;--line:#e2ddd4}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #2081e7;outline-offset:5px}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.12;letter-spacing:-.04em;margin:0 0 20px}h1{font-size:clamp(46px,5.6vw,82px);font-weight:800}h2{font-size:clamp(32px,3.6vw,50px)}h3{font-size:24px;letter-spacing:-.025em}p{margin:0 0 20px}em{font-style:normal;color:var(--accent)}.wrap{width:min(1240px,90%);margin:auto}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:22px}.skip{position:absolute;left:-9999px}.skip:focus{left:10px;top:10px;background:white;padding:10px;z-index:9}.topline{background:var(--soft);text-align:center;font-size:12px;padding:8px 15px;letter-spacing:.035em}header{background:var(--paper);border-bottom:1px solid var(--line)}nav{min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:800;line-height:1.45;letter-spacing:.08em}.mark{width:42px;height:42px;border-radius:50%;background:var(--ink);color:white;display:grid;place-items:center;font-size:24px}.navlinks{display:flex;gap:30px;align-items:center;font-size:14px;font-weight:600}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;background:var(--accent);color:white;padding:16px 24px;border-radius:7px;font-weight:700;font-size:15px;border:0;cursor:pointer}.garden .button,.warm .button{color:var(--ink)}.button:hover{filter:brightness(.96);text-decoration:none}.button.secondary{background:transparent;border:1px solid var(--line);color:var(--ink)}.hero{background:var(--ink);color:white;overflow:hidden}.hero .wrap{display:grid;grid-template-columns:1.07fr 1fr;gap:50px;align-items:center;min-height:615px;padding:65px 0}.hero p{max-width:510px;color:#d9e4eb;font-size:18px}.hero .eyebrow{color:var(--accent);font-size:12px}.hero figure{margin:0;position:relative}.hero img{width:100%;height:490px;object-fit:cover;border-radius:100px 9px 9px 9px;display:block}.hero .image-label{position:absolute;bottom:25px;left:25px;background:#ffffffed;color:var(--ink);padding:15px 22px;border-radius:6px;font-size:13px}.hero .micro{font-size:12px;margin-top:20px;color:#becbd5}.garden .hero{background:var(--soft);color:var(--ink)}.garden .hero p{color:var(--muted)}.garden .hero em,.garden .hero .eyebrow{color:#557c30}.garden .hero img{border-radius:180px 180px 8px 8px}.garden .hero .micro{color:var(--muted)}.warm .hero img{border-radius:8px;height:510px}.strip{padding:25px 0;border-bottom:1px solid var(--line)}.strip .wrap{display:flex;justify-content:space-between;gap:20px;font-size:13px;font-weight:600}.strip span:before{content:'↗';margin-right:12px;color:var(--muted)}section{padding:85px 0}.sectionhead{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:36px}.sectionhead p{max-width:370px;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{padding:30px;border:1px solid var(--line);border-radius:10px;display:block;transition:transform .2s,background .2s}.card:hover{background:var(--soft);transform:translateY(-3px);text-decoration:none}.card .num{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;margin-bottom:35px}.card p{color:var(--muted);font-size:15px;margin-bottom:26px}.card .read{font-size:13px;font-weight:700}.soft{background:var(--soft)}.split{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.steps{counter-reset:step}.step{padding:0 0 25px 55px;position:relative;margin-bottom:25px;border-bottom:1px solid var(--line)}.step:before{counter-increment:step;content:'0' counter(step);position:absolute;left:0;font-size:14px;font-weight:700}.step h3{font-size:22px;margin-bottom:12px}.step p{color:var(--muted);font-size:16px;margin:0}.note{padding:24px;background:white;border:1px solid var(--line);border-radius:8px;font-size:14px}.faq{max-width:900px;margin:auto}details{border-bottom:1px solid var(--line);padding:22px 0}summary{cursor:pointer;font-weight:700;list-style:none;display:flex;justify-content:space-between;gap:20px}summary:after{content:'+'}details[open] summary:after{content:'−'}details p{color:var(--muted);margin:18px 0 0;font-size:16px}.cta{background:var(--ink);color:white;padding:45px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-size:36px}.cta p{color:#d5dbdb;margin:0}.cta .eyebrow{color:var(--accent)}footer{padding:50px 0 30px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}footer .row{display:flex;justify-content:space-between;gap:25px;margin-bottom:35px}footer .brand{color:var(--ink)}footer .links{display:flex;gap:25px}.legal{max-width:800px;font-size:12px}.pagehead{background:var(--soft);padding:60px 0}.pagehead h1{max-width:940px;font-size:clamp(40px,5vw,65px)}.pagehead p{max-width:780px;color:var(--muted)}.crumb{font-size:12px;margin-bottom:25px;color:var(--muted)}.article{max-width:780px}.article h2{font-size:32px;margin-top:40px}.article li{margin-bottom:12px}.status{display:inline-flex;gap:9px;align-items:center;font-size:13px;margin-bottom:22px}.status:before{content:'';width:8px;height:8px;border-radius:50%;background:var(--accent)}.contactpanel{border:1px solid var(--line);border-radius:12px;padding:35px;background:var(--soft)}.mobilecontact{display:none}.menu{display:none}.small{font-size:13px;color:var(--muted)}@media(max-width:900px){.hero .wrap{gap:25px}.hero img{height:460px}.grid{grid-template-columns:repeat(2,1fr)}.split{gap:40px}.navlinks{gap:18px}.hero .wrap{min-height:auto}}@media(max-width:650px){body{font-size:16px}.wrap{width:89%}.topline{font-size:11px}nav{min-height:76px;flex-wrap:wrap;padding:15px 0;gap:15px}.brand{font-size:10px}.mark{width:34px;height:34px}.navlinks{width:100%;justify-content:space-between;font-size:12px;gap:10px}.navlinks .button{padding:9px 12px;font-size:12px}.hero .wrap{display:flex;flex-direction:column;align-items:stretch;padding:40px 0;gap:30px}.hero img,.warm .hero img{height:300px;border-radius:45px 6px 6px 6px}.garden .hero img{border-radius:100px 100px 6px 6px}.hero p{font-size:16px}.hero .image-label{font-size:11px;left:16px;bottom:16px}.hero .eyebrow{font-size:10px}.strip .wrap{flex-wrap:wrap;font-size:12px;gap:12px}.grid,.split{grid-template-columns:1fr}.sectionhead{display:block}.sectionhead p{margin-top:20px}section{padding:55px 0}.card{padding:25px}.card .num{margin-bottom:24px}.cta{padding:30px;display:block}.cta .button{margin-top:24px}.cta h2{font-size:30px}footer .row{flex-direction:column}footer .links{gap:18px}.pagehead{padding:40px 0}.contactpanel{padding:25px}}
