:root {
  --ink: #16231f;
  --ink-soft: #395049;
  --forest: #163d34;
  --forest-2: #245849;
  --lime: #c9ef63;
  --lime-dark: #a9d23e;
  --sand: #f3f0e8;
  --sand-2: #e7e2d6;
  --white: #fff;
  --line: #d9ded9;
  --muted: #697a74;
  --danger: #a63d32;
  --success: #216e4b;
  --shadow-sm: 0 8px 24px rgba(18, 45, 38, .08);
  --shadow: 0 24px 70px rgba(18, 45, 38, .14);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 30px;
  --container: 1200px;
  --header-height: 82px;
  --transition: 220ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
svg { display: inline-block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, h4, p, ul, ol, figure { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 5.7vw, 5.8rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.8rem); }
h3 { font-size: clamp(1.15rem, 1.6vw, 1.45rem); }
::selection { color: var(--forest); background: var(--lime); }
:focus-visible { outline: 3px solid var(--lime-dark); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 840px; }
.section { padding: clamp(76px, 9vw, 132px) 0; }
.section--compact { padding-top: 24px; }
.icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; vertical-align: -.2em; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -100px; padding: 12px 18px; color: var(--white); background: var(--forest); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.reveal { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }
.js .reveal { opacity: 0; transform: translateY(22px); }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
}

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px;
  padding: 0 24px; color: var(--forest); background: var(--lime); border: 2px solid var(--lime);
  border-radius: 999px; font-weight: 800; line-height: 1.2; transition: transform var(--transition), background var(--transition), border-color var(--transition);
}
.button:hover { background: var(--lime-dark); border-color: var(--lime-dark); transform: translateY(-2px); }
.button .icon { width: 20px; }
.button--small { min-height: 44px; padding-inline: 19px; font-size: .9rem; }
.button--dark { color: var(--white); background: var(--forest); border-color: var(--forest); }
.button--dark:hover { background: var(--forest-2); border-color: var(--forest-2); }
.button--light { color: var(--forest); background: var(--lime); border-color: var(--lime); }
.button--outline { color: var(--forest); background: transparent; border-color: var(--forest); }
.button--outline:hover { color: var(--white); background: var(--forest); }
.button--ghost-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.4); }
.button--ghost-light:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.button--wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-weight: 800; }
.text-link .icon { width: 19px; transition: transform var(--transition); }
.text-link:hover .icon { transform: translateX(4px); }
.text-link--standalone { white-space: nowrap; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--forest-2); font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--lime-dark); border-radius: 5px; }
.eyebrow--light { color: var(--lime); }
.section-heading { max-width: 720px; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading h2 em { color: var(--forest-2); font-family: Georgia, serif; font-weight: 500; }
.section-heading p { max-width: 640px; margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center p { margin-inline: auto; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }

.topbar { color: rgba(255,255,255,.78); background: #102f28; font-size: .82rem; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; }
.topbar p, .topbar__links { display: flex; align-items: center; gap: 24px; margin: 0; }
.topbar p, .topbar a, .topbar__hours { display: flex; align-items: center; gap: 7px; }
.topbar .icon { width: 15px; }
.topbar a { color: var(--white); font-weight: 700; }
.site-header { position: relative; z-index: 1000; }
.nav-wrap { background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(22,61,52,.09); transition: box-shadow var(--transition); }
.site-header.is-sticky .nav-wrap { position: fixed; top: 0; left: 0; right: 0; box-shadow: var(--shadow-sm); animation: slideDown .28s ease; }
@keyframes slideDown { from { transform: translateY(-100%); } }
.nav-wrap__inner { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-height); }
.brand, .custom-logo-link { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.custom-logo { width: auto; max-height: 54px; }
.brand__mark { position: relative; display: grid; place-items: center; width: 46px; height: 46px; overflow: hidden; color: var(--forest); background: var(--lime); border-radius: 13px; font-size: 1.55rem; font-weight: 950; }
.brand__mark i { position: absolute; width: 26px; height: 5px; top: 7px; right: -5px; background: var(--white); transform: rotate(39deg); border-radius: 4px; }
.brand__text { display: flex; align-items: baseline; color: var(--ink); font-size: 1.24rem; letter-spacing: -.04em; }
.brand__text strong { font-weight: 950; }
.brand__text span { font-weight: 500; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav .menu { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); padding: 0; margin: 0; list-style: none; }
.primary-nav .menu > li { position: relative; }
.primary-nav .menu > li > a { display: block; padding: 29px 0; color: var(--ink-soft); font-size: .91rem; font-weight: 750; }
.primary-nav .menu > li > a::after { content: ""; position: absolute; left: 50%; bottom: 19px; width: 0; height: 2px; background: var(--lime-dark); transition: left var(--transition), width var(--transition); }
.primary-nav .menu > li:hover > a::after, .primary-nav .current-menu-item > a::after, .primary-nav .current_page_item > a::after { left: 0; width: 100%; }
.primary-nav .sub-menu { position: absolute; top: calc(100% - 8px); left: -20px; min-width: 240px; padding: 12px; margin: 0; list-style: none; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all var(--transition); }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.primary-nav .sub-menu a { display: block; padding: 10px 12px; border-radius: 8px; font-size: .9rem; font-weight: 650; }
.primary-nav .sub-menu a:hover { background: var(--sand); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; color: var(--forest); background: var(--sand); border: 0; border-radius: 12px; }
.menu-toggle span { display: grid; place-items: center; }
.menu-toggle__close { display: none !important; }
.menu-toggle[aria-expanded="true"] .menu-toggle__open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-toggle__close { display: grid !important; }
.menu-toggle .icon { width: 25px; height: 25px; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--forest); }
.hero__texture, .inner-hero__texture { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(30deg, rgba(255,255,255,.05) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.05) 87.5%), linear-gradient(150deg, rgba(255,255,255,.05) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.05) 87.5%); background-size: 54px 94px; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; top: -210px; border: 1px solid rgba(201,239,99,.25); border-radius: 50%; box-shadow: 0 0 0 75px rgba(201,239,99,.03), 0 0 0 150px rgba(201,239,99,.025); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(45px, 7vw, 95px); min-height: 710px; padding-top: 64px; padding-bottom: 98px; }
.hero__content { padding-bottom: 38px; }
.hero h1 { max-width: 740px; margin-bottom: 28px; font-weight: 800; }
.hero__lead { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.5vw, 1.23rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.hero__benefits { display: flex; flex-wrap: wrap; gap: 20px 28px; padding: 0; margin: 0; list-style: none; color: rgba(255,255,255,.83); font-size: .88rem; font-weight: 650; }
.hero__benefits li { display: flex; align-items: center; gap: 7px; }
.hero__benefits .icon { color: var(--lime); width: 18px; }
.hero__visual { position: relative; align-self: end; }
.hero__image { overflow: hidden; max-width: 560px; margin-left: auto; border: 1px solid rgba(255,255,255,.15); border-radius: 180px 180px 20px 20px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.hero__image img { width: 100%; height: 620px; object-fit: cover; }
.hero-card { position: absolute; display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 11px; padding: 14px 18px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-card > span { grid-row: 1 / 3; display: grid; place-items: center; width: 42px; height: 42px; color: var(--forest); background: var(--lime); border-radius: 11px; }
.hero-card small { color: var(--muted); font-size: .7rem; }
.hero-card strong { font-size: .9rem; }
.hero-card--area { left: -45px; bottom: 92px; }
.hero-card--quality { right: -18px; top: 120px; display: flex; max-width: 188px; }
.hero-card--quality strong { line-height: 1.3; }
.trust-strip { position: absolute; z-index: 3; left: 50%; bottom: 0; display: grid; grid-template-columns: repeat(4, 1fr); color: var(--ink); background: var(--white); border-radius: 20px 20px 0 0; transform: translateX(-50%); box-shadow: 0 -10px 40px rgba(0,0,0,.08); }
.js .trust-strip.reveal { transform: translateX(-50%) translateY(22px); }
.js .trust-strip.reveal.is-visible { transform: translateX(-50%); }
.trust-strip > div { display: flex; align-items: center; gap: 14px; min-height: 86px; padding: 18px 28px; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border: 0; }
.trust-strip strong { color: var(--forest-2); font-size: 1.3rem; }
.trust-strip span { color: var(--ink-soft); font-size: .83rem; font-weight: 750; line-height: 1.3; }

.services-section { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-width: 0; }
.service-card__link { position: relative; display: flex; flex-direction: column; height: 100%; min-height: 330px; padding: 32px; overflow: hidden; background: var(--sand); border: 1px solid transparent; border-radius: var(--radius); transition: background var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition); }
.service-card__link::after { content: ""; position: absolute; width: 130px; height: 130px; top: -72px; right: -48px; border: 1px solid rgba(22,61,52,.12); border-radius: 50%; box-shadow: 0 0 0 24px rgba(22,61,52,.025); }
.service-card__link:hover { background: var(--white); border-color: var(--line); transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.service-card__number { position: absolute; top: 25px; right: 25px; color: #a4afa9; font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.service-card__icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 28px; color: var(--forest); background: var(--lime); border-radius: 15px; transition: transform var(--transition); }
.service-card__link:hover .service-card__icon { transform: rotate(-6deg) scale(1.05); }
.service-card__icon .icon { width: 27px; height: 27px; }
.service-card h3 { max-width: 270px; margin-bottom: 13px; font-size: 1.25rem; }
.service-card p { flex: 1; margin-bottom: 23px; color: var(--muted); font-size: .93rem; }
.service-card .text-link { font-size: .87rem; }

.about-split { background: var(--sand); }
.about-split__grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.about-visual { position: relative; max-width: 520px; }
.about-visual::before { content: ""; position: absolute; inset: -20px 55px 45px -20px; border: 2px solid var(--lime-dark); border-radius: 140px 18px 18px 18px; }
.about-visual img { position: relative; width: 100%; height: 590px; object-fit: cover; border-radius: 140px 18px 18px 18px; box-shadow: var(--shadow); }
.about-visual__note { position: absolute; right: -42px; bottom: 40px; display: flex; flex-direction: column; min-width: 180px; padding: 19px 22px; color: var(--white); background: var(--forest); border-radius: 14px; box-shadow: var(--shadow); }
.about-visual__note strong { color: var(--lime); font-size: 1.28rem; }
.about-visual__note span { font-size: .82rem; }
.about-content .section-heading { margin-bottom: 35px; }
.benefit-list { display: grid; gap: 5px; margin-bottom: 34px; }
.benefit { display: flex; gap: 18px; padding: 19px 0; border-bottom: 1px solid rgba(22,61,52,.13); }
.benefit > span { display: grid; place-items: center; flex: 0 0 auto; width: 45px; height: 45px; color: var(--forest); background: rgba(201,239,99,.65); border-radius: 12px; }
.benefit h3 { margin-bottom: 5px; font-size: 1.02rem; }
.benefit p { margin: 0; color: var(--muted); font-size: .91rem; }

.process-section { color: var(--white); background: var(--forest); }
.process-section .section-heading { margin-bottom: 55px; }
.process-section .section-heading h2 em { color: var(--lime); }
.process-section .section-heading p { color: rgba(255,255,255,.65); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.process-grid::before { content: ""; position: absolute; top: 39px; left: 8%; right: 8%; height: 1px; background: repeating-linear-gradient(90deg, rgba(201,239,99,.35) 0 7px, transparent 7px 14px); }
.process-step { position: relative; z-index: 1; text-align: center; }
.process-step__number { position: absolute; top: -5px; right: calc(50% - 47px); display: grid; place-items: center; width: 24px; height: 24px; color: var(--forest); background: var(--lime); border: 4px solid var(--forest); border-radius: 50%; font-size: .63rem; font-weight: 900; }
.process-step__icon { display: grid; place-items: center; width: 80px; height: 80px; margin: 0 auto 23px; color: var(--lime); background: #214b40; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.process-step__icon .icon { width: 29px; height: 29px; }
.process-step h3 { margin-bottom: 9px; font-size: 1.05rem; }
.process-step p { margin: 0; color: rgba(255,255,255,.62); font-size: .83rem; }
.process-section--light { color: var(--ink); background: var(--sand); }
.process-section--light .section-heading p { color: var(--muted); }
.process-section--light .process-step__number { border-color: var(--sand); }
.process-section--light .process-step h3 { color: var(--ink); }
.process-section--light .process-step p { color: var(--muted); }
.process-grid--three { grid-template-columns: repeat(3, 1fr); max-width: 840px; margin-inline: auto; }

.projects-section { background: var(--white); }
.projects-grid, .project-placeholder-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.project-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 1.22; background: var(--sand); border-radius: var(--radius); }
.project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.project-card__image:hover img { transform: scale(1.04); }
.project-card__arrow { position: absolute; right: 17px; bottom: 17px; display: grid; place-items: center; width: 44px; height: 44px; color: var(--forest); background: var(--lime); border-radius: 50%; transform: rotate(-35deg); transition: transform var(--transition); }
.project-card__image:hover .project-card__arrow { transform: rotate(0); }
.project-card__body { padding: 20px 4px 0; }
.project-card__meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 8px; color: var(--muted); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.project-card__meta span { display: inline-flex; align-items: center; gap: 5px; }
.project-card__meta .icon { width: 14px; }
.project-card h3 { margin: 0; font-size: 1.2rem; }
.project-card h3 a:hover { color: var(--forest-2); }
.project-placeholder { position: relative; overflow: hidden; background: var(--sand); border-radius: var(--radius); }
.project-placeholder img { aspect-ratio: 1.22; object-fit: cover; opacity: .55; filter: grayscale(.35); }
.project-placeholder > div { position: absolute; inset: auto 16px 16px; display: flex; flex-direction: column; padding: 14px 16px; background: rgba(255,255,255,.9); border-radius: 10px; backdrop-filter: blur(8px); }
.project-placeholder span { color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.project-placeholder strong { font-size: .95rem; }

.quote-section { background: var(--lime); }
.quote-section__grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.quote-section__content h2 { margin-bottom: 20px; font-size: clamp(2.2rem, 4vw, 4.2rem); }
.quote-section__content > p { max-width: 520px; margin-bottom: 29px; color: #365443; font-size: 1.05rem; }
.check-list { display: grid; gap: 11px; padding: 0; margin: 0 0 32px; list-style: none; font-weight: 700; }
.check-list li { display: flex; align-items: center; gap: 9px; }
.check-list .icon { width: 19px; }
.direct-contact { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 13px; }
.direct-contact > span { grid-row: 1 / 3; display: grid; place-items: center; width: 49px; height: 49px; color: var(--lime); background: var(--forest); border-radius: 50%; }
.direct-contact div { display: flex; flex-direction: column; }
.direct-contact small { color: #507160; font-size: .74rem; }
.direct-contact a { color: var(--forest); font-size: 1.17rem; font-weight: 900; }
.enquiry-form-wrap { width: 100%; }
.enquiry-form { padding: clamp(25px, 4vw, 42px); background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.field > span { color: var(--ink-soft); font-size: .81rem; font-weight: 800; }
.field b { color: var(--danger); }
.field--full { grid-column: 1 / -1; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: #f8f8f5; border: 1px solid #d8ddd8; border-radius: 9px; outline: 0; transition: border-color var(--transition), box-shadow var(--transition), background var(--transition); }
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { background: var(--white); border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(36,88,73,.12); }
.check-field { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.check-field input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--forest); flex: 0 0 auto; }
.check-field a { color: var(--forest); text-decoration: underline; }
.form-caption { display: flex; justify-content: center; align-items: center; gap: 6px; margin: 12px 0 0; color: var(--muted); font-size: .71rem; text-align: center; }
.form-caption .icon { width: 15px; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-notice { display: grid; gap: 3px; margin-bottom: 15px; padding: 14px 17px; border-radius: 10px; font-size: .88rem; }
.form-notice--success { color: var(--success); background: #e9f7ef; border: 1px solid #b7e0c8; }
.form-notice--error { color: var(--danger); background: #fff0ed; border: 1px solid #efc4bc; }

.faq-section { background: var(--sand); }
.faq-section__grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: clamp(55px, 8vw, 105px); }
.faq-intro { position: sticky; top: 120px; }
.faq-intro .section-heading { margin-bottom: 30px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; background: var(--white); border: 1px solid transparent; border-radius: 13px; transition: border-color var(--transition), box-shadow var(--transition); }
.faq-item[open] { border-color: #d6ddd7; box-shadow: var(--shadow-sm); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 72px; padding: 18px 22px; list-style: none; font-weight: 800; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { position: relative; width: 26px; height: 26px; flex: 0 0 auto; background: var(--sand); border-radius: 50%; }
.faq-item summary i::before, .faq-item summary i::after { content: ""; position: absolute; left: 7px; top: 12px; width: 12px; height: 2px; background: var(--forest); transition: transform var(--transition); }
.faq-item summary i::after { transform: rotate(90deg); }
.faq-item[open] summary i { background: var(--lime); }
.faq-item[open] summary i::after { transform: rotate(0); }
.faq-item__answer { padding: 0 64px 20px 22px; color: var(--muted); font-size: .92rem; }
.faq-item__answer > *:last-child { margin-bottom: 0; }

.blog-section { background: var(--white); }
.blog-section .section-heading { margin-bottom: 50px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.post-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform var(--transition), box-shadow var(--transition); }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.post-card__image { display: block; overflow: hidden; aspect-ratio: 1.55; background: var(--sand); }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.post-card:hover .post-card__image img { transform: scale(1.04); }
.post-card__body { padding: 25px; }
.post-card time { display: block; margin-bottom: 10px; color: var(--muted); font-size: .73rem; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.post-card h2, .post-card h3 { margin-bottom: 12px; font-size: 1.19rem; }
.post-card p { color: var(--muted); font-size: .89rem; }
.post-card .text-link { font-size: .83rem; }

.cta-band { position: relative; overflow: hidden; padding: 78px 0; color: var(--white); background: #102f28; }
.cta-band::before { content: "D4R"; position: absolute; right: -20px; top: -75px; color: rgba(255,255,255,.025); font-size: 18rem; font-weight: 950; line-height: 1; }
.cta-band__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band h2 { max-width: 750px; margin-bottom: 15px; font-size: clamp(2rem, 3.5vw, 3.5rem); }
.cta-band p { max-width: 650px; margin: 0; color: rgba(255,255,255,.65); }
.cta-band__actions { display: flex; align-items: center; gap: 25px; flex: 0 0 auto; }
.cta-phone { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; }
.cta-phone > span { grid-row: 1 / 3; display: grid; place-items: center; width: 45px; height: 45px; color: var(--lime); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.cta-phone small { color: rgba(255,255,255,.55); font-size: .7rem; }
.cta-phone strong { color: var(--white); font-size: .98rem; }

.inner-hero { position: relative; overflow: hidden; padding: 88px 0 94px; color: var(--white); background: var(--forest); }
.inner-hero::after { content: ""; position: absolute; width: 480px; height: 480px; top: -280px; right: 8%; border: 1px solid rgba(201,239,99,.22); border-radius: 50%; box-shadow: 0 0 0 60px rgba(201,239,99,.025), 0 0 0 120px rgba(201,239,99,.02); }
.inner-hero__inner { position: relative; z-index: 1; }
.inner-hero h1 { max-width: 930px; margin-bottom: 20px; font-size: clamp(2.6rem, 5.2vw, 5.15rem); }
.inner-hero h1 em { color: var(--lime); font-family: Georgia, serif; font-weight: 500; }
.inner-hero__inner > p { max-width: 720px; margin: 0; color: rgba(255,255,255,.7); font-size: 1.12rem; }
.breadcrumbs { margin-bottom: 43px; color: rgba(255,255,255,.58); font-size: .76rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li { display: flex; align-items: center; gap: 8px; }
.breadcrumbs li:not(:last-child)::after { content: "/"; color: rgba(255,255,255,.25); }
.breadcrumbs a:hover { color: var(--lime); }
.lead-copy { margin-bottom: 0; color: var(--ink-soft); font-size: clamp(1.12rem, 2vw, 1.45rem); line-height: 1.65; text-align: center; }
.services-grid--archive { grid-template-columns: repeat(3, 1fr); }
.seo-copy-section { background: var(--sand); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: clamp(50px, 7vw, 90px); }
.entry-content > *:first-child { margin-top: 0; }
.prose { color: var(--ink-soft); font-size: 1.02rem; }
.prose h2, .prose h3, .prose h4 { color: var(--ink); }
.prose h2 { margin: 2.1em 0 .7em; font-size: clamp(1.75rem, 3vw, 2.65rem); }
.prose h3 { margin: 1.8em 0 .6em; font-size: 1.42rem; }
.prose p, .prose ul, .prose ol { margin-bottom: 1.45em; }
.prose ul, .prose ol { padding-left: 1.4em; }
.prose li { margin-bottom: .55em; }
.prose a { color: var(--forest-2); text-decoration: underline; text-underline-offset: 3px; }
.prose blockquote { margin: 2em 0; padding: 25px 30px; color: var(--forest); background: var(--sand); border-left: 5px solid var(--lime-dark); border-radius: 0 12px 12px 0; font-size: 1.12rem; }
.prose table { width: 100%; border-collapse: collapse; margin: 2em 0; }
.prose th, .prose td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.prose th { background: var(--sand); }
.prose img { border-radius: var(--radius); }
.featured-media { margin: 0 0 45px; }
.featured-media img { width: 100%; border-radius: var(--radius); }
.content-sidebar { position: sticky; top: 120px; display: grid; gap: 18px; }
.sidebar-card { padding: 27px; background: var(--sand); border: 1px solid var(--line); border-radius: var(--radius); }
.sidebar-card--accent { background: var(--lime); border-color: var(--lime); }
.sidebar-card__icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 24px; color: var(--lime); background: var(--forest); border-radius: 13px; }
.sidebar-card h2 { margin-bottom: 13px; font-size: 1.45rem; }
.sidebar-card p { margin-bottom: 23px; color: var(--ink-soft); font-size: .9rem; }
.sidebar-contact { padding: 20px 23px; border: 1px solid var(--line); border-radius: 13px; }
.sidebar-contact small { display: block; margin-bottom: 4px; color: var(--muted); }
.sidebar-contact a { display: flex; align-items: center; gap: 8px; color: var(--forest); font-weight: 900; }
.sidebar-checks { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; color: var(--ink-soft); font-size: .87rem; font-weight: 700; }
.sidebar-checks li { display: flex; gap: 8px; align-items: center; }
.sidebar-checks .icon { color: var(--forest); width: 17px; }
.related-section { background: var(--white); }
.related-section .section-heading { margin-bottom: 45px; }
.services-grid--three { grid-template-columns: repeat(3, 1fr); }
.quote-section--service { padding-block: 100px; }

.filter-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.filter-pills a { padding: 9px 17px; color: var(--ink-soft); background: var(--sand); border: 1px solid transparent; border-radius: 999px; font-size: .84rem; font-weight: 750; }
.filter-pills a:hover, .filter-pills .is-active { color: var(--white); background: var(--forest); }
.projects-grid--archive { grid-template-columns: repeat(3, 1fr); row-gap: 44px; }
.project-hero-media { overflow: hidden; margin: 0 0 36px; border-radius: var(--radius-lg); }
.project-hero-media img { width: 100%; max-height: 720px; object-fit: cover; }
.project-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: -82px 35px 55px; position: relative; z-index: 2; background: var(--white); border-radius: 18px; box-shadow: var(--shadow); }
.project-facts > div { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 10px; padding: 22px; border-right: 1px solid var(--line); }
.project-facts > div:last-child { border: 0; }
.project-facts span { grid-row: 1 / 3; display: grid; place-items: center; width: 42px; height: 42px; color: var(--forest); background: var(--lime); border-radius: 11px; }
.project-facts small { color: var(--muted); font-size: .69rem; text-transform: uppercase; letter-spacing: .07em; }
.project-facts strong { font-size: .91rem; }
.prose--project { max-width: 850px; margin-inline: auto; }

.contact-section, .quote-page { background: var(--sand); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: clamp(50px, 7vw, 90px); }
.contact-details .section-heading { margin-bottom: 37px; }
.contact-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 35px; }
.contact-card { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 3px 12px; min-height: 120px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; transition: transform var(--transition), box-shadow var(--transition); }
a.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.contact-card > span { grid-row: 1 / 3; display: grid; place-items: center; width: 42px; height: 42px; color: var(--forest); background: var(--lime); border-radius: 11px; }
.contact-card small { color: var(--muted); font-size: .7rem; }
.contact-card strong { font-size: .85rem; line-height: 1.35; overflow-wrap: anywhere; }
.contact-form-panel { padding: clamp(25px, 4vw, 45px); background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.contact-form-panel > h2 { margin-bottom: 8px; font-size: 2rem; }
.contact-form-panel > p { margin-bottom: 28px; color: var(--muted); }
.contact-form-panel .enquiry-form { padding: 0; box-shadow: none; }
.quote-page__grid { display: grid; grid-template-columns: 340px 1fr; align-items: start; gap: clamp(45px, 7vw, 90px); }
.quote-page__aside { position: sticky; top: 120px; }
.quote-page__aside h2 { font-size: 2rem; }
.mini-steps { display: grid; gap: 24px; padding: 0; margin: 32px 0 36px; list-style: none; }
.mini-steps li { display: grid; grid-template-columns: auto 1fr; gap: 14px; }
.mini-steps li > span { display: grid; place-items: center; width: 35px; height: 35px; color: var(--forest); background: var(--lime); border-radius: 50%; font-size: .82rem; font-weight: 900; }
.mini-steps strong { display: block; margin-bottom: 4px; }
.mini-steps p { margin: 0; color: var(--muted); font-size: .86rem; }
.faq-page { background: var(--sand); }
.faq-page__grid { display: grid; grid-template-columns: 300px 1fr; align-items: start; gap: clamp(45px, 7vw, 85px); }
.faq-page__aside { position: sticky; top: 120px; padding: 28px; color: var(--white); background: var(--forest); border-radius: var(--radius); }
.faq-page__aside h2 { font-size: 1.6rem; }
.faq-page__aside p { color: rgba(255,255,255,.67); font-size: .9rem; }

.blog-archive { background: var(--sand); }
.blog-grid--archive { row-gap: 28px; }
.blog-grid--archive .post-card h2 { font-size: 1.22rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 820px) 300px; align-items: start; justify-content: center; gap: clamp(50px, 7vw, 90px); }
.article-content { font-size: 1.06rem; }
.article-meta { display: flex; gap: 20px; margin-bottom: 34px; padding-bottom: 18px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 700; }
.article-meta span { display: flex; align-items: center; gap: 7px; }
.article-meta .icon { width: 16px; }
.search-form-large { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-bottom: 50px; padding: 10px; background: var(--sand); border-radius: 999px; }
.search-form-large input { width: 100%; min-height: 52px; padding: 0 22px; background: transparent; border: 0; outline: 0; }
.result-list { display: grid; gap: 18px; }
.result-item { padding: 28px 0; border-bottom: 1px solid var(--line); }
.result-item > span { color: var(--forest-2); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.result-item h2 { margin: 8px 0 10px; font-size: 1.7rem; }
.result-item h2 a:hover { color: var(--forest-2); }
.result-item p { margin: 0; color: var(--muted); }
.empty-state { grid-column: 1 / -1; padding: 60px 30px; text-align: center; background: var(--sand); border-radius: var(--radius); }
.empty-state > span { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 20px; color: var(--forest); background: var(--lime); border-radius: 17px; }
.empty-state h2 { margin-bottom: 12px; font-size: 2rem; }
.empty-state p { max-width: 550px; margin: 0 auto 25px; color: var(--muted); }
.error-page { display: grid; place-items: center; min-height: 680px; padding: 80px 0; background: var(--sand); }
.error-page__inner { text-align: center; }
.error-page__code { display: block; margin-bottom: -45px; color: rgba(22,61,52,.06); font-size: clamp(9rem, 26vw, 20rem); font-weight: 950; line-height: .8; letter-spacing: -.1em; }
.error-page h1 { margin-bottom: 18px; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.error-page p { max-width: 650px; margin: 0 auto 30px; color: var(--muted); }
.error-page__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }

.navigation.pagination { margin-top: 50px; }
.nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; color: var(--ink-soft); background: var(--sand); border-radius: 999px; font-size: .84rem; font-weight: 800; }
.page-numbers.current, .page-numbers:hover { color: var(--white); background: var(--forest); }

.site-footer { padding: 78px 0 25px; color: rgba(255,255,255,.64); background: #0c2822; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr 1.05fr; gap: clamp(30px, 5vw, 70px); padding-bottom: 58px; }
.site-footer .brand__text { color: var(--white); }
.site-footer .brand { margin-bottom: 22px; }
.footer-brand p { max-width: 330px; color: rgba(255,255,255,.55); font-size: .9rem; }
.footer-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font-size: 1.1rem; font-weight: 900; }
.site-footer h2 { margin: 8px 0 21px; color: var(--white); font-size: .9rem; letter-spacing: .07em; text-transform: uppercase; }
.footer-menu, .footer-contact, .legal-menu { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.footer-menu a { font-size: .85rem; transition: color var(--transition), padding var(--transition); }
.footer-menu a:hover { padding-left: 4px; color: var(--lime); }
.footer-contact { gap: 14px; font-size: .84rem; }
.footer-contact li { display: flex; align-items: flex-start; gap: 9px; }
.footer-contact .icon { margin-top: 3px; color: var(--lime); width: 16px; }
.footer-contact a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.09); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.legal-menu { display: flex; flex-wrap: wrap; gap: 17px; }
.legal-menu a:hover { color: var(--lime); }
.mobile-call { display: none; }
.back-to-top { position: fixed; z-index: 50; right: 20px; bottom: 20px; width: 44px; height: 44px; color: var(--white); background: var(--forest); border: 0; border-radius: 50%; box-shadow: var(--shadow-sm); opacity: 0; visibility: hidden; transform: translateY(10px); transition: all var(--transition); }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }

@media (max-width: 1100px) {
  .topbar__hours { display: none; }
  .primary-nav { gap: 16px; }
  .primary-nav .menu { gap: 15px; }
  .primary-nav .menu > li > a { font-size: .83rem; }
  .nav-cta { padding-inline: 15px; }
  .hero__grid { gap: 45px; }
  .hero-card--quality { right: -5px; }
  .trust-strip > div { padding-inline: 18px; }
  .quote-section__grid { grid-template-columns: .75fr 1.25fr; gap: 55px; }
  .cta-band__inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 920px) {
  :root { --header-height: 72px; }
  .topbar__inner { min-height: 34px; }
  .menu-toggle { display: grid; place-items: center; }
  .primary-nav { position: fixed; inset: calc(var(--header-height) + 34px) 0 0; display: block; padding: 24px 20px 35px; overflow-y: auto; background: var(--white); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: all var(--transition); }
  .site-header.is-sticky .primary-nav { inset: var(--header-height) 0 0; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav .menu { display: block; }
  .primary-nav .menu > li { border-bottom: 1px solid var(--line); }
  .primary-nav .menu > li > a { padding: 15px 3px; font-size: 1rem; }
  .primary-nav .menu > li > a::after { display: none; }
  .primary-nav .sub-menu { position: static; display: block; padding: 0 0 10px 14px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-cta { width: 100%; margin-top: 24px; }
  .hero__grid { grid-template-columns: 1fr; padding-top: 80px; padding-bottom: 135px; }
  .hero__content { padding-bottom: 0; text-align: center; }
  .hero h1, .hero__lead { margin-inline: auto; }
  .hero .eyebrow { justify-content: center; }
  .hero__actions, .hero__benefits { justify-content: center; }
  .hero__visual { width: min(100%, 580px); margin-inline: auto; }
  .hero__image { margin-inline: auto; }
  .trust-strip { width: min(calc(100% - 40px), var(--container)); grid-template-columns: repeat(2, 1fr); }
  .trust-strip > div:nth-child(2) { border-right: 0; }
  .trust-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services-grid, .services-grid--archive, .projects-grid, .project-placeholder-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .about-split__grid, .quote-section__grid, .faq-section__grid, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { width: min(90%, 540px); margin-inline: auto; }
  .about-visual__note { right: -25px; }
  .process-grid { grid-template-columns: repeat(3, 1fr); row-gap: 45px; }
  .process-grid::before { display: none; }
  .faq-intro, .content-sidebar, .quote-page__aside, .faq-page__aside { position: static; }
  .faq-intro { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 25px; }
  .faq-intro .section-heading { margin: 0; }
  .content-layout, .article-layout { grid-template-columns: minmax(0, 1fr); }
  .content-sidebar { grid-template-columns: repeat(2, 1fr); }
  .quote-page__grid { grid-template-columns: 1fr; }
  .quote-page__aside { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
  .quote-page__aside .direct-contact { align-self: end; }
  .faq-page__grid { grid-template-columns: 1fr; }
  .project-facts { grid-template-columns: repeat(2, 1fr); }
  .project-facts > div:nth-child(2) { border-right: 0; }
  .project-facts > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .topbar p { max-width: 54%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .topbar__links { gap: 0; }
  .brand__mark { width: 42px; height: 42px; }
  .brand__text { font-size: 1.1rem; }
  .hero__grid { min-height: 0; padding-top: 70px; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__benefits { display: grid; justify-content: start; width: fit-content; margin-inline: auto; text-align: left; }
  .hero__image { border-radius: 100px 100px 16px 16px; }
  .hero__image img { height: 470px; }
  .hero-card--area { left: -4px; bottom: 40px; }
  .hero-card--quality { top: 60px; right: -5px; }
  .trust-strip { position: relative; left: auto; bottom: auto; width: calc(100% - 28px); grid-template-columns: 1fr; margin: -82px auto 0; transform: none; border-radius: 16px 16px 0 0; }
  .js .trust-strip.reveal, .js .trust-strip.reveal.is-visible { transform: none; }
  .trust-strip > div { min-height: 62px; padding: 12px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip > div:nth-child(2) { border-bottom: 1px solid var(--line); }
  .section-heading-row { display: block; margin-bottom: 36px; }
  .section-heading-row .text-link--standalone { margin-top: 22px; }
  .services-grid, .services-grid--archive, .projects-grid, .project-placeholder-grid, .blog-grid, .services-grid--three { grid-template-columns: 1fr; }
  .service-card__link { min-height: 295px; }
  .about-visual { width: calc(100% - 12px); }
  .about-visual::before { inset: -12px 28px 25px -12px; border-radius: 90px 14px 14px 14px; }
  .about-visual img { height: 440px; border-radius: 90px 14px 14px 14px; }
  .about-visual__note { right: -8px; bottom: 25px; }
  .process-grid, .process-grid--three { grid-template-columns: 1fr; gap: 32px; }
  .process-step { display: grid; grid-template-columns: auto 1fr; column-gap: 17px; text-align: left; }
  .process-step__icon { grid-row: 1 / 3; width: 65px; height: 65px; margin: 0; }
  .process-step__number { left: 48px; right: auto; }
  .process-step h3 { align-self: end; }
  .quote-section__content { text-align: left; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .enquiry-form { padding: 24px 18px; border-radius: 18px; }
  .faq-intro { display: block; }
  .faq-intro .section-heading { margin-bottom: 25px; }
  .cta-band { padding: 65px 0; }
  .cta-band__actions { align-items: stretch; flex-direction: column; width: 100%; }
  .cta-band__actions .button { width: 100%; }
  .inner-hero { padding: 62px 0 70px; }
  .breadcrumbs { margin-bottom: 30px; }
  .content-sidebar, .contact-card-grid { grid-template-columns: 1fr; }
  .project-facts { grid-template-columns: 1fr; margin: -30px 12px 45px; }
  .project-facts > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .project-facts > div:nth-child(2) { border-bottom: 1px solid var(--line); }
  .quote-page__aside { grid-template-columns: 1fr; }
  .contact-form-panel { padding: 24px 18px; border-radius: 18px; }
  .faq-page__aside { padding: 24px; }
  .search-form-large { grid-template-columns: 1fr; border-radius: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:not(:first-child) { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-call { position: fixed; z-index: 60; left: 14px; right: 14px; bottom: 13px; display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; color: var(--forest); background: var(--lime); border-radius: 999px; box-shadow: 0 12px 35px rgba(16,47,40,.25); font-weight: 900; }
  .mobile-call .icon { width: 19px; }
  .back-to-top { bottom: 78px; }
  .site-footer { padding-bottom: 88px; }
}
