:root{--ink:#183b2d;--forest:#123c2e;--deep:#0d2f24;--cream:#faf8f1;--paper:#f0eee4;--sage:#c8d8ab;--line:#d8ddce;--muted:#58675c;--white:#fffef8;--action-gap:.5rem;--serif:Georgia,'Times New Roman',serif;--sans:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:7rem}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased}
button,input,textarea,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
a{color:inherit}
img{display:block;width:100%;max-width:100%;height:auto}
h1,h2,h3,p{margin:0}
h1,h2,h3{font-family:var(--serif);font-weight:400}
h1,h2{line-height:1.08;letter-spacing:-.045em;text-wrap:balance}
h2{font-size:clamp(2.35rem,3.8vw,3.5rem)}
h3{font-size:1.5rem;line-height:1.25;letter-spacing:-.025em}
p{text-wrap:pretty}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid #b27027;outline-offset:5px}
[hidden]{display:none!important}
.container{width:min(100% - 3.5rem,1180px);margin-inline:auto}
.section{padding-block:6.5rem}
.eyebrow{margin-bottom:1.25rem;font-family:var(--sans);font-size:.76rem;line-height:1.4;font-weight:650;letter-spacing:.15em;text-transform:uppercase}
.skip-link{position:fixed;left:1rem;top:-6rem;background:var(--cream);padding:.75rem 1rem;z-index:100}
.skip-link:focus{top:1rem}
.demo-banner{padding:.65rem 1.25rem;background:var(--forest);color:var(--cream);text-align:center;font-size:.8rem;letter-spacing:.015em}
.demo-banner strong{font-weight:600}
.site-header{position:sticky;top:0;z-index:20;background:var(--cream);border-bottom:1px solid rgba(24,59,45,.09)}
.header-inner{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.brand{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0}
.brand-mark{width:3.15rem;height:3.15rem;flex-shrink:0}
.brand-type{display:flex;flex-direction:column;gap:.45rem}
.brand-name{font-family:var(--sans);font-size:1.85rem;font-weight:720;letter-spacing:-.065em;line-height:.95}
.brand-dot{color:#789461}
.brand-descriptor{font-family:var(--sans);font-size:.65rem;font-weight:650;letter-spacing:.31em;line-height:1;padding-left:.12rem}
.primary-nav{display:flex;gap:1.5rem;align-items:center;font-size:.875rem;font-weight:500}
.primary-nav>a:not(.button),.footer-nav a{text-decoration:none;text-underline-offset:.3em}
.primary-nav>a:not(.button):hover,.footer-nav a:hover{text-decoration:underline}
.button{display:inline-flex;align-items:center;justify-content:center;gap:var(--action-gap);min-height:3.45rem;border-radius:3px;padding:.85rem 1.45rem;background:var(--forest);color:var(--white);border:1px solid var(--forest);text-decoration:none;font-size:.93rem;font-weight:550;line-height:1.4;transition:background .16s ease,transform .16s ease}
.button:hover{background:var(--deep);transform:translateY(-1px)}
.button>span[aria-hidden="true"],.text-link>span[aria-hidden="true"]{flex:0 0 auto;line-height:1}
.button>span[aria-hidden="true"]{font-size:1.1em}
.button--small{min-height:2.9rem;font-size:.875rem;padding:.7rem 1.1rem}
.text-link{display:inline-flex;align-items:center;gap:var(--action-gap);min-height:2.75rem;font-size:.94rem;font-weight:500;text-underline-offset:.35em;text-decoration-thickness:1px}
.text-link:hover{text-decoration-thickness:2px}
.menu-toggle{display:none}
.hero{display:grid;grid-template-columns:1.06fr 1fr;gap:2.8rem;align-items:center;padding-block:3rem 4rem}
.hero-copy{padding-block:1rem}
.hero .eyebrow{color:var(--muted);margin-bottom:1.6rem}
h1{font-size:clamp(3.4rem,5.5vw,5.2rem)}
h1 em{font-weight:400;color:#5e7151}
.hero-description{max-width:29rem;font-size:1.07rem;color:var(--muted);margin-top:1.75rem;line-height:1.7}
.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.875rem 1.7rem;margin-top:2.15rem}
.hero-location{margin-top:2.3rem;font-size:.82rem;color:var(--muted)}
.hero-location span{display:inline-block;margin-inline:.65rem;color:#909b88}
.hero-photo{position:relative;align-self:stretch;min-height:510px;border-radius:0 5rem 0 0;overflow:hidden;background:var(--paper)}
.hero-photo>img{height:100%;object-fit:cover;object-position:52% center}
.photo-note{position:absolute;bottom:1.4rem;left:1.4rem;display:flex;flex-direction:column;background:var(--cream);padding:1rem 1.3rem;font-family:var(--serif);font-size:1.32rem;line-height:1.3}
.photo-note span:last-child{font-family:var(--sans);font-size:.76rem;letter-spacing:.01em;margin-top:.25rem;color:var(--muted)}
.services{border-top:1px solid var(--line);padding-top:4.8rem}
.section-heading{margin-bottom:2.75rem}
.section-heading>p{max-width:42rem;margin-top:1rem;color:var(--muted);font-size:1rem}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem}
.service-photo{aspect-ratio:1.12;overflow:hidden;background:var(--paper)}
.service-photo img{height:100%;object-fit:cover}
.service-card{display:flex;flex-direction:column}.service-photo{flex-shrink:0}.service-copy{position:relative;padding-top:1.55rem;display:flex;flex-direction:column;flex:1}.service-enquiry{align-self:flex-start;margin-top:auto;padding-top:1.15rem;min-height:44px;font-size:.875rem}.service-copy p{padding-bottom:1rem}
.service-copy h3{padding-right:2rem;margin-bottom:.8rem}
.service-copy p{color:var(--muted);font-size:1rem;line-height:1.7;padding-right:.5rem}
.service-number{position:absolute;right:.1rem;top:1.8rem;font-size:.75rem;color:var(--muted);letter-spacing:.05em}
.process{padding-block:5.3rem;background:var(--forest);color:var(--cream)}
.process .eyebrow{color:var(--sage)}
.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem;padding:0;margin:3.15rem 0 0;list-style:none}
.steps li{border-top:1px solid #587162;padding-top:1.3rem}
.step-number{display:block;margin-bottom:1.8rem;font-family:var(--serif);font-size:2.7rem;line-height:1;color:var(--sage)}
.steps h3{font-size:1.48rem;margin-bottom:.8rem}
.steps p{color:#d8dfd5;font-size:1rem;line-height:1.75;max-width:22rem}
.about{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.about-photo{aspect-ratio:1;overflow:hidden;border-radius:4rem 0 0 0;background:var(--paper)}
.about-photo img{height:100%;object-fit:cover}
.about-copy .eyebrow{color:var(--muted)}
.about-copy h2{font-size:clamp(2.3rem,3.7vw,3.4rem);margin-bottom:1.6rem}
.about-copy>p:not(.eyebrow){color:var(--muted);font-size:1rem;margin-bottom:1.1rem;line-height:1.8}
.about-copy .text-link{margin-top:.8rem}
.areas{background:var(--paper);padding-block:3.8rem;border-block:1px solid #e3e4d8}
.areas-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:5rem}
.areas h2{font-size:clamp(2rem,3vw,2.8rem)}
.areas .eyebrow{margin-bottom:.85rem}
.area-list{display:flex;flex-wrap:wrap;gap:.65rem;list-style:none;margin:0 0 1.1rem;padding:0}
.area-list li{border:1px solid #bac5b3;border-radius:100px;padding:.45rem .85rem;font-size:.85rem}
.areas-copy>p{color:var(--muted);font-size:.9rem;max-width:30rem}
.contact{background:var(--deep);color:var(--cream)}
.contact-inner{display:grid;grid-template-columns:.85fr 1.1fr;gap:6rem;align-items:start}
.contact .eyebrow{color:var(--sage)}
.contact h2{font-size:clamp(2.75rem,4.2vw,4rem)}
.contact-copy>p:not(.eyebrow){margin-top:1.5rem;font-size:1rem;max-width:25rem;color:#d8e0d5;line-height:1.8}
.demo-note{border-left:2px solid var(--sage);padding-left:1.25rem;margin-top:2.7rem;max-width:25rem}
.demo-note strong{font-weight:600;font-size:.93rem;color:var(--sage)}
.demo-note p{font-size:.9rem;line-height:1.75;color:#d8e0d5;margin-top:.65rem}
.quote-form{display:grid;gap:1.25rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.field{display:flex;flex-direction:column;gap:.45rem;min-width:0}
.field label{font-size:.88rem;font-weight:500}
.field label span{font-size:.875rem;color:#bfceb9;font-weight:400}
.field input,.field textarea,.field select{width:100%;min-width:0;min-height:3.1rem;border:1px solid #6a8172;border-radius:0;background:#1b3e30;color:var(--cream);padding:.85rem .95rem;font-size:.95rem;line-height:1.4;transition:border-color .15s ease;color-scheme:dark}
.field input::placeholder,.field textarea::placeholder{color:#bbcab6;opacity:1}
.field textarea{min-height:8.5rem;resize:vertical}
.field input:hover,.field textarea:hover,.field select:hover{border-color:#9cad92}
.field-hint{color:#bfceb9;font-size:.875rem;line-height:1.6}.field select option{background:var(--forest);color:var(--cream)}
.button--light{background:var(--sage);border-color:var(--sage);color:var(--deep)}
.button--light:hover{background:#d8e4c5}
.form-submit{width:100%;margin-top:.2rem}
.form-submit:disabled{cursor:wait;opacity:.55}
.form-status{padding:1rem 1.15rem;background:#294c36;border:1px solid #81996a;color:var(--white);font-size:.92rem;line-height:1.65}
.noscript-note{font-size:.9rem;color:var(--sage)}
.site-footer{padding-top:3.4rem}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-bottom:2.6rem}
.footer-nav{display:flex;flex-wrap:wrap;gap:1.8rem;font-size:.88rem}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.45rem;border-top:1px solid var(--line);color:var(--muted);font-size:.76rem}
.footer-bottom strong{font-weight:600;color:var(--ink)}
@media(min-width:1440px){.hero{gap:4rem;padding-block:3.5rem 4.5rem}.hero-photo{min-height:590px}}
@media(max-width:1000px){.primary-nav{gap:1rem;font-size:.875rem}.header-inner{gap:1rem}.hero{gap:2rem}.hero-photo{min-height:460px}h1{font-size:clamp(3rem,5.8vw,4.7rem)}.hero-actions{column-gap:1.2rem}.hero-actions .button{padding:.85rem 1.15rem}.about,.areas-inner{gap:3rem}.contact-inner{gap:3rem}.steps{gap:2rem}.service-grid{gap:1.15rem}.service-copy h3{font-size:1.28rem}}
@media(max-width:900px){html{scroll-padding-top:6rem}.container{width:calc(100% - 2.5rem)}.section{padding-block:4rem}.demo-banner{font-size:.7rem;padding:.6rem .8rem}.header-inner{min-height:82px;flex-wrap:wrap;gap:0}.brand{gap:.65rem}.brand-mark{width:2.8rem;height:2.8rem}.brand-name{font-size:1.65rem}.brand-descriptor{font-size:.625rem}.menu-toggle{display:inline-flex;align-items:center;gap:.6rem;min-height:44px;border:0;background:none;color:var(--ink);padding:.6rem 0 .6rem .8rem;font-size:.88rem}.menu-icon,.menu-icon::before,.menu-icon::after{display:block;width:20px;height:1px;background:currentColor;position:relative}.menu-icon::before,.menu-icon::after{content:'';position:absolute;left:0}.menu-icon::before{top:-6px}.menu-icon::after{top:6px}.menu-toggle[aria-expanded="true"] .menu-icon{background:transparent}.menu-toggle[aria-expanded="true"] .menu-icon::before{top:0;transform:rotate(45deg)}.menu-toggle[aria-expanded="true"] .menu-icon::after{top:0;transform:rotate(-45deg)}.primary-nav{width:100%;display:flex;flex-direction:column;align-items:stretch;padding:.7rem 0 1.35rem;gap:0;font-size:1rem}.primary-nav>a{padding:.65rem 0;min-height:44px}.primary-nav>.button{padding:.9rem;margin-top:.6rem}.js .primary-nav{display:none}.js .primary-nav.is-open{display:flex}.hero{grid-template-columns:1fr;gap:2rem;padding-block:2.5rem 3rem}.hero-copy{padding:0}.hero .eyebrow{font-size:.71rem;margin-bottom:1.2rem}h1{font-size:clamp(3rem,10.7vw,4.8rem);letter-spacing:-.045em}.hero-description{font-size:1rem;margin-top:1.4rem;max-width:30rem}.hero-actions{margin-top:1.6rem;column-gap:1.5rem}.hero-location{margin-top:1.65rem;font-size:.78rem}.hero-photo{min-height:0;aspect-ratio:1.08;border-radius:0 3.5rem 0 0}.photo-note{left:1rem;bottom:1rem;padding:.8rem 1rem;font-size:1.18rem}.section-heading{display:block;margin-bottom:2rem}.section-heading>p{max-width:30rem;margin-top:1rem;font-size:1rem}.service-grid{grid-template-columns:1fr;gap:2.3rem}.service-photo{aspect-ratio:1.15}.service-copy{padding-top:1.2rem}.service-copy h3{font-size:1.65rem}.service-number{top:1.55rem}.service-copy p{font-size:1rem;max-width:32rem}.process{padding-block:3.7rem}.steps{grid-template-columns:1fr;gap:2rem;margin-top:2.3rem}.steps li{position:relative;padding:1.4rem 0 0 3.7rem}.step-number{position:absolute;left:0;top:1.4rem;font-size:2.15rem;margin:0}.steps h3{font-size:1.45rem}.steps p{max-width:none;font-size:1rem}.about{grid-template-columns:1fr;gap:2rem}.about-photo{border-radius:3.5rem 0 0 0;aspect-ratio:1.12}.about-photo img{object-position:center 38%}.about-copy h2{font-size:2.7rem}.areas{padding-block:3rem}.areas-inner{grid-template-columns:1fr;gap:1.6rem}.areas h2{font-size:2.4rem}.contact-inner{grid-template-columns:1fr;gap:2.3rem}.contact h2{font-size:3.1rem}.contact-copy>p:not(.eyebrow){margin-top:1.2rem;max-width:32rem}.demo-note{margin-top:1.6rem;max-width:34rem}.form-row{grid-template-columns:1fr;gap:1.25rem}.field input,.field textarea,.field select{font-size:1rem}.site-footer{padding-top:2.5rem}.footer-top{align-items:flex-start;gap:2rem;padding-bottom:2rem;flex-wrap:wrap}.footer-nav{display:grid;grid-template-columns:1fr;gap:.4rem;font-size:.9rem}.footer-nav a{padding:.3rem 0}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.45rem;padding-block:1.3rem;font-size:.73rem}}
@media(min-width:600px) and (max-width:900px){.hero-photo{aspect-ratio:1.6;max-height:430px}.service-card{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:1.75rem;align-items:center}.service-photo{aspect-ratio:1}.service-copy{padding-top:.25rem}.service-number{top:.5rem}.service-copy h3{font-size:1.65rem}.service-enquiry{padding-top:.6rem}.about-photo{aspect-ratio:1.45;max-height:460px}.form-row{grid-template-columns:1fr 1fr}}
@media(max-width:360px){.container{width:calc(100% - 2rem)}.hero-actions{align-items:flex-start;flex-direction:column;gap:.875rem}h1{font-size:2.85rem}.hero-location{font-size:.73rem}.hero-location span{margin-inline:.3rem}.footer-top{gap:1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}.button:hover{transform:none}}
