@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{--green:#143f2c;--deep:#102e23;--lime:#ddeb84;--text:#193829;--muted:#58645e;--paper:#fff;--line:#dbe2db;--soft:#f1f4ed}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--text);font-family:'DM Sans',Arial,sans-serif;font-size:1rem;line-height:1.65}a{color:inherit;text-decoration:none}a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid #7c9314;outline-offset:5px}img{max-width:100%;display:block}.wrap{max-width:1280px;width:calc(100% - 112px);margin:auto}.skip{position:fixed;left:20px;top:-100px;background:white;padding:12px 24px;z-index:10}.skip:focus{top:10px}.topline{background:var(--green);color:#fff;font-size:.875rem}.topline .wrap{display:flex;justify-content:space-between;align-items:center;min-height:38px}.topline a{font-weight:600}.header{background:white;border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:100px;gap:30px}.brand{display:flex;gap:14px;align-items:center;flex-shrink:0}.brand img{object-fit:contain}.brand span{font-family:Manrope,Arial,sans-serif;font-size:.875rem;line-height:1.4;letter-spacing:.12em;font-weight:800}.header nav{display:flex;align-items:center;gap:32px;font-size:.9375rem;font-weight:500}.header-inner>nav>a:not(.button):hover{color:#63852f}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;background:var(--green);color:white;padding:17px 24px;border-radius:4px;font-weight:600;line-height:1.5;transition:background .18s,transform .18s}.button:hover{background:#23563c;transform:translateY(-2px)}.button span{font-size:1.35rem}.button.small{padding:12px 20px}.button.lime{background:var(--lime);color:var(--deep)}.button.lime:hover{background:#eaf5a9}.hero{display:grid;grid-template-columns:1fr 1fr;background:var(--green);color:white;min-height:650px}.hero-copy{padding:66px 56px 28px max(56px,calc((100vw - 1280px)/2));display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:.8125rem;font-weight:700;letter-spacing:.15em;line-height:1.6;margin:0 0 23px}.hero .eyebrow{color:var(--lime)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif}h1{font-size:clamp(3.5rem,4.7vw,5rem);font-weight:500;line-height:1.09;letter-spacing:-.055em;margin-bottom:26px}em{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-style:italic;letter-spacing:-.035em}h1 em{color:var(--lime)}.intro{font-size:1.125rem;color:#e0e9e1;line-height:1.75;max-width:450px;margin-bottom:30px}.actions{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.text-link{font-size:.9375rem;font-weight:600;display:inline-flex;gap:25px;align-items:center;border-bottom:1px solid #779582;padding-bottom:5px}.text-link:hover{border-color:currentColor}.hero-foot{display:flex;gap:0;width:100%;margin-top:48px;padding-top:22px;border-top:1px solid #53705e;font-size:.8125rem;color:#d8e4d9;flex-wrap:wrap}.hero-foot span+span:before{content:'·';margin:0 17px}.hero-photo{position:relative;overflow:hidden;min-height:100%}.hero-photo>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-photo:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(13,34,10,.6))}.photo-note{position:absolute;bottom:32px;left:40px;z-index:1;border-left:2px solid var(--lime);padding-left:22px}.photo-note span{font-size:.75rem;letter-spacing:.12em}.photo-note p{font-family:Georgia,serif;font-size:2rem;line-height:1.15;margin:12px 0 0}.section{padding-top:100px;padding-bottom:100px}.section-heading{display:flex;justify-content:space-between;gap:60px;align-items:flex-end;margin-bottom:46px}h2{font-size:clamp(2.4rem,3.4vw,3.6rem);line-height:1.16;font-weight:500;letter-spacing:-.05em;margin-bottom:24px}.section-heading h2{margin-bottom:0}.section-heading>p{max-width:330px;color:var(--muted);font-size:1.0625rem;margin-bottom:6px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service{border-top:1px solid #a8b6a8;padding:28px 24px 28px 0;display:flex;flex-direction:column}.number{font-size:.875rem;color:#637b5a;margin-bottom:28px}h3{font-size:1.35rem;line-height:1.35;letter-spacing:-.035em;font-weight:600;margin-bottom:14px}.service p{color:var(--muted);margin-bottom:27px}.service a{margin-top:auto;font-size:.875rem;font-weight:700;display:flex;justify-content:space-between;gap:12px}.service a:hover{text-decoration:underline}.service a span{font-size:1.2rem}.other-services{display:grid;grid-template-columns:1fr 2fr;gap:58px;border-top:1px solid var(--line);margin-top:32px;padding-top:38px}.other-services h3{max-width:230px;font-size:1.55rem}.other-services>div{display:flex;flex-direction:column}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none;padding:18px 0;font-weight:500;display:flex;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}summary:after{content:'+';font-size:1.3rem;line-height:1.2}details[open]>summary:after{content:'−'}details p{font-size:.9375rem;color:var(--muted);padding-right:22px;margin-bottom:20px}.other-services details:first-child summary{padding-top:0}.year-round{background:var(--deep);color:white;padding:86px 0}.plan-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:105px;align-items:center}.year-round .eyebrow{color:var(--lime)}.year-round h2 em{color:var(--lime)}.year-round p:not(.eyebrow){max-width:470px;color:#d6e0d7}.year-round .button{margin-top:15px}.plan-steps>div{display:flex;gap:26px;padding:29px 0;border-bottom:1px solid #496052}.plan-steps>div:first-child{padding-top:0}.plan-steps>div:last-child{border-bottom:0;padding-bottom:0}.plan-steps>div>span{font-size:.875rem;color:var(--lime);margin-top:6px}.plan-steps h3{font-size:1.25rem}.plan-steps p{margin:0;font-size:.9375rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.about-grid>div>p:not(.eyebrow){color:var(--muted);max-width:510px}.dark-link{border-color:#a5b7a4;margin-top:8px}.area-panel{background:var(--soft);padding:42px}.area-panel .eyebrow{margin-bottom:15px}.area-panel h3{font-family:Georgia,serif;font-size:2rem;font-weight:400}.towns{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;margin:28px 0}.towns span{font-size:1rem}.area-panel details{border-top:1px solid #d0dacf;border-bottom:0}.area-panel details summary{font-size:.875rem}.area-panel details p{padding:0;margin-bottom:0}.contact{background:var(--lime);padding:76px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.contact h2{margin-bottom:22px}.contact p{color:#3d542c}.contact .eyebrow{color:var(--green)}.phone{font-family:Manrope,Arial,sans-serif;font-size:2rem;letter-spacing:-.04em;font-weight:600;display:inline-block;margin-top:6px}.phone:hover{text-decoration:underline}.hours{font-size:.875rem;margin-top:7px;margin-bottom:0}.contact-options>a{display:flex;align-items:center;justify-content:space-between;gap:25px;background:#ffffffc9;border-radius:4px;margin-bottom:15px;padding:28px;transition:background .18s}.contact-options>a:hover{background:white}.contact-options h3{margin-bottom:8px}.contact-options p{font-size:.9375rem;margin-bottom:18px}.form-label{font-size:.875rem;font-weight:700}.round-arrow{border:1px solid #8ea26c;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;font-size:1.4rem;flex-shrink:0}.form-note{font-size:.8125rem;text-align:center;margin:20px 0 0}footer{background:#f9faf7;padding:50px 0 20px}.footer-main{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:60px}.footer-main strong{font-family:Manrope,Arial,sans-serif;font-weight:700;font-size:1.15rem}.footer-main p{font-size:.875rem;color:var(--muted);margin:14px 0}.footer-main .footer-heading{font-size:.75rem;letter-spacing:.12em;margin-top:4px;margin-bottom:15px;font-weight:700}.footer-main a{display:block;font-size:.875rem;margin:8px 0}.footer-main a:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:22px;margin-top:35px;font-size:.75rem;color:var(--muted)}
@media(min-width:1600px){.hero{grid-template-columns:1fr 1fr}.hero-copy{padding-right:80px}.hero-photo{max-height:820px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.header nav{gap:20px}.brand span{font-size:.75rem}.hero-copy{padding:50px 32px 28px}.hero{min-height:600px}h1{font-size:3.6rem}.hero-foot span+span:before{margin:0 9px}.plan-grid,.about-grid,.contact-grid{gap:50px}.area-panel{padding:30px}.section{padding-top:75px;padding-bottom:75px}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.header-inner{min-height:92px;gap:20px}.brand img{width:66px}.brand span{font-size:.6875rem}.header-inner>nav>a:not(.button){display:none}.header nav .button{padding:11px 15px;font-size:.875rem;gap:12px}.hero{grid-template-columns:1fr}.hero-copy{padding:46px 25px 26px}.hero-photo{height:370px;min-height:0}.hero-photo>img{object-position:center 55%}.hero h1{font-size:clamp(3.25rem,9vw,4.5rem)}.intro{max-width:540px}.hero-foot{margin-top:30px}.actions{flex-direction:row;align-items:center;flex-wrap:wrap;gap:24px}.photo-note{left:25px;bottom:25px}.photo-note p{font-size:1.65rem}.section-heading{display:block;margin-bottom:32px}.section-heading>p{max-width:500px;margin-top:20px}.services-grid{grid-template-columns:1fr;gap:8px}.service{padding:24px 0}.number{margin-bottom:15px}.service p{margin-bottom:18px;max-width:540px}.service a{justify-content:flex-start;gap:25px}.other-services{grid-template-columns:1fr;gap:24px}.other-services h3{max-width:none;margin:0}.plan-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:45px}.year-round{padding:60px 0}.year-round h2{font-size:2.7rem}.plan-steps{max-width:560px}.section{padding-top:60px;padding-bottom:60px}.area-panel{padding:28px}.contact{padding:60px 0}.contact-options>a{padding:24px}.footer-main{grid-template-columns:1fr 1fr;gap:30px}.footer-main>div:first-child{grid-column:1/-1}.footer-bottom{flex-wrap:wrap;gap:8px}.topline .wrap{font-size:.75rem;gap:12px}.topline .wrap>span{max-width:230px}}
@media(max-width:430px){.topline .wrap>span{max-width:170px;font-size:.6875rem;line-height:1.4}.topline a{font-size:.75rem;white-space:nowrap}.brand{gap:8px}.brand img{width:58px}.header nav .button{padding:10px 12px}.header nav .button span{display:none}.hero-copy{padding-left:20px;padding-right:20px}.hero h1{font-size:3.2rem}.hero .button{font-size:.9375rem;padding:15px 18px;gap:15px}.hero-photo{height:300px}.hero-foot{font-size:.75rem}.hero-foot span+span:before{margin:0 10px}.year-round h2{font-size:2.45rem}.contact-options>a{padding:20px}.round-arrow{width:34px;height:34px}.footer-main{gap:20px}.footer-main strong{font-size:1.1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.mobile-nav{display:none}.page-heading{background:var(--green);color:white;padding:45px 0 55px}.page-heading h1{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:20px}.page-heading .eyebrow{color:var(--lime);margin-top:30px;margin-bottom:18px}.page-heading p:last-child{max-width:670px;font-size:1.125rem;color:#e0e9e1;margin:0}.breadcrumb{font-size:.875rem;text-decoration:underline;text-underline-offset:4px}.page-content{padding-top:55px;padding-bottom:75px}.two-cards{display:grid;grid-template-columns:1fr 1fr;gap:25px}.info-card{background:var(--soft);padding:35px;border:1px solid var(--line);border-radius:5px}.info-card h2{font-size:2rem;line-height:1.2}.info-card p{color:var(--muted)}.info-card .eyebrow{color:var(--green)}.small-note{font-size:.875rem;margin:20px 0 0}.reading{max-width:780px;margin:55px auto 0}.reading:first-child{margin-top:0}.reading h2{font-size:1.85rem;margin-top:40px}.reading h3{margin-top:26px}.reading a,.form-layout aside a:not(.phone),.form-help a{text-decoration:underline;text-underline-offset:3px}.reading a.button{text-decoration:none}.reading p{overflow-wrap:anywhere}.policy-date{color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:25px}.form-layout{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.5fr);gap:50px}.form-layout aside h2{font-size:1.9rem}.form-layout aside{align-self:start;position:sticky;top:25px}.form-layout aside .phone{font-size:1.7rem}.form-layout hr{border:0;border-top:1px solid var(--line);margin:28px 0}.form-help{font-size:.875rem;color:var(--muted);padding:15px 20px;background:var(--soft);border-radius:4px}.enquiry-frame{width:100%;height:1380px;border:0;background:#fff;display:block}.news-callout{display:flex;align-items:center;justify-content:space-between;gap:35px}.news-callout>div{max-width:650px}.news-callout .button{flex-shrink:0}.archive-item{border-top:1px solid var(--line);padding:30px 0 10px}.archive-item .eyebrow{margin-bottom:12px;color:var(--muted)}.archive-item h3{margin-top:0}.link-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.link-list .info-card{display:flex;flex-direction:column}.link-list h2{font-size:1.65rem}.link-list .button{margin-top:auto}.header nav{gap:24px}.footer-main a{font-size:.9375rem}
@media(max-width:1050px){.header-inner>nav>a:not(.button){display:none}.mobile-nav{display:block;border:0;border-top:1px solid var(--line);padding:0 32px}.mobile-nav>summary{font-size:.9375rem;padding:12px 0}.mobile-nav nav{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:0 0 15px}.mobile-nav nav a{font-size:.9375rem;padding:10px 0}.link-list{grid-template-columns:1fr}.link-list .button{align-self:start}.news-callout{display:block}.news-callout .button{margin-top:15px}}
@media(max-width:800px){.mobile-nav{padding:0 20px}.two-cards{grid-template-columns:1fr}.page-heading{padding:30px 0 40px}.page-content{padding-top:35px;padding-bottom:50px}.info-card{padding:25px}.form-layout{grid-template-columns:1fr;gap:25px}.form-layout aside{position:static}.form-layout aside h2{font-size:1.6rem}.enquiry-frame{height:1530px}.reading{margin-top:40px}.form-help{padding:14px}.news-callout .button{font-size:.9375rem}.page-heading h1{line-height:1.12}}
@media(max-width:430px){.mobile-nav nav{grid-template-columns:1fr 1fr}.page-content{width:calc(100% - 32px)}.info-card{padding:22px}.info-card .button{font-size:.9375rem;padding:15px 17px;gap:16px}.enquiry-frame{height:1630px}}

/* Keep mobile menu links visible when the native disclosure is open. */
.header .pay-button{background:var(--lime);color:var(--deep);border:1px solid #cad977;white-space:nowrap}.header .pay-button:hover{background:#eaf5a9}.mobile-nav[open]>summary{border-bottom:1px solid var(--line);margin-bottom:5px}.mobile-nav nav>a{display:block;min-height:44px}.mobile-nav nav>a:hover,.mobile-nav nav>a:focus-visible{background:var(--soft)}
@media(max-width:430px){.header-inner{gap:12px}.header .pay-button{padding:12px;font-size:.875rem}.brand span{font-size:.625rem;letter-spacing:.08em}.brand img{width:50px}}
.faq-list{max-width:850px;margin:auto}.faq-list details{border-bottom:1px solid #d7ded8;padding:24px 0}.faq-list summary{font-size:1.2rem;font-weight:650;cursor:pointer}.faq-list p{line-height:1.8;max-width:720px}.hero .text-link{max-width:220px}.hero-photo img{object-position:center}.area-panel .towns{gap:12px}.area-panel .text-link{margin-top:24px;display:inline-block}

.hero.hero-text{display:block;min-height:0}
.hero-text .hero-copy{max-width:1392px;margin:0 auto;padding:76px 56px 38px}
.hero-text h1{font-size:clamp(3.5rem,6.5vw,6rem)}
.hero-text .intro{max-width:650px}
.hero-text .actions{flex-direction:row;align-items:center;flex-wrap:wrap;gap:28px}
.hero-text .hero-foot{max-width:760px}
@media(max-width:800px){.hero-text .hero-copy{padding:48px 25px 30px}.hero-text h1{font-size:clamp(3.1rem,9vw,4.5rem)}}
@media(max-width:430px){.hero-text .hero-copy{padding-left:20px;padding-right:20px}.hero-text .actions{align-items:flex-start;flex-direction:column}}

.hero.hero-window{grid-template-columns:1.05fr 1fr;min-height:620px}
.hero-window .hero-copy{padding-top:72px;padding-bottom:32px}
.hero-window h1{font-size:clamp(3.4rem,5.2vw,5.5rem)}
.hero-window .intro{max-width:460px}
.hero-window .hero-foot{margin-top:auto;padding-top:24px}
.hero-window .actions{margin-bottom:40px}
.window-photo>img{object-position:center}
.image-caption{position:absolute;top:18px;right:18px;z-index:1;color:#fff;background:#102e23cc;border-radius:3px;padding:4px 9px;font-size:.75rem}
@media(max-width:1100px){.hero-window h1{font-size:3.5rem}.hero-window .hero-copy{padding-top:54px}}
@media(max-width:800px){.hero.hero-window{grid-template-columns:1fr;min-height:0}.hero-window .hero-copy{padding-top:46px}.hero-window h1{font-size:clamp(3.2rem,9vw,4.5rem)}.hero-window .hero-foot{margin-top:0}.window-photo{height:400px}.window-photo>img{object-position:center 48%}.hero-window .actions{margin-bottom:30px}}
/* Balance the opening copy within its own half, independent of the page gutter. */
.hero.hero-window{grid-template-columns:1fr 1fr}
.hero-window .hero-copy{padding:64px clamp(32px,5vw,96px) 32px;align-items:center;justify-content:center}
.hero-window .hero-copy>h1,.hero-window .hero-copy>.eyebrow,.hero-window .hero-copy>.intro,.hero-window .hero-copy>.actions,.hero-window .hero-copy>.hero-foot{width:100%;max-width:560px}
.hero-window .hero-foot{margin-top:0}
.hero-window .text-link{max-width:none}
@media(max-width:1100px){.hero-window .hero-copy{padding:48px 32px 30px}}
@media(max-width:800px){.hero.hero-window{grid-template-columns:1fr}.hero-window .hero-copy{padding:46px 25px 30px;align-items:flex-start}.hero-window .hero-copy>h1,.hero-window .hero-copy>.eyebrow,.hero-window .hero-copy>.intro,.hero-window .hero-copy>.actions,.hero-window .hero-copy>.hero-foot{max-width:560px}}
@media(max-width:430px){.hero-window .hero-copy{padding-left:20px;padding-right:20px}}

/* Original Souter photo archive */
.photo-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 24px;margin:32px 0 64px}.photo-gallery figure{margin:0;min-width:0}.photo-gallery a{display:block;overflow:hidden;background:#eef2ef}.photo-gallery img{display:block;width:100%;height:280px;object-fit:contain;transition:transform .2s}.photo-gallery a:hover img{transform:scale(1.025)}.photo-gallery a:focus-visible{outline:3px solid #174936;outline-offset:5px}.photo-gallery figcaption{font-size:1rem;line-height:1.5;margin-top:12px;color:#174936}.gallery-intro{max-width:760px}.gallery-preview{margin-bottom:0}@media(max-width:1100px){.photo-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.photo-gallery{grid-template-columns:1fr;gap:28px}.photo-gallery img{height:auto;max-height:420px;object-fit:contain}}@media(prefers-reduced-motion:reduce){.photo-gallery img{transition:none}}
