:root {
  --page: #0d1913;
  --surface: #14241c;
  --raised: #1a3025;
  --green: #1c6b4f;
  --green-hover: #25805f;
  --green-light: #b4d5c1;
  --text: #f3f5f1;
  --muted: #bfcbc3;
  --line: #354c3f;
  --max: 1240px;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--page); color: var(--text); font: 400 1rem/1.8 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
h1,h2,h3,p { margin: 0; }
h1,h2,h3 { font-weight: 480; line-height: 1.18; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem,4.2vw,4.2rem); }
h2 { font-size: clamp(2.1rem,3.1vw,3rem); }
h3 { font-size: 1.5rem; }
a { color: inherit; text-underline-offset: 5px; }
a,button,summary { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
address { font-style: normal; }
a:focus-visible,button:focus-visible,summary:focus-visible { outline: 2px solid #d1ebdc; outline-offset: 5px; }
.container { width: min(var(--max),calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 92px; }
.icon { width: 24px; height: 24px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; padding: 12px 20px; background: var(--text); color: var(--page); }
.skip-link:focus { top: 12px; }
.eyebrow { color: var(--green-light); font-size: .875rem; font-weight: 600; letter-spacing: .105em; line-height: 1.6; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 16px 23px; min-height: 56px; border: 1px solid #438064; background: var(--green); color: #fff; border-radius: 4px; text-decoration: none; font-size: 1rem; font-weight: 600; line-height: 1.45; transition: background .18s,border-color .18s; }
.button:hover { background: var(--green-hover); border-color: #79a98d; }
.button .icon { width: 20px; height: 20px; }
.button-outline { background: transparent; border-color: #738d7e; }
.button-outline:hover { background: var(--raised); }
.text-link { display: inline-flex; align-items: center; gap: 17px; text-decoration: none; font-size: 1rem; line-height: 1.6; color: var(--green-light); }
.text-link:hover { color: #fff; text-decoration: underline; }
.text-link .icon { width: 20px; height: 20px; }
.site-header { position: relative; z-index: 50; background: var(--page); border-bottom: 1px solid rgba(206,226,213,.16); }
.js .site-header { position: fixed; inset: 0 0 auto; background: linear-gradient(180deg,rgba(5,17,11,.48),rgba(5,17,11,.16)); transition: background .2s; }
.js .site-header.scrolled,.js .site-header.menu-open { background: #0d1b14; box-shadow: 0 5px 25px #0003; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 102px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; flex-shrink: 0; }
.brand-mark { position: relative; display: flex; align-items: center; justify-content: center; width: 63px; height: 59px; padding-bottom: 4px; border: 1px solid #a9c3b3; border-radius: 4px; color: #fff; font-size: 1.4rem; font-weight: 650; letter-spacing: -.055em; }
.brand-mark span { position: absolute; width: 32px; height: 3px; bottom: 9px; background: #8db79e; }
.brand-name { font-size: 1rem; font-weight: 500; line-height: 1.3; letter-spacing: -.02em; }
.navigation { display: flex; align-items: center; gap: 25px; }
.navigation > a,.navigation summary { font-size: .875rem; font-weight: 500; text-decoration: none; white-space: nowrap; }
.navigation > a:not(.button):hover,.navigation summary:hover,.navigation .active { color: #c5e6d3; }
.navigation > a[aria-current="page"]:not(.button) { color: #c5e6d3; box-shadow: 0 2px 0 #93bda4; }
.navigation .nav-contact { min-height: 45px; padding: 11px 19px; border-color: #728f7e; background: rgba(20,62,40,.4); font-size: .875rem; }
.navigation .nav-contact:hover { background: var(--green); }
.nav-dropdown { position: relative; }
.nav-dropdown summary { list-style: none; display: flex; align-items: center; gap: 9px; cursor: pointer; padding: 15px 0; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.chevron { display: inline-block; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); margin-top: -3px; }
.nav-dropdown[open] .chevron { transform: rotate(225deg); margin-top: 3px; }
.dropdown-links { position: absolute; top: calc(100% + 9px); left: -20px; width: 266px; padding: 10px; border: 1px solid #4b6455; border-radius: 5px; background: #13261c; box-shadow: 0 12px 30px #0005; }
.dropdown-links a { display: block; padding: 12px 14px; font-size: .9375rem; line-height: 1.45; text-decoration: none; border-radius: 3px; }
.dropdown-links a:hover,.dropdown-links a[aria-current="page"] { background: #254735; color: #fff; }
.menu-toggle { display: none; }
.image-surface { position: relative; isolation: isolate; overflow: hidden; background: #101c15; }
.photo-background { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; z-index: -2; }
.image-surface::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(5,17,11,.80),rgba(5,17,11,.70) 58%,rgba(5,17,11,.54)); }
.image-surface .eyebrow { color: #d4e8dc; }
.image-credit { position: absolute; right: 25px; bottom: 13px; padding: 2px 7px; border-radius: 2px; background: rgba(5,17,11,.6); font-size: .75rem; color: #edf2ee; }
.home-hero { min-height: 785px; padding: 171px 0 121px; display: flex; align-items: center; }
.home-hero .photo-background { object-position: center 55%; }
.home-hero-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); align-items: center; gap: 80px; }
.home-hero h1 { font-size: clamp(2.8rem,4.25vw,4.25rem); margin: 25px 0 25px; line-height: 1.16; }
.hero-intro { font-size: 1.125rem; color: #e0e8e2; line-height: 1.8; max-width: 720px; }
.home-hero .hero-intro { max-width: 525px; }
.hero-text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 6px; margin-top: 29px; border-bottom: 1px solid #9cb7a8; text-decoration: none; font-size: 1rem; }
.hero-text-link .icon { width: 20px; height: 20px; }
.hero-text-link:hover { color: #c5e6d3; border-color: #c5e6d3; }
.hero-enquiry { background: rgba(7,24,14,.82); border: 1px solid #597363; border-radius: 5px; padding: 39px 39px 30px; text-align: center; box-shadow: 0 17px 44px #0004; }
.hero-enquiry h2 { font-size: 2rem; margin: 15px 0 19px; line-height: 1.25; }
.hero-enquiry > p:not(.eyebrow) { color: #d5e0d8; font-size: 1rem; }
.hero-enquiry > .button { width: 100%; margin-top: 27px; min-height: 59px; }
.hero-phone { display: flex; flex-direction: column; align-items: center; gap: 3px; margin-top: 22px; }
.hero-phone > span { font-size: .875rem; color: var(--muted); }
.hero-phone > a { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.5rem; font-weight: 550; }
.hero-phone .icon { width: 21px; height: 21px; color: #b4d5c1; }
.hero-enquiry > .hero-reassurance { display: flex; justify-content: center; align-items: center; gap: 8px; border-top: 1px solid #3c5746; margin-top: 20px; padding-top: 19px; font-size: .875rem; line-height: 1.5; }
.hero-reassurance .icon { width: 18px; height: 18px; color: #a8cdb6; }
.home-hero-bottom { position: absolute; bottom: 28px; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-top: 22px; border-top: 1px solid #b2c8ba55; }
.home-hero-bottom nav { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.home-hero-bottom nav .icon { width: 19px; height: 19px; color: #b4d5c1; }
.home-hero-bottom a { font-size: .875rem; text-decoration: none; }
.home-hero-bottom a:hover { text-decoration: underline; }
.home-hero-bottom > span { font-size: .75rem; flex-shrink: 0; color: #edf2ee; background: rgba(5,17,11,.6); padding: 2px 7px; border-radius: 2px; }
.foundation-band { background: #172b20; border-bottom: 1px solid var(--line); }
.foundation-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; padding-block: 26px; }
.foundation-strip > span { display: flex; align-items: center; justify-content: center; gap: 15px; font-size: .875rem; line-height: 1.55; color: #c1d0c6; }
.foundation-strip > span + span { border-left: 1px solid #46624f; }
.foundation-strip .icon { width: 27px; height: 27px; color: #b4d5c1; }
.foundation-strip strong { color: #f3f5f1; font-weight: 550; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 37px; }
.section-heading h2 { margin-top: 13px; }
.section-heading > p { max-width: 360px; color: var(--muted); font-size: 1rem; }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.service-photo-card { display: flex; min-height: 455px; border: 1px solid #587260; border-radius: 5px; text-decoration: none; transition: border-color .18s; }
.service-photo-card::after { background: linear-gradient(180deg,rgba(4,16,9,.65),rgba(4,16,9,.76) 45%,rgba(4,16,9,.89)); }
.service-photo-card:hover { border-color: #a4c4b0; }
.card-photo-0 .photo-background { object-position: 32% center; }
.card-photo-1 .photo-background { object-position: 80% center; }
.card-photo-2 .photo-background { object-position: 73% center; }
.service-card-content { padding: 30px; display: flex; flex-direction: column; width: 100%; }
.card-number { color: #e4eee8; font-size: .875rem; letter-spacing: .12em; }
.service-card-content h3 { font-size: 1.65rem; margin: 75px 0 17px; }
.service-card-content p { font-size: 1rem; line-height: 1.75; color: #d0dbd3; margin-bottom: 26px; }
.card-cta { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: auto; padding-top: 19px; border-top: 1px solid #829b8855; font-size: .875rem; line-height: 1.5; }
.card-cta .icon { width: 20px; height: 20px; color: #b4d5c1; }
.audience-section { background: var(--surface); border-block: 1px solid #2c4434; }
.audience-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.audience-card { display: flex; flex-direction: column; text-decoration: none; padding: 26px; border: 1px solid var(--line); background: #172c20; border-radius: 4px; transition: background .18s,border-color .18s; }
.audience-card:hover { background: #203d2d; border-color: #7e9e8b; }
.audience-card h3 { margin: 30px 0 16px; font-size: 1.35rem; }
.audience-card p { color: var(--muted); font-size: 1rem; line-height: 1.75; margin-bottom: 24px; }
.coverage-section { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 90px; padding-block: 68px; }
.coverage-section h2 { font-size: 2.1rem; margin: 13px 0 18px; }
.coverage-section p:not(.eyebrow) { color: var(--muted); font-size: 1rem; max-width: 490px; }
.area-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.area-pills a { display: inline-flex; align-items: center; justify-content: center; padding: 10px 17px; border: 1px solid #5b7564; border-radius: 3px; font-size: .9375rem; text-decoration: none; background: #16291e; }
.area-pills a:hover,.area-pills a[aria-current="page"] { background: #285039; border-color: #96b7a2; }
.coverage-section .text-link { margin-top: 24px; }
.contact-band { padding-block: 72px; border-top: 1px solid #415b49; }
.contact-band::after { background: rgba(5,22,12,.75); }
.contact-band .photo-background { object-position: center 53%; }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.contact-band h2 { margin: 14px 0 18px; font-size: 2.65rem; }
.contact-band p:not(.eyebrow) { color: #d2ded6; max-width: 570px; }
.band-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; flex-shrink: 0; }
.band-actions > a:not(.button) { text-decoration: none; font-size: .9375rem; color: #dbe7df; }
.band-actions > a:not(.button):hover { text-decoration: underline; }
.page-hero { padding: 133px 0 76px; min-height: 580px; }
.page-hero .photo-background { object-position: center 48%; }
.hero-inner { position: relative; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 39px; font-size: .875rem; color: #c0d3c7; line-height: 1.6; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: #fff; text-decoration: underline; }
.breadcrumbs [aria-current] { color: #ebf0eb; }
.breadcrumb-divider { color: #acc1b4; }
.page-hero h1 { max-width: 900px; margin: 19px 0 24px; text-wrap: balance; }
.page-hero .hero-intro { max-width: 730px; font-size: 1.125rem; }
.hero-actions { display: flex; align-items: center; gap: 29px; margin-top: 30px; flex-wrap: wrap; }
.hero-phone-link { font-size: 1.0625rem; text-decoration: none; font-weight: 550; }
.hero-phone-link:hover { text-decoration: underline; }
.content-grid { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(0,.85fr); gap: 85px; align-items: start; }
.prose > h2 { font-size: 2.45rem; line-height: 1.23; margin: 13px 0 25px; }
.prose .lead { color: #d2ded6; font-size: 1.125rem; line-height: 1.9; }
.prose-section { position: relative; margin-top: 36px; }
.prose-section h3 { font-size: 1.4rem; line-height: 1.35; margin-bottom: 13px; }
.prose-section > p { color: var(--muted); font-size: 1rem; line-height: 1.9; }
.prose-section .text-link { margin-top: 17px; }
.section-number { display: inline-flex; align-items: center; justify-content: center; width: 35px; height: 35px; border: 1px solid #567560; color: #c0dbc9; background: #1d3627; border-radius: 50%; font-size: .875rem; margin-bottom: 17px; }
.plain-list { color: #c5d3c9; padding-left: 21px; margin: 19px 0 0; font-size: 1rem; }
.plain-list li { margin-top: 6px; padding-left: 4px; }
.plain-list li::marker { color: #a1c3ac; }
.prose-section .service-note { border-left: 2px solid #668b72; background: #17291e; padding: 17px 21px; margin-top: 23px; font-size: 1rem; }
.external-auction { margin-top: 31px; }
.planning-card { position: sticky; top: 126px; padding: 31px; border: 1px solid #4c6856; background: var(--raised); border-radius: 5px; }
.card-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border: 1px solid #6a8b75; border-radius: 5px; background: #284936; color: #d3e8d9; margin-bottom: 24px; }
.planning-card .eyebrow { font-size: .875rem; letter-spacing: .08em; }
.planning-card h2 { font-size: 1.8rem; margin: 12px 0 17px; }
.planning-card > p:not(.eyebrow) { font-size: 1rem; color: #c7d6cc; line-height: 1.75; }
.checklist { list-style: none; margin: 25px 0 28px; padding: 0; display: grid; gap: 15px; }
.checklist li { display: flex; align-items: flex-start; gap: 11px; font-size: 1rem; line-height: 1.65; }
.checklist .icon { width: 19px; height: 19px; color: #b9dbc5; margin-top: 4px; }
.planning-card .button { width: 100%; }
.planning-base { padding-top: 24px; margin-top: 28px; border-top: 1px solid #476653; font-size: .9375rem; }
.planning-base strong { font-weight: 550; }
.planning-base p { margin-top: 6px; color: #bfcec3; line-height: 1.75; }
.inline-services { display: flex; flex-wrap: wrap; gap: 15px 25px; margin-top: 36px; padding-top: 23px; border-top: 1px solid var(--line); }
.faq-section { background: var(--surface); border-block: 1px solid #2c4434; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-grid h2 { margin: 13px 0 21px; }
.faq-grid > div > p:not(.eyebrow) { color: var(--muted); max-width: 325px; }
.faq-grid .text-link { margin-top: 20px; }
.faq-list { border-top: 1px solid #567260; }
.faq-list details { border-bottom: 1px solid #45604e; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 22px; list-style: none; cursor: pointer; padding: 23px 0; font-size: 1rem; font-weight: 550; line-height: 1.6; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-plus { flex: 0 0 19px; width: 19px; height: 19px; position: relative; }
.faq-plus::before,.faq-plus::after { content: ""; position: absolute; left: 2px; top: 8px; width: 15px; height: 1.5px; background: #c9dece; }
.faq-plus::after { transform: rotate(90deg); }
.faq-list details[open] .faq-plus::after { display: none; }
.faq-list details[open] summary { color: #c0dfca; }
.faq-answer { padding: 0 29px 26px 0; color: var(--muted); font-size: 1rem; line-height: 1.85; }
.related-section { padding-block: 53px; }
.related-section h2 { font-size: 1.5rem; margin-bottom: 23px; }
.related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.supporting-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 22px; border: 1px solid #506d59; background: #182d21; border-radius: 4px; text-decoration: none; font-size: 1rem; line-height: 1.55; }
.supporting-card:hover { background: #244430; border-color: #88aa94; }
.supporting-card .icon { width: 20px; height: 20px; color: #b4d5c1; }
.testimonial-section { background: #1a3024; padding: 59px 0 65px; border-block: 1px solid #3e5b48; }
.testimonial-inner { max-width: 920px; text-align: center; }
.quote-mark { display: block; height: 62px; font: 6rem/1 Georgia,serif; color: #93b79f; }
.testimonial-inner blockquote { margin: 14px 0 25px; font-size: clamp(1.5rem,2.2vw,2rem); line-height: 1.6; letter-spacing: -.02em; }
.testimonial-inner p { display: flex; flex-direction: column; gap: 4px; font-size: .9375rem; color: var(--muted); }
.testimonial-inner p strong { color: var(--text); font-weight: 550; }
.testimonial-inner > a { display: inline-block; color: #c0d4c6; font-size: .875rem; margin-top: 14px; }
.area-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 20px; }
.area-card { display: flex; flex-direction: column; align-items: flex-start; padding: 29px; border: 1px solid #4c6a56; background: #172b20; border-radius: 5px; text-decoration: none; }
.area-card h2 { font-size: 1.8rem; margin: 16px 0; }
.area-card p { color: var(--muted); font-size: 1rem; line-height: 1.75; margin-bottom: 25px; }
.area-card .card-cta { width: 100%; }
.area-featured { grid-row: span 2; background: #204633; border-color: #71987f; padding: 35px; }
.area-featured h2 { font-size: 2.8rem; margin-top: 78px; }
.area-featured p { color: #d1dfd5; }
.area-card:hover { border-color: #a8c5b2; background: #24432f; }
.area-note { text-align: center; color: var(--muted); margin-top: 29px; }
.area-note a { color: #d7e9dd; }
.other-areas { padding-block: 49px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.other-areas h2 { font-size: 1.6rem; }
.contact-layout { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,.8fr); gap: 73px; }
.contact-options { display: flex; flex-direction: column; gap: 18px; }
.contact-option { display: flex; align-items: flex-start; gap: 21px; padding: 27px; border: 1px solid #4a6854; border-radius: 4px; background: var(--surface); text-decoration: none; }
.contact-option:hover { border-color: #8caf98; background: #1e3828; }
.contact-option .card-icon { margin: 0; flex-shrink: 0; }
.contact-option > .icon { margin-left: auto; width: 20px; height: 20px; margin-top: 15px; }
.contact-option > div { min-width: 0; }
.contact-option span:not(.card-icon) { font-size: .875rem; color: #bed4c5; }
.contact-option strong { display: block; font-size: 1.65rem; line-height: 1.45; font-weight: 500; letter-spacing: -.02em; margin-top: 5px; overflow-wrap: anywhere; }
.contact-option p { font-size: 1rem; color: var(--muted); margin-top: 13px; line-height: 1.75; }
.contact-secondary { display: grid; grid-template-columns: .8fr 1.2fr; gap: 25px; padding: 23px 3px 0; }
.contact-secondary span { display: block; color: #b6cdbf; font-size: .875rem; margin-bottom: 8px; }
.contact-secondary a { text-decoration: none; }
.contact-secondary address { color: #d1ddd4; }
.contact-brief { padding: 31px; background: var(--raised); border: 1px solid #4c6856; border-radius: 5px; }
.contact-brief h2 { font-size: 1.95rem; margin: 13px 0 18px; }
.contact-brief p:not(.eyebrow) { color: var(--muted); font-size: 1rem; }
.contact-brief .text-link { margin-top: 21px; }
.site-footer { background: #08130d; border-top: 1px solid #38503f; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr; gap: 55px; padding-block: 57px 48px; }
.footer-company { display: flex; flex-direction: column; align-items: flex-start; }
.footer-company > p { font-size: .9375rem; color: #b4c5b9; margin: 21px 0 18px; line-height: 1.7; }
.footer-company > a:not(.brand) { text-decoration: none; font-size: .9375rem; line-height: 1.75; overflow-wrap: anywhere; }
.footer-company > a.footer-phone { font-size: 1.25rem; margin-bottom: 4px; }
.footer-company address { margin-top: 19px; font-size: .875rem; color: #b4c5b9; line-height: 1.8; }
.footer-grid h2 { font-size: 1rem; font-weight: 550; letter-spacing: 0; line-height: 1.5; margin: 8px 0 23px; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid nav a { font-size: .9375rem; color: #bbcbbf; line-height: 1.6; text-decoration: none; }
.footer-grid nav a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid #2b4132; padding-block: 21px; font-size: .875rem; color: #b1c3b6; }
.footer-bottom > a { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.footer-bottom .icon { width: 17px; height: 17px; }

/* A few quieter, light surfaces give the dark photographic sections room. */
.light-section { --text: #172f23; --muted: #455c50; --green-light: #1c6348; --line: #c3cec6; color-scheme: light; background: #edf1ed; color: var(--text); border-color: var(--line); }
.light-section .eyebrow,.light-section .text-link { color: var(--green-light); }
.light-section .text-link:hover { color: #0c3f2a; }
.light-section :is(a,button,summary):focus-visible { outline-color: #1c6b4f; }
.light-section .audience-card { background: #fafcf9; border-color: #c3cec6; }
.light-section .audience-card:hover { background: #e0eae2; border-color: #6d8e78; }
.light-section .card-number,.light-section .card-cta .icon { color: #2b664b; }
.light-section .card-cta { border-color: #c3cec6; }
.light-section .foundation-strip > span { color: var(--muted); }
.light-section .foundation-strip strong { color: var(--text); }
.light-section .foundation-strip .icon { color: #276449; }
.light-section .foundation-strip > span + span { border-color: #c3cec6; }
.light-section .faq-list { border-color: #9ab1a1; }
.light-section .faq-list details { border-color: #becdc2; }
.light-section .faq-plus::before,.light-section .faq-plus::after { background: #286347; }
.light-section .faq-list details[open] summary { color: #185538; }
.light-section .quote-mark { color: #36694e; }
.light-section .testimonial-inner > a { color: #275c41; }
.light-section .area-card:not(.area-featured) { background: #fafcf9; border-color: #c3cec6; }
.light-section .area-card:not(.area-featured):hover { background: #e0eae2; border-color: #6d8e78; }
.light-section .area-featured { --text: #f3f5f1; --muted: #d1dfd5; --green-light: #b4d5c1; color: var(--text); }
.light-section .area-featured .card-cta { border-color: #91ae9b; }
.light-section .area-featured .card-cta .icon { color: #b4d5c1; }
.light-section .area-featured:focus-visible { outline-color: #1c6b4f; outline-offset: 5px; }
.light-section .area-note a { color: #195c3d; }
.service-coverage { margin-top: 36px; padding-top: 26px; border-top: 1px solid var(--line); }
.service-coverage h3 { font-size: 1.35rem; margin-bottom: 14px; }
.service-coverage p { color: var(--muted); margin-bottom: 19px; }

@media(min-width:1600px) { .home-hero { min-height: 840px; } }
@media(max-width:1150px) {
  .container { width: calc(100% - 64px); }
  .navigation { gap: 19px; }
  .header-inner { gap: 23px; }
  .home-hero-grid { gap: 43px; grid-template-columns: 1.1fr 1fr; }
  .hero-enquiry { padding: 33px 29px 28px; }
  .home-hero { min-height: 770px; padding-top: 157px; }
  .home-hero h1 { font-size: 3.15rem; }
  .service-card-content { padding: 26px; }
  .audience-grid { gap: 15px; }
  .audience-card { padding: 23px; }
  .coverage-section { gap: 48px; }
  .content-grid { gap: 48px; grid-template-columns: minmax(0,1.4fr) minmax(0,.9fr); }
  .planning-card { padding: 27px; }
  .faq-grid { gap: 55px; }
  .footer-grid { gap: 30px; }
  .contact-layout { gap: 40px; }
  .contact-option { padding: 23px; gap: 17px; }
  .contact-option strong { font-size: 1.4rem; }
}
@media(max-width:1080px) {
  .header-inner { min-height: 88px; flex-wrap: wrap; }
  .menu-toggle { display: none; }
  .js .menu-toggle { display: inline-flex; align-items: center; gap: 12px; background: transparent; color: #fff; border: 1px solid #b6cebf; border-radius: 4px; padding: 9px 12px; font-size: .875rem; cursor: pointer; }
  .menu-lines { width: 18px; height: 15px; position: relative; }
  .menu-lines::before,.menu-lines::after { content: ""; position: absolute; left: 0; width: 18px; height: 1.5px; background: #fff; transition: transform .2s; }
  .menu-lines::before { top: 4px; }.menu-lines::after { top: 11px; }
  .menu-toggle[aria-expanded="true"] .menu-lines::before { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines::after { transform: translateY(-3.5px) rotate(-45deg); }
  .navigation { display: flex; width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 20px; }
  .js .navigation { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #102117; padding: 12px 32px 24px; border-top: 1px solid #455f4e; box-shadow: 0 15px 25px #0005; max-height: calc(100svh - 88px); overflow: auto; }
  .js .navigation.is-open { display: flex; }
  .navigation > a:not(.button),.navigation summary { font-size: 1rem; padding: 14px 0; border-bottom: 1px solid #324c3b; line-height: 1.6; }
  .navigation summary { justify-content: space-between; }
  .navigation .nav-contact { margin-top: 18px; font-size: 1rem; padding-block: 14px; background: var(--green); }
  .dropdown-links { position: static; width: 100%; box-shadow: none; margin: 0 0 8px; background: #1d3426; border: 0; border-left: 2px solid #70967e; padding: 6px; border-radius: 0; }
  .dropdown-links a { font-size: 1rem; padding: 12px 16px; }
  .navigation > a[aria-current="page"]:not(.button) { box-shadow: none; }
}
@media(max-width:980px) {
  .section { padding-block: 72px; }
  .home-hero-grid { gap: 31px; grid-template-columns: 1fr 1fr; }
  .home-hero h1 { font-size: 2.8rem; }
  .home-hero .hero-intro { font-size: 1rem; }
  .hero-enquiry { padding: 30px 23px 26px; }
  .hero-enquiry h2 { font-size: 1.8rem; }
  .hero-enquiry .button { gap: 9px; padding-inline: 14px; }
  .home-hero .eyebrow { font-size: .875rem; letter-spacing: .04em; }
  .home-hero-bottom nav { gap: 17px; }
  .foundation-strip { gap: 17px; }
  .foundation-strip > span { gap: 10px; font-size: .875rem; }
  .foundation-strip .icon { width: 22px; height: 22px; }
  .section-heading { gap: 30px; }
  .section-heading > p { max-width: 290px; }
  .section-heading h2 { font-size: 2.4rem; }
  .service-grid { gap: 16px; }
  .service-card-content { padding: 23px; }
  .service-card-content h3 { font-size: 1.45rem; }
  .audience-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
  .audience-card { padding: 29px; }
  .audience-card h3 { font-size: 1.5rem; }
  .coverage-section { gap: 34px; }
  .contact-band-inner { gap: 35px; }
  .contact-band h2 { font-size: 2.3rem; }
  .page-hero { padding-top: 120px; min-height: 550px; }
  .page-hero h1 { font-size: 3.15rem; }
  .content-grid { grid-template-columns: minmax(0,1.35fr) minmax(0,1fr); gap: 34px; }
  .prose > h2 { font-size: 2.2rem; }
  .prose .lead { font-size: 1rem; }
  .planning-card { padding: 24px; position: static; }
  .planning-card h2 { font-size: 1.65rem; }
  .faq-grid { gap: 40px; }
  .related-grid { gap: 13px; }
  .supporting-card { padding: 18px; gap: 15px; }
  .area-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .area-featured { grid-row: auto; grid-column: 1/-1; }
  .area-featured h2 { margin-top: 19px; }
  .area-featured p { max-width: 600px; }
  .contact-layout { grid-template-columns: 1fr; gap: 34px; }
  .contact-option strong { font-size: 1.6rem; }
  .contact-brief { max-width: none; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; column-gap: 60px; row-gap: 36px; }
}
@media(max-width:760px) {
  .container { width: calc(100% - 40px); }
  html { scroll-padding-top: 101px; }
  h2 { font-size: 2.2rem; }
  .header-inner { min-height: 81px; }
  .brand { gap: 11px; }
  .brand-mark { width: 52px; height: 51px; font-size: 1.2rem; }
  .brand-mark span { bottom: 8px; width: 27px; }
  .brand-name { font-size: .875rem; }
  .js .navigation { padding-inline: 20px; max-height: calc(100svh - 81px); }
  .section { padding-block: 59px; }
  .eyebrow { font-size: .875rem; letter-spacing: .065em; }
  .home-hero { display: block; min-height: 0; padding: 126px 0 25px; }
  .home-hero-grid { grid-template-columns: minmax(0,1fr); gap: 34px; }
  .home-hero .photo-background { object-position: 58% center; }
  .home-hero::after { background: linear-gradient(180deg,rgba(5,17,11,.76),rgba(5,17,11,.68) 55%,rgba(5,17,11,.78)); }
  .home-hero h1 { font-size: clamp(2.4rem,7.2vw,3.8rem); margin: 20px 0 22px; }
  .home-hero .hero-intro { font-size: 1rem; max-width: 600px; }
  .hero-text-link { font-size: 1rem; margin-top: 23px; gap: 14px; }
  .hero-enquiry { width: 100%; max-width: 590px; margin-inline: auto; padding: 29px 26px 25px; }
  .hero-enquiry h2 { font-size: 1.9rem; }
  .hero-enquiry h2 br { display: none; }
  .hero-enquiry > .button { margin-top: 23px; }
  .hero-enquiry > p:not(.eyebrow) { max-width: 420px; margin-inline: auto; }
  .hero-enquiry > .hero-reassurance { max-width: none; }
  .home-hero-bottom { position: relative; bottom: auto; align-items: flex-start; flex-direction: column; gap: 16px; margin-top: 31px; padding-top: 23px; }
  .home-hero-bottom nav { gap: 9px 18px; }
  .home-hero-bottom nav .icon { display: none; }
  .home-hero-bottom > span { align-self: flex-end; }
  .foundation-strip { grid-template-columns: 1fr; gap: 0; padding-block: 3px; }
  .foundation-strip > span { justify-content: flex-start; padding: 17px 0; gap: 15px; }
  .foundation-strip > span + span { border-left: 0; border-top: 1px solid #3d5847; }
  .foundation-strip .icon { width: 25px; height: 25px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading h2 { font-size: 2.25rem; }
  .section-heading > p { max-width: none; margin-top: 21px; }
  .section-heading > .text-link { margin-top: 23px; }
  .service-grid { grid-template-columns: minmax(0,1fr); gap: 19px; }
  .service-photo-card { min-height: 395px; }
  .service-card-content { padding: 29px; }
  .service-card-content h3 { font-size: 1.75rem; margin-top: 67px; }
  .service-card-content p { max-width: 480px; font-size: 1rem; }
  .card-cta { font-size: .9375rem; }
  .audience-grid { gap: 15px; }
  .audience-card { padding: 23px; }
  .audience-card h3 { font-size: 1.4rem; }
  .coverage-section { grid-template-columns: 1fr; gap: 27px; padding-block: 49px; }
  .coverage-section h2 { font-size: 2rem; }
  .coverage-section p:not(.eyebrow) { max-width: none; }
  .contact-band { padding-block: 54px 60px; }
  .contact-band-inner { flex-direction: column; align-items: flex-start; gap: 29px; }
  .contact-band h2 { font-size: 2.3rem; }
  .band-actions { align-items: flex-start; gap: 15px; }
  .image-credit { right: 20px; bottom: 12px; }
  .page-hero { padding: 105px 0 54px; min-height: 0; }
  .page-hero::after { background: rgba(5,17,11,.74); }
  .page-hero .photo-background { object-position: 63% center; }
  .breadcrumbs { font-size: .875rem; gap: 9px; margin-bottom: 28px; }
  .page-hero h1 { font-size: clamp(2.35rem,7.2vw,3.6rem); line-height: 1.17; margin: 17px 0 23px; text-wrap: initial; }
  .page-hero .hero-intro { font-size: 1rem; line-height: 1.85; }
  .hero-actions { gap: 20px; margin-top: 27px; }
  .hero-actions .button { padding-inline: 18px; gap: 12px; }
  .hero-phone-link { font-size: 1rem; }
  .content-grid { grid-template-columns: minmax(0,1fr); gap: 39px; }
  .prose > h2 { font-size: 2.2rem; }
  .prose .lead { font-size: 1.0625rem; }
  .prose-section { margin-top: 31px; }
  .prose-section h3 { font-size: 1.35rem; }
  .planning-card { padding: 29px; }
  .planning-card h2 { font-size: 1.9rem; }
  .planning-card > .button { width: auto; }
  .faq-grid { grid-template-columns: minmax(0,1fr); gap: 29px; }
  .faq-grid h2 br { display: none; }
  .faq-grid > div > p:not(.eyebrow) { max-width: none; }
  .faq-list summary { padding-block: 22px; gap: 18px; }
  .faq-answer { padding-right: 20px; }
  .related-section { padding-block: 42px; }
  .related-grid { grid-template-columns: 1fr; gap: 12px; }
  .related-section h2 { font-size: 1.4rem; }
  .testimonial-section { padding-block: 45px 51px; }
  .testimonial-inner blockquote { font-size: 1.5rem; }
  .area-grid { gap: 17px; }
  .area-card { padding: 25px; }
  .area-featured { padding: 30px; }
  .area-note { text-align: left; font-size: 1rem; }
  .other-areas { align-items: flex-start; flex-direction: column; gap: 22px; padding-block: 41px; }
  .contact-option { padding: 24px; gap: 17px; }
  .contact-option > .icon { display: none; }
  .contact-option strong { font-size: 1.45rem; }
  .contact-secondary { grid-template-columns: 1fr 1.3fr; gap: 22px; }
  .contact-brief { padding: 29px; }
  .contact-brief h2 { font-size: 1.9rem; }
  .footer-grid { padding-block: 43px; grid-template-columns: 1fr 1fr; gap: 34px 29px; }
  .footer-grid h2 { margin-bottom: 18px; }
  .footer-company { grid-column: 1/-1; }
  .footer-grid > div:last-child { grid-column: 1/-1; }
  .footer-grid > div:last-child nav { flex-direction: row; flex-wrap: wrap; gap: 12px 22px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; padding-block: 22px; }
}
@media(max-width:540px) {
  .audience-grid,.area-grid { grid-template-columns: minmax(0,1fr); }
  .audience-card { padding: 28px; }
  .audience-card h3 { font-size: 1.5rem; margin-top: 20px; }
  .area-featured { grid-column: auto; }
  .contact-option { flex-direction: column; gap: 17px; }
  .contact-option .card-icon { width: 43px; height: 43px; }
  .contact-option strong { font-size: 1.6rem; }
  .contact-secondary { grid-template-columns: 1fr; gap: 24px; }
}
@media(max-width:390px) {
  .container { width: calc(100% - 32px); }
  .home-hero { padding-top: 116px; }
  .home-hero h1 { font-size: 2.25rem; }
  .hero-enquiry { padding-inline: 20px; }
  .hero-enquiry h2 { font-size: 1.8rem; }
  .hero-enquiry > .hero-reassurance { gap: 6px; }
  .page-hero h1 { font-size: 2.25rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .planning-card,.contact-brief { padding: 25px; }
  .contact-option strong { font-size: 1.4rem; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none!important; animation: none!important; }
}
@media print {
  :root { color-scheme: light; }
  body { background: #fff; color: #17241a; }
  .container { width: 100%; }
  .js .site-header { position: static; background: #fff; color: #17241a; }
  .brand-mark { border-color: #17241a; color: #17241a; }
  .navigation,.menu-toggle,.button,.home-hero-bottom,.hero-enquiry,.band-actions,.image-credit,.photo-background,.image-surface::after { display: none!important; }
  .image-surface,.foundation-band,.audience-section,.faq-section,.planning-card,.audience-card,.area-card,.site-footer,.testimonial-section { background: #fff; color: #17241a; }
  .home-hero,.page-hero,.section,.contact-band { min-height: 0; padding-block: 25px; }
  .home-hero-grid,.content-grid,.faq-grid { display: block; }
  .planning-card { position: static; margin-top: 25px; }
  .hero-intro,.prose p,.eyebrow,.planning-card p,.service-card-content p,.audience-card p,.faq-answer,.footer-grid nav a,.footer-company p,.footer-company address,.contact-band p { color: #24382a!important; }
  .service-photo-card { min-height: 0; color: #17241a; }
  .service-card-content h3 { margin-top: 20px; }
  .service-photo-card,.audience-card,details { break-inside: avoid; }
  .footer-grid { padding-block: 25px; }
}
