:root{--ink:#102d29;--green:#195c4d;--lime:#d9e84a;--orange:#ef7c13;--cream:#f7f3eb}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Arial,sans-serif}header{height:82px;padding:0 max(24px,calc((100% - 1160px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:3;box-shadow:0 1px 10px #102d2912}.logo img{width:160px;height:62px;object-fit:contain}nav{display:flex;gap:24px;align-items:center}nav a{color:var(--ink);font-size:14px;text-decoration:none;font-weight:700}.cta,.button{background:var(--green);color:#fff!important;padding:13px 18px;text-decoration:none;display:inline-block;font-weight:700}.hero{background:linear-gradient(115deg,#0f302a,#296956);color:#fff;padding:115px max(24px,calc((100% - 1160px)/2));min-height:410px}.hero>div{max-width:690px}.eyebrow{font-size:11px;letter-spacing:2px;text-transform:uppercase;font-weight:800;color:var(--orange)}h1,h2{font-family:Georgia,serif;font-size:54px;line-height:1.08;margin:10px 0 20px}h2{font-size:41px}.hero p:not(.eyebrow){font-size:18px;line-height:1.65;color:#d7e3de;max-width:580px;margin-bottom:30px}.content,.process,.faq,.enquire{padding:86px max(24px,calc((100% - 1160px)/2))}.content{display:grid;grid-template-columns:1.2fr .8fr;gap:80px}.content p,.content li,.faq p{color:#61716b;line-height:1.7}.content li{margin:10px 0}.content aside{background:var(--cream);padding:34px;height:max-content;border-top:4px solid var(--lime)}.dark{background:var(--ink)}.process{background:var(--cream)}.process>div{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.process article{background:#fff;padding:28px}.process b{font:32px Georgia;color:var(--orange)}.process h3{font-family:Georgia;font-size:23px}.process p{color:#63726b;line-height:1.6}.faq{max-width:980px;margin:auto}.faq details{border-top:1px solid #d9e1dc;padding:19px 0}.faq summary{font-weight:700;cursor:pointer}.enquire{text-align:center;background:var(--green);color:#fff}.enquire .eyebrow{color:var(--lime)}.enquire h2{color:#fff}.enquire p:last-child{color:#d8e5df;font-size:14px;margin-top:26px}.enquire .button{background:var(--lime);color:var(--ink)!important}footer{background:var(--ink);color:#c9d8d2;padding:28px max(24px,calc((100% - 1160px)/2));font-size:13px}@media(max-width:700px){nav a:not(.cta){display:none}.logo img{width:130px}h1{font-size:42px}h2{font-size:35px}.content,.process>div{grid-template-columns:1fr}.content{gap:35px}.process>div{display:grid}}
